<section class="samples-editorial-section" id="probki">
<style>
.samples-editorial-section,
.samples-editorial-section * {
box-sizing: border-box;
}
.samples-editorial-section {
background-color: #f4eee3;
color: #191813;
font-family: 'Roboto', sans-serif;
border-top: 1px solid #d8cebf;
-webkit-font-smoothing: antialiased;
}
.samples-editorial-section .wrap {
max-width: 1180px;
margin: 0 auto;
padding: 80px 32px;
}
.samples-editorial-section .eyebrow {
font-size: 13px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #98452c;
margin: 0 0 12px 0;
}
.samples-editorial-section h2 {
font-family: 'Saira Condensed', sans-serif;
font-size: clamp(32px, 3.2vw, 48px);
line-height: 1.1;
font-weight: 700;
margin: 0 0 16px 0;
color: #191813;
}
.samples-editorial-section .lead {
font-size: 18px;
line-height: 1.6;
color: #5c5549;
max-width: 65ch;
margin: 0 0 48px 0;
}
.samples-editorial-section .samples-list {
display: flex;
flex-direction: column;
gap: 40px;
}
/* Meta badge */
.samples-editorial-section .sample-meta {
display: inline-flex;
align-items: center;
gap: 8px;
font-family: 'Roboto', sans-serif;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
color: #98452c;
margin-bottom: 12px;
}
/* PRÓBKA 1: Kalendarz / Tabela */
.samples-editorial-section .sample-1-box {
background-color: #eae3d5;
border: 1px solid #d8cebf;
border-radius: 6px;
overflow: hidden;
padding: 28px;
}
.samples-editorial-section .table-wrap {
background: #faf7f2;
border: 1px solid #d8cebf;
border-radius: 4px;
overflow: hidden;
margin-bottom: 16px;
}
.samples-editorial-section .sample-table {
width: 100%;
border-collapse: collapse;
text-align: left;
}
.samples-editorial-section .sample-table th {
background-color: #545c43;
color: #f4eee3;
font-family: 'Saira Condensed', sans-serif;
font-size: 17px;
font-weight: 700;
letter-spacing: 0.5px;
padding: 12px 18px;
}
.samples-editorial-section .sample-table td {
padding: 14px 18px;
border-bottom: 1px solid #e2dacd;
font-size: 15px;
line-height: 1.5;
color: #191813;
vertical-align: top;
}
.samples-editorial-section .sample-table tr:last-child td {
border-bottom: none;
}
.samples-editorial-section .col-date {
width: 100px;
font-family: 'Saira Condensed', sans-serif;
font-size: 18px;
font-weight: 700;
color: #98452c;
white-space: nowrap;
}
.samples-editorial-section .col-channel {
width: 100px;
text-align: right;
}
.samples-editorial-section .channel-tag {
display: inline-block;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
padding: 2px 8px;
border-radius: 3px;
letter-spacing: 0.5px;
}
.samples-editorial-section .channel-mail {
background-color: #e3e5dc;
color: #454d35;
border: 1px solid #c6ccb9;
}
.samples-editorial-section .channel-post {
background-color: #f4eee3;
color: #7a3521;
border: 1px solid #d8cebf;
}
.samples-editorial-section .sample-comment {
font-size: 15px;
line-height: 1.5;
color: #5c5549;
margin: 0;
}
/* PRÓBKA 2: Dwie kolumny: Od wzoru do własnej wiadomości */
.samples-editorial-section .sample-compare-box {
background-color: #eae3d5;
border: 1px solid #d8cebf;
border-radius: 6px;
padding: 28px;
}
.samples-editorial-section .sample-compare-title {
font-family: 'Saira Condensed', sans-serif;
font-size: 26px;
font-weight: 700;
color: #191813;
margin: 0 0 20px 0;
}
.samples-editorial-section .sample-compare-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
margin-bottom: 16px;
}
.samples-editorial-section .compare-col {
background-color: #ffffff;
border: 1px solid #d8cebf;
border-radius: 4px;
padding: 20px;
}
.samples-editorial-section .compare-col-template {
border-left: 4px solid #98452c;
}
.samples-editorial-section .compare-col-example {
border-left: 4px solid #545c43;
}
.samples-editorial-section .compare-col-example .sample-meta {
color: #545c43;
}
.samples-editorial-section .compare-content {
font-size: 15px;
line-height: 1.6;
color: #191813;
white-space: pre-line;
font-family: 'Roboto', sans-serif;
}
.samples-editorial-section .compare-caption {
font-size: 13px;
color: #787063;
margin: 0;
line-height: 1.5;
}
/* PRÓBKA 3: Kompaktowa matryca */
.samples-editorial-section .sample-3-box {
background-color: #e3e5dc;
border: 1px solid #c6ccb9;
border-radius: 6px;
padding: 28px;
}
.samples-editorial-section .sample-3-box h3 {
font-family: 'Saira Condensed', sans-serif;
font-size: 26px;
font-weight: 700;
color: #191813;
margin: 0 0 16px 0;
}
.samples-editorial-section .problem-callout {
background: #faf7f2;
border: 1px solid #c6ccb9;
border-left: 3px solid #545c43;
border-radius: 4px;
padding: 12px 16px;
font-size: 15px;
color: #191813;
margin-bottom: 20px;
}
.samples-editorial-section .problem-callout strong {
color: #545c43;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 0.5px;
display: block;
margin-bottom: 2px;
}
.samples-editorial-section .matrix-examples {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
margin-bottom: 16px;
}
.samples-editorial-section .matrix-col {
background: #faf7f2;
border: 1px solid #c6ccb9;
border-radius: 4px;
padding: 16px;
}
.samples-editorial-section .matrix-stage {
font-family: 'Saira Condensed', sans-serif;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #545c43;
margin-bottom: 6px;
}
.samples-editorial-section .matrix-topic {
font-size: 14px;
line-height: 1.45;
color: #191813;
margin: 0;
}
.samples-editorial-section .matrix-footer {
font-size: 14px;
line-height: 1.5;
color: #545c43;
margin: 0;
font-weight: 500;
}
/* Mobile adjustments */
@media (max-width: 768px) {
.samples-editorial-section .wrap {
padding: 48px 20px;
}
.samples-editorial-section .sample-1-box,
.samples-editorial-section .sample-compare-box,
.samples-editorial-section .sample-3-box {
padding: 20px 16px;
}
.samples-editorial-section .sample-compare-grid {
grid-template-columns: 1fr;
gap: 16px;
}
.samples-editorial-section .matrix-examples {
grid-template-columns: 1fr;
gap: 12px;
}
/* Tabela zamienia się w czytelne wiersze na telefonie */
.samples-editorial-section .sample-table,
.samples-editorial-section .sample-table thead,
.samples-editorial-section .sample-table tbody,
.samples-editorial-section .sample-table th,
.samples-editorial-section .sample-table td,
.samples-editorial-section .sample-table tr {
display: block;
}
.samples-editorial-section .sample-table thead {
display: none;
}
.samples-editorial-section .table-wrap {
background: transparent;
border: none;
}
.samples-editorial-section .sample-table tr {
background: #faf7f2;
border: 1px solid #d8cebf;
border-radius: 4px;
padding: 14px;
margin-bottom: 10px;
}
.samples-editorial-section .sample-table tr:last-child {
margin-bottom: 0;
}
.samples-editorial-section .sample-table td {
padding: 0;
border: none;
}
.samples-editorial-section .sample-table .col-date {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 6px;
}
.samples-editorial-section .sample-table .col-channel {
width: 100%;
text-align: left;
margin-top: 8px;
}
}
</style>
<div class="wrap">
<header>
<p class="eyebrow">Rzeczywiste materiały</p>
<h2>Zobacz, na czym będziesz pracować.</h2>
<p class="lead">Wybrane fragmenty Księgi II: kalendarz, gotowy mail i sposób układania tematów. Tak wyglądają materiały, które dopasujesz do swojej kampanii.</p>
</header>
<div class="samples-list">
<!-- PRÓBKA 1: Kalendarz -->
<article class="sample-1-box">
<div class="sample-meta">Księga II · strona 57 · fragment kalendarza</div>
<div class="table-wrap">
<table class="sample-table">
<thead>
<tr>
<th scope="col" style="width: 100px;">Data</th>
<th scope="col">Działanie</th>
<th scope="col" style="width: 100px; text-align: right;">Kanał</th>
</tr>
</thead>
<tbody>
<tr>
<td class="col-date">2.11</td>
<td><strong>MAIL-ANKIETA.</strong> Jedno pytanie otwarte + termin + PS z 3 wyborami</td>
<td class="col-channel"><span class="channel-tag channel-mail">mail</span></td>
</tr>
<tr>
<td class="col-date">3.11</td>
<td><strong>„Też kiedyś tu byłem”</strong> — Twoja porażka z [TEMAT], bez morału na końcu</td>
<td class="col-channel"><span class="channel-tag channel-post">post</span></td>
</tr>
<tr>
<td class="col-date">4.11</td>
<td><strong>Przypomnienie o ankiecie</strong> — krótko, tylko do tych, którzy nie otworzyli</td>
<td class="col-channel"><span class="channel-tag channel-mail">mail</span></td>
</tr>
<tr>
<td class="col-date">5.11</td>
<td><strong>Jedno przekonanie</strong>, które trzyma Cię przy [PROBLEM]</td>
<td class="col-channel"><span class="channel-tag channel-post">post</span></td>
</tr>
</tbody>
</table>
</div>
<p class="sample-comment">Masz datę, zadanie i kanał. Wybierasz działania pasujące do swojej kampanii.</p>
</article>
<!-- PRÓBKA 2: Dwie kolumny: Od wzoru do własnej wiadomości -->
<article class="sample-compare-box">
<h3 class="sample-compare-title">Od wzoru do własnej wiadomości.</h3>
<div class="sample-compare-grid">
<!-- Lewa kolumna: Wzór -->
<div class="compare-col compare-col-template">
<div class="sample-meta">Fragment wzoru · Księga II, s.54</div>
<div class="compare-content">Cześć {imię},
Zanim zrobię to, co planuję na listopad, chcę Cię o coś zapytać.
Zajmie Ci to mniej niż minutę — są 2 pytania.
{link}</div>
</div>
<!-- Prawa kolumna: Przykład wypełnienia -->
<div class="compare-col compare-col-example">
<div class="sample-meta">Przykład wypełnienia · Księga II, s.154</div>
<div class="compare-content">Temat: jedno pytanie o Twoje zdjęcia
Cześć Aniu,
Zanim zrobię to, co planuję na listopad, chcę Cię o coś zapytać.
Zajmie Ci to mniej niż minutę — są 2 pytania.</div>
</div>
</div>
<p class="compare-caption">Przykład fikcyjnej Marty z księgi. Pokazuje dopasowanie treści, nie wyniki klientki.</p>
</article>
<!-- PRÓBKA 3: Matryca -->
<article class="sample-3-box">
<div class="sample-meta">Księga II · strona 164 · fragment przykładu matrycy</div>
<h3>Jeden problem. Różne tematy wiadomości.</h3>
<div class="problem-callout">
<strong>Punkt wyjścia (problem odbiorcy):</strong>
„przepalam budżet i nic z tego nie mam”
</div>
<div class="matrix-examples">
<div class="matrix-col">
<div class="matrix-stage">Idealny klient</div>
<p class="matrix-topic">„Dlaczego reklama do wszystkich jest najdroższa, jaką możesz kupić”</p>
</div>
<div class="matrix-col">
<div class="matrix-stage">Pierwsza sprzedaż</div>
<p class="matrix-topic">„Ile realnie kosztuje pierwszy klient i skąd to wiesz”</p>
</div>
<div class="matrix-col">
<div class="matrix-stage">Trwały wzrost</div>
<p class="matrix-topic">„Kiedy podnieść budżet, a kiedy wyłączyć”</p>
</div>
</div>
<p class="matrix-footer">To wycinek przykładu z księgi. Matryca łączy 8 problemów z 6 etapami, dając 48 miejsc na tematy.</p>
</article>
</div>
</div>
</section>