:root{
  --bg:#07070B; --surface:#101017; --alt:#181822; --line:#1D1D28; --line2:#2A2A38;
  --ink:#F4F2FA; --body:#C7C3D6; --muted:#847F99; --faint:#4E4A63;
  --violet:#7C5CFF; --amber:#FFB020; --teal:#00D9A3; --lime:#B6FF3C; --pink:#FF4FD8; --red:#FF4D5E;
  --radius:16px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--bg); color:var(--body); font-size:17px; line-height:1.65;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
.micro{font-size:11px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase;color:var(--muted)}
a{color:var(--violet);text-decoration:none}
a:hover{text-decoration:underline}
.wrap{max-width:1040px;margin:0 auto;padding:0 24px}
nav{
  position:sticky;top:0;z-index:20;background:rgba(7,7,11,.82);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line)
}
nav .wrap{display:flex;align-items:center;justify-content:space-between;height:62px;gap:18px}
.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:800;letter-spacing:-.3px;font-size:17px}
.brand img{width:28px;height:28px;border-radius:8px}
nav a.lnk{color:var(--muted);font-size:14px;font-weight:600}
nav a.lnk:hover{color:var(--ink);text-decoration:none}
.navlinks{display:flex;gap:20px;align-items:center}
header{padding:84px 0 76px;position:relative;overflow:hidden}
header::after{
  content:"";position:absolute;inset:-40% auto auto -30%;width:80%;height:120%;
  background:radial-gradient(closest-side,rgba(124,92,255,.16),transparent 70%);pointer-events:none
}
h1{font-size:clamp(38px,7vw,66px);line-height:1.03;letter-spacing:-2px;color:var(--ink);font-weight:800;margin:14px 0 18px}
.lede{font-size:clamp(17px,2.4vw,21px);color:var(--muted);max-width:46ch}
.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.chip{border:1px solid var(--line2);border-radius:999px;padding:7px 14px;font-size:12px;font-weight:700;
  letter-spacing:.4px;color:var(--body);text-transform:uppercase}
section{padding:64px 0;border-top:1px solid var(--line)}
section p,section h2{max-width:68ch}
h2{font-size:clamp(25px,3.6vw,34px);letter-spacing:-1px;color:var(--ink);font-weight:800;margin-bottom:10px}
h3{font-size:18px;color:var(--ink);font-weight:700;margin:30px 0 8px;letter-spacing:-.2px}
p{margin-bottom:14px}
ul{margin:0 0 16px 20px}li{margin-bottom:8px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin-top:26px}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:20px}
.card .dot{width:10px;height:10px;border-radius:50%;margin-bottom:12px}
.card h4{color:var(--ink);font-size:16px;font-weight:700;margin-bottom:5px}
.card p{color:var(--muted);font-size:14.5px;margin:0;line-height:1.55}
.note{background:var(--alt);border:1px solid var(--line2);border-radius:var(--radius);padding:20px;margin-top:22px}
.qa{border-top:1px solid var(--line);padding:22px 0}
.qa:first-of-type{border-top:none}
.qa h4{color:var(--ink);font-size:17px;font-weight:700;margin-bottom:7px}
.qa p{color:var(--muted);margin:0}
.btn{display:inline-block;background:var(--violet);color:#fff;font-weight:800;letter-spacing:.4px;
  text-transform:uppercase;font-size:13px;padding:14px 22px;border-radius:12px;margin-top:8px}
.btn:hover{text-decoration:none;opacity:.9}
table{width:100%;border-collapse:collapse;margin-top:20px;font-size:14.5px;display:block;overflow-x:auto}
th,td{text-align:left;padding:11px 12px;border-bottom:1px solid var(--line);white-space:nowrap}
th{color:var(--muted);font-size:11px;letter-spacing:1.2px;text-transform:uppercase;font-weight:800}
td:first-child{color:var(--ink);font-weight:600}
.yes{color:var(--lime);font-weight:800}.no{color:var(--faint)}
footer{border-top:1px solid var(--line);padding:44px 0 60px;color:var(--faint);font-size:14px}
footer a{color:var(--muted)}

