/* DataPurix holding pages. Values from docs/design/ui-design-system.md (UI_Template).
   Replaced by the W1 design system; kept dependency-free so a strict CSP applies. */

@font-face {
  font-family: 'Geist';
  src: url('fonts/geist-latin-wght-normal.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('fonts/geist-mono-latin-wght-normal.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #0A0A0A;
  --ink-hover: #232323;
  --text-2: #525866;
  --text-3: #8A9099;
  --text-inverse-2: #D5D7DB;
  --surface: #FFFFFF;
  --surface-2: #F7F8FA;
  --surface-3: #FCFCFD;
  --line: #E5E7EB;
  --line-soft: #F2F4F6;
  --neutral: #525866; --neutral-bg: #F7F8FA; --neutral-line: #E5E7EB;
  --r-md: 10px;
  --r-lg: 12px;
  --r-2xl: 18px;
  --r-pill: 999px;
  --shadow-panel: 0 20px 50px -34px rgba(10,10,10,.30);
  --font-sans: 'Geist', 'SF Pro Text', system-ui, -apple-system, sans-serif;
  --font-mono: 'Geist Mono', ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--text-2); }
a:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; border-radius: 4px; }

.container { max-width: 1440px; margin: 0 auto; padding: 0 32px; }

/* header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.72);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--line);
}
.site-header .container { height: 68px; display: flex; align-items: center; gap: 32px; }
.logo { display: flex; align-items: center; flex: 0 0 auto; }
/* transparent, tightly cropped logo; sized up from the template per owner request (2026-09-18) */
.logo img { height: 32px; width: auto; display: block; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.btn {
  font-size: 14px; font-weight: 500; padding: 10px 18px; border-radius: var(--r-md);
  border: 1px solid var(--ink); white-space: nowrap;
}
.btn-primary { color: #fff; background: var(--ink); }
.btn-primary:hover { color: #fff; background: var(--ink-hover); }
.btn-secondary { color: var(--ink); background: #fff; }
.btn-secondary:hover { color: var(--ink); background: var(--surface-2); }

/* type */
.eyebrow {
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--text-3);
}
.display {
  margin: 0; font-size: clamp(38px, 5.2vw, 68px); line-height: 1.02;
  letter-spacing: -.035em; font-weight: 600; text-wrap: balance;
}
.lead {
  margin: 26px 0 0; font-size: 19px; line-height: 1.55; color: var(--text-2);
  max-width: 660px; text-wrap: pretty;
}

/* hero */
.hero { padding: 104px 0 112px; border-bottom: 1px solid var(--line); }
.hero .eyebrow { margin-bottom: 28px; }
.hero-inner { max-width: 820px; }
.status-pill {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 36px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 500; letter-spacing: .1em;
  color: var(--neutral); background: var(--neutral-bg); border: 1px solid var(--neutral-line);
  border-radius: var(--r-pill); padding: 7px 14px;
}
.status-pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--neutral); }
.trust { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 34px; padding: 0; list-style: none; }
.trust li { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-3); letter-spacing: -.005em; }
.trust li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--ink); display: block; }

/* value bar */
.value-bar { background: var(--surface-2); border-bottom: 1px solid var(--line); }
.value-bar .container {
  padding-top: 44px; padding-bottom: 44px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 32px;
}
.value { display: flex; align-items: center; gap: 14px; }
.value .mark {
  width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 9px; background: #fff;
  display: flex; align-items: center; justify-content: center; flex: 0 0 auto;
  font-family: var(--font-mono); font-size: 12px; color: var(--ink);
}
.value .title { font-size: 14.5px; font-weight: 550; letter-spacing: -.012em; }
.value .sub { font-size: 13px; color: var(--text-3); margin-top: 2px; }

/* footer */
.site-footer { background: var(--ink); color: #fff; padding: 72px 0 40px; }
.site-footer .logo img { height: 40px; filter: invert(1); }
.pixels { display: flex; align-items: center; gap: 8px; margin-top: 22px; }
.pixels span { width: 5px; height: 5px; background: #fff; display: block; opacity: .6; }
.disclaimer { margin: 28px 0 0; font-size: 12.5px; line-height: 1.55; color: var(--text-3); max-width: 720px; }
.footer-bar {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--ink-hover);
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between;
}
.footer-bar .copy { font-size: 13px; color: var(--text-3); }
.footer-bar .domain { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; color: var(--text-2); }

/* app holding card */
.holding { min-height: calc(100vh - 69px); display: flex; align-items: center; justify-content: center; padding: 48px 32px; background: var(--surface-2); }
.card {
  width: 100%; max-width: 560px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-2xl); box-shadow: var(--shadow-panel); overflow: hidden;
}
.card-head { padding: 16px 22px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.card-body { padding: 28px 22px 30px; }
.card-title { margin: 10px 0 0; font-size: 22px; font-weight: 600; letter-spacing: -.02em; }
.card-text { margin: 10px 0 0; font-size: 14.5px; line-height: 1.55; color: var(--text-2); }
.card .status-pill { margin-top: 22px; }
.mono-meta { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; color: var(--text-3); }

/* motion: only for people who have not asked the OS to reduce it */
@media (prefers-reduced-motion: no-preference) {
  @keyframes dpx-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
  @keyframes dpx-pixel { 0%, 100% { opacity: .25; } 50% { opacity: 1; } }
  .reveal { animation: dpx-rise .7s cubic-bezier(.2,.7,.2,1) both; }
  .reveal-2 { animation-delay: .06s; }
  .reveal-3 { animation-delay: .12s; }
  .pixels span { animation: dpx-pixel 3s ease-in-out infinite; }
  .pixels span:nth-child(2) { animation-delay: .2s; }
  .pixels span:nth-child(3) { animation-delay: .4s; }
  .pixels span:nth-child(4) { animation-delay: .6s; }
  .pixels span:nth-child(5) { animation-delay: .8s; }
  .pixels span:nth-child(6) { animation-delay: 1s; }
}

@media (max-width: 1039px) {
  .container { padding: 0 20px; }
  .site-header .logo img { height: 26px; }
  .hero { padding: 72px 0 80px; }
  .lead { font-size: 17px; }
}
