Editorial & Tipografia 2020s Modern

Hero-Centric Design

Hero-Centric Design — Design landing page com large hero section, compelling headline, high-contrast cta. Template e prompt pronto para IA.

Large hero sectioncompelling headlinehigh-contrast CTAproduct showcasevalue propositionhero image/videodramatic visual

Uso: Marketing, Conversão, Lead gen

Hero-Centric Design

Contexto Histórico

Estilo Hero-Centric Design representa uma tendência moderna em design UI/UX web com foco em landing page.

Quando Usar

Hero-centric funciona quando você tem uma coisa clara para dizer e a confiança de dizer sem rodeios. Lançamentos de produto, páginas SaaS onde a proposta de valor é precisa, sites de agência vendendo bom gosto. Converte quando o headline faz trabalho real — não 'Bem-vindo à nossa plataforma' mas um motivo real para ficar. Pule quando seu produto precisa de explicação antes de precisar de drama. Se usuários aterrissam confusos e têm que scrollar além de um viewport de vibes para achar substância, você trocou conversão por estética. Apps de dashboard, sites de documentação, marketplaces com intenção de browse — estes precisam de densidade de conteúdo no topo, não teatro.

Princípios de Design

  • Um headline, um trabalho — se seu hero precisa de um subtítulo para fazer sentido, o headline falhou
  • Contraste do CTA é inegociável — o botão deve ser o elemento de maior contraste na tela, não competindo com elementos decorativos
  • Altura do viewport é um budget, não um alvo — heroes de 100vh no mobile empurram todo conteúdo pro limbo do scroll; dimensione pelo conteúdo, não pelo device
  • Tipografia É o design — quando seu hero é orientado a texto, a escolha de fonte, peso e espaçamento carregam todo o peso visual; trate tipo como imagem
  • Velocidade acima de espetáculo — um hero que carrega em 200ms com system fonts supera um hero de 3 segundos com typeface customizada toda vez em conversão

DESIGN.md

---
version: "alpha"
name: "Hero-Centric Design"
description: "Hero-Centric Design — Design landing page com large hero section, compelling headline, high-contrast cta. Template e prompt pronto para IA."
colors:
  primary: "#1A1A1A"
  secondary: "#4A4A4A"
  tertiary: "#0066FF"
  neutral: "#FFFFFF"
typography:
  h1:
    fontFamily: System UI stack
    fontSize: 2.25rem
    fontWeight: 700
  body-md:
    fontFamily: System UI stack
    fontSize: 1rem
    fontWeight: 400
  label-caps:
    fontFamily: System UI stack
    fontSize: 0.75rem
    fontWeight: 500
---

## Overview

Hero-Centric Design — Design landing page com large hero section, compelling headline, high-contrast cta. Template e prompt pronto para IA. Estilo Hero-Centric Design representa uma tendência moderna em design UI/UX web com foco em landing page.

- Density: 5/10 — Balanced
- Variance: 4/10 — Moderate
- Motion: 8/10 — Cinematic

- **Style:** Landing Page
- **Keywords:** Large hero section, compelling headline, high-contrast CTA, product showcase, value proposition, hero image/video, dramatic visual
- **Era:** 2020s Modern
- **Light/Dark:** ✓ Full / ✓ Full

## Colors

- Palette derived from style keywords and era context

## Typography

- **Display / Hero:** System UI stack (-apple-system, sans-serif) — Weight 700, tight tracking, used for headline impact
- **Body:** System UI stack (-apple-system, sans-serif) — Weight 400, 16px/1.6 line-height, max 72ch per line
- **UI Labels / Captions:** System UI stack (-apple-system, sans-serif) — 0.875rem, weight 500, slight letter-spacing
- **Monospace:** JetBrains Mono — Used for code, metadata, and technical values

Scale:
- Hero: clamp(2.5rem, 5vw, 4rem)
- H1: 2.25rem
- H2: 1.5rem
- Body: 1rem / 1.6
- Small: 0.875rem

## Layout

- **Grid:** CSS Grid primary. Max-width containment: 1280px centered with 1.5rem side padding.
- **Spacing rhythm:** Balanced. Base unit: 0.5rem (8px).
- **Section vertical gaps:** clamp(4rem, 8vw, 8rem).
- **Hero layout:** Split-screen (text left, visual right).
- **Feature sections:** Zig-zag alternating text+image rows. No 3-equal-columns.
- **Mobile collapse:** All multi-column layouts collapse below 768px. No horizontal overflow.
- **z-index contract:** base (0) / sticky-nav (100) / overlay (200) / modal (300) / toast (500).

## Elevation & Depth

Smooth scroll reveal, fade-in animations on hero, subtle background parallax, CTA glow/pulse effect

- **Physics:** Spring — stiffness 120, damping 20. Confident, weighted transitions.
- **Entry animations:** Fade + translate-Y (16px → 0) over 540ms ease-out. Staggered cascades for lists: 120ms between items.
- **Hover states:** Scale(1.03) + shadow lift over 200ms.
- **Page transitions:** Fade + slide (300ms).
- **Performance:** Only transform and opacity animated. No layout-triggering properties.

## Shapes

Base corner radius: 8px. See rounded tokens in front matter for the full scale.

## Components

- **Primary Button:** Subtly rounded (0.5rem) shape. Accent color fill. Hover: 8% darken + subtle lift shadow. Active: -1px translate tactile press. Font weight 600. No outer glows.
- **Secondary / Ghost Button:** Outline variant. 1.5px border in muted color. Text in primary color. Hover: subtle background fill.
- **Cards:** Subtly rounded (0.5rem) corners. Surface background. Subtle shadow (0 2px 12px rgba(0,0,0,0.06)). 1px border stroke.
- **Inputs:** Label above input. 1px border stroke. Focus ring: 2px accent color offset 2px. Error text below in semantic red. No floating labels.
- **Navigation:** Primary surface background. Active item: accent color indicator. Font weight 500 when active.
- **Skeletons:** Shimmer animation matching component dimensions. No circular spinners.
- **Empty States:** Icon-based composition with descriptive text and action button.

