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 poised ballerina captures the audience's attention as she twirls gracefully , her vibrant blue dress billowing dramatically. The gown made from swirling in Tzeentch water waves , violet , blue and purplish red , billows outward in all directions. The woman's face is flawlessly made up with a bold red lipstick as the only accent color. Her skin is porcelain-like , and her eyes gaze directly into the camera. The background is a pure , luminous black. The style is a blend of avant-garde fashion portraiture and graphic installation art , with rich textures of crumpled paper and precise cuts. Directional studio lighting , high resolution , hyper-sharp details --chaos 1 --ar 4:5 --raw --profile f7ca75c --stylize 75 --weird 1 --hd --preview ,

A dancer in dynamic motion with luminous pointillism rendering. Thousands of glowing , translucent rainbow gradient stripes and beads forming the figure. Cascading black particle trails creating ethereal energy and movement. The gown flows into a dramatic train that forms a large , vortex on the ground and curves upwards into a series of large. The woman's face is flawlessly made up with a bold red lipstick as the only accent color. Her skin is porcelain-like , and her eyes gaze directly into the camera. The background is a pure , luminous black. The style is a blend of avant-garde fashion portraiture and graphic installation art , with rich textures of crumpled paper and precise cuts. Directional studio lighting , high resolution , hyper-sharp details. ,

Epic wide shot of a stunningly beautiful sci fi woman , skin intricate patterns of tree's bark. her hat is a lush , vibrant umbrella of Electronic circuit shape like umbrella , standing in New York 3077 AD. The background: a vast futuristic megacity rises behind , sky bridges and flying craft weaving between kilometer tall towers. Bold crimson and cobalt blue , brilliant gold accents. Cinematic sci fi illustration , intricate detail , luminous. Cinematic sci fi vista , full figure , detailed city. ,

A bold , stylized illustration of a lone character in a crisp black coat and a dramatic hat , standing at the edge of a bustling steampunk city rendered in flat amber and slate‑gray tones. The city is a skyline of blocky domed towers , each outlined in thick black ink , with visible gears and steam vents puffing cartoonish clouds. The figure holds a compact , gear‑adorned case that glints with metallic highlights. Above them , a massive umbrella is drawn as a giant , see‑through hot‑air balloon; its canopy is a glossy , pastel‑blue membrane dotted with glowing neon symbols that flicker rhythmically. Long , wavy “tentacles” of the umbrella trail down like ribbons , dripping bright droplets onto the cobblestones. A whimsical fog drifts in the background , rendered as soft , gradient clouds. The mood is adventurous and slightly playful , ideal for a graphic novel cover or a game concept art. ,

A stylized digital painting depicts a squad of four women advancing across a bright sandy beach beneath a vivid blue sky streaked with towering white clouds. The composition is viewed from a dramatic low angle , making the figures appear imposing as they stride toward the viewer. The woman in the foreground carries a massive shoulder-mounted launcher while gripping a modern rifle across her body. She wears a black bikini with tactical gear , ammunition pouches , and thigh straps , her dark hair blowing sharply in the sea breeze. Slightly behind her , another woman carries an oversized heavy machine gun slung over one shoulder , also dressed in beachwear combined with military equipment. Two additional squad members follow in the background carrying equally oversized weapons , partially silhouetted against billowing smoke and dust rising from distant explosions. Sand sprays around their bare feet as they move along the shoreline , with sunlight reflecting off the water and illuminating the warm beach tones. Bold painterly brushstrokes and high-contrast lighting give the scene an energetic , cinematic feel that blends summer aesthetics with exaggerated action-movie spectacle. ,

A swarm of vampires violently invades her home , shattering windows and tearing down doors. This illustration is rendered in a graphic novel style , with bold lines and dramatic shadows , reminiscent of Artstation illustrations. Inside , furniture is overturned , and the air is thick with tension. The vampires , with their menacing eyes and sharp fangs , are relentless in their attack. The overall color palette is dark and chaotic , with deep reds , blues , and blacks dominating , emphasizing the violence and terror of the invasion. Shattered glass and splintered wood litter the scene , adding to the sense of destruction. The slender , graceful vampire is in the middle of the chaos , fighting back with determination. ,

A swarm of vampires violently invades her home , shattering windows and tearing down doors. This illustration is rendered in a graphic novel style , with bold lines and dramatic shadows , reminiscent of Artstation illustrations. Inside , furniture is overturned , and the air is thick with tension. The vampires , with their menacing eyes and sharp fangs , are relentless in their attack. The overall color palette is dark and chaotic , with deep reds , blues , and blacks dominating , emphasizing the violence and terror of the invasion. Shattered glass and splintered wood litter the scene , adding to the sense of destruction. The slender , graceful vampire is in the middle of the chaos , fighting back with determination. ,

