Work with Kasia — Growth Harbour

#ip-tools, #ip-tools * { box-sizing: border-box !important; font-family: ‘Lato’, sans-serif !important; }
#ip-tools p, #ip-tools h1, #ip-tools h2, #ip-tools h3, #ip-tools h4,
#ip-tools ul, #ip-tools li, #ip-tools button, #ip-tools a, #ip-tools span, #ip-tools div { margin: 0 !important; padding: 0 !important; }
#ip-tools { font-size: 17px !important; line-height: 1.65 !important; color: #2C2A29 !important; background: #F9F7F2 !important; }
/* NAV */
#ip-tools .top-nav { background: #ffffff !important; border-bottom: 1px solid rgba(200,122,86,0.12) !important; padding: 16px 0 !important; position: sticky !important; top: 0 !important; z-index: 999 !important; }
#ip-tools .nav-inner { max-width: 1060px !important; margin: 0 auto !important; padding: 0 24px !important; display: flex !important; justify-content: space-between !important; align-items: center !important; }
#ip-tools .nav-brand { font-family: ‘Playfair Display’, serif !important; font-size: 18px !important; font-weight: 600 !important; color: #2C2A29 !important; text-decoration: none !important; }
#ip-tools .nav-brand span { color: #C87A56 !important; }
#ip-tools .nav-links { display: flex !important; gap: 24px !important; align-items: center !important; }
#ip-tools .nav-links a { font-size: 14px !important; color: #5D5654 !important; text-decoration: none !important; font-weight: 600 !important; transition: color 0.2s !important; }
#ip-tools .nav-links a:hover { color: #C87A56 !important; }
#ip-tools .nav-cta { background: #C87A56 !important; color: #ffffff !important; text-decoration: none !important; padding: 9px 20px !important; border-radius: 50px !important; font-size: 13px !important; font-weight: 700 !important; }
#ip-tools .nav-cta:hover { background: #A66343 !important; color: #ffffff !important; }
/* LAYOUT */
#ip-tools .container { max-width: 1060px !important; margin: 0 auto !important; padding: 0 24px !important; }
#ip-tools .section { padding: 72px 0 !important; }
#ip-tools .section-alt { background: #ffffff !important; }
#ip-tools .section-dark { background: linear-gradient(135deg, #2C2A29, #3d3230) !important; }
#ip-tools .section-label { font-size: 12px !important; text-transform: uppercase !important; letter-spacing: 0.12em !important; color: #C87A56 !important; font-weight: 700 !important; margin-bottom: 10px !important; display: block !important; }
#ip-tools .section-title { font-family: ‘Playfair Display’, serif !important; font-size: 34px !important; font-weight: 700 !important; color: #2C2A29 !important; line-height: 1.25 !important; margin-bottom: 12px !important; }
#ip-tools .section-title em { font-style: italic !important; color: #C87A56 !important; }
#ip-tools .section-sub { font-size: 16px !important; color: #5D5654 !important; line-height: 1.7 !important; }
#ip-tools .section-dark .section-title { color: #ffffff !important; }
#ip-tools .section-dark .section-label { color: #e8b49a !important; }
/* HERO */
#ip-tools .hero { background: linear-gradient(135deg, #2C2A29, #3d3230) !important; padding: 80px 0 72px !important; text-align: center !important; position: relative !important; overflow: hidden !important; }
#ip-tools .hero::before { content: ” !important; position: absolute !important; top: -100px !important; left: 50% !important; transform: translateX(-50%) !important; width: 700px !important; height: 400px !important; background: radial-gradient(ellipse, rgba(200,122,86,0.12) 0%, transparent 70%) !important; pointer-events: none !important; }
#ip-tools .hero-tag { display: inline-block !important; background: rgba(200,122,86,0.2) !important; border: 1px solid rgba(200,122,86,0.3) !important; color: #e8b49a !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; padding: 6px 16px !important; border-radius: 50px !important; margin-bottom: 24px !important; }
#ip-tools .hero h1 { font-family: ‘Playfair Display’, serif !important; font-size: 46px !important; font-weight: 700 !important; line-height: 1.2 !important; color: #ffffff !important; margin-bottom: 20px !important; max-width: 760px !important; margin-left: auto !important; margin-right: auto !important; }
#ip-tools .hero h1 em { font-style: italic !important; color: #e8b49a !important; }
#ip-tools .hero-sub { font-size: 18px !important; color: rgba(255,255,255,0.65) !important; max-width: 580px !important; margin: 0 auto !important; line-height: 1.7 !important; }
/* LADDER */
#ip-tools .ladder { display: flex !important; align-items: stretch !important; gap: 0 !important; margin-bottom: 0 !important; border-radius: 16px !important; overflow: hidden !important; box-shadow: 0 4px 24px rgba(0,0,0,0.06) !important; }
#ip-tools .ladder-step { flex: 1 !important; background: #ffffff !important; padding: 24px 16px !important; text-align: center !important; border-right: 1px solid rgba(200,122,86,0.12) !important; position: relative !important; }
#ip-tools .ladder-step:last-child { border-right: none !important; }
#ip-tools .ladder-price { font-family: ‘Playfair Display’, serif !important; font-size: 20px !important; font-weight: 700 !important; color: #C87A56 !important; display: block !important; margin-bottom: 6px !important; }
#ip-tools .ladder-name { font-size: 13px !important; font-weight: 700 !important; color: #2C2A29 !important; display: block !important; line-height: 1.3 !important; }
#ip-tools .ladder-arrow { display: flex !important; align-items: center !important; color: rgba(200,122,86,0.4) !important; font-size: 16px !important; padding: 0 4px !important; flex-shrink: 0 !important; background: #ffffff !important; }
/* PRODUCT CARDS */
#ip-tools .products-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 24px !important; }
#ip-tools .product-card { background: #ffffff !important; border-radius: 20px !important; overflow: hidden !important; border: 1px solid rgba(200,122,86,0.12) !important; transition: all 0.3s !important; display: flex !important; flex-direction: column !important; }
#ip-tools .product-card:hover { transform: translateY(-4px) !important; box-shadow: 0 16px 40px rgba(200,122,86,0.12) !important; border-color: rgba(200,122,86,0.3) !important; }
#ip-tools .product-card.featured { border-color: #C87A56 !important; box-shadow: 0 8px 32px rgba(200,122,86,0.15) !important; }
#ip-tools .card-top { padding: 28px 24px 20px !important; flex: 1 !important; }
#ip-tools .card-tag { display: inline-block !important; font-size: 11px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.08em !important; padding: 4px 12px !important; border-radius: 20px !important; margin-bottom: 16px !important; }
#ip-tools .tag-free { background: rgba(200,122,86,0.1) !important; color: #C87A56 !important; }
#ip-tools .tag-digital { background: rgba(200,122,86,0.1) !important; color: #C87A56 !important; }
#ip-tools .tag-star { background: rgba(201,168,76,0.15) !important; color: #b8962e !important; }
#ip-tools .card-icon-wrap { width: 52px !important; height: 52px !important; border-radius: 14px !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 22px !important; margin-bottom: 16px !important; }
#ip-tools .icon-green { background: rgba(200,122,86,0.1) !important; color: #C87A56 !important; }
#ip-tools .icon-clay { background: rgba(200,122,86,0.12) !important; color: #C87A56 !important; }
#ip-tools .icon-gold { background: rgba(201,168,76,0.12) !important; color: #b8962e !important; }
#ip-tools .product-card h3 { font-family: ‘Playfair Display’, serif !important; font-size: 20px !important; font-weight: 700 !important; color: #2C2A29 !important; margin-bottom: 6px !important; line-height: 1.3 !important; }
#ip-tools .card-tagline { font-size: 13px !important; color: #9a8a84 !important; font-style: italic !important; margin-bottom: 12px !important; display: block !important; }
#ip-tools .product-card p { font-size: 14px !important; color: #5D5654 !important; line-height: 1.65 !important; }
#ip-tools .card-includes { list-style: none !important; margin-top: 14px !important; display: flex !important; flex-direction: column !important; gap: 7px !important; }
#ip-tools .card-includes li { display: flex !important; gap: 8px !important; align-items: center !important; font-size: 13px !important; color: #5D5654 !important; }
#ip-tools .card-includes li i { color: #C87A56 !important; font-size: 11px !important; }
#ip-tools .card-bottom { padding: 20px 24px 24px !important; border-top: 1px solid rgba(200,122,86,0.1) !important; display: flex !important; flex-direction: column !important; gap: 8px !important; }
#ip-tools .card-price { font-family: ‘Playfair Display’, serif !important; font-size: 26px !important; font-weight: 700 !important; color: #C87A56 !important; display: block !important; margin-bottom: 4px !important; }
#ip-tools .card-price span { font-size: 13px !important; color: #9a8a84 !important; font-family: ‘Lato’, sans-serif !important; font-weight: 400 !important; }
#ip-tools .card-price.free-price { color: #C87A56 !important; }
#ip-tools .btn-card { display: block !important; text-align: center !important; padding: 13px 20px !important; border-radius: 50px !important; font-size: 14px !important; font-weight: 700 !important; text-decoration: none !important; transition: all 0.3s !important; cursor: pointer !important; border: none !important; width: 100% !important; }
#ip-tools .btn-card.primary { background: #C87A56 !important; color: #ffffff !important; }
#ip-tools .btn-card.primary:hover { background: #A66343 !important; color: #ffffff !important; }
#ip-tools .btn-card.secondary { background: #2C2A29 !important; color: #ffffff !important; }
#ip-tools .btn-card.secondary:hover { background: #3d3230 !important; color: #ffffff !important; }
#ip-tools .btn-card.outline { background: none !important; border: 2px solid rgba(200,122,86,0.35) !important; color: #C87A56 !important; }
#ip-tools .btn-card.outline:hover { border-color: #C87A56 !important; background: rgba(200,122,86,0.05) !important; color: #C87A56 !important; }
/* SERVICES */
#ip-tools .services-grid { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 24px !important; }
#ip-tools .service-card { background: #F9F7F2 !important; border-radius: 20px !important; padding: 36px 32px !important; border: 1px solid rgba(200,122,86,0.12) !important; transition: all 0.3s !important; display: flex !important; flex-direction: column !important; }
#ip-tools .service-card:hover { background: #ffffff !important; border-color: rgba(200,122,86,0.25) !important; box-shadow: 0 12px 36px rgba(200,122,86,0.1) !important; transform: translateY(-3px) !important; }
#ip-tools .service-header { display: flex !important; gap: 16px !important; align-items: flex-start !important; margin-bottom: 16px !important; }
#ip-tools .service-icon { width: 52px !important; height: 52px !important; border-radius: 14px !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 22px !important; flex-shrink: 0 !important; }
#ip-tools .service-card h3 { font-family: ‘Playfair Display’, serif !important; font-size: 20px !important; font-weight: 700 !important; color: #2C2A29 !important; margin-bottom: 4px !important; line-height: 1.3 !important; }
#ip-tools .service-tagline { font-size: 13px !important; color: #9a8a84 !important; font-style: italic !important; display: block !important; }
#ip-tools .service-card > p { font-size: 15px !important; color: #5D5654 !important; line-height: 1.7 !important; margin-bottom: 18px !important; flex: 1 !important; }
#ip-tools .service-includes { list-style: none !important; margin-bottom: 24px !important; display: flex !important; flex-direction: column !important; gap: 8px !important; }
#ip-tools .service-includes li { display: flex !important; gap: 10px !important; align-items: center !important; font-size: 14px !important; color: #5D5654 !important; }
#ip-tools .service-includes li i { color: #C87A56 !important; font-size: 12px !important; }
#ip-tools .service-footer { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 16px !important; margin-top: auto !important; padding-top: 20px !important; border-top: 1px solid rgba(200,122,86,0.12) !important; }
#ip-tools .service-price { font-family: ‘Playfair Display’, serif !important; font-size: 22px !important; font-weight: 700 !important; color: #C87A56 !important; line-height: 1.2 !important; }
#ip-tools .service-price small { display: block !important; font-size: 12px !important; color: #9a8a84 !important; font-family: ‘Lato’, sans-serif !important; font-weight: 400 !important; }
#ip-tools .service-price.on-demand { font-size: 15px !important; color: #5D5654 !important; font-family: ‘Lato’, sans-serif !important; }
#ip-tools .btn-service { display: inline-flex !important; align-items: center !important; gap: 8px !important; padding: 12px 22px !important; border-radius: 50px !important; font-size: 14px !important; font-weight: 700 !important; text-decoration: none !important; transition: all 0.3s !important; white-space: nowrap !important; flex-shrink: 0 !important; cursor: pointer !important; border: none !important; }
#ip-tools .btn-service.primary { background: #C87A56 !important; color: #ffffff !important; }
#ip-tools .btn-service.primary:hover { background: #A66343 !important; color: #ffffff !important; }
#ip-tools .btn-service.outline { background: none !important; border: 2px solid rgba(200,122,86,0.35) !important; color: #C87A56 !important; }
#ip-tools .btn-service.outline:hover { border-color: #C87A56 !important; background: rgba(200,122,86,0.05) !important; color: #C87A56 !important; }
/* SPEAKING */
#ip-tools .speaking-card { background: linear-gradient(135deg, #2C2A29, #3d3230) !important; border-radius: 20px !important; padding: 48px 44px !important; display: grid !important; grid-template-columns: 1fr auto !important; gap: 40px !important; align-items: center !important; position: relative !important; overflow: hidden !important; }
#ip-tools .speaking-card::before { content: ” !important; position: absolute !important; top: -60px !important; right: -60px !important; width: 300px !important; height: 300px !important; background: radial-gradient(circle, rgba(200,122,86,0.1) 0%, transparent 70%) !important; pointer-events: none !important; }
#ip-tools .speaking-label { display: inline-block !important; background: rgba(200,122,86,0.2) !important; border: 1px solid rgba(200,122,86,0.3) !important; color: #e8b49a !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; padding: 5px 14px !important; border-radius: 20px !important; margin-bottom: 16px !important; }
#ip-tools .speaking-card h3 { font-family: ‘Playfair Display’, serif !important; font-size: 26px !important; font-weight: 700 !important; color: #ffffff !important; margin-bottom: 12px !important; line-height: 1.3 !important; }
#ip-tools .speaking-card > div > p { font-size: 15px !important; color: rgba(255,255,255,0.65) !important; line-height: 1.7 !important; margin-bottom: 20px !important; }
#ip-tools .speaking-topics { list-style: none !important; display: flex !important; flex-direction: column !important; gap: 8px !important; }
#ip-tools .speaking-topics li { display: flex !important; gap: 10px !important; align-items: center !important; font-size: 14px !important; color: rgba(255,255,255,0.7) !important; }
#ip-tools .speaking-topics li i { color: #e8b49a !important; font-size: 12px !important; }
#ip-tools .speaking-cta { text-align: center !important; flex-shrink: 0 !important; }
#ip-tools .speaking-cta a { display: inline-block !important; background: #C87A56 !important; color: #ffffff !important; text-decoration: none !important; padding: 16px 28px !important; border-radius: 50px !important; font-size: 15px !important; font-weight: 700 !important; transition: all 0.3s !important; white-space: nowrap !important; margin-bottom: 8px !important; }
#ip-tools .speaking-cta a:hover { background: #A66343 !important; color: #ffffff !important; }
#ip-tools .speaking-cta p { font-size: 12px !important; color: rgba(255,255,255,0.4) !important; margin-bottom: 0 !important; line-height: 1.5 !important; }
/* POPUP */
#ip-tools-popup { display: none; position: fixed !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; background: rgba(44,42,41,0.8) !important; z-index: 99999 !important; justify-content: center !important; align-items: center !important; backdrop-filter: blur(5px) !important; opacity: 0 !important; transition: opacity 0.3s !important; }
#ip-tools-popup.show { display: flex !important; opacity: 1 !important; }
#ip-tools-popup .popup-box { background: #F9F7F2 !important; border-radius: 20px !important; padding: 48px 36px 36px !important; width: 90% !important; max-width: 480px !important; position: relative !important; box-shadow: 0 24px 60px rgba(0,0,0,0.2) !important; }
#ip-tools-popup .popup-close { position: absolute !important; top: 16px !important; right: 20px !important; font-size: 26px !important; color: #9a8a84 !important; cursor: pointer !important; background: none !important; border: none !important; line-height: 1 !important; }
#ip-tools-popup .popup-close:hover { color: #C87A56 !important; }
#ip-tools-popup h3 { font-family: ‘Playfair Display’, serif !important; font-size: 22px !important; font-weight: 700 !important; color: #2C2A29 !important; margin-bottom: 8px !important; }
#ip-tools-popup p { font-size: 15px !important; color: #5D5654 !important; margin-bottom: 20px !important; line-height: 1.65 !important; }
/* FOOTER */
#ip-tools .footer { background: #2C2A29 !important; padding: 40px 0 !important; }
#ip-tools .footer-inner { max-width: 1060px !important; margin: 0 auto !important; padding: 0 24px !important; display: flex !important; justify-content: space-between !important; align-items: center !important; gap: 20px !important; flex-wrap: wrap !important; }
#ip-tools .footer-inner p { font-size: 14px !important; color: rgba(255,255,255,0.4) !important; margin-bottom: 0 !important; }
#ip-tools .footer-links { display: flex !important; gap: 20px !important; }
#ip-tools .footer-links a { font-size: 14px !important; color: rgba(255,255,255,0.5) !important; text-decoration: none !important; transition: color 0.2s !important; }
#ip-tools .footer-links a:hover { color: #C87A56 !important; }
/* RESPONSIVE */
@media (max-width: 900px) {
#ip-tools .hero h1 { font-size: 30px !important; }
#ip-tools .products-grid { grid-template-columns: 1fr !important; }
#ip-tools .services-grid { grid-template-columns: 1fr !important; }
#ip-tools .speaking-card { grid-template-columns: 1fr !important; }
#ip-tools .nav-links { display: none !important; }
#ip-tools .ladder { flex-wrap: wrap !important; }
#ip-tools .ladder-step { flex: 0 0 calc(33% – 2px) !important; }
}

