Ariver
2026-06-06 afb65ff37b1899cad62d729a4b124f224239e28f
Redesign homepage: full-screen hero from real screenshots and one tagline
3 files modified
2 files added
908 ■■■■ changed files
docs/assets/hero-website-2880x1800.jpg patch | view | raw | blame | history
docs/index-en.html 124 ●●●●● patch | view | raw | blame | history
docs/index.html 110 ●●●●● patch | view | raw | blame | history
docs/render-hero.html 213 ●●●●● patch | view | raw | blame | history
docs/styles.css 461 ●●●●● patch | view | raw | blame | history
docs/assets/hero-website-2880x1800.jpg
docs/index-en.html
@@ -5,13 +5,13 @@
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>TagLauncher — Tag-based Mac app launcher</title>
  <meta name="description" content="TagLauncher organizes Mac apps with tags: scrollable grid, multi-tag apps, searchable notes, JSON layout backup—beyond Launchpad folders and pages.">
  <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/taglauncher-hero-3d-promo-2880x1800.jpg">
  <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/hero-website-2880x1800.jpg">
  <link rel="stylesheet" href="styles.css">
  <link rel="alternate" hreflang="en" href="index-en.html">
  <link rel="alternate" hreflang="zh-Hans" href="index.html">
</head>
<body>
  <header class="site-header">
<body class="page-home">
  <header class="site-header site-header--overlay">
    <div class="inner">
      <a class="brand" href="index-en.html">
        <img src="assets/app-icon-256.png" width="36" height="36" alt="">
@@ -23,66 +23,26 @@
        <a href="privacy.html">Privacy</a>
        <a href="https://github.com/shanghai3168/taglauncher/releases" rel="noopener">Help PDFs</a>
      </nav>
      <p class="lang-switch lang-switch--header">
        <a href="index.html">中文</a>
        <a href="index-en.html" class="active">EN</a>
      </p>
    </div>
  </header>
  <main class="wrap">
    <section class="hero-stage">
      <div class="hero-copy">
        <p class="lang-switch">
          <a href="index.html">简体中文</a>
          <a href="index-en.html" class="active">English</a>
        </p>
        <h1>A Mac launcher beyond Launchpad</h1>
        <p class="lead">
          Organize apps with <strong>tags</strong>, not folders: one scrollable grid, multiple tags per app, per-app notes, and JSON layout backup.
          Press <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> to open the App Grid.
        </p>
        <div class="pill-row">
          <span class="pill">macOS 15.0+</span>
          <span class="pill">29 UI languages</span>
          <span class="pill">Local data · No account</span>
          <span class="pill">Mac App Store coming soon</span>
        </div>
        <div class="cta-row">
          <a class="btn btn-primary" href="support.html">Support & contact</a>
          <a class="btn btn-secondary" href="privacy.html">Privacy policy</a>
        </div>
      </div>
  <section class="hero-full" aria-label="TagLauncher hero">
    <img
      class="hero-full__img"
      src="assets/hero-website-2880x1800.jpg"
      alt="TagLauncher App Grid"
      width="2880"
      height="1800"
      fetchpriority="high"
      decoding="async">
    <p class="hero-full__tagline">Organize Mac apps with tags—not folders</p>
  </section>
      <figure class="hero-promo-3d" aria-hidden="true">
        <img
          src="assets/taglauncher-hero-3d-promo-2880x1800.jpg"
          alt=""
          width="2880"
          height="1800"
          loading="eager"
          decoding="async">
      </figure>
    </section>
    <section class="showcase">
      <div class="showcase-inner">
        <img src="assets/screenshot-app-grid.jpg" alt="TagLauncher App Grid with colorful tag groups" width="2880" height="1800" loading="lazy">
        <div class="showcase-caption">
          <strong>App Grid</strong>
          Colorful tags and a scrollable icon grid for many apps
        </div>
      </div>
    </section>
    <section class="card">
      <div class="feature-show reverse">
        <div class="feature-shot">
          <img src="assets/screenshot-notes.jpg" alt="App name and purpose note bubble on hover" loading="lazy">
        </div>
        <div class="feature-copy">
          <h3>Per-app notes you can search</h3>
          <p>Hover to see purpose notes, or edit them. Quick Search matches apps, tags, and notes—something Launchpad does not offer.</p>
        </div>
      </div>
    </section>
  <main class="wrap content-below">
    <section class="card">
      <h2>Why not just Launchpad?</h2>
      <table class="compare">