Xenomorph woman with helm and silhouette drawn from its own regalia , crouched low on a rain-slicked vantage above future London , Big Ben and Parliament sealed inside a climate shield , glass spires erupting behind Victorian stone , silent electric vessels crossing the Thames below , rain glowing as it falls through light fields , dramatic uplighting with deep shadow above , emerald and gold palette , saturated turquoise and blazing orange-red , visible brushwork and bold separated color blocks , golden age illustration grandeur , cinematic hyperrealistic 8K ,

A gigantic , cartoon‑styled Sea‑Dragon with bold , stylized scales hovers in a crystal‑clear ocean. Three cheerful mermaids sit on its tail , snapping a selfie with oversized , sparkling phones. Their costumes are bright and saturated , transitioning from a vivid red top to a deep blue bottom , forming a living rainbow that arcs around them. Surrounding them are playful dolphins in bright teal , gentle turtles with polka‑dot shells , and a whimsical seahorse with glittering fins. The image is framed like a macro shot in a comic‑book panel , featuring exaggerated colors , crisp line work , subtle film grain , and a slight vignette. Dynamic cinematic lighting highlights the characters , giving the scene a lively , epic yet fun atmosphere. ,

2D cartoon animation , Broccoli Animations style , bold outlines , flat cel shading — medium wide shot of the clerk at her desk , the opened archive box in front of her. She holds an index card in one hand and counts items laid out on the desk with her other hand. Her expression is focused but unsettled. Thirteen items are spread neatly. One clear empty space on the desk implies something missing. Fluorescent lighting , muted grey-navy tones. Clock on wall shows nearly 1 AM. ,

A football star performs a soaring back‑flip kick , frozen like a statue of motion. His body is rendered in stippled ink , each sweat bead a tiny burst of silver. Around him , transparent geometric triangles in saturated red , lime‑green , and electric blue explode from a central , stylized TRIONDA ball , forming a luminous vortex that spirals into a dark , swirling black‑hole. A single , harsh spotlight from the top‑left casts stark highlights , while the rest of the scene falls into deep shadow. The low‑angle perspective makes the player a towering hero against a stadium bathed in dim , flickering lights; the crowd blurs into vibrant smears of color. Across the top third , the title “Football Fever” is drawn in distressed white stippling , with “Night Café” beneath in shimmering gold. Subtle football‑grain texture fades into the far background. Style Keywords: surreal graphic‑novel , bold line work , high‑contrast chiaroscuro , stylized geometry , vibrant color pops , dynamic composition. ,

Ancient Chinese wuxia master poster , inspired by Jin Yong / martial arts legend aesthetic , an elderly Taoist kung fu grandmaster with long flowing white beard and weathered face , wearing layered torn monk robes in beige , gray and black ink-wash textures , standing in a powerful martial arts stance with one palm extended toward the viewer , dramatic swirling qi energy forming a large yin-yang vortex around him , ghostly palm imprints inside the vortex , smoke and ink splashes blending into his robes , Chinese shanshui mountains and distant temple architecture in the background , ultra-detailed traditional Chinese ink painting mixed with cinematic concept art , sepia parchment background , bold vertical black Chinese calligraphy title , red seal stamps , wuxia novel cover / martial arts manual poster layout , full-body heroic composition , dynamic brush strokes , flowing fabric , ancient legend atmosphere , high contrast ink textures , elegant negative space , masterpiece , highly detailed , collectible poster design , vertical composition --ar 2:3 ,

A fleet of sleek , futuristic spaceships emerge from a shimmering portal , their forms rendered with the sharp detail of concept art. They are positioned against a backdrop of an abstract , swirling cosmic phenomenon , painted in bold , energetic strokes. The lighting is dramatic and cinematic , emphasizing the scale and power of the fleet. Style inspired by the dynamic concept art of Sparth and the visual intensity of abstract expressionism. ,

