/* ── STRONA ZAPISÓW (podstrona funkcji) ─────────────── */
.sz-page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  background: transparent;
  /* Czytelniejszy body-text (ciemniejszy niż globalny --text-muted). */
  --text-muted: #374151;
}
.sz-page > *:not(.site-nav) { position: relative; z-index: 1; }

/* Wspólne nagłówki sekcji */
.sz-section-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.sz-eyebrow {
  display: inline-block; margin-bottom: 14px;
  font-family: var(--font-body); font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand);
}
/* Waga/interlinia/tracking z globalnego h2 (main.css) — jak na stronie Karnety. */
.sz-section-head h2 {
  margin: 0 auto 14px; max-width: 32ch;
  font-size: var(--fs-section, clamp(1.7rem, 2.7vw, 2.3rem));
  text-wrap: balance;
}
.sz-section-head p {
  margin: 0 auto; max-width: 800px; font-size: 16px; line-height: 1.65;
  color: var(--text-muted); text-wrap: balance;
}

/* Sekcja 1 — Hero: kanon .hero-std w main.css (nie duplikuj tu regul). */
/* Waga/interlinia/tracking z globalnego h1 (main.css) — jak na stronie Karnety. */


/* ── Sekcja 2 — Problem (kontrast 2 list) ───────────── */
.sz-problem { max-width: 1120px; margin: 0 auto; padding: 88px 32px; }
.sz-problem-head { margin-bottom: 8px; }
.sz-contrast { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 40px; }
.sz-contrast-col { border: 1px solid var(--border-strong); border-radius: var(--card-radius); padding: 24px 24px 10px; box-shadow: 0 1px 2px rgba(17,17,17,0.04); }
.sz-contrast-col.is-old { background: var(--bg-subtle); }
.sz-contrast-col.is-new { background: #fff; border-color: color-mix(in srgb, var(--brand) 35%, var(--border)); }
.sz-contrast-label {
  display: block; margin-bottom: 8px; font-family: var(--font-heading);
  font-size: 14px; font-weight: 600; color: var(--text);
}
.sz-contrast-item {
  display: flex; gap: 12px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--border);
}
.sz-contrast-col.is-old .sz-contrast-item:last-child,
.sz-contrast-col.is-new .sz-contrast-item:last-child { border-bottom: none; }
.sz-contrast-icon {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.sz-contrast-icon svg { width: 12px; height: 12px; }
.is-old .sz-contrast-icon { background: #eef0f2; color: #98a1ad; }
.is-new .sz-contrast-icon { background: var(--brand-soft); color: var(--brand); }
.sz-contrast-item span { font-size: 14px; line-height: 1.5; color: var(--text-muted); }
.is-new .sz-contrast-item span { color: var(--text); }

/* ── Sekcja 3 — Rozwiązanie (intro + bento) ─────────── */
.sz-solution { max-width: 1120px; margin: 0 auto; padding: 88px 32px; }
.sz-solution-intro { max-width: 800px; margin: 0 auto 44px; text-align: center; }
.sz-solution-intro .sz-section-head h2 { max-width: 30ch; }
.sz-solution-intro .sz-section-head p { max-width: 76ch; }
.sz-bullets { display: inline-flex; flex-direction: column; gap: 12px; margin-top: 22px; text-align: left; }
.sz-bullet { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; line-height: 1.55; color: var(--text-muted); }
.sz-bullet-check {
  flex-shrink: 0; margin-top: 1px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--brand-soft); color: var(--brand); display: flex; align-items: center; justify-content: center;
}
.sz-bullet-check svg { width: 10px; height: 10px; }
/* Karty = język kart ze strony Karnety (.kar-card): tekst u góry, screen w studni na dole,
   równe kolumny; tag nad nagłówkiem jak .kar-tag. */
.sz-bento-card {
  display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--border-strong); border-radius: var(--card-radius); overflow: hidden;
  box-shadow: 0 1px 2px rgba(17,17,17,0.04);
}
.sz-bento-text { padding: 24px 24px 0; }
.sz-bento-tag {
  display: inline-block; margin-bottom: 10px; font-family: var(--font-body);
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand);
}
.sz-bento-card h3 {
  margin: 0 0 8px; font-family: var(--font-heading); font-size: 18px; font-weight: 600;
  line-height: 1.3; letter-spacing: -0.01em; color: var(--text);
}
.sz-bento-card > .sz-bento-text p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--text-muted); }
/* Studnia na zrzut: dociąga do dołu karty, żeby karty w rzędzie były równe (flex: 1). */
.sz-bento-visual {
  margin-top: 20px; padding: 16px; background: var(--bg-subtle); border-top: 1px solid var(--border);
  flex: 1; display: flex;
}
.sz-bento-visual > .sz-shot { width: 100%; align-self: start; }

