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 night scene on a balcony in 16:9 format. A woman in a short white dress with straps stands on the open balcony of a multi-story building. She leans on the railing and looks out over the nighttime city. The city below is illuminated by a soft neon glow: the lights of buildings , smoke from chimneys , and distant streetlights. The sky is dark blue with sparse stars , a slight haze on the horizon. The color palette is cool: deep blue , violet , and turquoise hues , soft watercolor transitions. The atmosphere is calm , pensive , with a sense of the night's silence and a gentle breeze. Detailed elaboration of light , shadows , and reflections on the metal railings and glass surfaces. Let go , Is it only me? Do you hear the whispers too?! When your head creates those loud voices to outcast all the other voices of thunder and shouts for help “coward” echoes through every nerve in me … One last step forward to fall off edge of the rocky cliff on which am standing. And the sea pulls me in , And the wind pushes me. I move one leg , I let go of the breath … I step into the nowhere , which was created by us , but … “No!” I hear a voice calling! And for a change I thought! That my death would make a difference to someone’s life , that someone cared to stop me … So I stepped back and tried to trace the giggles to it’s source to find two lovers dancing on the adjacent cliff , oblivious to the reality of our world … oh that young love. She had the darkest shade of black hair and he; the lightest shade of blond , with vibrant blue eyes like the morning sky locked inside a crystal. But their love was meant to end under my watch … and I notice another girl standing in a far distance looking down at the same view that had caught my eyes and she seemed to shift her gaze towards me before she smiles to walk away. ,

Clipart de personaje original inspirado en estética K‑pop , sin representar a ningún artista real. Diseño 100% original: rasgos faciales neutros , proporciones estilizadas , peinado creativo no asociado a idols reales. Outfit original: streetwear coreano + detalles futuristas , sin copiar ropa de MVs , conciertos o photoshoots. Paleta: neón (azul eléctrico , magenta , violeta) + acentos pastel. Poses: baile genérico , postura energética , sin coreografías reconocibles. Fondo: luces abstractas , shapes geométricos , neón difuso , sin escenarios realesEstilo visual: clipart vectorial , líneas limpias , colores planos , sombras suaves. Cámara: ilustración frontal , composición centrada. Calidad: alta resolución , bordes definidos , estilo consistente. Prohibido: nombres de idols , logos , outfits reales , rasgos reconocibles , referencias a grupos o MVs. Resultado: personaje original con vibe K‑pop , estética moderna , totalmente libre de copyright." ,

An 8K , hyperrealistic photograph presented in a 2:3 vertical portrait aspect ratio , featuring a medium shot of a woman in her late 20s (25-30 years old) , of Caucasian origin with a slender build. The scene is set indoors in a cozy living area , captured from a straight-on , eye-level perspective with central composition. The woman is the main focal point , sharply focused , smiling warmly and confidently directly at the lens. Her complexion is fair , displaying natural skin texture with subtle pores visible. She has light-brown eyes and shoulder-length , wavy , golden-blonde hair flowing loosely. She is dressed in an oversized , beige , chunky-knit wool sweater. She wears matching beige high-heeled pumps and carries a black leather handbag over her shoulder. The background is softly blurred with a smooth bokeh , creating a shallow depth of field. Natural daylight streams in from a window to the right , mixing with ambient indoor lighting for a neutral 5500K color temperature and moderate intensity. The light is soft and directional , casting gentle , diffuse shadows that create a calm , warm atmosphere. In the background , a dark wood side table with a table lamp sits to the left , and a fabric ottoman is positioned to the right. The foreground consists of a carpeted floor. The image is balanced with natural color saturation , precise white balance , and high dynamic range , featuring minimal grain and excellent sharpness. The overall color palette emphasizes tones of beige , black , brown , and white , highlighting diverse textures like wool , leather , wood , fabric , and carpet. The rendering quality is high-end professional studio photography with ultra-precise details and anatomically perfect consistency. ,

Abstract illustration of a tiny astronaut flying alone in a vast star-filled cosmic night , enormous Carousel type light freighter imperial Mad Max style giant Carousel drifting across the void , dissolving into vortex. Psychedelic white gradients , holographic color shifts , chromatic aberration , smoke-slick spectrum effect , ultraviolet blues , violet , cyan , magenta and orange highlights. luxurious scene with a rich gray and black color palette , incorporating moody lighting and detailed textures , blending realism with fantasy. ,

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. ,

