.pd-page{background:var(--p-surface-2);color:var(--p-fg-1)}.pd-hero{background:var(--p-surface-2);padding:64px 0 48px;position:relative;overflow:hidden}.pd-hero-grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:56px;display:grid}@media (max-width:920px){.pd-hero-grid{grid-template-columns:1fr;gap:32px}}.pd-eyebrow{color:var(--p-accent);text-transform:uppercase;letter-spacing:.08em;background:var(--p-accent-soft);border-radius:999px;align-items:center;gap:8px;margin-bottom:16px;padding:5px 10px 5px 5px;font-size:12px;font-weight:600;display:inline-flex}.pd-eyebrow .ic{background:var(--p-accent);width:22px;height:22px;color:var(--p-on-accent);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.pd-eyebrow .ic .material-symbols-outlined{font-size:14px}.pd-hero h1{letter-spacing:-.02em;text-wrap:balance;margin:0 0 18px;font-size:clamp(32px,3.8vw,44px);font-weight:700;line-height:1.08}.pd-hero p.lead{color:var(--p-fg-2);max-width:520px;margin:0 0 24px;font-size:19px;line-height:1.55}.pd-hero-cta{flex-wrap:wrap;gap:10px;margin-bottom:24px;display:flex}.pd-hero-mock{background:var(--p-surface);box-shadow:var(--p-shadow-lg);border:1px solid var(--p-border);border-radius:14px;position:relative;overflow:hidden}.pd-strip{border-top:1px solid var(--p-border);border-bottom:1px solid var(--p-border);background:var(--p-surface-2);padding:28px 0}.pd-feat-strip{flex-wrap:wrap;justify-content:space-between;gap:14px 24px;display:flex}.pd-feat-it{color:var(--p-fg-2);align-items:center;gap:8px;font-size:13.5px;font-weight:500;display:inline-flex}.pd-feat-it .material-symbols-outlined{color:var(--p-accent);font-variation-settings:"wght" 500;font-size:18px}@media (max-width:720px){.pd-feat-strip{justify-content:flex-start}}.pd-sect{background:var(--p-surface);padding:80px 0}.pd-sect-h{text-align:center;max-width:720px;margin:0 auto 48px}.pd-sect-h .tag{color:var(--p-accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:12px;font-weight:600;display:inline-block}.pd-sect-h h2{letter-spacing:-.02em;text-wrap:balance;margin:0 0 12px;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.15}.pd-sect-h p{color:var(--p-fg-2);text-wrap:pretty;margin:0;font-size:17px;line-height:1.55}.pd-sect-tint{background:var(--p-surface-2);border-top:1px solid var(--p-border);border-bottom:1px solid var(--p-border)}.pd-slash{grid-template-columns:1.25fr 1fr;align-items:center;gap:56px;display:grid}@media (max-width:920px){.pd-slash{grid-template-columns:1fr}}.pd-slash-info h3{letter-spacing:-.015em;text-wrap:balance;margin:0 0 12px;font-size:24px;font-weight:600;line-height:1.25}.pd-slash-info p{color:var(--p-fg-2);margin:0 0 16px;font-size:15px;line-height:1.6}.pd-slash-mock{background:var(--p-surface);border:1px solid var(--p-border);box-shadow:var(--p-shadow-lg);border-radius:12px;position:relative;overflow:hidden}.pd-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (max-width:720px){.pd-grid{grid-template-columns:1fr}}.pd-feature{background:var(--p-surface);border:1px solid var(--p-border);border-radius:14px;flex-direction:column;min-height:260px;padding:28px;display:flex}.pd-feature .visual{border-top:1px solid var(--p-border);background:var(--p-surface-2);border-radius:0 0 14px 14px;flex:1;margin:22px -28px -28px;padding:24px 28px 0;position:relative;overflow:hidden}.pd-feature h3{letter-spacing:-.015em;margin:0 0 8px;font-size:22px;font-weight:600;line-height:1.25}.pd-feature p{color:var(--p-fg-2);min-height:70px;margin:0;font-size:15px;line-height:1.55}.pd-feature .ic-tag{background:var(--p-accent-soft);width:36px;height:36px;color:var(--p-accent);border-radius:8px;justify-content:center;align-items:center;margin-bottom:12px;display:inline-flex}.pd-feature .ic-tag .material-symbols-outlined{font-size:20px}.pd-realtime-vis{min-height:100px;padding:16px 0;position:relative}.pd-realtime-vis .blk{color:var(--p-fg-1);margin-bottom:14px;font-size:13.5px;line-height:1.6;position:relative}.pd-realtime-vis .blk:last-child{margin-bottom:0}.pd-realtime-vis .cursor{vertical-align:text-top;pointer-events:none;flex-direction:column;align-items:flex-start;width:0;height:0;display:inline-flex;position:relative;top:-2px}.pd-realtime-vis .cursor .caret{width:1.5px;height:16px;position:absolute;top:2px;left:0}.pd-realtime-vis .cursor .label{color:#fff;white-space:nowrap;z-index:2;border-radius:0 4px 4px;padding:2px 6px;font-size:10px;font-weight:500;position:absolute;top:18px;left:0}.pd-realtime-vis .cur-m .caret,.pd-realtime-vis .cur-m .label{background:#15803d}.pd-realtime-vis .cur-a .caret,.pd-realtime-vis .cur-a .label{background:#f59e0b}.pd-realtime-vis .cur-i .caret,.pd-realtime-vis .cur-i .label{background:#ec4899}.pd-faq{max-width:800px;margin:0 auto}.pd-faq-item{border-bottom:1px solid var(--p-border);padding:18px 0}.pd-faq-q{color:var(--p-fg-1);cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:0;font-family:inherit;font-size:16px;font-weight:600;display:flex}.pd-faq-q .material-symbols-outlined{color:var(--p-fg-3);font-size:22px;transition:transform .2s}.pd-faq-item[data-open=true] .pd-faq-q .material-symbols-outlined{transform:rotate(45deg)}.pd-faq-a{color:var(--p-fg-2);max-width:720px;margin-top:12px;font-size:14.5px;line-height:1.6;display:none}.pd-faq-item[data-open=true] .pd-faq-a{display:block}