A digital concept art illustration of a team of 8 superheroes posing for a photo. A detective in a tan trench coat and fedora on the far left , followed by a masked figure in a long dark blue trench coat and fedora. Next to him stands a man in a brown leather jacket , black t-shirt , and blue jeans , wearing a sleek hi-tech alien helmet; next to him is a man in a purple hi-tech tactical combat suit. In the center , a figure in black and yellow combat armor with a helmet commands attention , complemented by a Puerto Rican woman in a tactical navy blue jumpsuit & navy blue trench coat with a red scarf and blue fedora holding dual pistols. A figure adorned in futuristic hi-tech knight armor with a horned helmet and dark blue cape , with a woman in a tactical matte-brown catsuit with neon-lit circuitry , and flowing blonde hair holding a laser pistol on the far right , completing the ensemble. The intricately detailed costumes are highlighted by dramatic , high-contrast lighting that accentuates their muscular physiques. Bold colors shimmer under a stormy sky , while dynamic poses convey motion and readiness. The city skyline is blurred in the background , illuminated by streaks of lightning that enhance the intense , heroic atmosphere. The scene is captured with cinematic colors , high dynamic range , and ultra-high resolution , creating an epic composition. 32k , HDR , cinematic colors , cinematic studio lighting , high contrast , dynamic shadows , photorealistic , hyperrealism , sci-fi , intricate detail , ultra high resolution , epic composition , masterpiece ,

alien snow globe with small three legs standing on a snowy landscape. The globe is partially transparent , revealing a magical , glowing interior surrounded by swirling snow dust. Inside the globe , a futuristic home with sleek glass , globe architecture and vibrant , swirling organic pattern fill , muted jewel-tone palette , advanced flying drone out of the globe's entrance , in a vibrant , mosaic-inspired artwork with intricate patterns and textures. Use a bold color palette dominated by rich blues , fiery oranges , and deep reds , resembling stained glass or hand-crafted textiles. Incorporate ornate details , organic shapes , and abstract elements to give depth and character. Subjects can include natural themes like peacocks , floral designs , fashion items , or urban settings. The final image should have a glowing texture , and artistic quality , evoking a sense of handcrafted elegance and visual richness. ,

A vertical 2:3 sports poster for the 2026 FIFA World Cup. A footballer in mid-air helicopter kick , frozen at the peak of the motion , muscles tensed , sweat droplets flying off his body in sharp detail. just struck by his foot a thin flashlight shadow with like Saturn's ring , light imperial Starwars style giant half-football (design inspiration from the official TRIONDA match ball. Bold geometric triangular patterns in vibrant red , green , and electric blue radiate outward from a central football , creating explosive energy and forward motion. The triangular motifs fragment and recompose into subtle cultural nods) drifting across the player , dissolving into Phantom. The player is lit by a dramatic single hard spotlight from the upper left , carving bright highlights along his silhouette and leaving the rest in deep shadow. Strong chiaroscuro , high contrast. Low-angle hero framing makes the athlete tower against a near-black stadium background with faint crowd silhouettes in the distance. The title "2026 FIFA" in bold distressed white type across the upper third , with "WORLD CUP" smaller below in electric gold. A subtle football texture faintly visible in the deep background. Color palette: deep red maroon #54190a , electric gold #FFD700 , white , black. Clean , high-resolution image quality: smooth continuous tonal gradients , uniform and combines the intricate detail of stippling art with the dramatic composition of cinematic photography. The athlete is crisp and clearly separated from a softly layered background with clear depth. Free of digital noise and over-sharpening artifacts. No watermark , no garbled text. ,

A vertical 2:3 sports poster for the 2026 FIFA World Cup. A footballer in mid-air bicycle kick , frozen at the peak of the motion , muscles tensed , sweat droplets flying off his body in sharp detail. just struck by his foot a thin flashlight shadow emerge into enormous half-football's with like Saturn's ring , light imperial Starwars style giant half-football (3D rendering:0.1) drifting across the player , dissolving into Phantom. The player is lit by a dramatic single hard spotlight from the upper left , carving bright highlights along his silhouette and leaving the rest in deep shadow. Strong chiaroscuro , high contrast. Low-angle hero framing makes the athlete tower against a near-black stadium background with faint crowd silhouettes in the distance. The title "2026 FIFA" in bold distressed white type across the upper third , with "WORLD CUP" smaller below in electric gold. A subtle football texture faintly visible in the deep background. Color palette: deep pitch green #0A3D0A , electric gold #FFD700 , white , black. Clean , high-resolution image quality: smooth continuous tonal gradients , uniform and combines the intricate detail of stippling art with the dramatic composition of cinematic photography. The athlete is crisp and clearly separated from a softly layered background with clear depth. Free of digital noise and over-sharpening artifacts. No watermark , no garbled text. ,

