From 274934aff362cd02adbc800374e35ed2980c87fd Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 07 Jun 2026 00:04:59 +0800
Subject: [PATCH] Remove Launchpad comparison and make features section full-width

---
 docs/styles.css |   48 ++++++++----------------------------------------
 1 files changed, 8 insertions(+), 40 deletions(-)

diff --git a/docs/styles.css b/docs/styles.css
index d454c23..c7d1c89 100644
--- a/docs/styles.css
+++ b/docs/styles.css
@@ -695,58 +695,26 @@
   filter: drop-shadow(0 18px 36px rgba(60, 80, 140, 0.16));
 }
 
-/* Main content */
-.page-main {
+/* Features + CTA — full-width white band */
+.features {
   padding: 56px 0 72px;
+  background: #ffffff;
 }
 
-.card {
-  background: var(--bg-elevated);
-  border: 1px solid var(--border);
-  border-radius: var(--radius);
-  box-shadow: var(--shadow);
-  padding: 28px 32px;
-  margin-bottom: 22px;
-}
-
-.card h2 {
-  margin: 0 0 14px;
+.features__headline {
+  margin: 0 0 24px;
   font-size: 1.3rem;
   letter-spacing: -0.02em;
 }
 
-.card-cta {
+.features__cta {
+  margin-top: 40px;
   text-align: center;
 }
 
-.card-cta p {
+.features__cta p {
   margin: 0 0 16px;
   color: var(--muted);
-}
-
-.compare {
-  width: 100%;
-  border-collapse: collapse;
-  font-size: 0.95rem;
-}
-
-.compare th,
-.compare td {
-  text-align: left;
-  padding: 11px 12px;
-  border-bottom: 1px solid var(--border);
-  vertical-align: top;
-}
-
-.compare th {
-  font-size: 0.78rem;
-  text-transform: uppercase;
-  letter-spacing: 0.04em;
-  color: var(--muted);
-}
-
-.compare tr:last-child td {
-  border-bottom: none;
 }
 
 .feature-grid {

--
Gitblit v1.9.3