/* Reports+ — marketing & support site. Refined editorial dark; restrained accent, no glow. */
:root {
  --bg: #0a0a0c;
  --bg2: #0c0c0f;
  --surface: #141417;
  --surface2: #1a1a1e;
  --line: rgba(255, 255, 255, 0.07);
  --line2: rgba(255, 255, 255, 0.13);
  --text: #f3f2f1;
  --muted: #8b8b94;
  --accent: #f3f2f1;       /* monochrome: chrome accent is just white */
  --accent-soft: rgba(255, 255, 255, 0.08);
  --live: #ff5e54;         /* tiny notification dot only — product authenticity */
  --red: #fb6f5e;          /* feature accents (icons stay colorful) */
  --coral: #f0584b;
  --green: #3ecf8e;
  --pink: #e668a0;
  --gold: #e0b15a;
  --blue: #5b9bd6;
  --violet: #9d92e0;
  --ghost: #9aa0aa;
  --maxw: 1120px;
  --display: "Clash Display", -apple-system, BlinkMacSystemFont, sans-serif;
  --body: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}
/* flat ink with a whisper of top sheen + fine grain — no colored glows */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(130% 70% at 50% -25%, rgba(255, 255, 255, 0.045), transparent 55%),
    var(--bg);
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- header ---------- */
header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%);
  background: rgba(10, 10, 12, 0.6);
  border-bottom: 1px solid transparent; transition: border-color .3s, background .3s;
}
header.scrolled { border-bottom-color: var(--line); background: rgba(10, 10, 12, 0.82); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-weight: 600; font-size: 19px; letter-spacing: -.01em; }
.brand img { width: 32px; height: 32px; border-radius: 8px; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { color: var(--muted); font-weight: 500; font-size: 15px; transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; padding: 10px 18px; border-radius: 10px; transition: transform .2s, background .2s, border-color .2s; }
.btn-primary { color: #0a0a0c; background: var(--accent); }
.btn-primary:hover { transform: translateY(-1px); background: #fff; }
.nav .btn { padding: 9px 16px; font-size: 14px; }

/* ---------- hero ---------- */
.hero { position: relative; padding: clamp(60px, 9vw, 116px) 0 clamp(56px, 8vw, 92px); }
.hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--line2); }
h1 { font-family: var(--display); font-weight: 600; letter-spacing: -.035em; line-height: 1.0; font-size: clamp(2.8rem, 6.4vw, 5rem); margin: 22px 0 0; }
h1 .hl { display: block; }  /* explicit lines — font load can't change the line count */
h1 .accent { color: var(--accent); }
.lede { color: var(--muted); font-size: clamp(1.05rem, 1.4vw, 1.18rem); max-width: 30em; margin: 24px 0 0; }
.cta-row { display: flex; align-items: center; gap: 20px; margin-top: 36px; flex-wrap: wrap; }
.appstore { display: inline-flex; align-items: center; gap: 12px; background: var(--text); color: #08080a; padding: 12px 22px 12px 18px; border-radius: 12px; transition: transform .2s, opacity .2s; }
.appstore:hover { transform: translateY(-1px); opacity: .92; }
.appstore svg { width: 25px; height: 25px; }
.appstore .small { display: block; font-size: 11px; line-height: 1; opacity: .65; }
.appstore .big { display: block; font-family: var(--display); font-weight: 600; font-size: 18px; line-height: 1.2; letter-spacing: -.01em; }
.cta-note { color: var(--muted); font-size: 14px; }

/* device — soft realistic shadow, no glow */
.device-wrap { position: relative; display: flex; justify-content: center; }
.device { position: relative; width: min(356px, 100%); border-radius: 46px; padding: 11px; background: linear-gradient(165deg, #26262c, #121215); box-shadow: 0 38px 70px -16px rgba(0, 0, 0, 0.7); }
.device .screen { border-radius: 36px; overflow: hidden; aspect-ratio: 1022/2082; background: #000; }
.device .screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.alert {
  position: absolute; top: 7%; left: -7%; right: -3%;
  display: flex; align-items: center; gap: 12px;
  background: rgba(28, 28, 34, 0.78); backdrop-filter: blur(26px) saturate(150%); -webkit-backdrop-filter: blur(26px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 18px; padding: 13px 16px;
  box-shadow: 0 18px 38px -10px rgba(0, 0, 0, 0.6);
  animation: floaty 5s ease-in-out infinite;
}
.alert img { width: 36px; height: 36px; border-radius: 9px; }
.alert .a-title { font-weight: 700; font-size: 12px; letter-spacing: .03em; text-transform: uppercase; }
.alert .a-msg { font-weight: 500; font-size: 14px; margin-top: 2px; color: #e7e7ea; }
.alert .a-now { margin-left: auto; align-self: flex-start; font-size: 12px; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--live); }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* ---------- stat strip ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: clamp(48px, 6vw, 80px); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--line); }
.stat { text-align: center; padding: 28px 12px; background: var(--bg); }
.stat .n { font-family: var(--display); font-weight: 600; font-size: clamp(1.8rem, 3vw, 2.4rem); letter-spacing: -.02em; }
.stat .l { color: var(--muted); font-size: 13.5px; margin-top: 6px; }

/* ---------- section ---------- */
section { padding: clamp(72px, 9vw, 120px) 0; }
.sec-head { max-width: 34em; }
.sec-head .kicker { color: var(--muted); font-weight: 600; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; }
.sec-head h2 { font-family: var(--display); font-weight: 600; font-size: clamp(2rem, 4.2vw, 2.9rem); letter-spacing: -.03em; line-height: 1.06; margin-top: 16px; }
.sec-head p { color: var(--muted); font-size: 1.08rem; margin-top: 18px; }

/* features */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 56px; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: var(--line); }
.card { position: relative; padding: 34px 30px; background: var(--bg); transition: background .25s; }
.card:hover { background: var(--surface); }
.ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 20px; background: color-mix(in srgb, var(--c, #fff) 15%, transparent); }
.ico svg { width: 24px; height: 24px; stroke: var(--c, #dcdce0); }
.card h3 { font-family: var(--display); font-weight: 600; font-size: 1.2rem; letter-spacing: -.01em; }
.card p { color: var(--muted); font-size: .96rem; margin-top: 9px; }

/* bands */
.cta-band { text-align: center; }
.cta-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; padding: clamp(44px, 6vw, 76px) 24px; background: var(--surface); }
.cta-card h2 { font-family: var(--display); font-weight: 600; font-size: clamp(2rem, 4.6vw, 3rem); letter-spacing: -.03em; line-height: 1.05; }
.cta-card p { color: var(--muted); margin: 18px auto 32px; max-width: 32em; }
#privacy-section .cta-card { background: var(--surface); border-color: var(--line); }

/* ---------- footer ---------- */
footer { border-top: 1px solid var(--line); padding: 60px 0 44px; }
.foot-grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.foot-brand { max-width: 26em; }
.foot-brand .brand { margin-bottom: 16px; }
.foot-brand p { color: var(--muted); font-size: 14.5px; }
.foot-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.foot-col h4 { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.foot-col a, .foot-col span { display: block; color: var(--text); font-size: 15px; margin-bottom: 11px; opacity: .8; transition: color .2s, opacity .2s; }
.foot-col a:hover { opacity: 1; color: var(--accent); }
.disclaimer { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }

/* ---------- legal pages ---------- */
.legal { max-width: 740px; margin: 0 auto; padding: clamp(52px, 7vw, 92px) 24px 84px; }
.legal .back { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-weight: 500; font-size: 14px; margin-bottom: 34px; transition: color .2s; }
.legal .back:hover { color: var(--accent); }
.legal h1 { font-family: var(--display); font-weight: 600; font-size: clamp(2.2rem, 5vw, 3rem); letter-spacing: -.03em; margin: 0; }
.legal .updated { color: var(--muted); font-size: 14px; margin-top: 10px; }
.legal h2 { font-family: var(--display); font-weight: 600; font-size: 1.35rem; letter-spacing: -.01em; margin: 42px 0 12px; }
.legal p { color: #cfcfd5; margin: 12px 0; }
.legal ul { margin: 12px 0; padding-left: 22px; color: #cfcfd5; }
.legal li { margin: 7px 0; }
.legal a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.legal .callout { border: 1px solid var(--line); background: var(--surface); border-radius: 14px; padding: 18px 20px; margin: 22px 0; color: #dedee3; font-size: .95rem; }
.legal strong { color: var(--text); }
.legal .contact { margin-top: 38px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.legal .contact a { font-family: var(--display); font-weight: 600; font-size: 1.15rem; }

/* reveal */
.reveal { opacity: 0; transform: translateY(18px); animation: rise .8s cubic-bezier(.2,.7,.2,1) forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }
.d1 { animation-delay: .04s; } .d2 { animation-delay: .12s; } .d3 { animation-delay: .2s; }
.d4 { animation-delay: .28s; } .d5 { animation-delay: .36s; }
@media (prefers-reduced-motion: reduce) { .reveal, .alert { animation: none !important; opacity: 1; transform: none; } }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .device-wrap { order: -1; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .nav-links a:not(.btn) { display: none; }
}
@media (max-width: 560px) {
  .stats { grid-template-columns: repeat(2, 1fr); }
  .features { grid-template-columns: 1fr; }
}
