:root {
  --page:#090911;
  --surface:#11111a;
  --ink:#f7f7fb;
  --muted:#aaaab8;
  --line:rgba(255,255,255,.14);
  --accent:#35c8ff;
}

* { box-sizing:border-box; }
html { color-scheme:dark; }
body { margin:0; background:var(--page); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
.shell { width:min(860px,calc(100% - 40px)); margin-inline:auto; }
.visually-hidden { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }

.review-page {
  position:relative;
  min-height:100vh;
  min-height:100svh;
  padding:clamp(24px,4vw,58px);
  background-color:#29243f;
  background-image:url('assets/translatefast-hero-v4.png');
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  isolation:isolate;
}
.review-page::before { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(180deg,transparent 52%,rgba(4,4,12,.88) 100%); pointer-events:none; }
.review-brand { display:flex; align-items:center; gap:12px; width:max-content; padding:8px 10px; border-radius:10px; background:rgba(255,255,255,.88); color:#11121a; font-size:18px; font-weight:750; }
.review-brand img { display:block; width:42px; height:42px; border-radius:11px; object-fit:cover; }
.review-controls { position:absolute; left:50%; bottom:clamp(56px,7vh,96px); width:min(960px,calc(100% - 40px)); transform:translateX(-50%); display:flex; flex-direction:column; align-items:center; gap:20px; }
.download-arrow { position:absolute; top:-118px; left:calc(50% - 230px); width:150px; height:auto; pointer-events:none; user-select:none; }
.review-app-store { display:block; width:clamp(280px,25vw,340px); flex:0 0 auto; border-radius:12px; cursor:pointer; filter:drop-shadow(0 0 16px rgba(255,255,255,.48)); box-shadow:0 12px 8px rgba(0,0,0,.58),0 0 0 4px rgba(255,255,255,.92); }
.review-app-store img { display:block; width:100%; height:auto; border-radius:12px; }
.review-links { width:100%; display:flex; align-items:center; justify-content:center; gap:12px; flex-wrap:wrap; }
.review-links a { min-height:48px; padding:12px 16px; display:inline-flex; align-items:center; justify-content:center; gap:8px; border:1px solid rgba(255,255,255,.42); border-radius:8px; background:rgba(5,5,14,.86); color:white; font-size:13px; font-weight:650; overflow-wrap:anywhere; }
.review-links svg { width:18px; height:18px; flex:0 0 auto; stroke-width:1.9; }
.review-app-store:focus-visible,.review-links a:focus-visible,.nav-links a:focus-visible,.footer-links a:focus-visible,.legal a:focus-visible,.brand:focus-visible { outline:3px solid var(--accent); outline-offset:3px; }

.site-header { min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:10px; font-weight:750; }
.brand-mark { display:block; width:34px; height:34px; border-radius:9px; overflow:hidden; }
.brand-mark img { display:block; width:100%; height:100%; object-fit:cover; }
.nav-links { display:flex; gap:22px; flex-wrap:wrap; justify-content:flex-end; }
.nav-links a { color:#d4d4dd; font-size:13px; }
.legal { padding-block:70px 110px; }
.legal-head { padding-bottom:32px; margin-bottom:38px; border-bottom:1px solid var(--line); }
.eyebrow { margin:0; color:#70d9ff; font-size:12px; font-weight:750; }
.legal-head h1 { margin:16px 0; font-size:clamp(46px,8vw,76px); line-height:1; letter-spacing:-.04em; text-wrap:balance; }
.legal-head>p:last-child { margin:0; color:#7f7f8e; font-size:12px; }
.legal-intro { margin-bottom:48px; padding:24px; border:1px solid var(--line); border-radius:12px; background:var(--surface); color:#d7d7e0; font-size:16px; line-height:1.7; }
.legal section { margin-bottom:34px; }
.legal h2 { margin:0 0 11px; font-size:20px; letter-spacing:-.02em; }
.legal section p { margin:0 0 11px; max-width:72ch; color:var(--muted); font-size:14px; line-height:1.8; text-wrap:pretty; }
.legal section a { color:#70d9ff; text-decoration:underline; text-underline-offset:3px; }
.footer { border-top:1px solid var(--line); }
.footer-grid { padding-block:34px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.footer-links { display:flex; gap:20px; flex-wrap:wrap; }
.footer-links a { color:#b8b8c4; font-size:12px; }
.footer-bottom { padding-block:18px; border-top:1px solid var(--line); display:flex; justify-content:space-between; gap:20px; color:#686876; font-size:10px; }

@media (max-width:700px) {
  .review-page { padding:22px; background-position:center; }
  .review-page::before { background:linear-gradient(180deg,transparent 48%,rgba(4,4,12,.92) 100%); }
  .review-controls { bottom:max(52px,env(safe-area-inset-bottom)); width:calc(100% - 28px); gap:14px; }
  .download-arrow { top:-88px; left:calc(50% - 174px); width:108px; }
  .review-app-store { width:230px; }
  .review-links { justify-content:center; gap:8px; }
  .review-links a { min-height:44px; padding:10px 12px; }
  .site-header,.footer-grid,.footer-bottom { align-items:flex-start; flex-direction:column; }
  .site-header { padding-block:20px; }
  .nav-links { justify-content:flex-start; }
  .legal { padding-block:48px 80px; }
}
