mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-10 08:06:04 +00:00
User confirmed the old pricing they meant is the1d5a75dedge-to-edge grid: cards share borders, no individual rounded ring on each card, the whole grid sits inside one rounded ring with overflow-hidden. This commit takes the layout from1d5a75d: - grid uses gap-px on a [color:var(--border)] background to render the internal separators as 1px lines instead of card gaps. - Whole grid wrapped in a single ring-1 rounded-[10px] overflow-hidden container so the four cards read as one block. - Each card is bare bg-white p-7, no rounded corners, no individual ring, no shadow. - Plan name uses the 14px uppercase tracking-[0.12em] eyebrow style, not the 16px bold heading style. - Featured card keeps the Most popular pill, brand-color name, and brand-filled CTA, but drops the ring-2 scale-[1.02] and the sweep/bloom decorations (they only made sense on a separated card). Switcher and price animation are still thed256ba4motion.dev versions restored in the previous commit, so the switcher works and the price fades on toggle.