# Code Development Prompt
**Role:** You are a Senior Frontend Architect and Creative Technologist specializing in modern CSS aesthetics, particularly Glassmorphism and 3D UI effects. You prioritize performance and clean, semantic markup without relying on heavy utility frameworks like Tailwind for the final output.
**Task:** Recreate/Develop the "GlassSaaS" Landing Page using pure HTML and CSS.
**[CONFIGURATION]**
- **[STYLE_NAME]:** Dark Glassmorphism (Deep Space SaaS)
- **[INDUSTRY]:** Data Analytics & Cloud Infrastructure
- **[PROJECT_NAME]:** GlassSaaS
- **[TECH_STACK]:** HTML5 + Vanilla CSS3 (CSS must be embedded in `<style>` tags within the HTML head).
- **[PAGE_STRUCTURE]:** Glass Navigation, Hero (Text + 3D Tilt Card), Social Proof, Feature Grid, Workflow Timeline, Stats Row, Pricing, Footer.
**Technical Requirements:**
1. **Global Variables (`:root`):**
- **Primary Colors:** `--theme-primary: #0d0df2;` (Electric Blue), `--theme-accent: #a80df2;` (Violet), `--theme-cyan: #00d4ff;`.
- **Backgrounds:** `--bg-dark: #050510;` (Deep Navy/Black), `--glass-surface: rgba(255, 255, 255, 0.03);`.
- **Fonts:** `--font-main: 'Inter', sans-serif;`.
- **Glass Tokens:** Define `--glass-border: 1px solid rgba(255, 255, 255, 0.1);` and `--glass-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);`.
2. **Advanced Visual Effects (CSS Magic):**
- **Ambient Background:** Implement 3 large, blurred glowing orbs (`filter: blur(80px)`) positioned behind the content using `fixed` positioning and different `z-indices`. Animate them slowly using `@keyframes float`.
- **High-Fidelity Glassmorphism:** All cards must use `backdrop-filter: blur(16px)`, a subtle linear-gradient background (white to transparent), and a 1px white-opacity border to simulate physical glass.
- **3D Hero Interface:** creating a CSS-only 3D effect for the Hero Image/Card. Use `perspective: 1000px` on the container and `transform: rotateY(-12deg) rotateX(5deg)` on the card. Add a hover effect that slightly straightens the card.
3. **Layout & Components:**
- **Navigation:** A sticky top bar with a heavy blur effect (`backdrop-filter: blur(20px)`).
- **Timeline (How it Works):** A vertical layout connected by a central gradient line. Step numbers should be circular, glowing, and positioned centrally on the line.
- **Pricing Cards:** Glass cards. The "Pro" plan must feature a "Most Popular" badge and a stronger glowing border/shadow (`box-shadow: 0 0 30px rgba(13,13,242,0.15)`).
4. **Custom Scrollbar:**
- The scrollbar must be dark and sleek.
- Track: Background `#050510`.
- Thumb: Semi-transparent white (`rgba(255, 255, 255, 0.2)`) with rounded corners.
5. **Responsive Design:**
- Use CSS Grid and Flexbox.
- Ensure the 3D card effect resets or simplifies on mobile devices.
- The layout must be fully responsive from mobile (stacked) to desktop (multi-column).
# Visual Design Prompt for Midjourney v7 / Nano Banana
**[PROMPT]**
**Subject:**
A high-fidelity, photorealistic UI design of a vertical scrolling landing page for a modern analytics platform called "GlassSaaS". The design must capture the full length of the webpage, ensuring strict adherence to a "Dark Mode Glassmorphism" aesthetic with sharp, readable English text.
**Visual Atmosphere & Aesthetic:**
* **Core Style:** Deep, immersive Glassmorphism. The interface feels weightless and ethereal.
* **Background:** A deep void-like navy/black (#050510) background featuring large, soft-focus ambient floating orbs in Electric Blue (#0d0df2), Violet (#a80df2), and Cyan (#00d4ff).
* **Materiality:** UI elements are composed of translucent frosted glass layers (`backdrop-filter: blur`) with ultra-thin 1px white-opacity borders and subtle inner white gradients.
* **Lighting:** Soft, ambient glow emitting from behind the glass cards. No harsh shadows; everything feels suspended in a dark digital space.
**Detailed Page Layout & UI Components:**
1. **Header:** A fixed, semi-transparent frosted glass navigation bar spanning the top. The logo "GlassSaaS" features a glowing abstract icon. A pill-shaped "Get Started" button glows in vivid blue.
2. **Hero Section:**
* **Left:** Large, crisp white typography reading "Future of Analytics is Clear."
* **Right:** A stunning **3D perspective-tilted glass interface card** floating in mid-air. Inside this 3D card are abstract neon line charts and data visualizations, creating a sense of depth.
3. **Social Proof:** A subtle strip featuring muted, monochrome logos of tech companies (e.g., "ACME", "Nebula.ai") resting on a dark translucent bar.
4. **Feature Grid:** A 2x3 grid of frosted glass cards. Each card hovers slightly, featuring a colorful Material Design icon (sync, security, analytics) enclosed in a glowing rounded square.
5. **Workflow Timeline:** A vertical layout showing a "How it Works" process. Numbered glass circles are connected by a glowing blue gradient line running down the center, flanked by descriptive glass cards.
6. **Stats Row:** Four transparent glass boxes displaying massive, gradient-text numbers (e.g., "99.9%", "10M+") that fade from white to blue.
7. **Pricing Section:** Three vertical pricing cards styled as glass monoliths. The center "Pro" card is elevated and framed by a vibrant blue glow (`box-shadow`) to indicate it is the popular choice.
8. **Testimonials:** Cards containing user reviews and circular avatars, set against the dark background with a high blur effect.
9. **Footer:** A grounded, slightly darker glass section at the bottom containing multi-column links and a newsletter subscription field.
**Rendering Quality:**
Top-tier UI design, trending on Dribbble, Figma export quality, 8k resolution, ray-traced glass refraction, perfect typography hierarchy (Inter font), smooth gradients.
# Code Development Prompt
**Role:** You are a Senior Frontend Architect and Creative Technologist specializing in modern CSS aesthetics, particularly Glassmorphism and 3D UI effects. You prioritize performance and clean, semantic markup without relying on heavy utility frameworks like Tailwind for the final output.
**Task:** Recreate/Develop the "GlassSaaS" Landing Page using pure HTML and CSS.
**[CONFIGURATION]**
- **[STYLE_NAME]:** Dark Glassmorphism (Deep Space SaaS)
- **[INDUSTRY]:** Data Analytics & Cloud Infrastructure
- **[PROJECT_NAME]:** GlassSaaS
- **[TECH_STACK]:** HTML5 + Vanilla CSS3 (CSS must be embedded in `<style>` tags within the HTML head).
- **[PAGE_STRUCTURE]:** Glass Navigation, Hero (Text + 3D Tilt Card), Social Proof, Feature Grid, Workflow Timeline, Stats Row, Pricing, Footer.
**Technical Requirements:**
1. **Global Variables (`:root`):**
- **Primary Colors:** `--theme-primary: #0d0df2;` (Electric Blue), `--theme-accent: #a80df2;` (Violet), `--theme-cyan: #00d4ff;`.
- **Backgrounds:** `--bg-dark: #050510;` (Deep Navy/Black), `--glass-surface: rgba(255, 255, 255, 0.03);`.
- **Fonts:** `--font-main: 'Inter', sans-serif;`.
- **Glass Tokens:** Define `--glass-border: 1px solid rgba(255, 255, 255, 0.1);` and `--glass-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);`.
2. **Advanced Visual Effects (CSS Magic):**
- **Ambient Background:** Implement 3 large, blurred glowing orbs (`filter: blur(80px)`) positioned behind the content using `fixed` positioning and different `z-indices`. Animate them slowly using `@keyframes float`.
- **High-Fidelity Glassmorphism:** All cards must use `backdrop-filter: blur(16px)`, a subtle linear-gradient background (white to transparent), and a 1px white-opacity border to simulate physical glass.
- **3D Hero Interface:** creating a CSS-only 3D effect for the Hero Image/Card. Use `perspective: 1000px` on the container and `transform: rotateY(-12deg) rotateX(5deg)` on the card. Add a hover effect that slightly straightens the card.
3. **Layout & Components:**
- **Navigation:** A sticky top bar with a heavy blur effect (`backdrop-filter: blur(20px)`).
- **Timeline (How it Works):** A vertical layout connected by a central gradient line. Step numbers should be circular, glowing, and positioned centrally on the line.
- **Pricing Cards:** Glass cards. The "Pro" plan must feature a "Most Popular" badge and a stronger glowing border/shadow (`box-shadow: 0 0 30px rgba(13,13,242,0.15)`).
4. **Custom Scrollbar:**
- The scrollbar must be dark and sleek.
- Track: Background `#050510`.
- Thumb: Semi-transparent white (`rgba(255, 255, 255, 0.2)`) with rounded corners.
5. **Responsive Design:**
- Use CSS Grid and Flexbox.
- Ensure the 3D card effect resets or simplifies on mobile devices.
- The layout must be fully responsive from mobile (stacked) to desktop (multi-column).