fix: update website

drew created

Change summary

public/contact/index.html     |   68 --
public/features/index.html    |  100 ---
public/get-started/index.html |   82 --
public/index.html             |  541 +++++++++++++++++-
public/style.css              | 1033 ++++++++++++++++++++++++++++++++++--
5 files changed, 1,465 insertions(+), 359 deletions(-)

Detailed changes

public/contact/index.html 🔗

@@ -1,61 +1,11 @@
-<!DOCTYPE html>
+<!doctype html>
 <html lang="en">
-  <head>
-    <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Contact - Email CLI</title>
-    <link rel="stylesheet" href="../style.css" />
-  </head>
-  <body>
-    <header>
-      <nav>
-        <div class="logo">Email CLI 📧</div>
-        <ul>
-          <li><a href="/">Home</a></li>
-          <li><a href="/features">Features</a></li>
-          <li><a href="/contact">Contact</a></li>
-        </ul>
-      </nav>
-    </header>
-
-    <main>
-      <section class="contact-info">
-        <h2>Get in Touch</h2>
-        <p>Made with ❤️ by <a href="https://andrinoff.com">@andrinoff</a></p>
-        <p>
-          For support, please open an issue on the
-          <a href="https://github.com/andrinoff/email-cli/issues"
-            >GitHub repository</a
-          >.
-        </p>
-      </section>
-      <section class="support">
-        <h2>Support the Project</h2>
-        <p>
-          If you find this project useful, consider supporting the developer:
-        </p>
-        <ul>
-          <li><a href="https://patreon.com/andrinoff">Patreon</a></li>
-          <li><a href="https://ko-fi.com/andrinoff">Ko-fi</a></li>
-        </ul>
-      </section>
-    </main>
-
-    <footer>
-      <p>Copyright 2025-present Drew Smirnoff</p>
-      <p>
-        Distributed under the MIT License. See the
-        <a href="https://github.com/andrinoff/email-cli/blob/main/LICENSE"
-          >LICENSE</a
-        >
-        file for more information.
-      </p>
-      <p>
-        <a
-          href="https://github.com/andrinoff/email-cli/blob/main/CODE_OF_CONDUCT.md"
-          >Code of Conduct</a
-        >
-      </p>
-    </footer>
-  </body>
+    <head>
+        <meta charset="UTF-8" />
+        <meta http-equiv="refresh" content="0; url=/#contact" />
+        <title>Redirecting...</title>
+    </head>
+    <body>
+        <p>Redirecting to <a href="/#contact">contact</a>...</p>
+    </body>
 </html>

public/features/index.html 🔗

@@ -1,93 +1,11 @@
-<!DOCTYPE html>
+<!doctype html>
 <html lang="en">
-  <head>
-    <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Features - Email CLI</title>
-    <link rel="stylesheet" href="../style.css" />
-  </head>
-  <body>
-    <header>
-      <nav>
-        <div class="logo">Email CLI 📧</div>
-        <ul>
-          <li><a href="/">Home</a></li>
-          <li><a href="/features">Features</a></li>
-          <li><a href="/contact">Contact</a></li>
-        </ul>
-      </nav>
-    </header>
-
-    <main>
-      <section class="features-list">
-        <h2>Features ✨</h2>
-        <ul>
-          <li>
-            <strong>View Your Inbox:</strong> Fetches and displays a list of
-            your most recent emails.
-          </li>
-          <li>
-            <strong>Read Emails:</strong> Select an email from your inbox to
-            view its content.
-          </li>
-          <li>
-            <strong>Compose and Send:</strong> A simple and intuitive interface
-            for writing and sending new emails.
-          </li>
-          <li>
-            <strong>Beautiful TUI:</strong> A clean and modern terminal user
-            interface that's a pleasure to use.
-          </li>
-          <li>
-            <strong>Secure:</strong> Uses a local configuration file to store
-            your credentials securely.
-          </li>
-          <li>
-            <strong>Supported Providers:</strong> Works with Gmail and iCloud.
-          </li>
-        </ul>
-      </section>
-      <section class="usage">
-        <h2>Usage ⌨️</h2>
-        <ul>
-          <li>
-            <strong>Main Menu:</strong> Use the `Up`/`Down` arrow keys or
-            `k`/`j` to navigate the main menu choices. Press `Enter` to select
-            an option.
-          </li>
-          <li>
-            <strong>Inbox View:</strong> In the inbox, use the arrow keys to
-            scroll through your emails. Press `Enter` to open and view a
-            selected email.
-          </li>
-          <li>
-            <strong>Composer:</strong> Use `Tab` or the arrow keys to move
-            between the "To", "Subject", and "Body" fields.
-          </li>
-          <li>
-            <strong>Go Back/Quit:</strong> Press `Esc` from any view to return
-            to the main menu. Press `Ctrl+C` at any time to quit the
-            application.
-          </li>
-        </ul>
-      </section>
-    </main>
-
-    <footer>
-      <p>Copyright 2025-present Drew Smirnoff</p>
-      <p>
-        Distributed under the MIT License. See the
-        <a href="https://github.com/andrinoff/email-cli/blob/main/LICENSE"
-          >LICENSE</a
-        >
-        file for more information.
-      </p>
-      <p>
-        <a
-          href="https://github.com/andrinoff/email-cli/blob/main/CODE_OF_CONDUCT.md"
-          >Code of Conduct</a
-        >
-      </p>
-    </footer>
-  </body>
+    <head>
+        <meta charset="UTF-8" />
+        <meta http-equiv="refresh" content="0; url=/#features" />
+        <title>Redirecting to Features...</title>
+    </head>
+    <body>
+        <p>Redirecting to <a href="/#features">features</a>...</p>
+    </body>
 </html>

public/get-started/index.html 🔗

@@ -1,78 +1,12 @@
 <!DOCTYPE html>
 <html lang="en">
-  <head>
+<head>
     <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Get Started - Email CLI</title>