Growth Harbour · How I Can Help You

Work with Kasia — from first insight to lasting change

Whether you need a first tool to understand what’s happening, a workbook to start unloading, a deep diagnostic, or a full coaching programme — everything here is built around one thing: getting you out of survival mode, back to yourself.

Where to start

A clear path — from free to deep work

Each step builds on the previous one. Start wherever makes sense for you right now.

Free
3 Energy Tools Guide
€13
The Unload Method
€23–€47
Energy Drain Diagnostic™
€930
Coaching Light
€1,880
Coaching Full Reset

Self-Study & Digital Products

Start here — on your own terms

Practical tools you can use immediately. No appointments, no waiting.

Free Guide

Energy: 3 Tools to Feel Yourself Again

A practical reset — without quitting your life

Three neuroscience-backed tools to help your energy return — including the Invisible Output Audit, the Subtraction Rule, and the Permission Anchor Reset. Try even one. Watch what shifts.

  • 3 practical reset tools
  • Mindset quiz included
  • Instant PDF delivery by email

Free / enter your email below

Digital Workbook

The Unload Method

Your step-by-step escape from invisible overload

A practical workbook built on the Brain Clutter Audit™ and the Mental De-Load in Real Life™ method. Get everything out of your head, sort what’s actually yours to carry, and build a system that sticks.

  • Brain Clutter Audit™ worksheet
  • The 3 Buckets sorting exercise
  • 7-day Mental De-Load Planner
  • Instant PDF — print or use digitally

