Explore AI generated designs, images, art and prompts by top community artists and designers.

# Финальный промт для агента (Antigravity + Stitch MCP) ## Сайт-визитка: продажа и установка весов для погрузчиков Скопируй весь блок ниже целиком в чат задач агента как первое сообщение проекта. --- ## ПРОМТ ДЛЯ АГЕНТА (копировать с этой строки) Ты — фронтенд-разработчик и веб-дизайнер. Твоя задача: построить одностраничный сайт-визитку (лендинг) компании , которая продаёт и устанавливает весовое оборудование на вилочные погрузчики (весоизмерительные вилы , крановые весы , встраиваемые системы взвешивания , индикаторы , поверка/калибровка). Работай пошагово , по фазам ниже. После каждой фазы показывай результат (код + краткое описание) и жди подтверждения , прежде чем переходить к следующей фазе. Не используй lorem ipsum — весь текст должен быть по теме; если данные неизвестны , помечай их `[ЗАПОЛНИТЬ: ...]` явным образом прямо в коде и в комментарии. ### 0. Вводные данные проекта - Название компании: `[ЗАПОЛНИТЬ]` (если не указано — использовать нейтральное «ВесПром» как рабочее название и пометить как временное) - Номер WhatsApp: `[ЗАПОЛНИТЬ: +7XXXXXXXXXX]` - Регион работы: `[ЗАПОЛНИТЬ: город/страна]` - Ассортимент (минимум для карточек каталога , если не дано — использовать этот дефолтный список): 1. Весоизмерительные вилы (грузоподъёмность 1–5 т , точность ±0.5%) 2. Крановые/подвесные весы для интеграции с погрузчиком 3. Встраиваемые весовые системы (монтаж в раму погрузчика) 4. Индикаторы веса и дисплеи (проводные/беспроводные) 5. Поверка и калибровка весового оборудования 6. Сервисное обслуживание и ремонт - Логотип/фото/сертификаты: отсутствуют → генерировать текстовые/иконочные плейсхолдеры , фото заменять описательными alt-текстами и SVG-иллюстрациями/иконками вместо реальных фотографий. - Сайт: **одна страница** , без отдельных подстраниц. - Тип сборки: чистый HTML/CSS/JS , без бэкенда. Все заявки идут через кнопки WhatsApp (`wa.me`) , формы обратной связи не делать. ### 1. Дизайн-система — строгий индустриальный стиль (тёмный , техничный) Зафиксировать как CSS-переменные в начале `styles.css`: ```css :root { /* Фон и поверхности */ --bg-primary: #0E1116; --bg-surface: #171B21; --bg-surface-2: #1F252D; --border-color: #2A313B; /* Акцент — индустриальный оранжевый (сигнальный цвет техники) */ --accent: #FF7A1A; --accent-hover: #FF9142; --accent-muted: rgba(255 , 122 , 26 , 0.12); /* Текст */ --text-primary: #F5F6F7; --text-secondary: #9AA3AD; --text-on-accent: #0E1116; /* Статусы/бейджи */ --success: #3DDC84; /* Радиусы — небольшие , без "мягкого" UI */ --radius-sm: 4px; --radius-md: 8px; /* Шкала отступов */ --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 24px; --space-6: 32px; --space-7: 48px; --space-8: 64px; --space-9: 96px; } ``` - Шрифт: `Inter` (или `Manrope`) через Google Fonts. Заголовки — 700 , текст — 400/500. - Масштаб типографики: H1 — 48px / mobile 32px; H2 — 32px / mobile 24px; H3 — 22px; body — 16px; small — 14px. Line-height заголовков 1.1–1.2 , текста — 1.5. - Иконки: line-style (обводка , без заливки) , тема — вес/точность/погрузчик/сертификат. Использовать инлайн SVG. - Кнопки: primary — заливка `--accent` , текст `--text-on-accent` , radius `--radius-sm` , без теней , чёткая обводка при hover. Secondary — прозрачная с обводкой `--border-color`. - Общее ощущение: контраст , чёткие линии-разделители секций (border-top 1px `--border-color`) , минимум скруглений , минимум декоративных теней. Сгенерировать через Stitch MCP референс hero-блока по промпту: > "Industrial B2B landing page hero , dark navy/graphite background #0E1116 , orange accent #FF7A1A , bold condensed sans-serif headline , forklift with weighing attachment illustration , minimal rounded corners , trust badges row" Выбрать один вариант , зафиксировать композицию (расположение заголовка/кнопки/иллюстрации) как референс для вёрстки. ### 2. Структура страницы (порядок секций и содержимое) 1. **Header** (sticky , `--bg-surface` с нижней обводкой) - Слева: логотип-плейсхолдер (текст названия компании , шрифт 700). - Справа: пункты меню-якоря (Услуги , Каталог , Как работаем , Кейсы , Контакты) — скрыть в бургер на мобильных. - Кнопка WhatsApp (primary) — крайняя справа. 2. **Hero** - H1: «Весы для погрузчиков под ключ: подбор , монтаж , поверка» - Подзаголовок: 1–2 предложения про скорость и точность монтажа , гарантию. - Кнопка WhatsApp (крупная , primary) — текст «Написать в WhatsApp» + иконка. - Строка доверия под кнопкой: 3 коротких пункта в столбик/строку («Гарантия N лет» , «Выезд по региону `[ЗАПОЛНИТЬ]`» , «Поверка включена»). - Иллюстрация/SVG погрузчика с весами справа (или фон-паттерн , если иллюстрации нет). 3. **Услуги** (4 карточки в сетке , `--bg-surface` фон карточки , border `--border-color`) - Продажа весового оборудования - Монтаж на погрузчик - Поверка и калибровка - Сервис и ремонт - На каждой карточке: иконка , заголовок , 1–2 строки описания. 4. **Каталог** (сетка карточек товаров , 4–6 позиций из списка в п.0) - На карточке: иконка/плейсхолдер-изображение , название , 2–3 ключевые характеристики (грузоподъёмность , точность , IP-класс) , кнопка WhatsApp с текстом `«Интересует {название товара}»` (urlencoded). 5. **Как мы работаем** (степпер/таймлайн , 5 шагов) - Заявка в WhatsApp → Консультация и подбор → Выезд/монтаж → Поверка → Гарантийная поддержка. - Каждый шаг: номер , короткий заголовок , 1 строка описания. 6. **Преимущества** (4–6 пунктов , иконка + короткий текст) - Например: «Гарантия на монтаж» , «Сертифицированное оборудование» , «Опыт работы `[ЗАПОЛНИТЬ]` лет» , «Выезд по региону» , «Поверка включена в стоимость» , «Сервис 24/7» — оставить как варианты , отметить реальные цифры как `[ЗАПОЛНИТЬ]`. 7. **Кейсы** (сетка/карусель из 3 карточек) - Плейсхолдер-описание объекта (склад/производство/логистика) , тип установленного оборудования , результат в 1 фразе. 8. **Сертификаты и документы** (ряд бейджей) - Плейсхолдер-иконки «Сертификат соответствия» , «Свидетельство о поверке» — с пометкой `[ЗАПОЛНИТЬ: реальные документы]`. 9. **Отзывы** (2–3 карточки) - Плейсхолдер-тексты , помечены как черновые. 10. **Финальный CTA-блок** - Крупный заголовок-призыв , крупная кнопка WhatsApp по центру. - Контакты: телефон , email (плейсхолдеры) , адрес/регион. - Карта — встроенный статичный блок-плейсхолдер (реальный embed добавить , когда будет адрес). 11. **Footer** - Название компании , копирайт , повтор кнопки WhatsApp (маленькая) , ссылки на мессенджеры при наличии. **Плавающая кнопка WhatsApp** — fixed , правый нижний угол , видна на всех секциях при скролле , иконка WhatsApp в зелёном кружке (`#25D366`) , лёгкая пульсация (анимация раз в 3–4 сек , без резких эффектов). ### 3. WhatsApp-интеграция (техническая часть) - Формат ссылки: `https://wa.me/<номер_без_плюса_и_пробелов>?text=<urlencoded_текст>` - Номер и дефолтный текст вынести в константы в начале `main.js`: ```js const WHATSAPP_NUMBER = "ЗАПОЛНИТЬ"; // международный формат без + const WHATSAPP_DEFAULT_TEXT = "Здравствуйте! Интересуют весы для погрузчика , хочу проконсультироваться"; ``` - Все ссылки — `target="_blank" rel="noopener noreferrer"`. - Для карточек каталога текст сообщения формируется динамически: `Здравствуйте! Интересует ${имя_товара} , хочу проконсультироваться`. ### 4. Технические требования - Адаптив mobile-first , брейкпоинты: 375 / 768 / 1024 / 1440. - Изображения — webp , `loading="lazy"` (кроме hero-изображения). - Контраст текста — проверить на соответствие WCAG AA (особенно `--text-secondary` на `--bg-primary`). - Кросс-браузерность: Chrome , Safari , Firefox. - Favicon , `sitemap.xml` , `robots.txt`. ### 5. SEO и метаданные - `<title>`: «Весы для погрузчиков — продажа , монтаж , поверка [Регион]» - `meta description`: 1–2 предложения с УТП и регионом. - OG-теги (og:title , og:description , og:image — hero-изображение). - H1 — один на странице (см. Hero). - Alt-тексты у всех изображений/иконок. - Микроразметка `schema.org`: `LocalBusiness` (общие данные компании) + `Product` для каждой карточки каталога. ### 6. Порядок выполнения (для модели Flash 3.6 Medium — дробить по шагам) Выполнять и показывать результат по одному пункту за раз , не объединяя несколько секций в один ответ: 1. Скелет HTML + подключение CSS-переменных из раздела 1. 2. Header + мобильное меню + плавающая кнопка WhatsApp. 3. Hero-секция. 4. Секция «Услуги». 5. Секция «Каталог». 6. Секция «Как мы работаем». 7. Секция «Преимущества». 8. Секция «Кейсы». 9. Секция «Сертификаты». 10. Секция «Отзывы». 11. Финальный CTA-блок + Footer. 12. SEO-метатеги , favicon , sitemap.xml , robots.txt. 13. Финальная проверка: адаптив на 4 брейкпоинтах , контраст , все wa.me-ссылки , lazy-loading изображений. ### 7. Чек-лист приёмки (сверить перед сдачей) - [ ] Все `[ЗАПОЛНИТЬ]`-плейсхолдеры собраны в единый список в комментарии наверху `index.html` для удобной правки. - [ ] Все кнопки/ссылки ведут на корректный `wa.me` с правильным текстом. - [ ] Плавающая кнопка WhatsApp не перекрывает контент на мобильных (проверить над footer). - [ ] Ни одной формы обратной связи в коде нет. - [ ] Адаптив проверен на 375/768/1024/1440. - [ ] Цветовая схема соответствует разделу 1 (никаких случайных цветов вне палитры). - [ ] Lorem ipsum отсутствует — весь текст по теме. ## КОНЕЦ ПРОМТА (копировать до этой строки) ,

