diff --git a/index.html b/index.html
index 94da095..1c750d8 100644
--- a/index.html
+++ b/index.html
@@ -672,6 +672,24 @@
border-radius: var(--radius-card);
padding: 28px 24px;
transition: border-color 0.2s, transform 0.2s;
+ position: relative;
+ }
+ .feature-card.unique {
+ border-color: var(--accent);
+ background: linear-gradient(180deg, rgba(79, 142, 247, 0.04) 0%, var(--bg-inner) 100%);
+ }
+ .feature-badge {
+ position: absolute;
+ top: -8px;
+ right: 16px;
+ background: var(--accent);
+ color: #fff;
+ font-size: 10px;
+ font-weight: 700;
+ text-transform: uppercase;
+ letter-spacing: 0.06em;
+ padding: 3px 12px;
+ border-radius: 20px;
}
.feature-card:hover {
border-color: var(--border-hi);
@@ -1622,7 +1640,8 @@
Every agent lives in its own container with full root access. Install packages, modify configs, run anything — it's your space to do whatever you want.
-
+
+
Unique
@@ -1645,7 +1664,8 @@
All your agent passwords organized in one place. Sorted by importance and clearly labeled so you instantly see the ones you need — browse the rest at a glance.
-
+
+
Unique
@@ -1671,13 +1691,12 @@
-
One-Click Backups
-
Daily automatic backups plus the option to create copies on demand. Restore anytime — your data is always safe.
+
Email Access
+
Optionally give your agent the ability to send emails. Perfect for outreach, notifications, and automated follow-ups — all from the dashboard.
@@ -1701,15 +1720,17 @@
Built-in chat widget to reach us directly. Need help beyond the basics? Optionally escalate to a human for personal assistance.
-
+
+
Unique
-
Email Access
-
Optionally give your agent the ability to send emails. Perfect for outreach, notifications, and automated follow-ups — all from the dashboard.
+
One-Click Backups
+
Daily automatic backups plus the option to create copies on demand. Restore anytime — your data is always safe.