*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#app{background:#fff;margin:0;padding:0}:root{--orange:#f97316;--orange-dk:#ea580c;--orange-lt:#f973161a;--navy:#0f1629;--navy2:#1a2540;--navy3:#243047;--green:#16a34a;--red:#dc2626;--blue:#2563eb;--indigo:#4f46e5;--amber:#d97706}.app{color:#1a1a2e;background:#fff;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.65;overflow-x:hidden}.nav{z-index:999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff0;border-bottom:1px solid #0000000f;position:fixed;top:0;left:0;right:0}.nav-c{justify-content:space-between;align-items:center;gap:32px;max-width:1280px;height:68px;margin:0 auto;padding:0 40px;display:flex}.logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.logo-mark{justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:relative}.logo-mark.small{width:26px;height:26px}.logo img{-o-object-fit:cover;object-fit:cover;border-radius:10px;width:36px;height:36px}.lm-ring{border:2px solid var(--orange);border-radius:50%;animation:2.5s ease-in-out infinite ring-pulse;position:absolute;inset:0}@keyframes ring-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.15)}}.lm-dot{background:var(--orange);border-radius:50%;width:10px;height:10px}.logo-mark.small .lm-dot{width:8px;height:8px}.logo span{color:#111;letter-spacing:-.5px;font-size:18px;font-weight:800}.logo em{color:var(--orange);font-style:normal}.footer-logo span{color:#fff!important}.nav-links{align-items:center;gap:36px;display:flex}.nav-links a{color:#555;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s}.nav-links a:hover{color:#111}.nav-r{flex-shrink:0;align-items:center;gap:10px;display:flex}.nav-ghost{color:#555;padding:8px 14px;font-size:14px;font-weight:500;text-decoration:none}.nav-ghost:hover{color:#111}.nav-cta{color:#fff;background:var(--orange);border-radius:8px;align-items:center;gap:6px;padding:9px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 12px #f973164d}.nav-cta:hover{background:var(--orange-dk);transform:translateY(-1px)}.burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.burger span{background:#555;border-radius:2px;width:22px;height:2px;display:block}.hero{background:#fff;min-height:100vh;padding:110px 40px 0;position:relative;overflow:hidden}.hero-bg-grid{pointer-events:none;background-image:linear-gradient(#f973160d 1px,#0000 1px),linear-gradient(90deg,#f973160d 1px,#0000 1px);background-size:52px 52px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 50% 30%,#000 20%,#0000 80%);mask-image:radial-gradient(80% 70% at 50% 30%,#000 20%,#0000 80%)}.hero-glow{pointer-events:none;filter:blur(130px);border-radius:50%;position:absolute}.g1{background:#f9731612;width:700px;height:600px;top:-15%;left:-15%}.g2{background:#4f46e50d;width:500px;height:500px;top:20%;right:-8%}.hero-c{z-index:2;grid-template-columns:1fr 480px;align-items:center;gap:72px;max-width:1280px;margin:0 auto;display:grid;position:relative}.hero-content{padding-top:8px}.eyebrow-pill{letter-spacing:1.5px;text-transform:uppercase;color:var(--orange);background:#f9731614;border:1px solid #f9731633;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:5px 14px;font-size:11px;font-weight:700;display:inline-flex}.eyebrow-pill.dark{color:#fb923c;background:#f9731626;border-color:#f9731640}.pill-dot{background:var(--orange);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pill-pulse}@keyframes pill-pulse{0%,to{box-shadow:0 0 0 3px #f9731633}50%{box-shadow:0 0 0 8px #f973160d}}.hero-h1{letter-spacing:-2.5px;color:#111;margin-bottom:22px;font-size:clamp(42px,5vw,68px);font-weight:900;line-height:1}.h1-accent{background:linear-gradient(135deg, var(--orange), #fb923c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-p{color:#555;max-width:500px;margin-bottom:32px;font-size:17px;line-height:1.8}.hero-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:28px;display:flex}.btn-primary{background:var(--orange);color:#fff;border-radius:10px;align-items:center;gap:8px;padding:13px 26px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 20px #f973164d}.btn-primary:hover{background:var(--orange-dk);transform:translateY(-2px);box-shadow:0 8px 30px #f9731666}.btn-primary.large{padding:15px 34px;font-size:16px}.btn-ghost{color:#555;border:1.5px solid #e5e5e5;border-radius:10px;align-items:center;gap:8px;padding:13px 20px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-ghost:hover{border-color:var(--orange);color:var(--orange)}.live-dot{background:var(--orange);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pill-pulse}.btn-outline-white{color:#fffc;border:1.5px solid #ffffff40;border-radius:10px;align-items:center;padding:13px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-outline-white:hover{color:#fff;border-color:#ffffff80}.hero-trust{flex-wrap:wrap;gap:16px;display:flex}.hero-trust span{color:#888;font-size:13px;font-weight:500}.hero-panel{background:#fff;border:1.5px solid #e8e8e8;border-radius:20px;padding:20px;box-shadow:0 16px 52px #00000014}.hcp-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:14px;display:flex}.hcp-brand{color:#999;letter-spacing:1px;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.hcp-dot{background:var(--green);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pill-pulse}.hcp-live{color:var(--green);align-items:center;gap:5px;font-size:11px;font-weight:700;display:flex}.status-dot-green{background:var(--green);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pill-pulse}.sdg{background:var(--green);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pill-pulse;display:inline-block}.sdg.small{width:5px;height:5px}.hcp-stats{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px;display:grid}.hcps{text-align:center;background:#fafafa;border:1px solid #f0f0f0;border-radius:10px;padding:10px 6px}.hcps-val{color:#333;margin-bottom:2px;font-size:18px;font-weight:800}.hcps-val.green{color:var(--green)}.hcps-val.orange{color:var(--orange)}.hcps-val.blue{color:var(--blue)}.hcps-lbl{color:#bbb;text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:600}.hcp-section-label{letter-spacing:1.5px;color:#ccc;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:700}.hcp-channels{flex-direction:column;gap:5px;margin-bottom:12px;display:flex}.hcp-chan{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;align-items:center;gap:8px;padding:7px 10px;transition:all .3s;display:flex}.hcp-chan.chan-active{background:#fff7ed;border-color:#fed7aa}.chan-indicator{border-radius:50%;flex-shrink:0;width:7px;height:7px}.chan-indicator.green{background:#22c55e}.chan-indicator.orange{background:var(--orange)}.chan-indicator.blue{background:var(--blue)}.chan-indicator.purple{background:#8b5cf6}.chan-body{flex:1}.chan-name{color:#222;font-size:11px;font-weight:600}.chan-sub{color:#999;font-size:10px}.chan-count{color:#ccc;font-size:11px;font-weight:600}.chan-waves{align-items:center;gap:2px;height:14px;display:flex}.chan-waves span{background:var(--orange);width:2px;animation:1.2s ease-in-out infinite wv;animation-delay:calc(var(--i) * .1s);border-radius:1px}@keyframes wv{0%,to{opacity:.3;height:3px}50%{opacity:1;height:12px}}.hcp-alert-monitor{background:#f9fafb;border:1px solid #f0f0f0;border-radius:8px;min-height:44px;margin-bottom:12px;padding:10px;transition:all .3s}.hcp-alert-monitor.monitor-active{background:#fef2f2;border-color:#fecaca}.hcp-alert-monitor.monitor-resolved{background:#f0fdf4;border-color:#bbf7d0}.monitor-idle{color:#888;align-items:center;gap:8px;font-size:11px;display:flex}.monitor-idle.resolved{color:var(--green)}.monitor-icon{font-size:14px}.monitor-alert-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.mar-left{align-items:center;gap:8px;display:flex}.mar-icon{font-size:16px;animation:.6s ease-in-out infinite shake}@keyframes shake{0%,to{transform:rotate(0)}25%{transform:rotate(-8deg)}75%{transform:rotate(8deg)}}.mar-title{color:var(--red);letter-spacing:.5px;font-size:11px;font-weight:800}.mar-sub{color:#888;font-size:10px}.mar-phases{gap:3px;display:flex}.mar-phases span{background:#fecaca;border-radius:50%;width:6px;height:6px;transition:background .3s}.mar-phases span.active{background:var(--red)}.hcp-log{flex-direction:column;gap:4px;display:flex}.hcp-log-row{color:#888;background:#fafafa;border-radius:7px;align-items:center;gap:8px;padding:5px 8px;font-size:11px;display:flex}.hcp-log-row.red{color:var(--red);background:#fef2f2}.hcp-log-row.orange{color:#c2410c;background:#fff7ed}.hcp-log-row.amber{color:var(--amber);background:#fffbeb}.hcp-log-row.green{color:var(--green);background:#f0fdf4}.hcp-log-row.gray{color:#888}.log-slide-enter-active{transition:all .3s}.log-slide-enter-from{opacity:0;transform:translate(-8px)}.hero-stats{background:#fff;border:1px solid #ebebeb;border-radius:16px 16px 0 0;flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;max-width:1280px;margin:60px auto 0;padding:22px 40px;display:flex;box-shadow:0 -4px 24px #00000008}.hs{text-align:center}.hs-val{color:#111;margin-bottom:2px;font-size:20px;font-weight:800}.hs-lbl{color:#999;font-size:11px;font-weight:500}.hs-div{background:#eee;width:1px;height:30px}.section-light{background:#fff;padding:96px 40px}.section-dark{background:var(--navy);padding:96px 40px}.section-offwhite{background:#f8f9fb;padding:96px 40px}.wrap{max-width:1280px;margin:0 auto}.sec-head{text-align:center;margin-bottom:60px}.sec-title{letter-spacing:-1.5px;color:#111;margin-bottom:14px;font-size:clamp(28px,3.2vw,44px);font-weight:800;line-height:1.1}.sec-title.light{color:#f0f4ff}.sec-sub{color:#777;max-width:500px;margin:0 auto;font-size:16px}.sec-sub.light{color:#7890b8}.feat-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.feat-card{background:#fff;border:1.5px solid #e8e8e8;border-radius:16px;padding:26px 22px;transition:all .25s;position:relative;overflow:hidden}.feat-card:before{content:"";background:linear-gradient(90deg, var(--orange), #fb923c);transform-origin:0;height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.feat-card:hover{border-color:#f973164d;transform:translateY(-4px);box-shadow:0 12px 32px #0000000f}.feat-card:hover:before{transform:scaleX(1)}.fc-top{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.fc-icon{font-size:24px}.fc-tag{color:var(--orange);letter-spacing:.5px;background:#f9731614;border:1px solid #f9731626;border-radius:100px;padding:2px 8px;font-size:9px;font-weight:700}.fc-title{color:#111;margin-bottom:7px;font-size:13px;font-weight:700}.fc-desc{color:#777;font-size:12px;line-height:1.6}.demo-block{background:#ffffff0a;border:1px solid #ffffff12;border-radius:24px;margin-bottom:64px;padding:36px}.demo-block:last-child{margin-bottom:0}.demo-label{align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.demo-num{color:var(--orange);letter-spacing:1px;background:#f9731626;border:1px solid #f9731640;border-radius:6px;flex-shrink:0;margin-top:3px;padding:4px 10px;font-size:11px;font-weight:800}.demo-title{color:#e8eeff;margin-bottom:6px;font-size:18px;font-weight:700}.demo-desc{color:#7890b8;font-size:13px}.ptt-widget{background:var(--navy2);border:1px solid #ffffff14;border-radius:16px;overflow:hidden}.ptt-header{color:#89b;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:14px 18px;font-size:12px;font-weight:700;display:flex}.ptt-live{color:var(--green);align-items:center;gap:5px;font-size:11px;display:flex}.ptt-channels{background:#ffffff0a;grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.ptt-chan{background:var(--navy2);align-items:center;gap:10px;padding:14px 16px;transition:background .3s;display:flex}.ptt-chan.ptt-chan-active{background:#f9731614}.ptt-indicator{border-radius:50%;flex-shrink:0;width:8px;height:8px}.ptt-indicator.green{background:#22c55e}.ptt-indicator.orange{background:var(--orange)}.ptt-indicator.blue{background:var(--blue)}.ptt-indicator.purple{background:#8b5cf6}.ptt-chan-info{flex:1}.ptt-chan-name{color:#c8d8f0;font-size:12px;font-weight:600}.ptt-chan-sub{color:#4a5e7a;font-size:10px}.ptt-waveform{align-items:center;gap:2px;height:16px;display:flex}.ptt-waveform span{background:var(--orange);width:2px;animation:.9s ease-in-out infinite wv2;animation-delay:calc(var(--j) * 80ms);border-radius:1px}@keyframes wv2{0%,to{opacity:.4;height:3px}50%{opacity:1;height:14px}}.ptt-idle-dot{border-radius:50%;width:8px;height:8px}.ptt-idle-dot.green{background:#22c55e4d}.ptt-idle-dot.orange{background:#f973164d}.ptt-idle-dot.blue{background:#2563eb4d}.ptt-idle-dot.purple{background:#8b5cf64d}.ptt-log{border-top:1px solid #ffffff0f;padding:14px 16px}.ptt-log-label{letter-spacing:1.5px;color:#3a4f6e;text-transform:uppercase;margin-bottom:10px;font-size:9px;font-weight:700}.ptt-log-entries{flex-direction:column;gap:6px;display:flex}.ptt-log-row{color:#7890b8;border-bottom:1px solid #ffffff08;align-items:center;gap:10px;padding:6px 0;font-size:11px;display:flex}.ptt-log-row.empty{color:#3a4f6e}.ptt-log-icon{font-size:13px}.ptt-log-name{color:#c8d8f0;font-size:12px;font-weight:600}.ptt-log-chan{color:#4a5e7a;font-size:10px}.ptt-log-time{color:#3a4f6e;margin-left:auto;font-size:10px}.ptt-log-entry-enter-active{transition:all .3s}.ptt-log-entry-enter-from{opacity:0;transform:translateY(-6px)}.alert-widget{grid-template-columns:170px 1fr 170px 1fr;align-items:start;gap:24px;display:grid}.aw-device{flex-direction:column;align-items:center;gap:12px;display:flex}.aw-device-label{letter-spacing:2px;color:#7890b8;text-transform:uppercase;font-size:9px;font-weight:700}.phone-shell{background:#1a1a2e;border:5px solid #0a0f1a;border-radius:28px;width:152px;padding:10px;box-shadow:0 20px 60px #00000080}.phone-shell.dark-shell{background:var(--navy2);border-color:var(--navy)}.phone-notch{background:#0a0f1a;border-radius:0 0 10px 10px;width:50px;height:6px;margin:0 auto 6px}.phone-screen{background:#fff;border-radius:20px;min-height:260px;transition:background .4s;overflow:hidden}.phone-screen.screen-alert,.phone-screen.screen-resolved{background:#fff}.dark-screen{background:var(--navy3)}.ps-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:10px 12px 8px;display:flex}.ps-header.dark-header{background:var(--navy2);border-bottom-color:#ffffff0f}.ps-app-name{color:#111;font-size:10px;font-weight:700}.ps-app-name.light{color:#89b}.ps-time{color:#999;font-size:10px;font-weight:600}.ps-time.light{color:#4a5e7a}.ps-body{flex-direction:column;align-items:center;gap:10px;padding:12px;display:flex}.ps-unit-label{color:#333;font-size:10px;font-weight:700}.ps-badge{color:var(--green);background:#f0fdf4;border:1px solid #bbf7d0;border-radius:100px;padding:3px 8px;font-size:9px;font-weight:700}.ps-panic-btn{cursor:pointer;color:#fff;letter-spacing:1px;background:linear-gradient(135deg,#dc2626,#b91c1c);border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:70px;height:70px;font-size:9px;font-weight:800;transition:all .2s;display:flex;position:relative;box-shadow:0 4px 20px #dc262666}.psb-ring{border:2px solid #dc262666;border-radius:50%;animation:2s ease-in-out infinite panic-ring;position:absolute}.psb-ring.r1{inset:-6px}.psb-ring.r2{animation-delay:.5s;inset:-13px}@keyframes panic-ring{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.1)}}.psb-icon{font-size:22px;line-height:1}.psb-label{font-size:9px}.ps-hint{color:#bbb;font-size:9px}.ps-body.alert-body{background:#fef2f2;justify-content:center;min-height:220px}.ps-alert-icon{font-size:36px;animation:.6s ease-in-out infinite shake}.ps-alert-title{color:var(--red);letter-spacing:1px;font-size:10px;font-weight:800}.ps-alert-msg{color:#555;text-align:center;font-size:11px;font-weight:500}.ps-alert-msg.resolved{color:var(--green);font-weight:700}.ps-eta{color:var(--orange);font-size:16px;font-weight:800}.guard-av{background:linear-gradient(135deg, var(--orange), var(--orange-dk));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:800;display:flex}.guard-name{color:#111;font-size:11px;font-weight:700}.guard-status{color:#888;font-size:10px}.guard-pairs{flex-direction:column;gap:5px;width:100%;margin-top:4px;display:flex}.gpr{color:#555;align-items:center;gap:6px;font-size:10px;display:flex}.gpd{border-radius:50%;flex-shrink:0;width:6px;height:6px}.gpd.green{background:var(--green)}.gpd.orange{background:var(--orange)}.guardian-incoming{flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:220px;padding:14px;display:flex;position:relative}.gi-bg-pulse{border-radius:18px;animation:1s ease-in-out infinite alternate gi-bg;position:absolute;inset:0}@keyframes gi-bg{0%{background:#f9731608}to{background:#f973161a}}.gi-title{color:var(--orange);letter-spacing:1px;font-size:11px;font-weight:900;position:relative}.gi-unit{color:#111;font-size:11px;font-weight:700;position:relative}.gi-loc{color:#888;font-size:10px;position:relative}.gi-btns{gap:6px;display:flex;position:relative}.gi-respond{background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:7px;padding:6px 12px;font-size:10px;font-weight:700}.gi-relay{color:#555;cursor:pointer;background:#f0f0f0;border:none;border-radius:7px;padding:6px 10px;font-size:10px;font-weight:700}.gi-enroute{flex-direction:column;align-items:center;gap:2px;display:flex;position:relative}.enroute-car{font-size:28px;animation:1s ease-in-out infinite alternate drive}@keyframes drive{0%{transform:translate(-4px)}to{transform:translate(4px)}}.enroute-status{color:var(--orange);font-size:11px;font-weight:700}.aw-flow{flex-direction:column;justify-content:center;align-items:center;gap:0;padding-top:48px;display:flex}.awf-step{flex-direction:column;align-items:center;display:flex}.awf-node{background:#1e2d45;border:2px solid #2d3d5a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;transition:all .4s;display:flex}.awf-step.active .awf-node{background:var(--orange);border-color:var(--orange);box-shadow:0 0 0 6px #f9731633}.awf-line{background:#2d3d5a;width:2px;height:22px;transition:background .4s}.awf-step.active .awf-line{background:var(--orange)}.awf-label{color:#4a5e7a;text-align:center;max-width:60px;margin-top:4px;margin-bottom:0;font-size:9px;font-weight:600}.awf-step.active .awf-label{color:#fb923c}.aw-log{background:var(--navy2);border:1px solid #ffffff12;border-radius:14px;overflow:hidden}.aw-log-header{color:#c8d8f0;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:12px 14px;font-size:11px;font-weight:700;display:flex}.aw-log-live{color:var(--green);align-items:center;gap:4px;font-size:11px;display:flex}.aw-log-rows{flex-direction:column;display:flex}.aw-log-row{border-bottom:1px solid #ffffff0a;align-items:flex-start;gap:10px;padding:10px 14px;transition:background .3s;display:flex}.aw-log-row.red{background:#dc262614}.aw-log-row.orange{background:#f973160f}.aw-log-row.amber{background:#d977060f}.aw-log-row.green{background:#16a34a14}.aw-log-row.gray{background:0 0}.alr-icon{flex-shrink:0;margin-top:1px;font-size:14px}.alr-text{color:#c8d8f0;font-size:11px;font-weight:500}.alr-time{color:#4a5e7a;margin-top:2px;font-size:10px}.aw-hint{color:#4a5e7a;text-align:center;margin-top:10px;font-size:11px}.patrol-widget{grid-template-columns:1fr 260px;gap:24px;display:grid}.pw-left{background:var(--navy2);border:1px solid #ffffff12;border-radius:16px;overflow:hidden}.pw-patroller{border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:16px 18px;display:flex}.pw-av{background:linear-gradient(135deg, var(--orange), var(--orange-dk));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;font-weight:800;display:flex}.pw-name{color:#e8eeff;font-size:13px;font-weight:700}.pw-shift{color:#4a5e7a;font-size:11px}.pw-status{color:var(--green);align-items:center;gap:5px;margin-left:auto;font-size:11px;font-weight:600;display:flex}.pw-checkpoints{flex-direction:column;display:flex}.pw-cp{border-bottom:1px solid #ffffff0a;align-items:center;gap:12px;padding:12px 18px;transition:background .3s;display:flex}.pw-cp:last-child{border-bottom:none}.pw-cp.cp-scanning{background:#f973160f}.pw-cp.cp-scanned{background:#16a34a0a}.pw-cp-icon{flex-shrink:0;font-size:16px}.pw-cp-info{flex:1}.pw-cp-name{color:#c8d8f0;font-size:12px;font-weight:600}.pw-cp-zone{color:#4a5e7a;font-size:10px}.pw-cp-time{color:var(--green);font-size:10px;font-weight:600}.pw-cp-pending{color:#3a4f6e;font-size:10px}.pw-right{flex-direction:column;gap:16px;display:flex}.pw-phone-wrap{justify-content:center;display:flex}.pw-phone{background:#1a2540;border:1px solid #ffffff14;border-radius:20px;width:160px;overflow:hidden;box-shadow:0 12px 40px #0006}.pw-ph-header{color:#89b;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:10px 14px;font-size:11px;font-weight:700;display:flex}.pw-ph-shift{color:#4a5e7a;text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:600}.pw-ph-body{justify-content:center;align-items:center;min-height:140px;padding:16px;display:flex}.pw-ph-idle{text-align:center}.qr-idle-icon{opacity:.4;margin-bottom:6px;font-size:28px}.qr-idle-text{color:#3a4f6e;font-size:10px}.pw-ph-scanning{text-align:center}.qr-scan-icon{margin-bottom:6px;font-size:28px;animation:.8s ease-in-out infinite alternate scan-bob}@keyframes scan-bob{0%{transform:translateY(-2px)}to{transform:translateY(2px)}}.qr-scan-label{color:#fb923c;margin-bottom:4px;font-size:10px;font-weight:700}.qr-scan-name{color:#c8d8f0;margin-bottom:10px;font-size:11px;font-weight:600}.qr-scan-bar{background:#ffffff14;border-radius:2px;height:3px;overflow:hidden}.qr-scan-fill{background:var(--orange);border-radius:2px;height:100%;animation:.9s ease-in-out forwards qr-fill}@keyframes qr-fill{0%{width:0}to{width:100%}}.pw-ph-scanned{text-align:center}.qr-ok{margin-bottom:4px;font-size:28px}.qr-ok-name{color:var(--green);font-size:11px;font-weight:700}.qr-ok-time{color:#4a5e7a;margin-top:2px;font-size:10px}.pw-progress{background:var(--navy2);border:1px solid #ffffff12;border-radius:12px;padding:14px 16px}.pw-prog-label{color:#c8d8f0;justify-content:space-between;margin-bottom:8px;font-size:11px;font-weight:700;display:flex}.pw-prog-bar{background:#ffffff14;border-radius:3px;height:6px;overflow:hidden}.pw-prog-fill{background:var(--orange);border-radius:3px;height:100%;transition:width .6s}.how-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.how-card{background:#fafafa;border:1.5px solid #e8e8e8;border-radius:18px;padding:28px 22px;transition:all .25s}.how-card:hover{border-color:var(--orange);transform:translateY(-4px);box-shadow:0 12px 32px #f9731614}.hc-step{color:#f9731666;letter-spacing:2px;margin-bottom:12px;font-size:10px;font-weight:800}.hc-icon{margin-bottom:12px;font-size:26px}.hc-title{color:#111;margin-bottom:8px;font-size:14px;font-weight:700}.hc-desc{color:#777;font-size:13px;line-height:1.65}.visitor-highlight{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.vh-title{letter-spacing:-1px;color:#111;margin-bottom:14px;font-size:clamp(24px,2.5vw,36px);font-weight:800;line-height:1.2}.vh-desc{color:#666;margin-bottom:20px;font-size:15px;line-height:1.75}.vh-points{flex-direction:column;gap:8px;list-style:none;display:flex}.vh-points li{color:#555;padding-left:20px;font-size:14px;position:relative}.vh-points li:before{content:"✓";color:var(--orange);font-weight:700;position:absolute;left:0}.visitor-panel{background:#fff;border:1.5px solid #e8e8e8;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000000d}.vp-header{color:#333;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:14px 18px;font-size:12px;font-weight:700;display:flex}.vp-count{color:#999;font-size:11px}.vp-row{border-bottom:1px solid #f9f9f9;align-items:center;gap:12px;padding:14px 18px;display:flex}.vp-row:last-child{border-bottom:none}.vpr-info{flex:1}.vpr-name{color:#222;font-size:13px;font-weight:600}.vpr-plate{color:#999;margin-top:1px;font-size:11px}.vpr-code{color:#aaa;letter-spacing:1px;font-family:monospace;font-size:11px;font-weight:700}.vpr-status{font-size:11px;font-weight:700}.vpr-status.approved{color:var(--green)}.vpr-status.verifying{color:var(--orange)}.vpr-status.pending{color:#bbb}.testi-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.testi-card{background:#fff;border:1.5px solid #ebebeb;border-radius:18px;padding:28px 24px;transition:all .25s}.testi-card:hover{border-color:#f973164d;transform:translateY(-3px);box-shadow:0 12px 32px #0000000f}.tc-stars{color:var(--orange);letter-spacing:3px;margin-bottom:12px;font-size:12px}.tc-q{color:#444;margin-bottom:18px;font-size:14px;font-style:italic;line-height:1.75}.tc-person{align-items:center;gap:10px;display:flex}.tc-av{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;font-weight:800;display:flex}.tc-av.watch{background:linear-gradient(135deg, var(--orange), var(--orange-dk))}.tc-av.estate{background:linear-gradient(135deg, var(--indigo), #4338ca)}.tc-name{color:#111;font-size:13px;font-weight:700}.tc-role{color:#aaa;font-size:11px}.faq-wrap .sec-head{max-width:600px;margin-left:auto;margin-right:auto}.faq-list{border:1.5px solid #e8e8e8;border-radius:18px;max-width:720px;margin:0 auto;overflow:hidden}.faq-item{border-bottom:1px solid #f0f0f0}.faq-item:last-child{border-bottom:none}.faq-item.open{background:#fffaf7}.faq-q{cursor:pointer;text-align:left;color:#111;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 26px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s;display:flex}.faq-q:hover{background:#f9731605}.faq-item.open .faq-q{color:var(--orange)}.faq-ch{color:#bbb;flex-shrink:0;font-size:22px;font-weight:300}.faq-item.open .faq-ch{color:var(--orange)}.faq-a{color:#666;padding:0 26px 20px;font-size:14px;line-height:1.75}.cta-section{background:var(--navy);text-align:center;padding:96px 40px;position:relative;overflow:hidden}.cta-glow{pointer-events:none;background:radial-gradient(#f9731626 0%,#0000 70%);border-radius:50%;width:600px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-inner{z-index:1;position:relative}.cta-icon-wrap{margin-bottom:20px;font-size:48px;animation:3s ease-in-out infinite float;display:block}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.cta-h2{letter-spacing:-1.5px;color:#fff;margin-bottom:14px;font-size:clamp(28px,3.5vw,46px);font-weight:800}.cta-sub{color:#7890b8;margin-bottom:36px;font-size:16px}.cta-btns{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-bottom:18px;display:flex}.cta-note{color:#4a5e7a;font-size:13px}.footer{background:#070c16;border-top:1px solid #1a2235;padding:56px 40px 28px}.footer-inner{grid-template-columns:1fr auto;gap:80px;margin-bottom:44px;display:grid}.footer-tagline{color:#4a5e7a;max-width:240px;margin-top:12px;font-size:13px;line-height:1.65}.footer-cols{gap:48px;display:flex}.fcol{flex-direction:column;gap:10px;display:flex}.fcol-t{letter-spacing:2px;text-transform:uppercase;color:#2d3d5a;margin-bottom:4px;font-size:10px;font-weight:700}.fcol a{color:#4a5e7a;font-size:13px;text-decoration:none;transition:color .15s}.fcol a:hover{color:#c8d8f0}.footer-bottom{color:#2d3d5a;border-top:1px solid #1a2235;justify-content:space-between;align-items:center;padding-top:22px;font-size:12px;display:flex}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--d,0s);transform:translateY(24px)}.reveal.in{opacity:1;transform:translateY(0)}@media (width<=1100px){.hero-c{grid-template-columns:1fr}.hero-panel{display:none}.feat-grid,.how-grid{grid-template-columns:repeat(2,1fr)}.alert-widget{grid-template-columns:1fr 1fr}.aw-flow{display:none}.patrol-widget{grid-template-columns:1fr}.visitor-highlight{grid-template-columns:1fr;gap:40px}.testi-grid{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr;gap:36px}.footer-cols{flex-wrap:wrap;gap:28px}}@media (width<=768px){.nav-c{padding:0 20px}.nav-links{display:none}.nav-links.open{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:998;background:#fffffff7;border-bottom:1px solid #ebebeb;flex-direction:column;gap:18px;padding:24px;display:flex;position:fixed;top:68px;left:0;right:0}.burger{display:flex}.hero{padding:96px 20px 0}.section-light,.section-dark,.section-offwhite,.cta-section{padding:64px 20px}.feat-grid,.how-grid,.testi-grid,.alert-widget{grid-template-columns:1fr}.hero-stats{border-radius:12px 12px 0 0;gap:14px;margin:40px 20px 0;padding:18px 20px}.hs-div{display:none}.footer{padding:44px 20px 24px}.footer-bottom{text-align:center;flex-direction:column;gap:8px}.cta-btns{flex-direction:column;align-items:center}.demo-block{padding:22px}.ptt-channels{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