A bright , cartoon‑style crab‑shaped vehicle roars across a dreamy beach , its shell painted in bold , glossy blue‑orange stripes that sparkle like a real crab’s exoskeleton. The sides flare out into oversized , friendly‑looking claw‑arms that seem to hug the vehicle. Six chubby , rubbery crab legs wobble playfully for support. Behind the wheel is a spry old woman with rosy cheeks , a knitted cap , and a cheeky wink , clutching a vintage steering wheel adorned with seashell stickers. The sand glows with a magical gradient of lime‑green to warm amber , giving the horizon a sunrise feel. Behind the scene , a dark , star‑sprinkled pixel background is laced with whimsical , neon‑blue scanning gridlines , floating bubbles of technical data , and cartoonish HUD icons that add a futuristic but light‑hearted vibe. ,

A sprawling neon‑drenched metropolis in the year 2447 , rain slicking every surface and casting shimmering reflections on the endless avenues. Towering skyscrapers of glass and alloy rise like jagged teeth , their façades alive with pulsating magenta , cyan , and electric violet signage. Cutting through the rain‑blurred streets is a single‑horned , rhino‑shaped flying Ferrari: a sleek , red‑metallic beast with a liquid‑like surface that ripples under the city lights. Its glossy chassis bears the iconic Ferrari prancing horse logo , and a transparent glass cockpit reveals a lone rider—a man in a futuristic , iridescent combat suit , his visor reflecting the surrounding glow. The vehicle speeds forward in a dramatic long‑range shot , motion blur rendered with a 1/15 s shutter speed , emphasizing sweeping neon streaks and dynamic lines. No other humans are present , heightening the solitary , high‑tech atmosphere. ,

