.pl-sbk {
font-family: ‘DM Sans’, sans-serif;
color: #17142b;
width: 100%;
margin-top: 48px;
}
.pl-sbk * { box-sizing: border-box; }
.pl-sbk a { color: #0095b0; text-decoration: underline; font-weight: 700; }
.pl-sbk a:hover { color: #401579; }
.pl-sbk-section { padding: 64px 24px; display: block; width: 100%; }
.pl-sbk-section.dark { background: #17142b !important; }
.pl-sbk-section.lavender { background: #eeecf1 !important; }
.pl-sbk-section.white { background: #ffffff !important; }
.pl-sbk-inner { max-width: 860px; margin: 0 auto; }
.pl-sbk-inner.narrow { max-width: 680px; }
.pl-sbk-eyebrow {
display: inline-block !important;
background: #401579 !important;
color: #ffffff !important;
font-family: ‘DM Sans’, sans-serif;
font-size: 11px; font-weight: 800;
letter-spacing: 0.12em; text-transform: uppercase;
padding: 5px 14px; border-radius: 4px;
margin-bottom: 20px;
}
.pl-sbk-eyebrow.light {
background: rgba(157,141,189,0.2) !important;
border: 1px solid rgba(157,141,189,0.4);
color: #9d8dbd !important;
border-radius: 20px;
}
.pl-sbk-section.dark h2 {
font-family: ‘Playfair Display’, serif !important;
color: #ffffff !important;
font-size: clamp(1.5rem, 3.5vw, 2.1rem) !important;
font-weight: 900 !important;
line-height: 1.2 !important;
margin: 0 0 16px !important;
}
.pl-sbk-section.dark h2 em { color: #9d8dbd !important; font-style: normal !important; }
.pl-sbk-section.lavender h2,
.pl-sbk-section.white h2 {
font-family: ‘Playfair Display’, serif !important;
color: #17142b !important;
font-size: clamp(1.4rem, 3vw, 2rem) !important;
font-weight: 900 !important;
line-height: 1.2 !important;
margin: 0 0 16px !important;
}
.pl-sbk-section.dark p { color: #c8c0dd !important; font-size: 0.97rem !important; line-height: 1.8 !important; margin: 0 0 16px !important; }
.pl-sbk-section.lavender p,
.pl-sbk-section.white p { color: #250537 !important; font-size: 0.97rem !important; line-height: 1.8 !important; margin: 0 0 16px !important; }
.pl-sbk-highlight {
background: #eae6f5;
border-left: 5px solid #401579;
border-radius: 0 8px 8px 0;
padding: 18px 22px;
margin: 8px 0 0;
font-size: 0.97rem !important;
color: #250537 !important;
font-weight: 600 !important;
line-height: 1.7 !important;
}
.pl-sbk-hubs-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0,1fr));
gap: 14px;
margin-top: 28px;
}
@media(max-width:640px) { .pl-sbk-hubs-grid { grid-template-columns: 1fr; } }
.pl-sbk-hub-card {
background: rgba(255,255,255,0.06) !important;
border: 1px solid rgba(157,141,189,0.2);
border-left: 3px solid #0095b0 !important;
border-radius: 0 10px 10px 0;
padding: 16px 18px;
}
.pl-sbk-hub-card h4 {
font-family: ‘DM Sans’, sans-serif !important;
font-size: 0.86rem !important;
font-weight: 900 !important;
color: #ffffff !important;
margin: 0 0 6px !important;
text-transform: uppercase !important;
letter-spacing: 0.05em !important;
}
.pl-sbk-hub-card p {
font-size: 0.82rem !important;
color: #c8c0dd !important;
line-height: 1.6 !important;
margin: 0 !important;
}
.pl-sbk-hub-card.featured {
border-left-color: #9d8dbd !important;
background: rgba(157,141,189,0.1) !important;
}
.pl-sbk-checklist {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px 24px;
margin-top: 24px;
list-style: none !important;
padding: 0 !important;
}
@media(max-width:560px) { .pl-sbk-checklist { grid-template-columns: 1fr; } }
.pl-sbk-checklist li {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 0.9rem !important;
color: #c8c0dd !important;
line-height: 1.55 !important;
list-style: none !important;
}
.pl-sbk-checklist li::before {
content: ‘✓’;
width: 20px; height: 20px;
border-radius: 50%;
flex-shrink: 0;
display: inline-flex;
align-items: center; justify-content: center;
background: rgba(0,149,176,0.2);
color: #0095b0 !important;
font-size: 11px; font-weight: 900;
margin-top: 1px;
}
.pl-sbk-foryou-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0,1fr));
gap: 14px;
margin-top: 28px;
}
@media(max-width:600px) { .pl-sbk-foryou-grid { grid-template-columns: 1fr; } }
.pl-sbk-foryou-card {
background: #ffffff !important;
border: 1px solid rgba(157,141,189,0.25);
border-left: 3px solid #401579 !important;
border-radius: 0 10px 10px 0;
padding: 18px 20px;
}
.pl-sbk-foryou-card p {
font-size: 0.88rem !important;
color: #250537 !important;
line-height: 1.65 !important;
margin: 0 !important;
}
.pl-sbk-foryou-card p strong {
color: #17142b !important;
font-weight: 800 !important;
display: block;
margin-bottom: 4px;
}
.pl-sbk-crosssell {
background: rgba(0,149,176,0.1) !important;
border: 1px solid rgba(0,149,176,0.3);
border-radius: 12px;
padding: 24px 26px;
margin-top: 36px;
display: flex;
align-items: flex-start;
gap: 16px;
}
.pl-sbk-crosssell-icon { font-size: 1.6rem; flex-shrink: 0; margin-top: 2px; }
.pl-sbk-crosssell-text h4 {
font-family: ‘DM Sans’, sans-serif !important;
font-size: 0.92rem !important;
font-weight: 900 !important;
color: #ffffff !important;
margin: 0 0 6px !important;
}
.pl-sbk-crosssell-text p {
font-size: 0.86rem !important;
color: #c8c0dd !important;
line-height: 1.65 !important;
margin: 0 !important;
}
.pl-sbk-crosssell-text a { color: #7bd9e8 !important; font-weight: 700 !important; text-decoration: underline !important; }
.entry-content .pl-sbk .pl-sbk-section.dark h2 { color: #ffffff !important; font-family: ‘Playfair Display’, serif !important; }
.entry-content .pl-sbk .pl-sbk-section.lavender h2,
.entry-content .pl-sbk .pl-sbk-section.white h2 { color: #17142b !important; font-family: ‘Playfair Display’, serif !important; }
.entry-content .pl-sbk .pl-sbk-hub-card h4 { color: #ffffff !important; }
.entry-content .pl-sbk .pl-sbk-foryou-card p { color: #250537 !important; }
.entry-content .pl-sbk .pl-sbk-crosssell-text h4 { color: #ffffff !important; }
What This Kit Does
You’re Not Just Freelancing Anymore — This Is a Real Operation. Run It Like One.
The Small Business Operations Kit is built for businesses with a small team — or growing into one — who need delegation-ready systems, clearer accountability, and fewer things living only inside the owner’s head. This is the most comprehensive kit in the PurpleLalu shop, and it is built for the complexity that comes with running a real business rather than a solo operation.
You get a central ops dashboard, a guided setup path, the full foundation suite of hubs, plus HR and Team Operations for onboarding, team records, and the people-side of running a business that does not fall apart when someone else is involved.
Built to support consistency and scale. Cleaner processes, better tracking, repeatable SOPs, a real operating rhythm — weekly, monthly, and quarterly — and an ops structure that makes it easier to hand things off without everything falling apart the moment you do.
The Full Hub Suite
Every System Your Business Needs — Plus Team Operations
The Small Business Kit includes everything in the Starter Kit and Freelancer Kit — plus the HR and Team Operations hub that makes it the right choice for businesses with people beyond just the owner.
Legal + Admin
Business documents, compliance essentials, and the admin foundation your business needs to operate properly.
Finance Tracking
Income, expenses, and financial visibility across the full business — not just your personal freelance invoices.
Client Ops + CRM
Every client relationship, project, and communication organized in one central database with full tracking.
Project Tracking
Active projects, deadlines, deliverables, and status across the entire business — not just your own workload.
SOPs and Workflows
Documented, repeatable processes that make it possible to delegate work without re-explaining everything from scratch every time.
Tools + Access Vault
Every tool, login, and subscription organized and accessible — critical when more than one person needs to find things.
Content + Marketing Ops
Content planning and marketing workflows that keep your business visible without consuming the entire team’s bandwidth.
Business Reviews
Weekly, monthly, and quarterly review templates for a real operating rhythm that keeps the whole business on track.
HR + Team Operations ✦ New
Onboarding, team records, role documentation, and the people-side of running a business. The hub that makes the Small Business Kit different from everything else in the shop.
Everything Included
The Complete Operations System. Pre-Built and Ready.
Duplicate, follow the guided setup path, and your small business operations are running. Everything your business needs to operate, delegate, and scale.
- Central ops dashboard
- Legal and admin hub
- Finance tracking hub
- Client ops and CRM database
- Project tracking database
- SOPs and workflows hub
- Tools and access vault
- Content and marketing ops hub
- Business reviews — weekly, monthly, quarterly
- HR and team operations hub
- Onboarding templates for new team members
- Team records database
- Role and accountability documentation
- Guided setup path
- Maintenance checklists for ongoing use
- Instant Notion duplicate — ready immediately
Who This Is For
The Small Business Kit Is Right for You If…
You have a small team or are about to bring one onThe moment someone else is involved in your business, you need systems that support delegation. This kit is built for that transition — and for the chaos that comes without it.
Too much lives inside the owner’s headProcesses, passwords, client context, project status — all stored in one person’s memory. When that person is unavailable, everything stalls. This system gets it out of your head and into a structure everyone can use.
You need an operating rhythm, not just a to-do listWeekly reviews, monthly check-ins, quarterly planning — the cadence that keeps a real business on track rather than constantly reacting. The review templates give you that structure from day one.
You are ready to build for consistency and scaleYou are not just trying to survive the week — you are building something that needs to hold up as it grows. Cleaner processes, repeatable SOPs, and delegation-ready systems are how that happens.
🧠
Need help implementing these systems in your business?
A Clarity Session gives you one focused hour to map your priorities and leave with a written action plan for exactly how to get your operations in order. Book a Clarity Session for $97 →