@@ -96,13 +56,13 @@
        <tbody>
          <tr>
            <td><strong>Browse</strong></td>
            <td>Paged screens—you hunt for the right page</td>
            <td>Scrollable app grid</td>
            <td>Pages of icons—hard to scan when you have many apps</td>
            <td>One scrollable grid</td>
          </tr>
          <tr>
            <td><strong>Organize</strong></td>
            <td>Folders; one app, one folder</td>
            <td>Tags; same app in Design and Work</td>
            <td>Multiple tags per app</td>
          </tr>
          <tr>
            <td><strong>Notes</strong></td>
@@ -111,52 +71,49 @@
          </tr>
          <tr>
            <td><strong>Backup</strong></td>
            <td>Hard to export or restore layout</td>
            <td>Export / import JSON in Settings</td>
            <td>Layout is hard to export</td>
            <td>JSON export / import</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section class="card">
      <h2>Highlights</h2>
      <h2>Core features</h2>
      <div class="feature-grid">
        <div class="feature">
          <strong>App Grid</strong>
          Global hotkey overlay; works across displays and fullscreen Spaces.
          Press <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> for a full-screen-friendly grid.
        </div>
        <div class="feature">
          <strong>Quick Search</strong>
          Search apps, tags, and notes—<kbd>Space</kbd> or <kbd>Fn</kbd>+<kbd>Space</kbd>.
          Search app names, tags, and notes.
        </div>
        <div class="feature">
          <strong>Tags</strong>
          Colors, reorder, drag apps onto tag names, batch edit mode.
          Custom colors; drag icons onto tag names to categorize.
        </div>
        <div class="feature">
          <strong>Five list styles</strong>
          Flat, containers, and aligned grids; tunable icon and tag sizes.
          <strong>App notes</strong>
          Remember what each app is for—searchable.
        </div>
        <div class="feature">
          <strong>Smart Start</strong>
          Optional suggestions to tag newly installed apps.
          <strong>Layout backup</strong>
          Export and import JSON layouts.
        </div>
        <div class="feature">
          <strong>Privacy-first</strong>
          Local preferences and index; no analytics or ad SDKs in this build.
          <strong>Local-first</strong>
          Data stays on your Mac; no analytics SDK.
        </div>
      </div>
    </section>
    <section class="card">
      <h2>Quick start</h2>
      <ol>
        <li>Install TagLauncher from the Mac App Store (when available).</li>
        <li>Press <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> for the App Grid.</li>
        <li>Press <kbd>Space</kbd> in the grid for Quick Search.</li>
        <li>Export your layout from Settings → Data for backup.</li>
      </ol>
      <p>Illustrated help: <a href="https://github.com/shanghai3168/taglauncher/releases" rel="noopener">29 localized PDFs on GitHub Releases</a>.</p>
    <section class="card card-cta">
      <p>Mac App Store coming soon · macOS 15.0+ · 29 UI languages</p>
      <div class="cta-row">
        <a class="btn btn-primary" href="support.html">Support & contact</a>
        <a class="btn btn-secondary" href="privacy.html">Privacy policy</a>
      </div>
    </section>
  </main>
@@ -165,7 +122,6 @@
      <a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a>
      · <a href="support.html">Support</a>
      · <a href="privacy.html">Privacy</a>
      · <a href="privacy-zh.html">隐私政策</a>
    </p>
    <p>© 2026 TagLauncher · Hainan Wanxing Technology Co., Ltd.</p>
  </footer>
docs/index.html
@@ -5,13 +5,13 @@
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>TagLauncher — 标签化 Mac 应用启动器</title>
  <meta name="description" content="TagLauncher:用标签管理 Mac 应用,可滚动网格、多标签归类、应用备忘、布局备份。比 Launchpad 更适合应用很多的用户。">
  <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/taglauncher-hero-3d-promo-2880x1800.jpg">
  <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/hero-website-2880x1800.jpg">
  <link rel="stylesheet" href="styles.css">
  <link rel="alternate" hreflang="en" href="index-en.html">
  <link rel="alternate" hreflang="zh-Hans" href="index.html">
</head>
<body>
  <header class="site-header">
