assets, move memories to proper location

This commit is contained in:
2026-05-14 07:36:23 -04:00
parent 0bec3c574a
commit 1b917321cf
52 changed files with 3352 additions and 297 deletions

View File

@@ -855,6 +855,31 @@ img {
color: var(--text-secondary);
}
/* Blog Waitlist CTA */
.blog-waitlist-cta {
background: var(--bg-card);
border-top: 1px solid var(--border-color);
padding: 80px 0;
text-align: center;
}
.blog-waitlist-cta h2 {
font-size: 2rem;
font-weight: 700;
margin-bottom: 12px;
}
.blog-waitlist-cta p {
color: var(--text-secondary);
margin-bottom: 32px;
font-size: 1.125rem;
}
.blog-waitlist-cta .hero-form {
max-width: 500px;
margin: 0 auto;
}
/* Responsive */
@media (max-width: 1024px) {
.features-grid {