/* ── Screen / placeholder (wzorzec: .kar-shot / .kar-ph na stronie Karnety) ── */
.sz-shot { border-radius: 12px; overflow: hidden; background: #fff; box-shadow: var(--shadow-screen); border: 1px solid var(--border); }
.sz-shot img { display: block; width: 100%; height: auto; }
.sz-ph { aspect-ratio: 16 / 10; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 8px; padding: 24px; background: var(--brand-soft); color: var(--brand); }
.sz-ph-badge { width: 48px; height: 48px; border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,.06); margin-bottom: 4px; }
.sz-ph-badge svg { width: 24px; height: 24px; color: var(--brand); }
.sz-ph-label { font-family: var(--font-heading); font-weight: 600; font-size: 15px; }
.sz-ph-note { font-size: 13px; color: var(--text-muted); }

/* Makieta „link w bio" na Instagramie — celowo makieta, nie screen (decyzja foundera).
   Ramka/cień jak przy zrzutach (.sz-shot), żeby stała w jednym rzędzie z kartami ze screenami. */
.sz-ig { width: 100%; align-self: start; background: #000; border-radius: 12px; padding: 15px 15px 17px; color: #fff; font-family: var(--font-body); box-shadow: var(--shadow-screen); }
.sz-ig-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.sz-ig-user { display: flex; align-items: center; gap: 5px; font-size: 14px; font-weight: 700; color: #fff; }
.sz-ig-user svg { width: 10px; height: 10px; }
.sz-ig-logo { width: 21px; height: 21px; flex-shrink: 0; }
.sz-ig-profile { display: flex; align-items: center; gap: 16px; margin-bottom: 11px; }
.sz-ig-ava { width: 54px; height: 54px; border-radius: 50%; flex-shrink: 0; padding: 2.5px; background: conic-gradient(from 215deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5, #feda75); }
.sz-ig-ava i { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; border-radius: 50%; background: #1f1f1f; color: #fff; font-weight: 700; font-size: 19px; font-style: normal; border: 2px solid #000; }
.sz-ig-stats { display: flex; gap: 14px; flex: 1; }
.sz-ig-stats > div { text-align: center; }
.sz-ig-stats b { display: block; font-size: 15px; font-weight: 700; color: #fff; }
.sz-ig-stats span { font-size: 10px; color: #d4d4d4; }
.sz-ig-name { font-size: 13px; font-weight: 700; color: #fff; }
.sz-ig-cat { font-size: 12px; color: #a8a8a8; }
.sz-ig-bio { font-size: 12px; color: #e8e8e8; line-height: 1.45; margin-top: 3px; }
.sz-ig-link { display: inline-block; margin-top: 1px; font-size: 12.5px; font-weight: 600; color: #7cc0ff; word-break: break-all; }
.sz-ig-btns { display: flex; gap: 6px; margin-top: 13px; }
.sz-ig-btns span { flex: 1; text-align: center; font-size: 12px; font-weight: 600; padding: 7px 4px; border-radius: 4px; color: #fff; }
.sz-ig-btns .follow { background: #0095f6; }
.sz-ig-btns .msg { background: #363636; }

/* ── Sekcja 3 — kanały publikacji linku (wizualizacja bulletów) ─ */
/* Sekcja „Rozwiązanie" = układ jak na Karnetach: rząd trzech równych kart (.kar-cards),
   pod nim szeroka karta tekst | screen (.kar-wide). Rytm między blokami: 16px. */
.sz-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 16px; align-items: stretch; }

/* Szeroka karta: tekst | screen (wzorzec .kar-wide). */
.sz-wide {
  margin-bottom: 16px; display: grid; grid-template-columns: 1fr 1.15fr;
  background: #fff; border: 1px solid var(--border-strong); border-radius: var(--card-radius);
  overflow: hidden; box-shadow: 0 1px 2px rgba(17,17,17,0.04);
}
.sz-wide-text { padding: 28px; align-self: center; }
.sz-wide-text h3 {
  margin: 0 0 8px; font-family: var(--font-heading); font-size: 18px; font-weight: 600;
  line-height: 1.3; letter-spacing: -0.01em; color: var(--text);
}
.sz-wide-text p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--text-muted); }
/* Zrzut wyśrodkowany w studni — szeroka karta bywa wyższa niż sam obrazek. */
.sz-wide-visual {
  padding: 16px; background: var(--bg-subtle); border-left: 1px solid var(--border);
  display: flex; align-items: center;
}
.sz-wide-visual > .sz-shot { width: 100%; }

/* ── Sekcja 4 — Ścieżka klienta (3 kroki, stepper) ──── */
.sz-steps { max-width: 1120px; margin: 0 auto; padding: 88px 32px 0; }
.sz-flow { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 8px; }
.sz-flow-step { text-align: center; padding: 0 16px; position: relative; }
.sz-flow-step:not(:last-child)::after {
  content: ''; position: absolute; top: 26px; left: 50%; width: 100%; height: 2px;
  background: var(--brand); z-index: 0;
}
.sz-flow-num {
  position: relative; z-index: 1; width: 52px; height: 52px; margin: 0 auto 18px;
  border-radius: 50%; background: var(--brand); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading); font-size: 20px; font-weight: 600;
  box-shadow: 0 0 0 6px #fff;
}
.sz-flow-num svg { width: 24px; height: 24px; }
.sz-flow-step h3 { margin: 0 0 7px; font-family: var(--font-heading); font-size: 17px; font-weight: 600; color: var(--text); }
.sz-flow-step p { margin: 0 auto; max-width: 26ch; font-size: 14px; line-height: 1.55; color: var(--text-muted); }


/* ── Sekcja 6 — Lista oczekujących (tekst + screen) ─── */
.sz-waitlist {
  max-width: 1120px; margin: 0 auto; padding: 88px 32px 0;
  display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 48px; align-items: center;
}
/* Waga/interlinia/tracking z globalnego h2 (main.css) — jak na stronie Karnety. */
.sz-waitlist-copy h2 {
  margin: 0 0 16px; font-size: var(--fs-section, clamp(1.7rem, 2.7vw, 2.3rem)); text-wrap: balance;
}
.sz-waitlist-copy p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--text-muted); max-width: 46ch; }

/* ── Sekcja 5 — CTA: reużywa .final-cta z main.css (rytm jak .kar-page) ── */
.sz-page .final-cta { padding-top: 88px; }

/* ── Responsywność ──────────────────────────────────── */
@media (max-width: 960px) {
  .sz-cards, .sz-wide { grid-template-columns: 1fr; }
  .sz-wide-visual { border-left: 0; border-top: 1px solid var(--border); }
  .sz-waitlist { grid-template-columns: 1fr; gap: 32px; }
  .sz-problem, .sz-solution { padding: 64px 20px; }
  .sz-steps, .sz-waitlist { padding: 64px 20px 0; }
  .sz-page .final-cta { padding-top: 64px; }
}
@media (max-width: 600px) {
  .sz-contrast { grid-template-columns: 1fr; }
  .sz-flow { grid-template-columns: 1fr; gap: 28px; }
  .sz-flow-step::after { display: none; }
}