## Do's and Don'ts

- No emojis in UI — use icon system only (Lucide, Heroicons)
- No pure black (#000000) — use off-black or charcoal variants
- No oversaturated accent colors (saturation cap: 80%)
- No 3-column equal-width feature layouts — use zig-zag or asymmetric grid
- No `h-screen` — use `min-h-[100dvh]`
- No AI copywriting clichés: "Elevate", "Seamless", "Unleash", "Next-Gen"
- No broken external image links — use picsum.photos or inline SVG
- No generic lorem ipsum in demos

- Do Hero section full viewport height
- Do Headline visible above fold
- Do CTA button high contrast
- Do Background image optimized (WebP)
- Do Text readable on background
- Do Mobile responsive layout

## Use Case

Marketing, Conversão, Lead gen
Baixar DESIGN.md

Especificações Técnicas

CSS

min-height: 100vh, display: flex, align-items: center, background: linear-gradient or image, text-shadow for readability, max-width: 800px for text, button with hover scale (1.05)

Variáveis

--hero-min-height: 100vh, --headline-size: clamp(2rem, 5vw, 4rem), --cta-padding: 1rem 2rem, --overlay-opacity: 0.5, --text-shadow: 0 2px 4px rgba(0,0,0,0.3)

Checklist

☐ Hero section full viewport height, ☐ Headline visible above fold, ☐ CTA button high contrast, ☐ Background image optimized (WebP), ☐ Text readable on background, ☐ Mobile responsive layout

Cores

Efeitos

Smooth scroll reveal, fade-in animations on hero, subtle background parallax, CTA glow/pulse effect

Light/Dark

✓ Full / ✓ Full

Prompt para AI

Atue como um Engenheiro Frontend Sênior e UI Designer Especialista.
Sua tarefa é codificar uma Landing Page completa na primeira tentativa.
- Tema da Landing Page: <INSIRA O TEMA>
- Seções a adicionar: <INSIRA AS SEÇÕES>

Gere o código final imediatamente seguindo estas definições:

## Estilo

- **Nome:** Hero-Centric Design
- **Tipo:** Landing Page
- **Keywords:** Large hero section, compelling headline, high-contrast CTA, product showcase, value proposition, hero image/video, dramatic visual
- **Era:** 2020s Modern
- **Light/Dark:** ✓ Full / ✓ Full

## Paleta de Cores

- **Primárias:** Brand primary color, white/light backgrounds for contrast, accent color for CTA
- **Secundárias:** Supporting colors for secondary CTAs, accent highlights, trust elements (testimonials, logos)

## Efeitos Visuais

Smooth scroll reveal, fade-in animations on hero, subtle background parallax, CTA glow/pulse effect

## Direção Visual para IA

Design a hero-centric landing page. Use: full-width hero section, compelling headline (60-80 chars), high-contrast CTA button, product screenshot or video, value proposition above fold, gradient or image background, clear visual hierarchy.

## CSS Technical

```css
min-height: 100vh, display: flex, align-items: center, background: linear-gradient or image, text-shadow for readability, max-width: 800px for text, button with hover scale (1.05)
```

## Design System Variables

```css
--hero-min-height: 100vh, --headline-size: clamp(2rem, 5vw, 4rem), --cta-padding: 1rem 2rem, --overlay-opacity: 0.5, --text-shadow: 0 2px 4px rgba(0,0,0,0.3)
```

## Checklist de Implementação

- ☐ Hero section full viewport height
- ☐ Headline visible above fold
- ☐ CTA button high contrast
- ☐ Background image optimized (WebP)
- ☐ Text readable on background
- ☐ Mobile responsive layout

## Regras de Execução

1. Siga fielmente o estilo visual determinado.
2. Use ícones SVG inline de alta qualidade (estilo Heroicons ou Lucide) — PROIBIDO usar emojis como ícones.
3. Adicione `cursor-pointer` e estados de `hover` suaves (transition-all) em todos os elementos interativos.
4. Estrutura Obrigatória da Página:
   - Navbar (Logo + Links + CTA)
   - Hero Section (Headline impactante + Subtitle + 2 botões + Elemento visual 3D/Abstrato via CSS)
   - Features (3 cards com ícones)
   - Testimonials (3 cards)
   - Pricing (3 tiers, destaque no central)
   - CTA Final
   - Footer completo com redes sociais, política de privacidade, termos de uso, contato e links SEO.
5. Todo o conteúdo textual deve ser em Português Brasileiro (PT-BR).
6. O visual deve ser CLARAMENTE distinto — não crie um design "padrão Bootstrap". Force o uso das variáveis de design system fornecidas.
7. Use tags `<style>` no head para classes personalizadas (especialmente para os efeitos complexos de backdrop-filter e animações) que o Tailwind via CDN não cobrir.
8. Responsividade Total: O layout deve se adaptar perfeitamente a Mobile, Tablet e Desktop (Stack vertical no mobile).
9. Inclua meta tags básicas de SEO, Viewport e Open Graph no `<head>`.
10. Footer deve conter: Copyright 2026, Links de navegação secundária e Ícones de redes sociais.
11. Assuma as decisões criativas necessárias para entregar o resultado completo e funcional agora.

Relacionados

Última sincronização: 01/04/2026