€13 / ~55 PLN
Learn more
Get the Workbook
⭐ Most Popular

Energy Drain Diagnostic™

Understand exactly where your energy goes

A personalised report based on 20+ years of psychology practice. In 15 minutes, it shows you which mechanism is draining you most — and what to do first. Two levels of depth available.

  • Personalised — unique to your answers
  • Your Personal Energy Leakage Map
  • One concrete first step
  • Delivered by email within minutes

€23 – €47 Basic or Full
See what’s included
Get Basic — €23
Get Full — €47

1:1 Coaching & Group Work

When you’re ready to go deeper

Coaching works best after the diagnostic — when you already know which mechanism is draining you and want a structured path out. All programmes available in English and Polish.

Coaching Light

Focused post-diagnostic programme

A focused coaching programme for those who have completed the diagnostic and want to implement changes with support. We work on the specific mechanism identified in your report — practical, structured, no fluff.

  • Recommended after the Energy Drain Diagnostic™
  • Focused on your dominant energy drain
  • Online sessions — English or Polish

€930 ~3,900 PLN
Enquire now

Coaching Full Reset

Deep transformation programme

A comprehensive programme for those who want a full reset — not just understanding what’s happening, but rebuilding how you function. We work across all four dimensions of the LOAD Model™ with sustained support.

  • Full work across all 4 LOAD Model™ dimensions
  • Built around your life, your work, your capacity
  • Online sessions — English or Polish