Create a grimdark , atmospheric fantasy map of a flat circular disc world (the Medieval Shard of Kordos) viewed from above in an aged , hand-drawn illuminated manuscript style with dark , moody tones. The world is a terrestrial disc adrift in a black void , with a massive glowing Sunwell abyss at the exact center emitting vertical rays of sickly golden-red light. A silvery Moon orbits laterally around the disc. The outer edge dissolves into chaotic , stormy Savage Seas filled with swirling temporal distortions , jagged icebergs , and shadowy leviathans. Divide the disc into three radial climate bands from the Sunwell outward: - Inner Band (Burning Heart): Scorching deserts , volcanic lands , golden-domed cities — Al-Karim Caliphate in the south and Aetherian Exarchate influences. - Middle Band (Verdant Crown): Temperate forests , rolling hills , river valleys , stone castles and knightly fortresses — Valerian March heartlands and Sylvandor forest enclaves. - Outer Band (Shadowed Marches): Rugged highlands , frozen fjords , vast grasslands , northern coasts — Stormjarl Clans in the stormy north , Ironsteppe Khanates in the eastern steppes. Label the six major cultures clearly with distinct heraldic icons and small representative settlements: - Valerian March: Gothic stone castles , crowned gryphon banners , knightly orders. - Ironsteppe Khanates: Mobile yurt circles , horse herds , golden shield emblem on vast grasslands. - Stormjarl Clans: Longships in fjords , rune-carved longhouses , axe and lightning motifs. - Sylvandor Enclaves: Ancient misty forests , hill-forts , sacred groves with glowing green accents. - Al-Karim Caliphate: Marble cities , silk roads , desert oases with elegant minarets. - Aetherian Exarchate: Golden domes , layered walls , cataphract strongholds. Show faint , sickly green glowing Veil rifts and corrupted zones (jagged cracks , blackthorn overgrowth , unnatural fog) scattered across borders and ancient sites , especially in the outer band. Use a dark , muted palette: deep greys , blood-reds , ashen whites , sickly greens , and cold blues. Add atmospheric details like falling ash , blood-stained snow in the north , storm clouds , and faint cracks across the disc surface. Style: Grimdark medieval fantasy map , highly detailed , aged parchment texture with ink stains and burn marks , dramatic volumetric lighting from the central Sunwell , ominous and foreboding atmosphere , epic wide view , cinematic composition , no modern elements. ,

A floating staircase made of translucent glass ribbons winds upward , its steps dripping with liquid social‑media icons (the blue “f” , the red “t” , the bright Instagram gradient) that cascade like shimmering water. In the mid‑ground , a sexy girls , wearing flowing , translucent garments that shift color from fiery red at the crown , through orange , emerald green , indigo , to deep serene blue , forming a living rainbow veil that ripples with each pose. her face are turned toward an invisible camera , capturing a selfie that glows with a soft phosphorescent aura. The background is an impossible sky split in half: one side bathed in golden sunrise , the other drenched in midnight violet , where stone arches melt and flow into fluffy , swirling clouds. Soft , diffused lighting casts gentle shadows , emphasizing the dream‑like , weightless atmosphere. Intended Mood: Wonder‑filled curiosity , a blend of nostalgia and futuristic melancholy , perfect for a fantasy‑themed gallery or speculative‑design showcase. ,

A floating staircase made of translucent glass ribbons winds upward , its steps dripping with liquid social‑media icons (the blue “f” , the red “t” , the bright Instagram gradient) that cascade like shimmering water. In the mid‑ground , three ethereal mermaids hover mid‑air , each wearing flowing , translucent garments that shift color from fiery red at the crown , through orange , emerald green , indigo , to deep serene blue at the hem , forming a living rainbow veil that ripples with each pose. Their faces are turned toward an invisible camera , capturing a selfie that glows with a soft phosphorescent aura. The background is an impossible sky split in half: one side bathed in golden sunrise , the other drenched in midnight violet , where stone arches melt and flow into fluffy , swirling clouds. Soft , diffused lighting casts gentle shadows , emphasizing the dream‑like , weightless atmosphere. Intended Mood: Wonder‑filled curiosity , a blend of nostalgia and futuristic melancholy , perfect for a fantasy‑themed gallery or speculative‑design showcase. ,

