.product-demo-section { padding-block: 96px; background: linear-gradient(180deg, var(--pd-white), var(--pd-neutral-50)); }
.product-demo-heading { max-width: 790px; margin: 0 auto 34px; text-align: center; }
.product-demo-heading h1, .product-demo-heading h2 { margin-bottom: 16px; font-size: clamp(2.35rem, 4.2vw, 4.25rem); }
.product-demo-heading p { max-width: 650px; margin: 0 auto; color: var(--pd-text-secondary); font-size: 1.05rem; line-height: 1.7; }
.demo-toolbar { display: flex; position: relative; z-index: 6; align-items: center; justify-content: center; margin: -19px 0 0; pointer-events: none; }
.device-tabs { display: inline-grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 5px; background: var(--pd-white); border: 1px solid var(--pd-border); border-radius: 14px; box-shadow: 0 7px 20px rgba(17, 24, 39, .05); }
.device-tab { display: flex; min-width: 126px; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; color: var(--pd-text-secondary); background: transparent; border: 0; border-radius: var(--pd-radius-md); font: 700 .82rem var(--pd-font); cursor: pointer; }
.device-tab .io { width: 18px; height: 18px; }
.device-tab.active { color: var(--pd-white); background: var(--pd-brand-800); box-shadow: 0 5px 12px rgba(21, 63, 51, .2); }
.device-tab:focus-visible { outline: 3px solid var(--pd-brand-muted); outline-offset: 2px; }
.product-demo-stage { position: relative; min-height: 830px; padding: 22px; overflow: hidden; background: #eaf1ed; border: 1px solid #d7e3dc; border-radius: 24px; box-shadow: 0 25px 70px rgba(15, 49, 40, .12); }
.pd-enter, .pd-page-enter { animation: pd-enter .28s ease both; }
@keyframes pd-enter { from { opacity: 0; transform: translateY(7px); } }

.pd-desktop-scroll { width: 100%; overflow-x: auto; border-radius: 16px; }
.pd-browser { min-width: 1160px; overflow: hidden; background: var(--pd-neutral-50); border: 1px solid #cad9d1; border-radius: 16px; box-shadow: var(--pd-shadow-card); }
.pd-browser-chrome { display: grid; height: 44px; grid-template-columns: 1fr auto 1fr; align-items: center; padding-inline: 16px; color: #617168; background: var(--pd-white); border-bottom: 1px solid var(--pd-border); font: 600 11px var(--pd-font); }
.pd-browser-chrome > i { display: flex; gap: 6px; }
.pd-browser-chrome > i b { width: 8px; height: 8px; background: #dce3df; border-radius: 50%; }
.pd-browser-chrome > span { justify-self: center; }
.pd-browser-chrome > em { justify-self: end; font-style: normal; }
.pd-console { position: relative; display: grid; height: 760px; grid-template-columns: 252px 1fr; color: var(--pd-text); background: var(--pd-neutral-50); font-family: var(--pd-font); }
.pd-console button, .pd-console select, .pd-console textarea { font-family: inherit; }
.pd-console > main { min-width: 0; overflow: auto; }
.pd-sidebar { display: flex; min-height: 0; flex-direction: column; padding: 24px 18px 18px; background: var(--pd-white); border-right: 1px solid var(--pd-border); }
.pd-console-brand { display: flex; align-items: center; gap: 10px; padding: 0 10px 26px; }
.pd-console-brand img { width: 108px; height: 31px; object-fit: contain; object-position: left center; }
.pd-console-brand span { padding-left: 9px; color: #79827f; border-left: 1px solid #d5dcd8; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.pd-sidebar-label { padding: 0 12px 9px; color: #929b97; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.pd-sidebar nav { display: grid; gap: 4px; }
.pd-sidebar nav > * { position: relative; display: flex; height: 42px; align-items: center; gap: 12px; padding: 0 13px; color: #5f6965; background: transparent; border: 0; border-radius: 9px; font-size: 14px; font-weight: 650; text-align: left; }
.pd-sidebar nav button { width: 100%; cursor: pointer; }
.pd-sidebar nav .io { width: 17px; height: 17px; color: #7c8883; }
.pd-sidebar nav > *.active { color: var(--pd-brand-800); background: var(--pd-brand-soft); }
.pd-sidebar nav > *.active .io { color: var(--pd-brand-600); }
.pd-sidebar nav > *.active > i { position: absolute; inset: 5px -18px 5px auto; width: 3px; background: var(--pd-brand-600); border-radius: 3px 0 0 3px; }
.pd-ai-card { margin-top: auto; padding: 14px; color: var(--pd-brand-800); background: var(--pd-brand-soft); border: 1px solid var(--pd-brand-muted); border-radius: var(--pd-radius-md); }
.pd-ai-card b { display: flex; align-items: center; gap: 6px; font-size: 13px; }.pd-ai-card b .io { width: 14px; height: 14px; }.pd-ai-card em { padding: 2px 5px; background: var(--pd-brand-pale); border-radius: 5px; font-size: 10px; font-style: normal; }
.pd-ai-card p { margin: 7px 0; color: #537064; font-size: 11px; line-height: 1.45; }.pd-ai-card > span { font-size: 10px; font-weight: 750; text-transform: uppercase; }
.pd-profile { display: grid; grid-template-columns: 34px 1fr 13px; align-items: center; gap: 9px; margin-top: 12px; padding: 12px 7px 0; border-top: 1px solid var(--pd-border); }
.pd-profile > i { display: grid; width: 32px; height: 32px; place-items: center; color: var(--pd-white); background: var(--pd-brand-800); border-radius: 50%; font-size: 12px; font-style: normal; font-weight: 750; }.pd-profile span { display: grid; }.pd-profile b { font-size: 12px; }.pd-profile small { margin-top: 2px; color: var(--pd-text-secondary); font-size: 10px; }.pd-profile > .io { width: 12px; height: 12px; }
.pd-page { padding: 30px; }
.pd-page-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.pd-page-heading h2 { margin: 0; font-size: 22px; letter-spacing: -.025em; }.pd-page-heading p { margin: 5px 0 0; color: var(--pd-text-secondary); font-size: 13px; }
.pd-page-actions { display: flex; gap: 8px; }
.pd-page button { cursor: pointer; }
.pd-select, .pd-outline, .pd-primary, .pd-danger, .pd-danger-outline { display: inline-flex; min-height: 36px; align-items: center; justify-content: center; gap: 7px; padding: 8px 12px; border-radius: 8px; font-size: 12px; font-weight: 750; }
.pd-select, .pd-outline { color: var(--pd-text); background: var(--pd-white); border: 1px solid var(--pd-border); }.pd-select .io, .pd-outline .io, .pd-primary .io { width: 13px; height: 13px; }.pd-primary { color: var(--pd-white); background: var(--pd-brand-800); border: 1px solid var(--pd-brand-800); }.pd-danger { color: var(--pd-white); background: var(--pd-danger); border: 1px solid var(--pd-danger); }.pd-danger-outline { color: var(--pd-danger); background: var(--pd-white); border: 1px solid #ecc6c1; }
.pd-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 14px; }
.pd-kpi { position: relative; display: grid; min-height: 110px; grid-template-columns: 38px 1fr 13px; align-items: start; gap: 10px; padding: 16px 13px; overflow: hidden; background: var(--pd-white); border: 1px solid var(--pd-border); border-radius: var(--pd-radius-md); box-shadow: 0 4px 12px rgba(17, 24, 39, .025); }
.pd-kpi-rail { position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--pd-brand-500); }.pd-kpi--budget .pd-kpi-rail { background: var(--pd-premium); }.pd-kpi--pending .pd-kpi-rail { background: var(--pd-warning); }.pd-kpi--employees .pd-kpi-rail { background: var(--pd-info); }
.pd-kpi-icon { display: grid; width: 36px; height: 36px; place-items: center; color: var(--pd-brand-600); background: var(--pd-brand-soft); border-radius: 50%; }.pd-kpi--budget .pd-kpi-icon { color: #896d2a; background: var(--pd-neutral-100); }.pd-kpi--pending .pd-kpi-icon { color: var(--pd-warning); background: #fff7e8; }.pd-kpi--employees .pd-kpi-icon { color: var(--pd-info); background: #edf4ff; }.pd-kpi-icon .io { width: 17px; height: 17px; }
.pd-kpi > div { display: grid; }.pd-kpi small { color: var(--pd-text-secondary); font-size: 11px; }.pd-kpi strong { margin-block: 5px 3px; font-size: 17px; }.pd-kpi div > span { color: #7a838f; font-size: 10px; }.pd-kpi > .io { width: 12px; height: 12px; margin-top: 2px; color: #9da5a1; }
.pd-progress { height: 4px; margin-top: 8px; overflow: hidden; background: #ebe7dd; border-radius: 8px; }.pd-progress i { display: block; height: 100%; background: var(--pd-premium); border-radius: inherit; }
.pd-dashboard-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 14px; margin-bottom: 14px; }
.pd-panel { background: var(--pd-white); border: 1px solid var(--pd-border); border-radius: var(--pd-radius-md); }
.pd-panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 15px 16px; border-bottom: 1px solid var(--pd-border); }.pd-panel h4 { margin: 0; font-size: 14px; }.pd-panel header p { margin: 3px 0 0; color: var(--pd-text-secondary); font-size: 10px; }
.pd-small-tabs { display: flex; gap: 2px; padding: 2px; background: var(--pd-neutral-50); border-radius: 7px; }.pd-small-tabs button { padding: 5px 7px; color: var(--pd-text-secondary); background: transparent; border: 0; border-radius: 5px; font-size: 10px; font-weight: 650; }.pd-small-tabs button.active { color: var(--pd-brand-800); background: var(--pd-white); box-shadow: 0 1px 3px rgba(17,24,39,.08); }
.pd-chart-legend { display: flex; justify-content: flex-end; gap: 13px; padding: 10px 16px 0; color: var(--pd-text-secondary); font-size: 10px; }.pd-chart-legend span { display: flex; align-items: center; gap: 4px; }.pd-chart-legend i { width: 6px; height: 6px; background: var(--pd-brand-500); border-radius: 50%; }.pd-chart-legend span + span i { background: var(--pd-brand-muted); }
.pd-bars { display: flex; height: 118px; align-items: end; justify-content: space-between; gap: 9px; padding: 12px 18px 16px; border-bottom: 1px solid #f0f2f1; }.pd-bars > div { display: grid; height: 100%; flex: 1; grid-template-rows: 1fr auto; align-items: end; gap: 5px; text-align: center; }.pd-bars > div > i { position: relative; display: block; max-width: 16px; min-height: 8px; justify-self: center; width: 100%; background: var(--pd-brand-500); border-radius: 4px 4px 1px 1px; }.pd-bars em { position: absolute; inset: auto 0 0; display: block; background: var(--pd-brand-muted); border-radius: 2px 2px 1px 1px; }.pd-bars span { color: #8a928e; font-size: 10px; }
.pd-distribution-list { display: grid; gap: 13px; padding: 17px 16px; }.pd-distribution-list > div > span { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 7px; font-size: 10px; }.pd-distribution-list b { font-size: 10px; }.pd-dot { width: 6px; height: 6px; background: var(--pd-brand-500); border-radius: 50%; }.pd-dot--gold { background: var(--pd-premium); }.pd-dot--info { background: var(--pd-info); }.pd-dot--sage { background: #7c9e8e; }.pd-distribution-list em { display: block; height: 4px; margin: 6px 0 0 14px; overflow: hidden; background: #edf0ee; border-radius: 5px; }.pd-distribution-list em i { display: block; height: 100%; background: var(--pd-brand-500); }.pd-distribution-list em .pd-fill--gold { background: var(--pd-premium); }.pd-distribution-list em .pd-fill--info { background: var(--pd-info); }.pd-distribution-list em .pd-fill--sage { background: #7c9e8e; }
.pd-recent header button { color: var(--pd-brand-600); background: none; border: 0; font-size: 10px; font-weight: 750; }.pd-recent header button .io { width: 10px; height: 10px; }
.pd-table-wrap { width: 100%; overflow-x: auto; }.pd-table { width: 100%; border-collapse: collapse; font-size: 10px; }.pd-table th { padding: 9px 12px; color: #7c8681; background: #fafcfb; border-bottom: 1px solid var(--pd-border); font-size: 10px; letter-spacing: .03em; text-align: left; text-transform: uppercase; }.pd-table td { padding: 10px 12px; border-bottom: 1px solid #eff1f0; white-space: nowrap; }.pd-table tbody tr:last-child td { border: 0; }.pd-table td b, .pd-table td small { display: block; }.pd-table td small { margin-top: 2px; color: var(--pd-text-secondary); font-size: 10px; }.pd-employee { display: flex; align-items: center; gap: 6px; }.pd-employee i { display: grid; width: 21px; height: 21px; place-items: center; color: var(--pd-brand-800); background: var(--pd-brand-soft); border-radius: 50%; font-size: 10px; font-style: normal; font-weight: 750; }
.pd-table-link { padding: 0; color: inherit; background: transparent; border: 0; text-align: left; cursor: pointer; }.pd-table-link:hover b { color: var(--pd-brand-600); text-decoration: underline; text-underline-offset: 2px; }.pd-table-link:focus-visible { outline: 2px solid var(--pd-brand-500); outline-offset: 3px; border-radius: 2px; }
.pd-status { display: inline-flex; align-items: center; gap: 4px; padding: 4px 7px; border-radius: var(--pd-radius-pill); font-size: 10px; font-weight: 750; }.pd-status i { width: 5px; height: 5px; border-radius: 50%; }.pd-status--aprobado { color: var(--pd-brand-800); background: var(--pd-brand-pale); }.pd-status--aprobado i { background: var(--pd-brand-600); }.pd-status--pendiente { color: #8a5b08; background: #fff2d9; }.pd-status--pendiente i { background: var(--pd-warning); }.pd-status--rechazado { color: var(--pd-danger); background: #fce8e6; }.pd-status--rechazado i { background: var(--pd-danger); }
.pd-expense-tabs { display: flex; gap: 22px; margin-bottom: 15px; border-bottom: 1px solid var(--pd-border); }.pd-expense-tabs button { position: relative; padding: 0 1px 10px; color: var(--pd-text-secondary); background: none; border: 0; font-size: 12px; font-weight: 650; }.pd-expense-tabs button.active { color: var(--pd-brand-800); }.pd-expense-tabs button.active::after { content: ""; position: absolute; inset: auto 0 -1px; height: 2px; background: var(--pd-brand-600); }
.pd-filters { display: flex; gap: 10px; margin-bottom: 14px; }.pd-filters label { display: grid; gap: 5px; color: var(--pd-text-secondary); font-size: 10px; font-weight: 700; }.pd-filters select { min-width: 160px; padding: 8px 28px 8px 9px; color: var(--pd-text); background: var(--pd-white); border: 1px solid var(--pd-border); border-radius: 7px; font-size: 11px; }.pd-expenses-table .pd-table { font-size: 10px; }.pd-row-action { width: 28px; height: 25px; color: var(--pd-text-secondary); background: var(--pd-white); border: 1px solid var(--pd-border); border-radius: 6px; font-weight: 800; letter-spacing: 1px; }
.pd-modal-scrim { position: absolute; z-index: 10; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(17, 24, 39, .5); backdrop-filter: blur(2px); }.pd-expense-modal { position: relative; display: grid; width: min(820px, 100%); max-height: 640px; grid-template-rows: auto auto 1fr auto; overflow: hidden; background: var(--pd-white); border-radius: 13px; box-shadow: var(--pd-shadow-modal); }.pd-expense-modal > header { display: flex; align-items: flex-start; justify-content: space-between; padding: 18px 22px 13px; }.pd-expense-modal h3 { margin: 0; font-size: 17px; }.pd-expense-modal header p { margin: 4px 0 0; color: var(--pd-text-secondary); font-size: 10px; }.pd-expense-modal header > div:last-child { display: flex; align-items: center; gap: 10px; }.pd-expense-modal header button { display: grid; width: 28px; height: 28px; place-items: center; background: transparent; border: 0; border-radius: 50%; }.pd-expense-modal header button:hover { background: var(--pd-neutral-50); }.pd-expense-modal header button .io { width: 15px; height: 15px; }
.pd-modal-tabs { display: flex; gap: 22px; padding-inline: 22px; border-bottom: 1px solid var(--pd-border); }.pd-modal-tabs button { position: relative; padding: 8px 0 10px; color: var(--pd-text-secondary); background: transparent; border: 0; font-size: 11px; font-weight: 700; }.pd-modal-tabs button.active { color: var(--pd-brand-800); }.pd-modal-tabs button.active::after { content: ""; position: absolute; inset: auto 0 -1px; height: 2px; background: var(--pd-brand-600); }
.pd-modal-body { min-height: 0; padding: 16px 22px; overflow: auto; background: #fafcfb; }.pd-modal-columns { display: grid; grid-template-columns: 235px 1fr; gap: 16px; }.pd-receipt-panel { display: grid; align-content: start; gap: 8px; }.pd-receipt-panel > span { color: var(--pd-text-secondary); font-size: 10px; text-align: center; }.pd-receipt-panel > span .io { width: 10px; height: 10px; }.pd-receipt-paper { min-height: 310px; padding: 28px 20px; color: #39413e; background: #fff; border: 1px solid #d9dfdc; box-shadow: 0 8px 24px rgba(17, 24, 39, .09); font-family: ui-monospace, monospace; }.pd-receipt-paper > span, .pd-receipt-paper h4, .pd-receipt-paper > small { display: block; text-align: center; }.pd-receipt-paper > span { font-size: 10px; letter-spacing: .1em; }.pd-receipt-paper h4 { margin: 10px 0 4px; font-size: 13px; }.pd-receipt-paper > small { color: #89918d; font-size: 6px; }.pd-receipt-paper hr { margin: 19px 0; border: 0; border-top: 1px dashed #cdd3d0; }.pd-receipt-paper p, .pd-receipt-paper > strong { display: flex; justify-content: space-between; margin: 8px 0; font-size: 10px; }.pd-receipt-paper > strong { margin-top: 20px; font-size: 12px; }.pd-receipt-paper em { font-style: normal; }
.pd-modal-info { display: grid; align-content: start; gap: 10px; }.pd-info-card { padding: 13px; background: var(--pd-white); border: 1px solid var(--pd-border); border-radius: 9px; }.pd-info-card h4 { margin: 0 0 9px; font-size: 11px; }.pd-info-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; margin: 0; }.pd-info-card dl div { min-width: 0; }.pd-info-card dt { color: var(--pd-text-secondary); font-size: 10px; }.pd-info-card dd { margin: 3px 0 0; overflow-wrap: anywhere; font-size: 10px; font-weight: 650; }.pd-policy-ok, .pd-validation { display: flex; align-items: center; gap: 10px; padding: 12px; color: var(--pd-brand-800); background: var(--pd-brand-pale); border: 1px solid var(--pd-brand-muted); border-radius: 9px; }.pd-policy-ok > .io, .pd-validation > .io { width: 18px; height: 18px; flex: none; }.pd-policy-ok div, .pd-validation div { display: grid; gap: 2px; }.pd-policy-ok b, .pd-validation b { font-size: 10px; }.pd-policy-ok span, .pd-validation span { font-size: 10px; }
.pd-data-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.pd-expense-modal > footer { display: flex; justify-content: flex-end; gap: 8px; padding: 12px 22px; background: var(--pd-white); border-top: 1px solid var(--pd-border); }
.pd-confirm-scrim { position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(17, 24, 39, .45); }.pd-confirm { width: min(350px, 100%); padding: 24px; background: var(--pd-white); border-radius: 12px; box-shadow: var(--pd-shadow-modal); text-align: center; }.pd-confirm-icon { display: grid; width: 42px; height: 42px; place-items: center; margin: 0 auto 12px; color: var(--pd-brand-800); background: var(--pd-brand-pale); border-radius: 50%; }.pd-confirm-icon--danger { color: var(--pd-danger); background: #fce8e6; }.pd-confirm-icon .io { width: 18px; height: 18px; }.pd-confirm h3 { font-size: 15px; }.pd-confirm p { margin: 7px auto 14px; color: var(--pd-text-secondary); font-size: 11px; line-height: 1.55; }.pd-confirm label { display: grid; gap: 6px; color: var(--pd-text); font-size: 10px; font-weight: 700; text-align: left; }.pd-confirm textarea { min-height: 70px; padding: 9px; resize: none; border: 1px solid var(--pd-border); border-radius: 7px; font-size: 11px; }.pd-confirm textarea[aria-invalid="true"] { border-color: var(--pd-danger); }.pd-field-error { display: block; margin-top: 4px; color: var(--pd-danger); font-size: 10px; text-align: left; }.pd-confirm > div:last-child { display: flex; justify-content: flex-end; gap: 7px; margin-top: 14px; }

.pd-phone-stage { display: grid; min-height: 715px; grid-template-columns: minmax(280px, 430px) auto; align-items: center; justify-content: center; gap: 90px; padding: 28px 45px; background: radial-gradient(circle at 72% 45%, rgba(201, 223, 211, .72), transparent 31%); }.pd-phone-copy { max-width: 410px; }.pd-phone-copy > span { color: var(--pd-brand-600); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.pd-phone-copy h3 { margin: 10px 0 14px; font-size: 2.25rem; line-height: 1.1; }.pd-phone-copy p { color: var(--pd-text-secondary); font-size: .9rem; line-height: 1.7; }.pd-phone-copy ul { display: grid; gap: 11px; margin: 24px 0 0; padding: 0; list-style: none; }.pd-phone-copy li { display: flex; align-items: center; gap: 8px; color: var(--pd-brand-800); font-size: .8rem; font-weight: 650; }.pd-phone-copy li .io { width: 18px; height: 18px; color: var(--pd-brand-600); }
.pd-phone { position: relative; width: 345px; height: 680px; padding: 9px; overflow: hidden; color: var(--pd-text); background: #101614; border: 1px solid #34413c; border-radius: 43px; box-shadow: 0 28px 70px rgba(15, 49, 40, .28); font-family: var(--pd-font); }.pd-phone--android { border-radius: 31px; }.pd-phone::before { content: ""; position: absolute; z-index: 10; top: 8px; left: 50%; width: 82px; height: 20px; background: #101614; border-radius: 0 0 14px 14px; transform: translateX(-50%); }.pd-phone--android::before { width: 9px; height: 9px; top: 15px; border-radius: 50%; }.pd-system { position: absolute; z-index: 12; top: 11px; right: 22px; left: 22px; display: flex; height: 20px; align-items: center; justify-content: space-between; color: var(--pd-text); font-size: 10px; font-weight: 750; pointer-events: none; }.pd-system i { width: 55px; }.pd-mobile-app, .pd-mobile-full { position: relative; height: 100%; overflow: hidden; background: var(--pd-white); border-radius: 34px; }.pd-phone--android .pd-mobile-app, .pd-phone--android .pd-mobile-full { border-radius: 23px; }.pd-mobile-app { display: grid; grid-template-rows: 56px 1fr 62px; padding-top: 18px; }.pd-mobile-appbar { display: flex; align-items: center; justify-content: space-between; padding: 0 18px; background: var(--pd-white); border-bottom: 1px solid #f0f2f1; }.pd-mobile-appbar img { width: 30px; height: 30px; object-fit: contain; }.pd-mobile-appbar span { max-width: 190px; overflow: hidden; font-size: 11px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }.pd-mobile-app > main { min-height: 0; overflow-y: auto; background: var(--pd-neutral-50); }
.pd-mobile-page { padding: 20px 17px 24px; }.pd-mobile-home > section:first-child span { color: var(--pd-text-secondary); font-size: 12px; }.pd-mobile-home > section:first-child h2 { margin: 3px 0 22px; font-size: 16px; }.pd-mobile-page h3 { margin: 0; font-size: 13px; }.pd-mobile-page section > p { margin: 4px 0 12px; color: var(--pd-text-secondary); font-size: 11px; }
.pd-scan-card { display: grid; width: 100%; min-height: 88px; grid-template-columns: 42px 1fr 16px; align-items: center; gap: 11px; padding: 15px; color: var(--pd-white); background: var(--pd-brand-800); border: 0; border-radius: 14px; text-align: left; }.pd-scan-card > .io:first-child { width: 22px; height: 22px; }.pd-scan-card > .io:last-child { width: 14px; height: 14px; }.pd-scan-card > span { display: grid; gap: 4px; }.pd-scan-card b { font-size: 13px; }.pd-scan-card small { color: #bdd2c8; font-size: 10px; }.pd-upload-mobile { display: flex; width: 100%; min-height: 41px; align-items: center; justify-content: center; gap: 7px; margin-top: 8px; color: var(--pd-brand-800); background: var(--pd-white); border: 1px solid var(--pd-brand-muted); border-radius: 10px; font-size: 11px; font-weight: 750; }.pd-upload-mobile .io { width: 14px; height: 14px; }
.pd-mobile-latest { margin-top: 24px; }.pd-mobile-latest > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }.pd-mobile-latest header button { color: var(--pd-brand-600); background: none; border: 0; font-size: 10px; font-weight: 750; }.pd-mobile-expense { display: grid; min-height: 61px; grid-template-columns: 34px 1fr auto; align-items: center; gap: 9px; padding: 10px; background: var(--pd-white); border: 1px solid var(--pd-border); border-radius: 10px; }.pd-mobile-expense + .pd-mobile-expense { margin-top: 7px; }.pd-mobile-expense-icon { display: grid; width: 33px; height: 33px; place-items: center; color: var(--pd-brand-600); background: var(--pd-brand-soft); border-radius: 9px; }.pd-mobile-expense-icon .io { width: 15px; height: 15px; }.pd-mobile-expense > div { display: grid; gap: 3px; }.pd-mobile-expense b { font-size: 10px; }.pd-mobile-expense small { color: var(--pd-text-secondary); font-size: 10px; }.pd-mobile-expense > span:last-child { display: grid; justify-items: end; gap: 5px; }.pd-mobile-expense strong { font-size: 10px; }
.pd-mobile-nav { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; background: var(--pd-white); border-top: 1px solid var(--pd-border); }.pd-mobile-nav > * { display: grid; justify-items: center; gap: 4px; color: #7d8782; background: none; border: 0; font-size: 10px; }.pd-mobile-nav button { cursor: pointer; }.pd-mobile-nav .io { width: 17px; height: 17px; }.pd-mobile-nav .active { color: var(--pd-brand-600); font-weight: 750; }.pd-mobile-nav small { font-size: 10px; }
.pd-mobile-history > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }.pd-mobile-history h2 { margin: 0; font-size: 17px; }.pd-mobile-history header p { margin: 3px 0 0; color: var(--pd-text-secondary); font-size: 10px; }.pd-mobile-history header button { display: grid; width: 34px; height: 34px; place-items: center; color: var(--pd-white); background: var(--pd-brand-800); border: 0; border-radius: 10px; }.pd-mobile-history header .io { width: 15px; height: 15px; }.pd-mobile-filter { display: flex; gap: 4px; margin-bottom: 12px; padding: 3px; background: #eaf0ec; border-radius: 9px; }.pd-mobile-filter button { flex: 1; padding: 7px 2px; color: var(--pd-text-secondary); background: transparent; border: 0; border-radius: 7px; font-size: 10px; }.pd-mobile-filter button.active { color: var(--pd-brand-800); background: var(--pd-white); font-weight: 750; }
.pd-sheet-scrim { position: absolute; z-index: 15; inset: 0; display: flex; align-items: end; background: rgba(17, 24, 39, .45); }.pd-mobile-sheet { position: relative; display: grid; width: 100%; height: 92%; grid-template-rows: auto auto 1fr auto; padding: 15px 16px 0; overflow: hidden; background: var(--pd-white); border-radius: 22px 22px 0 0; }.pd-sheet-handle { position: absolute; top: 7px; left: 50%; width: 34px; height: 4px; background: #d1d6d3; border-radius: 8px; transform: translateX(-50%); }.pd-mobile-sheet > header { display: flex; align-items: flex-start; justify-content: space-between; padding: 14px 0 12px; }.pd-mobile-sheet h2 { margin: 0; font-size: 15px; }.pd-mobile-sheet header p { margin: 4px 0 0; color: var(--pd-text-secondary); font-size: 10px; line-height: 1.4; }.pd-mobile-sheet header button { display: grid; width: 27px; height: 27px; place-items: center; background: var(--pd-neutral-50); border: 0; border-radius: 50%; }.pd-mobile-sheet header .io { width: 13px; height: 13px; }
.pd-receipt-selector { padding: 15px 12px; color: var(--pd-brand-800); background: var(--pd-brand-soft); border: 1px solid var(--pd-brand-muted); border-radius: 12px; text-align: center; }.pd-receipt-selector > .io { width: 24px; height: 24px; color: var(--pd-brand-600); }.pd-receipt-selector h3 { margin: 5px 0 2px; font-size: 12px; }.pd-receipt-selector p { margin: 0 0 12px; color: #61776d; font-size: 10px; }.pd-receipt-selector > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }.pd-receipt-selector button { display: grid; min-height: 55px; place-items: center; gap: 4px; color: var(--pd-brand-800); background: var(--pd-white); border: 1px solid var(--pd-brand-muted); border-radius: 8px; font-size: 10px; font-weight: 700; }.pd-receipt-selector button .io { width: 15px; height: 15px; }
.pd-file-preview { display: grid; grid-template-columns: 37px 1fr 28px; align-items: center; gap: 9px; padding: 11px; background: var(--pd-brand-soft); border: 1px solid var(--pd-brand-muted); border-radius: 10px; }.pd-file-preview > span { display: grid; width: 36px; height: 40px; place-items: center; color: var(--pd-brand-600); background: var(--pd-white); border-radius: 7px; }.pd-file-preview > span .io { width: 17px; height: 17px; }.pd-file-preview > div { display: grid; gap: 3px; }.pd-file-preview b { font-size: 10px; }.pd-file-preview small { color: var(--pd-text-secondary); font-size: 10px; }.pd-file-preview button { display: grid; width: 27px; height: 27px; place-items: center; color: var(--pd-brand-600); background: var(--pd-white); border: 1px solid var(--pd-brand-muted); border-radius: 50%; }.pd-file-preview button .io { width: 12px; height: 12px; }
.pd-notes { display: grid; align-content: start; gap: 6px; margin-top: 14px; font-size: 10px; font-weight: 750; }.pd-notes > span { margin: -14px 0 0 auto; color: var(--pd-text-secondary); font-size: 10px; font-weight: 500; }.pd-notes textarea { min-height: 66px; padding: 9px; resize: none; border: 1px solid var(--pd-border); border-radius: 9px; font-size: 10px; }.pd-mobile-sheet footer { margin: auto -16px 0; padding: 11px 16px 17px; background: var(--pd-white); border-top: 1px solid var(--pd-border); }.pd-mobile-send { width: 100%; min-height: 40px; color: var(--pd-white); background: var(--pd-brand-800); border: 0; border-radius: 9px; font-size: 11px; font-weight: 750; }.pd-mobile-send:disabled { color: #9ca5a1; background: #e4e8e6; }
.pd-mobile-full { display: grid; height: 100%; grid-template-rows: 58px 1fr auto auto; padding-top: 18px; color: var(--pd-white); background: var(--pd-text); }.pd-mobile-full > header { display: grid; grid-template-columns: 32px 1fr 32px; align-items: center; padding-inline: 12px; }.pd-mobile-full header button { display: grid; width: 30px; height: 30px; place-items: center; color: var(--pd-white); background: rgba(255,255,255,.09); border: 0; border-radius: 50%; }.pd-mobile-full header .io { width: 15px; height: 15px; }.pd-mobile-full header h2 { margin: 0; color: var(--pd-white); font-size: 14px; text-align: center; }.pd-camera-stage, .pd-crop-stage { display: grid; min-height: 0; place-items: center; padding: 14px 24px; overflow: hidden; }.pd-camera-document { position: relative; width: 220px; height: 310px; transform: rotate(-1.5deg); }.pd-camera-document > div { position: absolute; inset: 12px; padding: 55px 20px 20px; color: #525a56; background: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.35); text-align: center; }.pd-camera-document b, .pd-camera-document span, .pd-camera-document small, .pd-camera-document strong { display: block; }.pd-camera-document b { font-size: 12px; }.pd-camera-document span { margin-top: 5px; color: #8b938f; font-size: 10px; }.pd-camera-document hr { margin: 25px 0; border: 0; border-top: 1px dashed #cfd4d1; }.pd-camera-document small { font-size: 10px; }.pd-camera-document strong { margin-top: 10px; font-size: 13px; }.pd-camera-document svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }.pd-camera-document polygon { fill: rgba(40, 120, 93, .28); stroke: var(--pd-brand-500); stroke-width: 3; }.pd-camera-document circle { fill: var(--pd-white); stroke: var(--pd-brand-500); stroke-width: 3; }
.pd-camera-screen header .io-arrow-right { transform: rotate(180deg); }
.pd-camera-screen > p, .pd-crop-screen > p { margin: 4px 20px 12px; color: #d6dbd8; font-size: 10px; text-align: center; }.pd-shutter { display: grid; width: 58px; height: 58px; place-items: center; margin: 0 auto 22px; color: var(--pd-white); background: var(--pd-brand-500); border: 5px solid rgba(255,255,255,.75); border-radius: 50%; box-shadow: 0 0 0 3px var(--pd-brand-500); }.pd-shutter .io { width: 20px; height: 20px; }.pd-crop-screen { grid-template-rows: 58px 1fr auto auto auto; }.pd-crop-stage .pd-camera-document { transform: none; }.pd-crop-actions { display: grid; grid-template-columns: 1fr 1.2fr; gap: 8px; padding: 0 16px 8px; }.pd-mobile-outline, .pd-mobile-primary { min-height: 39px; border-radius: 9px; font-size: 11px; font-weight: 750; }.pd-mobile-outline { color: var(--pd-white); background: transparent; border: 1px solid #68716e; }.pd-mobile-primary { color: var(--pd-white); background: var(--pd-brand-500); border: 1px solid var(--pd-brand-500); }.pd-full-photo { margin: 0 16px 19px; color: #d2dad6; background: transparent; border: 0; font-size: 10px; text-decoration: underline; }

@media (max-width: 1024px) {
  .product-demo-stage { padding: 16px; }
  .pd-browser { min-width: 1160px; }
  .pd-phone-stage { gap: 45px; padding-inline: 25px; }
}
@media (max-width: 768px) {
  .product-demo-stage { min-height: 700px; padding: 10px; }
  .pd-phone-stage { min-height: 680px; grid-template-columns: 1fr; gap: 20px; padding: 20px; }
  .pd-phone-copy { display: none; }
  .pd-phone { width: 340px; max-width: 100%; justify-self: center; }
}
@media (max-width: 480px) {
  .product-demo-section { padding-block: 72px; }
  .product-demo-heading h1, .product-demo-heading h2 { font-size: 2.25rem; }
  .product-demo-heading p { font-size: .94rem; }
  .device-tabs { width: 100%; }
  .device-tab { min-width: 0; padding-inline: 5px; font-size: .72rem; }
  .product-demo-stage { min-height: 675px; border-radius: 17px; }
  .pd-browser { min-width: 1160px; }
  .pd-phone-stage { min-height: 655px; padding: 0; background: transparent; }
  .pd-phone { width: 100%; height: 655px; border-radius: 34px; }
  .pd-phone::before { top: 7px; }
  .pd-mobile-app, .pd-mobile-full { border-radius: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  .pd-enter, .pd-page-enter { animation: none; }
}

/* Product showcase polish: stable shell, richer corpio color and paired web/mobile view. */
.product-demo-section { padding: 124px 0 52px; background: linear-gradient(180deg, #dff0e7 0%, #eef8f2 24%, #f9fcfa 62%, #fff 100%); }
.product-demo-heading { max-width: 940px; margin-bottom: 54px; }
.product-demo-heading .demo-kicker { margin-bottom: 15px; }
.product-demo-heading h1 { margin: 0; font-size: clamp(2.2rem, 3.65vw, 3.25rem); line-height: 1.04; letter-spacing: -.045em; }
.product-demo-heading h1 > span { display: block; margin-top: 5px; color: var(--pd-brand-600); }
.product-demo-heading > .product-demo-summary { max-width: 730px; margin-top: 19px; font-size: .96rem; line-height: 1.58; }
.product-demo-hero-actions { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 21px; }
.product-demo-hero-actions .button { min-width: 166px; min-height: 45px; }
.product-proof { display: flex; align-items: center; justify-content: center; gap: 0; margin: 21px 0 0; padding: 0; color: var(--pd-text-secondary); list-style: none; }
.product-proof li { display: inline-flex; align-items: center; gap: 7px; padding: 0 22px; font: 650 .78rem var(--pd-font); white-space: nowrap; }
.product-proof li + li { border-left: 1px solid var(--pd-border); }
.product-proof .io { width: 16px; height: 16px; color: var(--pd-brand-600); }
.product-platforms { display: inline-flex; align-items: center; gap: 1px; padding: 4px 7px; color: #69727f; background: rgba(255,255,255,.96); border: 1px solid rgba(201,223,211,.9); border-radius: var(--pd-radius-pill); box-shadow: 0 8px 20px rgba(15,49,40,.08); }
.product-platforms > span { display: inline-flex; min-height: 29px; align-items: center; gap: 6px; padding: 5px 10px; white-space: nowrap; font: 650 .68rem var(--pd-font); }
.product-platforms > span + span { border-left: 1px solid #edf0ee; }
.product-platforms .io { width: 14px; height: 14px; }
.product-platforms .platform-web { color: var(--pd-brand-800); }
.product-platforms .platform-ios .io { color: #555a63; }
.product-platforms .platform-android .io { color: #3ddc84; }

.product-demo-stage { min-height: 570px; padding: 0; overflow: visible; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.pd-enter, .pd-page-enter { animation: none; }
@keyframes pd-section-enter {
  from { opacity: .42; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pd-card-enter {
  from { opacity: .5; transform: translateY(5px) scale(.995); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes pd-bar-grow {
  from { opacity: .35; transform: scaleY(.04); }
  to { opacity: 1; transform: scaleY(1); }
}
@keyframes pd-progress-grow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
.pd-page-enter > * { animation: pd-section-enter 280ms ease-out both; }
.pd-page-enter > :nth-child(2) { animation-delay: 35ms; }
.pd-page-enter > :nth-child(3) { animation-delay: 70ms; }
.pd-page-enter > :nth-child(4) { animation-delay: 95ms; }
.pd-kpis .pd-kpi, .pd-report-summary article { animation: pd-card-enter 280ms ease-out both; }
.pd-kpis .pd-kpi:nth-child(2), .pd-report-summary article:nth-child(2) { animation-delay: 40ms; }
.pd-kpis .pd-kpi:nth-child(3) { animation-delay: 75ms; }
.pd-kpis .pd-kpi:nth-child(4) { animation-delay: 110ms; }
.pd-bars > div > i { transform-origin: bottom; animation: pd-bar-grow 420ms cubic-bezier(.22,1,.36,1) both; }
.pd-bars > div:nth-child(2n) > i { animation-delay: 35ms; }
.pd-progress i, .pd-distribution-list em i { transform-origin: left; animation: pd-progress-grow 420ms cubic-bezier(.22,1,.36,1) both; }
.pd-page-enter .pd-table tbody tr { animation: pd-card-enter 240ms ease-out both; }
.pd-page-enter .pd-table tbody tr:nth-child(2) { animation-delay: 35ms; }
.pd-page-enter .pd-table tbody tr:nth-child(3) { animation-delay: 60ms; }
.pd-page-enter .pd-table tbody tr:nth-child(4) { animation-delay: 85ms; }
.pd-sidebar nav > * { transition: color 150ms ease, background-color 150ms ease, transform 150ms ease; }
.pd-sidebar nav > button:active { transform: scale(.98); }
.pd-sidebar nav > *.active::after { animation: pd-progress-grow 220ms cubic-bezier(.22,1,.36,1) both; transform-origin: center; }
.pd-small-tabs button:active { transform: scale(.97); }
.pd-showcase { position: relative; display: block; min-height: 570px; padding-right: 76px; }
.interactive-product-demo, .product-demo-stage, .pd-showcase, .pd-web-product { min-width: 0; max-width: 100%; }
.pd-web-product { position: relative; z-index: 1; width: 100%; }
.pd-desktop-scroll { width: 100%; min-width: 0; max-width: 100%; height: 100%; contain: inline-size; }
.pd-browser { min-width: 1040px; height: 100%; border-color: #b9cec3; box-shadow: 0 22px 55px rgba(15,49,40,.17); }
.pd-console { height: 526px; }
.pd-console > main { min-height: 526px; scrollbar-gutter: stable; }
.pd-sidebar { overflow-y: auto; overscroll-behavior: contain; scrollbar-color: var(--pd-brand-muted) transparent; scrollbar-gutter: stable; scrollbar-width: thin; }
.pd-sidebar::-webkit-scrollbar { width: 5px; }
.pd-sidebar::-webkit-scrollbar-thumb { background: var(--pd-brand-muted); border-radius: 999px; }
.pd-page { padding: 17px 20px; }
.pd-page-heading { position: relative; z-index: 12; margin-bottom: 16px; }
.pd-kpis { gap: 10px; margin-bottom: 11px; }
.pd-kpi { min-height: 86px; padding-block: 10px; }
.pd-dashboard-grid { gap: 11px; margin-bottom: 11px; }
.pd-panel > header { padding-block: 12px; }
.pd-bars { height: 82px; padding-top: 6px; padding-bottom: 9px; }
.pd-table td { padding-block: 8px; }
.pd-sidebar nav > *.active::after { content: ""; position: absolute; inset: 5px -18px 5px auto; width: 3px; background: var(--pd-brand-600); border-radius: 3px 0 0 3px; }
.pd-ai-card { width: 100%; text-align: left; cursor: pointer; box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); }
.pd-ai-card:hover { background: var(--pd-brand-pale); border-color: #a9ccba; }
.pd-primary { background: linear-gradient(135deg, var(--pd-brand-600), var(--pd-brand-800)); box-shadow: 0 5px 12px rgba(21,63,51,.14); }
.pd-primary:hover { background: var(--pd-brand-900); }
.pd-kpi { transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.pd-kpi:hover { border-color: var(--pd-brand-muted); box-shadow: 0 8px 20px rgba(15,49,40,.07); transform: translateY(-1px); }
.pd-bars > div > i { background: linear-gradient(180deg, var(--pd-brand-500), var(--pd-brand-600)); }
.pd-scan-card { background: linear-gradient(135deg, var(--pd-brand-500), var(--pd-brand-800)); box-shadow: 0 12px 24px rgba(21,63,51,.2); }

.pd-showcase-mobile { position: absolute; z-index: 3; right: 0; bottom: -14px; display: grid; align-content: end; justify-items: center; min-width: 0; }
.pd-mobile-caption { display: none; width: 100%; justify-items: center; margin-bottom: 10px; color: var(--pd-brand-800); text-align: center; }
.pd-mobile-caption > span { color: var(--pd-brand-600); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.pd-mobile-caption b { margin-top: 3px; font-size: 15px; }
.pd-mobile-caption small { margin-top: 3px; color: #5f7169; font-size: 10px; line-height: 1.35; }
.pd-showcase-mobile .pd-phone { width: 200px; height: 450px; padding: 0; background: #202925; border: 3px solid #202925; border-radius: 30px; box-shadow: 0 25px 55px rgba(15,49,40,.27); }
.pd-phone > [data-mobile-host] { display: block; height: 100%; }
.pd-showcase-mobile .pd-phone > [data-mobile-host] { width: 278px; height: 636px; transform: scale(.7); transform-origin: top left; }
.pd-showcase-mobile .pd-mobile-app, .pd-showcase-mobile .pd-mobile-full { border-radius: 38px; }
.pd-showcase-mobile .pd-phone::before { top: -1px; width: 68px; height: 17px; }
.pd-showcase-mobile .pd-system { top: 9px; right: 18px; left: 18px; font-size: 8px; }
.pd-showcase-mobile .pd-system i { width: 46px; }
.pd-showcase-mobile .pd-mobile-page { padding-inline: 14px; }
.pd-showcase-mobile .pd-camera-document { width: 186px; height: 270px; }
.pd-showcase-mobile .pd-mobile-sheet footer { padding-bottom: 10px; }

.pd-export-wrap { position: relative; }
.pd-export-menu { position: absolute; z-index: 40; top: calc(100% + 7px); right: 0; display: grid; width: 285px; padding: 6px; overflow: visible; background: var(--pd-white); border: 1px solid var(--pd-brand-muted); border-radius: 11px; box-shadow: 0 18px 45px rgba(15,49,40,.18); }
.pd-export-menu button { display: grid; width: 100%; grid-template-columns: 28px 1fr auto; align-items: center; gap: 9px; padding: 10px; color: var(--pd-text); background: transparent; border: 0; border-radius: 8px; text-align: left; }
.pd-export-menu button:hover, .pd-export-menu button:focus-visible { background: var(--pd-brand-soft); outline: none; }
.pd-export-menu button > .io { width: 17px; height: 17px; color: var(--pd-brand-600); }
.pd-export-menu span { display: grid; gap: 2px; }
.pd-export-menu b { font-size: 11px; }
.pd-export-menu small { color: var(--pd-text-secondary); font-size: 9px; }
.pd-export-menu em, .pd-sidebar nav em { margin-left: auto; padding: 2px 5px; color: #755d27; background: var(--pd-neutral-100); border-radius: 5px; font-size: 8px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.pd-action-notice { position: absolute; z-index: 9; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 8px; max-width: 330px; padding: 11px 14px; color: var(--pd-brand-800); background: var(--pd-white); border: 1px solid var(--pd-brand-muted); border-radius: 10px; box-shadow: 0 16px 40px rgba(15,49,40,.16); font-size: 11px; font-weight: 700; }
.pd-action-notice .io { width: 17px; height: 17px; color: var(--pd-brand-600); }

.pd-employee-add { min-height: 32px; gap: 5px; padding: 6px 10px; background: var(--pd-brand-800); border-radius: 7px; box-shadow: none; font-size: 10px; white-space: nowrap; }
.pd-employee-add .io { width: 11px; height: 11px; }
.pd-employee-add:hover { background: var(--pd-brand-900); box-shadow: none; }
.pd-people-overview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 11px; }
.pd-people-metric { display: flex; min-width: 0; min-height: 82px; align-items: center; gap: 10px; padding: 12px; background: linear-gradient(135deg, var(--pd-white), var(--pd-brand-soft)); border: 1px solid #d8e7df; border-radius: 10px; box-shadow: var(--pd-shadow-card); }
.pd-people-metric > span { display: grid; width: 36px; height: 36px; flex: none; place-items: center; color: var(--pd-brand-600); background: var(--pd-brand-pale); border-radius: 10px; }
.pd-people-metric > span .io { width: 17px; height: 17px; }
.pd-people-metric > div { display: grid; min-width: 0; gap: 2px; }
.pd-people-metric small, .pd-people-metric em { overflow: hidden; color: var(--pd-text-secondary); font-size: 9px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.pd-people-metric strong { color: var(--pd-text); font-size: 18px; line-height: 1; }
.pd-people-metric--blue { background: linear-gradient(135deg, var(--pd-white), #eef4ff); border-color: #d9e4f5; }
.pd-people-metric--blue > span { color: var(--pd-info); background: #e7f0ff; }
.pd-people-metric--amber { background: linear-gradient(135deg, var(--pd-white), #fff8eb); border-color: #f1e1bf; }
.pd-people-metric--amber > span { color: var(--pd-warning); background: #fff0d2; }
.pd-employee-search { position: relative; display: flex; width: min(100%, 420px); align-items: center; margin-bottom: 11px; }
.pd-employee-search > .io { position: absolute; left: 11px; width: 14px; height: 14px; color: var(--pd-text-secondary); pointer-events: none; }
.pd-employee-search input { width: 100%; min-height: 36px; padding: 8px 12px 8px 34px; color: var(--pd-text); background: var(--pd-white); border: 1px solid var(--pd-border); border-radius: 8px; font: 10px var(--pd-font); }
.pd-employee-search input::placeholder { color: #89928e; opacity: 1; }
.pd-employees-table { overflow: hidden; }
.pd-employees-table td:first-child strong, .pd-employees-table td:first-child small { display: block; }
.pd-employees-table td:first-child small { margin-top: 2px; color: var(--pd-text-secondary); font-size: 9px; }
.pd-access { display: inline-flex; align-items: center; padding: 4px 7px; border-radius: var(--pd-radius-pill); font-size: 9px; font-weight: 750; }
.pd-access--enabled, .pd-access--active { color: var(--pd-brand-800); background: var(--pd-brand-pale); }
.pd-access--pending { color: #8a5b08; background: #fff2d9; }
.pd-access--none { color: var(--pd-text-secondary); background: #eef1ef; }

.pd-page-eyebrow { display: block; margin-bottom: 3px; color: var(--pd-brand-600); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pd-report-filters { display: grid; grid-template-columns: repeat(4, minmax(110px, 1fr)); gap: 8px; margin-bottom: 11px; padding: 12px; background: linear-gradient(135deg, #f5f8ff, var(--pd-white) 45%); border: 1px solid var(--pd-border); border-radius: 12px; box-shadow: var(--pd-shadow-card); }
.pd-report-filters label { display: grid; gap: 4px; color: var(--pd-text-secondary); font-size: 9px; font-weight: 650; }
.pd-report-filters input, .pd-report-filters select { width: 100%; min-height: 31px; padding: 0 8px; color: var(--pd-text); background: var(--pd-white); border: 1px solid var(--pd-border); border-radius: 7px; font-size: 9px; }
.pd-report-search { position: relative; display: flex; align-items: center; }
.pd-report-search .io { position: absolute; left: 8px; width: 13px; height: 13px; color: var(--pd-text-secondary); pointer-events: none; }
.pd-report-search input { padding-left: 27px; }
.pd-report-clear { min-height: 31px; align-self: end; font-size: 9px; }
.pd-report-summary { display: grid; grid-template-columns: minmax(150px, .7fr) minmax(260px, 1.3fr); gap: 10px; margin-bottom: 11px; }
.pd-report-summary article { display: grid; min-height: 76px; align-content: center; gap: 3px; padding: 11px 13px; background: var(--pd-white); border: 1px solid var(--pd-border); border-top: 3px solid var(--pd-brand-500); border-radius: 10px; box-shadow: var(--pd-shadow-card); }
.pd-report-summary article:first-child { background: #f7f9ff; border-top-color: var(--pd-info); }
.pd-report-summary span, .pd-report-summary small { color: var(--pd-text-secondary); font-size: 9px; }
.pd-report-summary strong { color: var(--pd-brand-900); font-size: 18px; }
.pd-report-table { overflow: hidden; }
.pd-report-table td:nth-child(5) span, .pd-report-table td:nth-child(5) small { display: block; }
.pd-report-table td:nth-child(5) small { margin-top: 2px; color: var(--pd-text-secondary); font-size: 9px; }
.pd-report-table th, .pd-report-table td { white-space: nowrap; }

.pd-modal-scrim, .pd-confirm-scrim, .pd-sheet-scrim { animation: pd-overlay-in .16s ease-out both; }
@keyframes pd-overlay-in { from { background-color: rgba(17,24,39,0); } }
.pd-expense-modal, .pd-confirm, .pd-mobile-sheet { animation: pd-modal-in .18s ease-out both; }
@keyframes pd-modal-in { from { transform: translateY(5px) scale(.994); } }

.pd-conversion-scrim { position: absolute; z-index: 40; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(15,49,40,.68); backdrop-filter: blur(4px); animation: pd-overlay-in .16s ease-out both; }
.pd-conversion-modal { display: grid; width: min(870px, 100%); max-height: calc(100% - 18px); grid-template-columns: minmax(260px, .86fr) minmax(390px, 1.3fr); overflow: auto; background: var(--pd-white); border: 1px solid rgba(255,255,255,.45); border-radius: 20px; box-shadow: 0 35px 90px rgba(5,26,20,.35); animation: pd-modal-in .18s ease-out both; }
.pd-conversion-brand { display: flex; min-height: 500px; flex-direction: column; justify-content: flex-end; padding: 34px; color: var(--pd-white); background: radial-gradient(circle at 85% 12%, rgba(189,164,104,.42), transparent 27%), linear-gradient(155deg, var(--pd-brand-500), var(--pd-brand-900)); }
.pd-conversion-brand img { width: 58px; height: 58px; margin-bottom: auto; object-fit: contain; filter: brightness(0) invert(1); }
.pd-conversion-brand > span { color: #cfe4d9; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pd-conversion-brand > strong { max-width: 300px; margin-top: 8px; font-size: 25px; line-height: 1.15; }
.pd-conversion-brand > div { display: inline-flex; align-self: flex-start; align-items: center; gap: 7px; margin-top: 20px; padding: 8px 11px; color: var(--pd-brand-900); background: var(--pd-neutral-100); border-radius: var(--pd-radius-pill); font-size: 10px; font-weight: 800; }
.pd-conversion-brand .io { width: 14px; height: 14px; }
.pd-conversion-content { position: relative; padding: 48px 44px 36px; }
.pd-conversion-close { position: absolute; top: 18px; right: 18px; display: grid; width: 34px; height: 34px; place-items: center; color: var(--pd-text-secondary); background: var(--pd-neutral-50); border: 0; border-radius: 50%; cursor: pointer; }
.pd-conversion-close .io { width: 15px; height: 15px; }
.pd-conversion-kicker { color: var(--pd-brand-600); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.pd-conversion-content h3 { max-width: 430px; margin: 10px 0 13px; color: var(--pd-text); font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1.04; letter-spacing: -.035em; }
.pd-conversion-content > p { margin: 0; color: var(--pd-text-secondary); font-size: 14px; line-height: 1.65; }
.pd-conversion-content ul { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 15px; margin: 24px 0; padding: 0; list-style: none; }
.pd-conversion-content li { display: flex; align-items: flex-start; gap: 7px; color: #35413d; font-size: 11px; font-weight: 650; line-height: 1.4; }
.pd-conversion-content li .io { width: 17px; height: 17px; flex: none; color: var(--pd-brand-600); }
.pd-conversion-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.pd-conversion-actions .pd-primary, .pd-conversion-actions .pd-outline { min-height: 42px; padding-inline: 15px; text-decoration: none; }
.pd-quiet { min-height: 36px; padding: 7px 5px; color: var(--pd-brand-600); background: transparent; border: 0; font-size: 11px; font-weight: 750; cursor: pointer; }

.pd-console :is(button, select, textarea, a):focus-visible, .pd-phone :is(button, textarea):focus-visible, .pd-conversion-modal :is(button, a):focus-visible { outline: 3px solid var(--pd-brand-muted); outline-offset: 2px; }

@media (max-width: 1100px) {
  .product-demo-stage { min-height: 0; }
  .pd-showcase { display: grid; min-height: 0; grid-template-columns: 1fr; align-items: start; padding-right: 0; }
  .pd-browser { min-width: 970px; }
  .pd-showcase-mobile { position: static; display: grid; grid-template-columns: minmax(170px, 240px) 260px; align-items: center; justify-content: center; gap: 32px; padding: 18px 0 8px; transform: none; }
  .pd-mobile-caption { display: grid; justify-items: start; margin: 0; text-align: left; }
  .pd-mobile-caption b { font-size: 22px; }
  .pd-showcase-mobile .pd-phone { width: 260px; height: 540px; }
  .pd-showcase-mobile .pd-phone > [data-mobile-host] { width: 100%; height: 100%; transform: none; }
  .pd-showcase-mobile .pd-mobile-app, .pd-showcase-mobile .pd-mobile-full { border-radius: 25px; }
}

@media (max-width: 768px) {
  .product-demo-section { padding-top: 112px; }
  .demo-toolbar { margin-top: -7px; }
  .product-proof { flex-wrap: wrap; row-gap: 10px; }
  .product-proof li { padding-inline: 12px; font-size: .72rem; }
  .product-demo-stage { padding: 10px; }
  .pd-showcase { min-height: 0; }
  .pd-browser { min-width: 970px; }
  .pd-showcase-mobile { grid-template-columns: 1fr; gap: 12px; }
  .pd-mobile-caption { justify-items: center; text-align: center; }
  .pd-showcase-mobile .pd-phone { width: 260px; max-width: 100%; height: 540px; }
  .pd-conversion-scrim { padding: 12px; }
  .pd-conversion-modal { grid-template-columns: 1fr; }
  .pd-conversion-brand { display: none; }
  .pd-conversion-content { padding: 43px 25px 28px; }
}

@media (max-width: 480px) {
  .product-demo-section { padding-top: 106px; padding-bottom: 68px; }
  .product-demo-heading { margin-bottom: 40px; }
  .product-demo-heading .demo-kicker { margin-bottom: 14px; }
  .product-demo-heading h1 { font-size: 2.05rem; }
  .product-demo-heading > .product-demo-summary { margin-top: 19px; font-size: .94rem; }
  .product-demo-hero-actions { align-items: stretch; flex-direction: column; }
  .product-demo-hero-actions .button { width: 100%; }
  .product-proof { display: grid; justify-content: center; gap: 8px; }
  .product-proof li { justify-content: center; border-left: 0 !important; }
  .product-platforms > span { padding-inline: 8px; font-size: .64rem; }
  .product-demo-stage { border-radius: 18px; }
  .pd-showcase-mobile .pd-phone { height: 525px; }
  .pd-conversion-content ul { grid-template-columns: 1fr; }
  .pd-conversion-actions { align-items: stretch; flex-direction: column; }
  .pd-conversion-actions > * { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .pd-page-enter > *, .pd-kpi, .pd-report-summary article, .pd-bars > div > i, .pd-progress i, .pd-distribution-list em i, .pd-page-enter .pd-table tbody tr, .pd-sidebar nav > *.active::after, .pd-modal-scrim, .pd-confirm-scrim, .pd-sheet-scrim, .pd-expense-modal, .pd-confirm, .pd-mobile-sheet, .pd-conversion-scrim, .pd-conversion-modal { animation: none; transition: none; }
  .pd-kpi:hover { transform: none; }
}
