html{scroll-behavior:smooth}body,html{overflow-x:hidden}.landing-page,.landing-page *{box-sizing:border-box;margin:0;padding:0}.landing-page{--bg:#0a0e14;--panel:#10151d;--panel-2:#141b25;--line:#1e2733;--line-soft:#161e28;--ink:#e7ecf2;--muted:#7c8a9c;--muted-2:#4e5a6b;--blue:#4c8dff;--blue-glow:rgba(76,141,255,.14);--red:#e5484d;--red-soft:rgba(229,72,77,.12);--amber:#f2a93b;--green:#3dd68c;min-height:100vh;background-color:var(--bg);background-image:linear-gradient(var(--bg),var(--bg)),repeating-linear-gradient(0deg,rgba(120,160,210,.035) 0,transparent 1px,transparent 52px,rgba(120,160,210,.035) 53px),repeating-linear-gradient(90deg,rgba(120,160,210,.035) 0,transparent 1px,transparent 52px,rgba(120,160,210,.035) 53px);color:var(--ink);font-family:var(--font-landing-ui),sans-serif;font-size:16px;line-height:1.6}.landing-page .serif{font-family:var(--font-landing-serif),serif}.landing-page .mono{font-family:var(--font-landing-mono),monospace}.landing-page a{color:inherit}.landing-page .wrap{max-width:1180px;margin:0 auto;padding:0 32px}.landing-page ::-moz-selection{background:var(--blue);color:var(--bg)}.landing-page ::selection{background:var(--blue);color:var(--bg)}@media (prefers-reduced-motion:reduce){.landing-page *{animation-duration:.001ms!important;transition-duration:.001ms!important}}.landing-page .reveal{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}.landing-page .reveal.in{opacity:1;transform:translateY(0)}.landing-page .corner-frame{position:relative}.landing-page .corner-frame:after,.landing-page .corner-frame:before{content:"";position:absolute;width:12px;height:12px;border:1.5px solid var(--blue);z-index:3}.landing-page .corner-frame:before{top:-1px;left:-1px;border-right:none;border-bottom:none}.landing-page .corner-frame:after{bottom:-1px;right:-1px;border-left:none;border-top:none}.landing-page .grid-bg{position:absolute;inset:0;background-image:linear-gradient(var(--line-soft) 1px,transparent 1px),linear-gradient(90deg,var(--line-soft) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:linear-gradient(180deg,#000,#000 30%,transparent 85%);mask-image:linear-gradient(180deg,#000,#000 30%,transparent 85%);pointer-events:none}.landing-page .spec-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:36px}.landing-page .spec-cell{background:var(--bg);padding:16px 18px}.landing-page .spec-cell .k{font-family:var(--font-landing-mono),monospace;font-size:9.5px;color:var(--muted-2);letter-spacing:.08em;margin-bottom:6px}.landing-page .spec-cell .v{font-size:12.5px;color:var(--ink);line-height:1.4}.landing-page .panel-stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.landing-page .panel-stats .ps{padding:11px 14px;border-right:1px solid var(--line)}.landing-page .panel-stats .ps:last-child{border-right:none}.landing-page .panel-stats .ps .k{font-family:var(--font-landing-mono),monospace;font-size:9px;color:var(--muted-2);letter-spacing:.06em;margin-bottom:4px}.landing-page .panel-stats .ps .v{font-family:var(--font-landing-mono),monospace;font-size:12px;color:var(--ink);font-weight:600}.landing-page nav{border-bottom:1px solid var(--line-soft);position:sticky;top:0;background:rgba(10,14,20,.88);backdrop-filter:blur(8px);z-index:50}.landing-page .nav-inner{max-width:1180px;margin:0 auto;padding:18px 32px;display:flex;align-items:center;justify-content:space-between}.landing-page .wordmark{font-family:var(--font-landing-ui),sans-serif;font-weight:700;font-size:18px;letter-spacing:.03em;display:flex;align-items:center;gap:11px}.landing-page .wordmark .mark{width:19px;height:19px;border:1.5px solid var(--blue);position:relative;flex-shrink:0;transform:rotate(45deg)}.landing-page .wordmark .mark:after{content:"";position:absolute;inset:4px;background:var(--blue)}.landing-page .nav-links{display:flex;align-items:center;gap:34px;font-size:13px;font-family:var(--font-landing-mono),monospace;letter-spacing:.03em}.landing-page .nav-links a{text-decoration:none;color:var(--muted-2);transition:color .15s}.landing-page .nav-links a:hover{color:var(--ink)}.landing-page .nav-actions{display:flex;align-items:center;gap:12px}.landing-page .btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;letter-spacing:.02em;border-radius:2px;border:1px solid var(--blue);background:var(--blue);color:#08101f;text-decoration:none;cursor:pointer;transition:all .15s}.landing-page .btn:hover{background:#6ba0ff;border-color:#6ba0ff}.landing-page .btn-outline{background:transparent;color:var(--muted);border:1px solid var(--line)}.landing-page .btn-outline:hover{color:var(--ink);border-color:#2a3644}.landing-page .btn-lg{padding:14px 26px;font-size:14.5px}.landing-page .landing-hamburger{display:none;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid var(--line);color:var(--ink);cursor:pointer;flex-shrink:0}.landing-page .landing-mobile-backdrop{display:none}.landing-page .landing-mobile-drawer{position:fixed;top:58px;right:0;bottom:0;width:260px;max-width:80vw;background:var(--panel);border-left:1px solid var(--line);z-index:90;padding:28px;display:flex;flex-direction:column;gap:2px;transform:translateX(100%);transition:transform .2s ease-out}.landing-page .landing-mobile-drawer.is-open{transform:translateX(0)}.landing-page .landing-mobile-drawer a{font-family:var(--font-landing-mono),monospace;font-size:13px;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);text-decoration:none;padding:13px 0;border-bottom:1px solid var(--line-soft);transition:color .15s}.landing-page .landing-mobile-drawer a:hover{color:var(--ink)}.landing-page .landing-mobile-drawer-actions{display:flex;flex-direction:column;gap:10px;margin-top:20px}.landing-page .landing-mobile-drawer-actions .btn{justify-content:center}.landing-page .hero{padding:96px 0 90px;position:relative}.landing-page .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.landing-page .eyebrow,.landing-page .section-eyebrow{font-family:var(--font-landing-mono),monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--blue);margin-bottom:20px;display:flex;align-items:center;gap:10px}.landing-page .eyebrow:before,.landing-page .section-eyebrow:before{content:"";width:24px;height:1px;background:var(--blue);flex-shrink:0}.landing-page h1{font-weight:500;font-size:54px;line-height:1.08;letter-spacing:-.01em;margin-bottom:26px}.landing-page h1,.landing-page h1 em{font-family:var(--font-landing-serif),serif}.landing-page h1 em{font-style:italic;color:var(--blue);font-weight:400}.landing-page .hero-sub{font-size:16.5px;color:var(--muted);max-width:480px;margin-bottom:38px;line-height:1.65}.landing-page .hero-cta{display:flex;align-items:center;gap:14px;margin-bottom:18px;flex-wrap:wrap}.landing-page .hero-note{font-size:11.5px;color:var(--muted-2);font-family:var(--font-landing-mono),monospace;letter-spacing:.04em}.landing-page .cockpit{background:var(--panel);border:1px solid var(--line);position:relative}.landing-page .cockpit-head{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--line)}.landing-page .cockpit-head .title{font-family:var(--font-landing-mono),monospace;font-size:10.5px;color:var(--muted-2);letter-spacing:.06em}.landing-page .cockpit-head .meta{font-family:var(--font-landing-mono),monospace;font-size:10px;color:var(--muted-2)}.landing-page .cockpit-body{padding:14px}.landing-page .proj-row{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border:1px solid var(--line);margin-bottom:8px;background:var(--bg)}.landing-page .proj-row:last-child{margin-bottom:0}.landing-page .proj-left{display:flex;align-items:center;gap:10px}.landing-page .proj-std{font-family:var(--font-landing-mono),monospace;font-size:9px;padding:2px 5px;border:1px solid var(--line);color:var(--muted-2)}.landing-page .proj-std.overdue{color:var(--red);border-color:rgba(229,72,77,.4)}.landing-page .proj-name{font-size:12.5px;color:var(--ink);font-weight:500}.landing-page .proj-sub{font-family:var(--font-landing-mono),monospace;font-size:9.5px;color:var(--muted-2);margin-top:2px}.landing-page .proj-right{text-align:right}.landing-page .proj-timer{font-family:var(--font-landing-mono),monospace;font-size:13px;font-weight:600;font-variant-numeric:tabular-nums}.landing-page .proj-timer.urgent{color:var(--red)}.landing-page .proj-timer.ok{color:var(--muted)}.landing-page .proj-risk{font-family:var(--font-landing-mono),monospace;font-size:9px;color:var(--muted-2);margin-top:2px}.landing-page .mini-tl{position:relative;margin-top:14px;padding-top:18px;border-top:1px solid var(--line-soft)}.landing-page .mini-tl .label{font-family:var(--font-landing-mono),monospace;font-size:9.5px;color:var(--muted-2);letter-spacing:.06em;margin-bottom:14px;display:flex;justify-content:space-between}.landing-page .mini-tl-axis{position:relative;height:2px;background:var(--line);margin:0 6px}.landing-page .mini-tl-pin{position:absolute;top:-4px;width:10px;height:10px;border-radius:50%;background:var(--bg);border:2px solid var(--amber);transform:translateX(-50%)}.landing-page .mini-tl-pin.pin2{border-color:var(--blue)}.landing-page .mini-tl-pin.pin3{border-color:var(--muted-2)}.landing-page .mini-tl-labels{display:flex;justify-content:space-between;margin-top:10px;font-family:var(--font-landing-mono),monospace;font-size:9px;color:var(--muted-2)}.landing-page .cockpit-footer{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.landing-page .cf-cell{padding:14px 18px;border-right:1px solid var(--line)}.landing-page .cf-cell:last-child{border-right:none}.landing-page .cf-cell .k{font-family:var(--font-landing-mono),monospace;font-size:9px;color:var(--muted-2);letter-spacing:.06em;margin-bottom:6px;display:block}.landing-page .cf-cell .v{font-family:var(--font-landing-mono),monospace;font-size:16px;color:var(--ink);font-weight:600}.landing-page .cf-cell .v.amber{color:var(--amber)}.landing-page .conflict-dot{display:inline-flex;align-items:center;gap:6px}.landing-page .conflict-dot:before,.landing-page .live-dot:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;animation:landing-pulse-dot 2s ease-in-out infinite}@keyframes landing-pulse-dot{0%,to{box-shadow:0 0 0 3px color-mix(in srgb,currentColor 15%,transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb,currentColor 6%,transparent)}}.landing-page .live-dot{display:inline-flex;align-items:center;gap:7px;color:var(--green)}.landing-page .trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;margin-top:100px}.landing-page .trust-inner{display:flex;align-items:center;justify-content:space-between;gap:48px;flex-wrap:wrap;font-family:var(--font-landing-mono),monospace;font-size:12px;color:var(--muted-2);letter-spacing:.02em}.landing-page .trust-inner strong{color:var(--muted);font-weight:500}.landing-page section{padding:104px 0}.landing-page .section-head{max-width:680px;margin-bottom:52px}.landing-page h2{font-family:var(--font-landing-serif),serif;font-weight:500;font-size:36px;line-height:1.16;letter-spacing:-.01em;margin-bottom:16px}.landing-page .section-sub{font-size:16px;color:var(--muted);line-height:1.65}.landing-page .clause-list{display:flex;flex-direction:column;border-top:1px solid var(--line)}.landing-page .clause-row{display:grid;grid-template-columns:64px 1fr 1fr;gap:32px;padding:34px 0;border-bottom:1px solid var(--line)}.landing-page .clause-row .num{font-family:var(--font-landing-mono),monospace;font-size:13px;color:var(--muted-2);padding-top:4px}.landing-page .clause-row h3{font-family:var(--font-landing-ui),sans-serif;font-weight:600;font-size:18px;margin-bottom:10px}.landing-page .clause-row .desc{font-size:14px;color:var(--muted);line-height:1.6}.landing-page .clause-quote{background:var(--panel);border:1px solid var(--line);padding:16px 18px}.landing-page .clause-quote p{font-family:var(--font-landing-mono),monospace;font-size:12.5px;line-height:1.7;color:#c7d0db;font-style:italic;margin-bottom:12px}.landing-page .clause-quote .verdict{font-size:12px;color:var(--red);display:flex;gap:8px;align-items:baseline}.landing-page .clause-quote .verdict:before{content:"—";color:var(--muted-2)}.landing-page .showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.landing-page .vcard{background:var(--panel);border:1px solid var(--line);overflow:hidden}.landing-page .vcard-head{padding:14px 18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.landing-page .vcard-head .label{font-family:var(--font-landing-mono),monospace;font-size:10.5px;color:var(--muted-2);letter-spacing:.06em}.landing-page .vcard-body{padding:20px}.landing-page .vcard.wide{grid-column:1/-1}.landing-page .portfolio-figure{font-family:var(--font-landing-mono),monospace;font-size:30px;font-weight:600;letter-spacing:-.01em;margin-bottom:4px;font-variant-numeric:tabular-nums}.landing-page .portfolio-sub{font-size:12px;color:var(--muted);margin-bottom:16px}.landing-page .risk-bar{display:flex;height:6px;overflow:hidden;margin-bottom:14px;background:var(--line-soft)}.landing-page .risk-bar div{width:0;transition:width 1.1s cubic-bezier(.2,.7,.2,1)}.landing-page .risk-bar div:first-child{background:var(--red);transition-delay:.05s}.landing-page .risk-bar div:nth-child(2){background:var(--amber);transition-delay:.2s}.landing-page .risk-bar div:nth-child(3){background:var(--green);transition-delay:.35s}.landing-page .vcard.in .risk-bar div:first-child{width:38%}.landing-page .vcard.in .risk-bar div:nth-child(2){width:24%}.landing-page .vcard.in .risk-bar div:nth-child(3){width:38%}.landing-page .risk-legend{display:flex;gap:16px;font-family:var(--font-landing-mono),monospace;font-size:11px;color:var(--muted-2)}.landing-page .risk-legend span{display:flex;align-items:center;gap:6px}.landing-page .risk-legend i{width:6px;height:6px;display:inline-block}.landing-page .risk-legend .r{background:var(--red)}.landing-page .risk-legend .a{background:var(--amber)}.landing-page .risk-legend .g{background:var(--green)}.landing-page .cascade-cat{margin-bottom:14px}.landing-page .cascade-cat-head{display:flex;justify-content:space-between;font-size:12px;margin-bottom:6px}.landing-page .cascade-cat-head b{font-family:var(--font-landing-mono),monospace;color:var(--ink)}.landing-page .cascade-bar-track{height:5px;background:var(--line-soft);position:relative}.landing-page .cascade-bar-track span{position:absolute;inset:0;width:0;background:var(--blue);transition:width 1.2s cubic-bezier(.2,.7,.2,1)}.landing-page .vcard.in .cascade-bar-track span{width:var(--w)}.landing-page .cascade-total{margin-top:16px;padding-top:14px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:baseline}.landing-page .cascade-total .lbl{font-family:var(--font-landing-mono),monospace;font-size:10.5px;color:var(--muted-2)}.landing-page .cascade-total .val{font-family:var(--font-landing-mono),monospace;font-size:18px;font-weight:600;color:var(--ink);font-variant-numeric:tabular-nums}.landing-page .tl{position:relative}.landing-page .tl-line{position:absolute;left:5px;top:7px;bottom:7px;width:1px;background:var(--line)}.landing-page .tl-line-fill{position:absolute;left:5px;top:7px;width:1px;height:0;background:var(--blue);transition:height 1s cubic-bezier(.2,.7,.2,1)}.landing-page .vcard.in .tl-line-fill{height:calc(100% - 14px)}.landing-page .tl-row{position:relative;display:grid;grid-template-columns:10px 72px 1fr;align-items:baseline;-moz-column-gap:14px;column-gap:14px;padding:11px 0;border-bottom:1px solid var(--line-soft);opacity:0;transform:translateY(4px);transition:opacity .4s ease,transform .4s ease}.landing-page .tl-row:last-child{border-bottom:none}.landing-page .vcard.in .tl-row{opacity:1;transform:translateY(0)}.landing-page .vcard.in .tl-row:first-child{transition-delay:.1s}.landing-page .vcard.in .tl-row:nth-child(2){transition-delay:.4s}.landing-page .vcard.in .tl-row:nth-child(3){transition-delay:.7s}.landing-page .tl-dot{width:10px;height:10px;border-radius:50%;background:var(--bg);border:1.5px solid var(--muted-2);align-self:center;position:relative;z-index:1;transition:border-color .3s ease,background .3s ease}.landing-page .vcard.in .tl-dot{border-color:var(--blue)}.landing-page .tl-row.current .tl-dot{background:var(--blue)}.landing-page .tl-row.current .tl-dot:after{content:"";position:absolute;inset:-4px;border-radius:50%;border:1px solid var(--blue);opacity:0}.landing-page .vcard.in .tl-row.current .tl-dot:after{animation:landing-tl-pulse 2.4s ease-out infinite;animation-delay:1s}@keyframes landing-tl-pulse{0%{opacity:.6;transform:scale(.75)}to{opacity:0;transform:scale(1.9)}}.landing-page .tl-date{font-family:var(--font-landing-mono),monospace;font-size:11px;color:var(--muted-2)}.landing-page .tl-content{font-size:12.5px;color:#c7d0db}.landing-page .tl-content b{color:var(--ink);font-weight:600}.landing-page .tl-tag{font-family:var(--font-landing-mono),monospace;font-size:9.5px;padding:1px 5px;border:1px solid var(--line);color:var(--muted-2);margin-left:6px}.landing-page .tl-tag.live{border-color:rgba(76,141,255,.5);color:var(--blue)}.landing-page .alert-row{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid var(--line-soft);opacity:0;transform:translateY(6px);transition:opacity .4s ease,transform .4s ease}.landing-page .alert-row:last-child{border-bottom:none}.landing-page .vcard.in .alert-row{opacity:1;transform:translateY(0)}.landing-page .vcard.in .alert-row:nth-child(2){transition-delay:.1s}.landing-page .vcard.in .alert-row:nth-child(3){transition-delay:.32s}.landing-page .vcard.in .alert-row:nth-child(4){transition-delay:.54s}.landing-page .dl-ring{position:relative;width:38px;height:38px;flex-shrink:0}.landing-page .dl-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.landing-page .dl-ring circle{fill:none;stroke-width:2.5}.landing-page .dl-ring .ring-bg{stroke:var(--line)}.landing-page .dl-ring .ring-fg{stroke-dasharray:100.5;stroke-dashoffset:100.5;transition:stroke-dashoffset 1.1s cubic-bezier(.2,.7,.2,1)}.landing-page .vcard.in .ring-fg{stroke-dashoffset:var(--off)}.landing-page .ring-num{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-landing-mono),monospace;font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.landing-page .dl-ring.d7 .ring-fg{stroke:var(--muted)}.landing-page .dl-ring.d7 .ring-num{color:var(--muted)}.landing-page .dl-ring.d3 .ring-fg{stroke:var(--amber)}.landing-page .dl-ring.d3 .ring-num{color:var(--amber)}.landing-page .dl-ring.d1 .ring-fg{stroke:var(--red)}.landing-page .dl-ring.d1 .ring-num{color:var(--red)}.landing-page .dl-ring.d1:before{content:"";position:absolute;inset:-4px;border-radius:50%;border:1px solid rgba(229,72,77,.55);opacity:0}.landing-page .vcard.in .dl-ring.d1:before{opacity:1;animation:landing-ring-radar 1.7s ease-out infinite;animation-delay:.4s}@keyframes landing-ring-radar{0%{transform:scale(.75);opacity:.8}to{transform:scale(1.35);opacity:0}}.landing-page .alert-info{display:flex;flex-direction:column;gap:3px}.landing-page .alert-text{font-size:12.5px;color:#c7d0db}.landing-page .alert-sub{font-family:var(--font-landing-mono),monospace;font-size:10.5px;color:var(--muted-2)}.landing-page .alert-sub b{color:inherit}.landing-page .dl-ring.d7~.alert-info .alert-sub b{color:var(--muted)}.landing-page .dl-ring.d3~.alert-info .alert-sub b{color:var(--amber)}.landing-page .dl-ring.d1~.alert-info .alert-sub b{color:var(--red)}.landing-page .cx-stage{position:relative}.landing-page .cx-panes{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);position:relative;z-index:1}.landing-page .cx-pane{background:var(--bg);padding:14px 16px;position:relative}.landing-page .cx-label{font-family:var(--font-landing-mono),monospace;font-size:9.5px;color:var(--muted-2);letter-spacing:.06em;margin-bottom:8px}.landing-page .cx-text{font-family:var(--font-landing-mono),monospace;font-size:12px;line-height:1.7;color:#b9c2ce}.landing-page .cx-text .hl{background:rgba(242,169,59,.14);color:#ffc373;padding:1px 4px;position:relative;transition:box-shadow .3s ease}.landing-page .vcard.in .cx-text .hl{animation:landing-hl-glow 1.8s ease-in-out .9s 2}@keyframes landing-hl-glow{0%,to{box-shadow:0 0 0 0 rgba(242,169,59,0)}50%{box-shadow:0 0 0 4px rgba(242,169,59,.18)}}.landing-page .cx-delta{display:flex;align-items:center;justify-content:center;padding:26px 20px;background:var(--bg)}.landing-page .cx-chip{font-family:var(--font-landing-mono),monospace;font-size:12px;color:#ffc373;background:rgba(242,169,59,.1);border:1px solid rgba(242,169,59,.3);padding:6px 12px;flex-shrink:0;opacity:0;transform:translateY(4px);transition:opacity .4s ease,transform .4s ease}.landing-page .vcard.in .cx-chip{opacity:1;transform:translateY(0)}.landing-page .vcard.in .cx-chip.b{transition-delay:.15s}.landing-page .cx-delta-line{flex:1;max-width:160px;height:1px;background:var(--line-soft);position:relative;margin:0 16px;display:flex;align-items:center;justify-content:center}.landing-page .cx-delta-line:before{content:"";position:absolute;inset:0;background:var(--amber);transform:scaleX(0);transform-origin:left;transition:transform .6s ease;transition-delay:.4s}.landing-page .vcard.in .cx-delta-line:before{transform:scaleX(1)}.landing-page .cx-delta-badge{position:relative;z-index:1;background:var(--bg);font-family:var(--font-landing-mono),monospace;font-size:10px;color:var(--amber);border:1px solid rgba(242,169,59,.4);padding:4px 9px;opacity:0;transform:scale(.92);transition:opacity .3s ease,transform .3s ease;transition-delay:.85s}.landing-page .vcard.in .cx-delta-badge{opacity:1;transform:scale(1)}.landing-page .cx-bridge{background:rgba(242,169,59,.06);padding:12px 16px;display:flex;gap:10px;align-items:baseline;position:relative;z-index:1;opacity:0;transform:translateY(-4px);transition:opacity .5s ease,transform .5s ease;transition-delay:1.05s}.landing-page .vcard.in .cx-bridge{opacity:1;transform:translateY(0)}.landing-page .cx-bridge .tag{font-family:var(--font-landing-mono),monospace;font-size:9.5px;color:var(--amber);border:1px solid rgba(242,169,59,.4);padding:2px 6px;flex-shrink:0}.landing-page .cx-bridge p{font-size:12px;color:#d8cbae;line-height:1.55}.landing-page .proces-wrap{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.landing-page .proces-steps{display:flex;flex-direction:column;gap:36px}.landing-page .proces-step{display:flex;gap:20px;opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}.landing-page .proces-step.in{opacity:1;transform:translateY(0)}.landing-page .proces-step .n{font-family:var(--font-landing-mono),monospace;font-size:13px;color:var(--blue);flex-shrink:0;padding-top:2px}.landing-page .proces-step h3{font-family:var(--font-landing-ui),sans-serif;font-weight:600;font-size:17px;margin-bottom:6px}.landing-page .proces-step p{font-size:13.5px;color:var(--muted);line-height:1.6}.landing-page .preview-panel{background:var(--panel);border:1px solid var(--line)}.landing-page .preview-head{padding:14px 18px;border-bottom:1px solid var(--line);font-family:var(--font-landing-mono),monospace;font-size:10.5px;color:var(--muted-2);letter-spacing:.04em;display:flex;justify-content:space-between;align-items:center}.landing-page .scan-status{display:flex;align-items:center;gap:7px}.landing-page .scan-status .dot{width:6px;height:6px;border-radius:50%;background:currentColor;color:var(--amber);animation:landing-pulse-dot 1.4s ease-in-out infinite}.landing-page .scan-status.done .dot{color:var(--green);animation:none}.landing-page .preview-body{padding:18px;position:relative;min-height:180px}.landing-page .scan-sweep{position:absolute;left:0;right:0;top:0;height:24px;background:linear-gradient(180deg,rgba(76,141,255,.12),transparent);opacity:0;pointer-events:none}.landing-page .preview-panel.scanning .scan-sweep{opacity:1;animation:landing-sweep-down 1.8s ease-in-out 1}@keyframes landing-sweep-down{0%{top:0}to{top:calc(100% - 24px)}}.landing-page .prow{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--line-soft);font-size:13px;opacity:0;transform:translateY(6px);transition:opacity .4s ease,transform .4s ease}.landing-page .preview-panel.in .prow{opacity:1;transform:translateY(0)}.landing-page .preview-panel.in .prow:nth-child(2){transition-delay:.6s}.landing-page .preview-panel.in .prow:nth-child(3){transition-delay:1s}.landing-page .preview-panel.in .prow:nth-child(4){transition-delay:1.4s}.landing-page .preview-panel.in .prow:nth-child(5){transition-delay:1.8s}.landing-page .prow:last-child{border-bottom:none}.landing-page .prow .sev{font-family:var(--font-landing-mono),monospace;font-size:10px;padding:2px 7px;letter-spacing:.04em}.landing-page .sev.high{background:rgba(229,72,77,.14);color:#ff9095}.landing-page .sev.ok{background:rgba(61,214,140,.12);color:#7fe3b4}.landing-page .sev.mid{background:rgba(242,169,59,.14);color:#ffc373}.landing-page .sev.low{background:rgba(124,138,156,.14);color:var(--muted)}.landing-page .numbers{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:56px 0}.landing-page .num-card{text-align:center}.landing-page .num-val{font-size:32px;font-weight:600;color:var(--blue)}.landing-page .num-lbl,.landing-page .num-val{font-family:var(--font-landing-mono),monospace}.landing-page .num-lbl{font-size:12px;color:var(--muted);margin-top:8px;letter-spacing:.02em}.landing-page .cost-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.landing-page .cost-cell{background:var(--bg);padding:36px 28px;text-align:center}.landing-page .cost-cell.featured{background:var(--panel)}.landing-page .cost-num{font-family:var(--font-landing-serif),serif;font-size:34px;color:var(--ink);margin-bottom:14px}.landing-page .cost-cell.featured .cost-num{color:var(--blue)}.landing-page .cost-num span{font-size:14px;color:var(--muted-2);font-family:var(--font-landing-ui),sans-serif}.landing-page .cost-label{font-family:var(--font-landing-mono),monospace;font-size:10.5px;color:var(--muted);letter-spacing:.03em;line-height:1.6}.landing-page .module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.landing-page .module-cell{background:var(--bg);padding:30px 26px}.landing-page .module-cell:last-child{grid-column:span 2}.landing-page .module-cell .mnum{font-family:var(--font-landing-mono),monospace;font-size:11px;color:var(--blue);margin-bottom:14px}.landing-page .module-cell h3{font-family:var(--font-landing-ui),sans-serif;font-weight:600;font-size:16px;margin-bottom:10px}.landing-page .module-cell p{font-size:13px;color:var(--muted);line-height:1.6}.landing-page .principle{text-align:center;max-width:680px;margin:0 auto;padding:120px 0}.landing-page .principle h2{font-size:32px}.landing-page .principle p{color:var(--muted);font-size:15.5px;line-height:1.7;margin-top:18px}.landing-page .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.landing-page .price-card{background:var(--bg);padding:34px 28px;position:relative}.landing-page .price-card.featured{background:var(--panel)}.landing-page .price-tag{font-family:var(--font-landing-mono),monospace;font-size:10.5px;color:var(--blue);letter-spacing:.06em;margin-bottom:10px}.landing-page .price-card h3{font-family:var(--font-landing-ui),sans-serif;font-weight:600;font-size:19px;margin-bottom:14px}.landing-page .price-val{font-family:var(--font-landing-mono),monospace;font-size:26px;font-weight:600;margin-bottom:22px}.landing-page .price-val span{font-size:12px;color:var(--muted-2);font-weight:400}.landing-page .price-feat{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:26px}.landing-page .price-feat li{font-size:13px;color:var(--muted);padding-left:16px;position:relative}.landing-page .price-feat li:before{content:"—";position:absolute;left:0;color:var(--muted-2)}.landing-page .price-badge{position:absolute;top:-1px;right:-1px;background:var(--blue);color:#08101f;font-family:var(--font-landing-mono),monospace;font-size:9.5px;padding:4px 9px;letter-spacing:.04em}.landing-page .faq-list{border-top:1px solid var(--line)}.landing-page .faq-row{padding:26px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1.4fr;gap:40px}.landing-page .faq-row h3{font-family:var(--font-landing-ui),sans-serif;font-weight:600;font-size:15.5px}.landing-page .faq-row p{font-size:13.5px;color:var(--muted);line-height:1.65}.landing-page .final-cta{text-align:center;padding:120px 0;border-top:1px solid var(--line)}.landing-page .final-cta h2{font-size:36px;margin-bottom:14px}.landing-page .final-cta .section-sub{color:var(--muted);margin-bottom:36px}.landing-page footer{border-top:1px solid var(--line);padding:44px 0}.landing-page .footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.landing-page .wordmark.sm .mark{width:14px;height:14px}.landing-page .foot-right{font-family:var(--font-landing-mono),monospace;font-size:11px;color:var(--muted-2);text-align:right;line-height:1.6}@media (max-width:920px){.landing-page .hero-grid{grid-template-columns:1fr}.landing-page .nav-actions,.landing-page .nav-links{display:none}.landing-page .landing-hamburger{display:flex}.landing-page .landing-mobile-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:45}.landing-page h1{font-size:36px}.landing-page .pricing-grid,.landing-page .proces-wrap,.landing-page .showcase-grid{grid-template-columns:1fr}.landing-page .numbers{grid-template-columns:1fr 1fr}.landing-page .faq-row{grid-template-columns:1fr}.landing-page .spec-row{grid-template-columns:1fr 1fr}.landing-page .cost-grid,.landing-page .module-grid{grid-template-columns:1fr}.landing-page .clause-row{grid-template-columns:1fr;gap:14px}}