€1,880 ~7,900 PLN
Enquire now

General Coaching

Leadership, career & professional growth

For leaders and professionals navigating a career transition, leadership challenge, or a moment where everything feels stuck. 20+ years of experience across industries and cultures — tailored entirely to your situation.

  • Leadership & career development
  • Organisational psychology background
  • International experience — English & Polish

Price on request
Get in touch

Workshops & Trainings

For teams, organisations & HR professionals

Tailored workshops on energy management, mental load, leadership under pressure, and high-performance without burnout. Designed for corporate teams, HR departments, and leadership groups.

  • Fully customised to your organisation
  • Based on the LOAD Model™ framework
  • Online or in-person — English & Polish

Price on request
Get in touch

Speaking

Kasia Biernacka — Speaker

An engaging, grounded speaker on the topics of energy management, invisible overload, high-performance psychology and leadership under pressure. Available for conferences, corporate events, panels and podcasts — in English and Polish.

  • Why high achievers drain out — and what actually helps
  • The invisible cost of mental load in the workplace
  • Energy management for leaders — the LOAD Model™
  • From surviving to sustainable — practical psychology for teams


Get in touch

No standard rates —
each engagement discussed individually


Energy: 3 Tools to Feel Yourself Again

Enter your email and I’ll send the free guide straight to your inbox.