<body class="page-home">
  <header class="site-header site-header--overlay">
    <div class="inner">
      <a class="brand" href="index.html">
        <img src="assets/app-icon-256.png" width="36" height="36" alt="">
@@ -23,66 +23,26 @@
        <a href="privacy-zh.html">隐私政策</a>
        <a href="https://github.com/shanghai3168/taglauncher/releases" rel="noopener">帮助 PDF</a>
      </nav>
      <p class="lang-switch lang-switch--header">
        <a href="index.html" class="active">中文</a>
        <a href="index-en.html">EN</a>
      </p>
    </div>
  </header>
  <main class="wrap">
    <section class="hero-stage">
      <div class="hero-copy">
        <p class="lang-switch">
          <a href="index.html" class="active">简体中文</a>
          <a href="index-en.html">English</a>
        </p>
        <h1>比启动台更顺手的 Mac 应用启动器</h1>
        <p class="lead">
          用<strong>标签</strong>而不是文件夹整理应用:一屏滚动浏览、同一 App 多个标签、可写用途备忘、布局 JSON 备份恢复。
          <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> 唤起应用网格。
        </p>
        <div class="pill-row">
          <span class="pill">macOS 15.0+</span>
          <span class="pill">29 种界面语言</span>
          <span class="pill">本地数据 · 无账号</span>
          <span class="pill">Mac App Store 即将上架</span>
        </div>
        <div class="cta-row">
          <a class="btn btn-primary" href="support.html">获取支持与联系</a>
          <a class="btn btn-secondary" href="privacy-zh.html">隐私政策</a>
        </div>
      </div>
  <section class="hero-full" aria-label="TagLauncher 宣传主图">
    <img
      class="hero-full__img"
      src="assets/hero-website-2880x1800.jpg"
      alt="TagLauncher 应用网格界面"
      width="2880"
      height="1800"
      fetchpriority="high"
      decoding="async">
    <p class="hero-full__tagline">用标签,而不是文件夹,整理你的 Mac 应用</p>
  </section>
      <figure class="hero-promo-3d" aria-hidden="true">
        <img
          src="assets/taglauncher-hero-3d-promo-2880x1800.jpg"
          alt=""
          width="2880"
          height="1800"
          loading="eager"
          decoding="async">
      </figure>
    </section>
    <section class="showcase">
      <div class="showcase-inner">
        <img src="assets/screenshot-app-grid.jpg" alt="TagLauncher 应用网格:按彩色标签分组展示已安装应用" width="2880" height="1800" loading="lazy">
        <div class="showcase-caption">
          <strong>App Grid</strong>
          彩色标签 + 可滚动图标网格,一眼浏览大量应用
        </div>
      </div>
    </section>
    <section class="card">
      <div class="feature-show">
        <div class="feature-shot">
          <img src="assets/screenshot-notes.jpg" alt="悬停显示应用名称与用途备忘" loading="lazy">
        </div>
        <div class="feature-copy">
          <h3>给每个 App 写备忘</h3>
          <p>悬停或编辑用途说明,Quick Search 可搜应用名、标签与备忘。Launchpad 很难做到这一点。</p>
        </div>
      </div>
    </section>
  <main class="wrap content-below">
    <section class="card">
      <h2>为什么不只是 Launchpad?</h2>
      <table class="compare">