Creative candle emerge into half-moon , (3D rendering:1.1) Horizontal surreal composed of (blue , white and gray stippling fading into the dark sky:1.1) , with a smaller flow , lighter (white and gray stippling formation behind it diminishing in size:1.0) , a Spearman entirely through stippling , hair-style is a lush , vibrant of burning candle shape like digital display , extending from the base of the structures into the foreground. The overall mood is serene and contemplative , showcasing the meticulous nature of stippling art. ,

A hidden cove accessible only through a narrow , water-filled cave passage. Inside , the water is a deep emerald green , and the cave walls are encrusted with shimmering crystals. Sunlight filters through a crack in the cave ceiling , illuminating a small , sandy alcove. the vortex staircase , gravity-defying waterfall cascades upwards into the Hidden Cove , defying the laws of physics. The water flows through a series of floating islands and structure of the Egale Canada in an abstract Interference style , female in wearing a broad , full-coverage , metallic , tube-top; with a wide , chainmail collar , a wide , chainmail belt; and a layered , tiered , metallic chainmail skirt that is knee length on staircase. ,

An astonishingly detailed , surreal masterpiece of a vast , ancient tree whose branches are constellations and whose roots delve into a cosmic ocean. From its boughs hang intricate , delicate spiderwebs woven from pure starlight , catching celestial motes. The style should be a hyper-realistic surrealism , masterfully painted with incredible detail and a painterly finish , capturing the majesty and mystery of the cosmos and nature intertwined. ,

A stunning aerial view of a graceful girl lying at the edge of a turquoise ocean shoreline , wearing an elegant flowing white gown with intricate lace details. The sea foam forms symmetrical , butterfly-like wings around her body , creating a surreal and magical composition. Soft sunlight highlights her glowing skin and delicate facial features , her long hair gently spread across the sand. ,

Masterpiece photorealistic full-length natural skin , no make-up , a beautiful 30-years-old pale freckled european elfic woman shoulder blond ponytail braid pale green eyes , medium wearing tigh leather armour Dark-blue and gold. Matching boots standing up in a dark cave , she's handing an elfic sword in right hand and a torch in left , a little determined smile on her face ,

A lone , beautiful and warrior pin-up riding a horse , cloaked against the lashing rain and gale , gallops through a treacherous , crystalline tree that hums with ancient energy on a desolate alien planet. The sky is a swirling aurora of cosmic dust. This scene is captured as a photorealistic cinematic still , with dramatic lighting and a sense of immense scale , inspired by the concept art of Sparth and the cinematography of Denis Villeneuve's sci-fi films. ,

Necesito que me realices un flyer llamativo , para hacer un sorteo de una bicicleta rodado '19 de la marca fire Bird. Que sean sorteo de solamente 50 números a $6500 cada número o 2 números por 12000. Y que diga que se sortea al vender todos los números. Utiliza las imágenes adjuntas de referencia para la bicicleta. Que el fondo sea acorde al flyer. ,

A surreal conceptual digital artwork of a woman’s side-profile portrait entirely formed by thousands of tiny human figures standing closely together. The woman has soft facial features , light skin , medium-length flowing hair , and wears modern round eyeglasses. The crowd seamlessly shapes her face , hair , neck , and shoulders , with individual people visible in different clothing colors and poses. Some people appear to be walking outward from the silhouette , creating a dynamic dissolving effect. The scene is viewed from a slightly elevated angle on a clean white background with dramatic long shadows cast across the ground by warm directional sunlight. The composition is minimalistic yet highly detailed , symbolizing collective identity , society , and human connection. Ultra-realistic , cinematic lighting , intricate crowd details , photorealistic textures , soft neutral tones , high depth of field , 8K resolution , conceptual art style , masterpiece quality. ,

