diff --git a/hugo-site/content/donate/_index.md b/hugo-site/content/donate/_index.md
index 1f77b5f5..dda66ae0 100644
--- a/hugo-site/content/donate/_index.md
+++ b/hugo-site/content/donate/_index.md
@@ -62,18 +62,20 @@ If you are interested in supporting Freenet at a significant level, we would be
+
+
+## Donate via card
-## Donating by card
+
Donate via card
-If you would rather give by card, you can donate through [Ghost Keys](/ghostkey/). A Ghost Key is an
-anonymous cryptographic identity, issued with your donation, that works across Freenet apps and
-cannot be linked back to your payment. The minimum is $1.
+
Issues a Ghost Key, an anonymous cryptographic identity that works across Freenet apps and can't be linked back to your payment. $1 minimum.
diff --git a/hugo-site/themes/freenet/assets/css/freenet.css b/hugo-site/themes/freenet/assets/css/freenet.css
index a724192e..e98e576a 100644
--- a/hugo-site/themes/freenet/assets/css/freenet.css
+++ b/hugo-site/themes/freenet/assets/css/freenet.css
@@ -1311,22 +1311,14 @@ picture.app-screenshot img {
}
}
-/* Ghost keys — understated */
+/* Ghost Keys donate option — same visual weight as PayPal (funding-donate-button
+ + gk-cta-note), just separated from it with a divider so the two read as
+ distinct, equally-weighted choices rather than one continuous block. */
.funding-ghost-keys {
padding-top: 1.5rem;
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
-.funding-ghost-keys h2 {
- font-size: 1.15rem;
- color: #64748b;
-}
-
-.funding-ghost-keys p {
- color: #64748b;
- font-size: 0.95rem;
-}
-
/* Dark mode — funding page */
@media (prefers-color-scheme: dark) {
.funding-title {
@@ -1376,14 +1368,6 @@ picture.app-screenshot img {
.funding-ghost-keys {
border-top-color: rgba(255, 255, 255, 0.08);
}
-
- .funding-ghost-keys h2 {
- color: #8896a8;
- }
-
- .funding-ghost-keys p {
- color: #8896a8;
- }
}
/* Responsive — funding page */