A professional vertical 3:4 poster for FIFA World Cup 2026. STYLE: vintage sport editorial meets modern Swiss typography — 1960s-70s sports magazine grit fused with bold contemporary graphic design. PALETTE: warm gold #D4AF37 + deep forest green #1B3A2D + cream off-white #F5F0E8. Entire image is monochromatic within this palette — NO bright colors anywhere. LAYOUT — Top: massive bold title "FIFA" on first line , "WORLD CUP" on second line , in extremely bold sans-serif , square heavy letterforms , filled with dense halftone dot texture like old newspaper print , cream off-white color , spanning full width. The letters have a slight rough edge like screen-printed ink. Center: A dynamic silhouette of Kylian Mbappé mid-kick —athletic explosive running posture. a powerful action pose: one leg extended forward striking the football , body leaning into the shot , in a vast star-filled cosmic night , just struck by his foot a thin flashlight shadow emerge into enormous half-football's ring , light imperial Starwars style giant half-football(3D rendering:0.1) drifting across the void , dissolving into Phantom. The figure is rendered as a high-contrast duotone graphic in warm gold against deep green , with subtle film grain and light vintage halftone texture. Behind him , a faint circular sunburst graphic radiates outward in gold lines , evoking classic 1970s sports posters. At his feet , the official 2026 World Cup ball "Trionda" — rendered in the SAME duotone gold-and-cream palette as the rest of the image , no bright red/green/blue. The ball's distinctive wave pattern and panel construction are visible through tonal contrast and embossed texture in gold and cream tones , like a vintage screen print. The ball is mid-flight , just struck by his foot. Bottom: slogan "Say It. Make Your Cup." in the SAME extremely bold sans-serif font as the title — square , heavy , condensed letterforms with the same halftone dot texture fill , cream off-white color , matching the "FIFA WORLD CUP" title typography exactly. A thin gold rule line separates it slightly. Below the slogan , "2026" in the same bold sans-serif style , smaller but matching. DESIGN: bold negative space , strong diagonal tension from Mbappé's striking pose , clear visual hierarchy. The vintage feel is subtle — light film grain , slight warm color shift , delicate halftone pattern on all text. The ENTIRE image stays strictly within the gold-green-cream palette — Trionda ball must NOT appear in bright colors , only duotone gold/cream with tonal embossed detail. ANCHOR: reminiscent of 1970s World Cup matchday programmes crossed with modern minimalist editorial design. AVOID: generic Inter/Helvetica typography , generic purple gradients , SaaS landing page style , stock photo aesthetic , rounded card stacks , watermarks , misspelled text , low contrast text , multi-step compositing seams , bright colors anywhere in the image , a colorful football , thin or lightweight fonts at the bottom , mismatched typography between title and slogan. Clean , high-resolution image quality: smooth continuous tonal gradients , uniform and well-controlled texture throughout , surfaces and materials intact and naturally rendered. The main subject is crisp and clearly separated from a softly layered background with clear depth. Free of digital noise and over-sharpening artifacts. No watermark , no garbled text. ,

A straight-on medium shot features a young woman with light skin and long brown hair , standing outdoors beside a weathered black car. The woman clad in an exquisitely detailed Ghagra Choli with intricate Kutchi patterns , complemented by a flowing Dupatta that drapes gracefully around her shoulders; her vibrant crop top showcases bold geometric motifs , leaning slightly to her left. Natural sunlight from the upper left casts a bright , diffused glow , creating lens flare and soft highlights around her silhouette. The background is dense with green foliage , suggesting an overgrown , possibly abandoned area. A Web-like pattern of sunbeams and light scatter are noticeable , adding a dreamy , ethereal quality to the image. The overall atmosphere is a mix of romantic and rustic , with the bright daylight contrasting against the overgrown and slightly neglected environment. ,

A strikingly beautiful woman in a black and silver gown stands at a lavish evening function in a noble manor’s ballroom , surrounded by nobles and candlelight. She looks arrogantly at the viewer , as if daring them to approach her. Her dress clings elegantly , cut to reveal her shoulders and collarbone , silver embroidery tracing serpentine designs along the fabric. She wears subtle jewellery — obsidian earrings and a silver choker — and her hair is styled in long , soft dark waves. She holds a delicate and intricate black and silver fan against her chest. Stylised fantasy realism , strong silhouette , grounded natural materials , highly detailed clothing and textures , natural lighting , subtle dramatic shadow , clean rendering , high detail , full-body character portrait , character focus , fantasy roleplaying game character art. heroic fantasy splash art , stylised fantasy realism , Riot Games inspired illustration style , premium League of Legends splash-art aesthetic , clean crisp rendering , polished digital painting , cinematic fantasy composition , dynamic heroic posing , powerful silhouette readability , expressive faces , refined facial structure , elegant semi-realistic anatomy , dramatic action language , flowing hair and fabric motion , layered costume design , ornate but readable detailing , grounded yet idealised material rendering , rich leather , cloth , metal and gemstone textures , luminous magical accents , subtle fantasy-science fusion elements , vibrant controlled colour palette , rich jewel-tone highlights , bold colour separation , cinematic rim lighting , painterly light diffusion , soft atmospheric bloom , dramatic but readable contrast , strong focal clarity , premium AAA game-art finish , high-detail rendering , refined edge control , immersive fantasy atmosphere , lightly abstracted cinematic background , foreground-midground-background separation , visual clarity prioritised over clutter , modern MOBA cinematic key art quality , elegant painterly finish with clean readability , energetic but grounded fantasy illustration. avoid exaggerated anime proportions , avoid cartoon stylisation , avoid hyper-photorealism , avoid muddy colours , avoid excessive visual clutter , avoid oversized eyes , avoid plastic-looking skin , avoid stiff posing , avoid flat lighting , avoid over designed costumes , maintain grounded but heroic anatomy , maintain clean rendering quality and cinematic readability. ,