-    <link rel="stylesheet" href="../style.css" />
-  </head>
-  <body>
-    <header>
-      <nav>
-        <div class="logo">Email CLI 📧</div>
-        <ul>
-          <li><a href="/">Home</a></li>
-          <li><a href="/features">Features</a></li>
-          <li><a href="/contact">Contact</a></li>
-        </ul>
-      </nav>
-    </header>
-
-    <main>
-      <section class="features-list">
-        <h2>Installation via Homebrew 🍺</h2>
-        <p>To install Email CLI using Homebrew:</p>
-        <pre><code>brew tap andrinoff/email-cli <br>
-brew install email-cli</code></pre>
-        <p>After installation, run:</p>
-        <pre><code>email-cli</code></pre>
-        <p>to get started.</p>
-      </section>
-
-      <section class="usage">
-        <h2>Build from Source 🛠️</h2>
-        <p>Email CLI is written in <strong>Go</strong>. To build manually:</p>
-        <ol>
-          <li>Ensure you have Go installed (<code>go version</code>).</li>
-          <li>Clone the repository:</li>
-          <pre><code>git clone https://github.com/andrinoff/email-cli.git</code></pre>
-          <li>Navigate to the project folder:</li>
-          <pre><code>cd email-cli</code></pre>
-          <li>Build the binary:</li>
-          <pre><code>go build -o email-cli</code></pre>
-          <li>Run it:</li>
-          <pre><code>./email-cli</code></pre>
-        </ol>
-        <p>Optional: Move the binary to your path:</p>
-        <pre><code>sudo mv email-cli /usr/local/bin</code></pre>
-      </section>
-
-      <section class="contact-info">
-        <h2>Repository 📦</h2>
-        <p>
-          GitHub:
-          <a href="https://github.com/andrinoff/email-cli" target="_blank"
-            >andrinoff/email-cli</a
-          >
-        </p>
-      </section>
-    </main>
-
-    <footer>
-      <p>Copyright 2025-present Drew Smirnoff</p>
-      <p>
-        Distributed under the MIT License. See the
-        <a href="https://github.com/andrinoff/email-cli/blob/main/LICENSE"
-          >LICENSE</a
-        >
-        file for more information.
-      </p>
-      <p>
-        <a
-          href="https://github.com/andrinoff/email-cli/blob/main/CODE_OF_CONDUCT.md"
-          >Code of Conduct</a
-        >
-      </p>
-    </footer>
-  </body>
+    <meta http-equiv="refresh" content="0; url=/#installation" />
+    <title>Redirecting...</title>
+    <script>window.location.href = "/#installation";</script>
+</head>
+<body>
+    <p>Redirecting to <a href="/#installation">installation</a>...</p>
+</body>
 </html>

public/index.html 🔗

@@ -1,54 +1,491 @@
-<!DOCTYPE html>
+<!doctype html>
 <html lang="en">
