# Z.AI Promo Section - Implementation Guide ## Overview This redesigned promo section features a premium, eye-catching token/coin-style button that serves as the visual centerpiece. The design follows glassmorphism principles with smooth animations, professional gradients, and conversion-optimized layout. ## Key Features ### 1. Premium Token Button - **Coin/Token Design**: Circular, layered design with multiple rings - **Shimmer Effect**: Animated light reflection across the token surface - **Floating Animation**: Subtle vertical movement to attract attention - **Hover Effects**: Scale and shadow transitions for interactivity - **Discount Badge**: Prominent "10% OFF" badge on the token - **Glow Background**: Radial gradient glow behind the token ### 2. Visual Enhancements - **Glass Card Container**: Frosted glass effect with backdrop blur - **Gradient Text**: Brand name and CTA with gradient fills - **Animated Badge**: "Limited Time Offer" badge with pulse animation - **Floating Particles**: Decorative particles around the token - **Trust Indicators**: Security and support badges ### 3. Conversion Elements - **Clear Value Proposition**: "Unlock GLM 4.7" headline - **Feature Highlights**: Fast API, 40% Off, Global Coverage - **Secondary CTA**: GLM Suite integration link - **Social Proof**: Trust badges at the bottom - **Strong Color Contrast**: Meets WCAG AA accessibility standards ## Installation ### Option 1: WordPress Custom HTML Block 1. **Edit the Post** (ID 112) 2. **Find the existing promo section** between PRICING COMPARISON and FINAL CTA 3. **Delete the existing section** 4. **Add a Custom HTML block** 5. **Paste the entire content** from `zai-promo-section.html` ### Option 2: Theme Template File If you're using a custom theme or page template: 1. **Locate the template file** for single posts (usually `single.php` or `template-parts/content.php`) 2. **Find the promo section location** 3. **Replace the existing section** with the new HTML/CSS 4. **Save the file** ### Option 3: Page Builder (Elementor, Divi, etc.) 1. **Add a Custom HTML element** to your page builder 2. **Paste the HTML/CSS code** 3. **Position it** between pricing and final CTA sections ## Customization Options ### Colors The section uses CSS variables for easy customization: ```css :root { --zai-primary: #6366f1; /* Main brand color */ --zai-primary-dark: #4f46e5; /* Darker shade */ --zai-secondary: #8b5cf6; /* Secondary accent */ --zai-accent: #10b981; /* Success/accent color */ --zai-gold: #f59e0b; /* Gold for offers */ --zai-gold-light: #fbbf24; /* Light gold */ } ``` To customize colors, simply change these variable values in the `