@@ -123,40 +83,37 @@
      <div class="feature-grid">
        <div class="feature">
          <strong>App Grid</strong>
          全局快捷键打开全屏友好的应用网格,支持多显示器与全屏 Space。
          全局快捷键 <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> 打开全屏友好的应用网格。
        </div>
        <div class="feature">
          <strong>Quick Search</strong>
          搜索应用名、标签与备忘;网格内按 <kbd>Space</kbd> 或 <kbd>Fn</kbd>+<kbd>Space</kbd> 唤起。
          搜索应用名、标签与备忘;网格内按 <kbd>Space</kbd> 唤起。
        </div>
        <div class="feature">
          <strong>标签体系</strong>
          自定义颜色与排序;拖拽图标到标签名即可归类;批量编辑模式。
          自定义颜色与排序;拖拽图标到标签名即可归类。
        </div>
        <div class="feature">
          <strong>五种列表样式</strong>
          平铺、无色/彩色容器、无色/彩色网格;可调图标与标签字号。
          <strong>应用备忘</strong>
          悬停或编辑用途说明,比 Launchpad 更易记住每个 App 干什么用。
        </div>
        <div class="feature">
          <strong>Smart Start</strong>
          可选智能建议,帮助新安装应用快速归入标签。
          <strong>布局备份</strong>
          导出 / 导入 JSON,换机或重装后快速恢复。
        </div>
        <div class="feature">
          <strong>本地优先</strong>
          偏好与布局存于本机;扫描已安装应用建立索引;无分析/广告 SDK。
          偏好与布局存于本机;无分析/广告 SDK。
        </div>
      </div>
    </section>
    <section class="card">
      <h2>快速开始</h2>
      <ol>
        <li>从 Mac App Store 安装 TagLauncher(上架后)。</li>
        <li>按 <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> 打开应用网格。</li>
        <li>在网格中按 <kbd>Space</kbd> 打开 Quick Search。</li>
        <li>在设置中调整标签位置、图标大小,或导出布局备份。</li>
      </ol>
      <p>多语言图文帮助:<a href="https://github.com/shanghai3168/taglauncher/releases" rel="noopener">GitHub Releases 帮助 PDF(29 种语言)</a>。</p>
    <section class="card card-cta">
      <p>Mac App Store 即将上架 · macOS 15.0+ · 29 种界面语言</p>
      <div class="cta-row">
        <a class="btn btn-primary" href="support.html">获取支持与联系</a>
        <a class="btn btn-secondary" href="privacy-zh.html">隐私政策</a>
      </div>
    </section>
  </main>
@@ -165,7 +122,6 @@
      <a href="mailto:shanghai3168@gmail.com">shanghai3168@gmail.com</a>
      · <a href="support.html">支持</a>
      · <a href="privacy-zh.html">隐私政策</a>
      · <a href="privacy.html">Privacy (EN)</a>
    </p>
    <p>© 2026 TagLauncher · Hainan Wanxing Technology Co., Ltd.</p>
  </footer>