Act as a world-class brand identity designer with 20+ years of experience specializing in luxury minimalist logos. Design a premium , timeless , award-winning logo for an industrial eco-friendly brand named: ورقة وجذع Warqah & Jitha About the Brand: Warqah & Jitha is a Yemeni industrial company manufacturing sustainable , locally produced rattan sticks as an eco-friendly alternative to imported natural rattan. The brand represents sustainability , local craftsmanship , environmental responsibility , premium quality , and modern Yemeni heritage. The logo must communicate: • Sustainability • Nature • Local manufacturing • Innovation • Premium craftsmanship • Eco-friendly materials • Trust • Elegance • Authentic Yemeni identity • Luxury simplicity Icon Design: Create a memorable geometric symbol by combining: • A natural leaf • A tree trunk or wooden branch • Several subtle rattan sticks integrated into the icon The integration should be clever using negative space. Avoid obvious clipart. The icon should be unique , scalable , iconic , and recognizable even without text. Design Style: Luxury Minimalism Modern Organic Scandinavian Simplicity Flat Vector Geometric Precision Negative Space Premium Branding Timeless Identity Clean Lines Swiss Design Monoline Balanced Composition Typography: Arabic: ورقة وجذع English: Warqah & Jitha Use elegant modern Arabic typography paired with a sophisticated sans-serif English font. Color Palette: Primary: Olive Green (#556B2F) Secondary: Natural Wood Brown (#7A5230) Accent: Warm Sand Beige (#D8C3A5) Optional Luxury Accent: Soft Matte Gold (#C7A55B) Background: Pure White Deliverables: • Full-color logo • Black version • White version • Icon only • Horizontal layout • Vertical layout • Luxury brand presentation • Packaging mockup • Wooden engraving mockup • Business card mockup • Stamp version • Social media profile icon The logo must look perfect on: Luxury packaging Wood engraving Product labels Gift boxes Shopping bags Website Mobile App Instagram Business cards Signage Requirements: No gradients No shadows No mockup effects inside the logo itself Vector style Simple but highly memorable Balanced proportions Professional branding Behance Featured quality Dribbble Top Shot quality Minimal but emotionally powerful The logo should be iconic enough to become a globally recognizable symbol similar to Apple , Nike , Airbnb , or Starbucks , using extremely simple geometry and intelligent negative space. ,

Act as a world-class brand identity designer with 20+ years of experience specializing in luxury minimalist logos. Design a premium , timeless , award-winning logo for an industrial eco-friendly brand named: ورقة وجذع Warqah & Jitha About the Brand: Warqah & Jitha is a Yemeni industrial company manufacturing sustainable , locally produced rattan sticks as an eco-friendly alternative to imported natural rattan. The brand represents sustainability , local craftsmanship , environmental responsibility , premium quality , and modern Yemeni heritage. The logo must communicate: • Sustainability • Nature • Local manufacturing • Innovation • Premium craftsmanship • Eco-friendly materials • Trust • Elegance • Authentic Yemeni identity • Luxury simplicity Icon Design: Create a memorable geometric symbol by combining: • A natural leaf • A tree trunk or wooden branch • Several subtle rattan sticks integrated into the icon The integration should be clever using negative space. Avoid obvious clipart. The icon should be unique , scalable , iconic , and recognizable even without text. Design Style: Luxury Minimalism Modern Organic Scandinavian Simplicity Flat Vector Geometric Precision Negative Space Premium Branding Timeless Identity Clean Lines Swiss Design Monoline Balanced Composition Typography: Arabic: ورقة وجذع English: Warqah & Jitha Use elegant modern Arabic typography paired with a sophisticated sans-serif English font. Color Palette: Primary: Olive Green (#556B2F) Secondary: Natural Wood Brown (#7A5230) Accent: Warm Sand Beige (#D8C3A5) Optional Luxury Accent: Soft Matte Gold (#C7A55B) Background: Pure White Deliverables: • Full-color logo • Black version • White version • Icon only • Horizontal layout • Vertical layout • Luxury brand presentation • Packaging mockup • Wooden engraving mockup • Business card mockup • Stamp version • Social media profile icon The logo must look perfect on: Luxury packaging Wood engraving Product labels Gift boxes Shopping bags Website Mobile App Instagram Business cards Signage Requirements: No gradients No shadows No mockup effects inside the logo itself Vector style Simple but highly memorable Balanced proportions Professional branding Behance Featured quality Dribbble Top Shot quality Minimal but emotionally powerful The logo should be iconic enough to become a globally recognizable symbol similar to Apple , Nike , Airbnb , or Starbucks , using extremely simple geometry and intelligent negative space. ,

Create an ultra-premium top-down commercial beer poster for **FIFA 2026 World Cup** , featuring a single perfectly centered coffe cup of golden German lager viewed from directly above. The coffe and foam must be hyper-realistic , luxurious , and irresistibly tactile. The core visual idea is that the creamy white foam naturally forms a tiny footballer running on Saturn's ring. Floats a massive planet shaped exactly football , featuring its distinct modern geometric panel pattern. but it must feel as if this shape emerged organically from the foam structure itself , not like a cut-out icon , not like latte art , and not like a cartoon symbol. The footballer and football shape should be soft , elegant , slightly asymmetrical , and beautifully integrated into the micro-bubble texture of the foam. The tiny footballer running on Saturn's ring subtle yet legible way , as if traced by a delicate channel of foam density , bubble spacing , and warm amber coffe showing through beneath. The relationship between foam and coffe must feel seamless , brown , and physically believable. ,

Minimalist vector logo for a fintech company named "NovaPay". Create a modern letter "N" that transforms into an upward arrow symbolizing growth and fast digital payments. Flat design , clean geometric lines , premium branding , blue and dark navy color palette , simple icon , white background , SVG style , corporate identity , no mockup , no 3D , no gradients , high contrast. ,

Top-down perspective showing a surreal skyscraper of melting social media icons. In the center. A lone female wearing flowing red traditional Saree walks slowly across a reflective obsidian Spiral Staircase , and interconnected Sci-fi shopping mall Spiral structures visible through the cylinder's translucent exterior , hyper-detailed architectural rotating staircase with vortex gravity. cinematic composition highlighting the monumental engineering achievement , using crisp photographic realism and a color palette of metallic , deep blues , and subtle golden solar illumination. ultra-high resolution rendering with microscopic precision and grand astronomical perspective. ,

Design a premium A4-size professional book back cover for AIAT Technologies that perfectly matches the front cover design , color palette , typography , branding , spacing , visual hierarchy , and enterprise technology aesthetic. Portrait orientation (A4 vertical) , print-ready publishing quality , ultra-high resolution , modern cybersecurity and IT infrastructure theme. Use a clean deep navy-blue background with subtle geometric grid patterns , abstract network connections , digital circuitry , server infrastructure elements , cloud computing symbols , data streams , and elegant holographic technology accents. No humans , faces , characters , hackers , hooded figures , robots , or mascots. Create a sophisticated corporate technology appearance suitable for a professional educational publication. At the top include a section titled "About This Book". Below it place a professionally formatted book description area explaining that Windows CLI – 100 Important Commands is a practical reference guide covering essential Windows command-line tools for system administration , troubleshooting , networking , security operations , automation , diagnostics , and IT support. Include a clean feature highlights section with modern iconography containing: • 100 Essential Windows Commands • Practical Command Examples • Networking & Troubleshooting Tools • System Administration Techniques • Security & Diagnostic Utilities • Beginner to Advanced Learning Resource. Add a section titled "Who Should Read This Book?" listing: IT Professionals , System Administrators , Help Desk Engineers , Cybersecurity Analysts , Networking Students , Technology Enthusiasts , and Computer Science Learners. Include a professional AIAT Technologies company profile section with the heading "About AIAT Technologies" and a clean placeholder text area for company information. At the bottom reserve space for ISBN barcode placement , publisher information , website , email address , copyright details , and social media icons. Use premium white and cyan typography with strong readability and professional alignment. Maintain generous spacing , balanced composition , and publishing-standard formatting. The overall design must feel like a bestselling enterprise technology handbook from a leading technology training organization. Print-ready , ultra-detailed , corporate publishing quality , elegant modern layout , professional educational technology branding , 8K quality. Negative Prompt: no humans , no faces , no hooded figures , no hackers , no robots , no anime , no cartoons , no gaming appearance , no movie-poster style , no cluttered layout , no excessive neon effects , no blurry text , no distorted typography , no low resolution , no watermark , no stock-photo appearance , no horror elements , no fantasy elements. ,

A hyper-realistic macro photography shot of a giant , freestanding vintage postage stamp from Statue of Unity , Ekta Nagar in the Narmada district of Gujarat , standing upright against a seamless , soft , color-coordinated pastel studio background. The stamp features an intricately detailed 3D diorama of the most iconic and recognizable landmark from Statue of Unity that pops out and actively breaks the perforated borders , extending outward into the physical space. Lush flora and fauna native to Statue of Unity grows and spills out from the bottom right corner of the stamp's frame. A tiny , miniature figurine of a person wearing recognizable traditional cultural attire from Statue of Unitystands on the ground at the bottom left , looking up in awe at the massive stamp , establishing a striking miniature world scale. The stamp's design includes the word "Statue of Unity" in classic serif typography , subtext in the local language , a realistic local currency denomination , and a stamped black ink cancellation postmark in the top right corner featuring the capital city of Statue of Unity and a realistic date. Soft , diffused , magical studio lighting with a tilt-shift lens effect and shallow depth of field. Gently floating botanical elements native to Statue of Unity drift through the air around the scene. 8k resolution , octane render , highly detailed miniature art. ,

A highly detailed , premium travel-art illustration. In the foreground , a hand holds an open passport , its right-hand page acting as a portal into Kevadia , Gujarat. A photorealistic miniature city scene grows out of the open page , as if the paper itself were a window into the streets. A signature E-Rickshaw breaks out of the passport edge in dramatic 3D perspective , tilting toward the viewer and casting a soft shadow across the hand. Behind the passport , one iconic landmark , Statue of Unity , rises tall and photorealistic as the single architectural focal point. Around the scene , exactly 3 clean black-ink hand-drawn doodles label the city's identity (Ekta Nagar in the Narmada district of Gujarat) , placed loosely in the negative space. Tiny realistic figures interact with the miniature world: a commuter , a street vendor , a tourist taking a photo , all scaled to sell the miniature effect. Style: photorealistic travel photography fused with elegant black-ink sketchbook doodles. Soft warm directional light from the upper left , shallow depth of field , sharp focus on the emerging vehicle , realistic paper and skin textures , subtle contact shadows. Clean editorial composition with generous negative space. Instagram-worthy. Composition hierarchy (most to least prominent): 1. Jungle Safari , 2. Valley of Flowers , 3. Sardar Sarovar Dam , 4. Statue of Unity Ticket in hand , 5. Butterfly Garden. Avoid: crowded layouts , more than one landmark , duplicated symbols , excessive text , arrows , stickers , decorative icons , busy backgrounds , more than 3 doodles. Make the aspect ratio 3:4 ,

Create a stunning digital CGI extreme wide shot of a colossal , futuristic globe hovering above the iconic Maze portal. This architectural marvel is designed to resemble a detailed Earth globe , with its surface intricately etched to represent diverse biomes stitched together like pieces of a vibrant , living quilt. The globe showcases lush rain-forests bordering icy glaciers , arid deserts meeting dense mangrove swamps , and mountain ranges transitioning into vast savannahs. Populate this world with a variety of animals from each biome , scattered throughout to create a lively , chaotic tapestry of life. Render the scene in a highly detailed , dreamlike concept art style , emphasizing the interconnections and wild beauty of the planet. Illuminate the globe with hard , high contrast backlighting and rim lights to produce striking specular highlights against the dark space backdrop. The entire scene should be enveloped in controlled , indeterminate light , highlighting the grand scale and innovative design of this Earth-like structure. Surround the globe with tiny satellites gliding through the sky , adding to the futuristic ambiance. ,

**Main Prompt (Скопируйте на английском):** > Premium 3D UI/UX illustration for a mobile app onboarding , dark mode SaaS aesthetic. Concept of safe networking , smart communication , and community building. In the center , two sleek , floating 3D chat bubbles intersecting gracefully. The chat bubbles are made of dark frosted glass with vibrant electric purple and neon cyan edge lighting. Hovering over one bubble is a glowing emerald green 3D security shield icon. Surrounding the bubbles are abstract interconnected glowing nodes and soft floating sparks. Solid deep midnight indigo navy blue background (#0F172A). Glassmorphism , soft studio lighting , dynamic composition , depth of field (bokeh effect) , dribbble trending masterpiece , 8k resolution. **Negative Prompt (Обязательно добавьте):** > smartphones , screens , text , words , letters , UI mockups , people , hands , human faces , flat vector , 2d , black background , messy , low quality , social media logos , sad emojis , angry emojis , thumbs down. ,

FORMAT: 4:5 vertical hyper-commercial chocolate campaign poster , ultra-high resolution (8K) , premium billboard + social media advertising ready Style: bold FMCG advertising × modern snack campaign × energetic commercial poster design × high-impact product photography 🧠 CORE IDEA: THE BREAK EVERYONE WAITS FOR. A campaign built around impact , craving , and satisfying motion. Everything in the composition reacts to the iconic KitKat snap. 🎬 MASTER COMPOSITION: BACKGROUND: Deep KitKat red environment Layered with: - rich red gradients - chocolate texture overlays - dynamic motion streaks - subtle crumb particles - repeated typography patterns - glossy studio reflections The atmosphere should feel: bold , hungry , energetic , commercially explosive. 👤 HUMAN SUBJECT: Young Gen-Z male/female model Expression: playful , confident , mid-enjoyment moment Pose: holding KitKat toward camera mid-snap action Camera angle: slightly low + close perspective for product dominance Wardrobe: modern streetwear in neutral tones allowing red palette to dominate 💥 VISUAL ENERGY: The SNAP becomes the visual explosion. At the break point: - chocolate shards flying outward - wafer crumbs suspended mid-air - liquid chocolate streaks - motion lines radiating from snap Typography physically cracks apart following the KitKat break. Feels: satisfying , punchy , commercially exaggerated. 🍫 PRODUCT HERO: [KitKat](chatgpt://generic-entity?number=0) chocolate bar + wrapper Placement: foreground center-right Angle: extreme 3/4 hero perspective Product details: - hyper-real chocolate texture - visible wafer layers - glossy melted chocolate highlights - realistic crumbs - embossed KitKat logo - premium wrapper reflections Chocolate should feel: crispy , rich , irresistible. ✍️ TYPOGRAPHY SYSTEM: MAIN HEADLINE: “BREAK TIME.” Typography style: - ultra-bold condensed sans-serif - oversized stacked layout - white typography - extremely tight spacing - cracked/distorted around snap point SECONDARY TEXT: “HAVE A BREAK. HAVE A KITKAT.” BACKGROUND TYPOGRAPHY: Repeated low-opacity words: SNAP CRUNCH BREAK CHOCOLATE WAFER MELT integrated into background layers 📦 FEATURE INFORMATION STRIP: Bottom premium feature strip: □ CRISPY WAFER □ RICH CHOCOLATE □ ICONIC SNAP □ PERFECT BREAK Minimal modern icon system. 📣 CTA SECTION: BOTTOM LEFT: “NEW SHARING PACK AVAILABLE” CTA BUTTON: solid white rectangular button TEXT: “GRAB NOW” Secondary micro CTA: “Available Online & In Stores” 🌐 WEBSITE + BRAND INFO: BOTTOM CENTER: www.kitkat BOTTOM MICROTEXT: “NESTLÉ KITKAT · 2026 EDITION” 🎨 COLOR SYSTEM: PRIMARY: KitKat red deep chocolate brown SECONDARY: white typography ACCENTS: warm chocolate highlights golden wafer tones Palette should feel: bold , delicious , high-energy , commercial. 💡 LIGHTING SYSTEM: MAIN LIGHT: strong commercial studio key light RIM LIGHT: warm chocolate highlights around product ACCENT LIGHT: soft red glow behind snap motion ATMOSPHERIC LIGHT: subtle floating particles catching light REFLECTIONS: glossy FMCG-grade reflections Lighting should feel: premium snack advertising × modern commercial photography. ✨ HYPER DETAILING: - ultra-real wafer texture - sharp chocolate break detail - floating crumb realism - melted chocolate reflections - premium wrapper texture - billboard readability maintained - ultra-clean typography edges - high-end FMCG rendering quality 📐 COMPOSITION FLOW: Upper Frame: massive typography dominance Center: snap explosion + human interaction Foreground: product hero Lower-left: CTA + features Eye flow: Headline → Snap → Product → Chocolate Motion → CTA 🎥 CAMERA & RENDER: - commercial food photography - Phase One medium format feel - 35–50mm lens - HDR commercial rendering - ultra-clean sharpness - premium FMCG color grading 🔥 FINAL FEEL: Feels like: Nike energy campaign × premium FMCG launch × modern Behance commercial food poster. ,

FORMAT: 4:5 vertical hyper-commercial chocolate campaign poster , ultra-high resolution (8K) , premium billboard + social media advertising ready Style: bold FMCG advertising × modern snack campaign × energetic commercial poster design × high-impact product photography 🧠 CORE IDEA: THE BREAK EVERYONE WAITS FOR. A campaign built around impact , craving , and satisfying motion. Everything in the composition reacts to the iconic KitKat snap. 🎬 MASTER COMPOSITION: BACKGROUND: Deep KitKat red environment Layered with: - rich red gradients - chocolate texture overlays - dynamic motion streaks - subtle crumb particles - repeated typography patterns - glossy studio reflections The atmosphere should feel: bold , hungry , energetic , commercially explosive. 👤 HUMAN SUBJECT: Young Gen-Z male/female model Expression: playful , confident , mid-enjoyment moment Pose: holding KitKat toward camera mid-snap action Camera angle: slightly low + close perspective for product dominance Wardrobe: modern streetwear in neutral tones allowing red palette to dominate 💥 VISUAL ENERGY: The SNAP becomes the visual explosion. At the break point: - chocolate shards flying outward - wafer crumbs suspended mid-air - liquid chocolate streaks - motion lines radiating from snap Typography physically cracks apart following the KitKat break. Feels: satisfying , punchy , commercially exaggerated. 🍫 PRODUCT HERO: [KitKat](chatgpt://generic-entity?number=0) chocolate bar + wrapper Placement: foreground center-right Angle: extreme 3/4 hero perspective Product details: - hyper-real chocolate texture - visible wafer layers - glossy melted chocolate highlights - realistic crumbs - embossed KitKat logo - premium wrapper reflections Chocolate should feel: crispy , rich , irresistible. ✍️ TYPOGRAPHY SYSTEM: MAIN HEADLINE: “BREAK TIME.” Typography style: - ultra-bold condensed sans-serif - oversized stacked layout - white typography - extremely tight spacing - cracked/distorted around snap point SECONDARY TEXT: “HAVE A BREAK. HAVE A KITKAT.” BACKGROUND TYPOGRAPHY: Repeated low-opacity words: SNAP CRUNCH BREAK CHOCOLATE WAFER MELT integrated into background layers 📦 FEATURE INFORMATION STRIP: Bottom premium feature strip: □ CRISPY WAFER □ RICH CHOCOLATE □ ICONIC SNAP □ PERFECT BREAK Minimal modern icon system. 📣 CTA SECTION: BOTTOM LEFT: “NEW SHARING PACK AVAILABLE” CTA BUTTON: solid white rectangular button TEXT: “GRAB NOW” Secondary micro CTA: “Available Online & In Stores” 🌐 WEBSITE + BRAND INFO: BOTTOM CENTER: www.kitkat BOTTOM MICROTEXT: “NESTLÉ KITKAT · 2026 EDITION” 🎨 COLOR SYSTEM: PRIMARY: KitKat red deep chocolate brown SECONDARY: white typography ACCENTS: warm chocolate highlights golden wafer tones Palette should feel: bold , delicious , high-energy , commercial. 💡 LIGHTING SYSTEM: MAIN LIGHT: strong commercial studio key light RIM LIGHT: warm chocolate highlights around product ACCENT LIGHT: soft red glow behind snap motion ATMOSPHERIC LIGHT: subtle floating particles catching light REFLECTIONS: glossy FMCG-grade reflections Lighting should feel: premium snack advertising × modern commercial photography. ✨ HYPER DETAILING: - ultra-real wafer texture - sharp chocolate break detail - floating crumb realism - melted chocolate reflections - premium wrapper texture - billboard readability maintained - ultra-clean typography edges - high-end FMCG rendering quality 📐 COMPOSITION FLOW: Upper Frame: massive typography dominance Center: snap explosion + human interaction Foreground: product hero Lower-left: CTA + features Eye flow: Headline → Snap → Product → Chocolate Motion → CTA 🎥 CAMERA & RENDER: - commercial food photography - Phase One medium format feel - 35–50mm lens - HDR commercial rendering - ultra-clean sharpness - premium FMCG color grading 🔥 FINAL FEEL: Feels like: Nike energy campaign × premium FMCG launch × modern Behance commercial food poster. ,

an image of Ada Wong from Resident Evil 2 Remake. She has long , curly black hair , wears a high-slit black cheongsam dress , and has a ahegao expression. Include her iconic black gloves and choker. The background should be a dark , moody , japanese cafe. Deep cleavage. Sensually beautiful. -1 Offset. Realistic , ,

Highly Detailed Portrait Image of Gorgeous very curvy sun-hourglass physique Liu Yi Fei wears a form-fitting shimmering azure jumpsuit , belt with pouch , her blonde hair styled in iconic waves. She look back with grimly determined expression , arm with wristcom pointing. Behind her , A colossal , ancient spaceship , half-buried in the sands of a forgotten desert planet , its metallic hull encrusted with alien hieroglyphs. Sunlight glints off its weathered surface , revealing intricate carvings that hint at a lost civilization , soft light highlight her body curves. An ancient , forgotten alien artifact half-buried in a vast , windswept desert. Intricate carvings on its surface hint at lost civilizations and cosmic secrets. The scene is bathed in the ethereal glow of a double sunset , casting long , dramatic shadows. The scene is rendered with hyperrealistic detail , capturing the texture of the sand and the immense scale of the vessel. Style of a photorealistic matte painting with cinematic lighting. the painting style of Gil Elvgrin , Joyce Ballantyne , Vincent Wolf , and Art Frahm , sci-fi concept art , , intricate details , HDR , beautifully shot , hyperrealistic , sharp focus , 64 megapixels , perfect composition , high contrast , cinematic , atmospheric , moody , detailed matte painting , deep color , fantastical , intricate detail , splash screen , complementary colors , fantasy concept art , 8k resolution trending on Artstation Unreal Engine 5 Classic SF , science fiction , liu yi fei , ,

photorealistic Liu Yi Fei inspired by Sailor Moon , long black hair in iconic twin buns with loose messy pigtails , strands falling across her face , slightly disheveled , standing in a police station mugshot setting , height chart wall behind her , holding a mugshot placard , smudged makeup , dark mascara streaks under her eyes , glossy slightly parted lips , faint blush mixed with fatigue , large expressive eyes , confident rebellious gaze , subtle ironic smirk , head slightly tilted , attitude , tired but defiant emotion wearing a modern edgy reinterpretation of Sailor Moon outfit , slightly torn or wrinkled , darker tones , leather-like textures mixed with fabric , harsh fluorescent lighting from above , realistic skin texture with imperfections , cinematic shadows , gritty атмосphere , front-facing composition , shallow depth of field , ultra detailed , anime inspired but photorealistic , 8k faint magical glow fading around her , subtle sparkles mixed with gritty realism , contrast between magical identity and harsh reality , intense mood text "An Feng" slight bruise or redness on cheek lipstick smeared unevenly chains or handcuffs partially visible wet hair strands as if caught in rain portrait framing , head fully visible , top of head not cropped , extra space above head , centered composition , proper headroom medium shot , , Hyperrealistic , splash art , concept art , mid shot , intricately detailed , color depth , dramatic , 2/3 face angle , side light , colorful background ,

Highly Detailed Portrait Image of Gorgeous very curvy sun-hourglass physique Marilyn Monroe wears a form-fitting shimmering azure jumpsuit , belt with pouch , her blonde hair styled in iconic waves. She look back with grimly determined expression , arm with wristcom pointing. Behind her , A colossal , ancient spaceship , half-buried in the sands of a forgotten desert planet , its metallic hull encrusted with alien hieroglyphs. Sunlight glints off its weathered surface , revealing intricate carvings that hint at a lost civilization , soft light highlight her body curves. An ancient , forgotten alien artifact half-buried in a vast , windswept desert. Intricate carvings on its surface hint at lost civilizations and cosmic secrets. The scene is bathed in the ethereal glow of a double sunset , casting long , dramatic shadows. The scene is rendered with hyperrealistic detail , capturing the texture of the sand and the immense scale of the vessel. Style of a photorealistic matte painting with cinematic lighting. the painting style of Gil Elvgrin , Joyce Ballantyne , Vincent Wolf , and Art Frahm , sci-fi concept art , , intricate details , HDR , beautifully shot , hyperrealistic , sharp focus , 64 megapixels , perfect composition , high contrast , cinematic , atmospheric , moody , detailed matte painting , deep color , fantastical , intricate detail , splash screen , complementary colors , fantasy concept art , 8k resolution trending on Artstation Unreal Engine 5 ,

A hyper-detailed miniature diorama of Vadodara Railway Station seamlessly built directly onto a rustic wooden table surface , as if the entire location is being handcrafted in real time. The scene features the most iconic landmarks , architecture , platforms , trans , cultural elements , and atmosphere of Vadodara Railway Station , surrounded by dense miniature activity with tiny people , trolley bags , shops , lights , and environmental storytelling unique to the location. Tracks , landscapes , Railway buildings , and structures emerge naturally from the wooden tabletop with no visible platform or base. In the foreground , a realistic human hand carefully uses precision tweezers , brushes , or miniature modeling tools to place and adjust tiny details , emphasizing the handcrafted diorama creation process. Warm cinematic lighting streams through a nearby window , creating soft golden highlights , atmospheric haze , floating dust particles , shallow depth of field , and realistic tilt-shift photography. Ultra intricate miniature craftsmanship , photorealistic textures , cozy workshop ambience , cinematic composition , immersive scale-model realism , ultra realistic 8k detail --ar 2:3 --style raw --v 6 ,

A minimalist coffee cup containing latte art that morphs into a tiny , stylized charging battery icon , showing text "99%" , flowing upwards like data stream. The background is a clean , modern cafe counter. The style is abstract and conceptual , focusing on the blend of digital and culinary art , rendered with crisp , clean lines and soft studio lighting. ,

Prompt de generación de imagen: Un plano cenital (visto desde arriba) y perfectamente ortogonal de Un tablero de juego de mesa detallado de estilo clásico , inspirado en el Monopoly pero con una temática bíblica e histórica del antiguo Israel. El juego se titula "MAYORDOMÍA: EL TABLERO DE LA PROMESA" escrito en letras doradas y elegantes en el centro. El diseño general tiene texturas de pergamino antiguo , tonos tierra , beige y acabados dorados. El tablero es rectangular y tiene casillas en todo su perímetro. Cada grupo de casillas tiene un color distintivo en la parte superior y representa lugares bíblicos con ilustraciones detalladas en miniaturas sepia o grabados antiguos: En el centro del tablero se muestra una gran ilustración panorámica e intrincada de la antigua ciudad de Jerusalén con murallas de piedra , templos y palacios bajo una luz cálida. Sobre la ilustración , aparecen dos citas bíblicas en pergaminos flotantes: "Sé fiel en lo poco , y en lo mucho te pondré a cargo. Mateo 25:21" y "La Tierra es del Señor , y todo lo que ella contiene. Salmo 24:1". A los lados del centro , hay dos mazos de cartas tridimensionales inclinados: uno azul llamado "CARTAS DE FE" y otro con forma de pergamino enrollado llamado "CARTAS DE PROFECÍA". En la esquina inferior izquierda del centro , se observan dos dados de hueso antiguo con puntos negros. Estilo visual de juego de estrategia premium , limpio , nítido y de alta resolución. El tablero está rodeado por un marco perimetral dividido en 40 casillas rectangulares (10 por cada lado , incluyendo las esquinas cuadradas). La orientación del texto y los gráficos en las casillas debe seguir estrictamente la rotación perimetral del tablero , de modo que las bases de las letras y los dibujos siempre miren hacia el borde exterior del tablero correspondiente a su lado: • Lado Inferior (De derecha a izquierda - Texto en posición normal): Comienza con la casilla de salida en la esquina inferior derecha llamada "SALIDA: El Pacto" , ilustrada con un pergamino abierto con un sello dorado y una flecha roja hacia la izquierda (+200 Siclos). Sigue con: Marrón "Camino de Shur" (60 Siclos) , casilla "Cartas de Fe" (icono de paloma blanca) , marrón "Monte Horeb" (60 Siclos) , casilla "Tributo al César" (Impuesto , icono de una moneda romana , 200 Siclos) , la casilla de transporte "Ruta de Shur" (icono de calzada antigua , 200 Siclos) , celestes "Camino de Belén" (100 Siclos) , "Cartas de Profecía" (icono de pergamino ardiendo) , "Camino de Emaús" (100 Siclos) y "Nazaret" (120 Siclos). Termina en la esquina inferior izquierda con la casilla de esquina "El Pozo (Solo Visita)" , ilustrada con un pozo de piedra antiguo y palmeras. • Lado Izquierdo (De abajo hacia arriba - Texto rotado 90° a la derecha): Incluye las propiedades rosa "Llanuras de Jericó" (140 Siclos) , la casilla de servicio "Camino al Maná" (150 Siclos) , propiedades rosa "Riberas de Galilea" (140 Siclos) y "Cafarnaúm" (160 Siclos) , la casilla de transporte "Camino Real" (200 Siclos) , propiedades naranja "Encinar de Siquem" (180 Siclos) , la casilla "Cartas de Fe" (icono de paloma) , propiedad naranja "Encinar de Mamre" (180 Siclos) y "Valle de Hebrón" (200 Siclos). Termina en la esquina superior izquierda con la casilla de esquina "El Año del Jubileo" , ilustrada con un gran cuerno de carnero (Shofar) dorado. • Lado Superior (De izquierda a derecha - Texto invertido , rotado 180°): Comienza después del Jubileo con las propiedades rojas "Monte Garizim" (220 Siclos) , la casilla "Cartas de Profecía" (pergamino ardiendo) , la propiedad roja "Ciudad de Samaria" (220 Siclos) y "Puerto de Cesarea Marítima" (240 Siclos). Sigue con la casilla de transporte "Vía Marítima" (icono de un barco antiguo , 200 Siclos). Continúa con las propiedades amarillas (Región de Galilea Superior): "Llanuras de Esdrelón" (260 Siclos) , "Monte Tabor" (260 Siclos) , la casilla de servicio "Campos de Booz" (icono de espigas de trigo y herramientas , 150 Siclos) y la propiedad amarilla "Ciudad de Dan" (280 Siclos). Termina en la esquina superior derecha con la casilla de esquina "Juicio del Sanedrín (Ve al Pozo)" , ilustrada con un mazo de juez antiguo o una silueta de guardias templarios señalando. • Lado Derecho (De arriba hacia abajo - Texto rotado 90° a la izquierda): Comienza después del Juicio con las propiedades verdes (Región de Jerusalén y Montes Sagrados): "Monte de los Olivos" (300 Siclos) , "Monte Sión" (300 Siclos) , la casilla "Cartas de Fe" (icono de paloma) , y la propiedad verde "Getsemaní" (320 Siclos). Sigue con la última casilla de transporte: "Calzada de los Reyes" (icono de puertas de una fortaleza de piedra , 200 Siclos). Continúa con una casilla de "Cartas de Profecía" (pergamino ardiendo) , las propiedades de color azul oscuro (Región del Santuario Épico): "Ciudad de David" (350 Siclos) , la casilla de penalización "Ofrenda para los Pobres" (Impuesto , icono de manos abiertas dejando caer monedas , 100 Siclos) , y finalmente la propiedad más valiosa del tablero , azul oscuro , llamada "El Gran Templo de Jerusalén" (400 Siclos) , justo antes de conectar nuevamente con la casilla de SALIDA. Cada casilla de propiedad tiene una banda de color sólida y limpia en su parte superior interna (mirando al centro) y el precio de compra en "Siclos" escrito en texto pequeño en su borde inferior interno. El diseño general utiliza líneas negras nítidas , tipografías legibles pero con toques rústicos/antiguos , y una estética pulcra de juego de mesa impreso. ,

A voluptous woman kneeling in front of an old 1980s television set glowing with white noise. she wears a short thin nightgown , her long black hair illuminated by the cold bluish glow of the TV. Her both hands grasping the screen , Her posture lean forward to the TV to strengthen her arms. faint ghostly glow emanating from the TV atmosphere eerie , silent , and supernatural , a sense of mystery and dread cinematic depth of field , ultra-detailed 3D photorealistic textures of hair , static light , and fabric IMAX-level realism , Unreal Engine 5 rendering , HDR color contrast , Canon EOS R5 35mm f/1.4 lens , masterpiece horror composition , haunting and iconic --ar 16:9 --raw --stylize 750 --v 6 , ,

The background shows a curved metal wall of a deep , translucent obsidian , etched with glowing neon-cyan rune lines and a glowing purple gothic cross sign on the wall. One or two wall paintings with red mandala glowing with ink lines. Gorgeous very curvy sun-hourglass physique woman wears dirty form-fitting blue leather with belt holster and pouch , her hair styled in iconic waves. Her pale strong thighs in long jean pant stands on a shimmering alien cavernous hall . Behind her , a colossal , ancient tall alien artifact pulses with soft , ethereal light. The perspective should be gloomy , unreal , and frightening; it is meant to be unsettling. painting by Jko , Norman Rockwell and Alex Ross and Gil Elvgren making a in full watercolor art style with a color palette of deep purples and glowing blues. , horror Gustave Doré Greg Rutkowski ,

Gorgeous very curvy sun-hourglass physique woman wears dirty form-fitting blue leather with belt holster and pouch , her hair styled in iconic waves. Her pale strong thighs in long jean pant stands on a shimmering alien cavernous hall . The background shows a curved metal wall of a deep , translucent obsidian , etched with glowing neon-cyan rune lines and a glowing purple gothic cross sign on the wall. One or two wall paintings with red mandala glowing with ink lines. Behind her , a colossal , ancient tall alien artifact pulses with soft , ethereal light. The perspective should be gloomy , unreal , and frightening; it is meant to be unsettling. painting by Jko , Norman Rockwell and Alex Ross and Gil Elvgren making a in full watercolor art style with a color palette of deep purples and glowing blues. , horror Gustave Doré Greg Rutkowski ,