.pl-osk {
font-family: ‘DM Sans’, sans-serif;
color: #17142b;
width: 100%;
margin-top: 48px;
}
.pl-osk * { box-sizing: border-box; }
.pl-osk a { color: #0095b0; text-decoration: underline; font-weight: 700; }
.pl-osk a:hover { color: #401579; }
.pl-osk-section { padding: 64px 24px; display: block; width: 100%; }
.pl-osk-section.dark { background: #17142b !important; }
.pl-osk-section.lavender { background: #eeecf1 !important; }
.pl-osk-section.white { background: #ffffff !important; }
.pl-osk-inner { max-width: 860px; margin: 0 auto; }
.pl-osk-inner.narrow { max-width: 680px; }
.pl-osk-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-osk-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-osk-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-osk-section.dark h2 em { color: #9d8dbd !important; font-style: normal !important; }
.pl-osk-section.lavender h2,
.pl-osk-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-osk-section.dark p { color: #c8c0dd !important; font-size: 0.97rem !important; line-height: 1.8 !important; margin: 0 0 16px !important; }
.pl-osk-section.lavender p,
.pl-osk-section.white p { color: #250537 !important; font-size: 0.97rem !important; line-height: 1.8 !important; margin: 0 0 16px !important; }
.pl-osk-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;
}
/* HUBS GRID */
.pl-osk-hubs-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0,1fr));
gap: 14px;
margin-top: 28px;
}
@media(max-width:640px) { .pl-osk-hubs-grid { grid-template-columns: 1fr; } }
.pl-osk-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-osk-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-osk-hub-card p {
font-size: 0.82rem !important;
color: #c8c0dd !important;
line-height: 1.6 !important;
margin: 0 !important;
}
/* SETUP PATH */
.pl-osk-setup {
display: flex;
flex-direction: column;
gap: 0;
margin-top: 28px;
}
.pl-osk-setup-step {
display: grid;
grid-template-columns: 44px 1fr;
gap: 16px;
padding: 18px 0;
border-bottom: 1px solid rgba(157,141,189,0.15);
align-items: start;
}
.pl-osk-setup-step:last-child { border-bottom: none; }
.pl-osk-setup-num {
width: 44px; height: 44px;
border-radius: 50%;
background: rgba(0,149,176,0.15);
border: 2px solid #0095b0;
display: flex; align-items: center; justify-content: center;
font-family: ‘Playfair Display’, serif;
font-size: 1rem; font-weight: 900;
color: #0095b0 !important;
flex-shrink: 0;
}
.pl-osk-setup-step h4 {
font-family: ‘DM Sans’, sans-serif !important;
font-size: 0.9rem !important;
font-weight: 900 !important;
color: #17142b !important;
margin: 6px 0 4px !important;
}
.pl-osk-setup-step p {
font-size: 0.86rem !important;
color: #250537 !important;
line-height: 1.65 !important;
margin: 0 !important;
}
/* CHECKLIST */
.pl-osk-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-osk-checklist { grid-template-columns: 1fr; } }
.pl-osk-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-osk-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;
}
/* FOR YOU */
.pl-osk-foryou-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0,1fr));
gap: 14px;
margin-top: 28px;
}
@media(max-width:600px) { .pl-osk-foryou-grid { grid-template-columns: 1fr; } }
.pl-osk-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-osk-foryou-card p {
font-size: 0.88rem !important;
color: #250537 !important;
line-height: 1.65 !important;
margin: 0 !important;
}
.pl-osk-foryou-card p strong {
color: #17142b !important;
font-weight: 800 !important;
display: block;
margin-bottom: 4px;
}
/* CROSSSELL */
.pl-osk-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-osk-crosssell-icon { font-size: 1.6rem; flex-shrink: 0; margin-top: 2px; }
.pl-osk-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-osk-crosssell-text p {
font-size: 0.86rem !important;
color: #c8c0dd !important;
line-height: 1.65 !important;
margin: 0 !important;
}
.pl-osk-crosssell-text a { color: #7bd9e8 !important; font-weight: 700 !important; text-decoration: underline !important; }
/* ENTRY CONTENT OVERRIDES */
.entry-content .pl-osk .pl-osk-section.dark h2 { color: #ffffff !important; font-family: ‘Playfair Display’, serif !important; }
.entry-content .pl-osk .pl-osk-section.lavender h2,
.entry-content .pl-osk .pl-osk-section.white h2 { color: #17142b !important; font-family: ‘Playfair Display’, serif !important; }
.entry-content .pl-osk .pl-osk-hub-card h4 { color: #ffffff !important; }
.entry-content .pl-osk .pl-osk-setup-step h4 { color: #17142b !important; }
.entry-content .pl-osk .pl-osk-foryou-card p { color: #250537 !important; }
.entry-content .pl-osk .pl-osk-crosssell-text h4 { color: #ffffff !important; }
What This Kit Does
Get Your Business Back-End Started — Without Making Notion Your New Full-Time Job
The Operations Starter Kit is a modular, ADHD-friendly operations system that turns scattered admin, money chaos, and half-built workflows into one clean dashboard with clear hubs, guided setup, and maintenance checklists.
Most operations systems either assume you have weeks to set everything up from scratch, or they drop you into forty-seven empty databases and wish you luck. This one is different. You get a hub-style layout that makes your business feel organized immediately — even if you are starting from absolute zero.
Includes a simple 4-week setup path. So you are not staring at empty tables wondering what to do next. Week by week, your operations system comes together — without the overwhelm of trying to build everything at once.
The Foundation Hubs
Seven Systems. One Central Dashboard.
Every hub is pre-built and ready to use. Each one covers a core area of your business operations — organized, interconnected, and designed to be maintained week to week without constant rebuilding.
Legal + Admin
Business basics, documents, compliance essentials, and the admin layer that keeps your business legitimate and organized.
Finance Tracking
Income, expenses, and money visibility so you always know where your business stands financially — without a spreadsheet maze.
Client Ops
Client tracking, communication, and relationship management so nothing falls through the cracks between projects.
SOPs
Standard operating procedures for your repeatable processes — documented, findable, and actually usable when you need them.
Tools + Access Vault
Every tool, login, and subscription in one secure, organized place. No more hunting through emails for passwords or account details.
Content + Marketing Ops
Content planning, marketing workflows, and the operational side of keeping your business visible without it consuming your entire week.
Business Reviews
Weekly, monthly, and quarterly review templates to keep your business on track and your decisions grounded in actual data.
The 4-Week Setup Path
Built to Be Set Up in Weeks, Not Months
The guided setup path breaks everything down into four manageable weeks so you make consistent progress without burning out on setup before you even start using the system.
1
Foundation and Admin
Set up your central dashboard, add your legal and admin basics, and get your tools vault organized. Your operations OS is live by the end of week one.
2
Finance and Client Ops
Set up your finance tracking and client operations hub. Get your income, expenses, and client relationships into the system.
3
SOPs and Workflows
Document your repeatable processes and workflows. Get your most important procedures out of your head and into the system where they can actually be used.
4
Content, Reviews, and Maintenance
Set up your content and marketing ops, configure your review cadence, and establish the maintenance rhythm that keeps the whole system running week to week.
Everything Included
One Notion Workspace. Completely Pre-Built.
Duplicate and follow the setup path. No blank databases, no figuring out the structure, no starting from scratch.
- Central ops dashboard with hub navigation
- Legal and admin basics hub
- Finance tracking hub
- Client ops hub
- SOPs and workflows hub
- Tools and access vault
- Content and marketing ops hub
- Business reviews — weekly, monthly, quarterly
- Guided 4-week setup path
- Maintenance checklists for ongoing use
- Instant Notion duplicate — ready immediately
Who This Is For
The Starter Kit Is the Right Move If…
You are just getting your operations off the groundYou need the foundation — legal basics, finance tracking, client ops, and a central place for your business to live. Not an enterprise system. Just a solid, organized start.
Your business admin is scattered across apps and memoryNotes app, Google Drive, email drafts, and the mental list you are holding together with pure willpower. This replaces all of that with one organized system.
You have ADHD and need structure without overwhelmYou cannot stare at forty-seven empty tables and figure out where to start. The setup path tells you exactly what to do each week so the system actually gets built.
You want something easy to maintain week to weekBuilt to be used, not just set up. The maintenance checklists and review templates keep the system alive without requiring a full weekend to maintain it.
📈
Running a freelance business? You might need the Freelancer Kit instead.
The Freelancer Operations Kit is the client-first version of this kit — built specifically for income that depends on clients, delivery, and staying booked. See the Freelancer Operations Kit →