<style>
:root {
--brand-purple-900: #3B305F;
--brand-purple-700: #673588;
--brand-purple-500: #804995;
--brand-navy: #382E99;
--brand-orange: #EE7F1A;
--brand-gray: #828080;
--surface: #FFFFFF;
--surface-alt: #F7F5F9;
--text: #1A1A1A;
--text-muted: #6B6B6B;
--border: #E8E6EB;
}
#szczegolowy-rozklad {
padding: 96px 32px;
background: white;
font-family: 'Poppins', sans-serif;
position: relative;
overflow: hidden;
}
#szczegolowy-rozklad .week-detail-inner {
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 1;
}
#szczegolowy-rozklad .week-detail-heading-block {
text-align: center;
max-width: 720px;
margin: 0 auto 56px;
}
#szczegolowy-rozklad .week-detail-eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 18px;
background: var(--surface-alt);
border-radius: 999px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 12px;
color: var(--brand-navy);
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 24px;
}
#szczegolowy-rozklad .week-detail-eyebrow .sparkle {
color: var(--brand-navy);
font-size: 14px;
line-height: 1;
}
#szczegolowy-rozklad .week-detail-heading {
font-family: 'Poppins', sans-serif;
font-weight: 800;
font-size: clamp(26px, 3vw, 38px);
line-height: 1.2;
letter-spacing: -0.02em;
color: var(--brand-purple-900);
margin: 0 0 16px 0;
text-wrap: balance;
}
#szczegolowy-rozklad .week-detail-subhead {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.55;
color: var(--text-muted);
margin: 0;
text-wrap: balance;
}
#szczegolowy-rozklad .week-details-list {
display: flex;
flex-direction: column;
gap: 32px;
}
#szczegolowy-rozklad .week-detail {
background: white;
border: 1px solid var(--border);
border-radius: 24px;
padding: 40px 44px;
transition: border-color 250ms ease;
}
#szczegolowy-rozklad .week-detail:hover {
border-color: var(--brand-purple-500);
}
#szczegolowy-rozklad .week-detail-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 32px;
margin-bottom: 28px;
padding-bottom: 28px;
border-bottom: 1px solid var(--border);
flex-wrap: wrap;
}
#szczegolowy-rozklad .week-detail-topleft {
flex: 1;
min-width: 300px;
}
#szczegolowy-rozklad .week-pill {
display: inline-block;
padding: 6px 16px;
background: var(--brand-orange);
color: white;
border-radius: 999px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 12px;
letter-spacing: 0.05em;
margin-bottom: 14px;
}
#szczegolowy-rozklad .week-detail-title {
font-family: 'Poppins', sans-serif;
font-weight: 800;
font-size: 26px;
line-height: 1.2;
color: var(--brand-purple-900);
letter-spacing: -0.015em;
margin: 0;
}
#szczegolowy-rozklad .week-detail-leaders {
min-width: 260px;
}
#szczegolowy-rozklad .week-detail-leaders--wide {
min-width: 400px;
}
#szczegolowy-rozklad .week-detail-leaders-label {
display: block;
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 11px;
color: var(--brand-orange);
letter-spacing: 0.12em;
text-transform: uppercase;
margin-bottom: 12px;
text-align: right;
}
#szczegolowy-rozklad .week-detail-leaders-list {
display: flex;
flex-direction: column;
gap: 10px;
align-items: flex-end;
}
#szczegolowy-rozklad .week-detail-leaders-list.leaders--compact {
display: grid;
grid-template-columns: repeat(2, auto);
column-gap: 24px;
row-gap: 10px;
align-items: center;
justify-content: flex-end;
}
#szczegolowy-rozklad .leader-item {
display: flex;
align-items: center;
gap: 10px;
}
#szczegolowy-rozklad .leader-avatar {
width: 36px;
height: 36px;
border-radius: 50%;
object-fit: cover;
background: #EDE8F5;
box-shadow: 0 0 0 2px #F0EBF5;
flex-shrink: 0;
}
#szczegolowy-rozklad .leader-name {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 14px;
color: var(--text);
}
#szczegolowy-rozklad .week-goal {
background: var(--surface-alt);
border-radius: 16px;
padding: 20px 24px;
margin-bottom: 32px;
display: flex;
align-items: flex-start;
gap: 16px;
}
#szczegolowy-rozklad .week-goal-icon {
font-family: 'Poppins', sans-serif;
font-size: 24px;
color: var(--brand-orange);
line-height: 1;
padding-top: 2px;
flex-shrink: 0;
font-weight: 800;
}
#szczegolowy-rozklad .week-goal-content {
flex: 1;
}
#szczegolowy-rozklad .week-goal-label {
display: block;
font-family: 'Poppins', sans-serif;
font-weight: 800;
font-size: 11px;
color: var(--brand-orange);
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 6px;
}
#szczegolowy-rozklad .week-goal-text {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 1.6;
color: var(--text);
margin: 0;
}
#szczegolowy-rozklad .week-goal-text strong {
font-weight: 800;
color: var(--brand-purple-900);
}
#szczegolowy-rozklad .week-columns {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
margin-bottom: 32px;
}
#szczegolowy-rozklad .week-column-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 16px;
padding-bottom: 12px;
border-bottom: 1px solid var(--border);
}
#szczegolowy-rozklad .week-column-icon {
width: 32px;
height: 32px;
border-radius: 50%;
background: rgba(238, 127, 26, 0.12);
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--brand-orange);
flex-shrink: 0;
}
#szczegolowy-rozklad .week-column-title {
font-family: 'Poppins', sans-serif;
font-weight: 800;
font-size: 13px;
color: var(--brand-purple-900);
letter-spacing: 0.06em;
text-transform: uppercase;
}
#szczegolowy-rozklad .week-column-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 12px;
}
#szczegolowy-rozklad .week-column-list li {
display: flex;
align-items: flex-start;
gap: 10px;
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 1.55;
color: var(--text);
margin: 0;
}
#szczegolowy-rozklad .week-column-list li::before {
content: '✦';
color: var(--brand-orange);
font-size: 12px;
font-weight: 800;
flex-shrink: 0;
margin-top: 3px;
}
#szczegolowy-rozklad .week-column-list.results li::before {
content: '✓';
font-size: 14px;
margin-top: 2px;
}
#szczegolowy-rozklad .week-column-list.materials li {
align-items: flex-start;
}
#szczegolowy-rozklad .week-column-list.materials li::before {
content: none;
}
#szczegolowy-rozklad .mat-icon {
color: var(--brand-orange);
flex-shrink: 0;
margin-top: 2px;
display: inline-flex;
align-items: center;
justify-content: center;
width: 16px;
height: 16px;
}
#szczegolowy-rozklad .mat-content {
flex: 1;
}
#szczegolowy-rozklad .mat-title {
display: block;
}
#szczegolowy-rozklad .mat-leader {
display: block;
font-family: 'Poppins', sans-serif;
font-weight: 500;
font-size: 12px;
color: var(--text-muted);
margin-top: 2px;
}
#szczegolowy-rozklad .week-live {
background: var(--brand-purple-900);
border-radius: 16px;
padding: 22px 26px;
display: flex;
align-items: center;
gap: 16px;
}
#szczegolowy-rozklad .week-live-icon {
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.1);
display: inline-flex;
align-items: center;
justify-content: center;
color: white;
flex-shrink: 0;
}
#szczegolowy-rozklad .week-live-content {
flex: 1;
}
#szczegolowy-rozklad .week-live-label {
display: block;
font-family: 'Poppins', sans-serif;
font-weight: 800;
font-size: 11px;
color: var(--brand-orange);
letter-spacing: 0.12em;
text-transform: uppercase;
margin-bottom: 4px;
}
#szczegolowy-rozklad .week-live-text {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 1.5;
color: white;
margin: 0;
}
#szczegolowy-rozklad .week-live-text strong {
font-weight: 800;
color: white;
}
@media (max-width: 960px) {
#szczegolowy-rozklad { padding: 72px 20px; }
#szczegolowy-rozklad .week-detail { padding: 32px 28px; }
#szczegolowy-rozklad .week-columns {
grid-template-columns: 1fr;
gap: 28px;
}
#szczegolowy-rozklad .week-detail-title { font-size: 22px; }
#szczegolowy-rozklad .week-detail-leaders { min-width: 100%; margin-top: 12px; }
#szczegolowy-rozklad .week-detail-leaders--wide { min-width: 100%; }
#szczegolowy-rozklad .week-detail-leaders-label { text-align: left; }
#szczegolowy-rozklad .week-detail-leaders-list { align-items: flex-start; }
#szczegolowy-rozklad .week-detail-leaders-list.leaders--compact {
grid-template-columns: 1fr 1fr;
justify-content: flex-start;
column-gap: 16px;
}
}
@media (max-width: 480px) {
#szczegolowy-rozklad { padding: 56px 16px; }
#szczegolowy-rozklad .week-detail { padding: 24px 20px; border-radius: 20px; }
#szczegolowy-rozklad .week-detail-title { font-size: 20px; }
#szczegolowy-rozklad .week-goal,
#szczegolowy-rozklad .week-live { padding: 18px 20px; }
#szczegolowy-rozklad .week-goal-text { font-size: 14px; }
#szczegolowy-rozklad .week-column-list li,
#szczegolowy-rozklad .week-live-text { font-size: 13.5px; }
}
</style>
<section id="szczegolowy-rozklad" aria-labelledby="szczegolowy-rozklad-heading">
<div class="week-detail-inner">
<div class="week-detail-heading-block">
<span class="week-detail-eyebrow"><span class="sparkle" aria-hidden="true">✦</span> Szczegółowy rozkład</span>
<h2 id="szczegolowy-rozklad-heading" class="week-detail-heading">Co dokładnie dzieje się w każdym tygodniu</h2>
<p class="week-detail-subhead">Ten sam format przez 4 tygodnie: wiesz czego się nauczysz, jakie masz materiały i co konkretnie zyskujesz na koniec tygodnia.</p>
</div>
<div class="week-details-list">
<!-- ================= TYDZIEŃ 1 ================= -->
<article class="week-detail" aria-label="Tydzień 1">
<div class="week-detail-header">
<div class="week-detail-topleft">
<span class="week-pill">Tydzień 1</span>
<h3 class="week-detail-title">Fundament: mindset, walidacja pomysłu i wstęp do AI</h3>
</div>
<div class="week-detail-leaders">
<span class="week-detail-leaders-label">Prowadzą</span>
<div class="week-detail-leaders-list" role="list">
<div class="leader-item" role="listitem">
<img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Krystian-foto-bez-tla.png" alt="Krystian Konieczny" width="36" height="36" loading="lazy">
<span class="leader-name">Krystian Konieczny</span>
</div>
<div class="leader-item" role="listitem">
<img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Monika-foto1.png" alt="Monika Wiślańska" width="36" height="36" loading="lazy">
<span class="leader-name">Monika Wiślańska</span>
</div>
</div>
</div>
</div>
<div class="week-goal" role="note">
<span class="week-goal-icon" aria-hidden="true">✦</span>
<div class="week-goal-content">
<span class="week-goal-label">Cel tygodnia</span>
<p class="week-goal-text"><strong>Wychodzisz z wybranym i zwalidowanym pomysłem na produkt</strong>, z głową nastawioną na działanie zamiast nieświadomego sabotowania się.</p>
</div>
</div>
<div class="week-columns">
<div class="week-column">
<div class="week-column-header">
<span class="week-column-icon" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg>
</span>
<span class="week-column-title">Czego się nauczysz?</span>
</div>
<ul class="week-column-list" aria-label="Czego się nauczysz w tygodniu 1">
<li>Jak myśleć o produktach cyfrowych w erze AI, żeby AI było Twoim sojusznikiem, nie zagrożeniem</li>
<li>Jak rozpoznać własne blokady i wymówki, które zatrzymują Cię przed startem</li>
<li>Jak pracować z AI, żeby otrzymywać lepsze wyniki niż 90% osób, które z niego korzysta</li>
<li>Czym jest drabina produktowa i gdzie warto zacząć w Twojej sytuacji</li>
<li>Jak walidować pomysł na produkt, zanim poświęcisz mu choćby godzinę pracy</li>
</ul>
</div>
<div class="week-column">
<div class="week-column-header">
<span class="week-column-icon" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="2" y="6" width="20" height="12" rx="2"/><polygon points="10 9 15 12 10 15" fill="currentColor" stroke="none"/></svg>
</span>
<span class="week-column-title">Materiały</span>
</div>
<ul class="week-column-list materials" aria-label="Materiały w tygodniu 1">
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Jak myśleć o produkcie cyfrowym w erze AI</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Jak przestać czekać na wystarczającą widownię</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Wprowadzenie do pracy z Claude i ChatGPT</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Drabina produktowa: gdzie warto zacząć</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="8" width="16" height="12" rx="2"/><path d="M12 8V4"/><circle cx="12" cy="3" r="1" fill="currentColor" stroke="none"/><circle cx="9" cy="14" r="1.5" fill="currentColor" stroke="none"/><circle cx="15" cy="14" r="1.5" fill="currentColor" stroke="none"/></svg></span>
<span class="mat-content"><span class="mat-title">Asystent Walidacji AI: adwokat diabła Twojego pomysłu</span></span>
</li>
</ul>
</div>
<div class="week-column">
<div class="week-column-header">
<span class="week-column-icon" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="20 6 9 17 4 12"/></svg>
</span>
<span class="week-column-title">Rezultaty</span>
</div>
<ul class="week-column-list results" aria-label="Rezultaty tygodnia 1">
<li>Zwalidowany pomysł, który przeszedł przez trudne pytania Asystenta AI</li>
<li>Jasność jaki rodzaj produktu warto tworzyć w Twojej sytuacji</li>
<li>Wiesz jak pracować z AI od pierwszego dnia, aby dostawać lepsze wyniki</li>
<li>Głowa nastawiona na działanie, bez wewnętrznego sabotażu</li>
<li>Perspektywa na produkty cyfrowe bez strachu, że AI zastąpi Twoje doświadczenie</li>
</ul>
</div>
</div>
<div class="week-live" role="note" aria-label="Sesja LIVE tygodnia 1">
<span class="week-live-icon" aria-hidden="true">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg>
</span>
<div class="week-live-content">
<span class="week-live-label">Sesja LIVE raz w tygodniu</span>
<p class="week-live-text"><strong>Q&A + Warsztat: Jak zwalidować pomysł na produkt z Asystentem AI.</strong></p>
</div>
</div>
</article>
<!-- ================= TYDZIEŃ 2 ================= -->
<article class="week-detail" aria-label="Tydzień 2">
<div class="week-detail-header">
<div class="week-detail-topleft">
<span class="week-pill">Tydzień 2</span>
<h3 class="week-detail-title">Koncept produktu i AI, które brzmi jak Ty</h3>
</div>
<div class="week-detail-leaders">
<span class="week-detail-leaders-label">Prowadzą</span>
<div class="week-detail-leaders-list" role="list">
<div class="leader-item" role="listitem">
<img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Monika-foto1.png" alt="Monika Wiślańska" width="36" height="36" loading="lazy">
<span class="leader-name">Monika Wiślańska</span>
</div>
<div class="leader-item" role="listitem">
<img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Angelika-foto.png" alt="Angelika Knop" width="36" height="36" loading="lazy">
<span class="leader-name">Angelika Knop</span>
</div>
<div class="leader-item" role="listitem">
<img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Krystian-foto-bez-tla.png" alt="Krystian Konieczny" width="36" height="36" loading="lazy">
<span class="leader-name">Krystian Konieczny</span>
</div>
</div>
</div>
</div>
<div class="week-goal" role="note">
<span class="week-goal-icon" aria-hidden="true">✦</span>
<div class="week-goal-content">
<span class="week-goal-label">Cel tygodnia</span>
<p class="week-goal-text"><strong>Wychodzisz z gotowym konceptem produktu</strong>, AI skonfigurowanym pod Twój głos i markę oraz spójną identyfikacją wizualną. Tworzysz pierwsze elementy produktu.</p>
</div>
</div>
<div class="week-columns">
<div class="week-column">
<div class="week-column-header">
<span class="week-column-icon" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg>
</span>
<span class="week-column-title">Czego się nauczysz?</span>
</div>
<ul class="week-column-list" aria-label="Czego się nauczysz w tygodniu 2">
<li>How to create Brandbook AI, żeby Claude znał Twój ton, wartości i odbiorcę, brzmiał jak Ty, nie jak generyczny GPT</li>
<li>Jak wykorzystać Skills w Claude do budowy struktury i treści produktu</li>
<li>Jak dopasować rodzaj produktu i cenę do Twojej wiedzy i sytuacji rynkowej</li>
<li>Jak zaprojektować spójny wizerunek marki w Canvie i AI: szablony, grafiki, identyfikacja</li>
</ul>
</div>
<div class="week-column">
<div class="week-column-header">
<span class="week-column-icon" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="6" width="20" height="12" rx="2"/><polygon points="10 9 15 12 10 15" fill="currentColor" stroke="none"/></svg>
</span>
<span class="week-column-title">Materiały</span>
</div>
<ul class="week-column-list materials" aria-label="Materiały w tygodniu 2">
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Brandbook marki w AI: konfiguracja Claude pod Twój głos</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Skills w Claude: konkretne umiejętności do tworzenia produktu</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Rozpoznawalna marka w Canvie i AI: spójny wizerunek</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Rodzaje produktów cyfrowych i zakresy cenowe: gdzie się ustawić</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="8" width="16" height="12" rx="2"/><path d="M12 8V4"/><circle cx="12" cy="3" r="1" fill="currentColor" stroke="none"/><circle cx="9" cy="14" r="1.5" fill="currentColor" stroke="none"/><circle cx="15" cy="14" r="1.5" fill="currentColor" stroke="none"/></svg></span>
<span class="mat-content"><span class="mat-title">Gotowa kampania z AI u boku: pakiet narzędzi AI na każdy etap programu</span></span>
</li>
</ul>
</div>
<div class="week-column">
<div class="week-column-header">
<span class="week-column-icon" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
</span>
<span class="week-column-title">Rezultaty</span>
</div>
<ul class="week-column-list results" aria-label="Rezultaty tygodnia 2">
<li>Gotowy koncept produktu. Wiesz co, dla kogo i za ile tworzysz</li>
<li>AI skonfigurowane pod Twoją markę. Treści brzmią jak Ty, nie jak GPT</li>
<li>Spójna identyfikacja wizualna. Szablony i grafiki gotowe do użycia</li>
<li>Pierwsze elementy produktu stworzone z pomocą AI</li>
</ul>
</div>
</div>
<div class="week-live" role="note" aria-label="Sesja LIVE tygodnia 2">
<span class="week-live-icon" aria-hidden="true">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg>
</span>
<div class="week-live-content">
<span class="week-live-label">Sesja LIVE raz w tygodniu</span>
<p class="week-live-text"><strong>Warsztat + Q&A: Co powinien mieć w sobie produkt, żeby klient go pożądał w dobie AI.</strong></p>
</div>
</div>
</article>
<!-- ================= TYDZIEŃ 3 ================= -->
<article class="week-detail" aria-label="Tydzień 3">
<div class="week-detail-header">
<div class="week-detail-topleft">
<span class="week-pill">Tydzień 3</span>
<h3 class="week-detail-title">Oferta, lejek i decyzja w jaki sposób sprzedajesz</h3>
</div>
<div class="week-detail-leaders week-detail-leaders--wide">
<span class="week-detail-leaders-label">Prowadzą</span>
<div class="week-detail-leaders-list leaders--compact" role="list">
<div class="leader-item" role="listitem">
<img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Marek-foto.png" alt="Marek Jankowski" width="36" height="36" loading="lazy">
<span class="leader-name">Marek Jankowski</span>
</div>
<div class="leader-item" role="listitem">
<img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Kinga-foto.png" alt="Kinga Konopelko" width="36" height="36" loading="lazy">
<span class="leader-name">Kinga Konopelko</span>
</div>
<div class="leader-item" role="listitem">
<img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Joanna-foto.png" alt="Joanna Bogielczyk" width="36" height="36" loading="lazy">
<span class="leader-name">Joanna Bogielczyk</span>
</div>
<div class="leader-item" role="listitem">
<img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Dawid-foto.png" alt="Dawid Zieliński" width="36" height="36" loading="lazy">
<span class="leader-name">Dawid Zieliński</span>
</div>
<div class="leader-item" role="listitem">
<img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Krystian-foto-bez-tla.png" alt="Krystian Konieczny" width="36" height="36" loading="lazy">
<span class="leader-name">Krystian Konieczny</span>
</div>
</div>
</div>
</div>
<div class="week-goal" role="note">
<span class="week-goal-icon" aria-hidden="true">✦</span>
<div class="week-goal-content">
<span class="week-goal-label">Cel tygodnia</span>
<p class="week-goal-text"><strong>Wychodzisz z gotową ofertą, ogarniętymi kwestiami prawnymi, przygotowanym lejkiem sprzedażowym i gotową komunikacją.</strong> Technicznie i mentalnie gotowy do startu sprzedaży.</p>
</div>
</div>
<div class="week-columns">
<div class="week-column">
<div class="week-column-header">
<span class="week-column-icon" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg>
</span>
<span class="week-column-title">Czego się nauczysz?</span>
</div>
<ul class="week-column-list" aria-label="Czego się nauczysz w tygodniu 3">
<li>Jak tworzyć unikalne treści z AI</li>
<li>Co musisz mieć ogarnięte prawnie, zanim ruszy Twoja sprzedaż</li>
<li>Jak wybrać jedną z 3 dróg dotarcia do klientów, dopasowaną do Twojej sytuacji</li>
<li>Na czym polegają 2 strategie sprzedaży (okienko vs tryb ciągły) i którą dobrać do Twojej sytuacji</li>
<li>Jak postawić stronę sprzedażową i podłączyć płatności</li>
</ul>
</div>
<div class="week-column">
<div class="week-column-header">
<span class="week-column-icon" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="6" width="20" height="12" rx="2"/><polygon points="10 9 15 12 10 15" fill="currentColor" stroke="none"/></svg>
</span>
<span class="week-column-title">Materiały</span>
</div>
<ul class="week-column-list materials" aria-label="Materiały w tygodniu 3">
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Tworzenie unikalnych treści z AI jako podstawa budowania oferty</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Jak sprzedawać przez Insta Stories</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Jak sprzedawać produkty cyfrowe za pomocą reklam na Facebooku i Instagramie</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Jak zbudować bazę klientów bez społeczności: partnerstwa i rekomendacje</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Okienko sprzedażowe vs sprzedaż ciągła. Wybór strategii i kontynucja tworzenia produktu.</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Jak postawić stronę sprzedażową i podłączyć płatności</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="9" y1="13" x2="15" y2="13"/><line x1="9" y1="17" x2="15" y2="17"/></svg></span>
<span class="mat-content"><span class="mat-title">Niezbędnik prawny i gotowy wzór regulaminu newslettera</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/></svg></span>
<span class="mat-content"><span class="mat-title">Lista niezbędnych narzędzi do przeprowadzenia sprzedaży</span></span>
</li>
</ul>
</div>
<div class="week-column">
<div class="week-column-header">
<span class="week-column-icon" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
</span>
<span class="week-column-title">Rezultaty</span>
</div>
<ul class="week-column-list results" aria-label="Rezultaty tygodnia 3">
<li>Gotowa, unikalna oferta, która odpowiada na realne potrzeby kupujących</li>
<li>Ogarnięte kwestie prawne i gotowość do rozpoczęcia sprzedaży</li>
<li>Wiesz, jak sprzedawać przez relacje na Instastories, także bez dużej społeczności</li>
<li>Wiesz, jak uruchomić kampanię reklamową na Facebooku i Instagramie, bez palenia budżetu</li>
<li>Wybrana droga dotarcia i strategia sprzedaży. Wiesz, jak i kiedy skończyć tworzenie produktu.</li>
<li>Przygotowany lejek sprzedażowy i gotowa komunikacja: posty, stories, emaile</li>
</ul>
</div>
</div>
<div class="week-live" role="note" aria-label="Sesja LIVE tygodnia 3">
<span class="week-live-icon" aria-hidden="true">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg>
</span>
<div class="week-live-content">
<span class="week-live-label">Sesja LIVE raz w tygodniu</span>
<p class="week-live-text"><strong>Warsztat + Q&A: Jak dopracować ofertę i wybrać strategię sprzedaży.</strong></p>
</div>
</div>
</article>
<!-- ================= TYDZIEŃ 4 ================= -->
<article class="week-detail" aria-label="Tydzień 4">
<div class="week-detail-header">
<div class="week-detail-topleft">
<span class="week-pill">Tydzień 4</span>
<h3 class="week-detail-title">Start sprzedaży i plan na Twój dalszy rozwój</h3>
</div>
<div class="week-detail-leaders">
<span class="week-detail-leaders-label">Prowadzą</span>
<div class="week-detail-leaders-list" role="list">
<div class="leader-item" role="listitem">
<img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Krystian-foto-bez-tla.png" alt="Krystian Konieczny" width="36" height="36" loading="lazy">
<span class="leader-name">Krystian Konieczny</span>
</div>
<div class="leader-item" role="listitem">
<img class="leader-avatar" src="https://newskill.pl/wp-content/uploads/2026/07/Ola-foto.png" alt="Ola Gościniak" width="36" height="36" loading="lazy">
<span class="leader-name">Ola Gościniak</span>
</div>
</div>
</div>
</div>
<div class="week-goal" role="note">
<span class="week-goal-icon" aria-hidden="true">✦</span>
<div class="week-goal-content">
<span class="week-goal-label">Cel tygodnia</span>
<p class="week-goal-text"><strong>Realizujesz wybraną strategię sprzedaży i kończysz program z pierwszą kampanią za sobą</strong>, wiedzą co zadziałało i konkretnym planem na kolejny miesiąc.</p>
</div>
</div>
<div class="week-columns">
<div class="week-column">
<div class="week-column-header">
<span class="week-column-icon" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg>
</span>
<span class="week-column-title">Czego się nauczysz?</span>
</div>
<ul class="week-column-list" aria-label="Czego się nauczysz w tygodniu 4">
<li>Jak prowadzić okienko sprzedażowe dzień po dniu: co publikować, jak reagować na obiekcje, jak domykać sprzedaż</li>
<li>Jak uruchomić sprzedaż ciągłą i optymalizować lejek na podstawie pierwszych danych</li>
<li>How to analyze program results and draw conclusions for the future</li>
<li>Jak budować treści, które sprawiają że AI zaczyna polecać Twój produkt</li>
</ul>
</div>
<div class="week-column">
<div class="week-column-header">
<span class="week-column-icon" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="6" width="20" height="12" rx="2"/><polygon points="10 9 15 12 10 15" fill="currentColor" stroke="none"/></svg>
</span>
<span class="week-column-title">Materiały</span>
</div>
<ul class="week-column-list materials" aria-label="Materiały w tygodniu 4">
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Prowadzenie okienka sprzedażowego: dzień po dniu, harmonogram, publikacje, obiekcje</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Uruchomienie sprzedaży ciągłej: lejek na starcie, optymalizacja na bieżąco</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Analiza wyników i plan na kolejny miesiąc: co zadziałało, co zmienić</span></span>
</li>
<li>
<span class="mat-icon" aria-hidden="true"><svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></span>
<span class="mat-content"><span class="mat-title">Widoczność marki w AI: jak sprawić, żeby modele językowe polecały Twój produkt</span></span>
</li>
</ul>
</div>
<div class="week-column">
<div class="week-column-header">
<span class="week-column-icon" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
</span>
<span class="week-column-title">Rezultaty</span>
</div>
<ul class="week-column-list results" aria-label="Rezultaty tygodnia 4">
<li>Pierwsza kampania sprzedażowa za sobą</li>
<li>Wiesz, jak analizować swoją kampanię, aby w przyszłości ją jeszcze bardziej ulepszyć</li>
<li>Wiedza co zadziałało w Twoim przypadku i co zmienić na przyszłość</li>
<li>Program się kończy. Twój system sprzedaży dopiero się rozkręca.</li>
<li>Wiesz jak budować treści, żeby AI polecało Cię przyszłym klientom</li>
</ul>
</div>
</div>
<div class="week-live" role="note" aria-label="Sesja LIVE tygodnia 4">
<span class="week-live-icon" aria-hidden="true">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg>
</span>
<div class="week-live-content">
<span class="week-live-label">Sesja LIVE raz w tygodniu</span>
<p class="week-live-text"><strong>Q&A + Warsztat: Jak analizować wyniki sprzedaży i planować kolejne działania.</strong></p>
</div>
</div>
</article>
</div>
</div>
</section>