/* Start custom CSS *//* ============================================================
   SJO — Zapisy na egzaminy Cambridge English — CSS
   Wklej do: WordPress → Wygląd → Personalizuj → Dodatkowy CSS
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Lora:wght@600&display=swap');

.sjo-zap *, .sjo-zap *::before, .sjo-zap *::after { box-sizing: border-box; }

.sjo-zap {
  --dark-green: #1B4D3E; --mid-green: #2D6A4F; --light-green: #52B788;
  --pale-green: #D8F3DC; --very-pale: #F0FAF2;
  --sun: #F7A833; --sun-light: #FEF3DC;
  --navy: #1A2C4E;
  --text: #2C2C2A; --muted: #5F5E5A;
  --border: #C8E6C9; --radius: 16px; --white: #fff;
  font-family: 'Nunito', sans-serif !important;
  color: var(--text); width: 100%;
}

/* ── HERO ── */
.sjo-zap .szc-hero {
  border-radius: var(--radius) !important;
  overflow: hidden !important;
  position: relative !important;
  margin-bottom: 1.5rem !important;
  min-height: 380px !important;
  display: flex !important;
  align-items: center !important;
}
.sjo-zap .szc-hero-bg {
  position: absolute !important; inset: 0 !important;
  background-image: url('https://sjo.edu.pl/wp-content/uploads/2026/09/Grafika-1-—-Hero-pozioma-169-scaled.webp') !important;
  background-size: cover !important; background-position: center !important;
}
.sjo-zap .szc-hero-overlay {
  position: absolute !important; inset: 0 !important;
  background: linear-gradient(90deg, rgba(27,77,62,.92) 0%, rgba(27,77,62,.75) 50%, rgba(27,77,62,.2) 100%) !important;
}
.sjo-zap .szc-hero-content {
  position: relative !important; z-index: 1 !important;
  padding: 3rem 3rem !important; max-width: 620px !important;
}
.sjo-zap .szc-badge {
  display: inline-block !important; background: var(--sun) !important;
  color: var(--navy) !important; font-size: 13px !important; font-weight: 800 !important;
  padding: 6px 18px !important; border-radius: 50px !important;
  margin-bottom: 1.25rem !important; white-space: nowrap !important;
  font-family: 'Nunito', sans-serif !important;
}
.sjo-zap .szc-hero h1 {
  font-family: 'Lora', serif !important; font-size: 2.4rem !important;
  font-weight: 600 !important; color: #fff !important;
  line-height: 1.2 !important; margin: 0 0 1rem !important;
}
.sjo-zap .szc-hero h1 em { color: var(--sun) !important; font-style: normal !important; }
.sjo-zap .szc-hero p {
  font-size: 16px !important; color: rgba(255,255,255,.88) !important;
  line-height: 1.6 !important; margin: 0 0 2rem !important;
  font-family: 'Nunito', sans-serif !important;
}
.sjo-zap .szc-btn-primary {
  display: inline-block !important; background: var(--sun) !important;
  color: var(--navy) !important; border-radius: 50px !important;
  padding: 15px 36px !important; font-size: 16px !important; font-weight: 800 !important;
  text-decoration: none !important; transition: all .2s !important;
  box-shadow: 0 4px 20px rgba(247,168,51,.4) !important;
  font-family: 'Nunito', sans-serif !important;
}
.sjo-zap .szc-btn-primary:hover { background: #e09520 !important; transform: translateY(-2px) !important; color: var(--navy) !important; }
.sjo-zap .szc-btn-outline {
  display: inline-block !important; background: transparent !important;
  color: #fff !important; border: 2px solid rgba(255,255,255,.6) !important;
  border-radius: 50px !important; padding: 13px 28px !important;
  font-size: 15px !important; font-weight: 700 !important;
  text-decoration: none !important; margin-left: 12px !important;
  font-family: 'Nunito', sans-serif !important; transition: all .2s !important;
}
.sjo-zap .szc-btn-outline:hover { background: rgba(255,255,255,.12) !important; color: #fff !important; }

/* ── KROKI ── */
.sjo-zap .szc-steps {
  background: var(--white) !important; border-radius: var(--radius) !important;
  border: 1.5px solid var(--border) !important; padding: 2.5rem 2rem !important;
  margin-bottom: 1.5rem !important;
}
.sjo-zap .szc-steps-title {
  font-family: 'Lora', serif !important; font-size: 1.4rem !important;
  font-weight: 600 !important; color: var(--text) !important;
  text-align: center !important; margin: 0 0 2rem !important;
}
.sjo-zap .szc-steps-grid {
  display: grid !important; grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important; position: relative !important;
}
.sjo-zap .szc-steps-grid::before {
  content: '' !important; position: absolute !important;
  top: 60px !important; left: calc(16.66% + 20px) !important;
  right: calc(16.66% + 20px) !important; height: 2px !important;
  background: linear-gradient(90deg, var(--pale-green), var(--light-green), var(--pale-green)) !important;
  z-index: 0 !important;
}
.sjo-zap .szc-step { text-align: center !important; position: relative !important; z-index: 1 !important; }
.sjo-zap .szc-step-img {
  width: 120px !important; height: 120px !important;
  border-radius: 50% !important; overflow: hidden !important;
  margin: 0 auto 1rem !important; border: 3px solid var(--pale-green) !important;
  box-shadow: 0 4px 16px rgba(0,0,0,.1) !important;
}
.sjo-zap .szc-step-img img {
  width: 120px !important; height: 120px !important;
  object-fit: cover !important; display: block !important;
}
.sjo-zap .szc-step-num {
  display: inline-flex !important; align-items: center !important;
  justify-content: center !important; width: 32px !important; height: 32px !important;
  background: var(--mid-green) !important; color: #fff !important;
  border-radius: 50% !important; font-size: 14px !important; font-weight: 800 !important;
  margin-bottom: .6rem !important; font-family: 'Nunito', sans-serif !important;
}
.sjo-zap .szc-step h3 {
  font-family: 'Nunito', sans-serif !important; font-size: 15px !important;
  font-weight: 800 !important; color: var(--dark-green) !important;
  margin: 0 0 .4rem !important;
}
.sjo-zap .szc-step p {
  font-size: 13px !important; color: var(--muted) !important;
  line-height: 1.5 !important; margin: 0 !important;
  font-family: 'Nunito', sans-serif !important;
}

/* ── SEKCJA TITLE ── */
.sjo-zap .szc-section-title {
  font-family: 'Lora', serif !important; font-size: 1.4rem !important;
  font-weight: 600 !important; color: var(--text) !important;
  text-align: center !important; margin: 0 0 .5rem !important;
}
.sjo-zap .szc-section-sub {
  font-size: 14px !important; color: var(--muted) !important;
  text-align: center !important; margin: 0 0 1.5rem !important;
  font-family: 'Nunito', sans-serif !important;
}

/* ── DLACZEGO SJO ── */
.sjo-zap .szc-why {
  background: linear-gradient(135deg, #1B4D3E, #2D6A4F) !important;
  border-radius: var(--radius) !important; padding: 2.5rem 2rem !important;
  margin-bottom: 1.5rem !important; overflow: hidden !important;
  position: relative !important;
}
.sjo-zap .szc-why-inner {
  display: grid !important; grid-template-columns: 1fr 1fr !important;
  gap: 2rem !important; align-items: center !important;
}
.sjo-zap .szc-why-img {
  border-radius: 12px !important; overflow: hidden !important;
}
.sjo-zap .szc-why-img img {
  width: 100% !important; height: 260px !important;
  object-fit: cover !important; display: block !important;
  border-radius: 12px !important;
}
.sjo-zap .szc-why-content .szc-section-title { color: #fff !important; text-align: left !important; }
.sjo-zap .szc-why-content .szc-section-sub { color: rgba(255,255,255,.7) !important; text-align: left !important; }
.sjo-zap .szc-why-grid {
  display: flex !important; flex-direction: column !important; gap: 12px !important;
}
.sjo-zap .szc-why-item {
  display: flex !important; align-items: flex-start !important; gap: 12px !important;
  background: rgba(255,255,255,.1) !important; border-radius: 12px !important;
  padding: 1rem 1.25rem !important; border: 1px solid rgba(255,255,255,.15) !important;
}
.sjo-zap .szc-why-icon { font-size: 1.75rem !important; flex-shrink: 0 !important; }
.sjo-zap .szc-why-item h3 {
  font-family: 'Nunito', sans-serif !important; font-size: 14px !important;
  font-weight: 800 !important; color: var(--sun) !important; margin: 0 0 .25rem !important;
}
.sjo-zap .szc-why-item p {
  font-size: 13px !important; color: rgba(255,255,255,.75) !important;
  line-height: 1.5 !important; margin: 0 !important;
  font-family: 'Nunito', sans-serif !important;
}

/* ── TABELE (importowane style z prep) ── */
.sjo-zap .szc-tables { margin-bottom: 1.5rem !important; }
.sjo-zap .szc-table-section {
  background: var(--white) !important; border-radius: var(--radius) !important;
  border: 1.5px solid var(--border) !important;
  overflow: hidden !important; margin-bottom: 1.5rem !important;
  box-shadow: 0 4px 20px rgba(0,0,0,.06) !important;
}
.sjo-zap .szc-table-header {
  background: linear-gradient(135deg, #1B4D3E, #2D6A4F) !important;
  padding: 1.5rem 2rem !important;
  display: flex !important; align-items: center !important; gap: 1rem !important;
}
.sjo-zap .szc-table-icon { font-size: 2.2rem !important; }
.sjo-zap .szc-table-header h2 {
  font-family: 'Lora', serif !important; font-size: 1.3rem !important;
  font-weight: 600 !important; color: #fff !important; margin: 0 0 .2rem !important;
}
.sjo-zap .szc-table-header p {
  font-size: 13px !important; color: rgba(255,255,255,.75) !important;
  margin: 0 !important; font-family: 'Nunito', sans-serif !important;
}
.sjo-zap .szc-table-wrap { overflow-x: auto !important; }
.sjo-zap .szc-table {
  width: 100% !important; border-collapse: collapse !important;
  font-family: 'Nunito', sans-serif !important;
}
.sjo-zap .szc-table thead tr { background: var(--very-pale) !important; }
.sjo-zap .szc-table thead th {
  padding: .9rem 1.25rem !important; font-size: 12px !important; font-weight: 800 !important;
  color: var(--mid-green) !important; text-align: left !important;
  text-transform: uppercase !important; letter-spacing: .5px !important;
  border-bottom: 2px solid var(--pale-green) !important;
}
.sjo-zap .szc-table tbody tr:nth-child(even) { background: var(--very-pale) !important; }
.sjo-zap .szc-table tbody tr:nth-child(odd) { background: var(--white) !important; }
.sjo-zap .szc-table tbody tr:hover { background: var(--pale-green) !important; }
.sjo-zap .szc-table tbody td {
  padding: .85rem 1.25rem !important; font-size: 14px !important;
  color: var(--text) !important; border-bottom: 1px solid var(--pale-green) !important;
  vertical-align: middle !important;
}
.sjo-zap .szc-table tbody tr:last-child td { border-bottom: none !important; }
.sjo-zap .szc-col-egzamin { font-weight: 700 !important; }
.sjo-zap .szc-col-format { text-align: center !important; }
.sjo-zap .szc-col-date { text-align: center !important; font-size: 13px !important; color: var(--muted) !important; }
.sjo-zap .szc-col-cena {
  text-align: center !important; font-weight: 800 !important;
  font-size: 15px !important; color: var(--dark-green) !important;
  font-family: 'Lora', serif !important;
  background: var(--pale-green) !important; width: 160px !important;
}
.sjo-zap .szc-badge-pb {
  display: inline-block !important; background: var(--pale-green) !important;
  color: var(--mid-green) !important; border: 1.5px solid #A5D6A7 !important;
  border-radius: 50px !important; padding: 4px 12px !important;
  font-size: 12px !important; font-weight: 800 !important;
}
.sjo-zap .szc-badge-cb {
  display: inline-block !important; background: #E3F2FD !important;
  color: #1565C0 !important; border: 1.5px solid #90CAF9 !important;
  border-radius: 50px !important; padding: 4px 12px !important;
  font-size: 12px !important; font-weight: 800 !important;
}
.sjo-zap .szc-table-foot {
  list-style: none !important; margin: 0 !important;
  padding: .75rem 1.5rem !important; display: flex !important;
  gap: 1rem !important; flex-wrap: wrap !important;
  background: var(--very-pale) !important; border-top: 1px solid var(--pale-green) !important;
}
.sjo-zap .szc-table-foot li {
  font-size: 12px !important; color: var(--muted) !important;
  font-family: 'Nunito', sans-serif !important;
  padding-left: .75rem !important; position: relative !important;
}
.sjo-zap .szc-table-foot li::before {
  content: '•' !important; position: absolute !important;
  left: 0 !important; color: var(--light-green) !important;
}
.sjo-zap .szc-cennik-wrap {
  max-width: 580px !important; margin: 0 auto !important;
}

/* ── CTA KOŃCOWY ── */
.sjo-zap .szc-cta {
  background: linear-gradient(135deg, #1B4D3E, #2D6A4F) !important;
  border-radius: var(--radius) !important; padding: 2.5rem 2rem !important;
  text-align: center !important; position: relative !important; overflow: hidden !important;
}
.sjo-zap .szc-cta::before {
  content: '🎓' !important; position: absolute !important;
  font-size: 10rem !important; opacity: .05 !important;
  right: -10px !important; bottom: -10px !important;
}
.sjo-zap .szc-cta h2 {
  font-family: 'Lora', serif !important; font-size: 1.6rem !important;
  font-weight: 600 !important; color: #fff !important; margin: 0 0 .75rem !important;
}
.sjo-zap .szc-cta p {
  font-size: 15px !important; color: rgba(255,255,255,.85) !important;
  margin: 0 0 1.75rem !important; font-family: 'Nunito', sans-serif !important;
}
.sjo-zap .szc-cta-chips {
  display: flex !important; gap: 10px !important;
  justify-content: center !important; flex-wrap: wrap !important; margin-top: 1.25rem !important;
}
.sjo-zap .szc-chip {
  display: flex !important; align-items: center !important; gap: 6px !important;
  background: rgba(255,255,255,.12) !important; border: 1.5px solid rgba(255,255,255,.25) !important;
  border-radius: 50px !important; padding: 7px 16px !important;
  font-size: 13px !important; font-weight: 700 !important; color: #fff !important;
  text-decoration: none !important; font-family: 'Nunito', sans-serif !important;
  transition: background .2s !important;
}
.sjo-zap .szc-chip:hover { background: rgba(255,255,255,.22) !important; color: #fff !important; }

/* ── RESPONSYWNOŚĆ ── */
@media (max-width: 768px) {
  .sjo-zap .szc-hero { min-height: 300px !important; }
  .sjo-zap .szc-hero-content { padding: 2rem 1.5rem !important; }
  .sjo-zap .szc-hero h1 { font-size: 1.8rem !important; }
  .sjo-zap .szc-steps-grid { grid-template-columns: 1fr !important; }
  .sjo-zap .szc-steps-grid::before { display: none !important; }
  .sjo-zap .szc-why-inner { grid-template-columns: 1fr !important; }
  .sjo-zap .szc-why-img img { height: 200px !important; }
  .sjo-zap .szc-why-content .szc-section-title { text-align: center !important; }
  .sjo-zap .szc-why-content .szc-section-sub { text-align: center !important; }
  .sjo-zap .szc-cta { padding: 2rem 1.5rem !important; }
  .sjo-zap .szc-btn-outline { margin-left: 0 !important; margin-top: 10px !important; }
}/* End custom CSS */