diff --git a/website/index.html b/website/index.html index 888c994..f64c243 100644 --- a/website/index.html +++ b/website/index.html @@ -285,7 +285,66 @@ border-color: rgba(124, 58, 237, 0.6); } + /* Newsletter */ + .newsletter-form { + max-width: 440px; + margin: 0 auto; + } + + .newsletter-row { + display: flex; + gap: 0.75rem; + } + + .newsletter-input { + flex: 1; + padding: 12px 16px; + border-radius: 8px; + border: 1px solid rgba(255, 255, 255, 0.15); + background: rgba(255, 255, 255, 0.05); + color: white; + font-size: 1rem; + outline: none; + transition: border-color 0.2s; + } + + .newsletter-input:focus { + border-color: #14b8a6; + } + + .newsletter-input::placeholder { + color: #64748b; + } + + .newsletter-btn { + padding: 12px 24px; + white-space: nowrap; + } + + .newsletter-status { + font-size: 0.875rem; + margin-top: 0.75rem; + min-height: 1.25em; + } + + .newsletter-status.success { + color: #22c55e; + } + + .newsletter-status.error { + color: #ef4444; + } + + .newsletter-privacy { + font-size: 0.8rem; + color: #64748b; + margin-top: 0.5rem; + } + @media (max-width: 600px) { + .newsletter-row { + flex-direction: column; + } .pillars { grid-template-columns: 1fr; } @@ -517,6 +576,29 @@ +
+ Get updates on rSpace development, new ecosystem modules, and community features. +
+ + +