Just added: Algorithms you can run and practice
html
<style>
  body { margin: 0; font-family: system-ui, sans-serif; }

  .hero {
    height: 320px;
    background: #eef2f7;
  }

  .card {
    width: 240px;
    padding: 24px;
    background: #fff;
    border: 1px solid #d7dee7;
    border-radius: 8px;
    text-align: center;
  }
</style>

<div class="hero">
  <div class="card">
    <h2>Start free</h2>
    <p>No card needed.</p>
  </div>
</div>