-  <head>
-    <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Email CLI - Your Terminal Email Client</title>
-    <link rel="stylesheet" href="style.css" />
-  </head>
-  <body>
-    <header>
-      <nav>
-        <div class="logo">Email CLI 📧</div>
-        <ul>
-          <li><a href="/">Home</a></li>
-          <li><a href="/features">Features</a></li>
-          <li><a href="/contact">Contact</a></li>
-        </ul>
-      </nav>
-    </header>
-
-    <main>
-      <section class="hero">
-        <div class="hero-text">
-          <h1>A beautiful and functional email client for your terminal.</h1>
-          <p>
-            Never leave your command line to check your inbox or send an email
-            again!
-          </p>
-        </div>
-        <div class="hero-image">
-          <img src="assets/preview.png" alt="Email CLI Preview" />
-        </div>
-        <a href="/get-started" class="button">Get Started</a>
-      </section>
-    </main>
-
-    <footer>
-      <p>Copyright 2025-present Drew Smirnoff</p>
-      <p>
-        Distributed under the MIT License. See the
-        <a href="https://github.com/andrinoff/email-cli/blob/master/LICENSE"
-          >LICENSE</a
-        >
-        file for more information.
-      </p>
-      <p>
-        <a
-          href="https://github.com/andrinoff/email-cli/blob/master/CODE_OF_CONDUCT.md"
-          >Code of Conduct</a
-        >
-      </p>
-    </footer>
-  </body>
+    <head>
+        <meta charset="UTF-8" />
+        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+        <title>Email CLI - Your Terminal Email Client</title>
+        <link rel="stylesheet" href="style.css" />
+        <link rel="preconnect" href="https://fonts.googleapis.com" />
+        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
+        <link
+            href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap"
+            rel="stylesheet"
+        />
+    </head>
+    <body>
+        <div class="gradient-bg"></div>
+
+        <header>
+            <nav>
+                <a href="/" class="logo">
+                    <span class="logo-icon">📧</span>
+                    <span class="logo-text">Email CLI</span>
+                </a>
+                <div class="nav-links">
+                    <a href="#features">Features</a>
+                    <a href="#installation">Install</a>
+                    <a href="#usage">Usage</a>
+                    <a
+                        href="https://github.com/andrinoff/email-cli"
+                        target="_blank"
+                        class="github-link"
+                    >
+                        <svg
+                            height="20"
+                            width="20"
+                            viewBox="0 0 16 16"
+                            fill="currentColor"
+                        >
+                            <path
+                                d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"
+                            />
+                        </svg>
+                        GitHub
+                    </a>
+                </div>
+            </nav>
+        </header>
+
+        <main>
+            <!-- Hero Section -->
+            <section class="hero">
+                <div class="hero-badges">
+                    <span class="badge">MIT License</span>
+                    <span class="badge">macOS & Linux</span>
+                    <span class="badge">Written in Go</span>
+                </div>
+
+                <h1 class="hero-title">
+                    The Ultimate<br />
+                    <span class="gradient-text">Terminal Email Client.</span>
+                </h1>
+
+                <p class="hero-subtitle">
+                    Never leave your command line to check your inbox or send an
+                    email again. A beautiful TUI for power users who live in the
+                    terminal.
+                </p>
+
+                <div class="hero-cta">
+                    <a href="#installation" class="btn btn-primary">
+                        <span class="btn-icon">⬇</span>
+                        Download Now
+                    </a>
+                    <a
+                        href="https://github.com/andrinoff/email-cli"
+                        target="_blank"
+                        class="btn btn-secondary"
+                    >
+                        View on GitHub
+                    </a>
+                </div>
+            </section>
+
+            <!-- Terminal Preview Section -->
+            <section class="preview" id="preview">
+                <h2 class="section-title">Live Preview</h2>
+
+                <div class="terminal-window">
+                    <div class="terminal-header">
+                        <div class="terminal-buttons">
+                            <span class="terminal-btn red"></span>
+                            <span class="terminal-btn yellow"></span>
+                            <span class="terminal-btn green"></span>
+                        </div>
+                        <span class="terminal-title">email-cli — zsh</span>
+                    </div>
+                    <div class="terminal-body">
+                        <div class="tui-badge">Email CLI</div>
+                        <div class="tui-prompt">What would you like to do?</div>
+                        <div class="tui-menu">
+                            <div class="tui-menu-item active">
+                                <span class="tui-cursor">&gt;</span>
+                                <span class="tui-option selected"
+                                    >View Inbox</span
+                                >
+                            </div>
+                            <div class="tui-menu-item">
+                                <span class="tui-cursor-space"></span>
+                                <span class="tui-option">Compose Email</span>
+                            </div>
+                            <div class="tui-menu-item">
+                                <span class="tui-cursor-space"></span>
+                                <span class="tui-option">Settings</span>
+                            </div>
+                        </div>
+                        <div class="tui-hint">
+                            Use <span class="tui-key">↑/↓</span> to navigate,
+                            enter to select, and
+                            <span class="tui-key">ctrl+c</span> to quit.
+                        </div>
+                    </div>
+                </div>
+
+                <div class="preview-image-container">
+                    <img
+                        src="assets/preview.png"
+                        alt="Email CLI Preview"
+                        class="preview-image"
+                    />
+                </div>
+            </section>
+
+            <!-- Features Section -->
+            <section class="features" id="features">
+                <h2 class="section-title">Features</h2>
+
+                <div class="features-grid">
+                    <div class="feature-card">
+                        <div class="feature-icon">📬</div>
+                        <h3>View Your Inbox</h3>
+                        <p>
+                            Fetches and displays a list of your most recent
+                            emails with beautiful formatting and quick
+                            navigation.
+                        </p>
+                    </div>
+
+                    <div class="feature-card">
+                        <div class="feature-icon">📖</div>
+                        <h3>Read Emails</h3>
+                        <p>
+                            Select an email from your inbox to view its full
+                            content with proper text rendering and attachments.
+                        </p>
+                    </div>
+
+                    <div class="feature-card">
+                        <div class="feature-icon">✍️</div>
+                        <h3>Compose & Send</h3>
+                        <p>
+                            A simple and intuitive interface for writing and
+                            sending new emails without leaving your terminal.
+                        </p>
+                    </div>
+
+                    <div class="feature-card">
+                        <div class="feature-icon">🎨</div>
+                        <h3>Beautiful TUI</h3>
+                        <p>
+                            A clean and modern terminal user interface built
+                            with Bubble Tea that's a pleasure to use.
+                        </p>
+                    </div>
+
+                    <div class="feature-card">
+                        <div class="feature-icon">🔐</div>
+                        <h3>Secure</h3>
+                        <p>
+                            Uses a local configuration file to store your
+                            credentials securely. Your data never leaves your
+                            machine.
+                        </p>
+                    </div>
+
+                    <div class="feature-card">
+                        <div class="feature-icon">⌨️</div>
+                        <h3>Keyboard Driven</h3>
+                        <p>
+                            Navigate, select, and manage your emails entirely
+                            with keyboard shortcuts. No mouse required.
+                        </p>
+                    </div>
+                </div>
+            </section>
+
+            <!-- Installation Section -->
+            <section class="installation" id="installation">
+                <h2 class="section-title">Installation</h2>
+
+                <div class="install-methods">
+                    <div class="install-method">
+                        <div class="install-header">
+                            <span class="install-badge recommended"
+                                >Recommended</span
+                            >
+                            <h3>Install with Homebrew</h3>
+                        </div>
+
+                        <div class="code-block">
+                            <div class="code-header">
+                                <span>Terminal</span>
+                                <button
+                                    class="copy-btn"
+                                    onclick="copyCode(this)"
+                                >
+                                    Copy All
+                                </button>
+                            </div>
+                            <div class="code-body">
+                                <div class="code-line">
+                                    <span class="prompt">~</span>
+                                    <span class="command">$</span>
+                                    <span class="code-text"
+                                        >brew tap andrinoff/email-cli</span
+                                    >
+                                </div>
+                                <div class="code-line">
+                                    <span class="prompt">~</span>
+                                    <span class="command">$</span>
+                                    <span class="code-text"
+                                        >brew install email-cli</span
+                                    >
+                                </div>
+                                <div class="code-line">
+                                    <span class="prompt">~</span>
+                                    <span class="command">$</span>
+                                    <span class="code-text">email-cli</span>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+
+                    <div class="install-method">
+                        <h3>Or, Build from Source</h3>
+
+                        <div class="install-steps">
+                            <div class="install-step">
+                                <div class="step-number">1</div>
+                                <div class="step-content">
+                                    <h4>Clone the Repository</h4>
+                                    <p>
+                                        Grab the source code from GitHub. Make
+                                        sure you have Go installed.
+                                    </p>
+                                    <div class="code-block small">
+                                        <div class="code-body">
+                                            <div class="code-line">
+                                                <span class="code-text"
+                                                    >git clone
+                                                    https://github.com/andrinoff/email-cli.git</span
+                                                >
+                                            </div>
+                                        </div>
+                                    </div>
+                                </div>
+                            </div>
+
+                            <div class="install-step">
+                                <div class="step-number">2</div>
+                                <div class="step-content">
+                                    <h4>Build the Binary</h4>
+                                    <p>
+                                        Navigate to the project folder and
+                                        compile.
+                                    </p>
+                                    <div class="code-block small">
+                                        <div class="code-body">
+                                            <div class="code-line">
+                                                <span class="code-text"
+                                                    >cd email-cli && go build -o
+                                                    email-cli</span
+                                                >
+                                            </div>
+                                        </div>
+                                    </div>
+                                </div>
+                            </div>
+
+                            <div class="install-step">
+                                <div class="step-number">3</div>
+                                <div class="step-content">
+                                    <h4>Run It</h4>
+                                    <p>
+                                        Execute the binary or move it to your
+                                        PATH for global access.
+                                    </p>
+                                    <div class="code-block small">
+                                        <div class="code-body">
+                                            <div class="code-line">
+                                                <span class="code-text"
+                                                    >./email-cli</span
+                                                >
+                                            </div>
+                                        </div>
+                                    </div>
+                                </div>
+                            </div>
+                        </div>
+                    </div>
+                </div>
+            </section>
+
+            <!-- Usage Section -->
+            <section class="usage" id="usage">
+                <h2 class="section-title">Usage</h2>
+
+                <div class="usage-grid">
+                    <div class="usage-card">
+                        <div class="usage-keys">
+                            <kbd>↑</kbd><kbd>↓</kbd>
+                            <span class="or">or</span>
+                            <kbd>k</kbd><kbd>j</kbd>
+                        </div>
+                        <h4>Navigate</h4>
+                        <p>Move through menus and email lists</p>
+                    </div>
+
+                    <div class="usage-card">
+                        <div class="usage-keys">
+                            <kbd>Enter</kbd>
+                        </div>
+                        <h4>Select</h4>
+                        <p>Open emails or confirm actions</p>
+                    </div>
+
+                    <div class="usage-card">
+                        <div class="usage-keys">
+                            <kbd>c</kbd>
+                        </div>
+                        <h4>Compose</h4>
+                        <p>Start writing a new email</p>
+                    </div>
+
+                    <div class="usage-card">
+                        <div class="usage-keys">
+                            <kbd>Tab</kbd>
+                        </div>
+                        <h4>Switch Fields</h4>
+                        <p>Move between To, Subject, and Body</p>
+                    </div>
+
+                    <div class="usage-card">
+                        <div class="usage-keys">
+                            <kbd>Esc</kbd>
+                        </div>
+                        <h4>Go Back</h4>
+                        <p>Return to the previous view</p>
+                    </div>
+
+                    <div class="usage-card">
+                        <div class="usage-keys">
+                            <kbd>Ctrl</kbd><span class="plus">+</span
+                            ><kbd>C</kbd>
+                        </div>
+                        <h4>Quit</h4>
+                        <p>Exit the application</p>
+                    </div>
+                </div>
+
+                <div class="providers">
+                    <h3>Supported Providers</h3>
+                    <div class="provider-list">
+                        <div class="provider">
+                            <span class="provider-icon">📧</span>
+                            <span>Gmail</span>
+                        </div>
+                        <div class="provider">
+                            <span class="provider-icon">☁️</span>
+                            <span>iCloud</span>
+                        </div>
+                        <div class="provider coming-soon">
+                            <span class="provider-icon">📬</span>
+                            <span>More coming soon...</span>
+                        </div>
+                    </div>
+                </div>
+            </section>
+
+            <!-- Contact Section -->
+            <section class="contact" id="contact">
+                <div class="contact-content">
+                    <h2>Get in Touch</h2>
+                    <p>
+                        Made with ❤️ by
+                        <a href="https://andrinoff.com" target="_blank"
+                            >@andrinoff</a
+                        >
+                    </p>
+                    <p>
+                        For support, please open an issue on the
+                        <a
+                            href="https://github.com/andrinoff/email-cli/issues"
+                            target="_blank"
+                            >GitHub repository</a
+                        >.
+                    </p>
+
+                    <div class="support-links">
+                        <a
+                            href="https://patreon.com/andrinoff"
+                            target="_blank"
+                            class="support-link"
+                        >
+                            <span>❤️</span> Support on Patreon
+                        </a>
+                        <a
+                            href="https://ko-fi.com/andrinoff"
+                            target="_blank"
+                            class="support-link"
+                        >
+                            <span>☕</span> Buy me a coffee
+                        </a>
+                    </div>
+                </div>
+            </section>
+        </main>
+
+        <footer>
+            <div class="footer-content">
+                <div class="footer-brand">
+                    <span class="logo-icon">📧</span>
+                    <span>Email CLI</span>
+                </div>
+                <div class="footer-links">
+                    <a
+                        href="https://github.com/andrinoff/email-cli/blob/main/LICENSE"
+                        target="_blank"
+                        >MIT License</a
+                    >
+                    <a
+                        href="https://github.com/andrinoff/email-cli/blob/main/CODE_OF_CONDUCT.md"
+                        target="_blank"
+                        >Code of Conduct</a
+                    >
+                    <a
+                        href="https://github.com/andrinoff/email-cli"
+                        target="_blank"
+                        >GitHub</a
+                    >
+                </div>
+                <p class="copyright">© 2025 Drew Smirnoff. MIT Licensed.</p>
+            </div>
+        </footer>
+
+        <script>
+            function copyCode(btn) {
+                const codeBlock = btn.closest(".code-block");
+                const codeLines = codeBlock.querySelectorAll(".code-text");
+                const text = Array.from(codeLines)
+                    .map((line) => line.textContent)
+                    .join("\n");
+
+                navigator.clipboard.writeText(text).then(() => {
+                    const originalText = btn.textContent;
+                    btn.textContent = "Copied!";
+                    btn.classList.add("copied");
+                    setTimeout(() => {
+                        btn.textContent = originalText;
+                        btn.classList.remove("copied");
+                    }, 2000);
+                });
+            }
+
+            // Smooth scroll for anchor links
+            document.querySelectorAll('a[href^="#"]').forEach((anchor) => {
+                anchor.addEventListener("click", function (e) {
+                    e.preventDefault();
+                    const target = document.querySelector(
+                        this.getAttribute("href"),
+                    );
+                    if (target) {
+                        target.scrollIntoView({
+                            behavior: "smooth",
+                            block: "start",
+                        });
+                    }
+                });
+            });
+        </script>
+    </body>
 </html>