A colossal pirate galleon sailing alone through a violent night storm on a savage open ocean , all sails fully deployed and straining at breaking point , the ancient wooden hull crashing through mountainous black waves sending walls of white foam exploding across the bow. The ship is breathtakingly detailed — every plank , rope , cannon port , barnacle-encrusted hull timber and weathered sail visible with extreme textural clarity. Tattered black flag whipping at the top mast barely visible through the storm. No crew visible — the ship feels alive , autonomous , legendary. Environment: a catastrophic ocean storm at dead of night — the sky is a churning mass of colossal dark storm clouds lit from within by constant diffused lightning , the ocean surface a chaos of enormous waves and white foam , horizontal rain streaking across the entire frame like silver threads. One enormous lightning bolt strikes the water in the far background , illuminating the entire scene for a single frozen moment. Anamorphic 2.39:1 frame. Wide cinematic shot — galleon centered but slightly off-axis , riding the crest of a massive wave , bow lifted dramatically , stern low. The ocean fills the lower half of the frame , the apocalyptic sky fills the upper half. f/2.2 depth of field — the galleon razor-sharp , distant storm chaos blooms into deep atmospheric bokeh. Lighting: cold blue-white lightning as the sole key light source casting brutal stark shadows across every sail and timber , faint warm amber glow from the ship's interior portholes , deep cool teal ocean reflections. Kodak Vision3 500T 35mm film grain , silver halide noise , raw untreated negative look. Chromatic aberration on sail edges , organic halation around lightning flashes , classic anamorphic horizontal lens flare. Arri Alexa 65 sensor aesthetic. Silent , haunting , apocalyptically beautiful. Cinematic movie still. ,

high definition image , Star-shaped castle , Magnificence , (Colorful castle ruins in clear blue light) masterpieces , at surface of the ocean , a partially staircase. On the outside of the vortex staircase , gravity-defying waterfall cascades upwards into the mountain , defying the laws of physics. The water flows through a series of floating islands and structure of the fish in an abstract Holographic Interference style , woman in red gown on staircase , the interior revealed by the unzipping above showcases a rain and water drops textures drip downward from the sky like river , realistic , best quality , By theatrical , ABM_fusion art style , Dynamic Dramatic , ABM_Vibrant Cosmic Nebula , 16K , rich detailed --ar 9:16 --style raw --profile ue2yzjl --stylize 500 ,

high definition image , Star-shaped castle , Magnificence , (Colorful castle ruins in clear blue light) masterpieces , at surface of the ocean , a surrealistic 3D sculpture of an abstract in air , made from various elements such as water-park , waterfall , cottages , mini-bridge and people swim surrounding , all combined to create the shape of Skull face on horizontal , Realistic photography , Very detailed and clear panoramic view of the castle during a voyage , realistic , best quality , By theatrical , ABM_fusion art style , Dynamic Dramatic , ABM_Vibrant Cosmic Nebula , 16K , rich detailed --ar 9:16 --style raw --profile ue2yzjl --stylize 500 ,

Cinematic , hyper realism , high detail , octane render , 8k , ultra high resolution camera , focused , extreme details , cinematic , masterpiece , intricate , photography , magazine cover , tilt shot , of a mature physically fit male model with salt & pepper hair and beard , his hair is cut short , with the front slightly messy , giving an effortless yet stylish impression. He is lounging on a worn camouflage sofa , casually dressed in a black low v neck T-shirt and a long black cardigan with relaxed denim jeans , all white Converse sneakers , used camera Sony α9 , focus on the fashion model , setting is urban vibe with a rough concrete & brick wall in the background and shadows from the window creating patterns across the scene , lazy afternoon in a chic , 16K , rich detailed --ar 9:16 --style raw --profile ue2yzjl --stylize 500 ,