docs/render-hero.html
New file
@@ -0,0 +1,213 @@
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
  <meta charset="utf-8">
  <title>TagLauncher Hero Render</title>
  <style>
    * { box-sizing: border-box; margin: 0; padding: 0; }
    html, body {
      width: 2880px;
      height: 1800px;
      overflow: hidden;
      font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", sans-serif;
      background: #07080f;
    }
    .stage {
      position: relative;
      width: 2880px;
      height: 1800px;
      overflow: hidden;
      background:
        radial-gradient(ellipse 90% 70% at 18% 12%, rgba(88, 86, 214, 0.45), transparent 58%),
        radial-gradient(ellipse 75% 55% at 88% 18%, rgba(90, 200, 250, 0.32), transparent 52%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(255, 149, 0, 0.12), transparent 55%),
        linear-gradient(155deg, #0c0e18 0%, #121528 42%, #0a0b12 100%);
    }
    .stage::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.04) 0 1px, transparent 1px),
        radial-gradient(circle at 70% 60%, rgba(255,255,255,0.03) 0 1px, transparent 1px);
      background-size: 48px 48px, 64px 64px;
      opacity: 0.35;
      pointer-events: none;
    }
    .glow {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      pointer-events: none;
    }
    .glow-a { width: 720px; height: 720px; left: -120px; top: 200px; background: rgba(88, 86, 214, 0.35); }
    .glow-b { width: 640px; height: 640px; right: -80px; top: 80px; background: rgba(48, 176, 255, 0.28); }
    .glow-c { width: 900px; height: 400px; left: 50%; bottom: -80px; transform: translateX(-50%);
      background: rgba(255, 255, 255, 0.06); filter: blur(100px); }
    .scene {
      position: absolute;
      left: 50%;
      top: 52%;
      width: 2400px;
      height: 1200px;
      transform: translate(-50%, -50%);
      perspective: 2200px;
      perspective-origin: 50% 42%;
    }
    .icon-orb {
      position: absolute;
      left: 120px;
      top: 80px;
      z-index: 30;
      transform: translateZ(120px) rotate(-8deg);
      filter: drop-shadow(0 28px 60px rgba(0, 113, 227, 0.45));
    }
    .icon-orb img {
      width: 200px;
      height: 200px;
      border-radius: 44px;
      display: block;
    }
    .panel {
      position: absolute;
      border-radius: 28px;
      overflow: hidden;
      transform-style: preserve-3d;
      box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.22) inset,
        0 40px 100px rgba(0, 0, 0, 0.55),
        0 12px 32px rgba(0, 0, 0, 0.35);
    }
    .panel::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(125deg, rgba(255,255,255,0.18) 0%, transparent 38%, transparent 62%, rgba(255,255,255,0.06) 100%);
      pointer-events: none;
      border-radius: inherit;
    }
    .panel img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .panel-main {
      left: 280px;
      top: 120px;
      width: 1680px;
      height: 1050px;
      transform: rotateY(-10deg) rotateX(6deg) translateZ(40px);
      border: 1px solid rgba(255, 255, 255, 0.14);
    }
    .panel-memo {
      right: 140px;
      bottom: 40px;
      width: 920px;
      height: 575px;
      transform: rotateY(14deg) rotateX(-4deg) translateZ(180px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      z-index: 20;
    }
    .tag-ribbon {
      position: absolute;
      right: 200px;
      top: 40px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      z-index: 25;
      transform: rotateY(-18deg) translateZ(200px);
    }
    .tag-ribbon span {
      display: block;
      height: 22px;
      border-radius: 11px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.35);
    }
    .tag-ribbon span:nth-child(1) { width: 180px; background: linear-gradient(90deg, #ff6b9d, #ff8f4a); }
    .tag-ribbon span:nth-child(2) { width: 200px; background: linear-gradient(90deg, #ffb347, #ffe066); margin-left: 12px; }
    .tag-ribbon span:nth-child(3) { width: 190px; background: linear-gradient(90deg, #7bed9f, #48dbfb); margin-left: 24px; }
    .tag-ribbon span:nth-child(4) { width: 210px; background: linear-gradient(90deg, #54a0ff, #5f27cd); margin-left: 8px; }
    .tag-ribbon span:nth-child(5) { width: 175px; background: linear-gradient(90deg, #a29bfe, #6c5ce7); margin-left: 20px; }
    .floor-reflection {
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 2200px;
      height: 280px;
      transform: translateX(-50%);
      background: linear-gradient(to top, rgba(255,255,255,0.08), transparent);
      filter: blur(2px);
      opacity: 0.5;
    }
    .tagline {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 420px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      padding-bottom: 88px;
      text-align: center;
      z-index: 40;
      background: linear-gradient(to top, rgba(7, 8, 15, 0.92) 0%, rgba(7, 8, 15, 0.55) 45%, transparent 100%);
      pointer-events: none;
    }
    .tagline h1 {
      margin: 0;
      font-size: 72px;
      font-weight: 650;
      letter-spacing: -0.03em;
      line-height: 1.12;
      color: #f5f5f7;
      text-shadow: 0 4px 40px rgba(0, 0, 0, 0.6);
      max-width: 16em;
    }
    .tagline p {
      margin: 18px 0 0;
      font-size: 32px;
      font-weight: 500;
      color: rgba(245, 245, 247, 0.72);
      letter-spacing: 0.02em;
    }
  </style>
</head>
<body>
  <div class="stage" id="stage">
    <div class="glow glow-a"></div>
    <div class="glow glow-b"></div>
    <div class="glow glow-c"></div>
    <div class="scene">
      <div class="icon-orb">
        <img src="assets/app-icon-256.png" alt="">
      </div>
      <div class="tag-ribbon" aria-hidden="true">
        <span></span><span></span><span></span><span></span><span></span>
      </div>
      <figure class="panel panel-main">
        <img src="assets/screenshot-app-grid.jpg" alt="">
      </figure>
      <figure class="panel panel-memo">
        <img src="assets/screenshot-notes.jpg" alt="">
      </figure>
    </div>
    <div class="floor-reflection" aria-hidden="true"></div>
    <div class="tagline" id="tagline-zh">
      <h1>用标签,而不是文件夹,整理你的 Mac 应用</h1>
      <p>一屏滚动 · 多标签归类 · 应用备忘 · 布局备份</p>
    </div>
  </div>
</body>
</html>
docs/styles.css
@@ -1,28 +1,16 @@
:root {
  --bg: #eef1f8;
  --bg-accent: #dfe8ff;
  --surface: rgba(255, 255, 255, 0.78);
  --text: #1d1d1f;
  --muted: #5c5c66;
  --accent: #0071e3;
  --accent-hover: #0077ed;
  --border: rgba(0, 0, 0, 0.08);
  --bg: #0a0b10;
  --bg-accent: #1a2240;
  --surface: rgba(28, 28, 34, 0.88);
  --text: #f5f5f7;
  --muted: #a1a1a6;
  --accent: #0a84ff;
  --accent-hover: #409cff;
  --border: rgba(255, 255, 255, 0.1);
  --radius: 18px;
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
  --max: 1080px;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0a0b10;
    --bg-accent: #1a2240;
    --surface: rgba(28, 28, 32, 0.82);
    --text: #f5f5f7;
    --muted: #a1a1a6;
    --border: rgba(255, 255, 255, 0.1);
    --shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
  }
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --max: 960px;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Segoe UI", sans-serif;
}
* {
@@ -39,11 +27,7 @@
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(90, 200, 250, 0.35), transparent 55%),
    radial-gradient(ellipse 60% 45% at 95% 5%, rgba(88, 86, 214, 0.28), transparent 50%),
    radial-gradient(ellipse 70% 40% at 50% 100%, var(--bg-accent), transparent 60%),
    var(--bg);
  background: var(--bg);
  min-height: 100vh;
}
@@ -62,19 +46,30 @@
  padding: 0 24px 80px;
}
/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  z-index: 30;
  backdrop-filter: blur(18px) saturate(1.2);
  background: color-mix(in srgb, var(--bg) 70%, transparent);
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  border-bottom: 1px solid var(--border);
}
.site-header--overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(6, 7, 14, 0.72), transparent);
  border-bottom: none;
  backdrop-filter: blur(12px);
}
.site-header .inner {
  max-width: var(--max);
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
@@ -99,9 +94,7 @@
  width: 36px;
  height: 36px;
  border-radius: 9px;
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.12),
    0 10px 24px rgba(0, 113, 227, 0.22);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
nav {
@@ -112,7 +105,7 @@
}
nav a {
  color: var(--muted);
  color: rgba(245, 245, 247, 0.78);
}
nav a[aria-current="page"] {
@@ -120,294 +113,69 @@
  font-weight: 600;
}
/* Hero with 3D visual stack */
.hero-stage {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 32px 40px;
  align-items: center;
  padding: 36px 0 56px;
.lang-switch--header {
  margin: 0;
  font-size: 0.85rem;
}
@media (max-width: 900px) {
  .hero-stage {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    min-height: 340px;
  }
.lang-switch--header a {
  color: rgba(245, 245, 247, 0.65);
  margin-left: 10px;
}
.hero-copy .lang-switch {
  margin-bottom: 12px;
}
.hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4.5vw, 2.85rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}
.hero-copy .lead {
  margin: 0 0 20px;
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 28em;
}
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.pill {
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--border);
  font-size: 0.82rem;
  color: var(--muted);
  backdrop-filter: blur(8px);
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 113, 227, 0.35);
}
.btn-primary:hover {
  background: var(--accent-hover);
  text-decoration: none;
  color: #fff;
}
.btn-secondary {
  background: var(--surface);
.lang-switch--header a.active {
  color: var(--text);
  border: 1px solid var(--border);
  backdrop-filter: blur(8px);
  font-weight: 600;
}
.btn-secondary:hover {
  text-decoration: none;
}
.hero-promo-3d {
  margin: 0;
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  background: #0a0b12;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
  transition: transform 0.45s ease;
}
.hero-promo-3d:hover {
  transform: perspective(1200px) rotateY(-1deg) rotateX(0deg);
}
.hero-promo-3d img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.hero-visual {
/* Full-screen hero: one image + one tagline */
.hero-full {
  position: relative;
  min-height: 380px;
  perspective: 1400px;
}
.icon-float {
  position: absolute;
  top: 0;
  left: 8%;
  z-index: 3;
  transform: translateZ(48px);
  animation: float-icon 5s ease-in-out infinite;
}
.icon-float img {
  width: 112px;
  height: 112px;
  border-radius: 24px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65) inset,
    0 18px 40px rgba(0, 113, 227, 0.35),
    0 40px 80px rgba(88, 86, 214, 0.25);
}
@keyframes float-icon {
  0%, 100% { transform: translateY(0) translateZ(48px) rotate(-4deg); }
  50% { transform: translateY(-10px) translateZ(56px) rotate(2deg); }
}
.device-shot {
  position: absolute;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, white 70%, var(--border));
  background: #111;
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}
.device-shot img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: #06070e;
}
.shot-back {
  right: 0;
  top: 36px;
  width: 88%;
  transform: rotateY(-14deg) rotateX(4deg) translateZ(0);
  opacity: 0.92;
}
.shot-front {
  left: 0;
  bottom: 0;
  width: 78%;
  transform: rotateY(10deg) rotateX(-2deg) translateZ(32px);
  z-index: 2;
}
.shot-back::after,
.shot-front::after {
  content: "";
.hero-full__img {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, transparent 42%);
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}
/* Showcase band */
.showcase {
  margin-bottom: 28px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.showcase-inner {
.hero-full__tagline {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transform: rotateX(2deg);
  transform-style: preserve-3d;
}
.showcase-inner img {
  display: block;
  width: 100%;
  height: auto;
}
.showcase-caption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  padding: 10px 16px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 0.9rem;
  backdrop-filter: blur(10px);
}
.showcase-caption strong {
  display: block;
  font-size: 1rem;
}
/* Feature rows with image */
.feature-show {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 760px) {
  .feature-show {
    grid-template-columns: 1fr;
  }
  .feature-show.reverse .feature-shot {
    order: 0;
  }
}
.feature-show.reverse .feature-copy {
  order: 1;
}
.feature-shot {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow:
    0 16px 40px rgba(15, 23, 42, 0.12),
    0 4px 12px rgba(0, 0, 0, 0.06);
  transform: perspective(900px) rotateY(-6deg);
}
.feature-shot img {
  display: block;
  width: 100%;
  height: auto;
}
.feature-show.reverse .feature-shot {
  transform: perspective(900px) rotateY(6deg);
}
.feature-copy h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.feature-copy p {
  z-index: 2;
  margin: 0;
  color: var(--muted);
  padding: 0 32px  max(48px, env(safe-area-inset-bottom, 0px) + 40px);
  max-width: 18em;
  text-align: center;
  font-size: clamp(1.5rem, 4.2vw, 2.75rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #f5f5f7;
  text-shadow:
    0 2px 24px rgba(0, 0, 0, 0.85),
    0 0 80px rgba(0, 0, 0, 0.5);
}
.content-below {
  padding-top: 56px;
}
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
  box-shadow: var(--shadow);
  padding: 28px 32px;
  margin-bottom: 24px;
  backdrop-filter: blur(12px);
@@ -417,6 +185,15 @@
  margin: 0 0 16px;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.card-cta {
  text-align: center;
}
.card-cta p {
  margin: 0 0 18px;
  color: var(--muted);
}
.compare {
@@ -453,13 +230,50 @@
.feature {
  padding: 16px 18px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--accent) 5%, var(--surface));
  background: color-mix(in srgb, var(--accent) 8%, var(--surface));
  border: 1px solid var(--border);
}
.feature strong {
  display: block;
  margin-bottom: 6px;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 28px rgba(10, 132, 255, 0.35);
}
.btn-primary:hover {
  background: var(--accent-hover);
  text-decoration: none;
  color: #fff;
}
.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  border: 1px solid var(--border);
}
.btn-secondary:hover {
  text-decoration: none;
}
.site-footer {
@@ -471,28 +285,25 @@
  color: var(--muted);
}
.lang-switch {
  font-size: 0.85rem;
}
.lang-switch a {
  color: var(--muted);
  margin-right: 10px;
}
.lang-switch a.active {
  color: var(--text);
  font-weight: 600;
}
kbd {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 6px;
  font-size: 0.82em;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  background: var(--surface);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border);
}
/* Inner pages (support, privacy) — light readable prose */
body:not(.page-home) {
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(90, 200, 250, 0.12), transparent 55%),
    var(--bg);
}
.prose {
  max-width: 720px;
}
.prose h1 {
@@ -501,4 +312,20 @@
.prose h2 {
  margin-top: 1.6em;
}
@media (max-width: 720px) {
  .site-header .inner {
    flex-wrap: wrap;
    padding: 12px 18px;
  }
  nav {
    order: 3;
    width: 100%;
  }
  .hero-full__tagline {
    padding-bottom: 36px;
  }
}