Create a vibrant , Pablo Picasso Painting style of a bustling market scene along a wide , sun-drenched canal. The colossal , animated boats are adorned with small , colorful awnings and are piled high with wacky , exotic fruits and textiles. Vendors and customers alike sport bright , mismatched clothing and accessories , adding to the whimsy. Tiny people of all shapes and sizes mingle on the bridges , which are designed to look like playful , exaggerated waves. The Mediterranean-inspired setting is full of life and energy , with bold lines , bright colors , and textures that pop. The overall mood is serene and contemplative , showcasing the meticulous nature of stippling art. ,

Envision an abstract , expressionist cutaway of a gigantic green apple , where the form blurs into a vibrant , organic structure with glowing windows and a lush grotto. The apple is intertwined with dynamic , swirling ivy that merges with the interior space. A girl in a stylized , earthy outfit and gloves is immersed among abstract , glowing hanging plants and tropical foliage. The elegant planters are stylized and blend into the surroundings. The scene conveys a sense of fluidity and harmony , capturing the essence of a rejuvenating botanical haven through bold colors and expressive textures. ,

"Stunning modern Indian woman in her mid-20s with flawless glowing skin , wearing a luxurious black net Sidhidata saree with intricate 5mm sequin embroidery and sequence work that sparkles beautifully under soft lighting. She has draped the sheer net saree elegantly in contemporary style with a matching sequin blouse. She wears large traditional gold jhumka earrings , bold red lipstick , kohl-lined eyes , and subtle makeup. Long wavy hair , confident pose in a luxurious indoor setting with golden hour lighting , high fashion editorial style , ultra-realistic , 8k details" ,

"Stunning modern Indian woman in her mid-20s with flawless glowing skin , wearing a luxurious black net Sidhidata saree with intricate 5mm sequin embroidery and sequence work that sparkles beautifully under soft lighting. She has draped the sheer net saree elegantly in contemporary style with a matching sequin blouse. She wears large traditional gold jhumka earrings , bold red lipstick , kohl-lined eyes , and subtle makeup. Long wavy hair , confident pose in a luxurious indoor setting with golden hour lighting , high fashion editorial style , ultra-realistic , 8k details" ,

"Stunning modern Indian woman in her mid-20s with flawless glowing skin , wearing a luxurious black net Sidhidata saree with intricate 5mm sequin embroidery and sequence work that sparkles beautifully under soft lighting. She has draped the sheer net saree elegantly in contemporary style with a matching sequin blouse. She wears large traditional gold jhumka earrings , bold red lipstick , kohl-lined eyes , and subtle makeup. Long wavy hair , confident pose in a luxurious indoor setting with golden hour lighting , high fashion editorial style , ultra-realistic , 8k details" ,

Extreme close-up cinematic portrait of a Gujarati Rathwa tribe woman in traditional attire partially hidden behind a translucent cotton black embroidered Dupatta. Only her expressive eyes are sharply visible , adorned with subtle minimum eye makeup and long lashes. wearing a vibrant , intricately embroidered ghagra-choli with mirror work and bead embellishments , with small gold coins along the edge. Boho jewelry is layered but compact with coin necklaces and dangling earrings. The colors are deep and bold: navy , burgundy , adorns heavy silver jewelry , shallow depth of field , photorealistic skin , editorial fashion photography , mysterious and elegant mood. ,

An avant-garde cityscape where gravity seems to bend and flow , structures are made of light and shadow , and impossible architecture pierces a vibrant , alien sky. Small , silhouetted figures navigate the surreal urban expanse. The visual style is a bold , abstract expression of futurism , inspired by the mind-bending works of Zdzisław Beksiński and the geometric precision of M.C. Escher. ,