Back to CSS Pricing Sections Editorial Two Column Pure CSS
Share
.ps-edt {
  padding: clamp(28px, 5vw, 56px) clamp(20px, 4vw, 40px);
  min-height: 480px;
  background: #f5f1ea;
  color: #1c1c1e;
  font-family: 'Inter', system-ui, sans-serif;
}
.ps-edt-grid {
  max-width: 1040px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px;
  align-items: start;
}
.ps-edt-copy { padding-top: 6px; }
.ps-edt-eye {
  display: block; font-family: 'JetBrains Mono', monospace;
  font-size: 12px; letter-spacing: 0.1em; color: #6b6b6e;
  margin-bottom: 14px;
}
.ps-edt-copy h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 4.4vw, 44px); font-weight: 700;
  letter-spacing: -0.015em; line-height: 1.1;
  margin: 0 0 18px;
}
.ps-edt-copy h2 em { font-style: italic; color: #6b6b6e; }
.ps-edt-copy p { font-size: 15px; line-height: 1.65; color: #3d3d40; margin: 0 0 12px; max-width: 380px; }
.ps-edt-fine { font-size: 13px !important; color: #6b6b6e !important; padding-top: 12px; border-top: 1px solid #d8d2c5; }
.ps-edt-link {
  display: inline-block; margin-top: 12px;
  font-size: 13px; font-weight: 600;
  color: #1c1c1e; text-decoration: underline;
  text-underline-offset: 4px; text-decoration-thickness: 1.5px;
}
.ps-edt-link:hover { color: #6b6b6e; }
.ps-edt-tiers { display: flex; flex-direction: column; gap: 14px; }
.ps-edt-row {
  background: #fff; border: 1px solid #d8d2c5;
  border-radius: 6px; padding: 22px 22px 18px;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.ps-edt-row:hover { border-color: #1c1c1e; box-shadow: 4px 4px 0 0 #1c1c1e; }
.ps-edt-rec { border-color: #1c1c1e; box-shadow: 4px 4px 0 0 #1c1c1e; }
.ps-edt-row header {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 12px; padding-bottom: 12px; margin-bottom: 12px;
  border-bottom: 1px dashed #d8d2c5;
}
.ps-edt-row h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px; font-weight: 700; margin: 0;
  display: flex; align-items: center; gap: 10px;
}
.ps-edt-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #1c1c1e; color: #f5f1ea;
  padding: 3px 8px; border-radius: 2px;
}
.ps-edt-pri { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.ps-edt-pri em { font-size: 11px; font-style: normal; color: #6b6b6e; font-weight: 500; margin-left: 4px; letter-spacing: 0; }
.ps-edt-row p { font-size: 13.5px; color: #3d3d40; margin: 0 0 10px; line-height: 1.5; }
.ps-edt-row ul {
  list-style: none; padding: 0; margin: 0 0 16px;
  font-size: 13px; line-height: 1.85; color: #3d3d40;
}
.ps-edt-row ul li::before { content: '·'; color: #1c1c1e; font-weight: 800; display: inline-block; width: 18px; font-size: 18px; line-height: 0.5; vertical-align: middle; }
.ps-edt-cta {
  display: inline-block; padding: 9px 16px; border-radius: 4px;
  font-size: 13px; font-weight: 600; text-decoration: none;
  border: 1.5px solid #1c1c1e; color: #1c1c1e;
  background: transparent;
  transition: background 0.18s, color 0.18s;
}
.ps-edt-cta-pri { background: #1c1c1e; color: #f5f1ea; }
.ps-edt-cta:hover { background: #1c1c1e; color: #f5f1ea; }
.ps-edt-cta-pri:hover { background: #f5f1ea; color: #1c1c1e; }
.ps-edt-cta:focus-visible { outline: 2px solid #1c1c1e; outline-offset: 3px; }
@media (max-width: 820px) {
  .ps-edt-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .ps-edt-row { transition: none; }
  .ps-edt-row:hover { transform: none; }
}
<section class="ps-edt" aria-label="Pricing">
  <div class="ps-edt-grid">
    <div class="ps-edt-copy">
      <span class="ps-edt-eye">— Pricing</span>
      <h2>Two plans. <em>Pick one,</em> change later.</h2>
      <p>
        We don’t play games with feature gating, seat limits, or upsell pop-ups. Pick a plan, get
        the whole product, and move on with your work.
      </p>
      <p class="ps-edt-fine">
        All plans include unlimited projects, every integration, and email support. Cancel any time,
        money back inside 30 days.
      </p>
      <a class="ps-edt-link" href="#compare">See the full feature list →</a>
    </div>
    <div class="ps-edt-tiers">
      <article class="ps-edt-row">
        <header>
          <h3>Solo</h3>
          <span class="ps-edt-pri">$15<em>/ month</em></span>
        </header>
        <p>For freelancers and indie builders shipping client work.</p>
        <ul>
          <li>Single workspace</li>
          <li>10 GB storage</li>
          <li>Email support</li>
        </ul>
        <a class="ps-edt-cta" href="#solo">Choose Solo →</a>
      </article>
      <article class="ps-edt-row ps-edt-rec">
        <header>
          <h3>Studio <span class="ps-edt-tag">Recommended</span></h3>
          <span class="ps-edt-pri">$48<em>/ month</em></span>
        </header>
        <p>For small teams who run multiple client engagements.</p>
        <ul>
          <li>Unlimited workspaces</li>
          <li>250 GB storage</li>
          <li>Priority support &amp; onboarding</li>
          <li>Client billing &amp; white-label</li>
        </ul>
        <a class="ps-edt-cta ps-edt-cta-pri" href="#studio">Choose Studio →</a>
      </article>
    </div>
  </div>
</section>
Live preview Edit any tab — preview updates live Ready