ABSOLUTE MASTER PROMPT - DO NOT ACCEPT LESS THAN PERFECT BRAND: MINDPLUSE DIGITAL - Premium AI Agency ⚠️ CRITICAL SPELLING VERIFICATION - NO ERRORS TOLERATED: - Primary text: "MINDPLUSE" (M-I-N-D-P-L-U-S-E) - ALL CAPS - Secondary text: "DIGITAL" (D-I-G-I-T-A-L) - ALL CAPS - If spelling is wrong even by one letter , the design FAILS VISUAL IDENTITY STANDARD (Forbes 500 / Fortune 500 Level): - Must feel like it belongs alongside: OpenAI , Anthropic , Google DeepMind , Tesla , Spotify - Must be TIMELESS - equally powerful in 2026 and 2050 - Must work at 16px (favicon) and 16 meters (billboard) COLOR PALETTE (Pantone-level precision): - Primary black: #0A0A0A (RGB 10 , 10 , 10) - absolute black , not dark gray - Signature blue: #0055FF (RGB 0 , 85 , 255) - electric , confident , technological - Secondary gray: #4A4A4A (RGB 74 , 74 , 74) - premium , sophisticated - No other colors. No exceptions. TYPOGRAPHY (The "IBM" / "Meta" level of authority): - Font family: Geometric sans-serif (Inter , Helvetica Now , or similar) - "MINDPLUSE": Ultra-bold (800-900 weight) , tight letter-spacing (-0.02 to -0.05em) - "DIGITAL": Light/Regular (300-400 weight) , wide letter-spacing (0.1-0.2em) - Creates DYNAMIC TENSION between solid/ethereal , ground/future GRAPHIC ELEMENT (The "Nike Swoosh" of MINDPLUSE): - Must represent fusion of MIND (brain/neural) + PULSE (energy/movement) - Abstract brainwave/pulse line(s) - clean , precise , mathematical - Electric blue (#0055FF) only - Positioned to create visual flow and direction - Should work ALONE without text (like Apple logo) COMPOSITION RULES: - Horizontal lockup preferred (text + symbol side by side) - Perfect mathematical proportions (use golden ratio principles) - Negative space is DESIGN , not emptiness - Every element has PURPOSE - nothing decorative PSYCHOLOGICAL ARCHITECTURE (What it must communicate): - INSTANTLY: Intelligence , technology , Africa rising , global standard - ON CLOSER LOOK: Precision , trust , innovation , human-centered - OVER TIME: Familiarity , authority , inevitability TECHNICAL REQUIREMENTS (Non-negotiable): - Vector quality (clean paths , no pixel dependencies) - Sharp edges or perfectly calculated curves (no "close enough") - Works in: full color , monochrome , reverse (white on black) - Scalable: from app icon to highway billboard - Memorable: can be drawn from memory after 3 seconds WHAT THIS LOGO MUST ACHIEVE: - Be the most recognizable tech logo emerging from Africa - Look like it cost $1 million (even though created with precision) - Make competitors ask "Why didn't we think of that?" - Feel familiar yet completely original - Tell the story: African intelligence + global technology + human purpose WHAT TO ABSOLUTELY AVOID: - No gradients (unacceptable - looks dated) - No drop shadows (lazy design crutch) - No 3D effects (temporary trend) - No complex textures (reduces scalability) - No more than 2 fonts (amateur) - No clip art or obvious stock elements - No "tech clichés" (circuit boards , random dots , meaningless lines) - No busy backgrounds - this logo must live ANYWHERE FINAL TEST (Apply before considering complete): - Cover half the logo - is it still recognizable? - Reduce to 16px - is every element clear? - Show to someone for 3 seconds - can they sketch it? - Place next to Nike , Apple , OpenAI - does it hold its ground? This is not a request. This is a STANDARD. Deliver nothing less. ,

