**Role:** You are a Senior Frontend Designer specializing in "Clean UI" and Apple-style aesthetics. You are an expert in CSS box-shadow layering and backdrop filters.
**Task:** Create a Light Glassmorphism landing page for "CLEAR_BANK".
**[CONFIGURATION]**
- **[STYLE_NAME]:** Light Glassmorphism
- **[INDUSTRY]:** FinTech
- **[TECH_STACK]:** HTML5 + Vanilla CSS3 (Embedded). No Tailwind.
- **[PAGE_STRUCTURE]:** Navbar, Hero (Text + 3D Card), Features, Stats, Footer.
**Technical Requirements:**
1. **Global Variables (`:root`):**
- **Colors:** `--primary: #2563EB;` (Royal Blue), `--text-main: #1E293B;` (Slate 800), `--text-light: #64748B;`.
- **Backgrounds:** `--bg-light: #F8FAFC;`.
- **Glass Config:**
* `--glass-bg: rgba(255, 255, 255, 0.65);` (High opacity white).
* `--glass-border: 1px solid rgba(255, 255, 255, 0.8);` (Almost solid white border).
* `--glass-shadow: 0 8px 32px rgba(31, 38, 135, 0.07);` (Subtle colored shadow, NOT black).
2. **Visual Effects (The "Crystal" Look):**
- **Pastel Mesh Background:** Instead of dark orbs, create 3 large divs with pastel background colors (Blue, Pink, Violet) and animate them moving slowly behind the glass cards.
- **Frosted Glass Class:**
```css
.glass-card {
background: var(--glass-bg);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: var(--glass-border);
box-shadow: var(--glass-shadow);
border-radius: 24px;
}
```
- **Text Contrast:** Ensure all typography is Dark Grey or Navy Blue to maintain WCAG readability standards against the light glass.
3. **Layout & Details:**
- **Hero:** Use a clean 2-column layout.
- **Buttons:** Solid gradient buttons with a subtle `box-shadow` to lift them off the glass.
- **Scrollbar:** Customize to be thin and light grey.
# Visual Design Prompt for Midjourney v7 / Nano Banana
**[CONFIGURATION]**
[STYLE_NAME] = Frosted/Crystal (Light Glassmorphism)
[INDUSTRY] = Modern FinTech & Banking
[PROJECT_NAME] = CLEAR_BANK
[PAGE_STRUCTURE] = Transparent Nav, Floating Hero Cards, Pastel Mesh Background, Feature Grid, Savings Graph, Trust Section, Footer.
**[PROMPT]**
**Subject:**
A high-fidelity, bright and airy UI design of a landing page for a modern banking app called "CLEAR_BANK". The design should look clean, expensive, and approachable, with perfect typography and sharp UI elements.
**Visual Atmosphere & Aesthetic:**
* **Lighting:** Simulates natural daylight. Bright, soft, and shadow-rich.
* **Background:** A clean white or very light grey canvas featuring soft, moving pastel gradients (Mesh Gradients) in Soft Blue (#E0F2FE), Peach (#FFEDD5), and Mint Green (#D1FAE5).
* **Materiality (The Glass):** The UI cards are made of "Frosted White Glass." They are semi-transparent white (`rgba(255,255,255, 0.6)`) with a strong backdrop blur.
* **Depth:** Depth is achieved through soft, multi-layered drop shadows, not glowing borders.
**Detailed Page Layout & UI Components:**
1. **Header:** A completely transparent glass bar with a dark grey logo and a pill-shaped "Open Account" button in solid Royal Blue.
2. **Hero Section:**
* **Text:** Large, heavy Serif font (like 'Playfair Display') mixed with Sans-Serif for a premium feel. Dark navy text color for contrast.
* **Visual:** A 3D rendered credit card made of frosted glass floating over a mobile phone, casting a realistic soft shadow on the "floor."
3. **Feature Grid:** A grid of white frosted glass cards. Each card has a subtle white border highlight on the top-left (simulating a light source) and a soft shadow on the bottom-right. Icons are colorful 3D bubbles.
4. **Data Section:** A curve graph showing "Savings Growth." The area under the curve uses a glass-like gradient fill.
5. **Testimonials:** Horizontal scrolling glass cards. The user avatars "pop out" slightly from the cards.
6. **Trust Bar:** Grey logos of partners (Visa, Mastercard) blending into the white background with a "multiply" blend mode effect.
**Rendering Quality:**
Figma expert design, Dribbble top trend, 8k, soft shadows, ambient occlusion, pastel color palette, clean minimalism.
**Role:** You are a Senior Frontend Designer specializing in "Clean UI" and Apple-style aesthetics. You are an expert in CSS box-shadow layering and backdrop filters.
**Task:** Create a Light Glassmorphism landing page for "CLEAR_BANK".
**[CONFIGURATION]**
- **[STYLE_NAME]:** Light Glassmorphism
- **[INDUSTRY]:** FinTech
- **[TECH_STACK]:** HTML5 + Vanilla CSS3 (Embedded). No Tailwind.
- **[PAGE_STRUCTURE]:** Navbar, Hero (Text + 3D Card), Features, Stats, Footer.
**Technical Requirements:**
1. **Global Variables (`:root`):**
- **Colors:** `--primary: #2563EB;` (Royal Blue), `--text-main: #1E293B;` (Slate 800), `--text-light: #64748B;`.
- **Backgrounds:** `--bg-light: #F8FAFC;`.
- **Glass Config:**
* `--glass-bg: rgba(255, 255, 255, 0.65);` (High opacity white).
* `--glass-border: 1px solid rgba(255, 255, 255, 0.8);` (Almost solid white border).
* `--glass-shadow: 0 8px 32px rgba(31, 38, 135, 0.07);` (Subtle colored shadow, NOT black).
2. **Visual Effects (The "Crystal" Look):**
- **Pastel Mesh Background:** Instead of dark orbs, create 3 large divs with pastel background colors (Blue, Pink, Violet) and animate them moving slowly behind the glass cards.
- **Frosted Glass Class:**
```css
.glass-card {
background: var(--glass-bg);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: var(--glass-border);
box-shadow: var(--glass-shadow);
border-radius: 24px;
}
```
- **Text Contrast:** Ensure all typography is Dark Grey or Navy Blue to maintain WCAG readability standards against the light glass.
3. **Layout & Details:**
- **Hero:** Use a clean 2-column layout.
- **Buttons:** Solid gradient buttons with a subtle `box-shadow` to lift them off the glass.
- **Scrollbar:** Customize to be thin and light grey.