public/style.css 🔗

@@ -1,126 +1,993 @@
+/* Reset & Base Styles */
+*,
+*::before,
+*::after {
+    box-sizing: border-box;
+    margin: 0;
+    padding: 0;
+}
+
+:root {
+    --bg-primary: #0a0a0b;
+    --bg-secondary: #111113;
+    --bg-tertiary: #1a1a1d;
+    --bg-card: #16161a;
+    --bg-hover: #1f1f24;
+
+    --text-primary: #fafafa;
+    --text-secondary: #a1a1aa;
+    --text-muted: #71717a;
+
+    --accent-primary: #22c55e;
+    --accent-secondary: #10b981;
+    --accent-glow: rgba(34, 197, 94, 0.4);
+
+    --gradient-start: #22c55e;
+    --gradient-mid: #10b981;
+    --gradient-end: #06b6d4;
+
+    --border-color: #27272a;
+    --border-hover: #3f3f46;
+
+    --radius-sm: 6px;
+    --radius-md: 10px;
+    --radius-lg: 16px;
+    --radius-xl: 24px;
+
+    --font-sans:
+        "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
+        sans-serif;
+    --font-mono: "JetBrains Mono", "Fira Code", "SF Mono", Consolas, monospace;
+
+    --shadow-glow: 0 0 60px rgba(34, 197, 94, 0.15);
+    --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.4);
+}
+
+html {
+    scroll-behavior: smooth;
+}
+
 body {
-  font-family: "Courier New", Courier, monospace;
-  margin: 0;
-  background-color: #121212;
-  color: #d0f0c0;
+    font-family: var(--font-sans);
+    background-color: var(--bg-primary);
+    color: var(--text-primary);
+    line-height: 1.6;
+    min-height: 100vh;
+    overflow-x: hidden;
 }
 