ABSOLUTE MASTER PROMPT - DO NOT ACCEPT LESS THAN PERFECT BRAND: MINDPLUSE DIGITAL - Premium AI Agency ⚠️ CRITICAL SPELLING VERIFICATION - NO ERRORS TOLERATED: - Primary text: "MINDPLUSE" (M-I-N-D-P-L-U-S-E) - ALL CAPS - Secondary text: "DIGITAL" (D-I-G-I-T-A-L) - ALL CAPS - If spelling is wrong even by one letter , the design FAILS VISUAL IDENTITY STANDARD (Forbes 500 / Fortune 500 Level): - Must feel like it belongs alongside: OpenAI , Anthropic , Google DeepMind , Tesla , Spotify - Must be TIMELESS - equally powerful in 2026 and 2050 - Must work at 16px (favicon) and 16 meters (billboard) COLOR PALETTE (Pantone-level precision): - Primary black: #0A0A0A (RGB 10 , 10 , 10) - absolute black , not dark gray - Signature blue: #0055FF (RGB 0 , 85 , 255) - electric , confident , technological - Secondary gray: #4A4A4A (RGB 74 , 74 , 74) - premium , sophisticated - No other colors. No exceptions. TYPOGRAPHY (The "IBM" / "Meta" level of authority): - Font family: Geometric sans-serif (Inter , Helvetica Now , or similar) - "MINDPLUSE": Ultra-bold (800-900 weight) , tight letter-spacing (-0.02 to -0.05em) - "DIGITAL": Light/Regular (300-400 weight) , wide letter-spacing (0.1-0.2em) - Creates DYNAMIC TENSION between solid/ethereal , ground/future GRAPHIC ELEMENT (The "Nike Swoosh" of MINDPLUSE): - Must represent fusion of MIND (brain/neural) + PULSE (energy/movement) - Abstract brainwave/pulse line(s) - clean , precise , mathematical - Electric blue (#0055FF) only - Positioned to create visual flow and direction - Should work ALONE without text (like Apple logo) COMPOSITION RULES: - Horizontal lockup preferred (text + symbol side by side) - Perfect mathematical proportions (use golden ratio principles) - Negative space is DESIGN , not emptiness - Every element has PURPOSE - nothing decorative PSYCHOLOGICAL ARCHITECTURE (What it must communicate): - INSTANTLY: Intelligence , technology , Africa rising , global standard - ON CLOSER LOOK: Precision , trust , innovation , human-centered - OVER TIME: Familiarity , authority , inevitability TECHNICAL REQUIREMENTS (Non-negotiable): - Vector quality (clean paths , no pixel dependencies) - Sharp edges or perfectly calculated curves (no "close enough") - Works in: full color , monochrome , reverse (white on black) - Scalable: from app icon to highway billboard - Memorable: can be drawn from memory after 3 seconds WHAT THIS LOGO MUST ACHIEVE: - Be the most recognizable tech logo emerging from Africa - Look like it cost $1 million (even though created with precision) - Make competitors ask "Why didn't we think of that?" - Feel familiar yet completely original - Tell the story: African intelligence + global technology + human purpose WHAT TO ABSOLUTELY AVOID: - No gradients (unacceptable - looks dated) - No drop shadows (lazy design crutch) - No 3D effects (temporary trend) - No complex textures (reduces scalability) - No more than 2 fonts (amateur) - No clip art or obvious stock elements - No "tech clichés" (circuit boards , random dots , meaningless lines) - No busy backgrounds - this logo must live ANYWHERE FINAL TEST (Apply before considering complete): - Cover half the logo - is it still recognizable? - Reduce to 16px - is every element clear? - Show to someone for 3 seconds - can they sketch it? - Place next to Nike , Apple , OpenAI - does it hold its ground? This is not a request. This is a STANDARD. Deliver nothing less. ,

