@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #101a2b;
  --muted: #5f6d80;
  --paper: #f5f8fc;
  --panel: rgba(255, 255, 255, .78);
  --line: rgba(16, 26, 43, .12);
  --blue: #2f80ed;
  --violet: #7559f5;
  --cyan: #38c6de;
  --yellow: #f4c84e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.6 Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.topbar { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 56px; height: 56px; border-radius: 16px; box-shadow: 0 8px 24px rgba(28, 62, 112, .18); }
.nav { display: flex; align-items: center; gap: 26px; color: var(--muted); font-size: 14px; font-weight: 700; }
.nav a:hover { color: var(--ink); }
.nav .nav-cta { padding: 10px 15px; color: white; background: var(--ink); border-radius: 99px; }
.hero { min-height: 680px; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 64px; padding: 54px 0 92px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue); font: 500 12px/1 DM Mono, monospace; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 30px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 22px; font-size: clamp(48px, 6vw, 76px); line-height: .99; letter-spacing: -.07em; }
h1 em { color: var(--blue); font-style: normal; }
.hero-copy { max-width: 520px; color: var(--muted); font-size: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; gap: 9px; padding: 14px 19px; border: 1px solid var(--line); border-radius: 99px; font-weight: 800; }
.button.primary { color: white; background: var(--ink); border-color: var(--ink); box-shadow: 0 12px 24px rgba(16, 26, 43, .15); }
.button.secondary { background: rgba(255,255,255,.45); }
.button:hover { transform: translateY(-2px); }
.note { margin-top: 22px; color: var(--muted); font-size: 12px; }
.visual { position: relative; min-height: 490px; display: grid; place-items: center; }
.visual::before { content: ''; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle, rgba(56,198,222,.28), rgba(117,89,245,.12) 52%, transparent 70%); filter: blur(8px); }
.phone { position: relative; width: min(285px, 76%); padding: 10px; border: 1px solid rgba(255,255,255,.75); border-radius: 38px; background: #101a2b; box-shadow: 0 30px 70px rgba(32, 58, 99, .28); transform: rotate(5deg); }
.phone-screen { min-height: 500px; padding: 24px 16px 15px; overflow: hidden; border-radius: 29px; background: linear-gradient(160deg, #111d31, #26385d); color: white; }
.camera { height: 205px; position: relative; overflow: hidden; border-radius: 20px; background: radial-gradient(circle at 57% 45%, rgba(247, 216, 92, .95), transparent 13%), radial-gradient(circle at 43% 65%, rgba(63, 222, 201, .8), transparent 20%), linear-gradient(145deg, #153d70, #7b3de0 50%, #ef75b1); }
.camera::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(110deg, transparent 0 16px, rgba(255,255,255,.12) 17px 18px); mix-blend-mode: screen; }
.screen-label { display: flex; justify-content: space-between; margin-bottom: 13px; font: 500 9px DM Mono, monospace; color: #b7c9e9; letter-spacing: .08em; }
.filter-stack { display: grid; gap: 8px; margin-top: 16px; }
.filter-row { display: grid; grid-template-columns: 27px 1fr auto; align-items: center; gap: 8px; min-height: 46px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(0,0,0,.16); color: #dce8fb; font-size: 11px; }
.filter-row span { font-size: 18px; }.filter-row small { color: #92a8cb; font: 8px DM Mono, monospace; }.filter-row.active { background: rgba(56,198,222,.18); border-color: rgba(56,198,222,.75); color: white; }
.chip { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.6); border-radius: 15px; background: rgba(255,255,255,.82); box-shadow: 0 16px 28px rgba(38, 68, 112, .16); font-size: 12px; font-weight: 800; backdrop-filter: blur(12px); }
.chip span { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }.chip-one { top: 16%; right: 0; }.chip-two { bottom: 14%; left: 0; }.chip-two span { background: var(--violet); }
.section { padding: 88px 0; }.section.alt { background: #eaf2fb; }.section-head { max-width: 570px; margin-bottom: 36px; }.section h2 { margin-bottom: 12px; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -.06em; }.section-head p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.card { min-height: 230px; padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }.card .icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 27px; border-radius: 13px; color: white; background: var(--ink); }.card:nth-child(2) .icon { background: var(--violet); }.card:nth-child(3) .icon { background: var(--cyan); color: var(--ink); }.card h3 { margin-bottom: 8px; font-size: 18px; letter-spacing: -.03em; }.card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.animal-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }.animal { padding: 19px 12px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.68); text-align: center; font-size: 13px; font-weight: 800; }.animal b { display: block; margin-bottom: 8px; font-size: 26px; }.animal small { color: var(--muted); font-size: 10px; font-weight: 600; }
.privacy-link { display: inline-block; margin-top: 14px; color: var(--blue); font-weight: 800; }.footer { padding: 28px 0 42px; color: var(--muted); font-size: 12px; }.footer-inner { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 21px; }.footer a { color: var(--ink); font-weight: 800; }
.policy { max-width: 780px; padding: 60px 0 90px; }.policy h1 { font-size: clamp(40px, 5vw, 60px); }.policy h2 { margin: 38px 0 8px; font-size: 21px; }.policy p, .policy li { color: var(--muted); }.policy .meta { color: var(--muted); font: 12px DM Mono, monospace; }
@media (max-width: 760px) { .shell { width: min(100% - 30px, 560px); }.topbar { padding: 18px 0; }.nav a:not(.nav-cta) { display: none; }.hero { display: block; padding: 55px 0 50px; }.visual { min-height: 480px; margin-top: 25px; }.feature-grid { grid-template-columns: 1fr; }.animal-grid { grid-template-columns: repeat(3, 1fr); }.section { padding: 62px 0; }.footer-inner { display: block; }.footer-inner div + div { margin-top: 8px; } }
