From 2c7129be3a7abdbe6e2dc8f7e46a0b83bb6606fe Mon Sep 17 00:00:00 2001 From: Antoine Clausse Date: Mon, 1 Jun 2026 12:45:08 +0200 Subject: [PATCH] [web] Stop bolding AI features on the interstitial plans page (#34125) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [web] Stop bolding AI features unconditionally on the interstitial The four `strong: true` flags on the AI features in `sectionMain2026` caused those rows to render bold on every interstitial visit, regardless of paywall context. The original intent (per Design QA #34022) was for boldness to highlight the features relevant to the specific paywall the user came from (e.g. AI paywall -> AI features bolded) — that conditional logic was never wired up, and currently no `purchaseReferrer` or paywall reason is plumbed through to the feature config. Remove the unconditional `strong: true` so the cards render consistently with the pricing page. Reintroduce conditional bolding in a follow-up once the paywall→features mapping is scoped by design. Closes #34022 Co-Authored-By: Claude Opus 4.7 (1M context) * Remove `card-include-strong` and related code --------- Co-authored-by: Claude Opus 4.7 (1M context) GitOrigin-RevId: 2112214217f3b53d34518efbca546082ce559e26 --- services/web/frontend/stylesheets/pages/plans-2026.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/web/frontend/stylesheets/pages/plans-2026.scss b/services/web/frontend/stylesheets/pages/plans-2026.scss index d75423444c..5029b3a1a5 100644 --- a/services/web/frontend/stylesheets/pages/plans-2026.scss +++ b/services/web/frontend/stylesheets/pages/plans-2026.scss @@ -357,10 +357,6 @@ padding-left: 0; } - .card-include-strong { - font-weight: 700; - } - .card-includes-list-item.only-show-for-specific-plan-period { display: none; }