/* screenshot gallery — a scroll-snap rail so five 9:19.5 shots fit any width */
.shots{
  display:flex;gap:16px;margin-top:28px;padding-bottom:14px;
  overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;
  scrollbar-width:thin;scrollbar-color:var(--line2) transparent;
}
.shots::-webkit-scrollbar{height:8px}
.shots::-webkit-scrollbar-track{background:transparent}
.shots::-webkit-scrollbar-thumb{background:var(--line2);border-radius:999px}
.shots figure{flex:0 0 232px;scroll-snap-align:start}
.shots img{
  display:block;width:100%;height:auto;background:var(--surface);
  border:1px solid var(--line2);border-radius:22px;
}
.shots figcaption{color:var(--muted);font-size:13.5px;line-height:1.5;margin-top:13px}
.shots figcaption b{display:block;color:var(--ink);font-weight:700;font-size:14.5px;margin-bottom:3px}
@media (max-width:560px){ .shots figure{flex:0 0 74%} }


/* ── hero: copy on the left, a tilted device on the right ───────────────── */
.hero{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,360px);
  gap:64px;align-items:center;position:relative;z-index:1;
}
.hero-copy{min-width:0}
.hero h1{margin-top:14px;font-size:clamp(34px,4.6vw,56px)}
.hero .lede{max-width:40ch}

.hero-stage{
  position:relative;display:flex;justify-content:center;align-items:center;
  perspective:1500px;perspective-origin:35% 40%;
}

/* the bloom behind the glass — three coloured lobes, slowly drifting */
.aurora{
  position:absolute;inset:-22% -20%;border-radius:50%;pointer-events:none;
  background:
    radial-gradient(38% 32% at 30% 26%, rgba(124,92,255,.62), transparent 70%),
    radial-gradient(34% 30% at 74% 42%, rgba(0,217,163,.34), transparent 70%),
    radial-gradient(42% 34% at 52% 80%, rgba(255,176,32,.30), transparent 72%);
  filter:blur(52px) saturate(145%);
  animation:drift 18s ease-in-out infinite alternate;
}
@keyframes drift{
  from{scale:.94 1;rotate:-6deg}
  to  {scale:1.06 1.02;rotate:6deg}
}

/* the device. rotate lives on `transform`, the float on `translate`, so the
   two never clobber one another. */
.phone{
  position:relative;width:min(304px,80vw);aspect-ratio:1206/2622;
  padding:9px;border-radius:54px;transform-style:preserve-3d;
  background:linear-gradient(155deg,#43435a,#14141d 38%,#0b0b12 68%,#35354a);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    inset 0 0 0 1px rgba(255,255,255,.05),
    0 44px 90px -22px rgba(0,0,0,.92),
    0 0 90px -30px rgba(124,92,255,.55);
  transform:rotateY(-17deg) rotateX(7deg) rotateZ(-1.5deg);
  animation:bob 7.5s ease-in-out infinite;
  transition:transform .8s cubic-bezier(.2,.7,.2,1);
}
.hero-stage:hover .phone{transform:rotateY(-6deg) rotateX(2deg) rotateZ(0deg)}
@keyframes bob{0%,100%{translate:0 -8px}50%{translate:0 10px}}

.phone-screen{position:relative;border-radius:46px;overflow:hidden;background:#000}
.phone-screen img{display:block;width:100%;height:auto}

/* specular sweep across the glass */
.sheen{
  position:absolute;inset:-30% -60%;pointer-events:none;
  background:linear-gradient(102deg,
    transparent 40%,rgba(255,255,255,.20) 47%,
    rgba(255,255,255,.06) 51%,transparent 58%);
  animation:sweep 7s ease-in-out infinite;
}
@keyframes sweep{0%,62%{translate:-42% 0}100%{translate:42% 0}}

/* the light it throws on the floor */
.phone-cast{
  position:absolute;left:50%;bottom:-4%;width:74%;height:52px;
  transform:translateX(-46%);border-radius:50%;pointer-events:none;
  background:radial-gradient(closest-side,rgba(124,92,255,.40),transparent 72%);
  filter:blur(22px);
}

@media (max-width:900px){
  .hero{grid-template-columns:1fr;gap:44px}
  .hero-stage{order:2}
  .phone{transform:rotateY(-10deg) rotateX(4deg) rotateZ(-1deg)}
}
@media (prefers-reduced-motion:reduce){
  .phone,.aurora,.sheen{animation:none}
}