ABSOLUTE MASTER PROMPT - DO NOT ACCEPT LESS THAN PERFECT BRAND: MINDPLUSE DIGITAL - Premium AI Agency ⚠️ CRITICAL SPELLING VERIFICATION - NO ERRORS TOLERATED: - Primary text: "MINDPLUSE" (M-I-N-D-P-L-U-S-E) - ALL CAPS - Secondary text: "DIGITAL" (D-I-G-I-T-A-L) - ALL CAPS - If spelling is wrong even by one letter , the design FAILS VISUAL IDENTITY STANDARD (Forbes 500 / Fortune 500 Level): - Must feel like it belongs alongside: OpenAI , Anthropic , Google DeepMind , Tesla , Spotify - Must be TIMELESS - equally powerful in 2026 and 2050 - Must work at 16px (favicon) and 16 meters (billboard) COLOR PALETTE (Pantone-level precision): - Primary black: #0A0A0A (RGB 10 , 10 , 10) - absolute black , not dark gray - Signature blue: #0055FF (RGB 0 , 85 , 255) - electric , confident , technological - Secondary gray: #4A4A4A (RGB 74 , 74 , 74) - premium , sophisticated - No other colors. No exceptions. TYPOGRAPHY (The "IBM" / "Meta" level of authority): - Font family: Geometric sans-serif (Inter , Helvetica Now , or similar) - "MINDPLUSE": Ultra-bold (800-900 weight) , tight letter-spacing (-0.02 to -0.05em) - "DIGITAL": Light/Regular (300-400 weight) , wide letter-spacing (0.1-0.2em) - Creates DYNAMIC TENSION between solid/ethereal , ground/future GRAPHIC ELEMENT (The "Nike Swoosh" of MINDPLUSE): - Must represent fusion of MIND (brain/neural) + PULSE (energy/movement) - Abstract brainwave/pulse line(s) - clean , precise , mathematical - Electric blue (#0055FF) only - Positioned to create visual flow and direction - Should work ALONE without text (like Apple logo) COMPOSITION RULES: - Horizontal lockup preferred (text + symbol side by side) - Perfect mathematical proportions (use golden ratio principles) - Negative space is DESIGN , not emptiness - Every element has PURPOSE - nothing decorative PSYCHOLOGICAL ARCHITECTURE (What it must communicate): - INSTANTLY: Intelligence , technology , Africa rising , global standard - ON CLOSER LOOK: Precision , trust , innovation , human-centered - OVER TIME: Familiarity , authority , inevitability TECHNICAL REQUIREMENTS (Non-negotiable): - Vector quality (clean paths , no pixel dependencies) - Sharp edges or perfectly calculated curves (no "close enough") - Works in: full color , monochrome , reverse (white on black) - Scalable: from app icon to highway billboard - Memorable: can be drawn from memory after 3 seconds WHAT THIS LOGO MUST ACHIEVE: - Be the most recognizable tech logo emerging from Africa - Look like it cost $1 million (even though created with precision) - Make competitors ask "Why didn't we think of that?" - Feel familiar yet completely original - Tell the story: African intelligence + global technology + human purpose WHAT TO ABSOLUTELY AVOID: - No gradients (unacceptable - looks dated) - No drop shadows (lazy design crutch) - No 3D effects (temporary trend) - No complex textures (reduces scalability) - No more than 2 fonts (amateur) - No clip art or obvious stock elements - No "tech clichés" (circuit boards , random dots , meaningless lines) - No busy backgrounds - this logo must live ANYWHERE FINAL TEST (Apply before considering complete): - Cover half the logo - is it still recognizable? - Reduce to 16px - is every element clear? - Show to someone for 3 seconds - can they sketch it? - Place next to Nike , Apple , OpenAI - does it hold its ground? This is not a request. This is a STANDARD. Deliver nothing less. ,

Тип баннера: Статичный имиджево-информационный для социальной сети (ВКонтакте , Instagram лента). Цель: Побудить к переходу на сайт/приложение для выбора букета. Спецификация (техническое задание для дизайна): Соотношение сторон: 1:1 (квадратный , универсальный для ленты) или 16:9 (для историй). Цветовая гамма: Нежные , пастельные тона (пыльная роза , мятный , светло-бежевый) , чтобы не перебивать главное — цветы. Возможен контрастный яркий акцент (например , кнопка). Структура и элементы макета: Фон: Плавный градиент от светло-розового к светло-персиковому. Или текстура мягкой крафтовой бумаги , чтобы создать ощущение уюта и ручной работы. Основное изображение (Центр композиции): Крупным планом , чуть сбоку , стильная ваза или крафтовая упаковка с очень красивым , модным букетом. Важно: цветы должны выглядеть не «кладбищенски» , а живо , художественно , с хорошей глубиной резкости (размытый фон). Из букета как бы «вылетает» или парит один лепесток или мелкий цветочек — это добавит динамики. Текстовая часть (иерархия): Заголовок (крупно , самым сочным шрифтом): Букет за 2 часа? Легко. Подзаголовок (мельче , но читаемо): Более подробно о выгоде/сервисе. Например: Бесплатная доставка по городу при заказе от 2000₽ или Более 500 проверенных флористов. Логотип: В верхнем или нижнем углу четкий логотип Flowwow (узнаваемый фирменный знак). Кнопка призыва к действию (CTA): Яркая кнопка (например , насыщенного розового или контрастного белого цвета) с закругленными краями. Текст на кнопке: Выбрать букет или Заказать. Рядом с кнопкой можно добавить мелкую иконку корзины или подарка. Текст для баннера: Заголовок: Букет за 2 часа? Легко. Текст: Тысячи букетов от местных флористов. Быстрая доставка по городу. Кнопка: Выбрать подарок ,

Мне нужно , чтобы ты сгенирировал : Циркадная адаптация: Изменение цветовой температуры ($2700K - 6500K$) и интенсивности в течение дня для поддержания бдительности или подготовки к отдыху. чтобы была и схема отражающая написанное и при этом было применено в архитектуре , чтобы две картинки дополняли друг друга и можно было понять что показано без объяснения ,