diff --git a/index.php b/index.php index b930c6f..711e7d7 100644 --- a/index.php +++ b/index.php @@ -242,6 +242,59 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? ''; transform: scale(1.05); box-shadow: 0 0 30px rgba(255, 0, 255, 0.5); } + .features-section { + padding: 4rem 0; + margin-top: -5rem; /* Pull section up to overlap with main gradient */ + position: relative; + z-index: 2; + } + .features-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); + gap: 2rem; + } + .feature-card { + background: rgba(16, 16, 32, 0.6); + border: 1px solid rgba(255, 255, 255, 0.1); + border-radius: 15px; + padding: 2rem; + text-align: center; + backdrop-filter: blur(10px); + -webkit-backdrop-filter: blur(10px); + transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; + } + .feature-card:hover { + transform: translateY(-10px); + box-shadow: 0 0 20px -5px var(--primary-glow), 0 0 30px -10px var(--secondary-glow); + border-color: rgba(0, 242, 234, 0.5); + } + .feature-icon { + width: 60px; + height: 60px; + margin: 0 auto 1.5rem; + border-radius: 50%; + background: linear-gradient(135deg, var(--primary-glow), var(--secondary-glow)); + display: flex; + align-items: center; + justify-content: center; + box-shadow: 0 0 15px -5px var(--primary-glow); + color: #fff; + } + .feature-icon svg { + width: 28px; + height: 28px; + } + .feature-card h3 { + font-size: 1.25rem; + margin-bottom: 0.5rem; + font-weight: 600; + text-shadow: 0 0 3px var(--primary-glow); + } + .feature-card p { + font-size: 0.9rem; + line-height: 1.5; + opacity: 0.8; + } footer { text-align: center; padding: 2rem 0; @@ -262,6 +315,10 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? ''; width: 200px; height: 200px; } + .features-section { + margin-top: -2rem; + padding: 2rem 0; + } } @@ -292,6 +349,32 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? ''; + + + + + + + AI-Powered Scripting + Generate compelling narratives and dialogue from a simple prompt. + + + + + + Visual Generation + Transform your script into stunning visual scenes and character designs. + + + + + + Instant Sharing + Export and share your cinematic creations with the world in one click. + + + +
Generate compelling narratives and dialogue from a simple prompt.
Transform your script into stunning visual scenes and character designs.
Export and share your cinematic creations with the world in one click.