Design System v1.0

Clever
Design
System

A living reference for all colors, typography, spacing, and UI components that make up the Clever brand experience.

7 Brand Colors
2 Typefaces
12+ Components
40+ Tokens
Brand Colors
Typefaces
Display Inter
Body DM Sans
Shape language

Logo System

The Clever logo may only appear in Clever Navy or White. The combination mark (wordmark + logomark) must be used in all client-facing digital applications.

Wordmark
clever wordmark navy
clever wordmark white
On light background (Navy) · On dark background (White)
Logomark Variants
clever logomark navy
clever logomark electric
clever logomark grey
On White (Royal Blue circle) · On White (Electric Blue circle) · On Navy (Light Grey/White circle)
Combination Mark — Dark Mode (required for all client-facing communications)
logomark wordmark
Combination: wordmark + logomark — use for all digital, presentations, and sales tools
Light Mode — White Background
clever logomark navy clever wordmark navy
Light mode: navy circle + navy wordmark on white — for websites, documents, presentations on light backgrounds
Dark Mode / Dark Backgrounds
Use white/light grey circle + white wordmark. Dark navy hero sections, presentations, social media with navy backgrounds, merchandise.
Light Mode / Light Backgrounds
Use navy circle + navy wordmark. Website nav, letterheads, printed reports, email headers, documents on white.
Usage Rules
Safe Zone
Nothing should cross over the logo. Maintain clear space equal to the height of the "c" on all sides.
Minimum Size
The wordmark minimum width is 25mm. Never use the logo at a size where the letterforms become illegible.
Approved Colors
The logo is only to be used in Clever Navy (#040B4D) or White (#FFFFFF). No other colors.

Bubbles & Organic Shapes

Clever's circle motif makes finance feel approachable and human. Use organic, round shapes — not rigid grids — to reduce friction and build comfort in financial interfaces.

The Principle
Finance should feel like a conversation, not a spreadsheet.

Round, organic shapes lower psychological barriers. The human eye reads curves as safe and approachable — angular shapes read as complex or intimidating. Clever's circle is not just a logo device: it's the design language that says "we've got you."

Why it works

Circles have no corners — no sharp edges signal danger. In neuroaesthetics, rounded shapes consistently score higher for trustworthiness and warmth. For a fintech brand, these signals counteract the anxiety many people feel around money.

The Clever circle as design element

The logomark circle is not just for the logo. Used as an oversized background element, a clipping mask, a hover state, or a data-viz shape, it reinforces brand identity throughout the experience.

Usage Patterns
$12k
saved this year
Bleeding background bubbles

Oversized circles extend beyond the card edge. Creates depth and organic atmosphere without adding visual complexity.

Income
Spend
Growth
Circle icon containers

Round containers for icons replace square boxes. Consistent shape language across all icon usage — never use squares or rectangles for icon containers.

52%
Housing
28%
Food
20%
Other
Bubble data visualization

Use proportional circles for categorical data. Bubble size encodes value. Vastly more approachable than pie charts or bar graphs for non-financial audiences.

Shape Rules
✓ DO
  • Use full circles (border-radius: 9999px) for icon containers, avatars, status indicators, and data bubbles.
  • Use oversized background circles that bleed off-screen for hero sections and stat cards — creates depth without noise.
  • Use the logomark circle as a background element at 120–300% scale with low opacity (6–18%).
  • Vary circle sizes deliberately — size encodes hierarchy (bigger = more important).
  • Use large border-radius on cards (16–24px) to echo the circle language throughout.
✗ DON'T
  • Use square or rectangular icon containers — they interrupt the brand's roundness signal.
  • Place too many equal-sized circles in the same space — it reads as dots, not a hierarchy.
  • Use sharp rectangular cards alongside circle elements — mismatched shape language breaks coherence.
  • Animate circles with bounce easing — it reads as playful/childish. Use ease-out or spring with low overshoot.
  • Use bubbles as pure decoration with no semantic or compositional purpose — every circle should mean something.
Implementation Tokens
CSS — Shape System
--radius-full: 9999px;          /* perfect circle / pill */
--radius-2xl:  24px;            /* large cards, modals    */
--radius-xl:   16px;            /* cards, panels          */

/* Background bubble — bleed off container edge */
.bubble-bg {
  border-radius: 50%;
  background: var(--color-electric-blue);
  opacity: 0.12;
  position: absolute;
  /* size: 2–3× the container width */
}

/* Icon container */
.icon-bubble {
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* recommended sizes: 40px / 48px / 64px / 80px */
}

/* Data bubble (proportional) */
.data-bubble {
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* size: driven by data value, not fixed */
}

Voice & Tone

Clever speaks with the confidence of an expert and the warmth of a trusted advisor. Every word should make finance feel clear, not overwhelming.

Brand Personality
Confident

We know our stuff. No hedging, no jargon fences. State facts plainly and own recommendations.

Human

Behind every number is a person's future. Write like you're talking to a smart friend, not filling out a form.

Clear

Finance is already complex. Our job is to make it simple. One idea per sentence. Short paragraphs. Plain English.

Empowering

We don't talk down. We give people the tools and knowledge to act. The tone should leave readers feeling capable.

Copy Examples
✓ Write like this
CTA / Headline
"See where your money is going"
Error message
"Something went wrong. Try again or contact us."
Onboarding
"Let's build your financial picture. Takes 5 minutes."
Number formatting
$12,400  ·  +8.3%  ·  $1.2M
✗ Not like this
CTA / Headline
"Leverage our proprietary synergized fiscal optimization dashboard"
Error message
"Error 403: Unauthorized request. Check your credentials."
Onboarding
"Please complete all required fields in the onboarding module to proceed."
Number formatting
12400.00  ·  8.3 percent  ·  1200000
Writing Rules
Numbers
  • Always use $ sign for dollar amounts
  • Use commas: $12,400 not $12400
  • Abbreviate millions: $1.2M not $1,200,000
  • Show % changes with sign: +8.3% / -2.1%
Punctuation & Style
  • Em dash (—) not hyphen (-) for pauses
  • No exclamation marks — calm confidence
  • Sentence case for headings, not Title Case
  • Oxford comma always
Words to avoid
  • synergy, leverage, robust
  • utilize (use "use")
  • paradigm, holistic, scalable
  • very, really, actually

Color System

The Clever palette is built around a bold navy and electric blue core — authoritative and energetic. The logo may only appear in Clever Navy or White.

Primary
Royal Blue
#040B4D  ·  var(--color-royal-blue)
Primary
Electric Blue
#2605EF  ·  var(--color-electric-blue)
Secondary
Dark Navy
#18197D  ·  var(--color-dark-navy)
Secondary
Navy
#1508AC  ·  var(--color-navy)
Neutral
White
#FFFFFF  ·  var(--color-white)
Neutral
Grey
#D6D6D6  ·  var(--color-grey)
Neutral
Light Grey
#E7E7E7  ·  var(--color-light-grey)
Gradient
Angular Gradient
#FFFFFF → #0F0038
Gradient
Brand Gradient
#2605EF → #040B4D
Color Clash Rules
❌ Never do this
Electric Blue on Royal Navy — both cool blues, only 2.0:1 contrast. The accent disappears completely against the background.
⚠ Use carefully
Dark Navy and Navy side-by-side — only 1.1:1 contrast between them. Pick one per context. Never use them adjacent at small sizes.
✓ The rule
Electric Blue on white or light surfaces only. On navy backgrounds: always use White. Logo colors: Navy or White only — no exceptions.

Typography

Inter powers all headlines; DM Sans handles body copy and sub-headlines across internal and client-facing communications.

Inter
Used for all headlines, section labels, and stat numbers.
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz 0123456789
Inter
Used for all internal client-facing communication. Sub-headlines and body copy for all external communications.
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz 0123456789
Display / H1 Inter Bold
5.5rem / 1.0
−0.04em tracking
Financial Clarity
H2 Inter Bold
3rem / 1.2
−0.03em tracking
Elevate Your Decision-Making
H3 — Brand Spec Inter Bold
1.813rem (29pt) / 2rem (32pt)
0% tracking
Financial Specialists For Visionary Founders.
Subhead — Brand Spec Inter Bold
0.688rem (11pt) / 1rem (16pt)
0% tracking
We Partner With Business Leaders To Go Beyond Scale
Body / Large Inter Regular
1.125rem / 1.65
CleverProfits is a dynamic strategic advisory financial services firm driven by the desire to help founders and business leaders reach their true potential.
Body / Base Inter Regular
1rem / 1.6
Through financial clarity we help elevate their decision-making, instilling confidence and empowering them to focus on both their business and personal goals.
Caption / Label Inter Medium
0.75rem / 1.5
+0.04em tracking
We love numbers, but more importantly, we love our people.

Spacing Scale

A consistent 4px base unit system. All layout values are multiples of 4, ensuring rhythmic, predictable spacing.

--space-1 0.25rem  ·  4px
--space-2 0.5rem  ·  8px
--space-3 0.75rem  ·  12px
--space-4 1rem  ·  16px
--space-5 1.25rem  ·  20px
--space-6 1.5rem  ·  24px
--space-8 2rem  ·  32px
--space-10 2.5rem  ·  40px
--space-12 3rem  ·  48px
--space-16 4rem  ·  64px
--space-20 5rem  ·  80px
--space-24 6rem  ·  96px
--space-32 8rem  ·  128px

Service Icons

Thin, linear icons representing Clever's service spectrum — from Strategy to Advisory. Stroke-based, 1.5pt weight.

Accounting
Payroll
Taxes
Cashflow
Forecasting
Strategy
Valuations
M&A Advisory

Buttons

Bold and direct. Buttons are always lowercase-weight text — never ALL CAPS — mirroring the wordmark's personality.

Primary · Navy · Outline · Ghost · Disabled · Loading
On dark background
sm (8/16) · md (12/24) · lg (16/32) · xl (20/40)
With arrow — hover to see motion

Badges & Chips

Small, punchy labels for statuses and categories. Chips are interactive; badges are display-only.

Strategy Advisory Active Client Pending Overdue Archived
Interactive Chips
All Services Accounting Payroll Taxes Forecasting Advisory

Form Inputs

Clean and focused. Fields use Electric Blue as the active/focus accent — direct and clear.

Optional — for consultation scheduling.
Please enter a valid email address.

Form Controls

Checkboxes, radios, and selects extend the input system. All controls use the same focus ring, error state, and disabled treatment as text inputs.

Checkbox
States
Checkbox group
With error
Required to proceed
Radio
Standard group
Card radio (richer option)
Select

Cards

Cards group related content. Default to white with subtle shadow; use dark variant for featured content or CTAs.

Revenue This Quarter
$2.4M
↑ 18% vs last quarter
Active Clients
148
↑ 12 new this month
Net Profit Margin
34%
↓ 2% vs last quarter
Exit Value Optimizer
M&A Deal Advisory · Quarterly Report
Active

A comprehensive analysis of your business's exit potential, identifying value levers and positioning your company to attract the right buyers.

EBITDA Multiple Progress 73%
Book a Consultation
Free 30-minute strategy call
New

"Through financial clarity we help elevate your decision-making, instilling confidence and empowering you to focus on what matters most."

Insight / Blog Card — matches cleverprofits.com
April 2025
How to Build a 12-Month Cash Flow Forecast
Understanding your cash position isn't just an accounting exercise — it's the foundation of every strategic decision you'll make.
Read More →
March 2025
Exit Planning: When to Start and What to Know
Most founders wait too long to think about their exit. The best exits are built over 3–5 years, not 3–5 months before the deal.
Read More →
border-radius: 0 100px 100px 0 — square left edge (image), curved right. Shadow: 0 20px 83px -32px

Tabs

Tabs switch between related views without navigation. Use for dashboard panels, report periods, and categorized content.

Standard
Revenue
$84,200
Expenses
$31,600
Net
+$52,600
Cash flow breakdown for this period would appear here.
3 new reports available for download.
Account and notification settings.
Pill variant
$7,033 avg / month
$21,100 avg / quarter
$84,400 / year

Alerts

Sincere, simple, and direct — exactly how Clever communicates. Alerts use the brand's left-border rule for clear visual hierarchy.

ℹ️
Q1 Financial Report Ready
Your quarterly advisory report is ready to review. Download it from the Documents tab.
Payroll Processed Successfully
March payroll for 32 employees has been processed and funds disbursed.
⚠️
Tax Deadline Approaching
Estimated Q1 taxes are due in 14 days. Review your projected amounts.
🚫
Bank Connection Error
We lost connection to your Chase account. Please reconnect to continue syncing.

Data Display

Tables and progress indicators for financial data. Navy header rows ground the authority of the information.

Client Service Status Revenue Next Action
TK
TechKore Inc.
SaaS · Series A
Advisory + CFO Active $8,500/mo Q2 Board Deck
GH
Growth Harbor
E-commerce · Bootstrapped
Accounting + Taxes Active $3,200/mo Tax Filing Due
BL
Blueprint Labs
HealthTech · Pre-revenue
M&A Advisory Onboarding $12,000/mo Send Agreement
FA
Forte Analytics
Fintech · Seed
Forecasting + Strategy At Risk $5,700/mo Urgent Call
EBITDA Margin — 73%
Revenue Target — 58%
Cash Runway — 91%
Compliance Checklist — 40%

Feedback & Loading

Toggles, tooltips, dividers, and skeleton loaders keep interactions transparent and trustworthy.

Toggles
Email Notifications
SMS Alerts
Monthly Reports
Tooltip (hover)
CleverProfits — Financial Specialists
or continue with
Skeleton Loaders

Modals

Modals interrupt the flow to get a decision or display critical information. Use sparingly — only when the action requires the user's full focus.

Confirmation
Cancel subscription?
×
You will lose access to all reports and advisory sessions at the end of your billing period.
Information
What is cash flow planning?
×
Cash flow planning tracks the movement of money in and out of your business — helping you anticipate shortfalls before they happen.
Interactive demo
Anatomy & Rules
  • Overlay: rgba(4,11,77,0.5) with 4px backdrop-blur
  • Container: border-radius: 24px, max-width 480px
  • Entry: fade in overlay + translateY(12px)→0 on modal
  • Close on: ✕ button, overlay click, or Escape key
  • Primary CTA always on the right; destructive = error red
  • Cancel / dismiss always on the left
  • Focus trap: Tab cycles only within modal while open
  • z-index: var(--z-modal) = 1000

Motion & Animation

Motion at Clever is purposeful and calm — it guides attention and confirms actions without competing with the content. Finance should feel steady, not energetic.

Timing Tokens
150ms
--transition-fast
Hover states, tooltips, small icon changes
250ms
--transition-base
Button clicks, card reveals, focus states
400ms
--transition-slow
Panel open/close, modals, page transitions
350ms
--transition-spring
Confirm success, badge appear, toggle snap
Easing Curves
ease-out
cubic-bezier(0,0,0.2,1)
Fast start, gradual stop. Use for entries — elements appearing feel snappy and confident.
Modals in, dropdowns, card reveal
ease-in
cubic-bezier(0.4,0,1,1)
Slow start, fast end. Use for exits — elements leaving accelerate away, don't linger.
Modals out, toasts dismiss, tooltips hide
spring (low overshoot)
cubic-bezier(0.34,1.56,0.64,1)
Slight overshoot + settle. Use for confirmation moments — success badge, toggle snap.
Success state, toggle, badge reveal
Live Demos
Count-up
$0
saved this year
Hover states
Card lift on hover
Button lift + glow
Staggered entrance
Revenue overview
Cash flow report
Tax projection
✓ Motion DO
  • Use ease-out for entries, ease-in for exits — elements decelerate arriving, accelerate leaving.
  • Use translateY + opacity for entrances. Never scale from 0 (cartoonish).
  • Stagger list items 50–80ms per item for a sense of order, not explosion.
  • Always respect prefers-reduced-motion — already in this system.
✗ Motion DON'T
  • No bounce easing — overshoot reads playful/childish for a finance brand.
  • No looping animations in content areas — constant motion competes with financial data.
  • No animating layout properties — width, height, top, left. Only transform + opacity.
  • No durations over 500ms — anything longer feels broken to users waiting.
Motion Tokens
--transition-fast:   150ms ease;
--transition-base:   250ms ease;
--transition-slow:   400ms ease;
--transition-spring: 350ms cubic-bezier(0.34, 1.56, 0.64, 1);

/* Entrance pattern */
.enter { opacity: 0; transform: translateY(12px); }
.enter.visible {
  opacity: 1; transform: translateY(0);
  transition: opacity 400ms ease-out, transform 400ms ease-out;
}

/* Stagger per child */
.item:nth-child(1) { transition-delay: 0ms;   }
.item:nth-child(2) { transition-delay: 70ms;  }
.item:nth-child(3) { transition-delay: 140ms; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

Browser & App Icons

How the Clever mark appears in browser tabs, bookmarks, home screens, and PWA contexts. Always use the logomark — never the full wordmark — at small sizes.

Browser Tab
Clever Design System ×
✓ Correct — with favicon
🌐 Clever Design System ×
✗ Wrong — no favicon set
Icon Sizes
64×64
PWA / HD
48×48
Bookmark
32×32
Standard
16×16
Minimum
Background Contexts
On white
On navy
On surface
✓ Do
  • Use the logomark (C circle) as the favicon
  • Provide 16×16, 32×32, and 180×180 sizes
  • Set theme-color to #040b4d
  • Use PNG for broad compatibility
✗ Don't
  • Use the full wordmark as a favicon
  • Leave pages without a favicon
  • Use a white icon on a white background
  • Scale below 16×16