|
455 | 455 | flex: 1; |
456 | 456 | } |
457 | 457 |
|
458 | | - /* ─── FOOTER ─── */ |
| 458 | + .tool-card-dashed { border-style: dashed; } |
| 459 | + display: inline-block; |
| 460 | + text-decoration: none; |
| 461 | + margin-top: auto; |
| 462 | + } |
| 463 | + .ritual-btn-ghost { |
| 464 | + background: var(--dimmer); |
| 465 | + color: var(--dim); |
| 466 | + border: 1px solid var(--border); |
| 467 | + } |
459 | 468 | .hub-footer { |
460 | 469 | padding: 40px 0 28px; |
461 | 470 | border-top: 1px solid var(--border); |
@@ -765,7 +774,7 @@ <h2 class="sec-title">All 60+ Tools.</h2> |
765 | 774 | <div class="tool-desc">Map the agreements you made before this life. Break what needs breaking.</div> |
766 | 775 | <div class="tool-tag">Free</div> |
767 | 776 | </a> |
768 | | - <a href="/tools.html" class="tool-card" style="border-style: dashed;"> |
| 777 | + <a href="/tools.html" class="tool-card tool-card-dashed"> |
769 | 778 | <div class="tool-icon">✦</div> |
770 | 779 | <div class="tool-name">See All 60+ Tools</div> |
771 | 780 | <div class="tool-desc">Full tool galaxy. Browse everything by category.</div> |
@@ -839,19 +848,19 @@ <h2 class="sec-title">Connect with the Collective.</h2> |
839 | 848 | <div class="community-card-icon">💬</div> |
840 | 849 | <div class="community-card-title">Players Lounge</div> |
841 | 850 | <div class="community-card-desc">The main community hub. Live drops, group rituals, direct access to KJP. $33/month or upgrade to OG for lifetime access.</div> |
842 | | - <a href="https://whop.com/sparkverse-511c/spark-acces/" target="_blank" class="ritual-btn" style="display:inline-block; text-decoration:none; margin-top:auto;">Join for $33/mo →</a> |
| 851 | + <a href="https://whop.com/sparkverse-511c/spark-acces/" target="_blank" class="ritual-btn ritual-btn-link">Join for $33/mo →</a> |
843 | 852 | </div> |
844 | 853 | <div class="community-card"> |
845 | 854 | <div class="community-card-icon">👑</div> |
846 | 855 | <div class="community-card-title">OG Spark Circle</div> |
847 | 856 | <div class="community-card-desc">Founding members. Private Telegram. Co-creation rights. 1:1 with KJP. You become part of the origin story.</div> |
848 | | - <a href="https://whop.com/sparkverse-511c/og-spark-lifetime-access/" target="_blank" class="ritual-btn" style="display:inline-block; text-decoration:none; margin-top:auto;">Claim Lifetime Access →</a> |
| 857 | + <a href="https://whop.com/sparkverse-511c/og-spark-lifetime-access/" target="_blank" class="ritual-btn ritual-btn-link">Claim Lifetime Access →</a> |
849 | 858 | </div> |
850 | 859 | <div class="community-card"> |
851 | 860 | <div class="community-card-icon">🌐</div> |
852 | 861 | <div class="community-card-title">Free Lobby</div> |
853 | 862 | <div class="community-card-desc">No charge, no catch. Browse announcements, see what's dropping, get a feel for the community before committing.</div> |
854 | | - <a href="https://whop.com/sparkverse-511c/the-sparkverse-lobby/" target="_blank" class="ritual-btn" style="display:inline-block; text-decoration:none; margin-top:auto; background: var(--dimmer); color: var(--dim); border: 1px solid var(--border);">Enter Free Lobby →</a> |
| 863 | + <a href="https://whop.com/sparkverse-511c/the-sparkverse-lobby/" target="_blank" class="ritual-btn ritual-btn-link ritual-btn-ghost">Enter Free Lobby →</a> |
855 | 864 | </div> |
856 | 865 | </div> |
857 | 866 | </div> |
|
0 commit comments