# Page not found

<div class="aw-404 not-content">
  <div class="aw-404-glyph" aria-hidden="true">
    <svg viewBox="0 0 200 200" fill="none">
      <defs>
        <radialGradient id="g404e" cx="50%" cy="50%" r="50%">
          <stop offset="0%" stop-color="currentColor" stop-opacity="0.18"/>
          <stop offset="70%" stop-color="currentColor" stop-opacity="0"/>
        </radialGradient>
      </defs>
      <circle cx="100" cy="100" r="90" fill="url(#g404e)"/>
      <ellipse cx="100" cy="100" rx="75" ry="28" stroke="currentColor" stroke-width="1.2" opacity="0.55" transform="rotate(-18 100 100)"/>
      <ellipse cx="100" cy="100" rx="75" ry="28" stroke="currentColor" stroke-width="1.2" opacity="0.25" transform="rotate(24 100 100)"/>
      <circle cx="100" cy="100" r="14" fill="currentColor"/>
      <circle cx="150" cy="70" r="3" fill="currentColor" opacity="0.7"/>
      <circle cx="55" cy="130" r="2" fill="currentColor" opacity="0.5"/>
      <circle cx="165" cy="140" r="2" fill="currentColor" opacity="0.4"/>
      <circle cx="40" cy="60" r="2.5" fill="currentColor" opacity="0.6"/>
    </svg>
  </div>

  <div class="aw-404-code">404</div>

  <p class="aw-404-sub">
    Looks like this star went dark — there's no page at this URL. The link may be outdated or the URL contains a typo.
  </p>

  <div class="aw-404-actions">
    <a href="/en/" class="aw-cta-primary">Home</a>
    <a href="/en/getting-started/" class="aw-cta-secondary">Quick start →</a>
  </div>

  <div class="aw-404-links">
    <div class="aw-404-links-title">Maybe you were looking for:</div>
    <CardGrid>
      <LinkCard title="API Reference" href="/en/docs/api/" description="All {siteMeta.endpoints} endpoints with request and response examples" />
      <LinkCard title="Sandbox" href="/en/sandbox/" description="Interactive TypeScript playground — Run and Share code" />
      <LinkCard title="Pricing" href="/en/pricing/" description="Credit-based plans: Free 5k/mo, Starter, Pro, Enterprise" />
      <LinkCard title="FAQ" href="/en/faq/" description="Most common questions: credits, accuracy, SDKs, support" />
    </CardGrid>
  </div>

  <p class="aw-404-hint">
    Didn't find what you were looking for? Reach out at <a href="mailto:support@astroway.info">support@astroway.info</a>.
  </p>
</div>