-main {
-  min-height: 100vh;
+/* Gradient Background */
+.gradient-bg {
+    position: fixed;
+    top: 0;
+    left: 0;
+    right: 0;
+    height: 100vh;
+    background:
+        radial-gradient(
+            ellipse 80% 50% at 50% -20%,
+            rgba(34, 197, 94, 0.15),
+            transparent
+        ),
+        radial-gradient(
+            ellipse 60% 40% at 80% 60%,
+            rgba(6, 182, 212, 0.08),
+            transparent
+        ),
+        radial-gradient(
+            ellipse 50% 30% at 20% 80%,
+            rgba(16, 185, 129, 0.1),
+            transparent
+        );
+    pointer-events: none;
+    z-index: -1;
 }
 
+/* Header & Navigation */
 header {
-  background-color: #1e1e1e;
-  border-bottom: 1px solid #444;
-  padding: 1rem 2rem;
+    position: fixed;
+    top: 0;
+    left: 0;
+    right: 0;
+    z-index: 100;
+    background: rgba(10, 10, 11, 0.8);
+    backdrop-filter: blur(20px);
+    border-bottom: 1px solid var(--border-color);
 }
 
 nav {
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
+    max-width: 1200px;
+    margin: 0 auto;
+    padding: 1rem 2rem;
+    display: flex;
+    justify-content: space-between;
+    align-items: center;
 }
 
 .logo {
-  font-size: 1.5rem;
-  font-weight: bold;
-  color: #00ff5f;
+    display: flex;
+    align-items: center;
+    gap: 0.5rem;
+    text-decoration: none;
+    font-weight: 700;
+    font-size: 1.25rem;
+    color: var(--text-primary);
+    transition: opacity 0.2s;
+}
+
+.logo:hover {
+    opacity: 0.8;
 }
 
-nav ul {
-  list-style: none;
-  margin: 0;
-  padding: 0;
-  display: flex;
+.logo-icon {
+    font-size: 1.5rem;
 }
 
-nav ul li {
-  margin-left: 1.5rem;
+.nav-links {
+    display: flex;
+    align-items: center;
+    gap: 2rem;
 }
 
-nav ul li a {
-  text-decoration: none;
-  color: #d0f0c0;
+.nav-links a {
+    color: var(--text-secondary);
+    text-decoration: none;
+    font-size: 0.9rem;
+    font-weight: 500;
+    transition: color 0.2s;
 }
 
-nav ul li a:hover {
-  color: #00ff5f;
+.nav-links a:hover {
+    color: var(--text-primary);
 }
 
+.github-link {
+    display: flex;
+    align-items: center;
+    gap: 0.5rem;
+    padding: 0.5rem 1rem;
+    background: var(--bg-tertiary);
+    border-radius: var(--radius-md);
+    border: 1px solid var(--border-color);
+    transition: all 0.2s;
+}
+
+.github-link:hover {
+    background: var(--bg-hover);
+    border-color: var(--border-hover);
+}
+
+/* Main Content */
 main {
-  padding: 2rem;
+    max-width: 1200px;
+    margin: 0 auto;
+    padding: 0 2rem;
+}
+
+/* Hero Section */
+.hero {
+    min-height: 100vh;
+    display: flex;
+    flex-direction: column;
+    justify-content: center;
+    align-items: center;
+    text-align: center;
+    padding-top: 6rem;
+    padding-bottom: 4rem;
+}
+
+.hero-badges {
+    display: flex;
+    flex-wrap: wrap;
+    justify-content: center;
+    gap: 0.75rem;
+    margin-bottom: 2rem;
+}
+
+.badge {
+    display: inline-flex;
+    align-items: center;
+    padding: 0.4rem 0.9rem;
+    font-size: 0.8rem;
+    font-weight: 500;
+    color: var(--text-secondary);
+    background: var(--bg-tertiary);
+    border: 1px solid var(--border-color);
+    border-radius: 50px;
+}
+
+.hero-title {
+    font-size: clamp(2.5rem, 8vw, 5rem);
+    font-weight: 800;
+    line-height: 1.1;
+    letter-spacing: -0.02em;
+    margin-bottom: 1.5rem;
+}
+
+.gradient-text {
+    background: linear-gradient(
+        135deg,
+        var(--gradient-start),
+        var(--gradient-mid),
+        var(--gradient-end)
+    );
+    -webkit-background-clip: text;
+    -webkit-text-fill-color: transparent;
+    background-clip: text;
+}
+
+.hero-subtitle {
+    font-size: 1.25rem;
+    color: var(--text-secondary);
+    max-width: 600px;
+    margin-bottom: 2.5rem;
+    line-height: 1.7;
+}
+
+.hero-cta {
+    display: flex;
+    flex-wrap: wrap;
+    justify-content: center;
+    gap: 1rem;
+}
+
+/* Buttons */
+.btn {
+    display: inline-flex;
+    align-items: center;
+    gap: 0.5rem;
+    padding: 0.875rem 1.75rem;
+    font-size: 1rem;
+    font-weight: 600;
+    text-decoration: none;
+    border-radius: var(--radius-md);
+    transition: all 0.2s;
+    cursor: pointer;
+    border: none;
+}
+
+.btn-primary {
+    background: linear-gradient(
+        135deg,
+        var(--accent-primary),
+        var(--accent-secondary)
+    );
+    color: #000;
+    box-shadow: var(--shadow-glow);
+}
+
+.btn-primary:hover {
+    transform: translateY(-2px);
+    box-shadow: 0 0 80px rgba(34, 197, 94, 0.25);
+}
+
+.btn-secondary {
+    background: var(--bg-tertiary);
+    color: var(--text-primary);
+    border: 1px solid var(--border-color);
+}
+
+.btn-secondary:hover {
+    background: var(--bg-hover);
+    border-color: var(--border-hover);
+}
+
+.btn-icon {
+    font-size: 1.1rem;
+}
+
+/* Section Titles */
+.section-title {
+    font-size: 2.5rem;
+    font-weight: 700;
+    text-align: center;
+    margin-bottom: 3rem;
+    letter-spacing: -0.01em;
+}
+
+/* Terminal Preview Section */
+.preview {
+    padding: 6rem 0;
+}
+
+.terminal-window {
+    background: var(--bg-secondary);
+    border: 1px solid var(--border-color);
+    border-radius: var(--radius-lg);
+    overflow: hidden;
+    box-shadow: var(--shadow-card), var(--shadow-glow);
+    max-width: 800px;
+    margin: 0 auto 3rem;
+}
+
+.terminal-header {
+    display: flex;
+    align-items: center;
+    gap: 0.75rem;
+    padding: 0.75rem 1rem;
+    background: var(--bg-tertiary);
+    border-bottom: 1px solid var(--border-color);
+}
+
+.terminal-buttons {
+    display: flex;
+    gap: 0.5rem;
+}
+
+.terminal-btn {
+    width: 12px;
+    height: 12px;
+    border-radius: 50%;
+}
+
+.terminal-btn.red {
+    background: #ff5f57;
+}
+.terminal-btn.yellow {
+    background: #ffbd2e;
+}
+.terminal-btn.green {
+    background: #28ca41;
+}
+
+.terminal-title {
+    flex: 1;
+    text-align: center;
+    font-size: 0.8rem;
+    color: var(--text-muted);
+    font-family: var(--font-mono);
+}
+
+.terminal-body {
+    padding: 1.5rem;
+    font-family: var(--font-mono);
+    font-size: 0.9rem;
+    line-height: 1.8;
+}
+
+.terminal-line {
+    display: flex;
+    gap: 0.5rem;
+    align-items: center;
+}
+
+.terminal-line.output {
+    padding-left: 0;
+    color: var(--text-secondary);
+}
+
+.terminal-line.dim {
+    color: var(--text-muted);
+    font-size: 0.8rem;
+}
+
+.prompt {
+    color: var(--accent-primary);
+}
+
+.command {
+    color: var(--text-muted);
 }
 
-.features-list h2,
-.usage h2,
-.contact-info h2,
-.support h2 {
-  color: #00ff5f;
-  border-bottom: 2px solid #00ff5f;
-  padding-bottom: 0.5rem;
-  margin-bottom: 1rem;
+.typing {
+    color: var(--text-primary);
 }
 
-a {
-  color: #00ff5f;
-  text-decoration: none;
+.success {
+    color: var(--accent-primary);
 }
 
-.features-list ul,
-.usage ul {
-  list-style: none;
-  padding: 0;
+.info {
+    margin-right: 0.25rem;
 }
 
-.features-list ul li,
-.usage ul li {
-  background-color: #1e1e1e;
-  padding: 1rem;
-  border-radius: 5px;
-  margin-bottom: 1rem;
-  border-left: 4px solid #00ff5f;
-  color: #d0f0c0;
+.terminal-spacer {
+    height: 1rem;
 }
 
+.terminal-inbox {
+    background: rgba(0, 0, 0, 0.3);
+    border-radius: var(--radius-sm);
+    overflow: hidden;
+    margin-top: 0.5rem;
+}
+
+/* TUI Preview Styles */
+.tui-badge {
+    display: inline-block;
+    padding: 0.4rem 0.8rem;
+    background: var(--accent-primary);
+    color: #000;
+    font-weight: 700;
+    font-size: 0.85rem;
+    border-radius: var(--radius-sm);
+    margin-bottom: 1.5rem;
+}
+
+.tui-prompt {
+    color: var(--text-secondary);
+    font-size: 0.95rem;
+    margin-bottom: 1.5rem;
+}
+
+.tui-menu {
+    margin-bottom: 2rem;
+    padding-left: 0.5rem;
+}
+
+.tui-menu-item {
+    display: flex;
+    align-items: center;
+    gap: 0.5rem;
+    line-height: 1.8;
+    font-size: 0.95rem;
+}
+
+.tui-cursor {
+    color: #ff79c6;
+    font-weight: 700;
+}
+
+.tui-cursor-space {
+    width: 0.6rem;
+    display: inline-block;
+}
+
+.tui-option {
+    color: var(--text-primary);
+}
+
+.tui-option.selected {
+    color: #ff79c6;
+}
+
+.tui-hint {
+    color: var(--text-muted);
+    font-size: 0.85rem;
+}
+
+.tui-key {
+    color: var(--text-secondary);
+}
+
+.preview-image-container {
+    max-width: 900px;
+    margin: 0 auto;
+    border-radius: var(--radius-lg);
+    overflow: hidden;
+    box-shadow: var(--shadow-card);
+}
+
+.preview-image {
+    width: 100%;
+    height: auto;
+    display: block;
+}
+
+/* Features Section */
+.features {
+    padding: 6rem 0;
+}
+
+.features-grid {
+    display: grid;
+    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
+    gap: 1.5rem;
+}
+
+.feature-card {
+    background: var(--bg-card);
+    border: 1px solid var(--border-color);
+    border-radius: var(--radius-lg);
+    padding: 2rem;
+    transition: all 0.3s;
+}
+
+.feature-card:hover {
+    border-color: var(--border-hover);
+    transform: translateY(-4px);
+    box-shadow: var(--shadow-card);
+}
+
+.feature-icon {
+    font-size: 2.5rem;
+    margin-bottom: 1rem;
+}
+
+.feature-card h3 {
+    font-size: 1.25rem;
+    font-weight: 600;
+    margin-bottom: 0.75rem;
+    color: var(--text-primary);
+}
+
+.feature-card p {
+    color: var(--text-secondary);
+    font-size: 0.95rem;
+    line-height: 1.7;
+}
+
+/* Installation Section */
+.installation {
+    padding: 6rem 0;
+}
+
+.install-methods {
+    display: flex;
+    flex-direction: column;
+    gap: 3rem;
+    max-width: 800px;
+    margin: 0 auto;
+}
+
+.install-method h3 {
+    font-size: 1.5rem;
+    font-weight: 600;
+    margin-bottom: 1.5rem;
+}
+
+.install-header {
+    display: flex;
+    align-items: center;
+    gap: 1rem;
+    margin-bottom: 1.5rem;
+}
+
+.install-badge {
+    padding: 0.3rem 0.8rem;
+    font-size: 0.75rem;
+    font-weight: 600;
+    text-transform: uppercase;
+    letter-spacing: 0.05em;
+    border-radius: 50px;
+}
+
+.install-badge.recommended {
+    background: rgba(34, 197, 94, 0.15);
+    color: var(--accent-primary);
+    border: 1px solid rgba(34, 197, 94, 0.3);
+}
+
+.code-block {
+    background: var(--bg-secondary);
+    border: 1px solid var(--border-color);
+    border-radius: var(--radius-md);
+    overflow: hidden;
+}
+
+.code-block.small {
+    margin-top: 0.75rem;
+}
+
+.code-header {
+    display: flex;
+    justify-content: space-between;
+    align-items: center;
+    padding: 0.75rem 1rem;
+    background: var(--bg-tertiary);
+    border-bottom: 1px solid var(--border-color);
+    font-size: 0.8rem;
+    color: var(--text-muted);
+}
+
+.copy-btn {
+    padding: 0.3rem 0.75rem;
+    font-size: 0.75rem;
+    font-weight: 500;
+    color: var(--text-secondary);
+    background: var(--bg-hover);
+    border: 1px solid var(--border-color);
+    border-radius: var(--radius-sm);
+    cursor: pointer;
+    transition: all 0.2s;
+    font-family: var(--font-sans);
+}
+
+.copy-btn:hover {
+    background: var(--accent-primary);
+    color: #000;
+    border-color: var(--accent-primary);
+}
+
+.copy-btn.copied {
+    background: var(--accent-primary);
+    color: #000;
+    border-color: var(--accent-primary);
+}
+
+.code-body {
+    padding: 1rem 1.25rem;
+    font-family: var(--font-mono);
+    font-size: 0.9rem;
+}
+
+.code-line {
+    display: flex;
+    gap: 0.5rem;
+    line-height: 2;
+}
+
+.code-text {
+    color: var(--text-primary);
+}
+
+.install-steps {
+    display: flex;
+    flex-direction: column;
+    gap: 1.5rem;
+}
+
+.install-step {
+    display: flex;
+    gap: 1.5rem;
+}
+
+.step-number {
+    width: 40px;
+    height: 40px;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    background: var(--bg-tertiary);
+    border: 1px solid var(--border-color);
+    border-radius: 50%;
+    font-weight: 700;
+    color: var(--accent-primary);
+    flex-shrink: 0;
+}
+
+.step-content {
+    flex: 1;
+}
+
+.step-content h4 {
+    font-size: 1.1rem;
+    font-weight: 600;
+    margin-bottom: 0.5rem;
+}
+
+.step-content p {
+    color: var(--text-secondary);
+    font-size: 0.9rem;
+}
+
+/* Usage Section */
+.usage {
+    padding: 6rem 0;
+}
+
+.usage-grid {
+    display: grid;
+    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
+    gap: 1.25rem;
+    margin-bottom: 4rem;
+}
+
+.usage-card {
+    background: var(--bg-card);
+    border: 1px solid var(--border-color);
+    border-radius: var(--radius-md);
+    padding: 1.5rem;
+    text-align: center;
+    transition: all 0.2s;
+}
+
+.usage-card:hover {
+    border-color: var(--border-hover);
+    transform: translateY(-2px);
+}
+
+.usage-keys {
+    display: flex;
+    justify-content: center;
+    align-items: center;
+    gap: 0.5rem;
+    margin-bottom: 1rem;
+    flex-wrap: wrap;
+}
+
+kbd {
+    display: inline-flex;
+    align-items: center;
+    justify-content: center;
+    min-width: 32px;
+    height: 32px;
+    padding: 0 0.5rem;
+    font-family: var(--font-mono);
+    font-size: 0.8rem;
+    font-weight: 500;
+    color: var(--text-primary);
+    background: var(--bg-tertiary);
+    border: 1px solid var(--border-color);
+    border-radius: var(--radius-sm);
+    box-shadow: 0 2px 0 var(--border-color);
+}
+
+.or,
+.plus {
+    color: var(--text-muted);
+    font-size: 0.75rem;
+}
+
+.usage-card h4 {
+    font-size: 1rem;
+    font-weight: 600;
+    margin-bottom: 0.5rem;
+}
+
+.usage-card p {
+    color: var(--text-secondary);
+    font-size: 0.85rem;
+}
+
+.providers {
+    text-align: center;
+}
+
+.providers h3 {
+    font-size: 1.25rem;
+    font-weight: 600;
+    margin-bottom: 1.5rem;
+    color: var(--text-secondary);
+}
+
+.provider-list {
+    display: flex;
+    justify-content: center;
+    gap: 2rem;
+    flex-wrap: wrap;
+}
+
+.provider {
+    display: flex;
+    align-items: center;
+    gap: 0.5rem;
+    padding: 0.75rem 1.5rem;
+    background: var(--bg-tertiary);
+    border: 1px solid var(--border-color);
+    border-radius: 50px;
+    font-weight: 500;
+}
+
+.provider.coming-soon {
+    color: var(--text-muted);
+    border-style: dashed;
+}
+
+.provider-icon {
+    font-size: 1.25rem;
+}
+
+/* Contact Section */
+.contact {
+    padding: 6rem 0;
+}
+
+.contact-content {
+    text-align: center;
+    max-width: 600px;
+    margin: 0 auto;
+}
+
+.contact h2 {
+    font-size: 2rem;
+    font-weight: 700;
+    margin-bottom: 1rem;
+}
+
+.contact p {
+    color: var(--text-secondary);
+    margin-bottom: 0.75rem;
+    font-size: 1.1rem;
+}
+
+.contact a {
+    color: var(--accent-primary);
+    text-decoration: none;
+    transition: opacity 0.2s;
+}
+
+.contact a:hover {
+    opacity: 0.8;
+    text-decoration: underline;
+}
+
+.support-links {
+    display: flex;
+    justify-content: center;
+    gap: 1rem;
+    margin-top: 2rem;
+    flex-wrap: wrap;
+}
+
+.support-link {
+    display: inline-flex;
+    align-items: center;
+    gap: 0.5rem;
+    padding: 0.75rem 1.5rem;
+    background: var(--bg-tertiary);
+    border: 1px solid var(--border-color);
+    border-radius: var(--radius-md);
+    color: var(--text-primary) !important;
+    text-decoration: none !important;
+    font-weight: 500;
+    transition: all 0.2s;
+}
+
+.support-link:hover {
+    background: var(--bg-hover);
+    border-color: var(--border-hover);
+    transform: translateY(-2px);
+}
+
+/* Footer */
 footer {
-  text-align: center;
-  padding: 2rem;
-  background-color: #1e1e1e;
-  border-top: 1px solid #444;
-  font-size: 0.9rem;
-  color: #888;
+    border-top: 1px solid var(--border-color);
+    padding: 3rem 2rem;
+    margin-top: 4rem;
 }
 
-footer a {
-  color: #00ff5f;
-  text-decoration: none;
+.footer-content {
+    max-width: 1200px;
+    margin: 0 auto;
+    display: flex;
+    flex-direction: column;
+    align-items: center;
+    gap: 1.5rem;
+    text-align: center;
 }
 
-footer a:hover {
-  text-decoration: underline;
+.footer-brand {
+    display: flex;
+    align-items: center;
+    gap: 0.5rem;
+    font-weight: 700;
+    font-size: 1.1rem;
 }
 
-.button {
-  display: inline-block;
-  padding: 0.5rem 1rem;
-  background-color: #00ff5f;
-  color: #121212;
-  text-decoration: none;
-  border-radius: 5px;
-  transition: background-color 0.3s ease;
+.footer-links {
+    display: flex;
+    gap: 2rem;
+    flex-wrap: wrap;
+    justify-content: center;
 }
 
-.hero {
-  display: flex;
-  flex-direction: column;
-  justify-content: space-between;
-  align-items: center;
-  padding: 2rem;
-}
-
-code {
-  background-color: #1e1e1e;
-  padding: 0.3rem;
-  border-radius: 5px;
-  color: #00ff5f;
+.footer-links a {
+    color: var(--text-secondary);
+    text-decoration: none;
+    font-size: 0.9rem;
+    transition: color 0.2s;
+}
+
+.footer-links a:hover {
+    color: var(--text-primary);
+}
+
+.copyright {
+    color: var(--text-muted);
+    font-size: 0.85rem;
+}
+
+/* Animations */
+@keyframes fadeInUp {
+    from {
+        opacity: 0;
+        transform: translateY(20px);
+    }
+    to {
+        opacity: 1;
+        transform: translateY(0);
+    }
+}
+
+.hero-badges,
+.hero-title,
+.hero-subtitle,
+.hero-cta {
+    animation: fadeInUp 0.6s ease-out backwards;
+}
+
+.hero-badges {
+    animation-delay: 0.1s;
+}
+.hero-title {
+    animation-delay: 0.2s;
+}
+.hero-subtitle {
+    animation-delay: 0.3s;
+}
+.hero-cta {
+    animation-delay: 0.4s;
+}
+
+/* Responsive */
+@media (max-width: 768px) {
+    nav {
+        padding: 1rem;
+    }
+
+    .nav-links {
+        gap: 1rem;
+    }
+
+    .nav-links a:not(.github-link) {
+        display: none;
+    }
+
+    .hero {
+        padding-top: 8rem;
+    }
+
+    .hero-title {
+        font-size: 2.5rem;
+    }
+
+    .hero-subtitle {
+        font-size: 1.1rem;
+    }
+
+    .section-title {
+        font-size: 2rem;
+    }
+
+    .terminal-body {
+        font-size: 0.8rem;
+        padding: 1rem;
+    }
+
+    .inbox-item {
+        grid-template-columns: 80px 1fr;
+    }
+
+    .inbox-time {
+        display: none;
+    }
+
+    .features-grid {
+        grid-template-columns: 1fr;
+    }
+
+    .usage-grid {
+        grid-template-columns: repeat(2, 1fr);
+    }
+
+    .install-step {
+        flex-direction: column;
+        gap: 1rem;
+    }
+
+    .step-number {
+        width: 32px;
+        height: 32px;
+        font-size: 0.9rem;
+    }
+
+    footer {
+        padding: 2rem 1rem;
+    }
+
+    .footer-links {
+        gap: 1rem;
+    }
+}
+
+@media (max-width: 480px) {
+    .hero-cta {
+        flex-direction: column;
+        width: 100%;
+    }
+
+    .btn {
+        width: 100%;
+        justify-content: center;
+    }
+
+    .usage-grid {
+        grid-template-columns: 1fr;
+    }
+
+    .provider-list {
+        flex-direction: column;
+        align-items: center;
+    }
 }