


/* Start custom CSS *//* ============================================================
   SJO — SJO Preparation Centre — CSS
   Wklej do: WordPress → Wygląd → Personalizuj → Dodatkowy CSS
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Lora:wght@600&display=swap');

.sjo-prep *, .sjo-prep *::before, .sjo-prep *::after { box-sizing: border-box; }

.sjo-prep {
  --navy: #1A2C4E; --navy-light: #E8EDF5;
  --blue: #185FA5; --blue-light: #E6F1FB;
  --gold: #C8960C; --gold-light: #FFF8DC;
  --teal: #1D9E75; --teal-light: #E1F5EE; --teal-dark: #0F6E56;
  --sun: #F7A833; --sun-light: #FEF3DC;
  --purple: #7B4FA6; --purple-light: #F0E8FA;
  --coral: #D85A30; --coral-light: #FAECE7;
  --text: #2C2C2A; --muted: #5F5E5A;
  --bg: #FFFDF8; --white: #fff; --border: #F0EDE4; --radius: 16px;
  font-family: 'Nunito', sans-serif !important;
  color: var(--text); width: 100%;
}

/* ── HERO ── */
.sjo-prep .sjo-hero {
  background: linear-gradient(135deg, #0D1B2E 0%, #1A2C4E 50%, #185FA5 100%) !important;
  padding: 3rem 3rem 0 !important; border-radius: var(--radius) !important; overflow: hidden;
}
.sjo-prep .sjo-hero-inner { display: flex !important; align-items: flex-end !important; gap: 2rem; }
.sjo-prep .sjo-hero-text { flex: 1; padding-bottom: 2.5rem; }
.sjo-prep .sjo-badge {
  display: inline-block !important; background: rgba(200,150,12,.25) !important;
  color: #FFD700 !important; font-size: 13px !important; font-weight: 700 !important;
  padding: 5px 16px !important; border-radius: 50px !important;
  border: 1.5px solid rgba(200,150,12,.5) !important; margin-bottom: 1rem !important;
  font-family: 'Nunito', sans-serif !important;
}
.sjo-prep .sjo-hero h1 {
  font-family: 'Lora', serif !important; font-size: 2.2rem !important;
  font-weight: 600 !important; color: #fff !important;
  line-height: 1.25 !important; margin: 0 0 .75rem !important;
}
.sjo-prep .sjo-hero h1 em { color: #FFD700 !important; font-style: normal !important; }
.sjo-prep .sjo-hero-lead {
  font-size: 15px !important; color: rgba(255,255,255,.85) !important;
  margin-bottom: 1.75rem !important; line-height: 1.6 !important;
  max-width: 460px; font-family: 'Nunito', sans-serif !important;
}
.sjo-prep .sjo-btns { display: flex !important; gap: 12px; flex-wrap: wrap; margin: 0 !important; padding: 0 !important; }
.sjo-prep .sjo-btn-primary {
  background: #FFD700 !important; color: var(--navy) !important; border: none !important;
  border-radius: 50px !important; padding: 13px 28px !important;
  font-family: 'Nunito', sans-serif !important; font-size: 15px !important;
  font-weight: 700 !important; text-decoration: none !important;
  display: inline-block !important; transition: all .2s !important; line-height: 1 !important;
}
.sjo-prep .sjo-btn-primary:hover { background: #e6c300 !important; transform: translateY(-1px) !important; color: var(--navy) !important; }
.sjo-prep .sjo-btn-outline {
  background: transparent !important; color: #fff !important;
  border: 2px solid rgba(255,255,255,.5) !important; border-radius: 50px !important;
  padding: 11px 24px !important; font-family: 'Nunito', sans-serif !important;
  font-size: 14px !important; font-weight: 700 !important;
  text-decoration: none !important; display: inline-block !important; line-height: 1 !important;
}
.sjo-prep .sjo-btn-outline:hover { background: rgba(255,255,255,.12) !important; color: #fff !important; }
.sjo-prep .sjo-hero-logo { flex-shrink: 0; width: 260px; display: flex !important; align-items: center !important; justify-content: center !important; padding-bottom: 2rem; }
.sjo-prep .sjo-hero-logo img { width: 100% !important; display: block !important; background: white !important; border-radius: 16px !important; padding: 20px !important; box-shadow: 0 8px 32px rgba(0,0,0,.4) !important; }

/* ── GOLD BADGE ── */
.sjo-prep .sjo-gold { padding: 2.5rem 3rem !important; background: var(--white); }
.sjo-prep .sjo-gold-box {
  background: linear-gradient(135deg, #FFF8DC, #FEF3DC) !important;
  border-radius: var(--radius) !important; padding: 2rem !important;
  display: flex !important; gap: 2rem !important; align-items: center !important;
  border: 2px solid #C8960C !important;
}
.sjo-prep .sjo-gold-cert { flex-shrink: 0; width: 140px; }
.sjo-prep .sjo-gold-cert img { width: 100% !important; display: block !important; border-radius: 10px !important; box-shadow: 0 8px 24px rgba(0,0,0,.15) !important; }
.sjo-prep .sjo-gold-text h2 { font-family: 'Lora', serif !important; font-size: 1.4rem !important; font-weight: 600 !important; color: var(--gold) !important; margin: 0 0 .75rem !important; }
.sjo-prep .sjo-gold-text p { font-size: 14px !important; color: var(--muted) !important; line-height: 1.7 !important; margin: 0 !important; font-family: 'Nunito', sans-serif !important; }
.sjo-prep .sjo-gold-text p strong { color: var(--text) !important; }

/* ── STATYSTYKI ── */
.sjo-prep .sjo-stats { background: var(--navy-light) !important; padding: 2.5rem 3rem !important; border-radius: var(--radius) !important; }
.sjo-prep .sjo-section-title {
  font-family: 'Lora', serif !important; font-size: 1.5rem !important;
  font-weight: 600 !important; text-align: center !important;
  margin: 0 0 1.75rem !important; color: var(--text) !important;
}
.sjo-prep .sjo-stats-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 16px !important; }
.sjo-prep .sjo-stat-card {
  background: var(--white) !important; border: 1.5px solid #B0C0D8 !important;
  border-radius: var(--radius) !important; padding: 1.75rem 1rem !important;
  text-align: center !important; transition: transform .2s, box-shadow .2s !important;
}
.sjo-prep .sjo-stat-card:hover { transform: translateY(-3px) !important; box-shadow: 0 8px 24px rgba(0,0,0,.08) !important; }
.sjo-prep .sjo-stat-emoji { font-size: 2rem !important; display: block !important; margin-bottom: .5rem !important; }
.sjo-prep .sjo-stat-number { font-family: 'Lora', serif !important; font-size: 2rem !important; font-weight: 600 !important; line-height: 1 !important; margin-bottom: .35rem !important; display: block !important; }
.sjo-prep .sjo-stat-card:nth-child(1) .sjo-stat-number { color: var(--navy) !important; }
.sjo-prep .sjo-stat-card:nth-child(2) .sjo-stat-number { color: var(--gold) !important; }
.sjo-prep .sjo-stat-card:nth-child(3) .sjo-stat-number { color: var(--teal) !important; }
.sjo-prep .sjo-stat-label { font-size: 13px !important; color: var(--muted) !important; line-height: 1.4 !important; font-family: 'Nunito', sans-serif !important; }

/* ── CO TO ZNACZY ── */
.sjo-prep .sjo-what { padding: 2.5rem 3rem !important; background: var(--bg); }
.sjo-prep .sjo-what-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 14px !important; }
.sjo-prep .sjo-what-card {
  background: var(--white) !important; border-radius: var(--radius) !important;
  padding: 1.5rem !important; text-align: center !important;
  border: 1.5px solid var(--border) !important; transition: transform .2s, box-shadow .2s !important;
}
.sjo-prep .sjo-what-card:hover { transform: translateY(-3px) !important; box-shadow: 0 8px 24px rgba(0,0,0,.07) !important; }
.sjo-prep .sjo-what-icon { font-size: 2.2rem !important; display: block !important; margin-bottom: .75rem !important; }
.sjo-prep .sjo-what-card h3 { font-family: 'Nunito', sans-serif !important; font-size: 14px !important; font-weight: 800 !important; color: var(--navy) !important; margin: 0 0 .4rem !important; }
.sjo-prep .sjo-what-card p { font-size: 13px !important; color: var(--muted) !important; line-height: 1.5 !important; margin: 0 !important; font-family: 'Nunito', sans-serif !important; }

/* ── POZIOMY EGZAMINÓW ── */
.sjo-prep .sjo-levels {
  background: linear-gradient(135deg, #0D1B2E, #185FA5) !important;
  padding: 2.5rem 3rem !important; border-radius: var(--radius) !important;
}
.sjo-prep .sjo-levels .sjo-section-title { color: #fff !important; }
.sjo-prep .sjo-levels-grid { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 12px !important; }
.sjo-prep .sjo-level-card {
  background: rgba(255,255,255,.1) !important; border-radius: var(--radius) !important;
  padding: 1.25rem 1rem !important; text-align: center !important;
  border: 1.5px solid rgba(255,255,255,.2) !important; transition: background .2s !important;
}
.sjo-prep .sjo-level-card:hover { background: rgba(255,255,255,.18) !important; }
.sjo-prep .sjo-level-cefr {
  display: inline-block !important; font-size: 12px !important; font-weight: 800 !important;
  padding: 3px 12px !important; border-radius: 50px !important; margin-bottom: .6rem !important;
  font-family: 'Nunito', sans-serif !important; letter-spacing: .5px !important;
}
.sjo-prep .sjo-level-card:nth-child(1) .sjo-level-cefr { background: rgba(200,150,12,.4) !important; color: #FFD700 !important; }
.sjo-prep .sjo-level-card:nth-child(2) .sjo-level-cefr { background: rgba(200,150,12,.3) !important; color: #FFD700 !important; }
.sjo-prep .sjo-level-card:nth-child(3) .sjo-level-cefr { background: rgba(29,158,117,.4) !important; color: #80DEEA !important; }
.sjo-prep .sjo-level-card:nth-child(4) .sjo-level-cefr { background: rgba(29,158,117,.3) !important; color: #80DEEA !important; }
.sjo-prep .sjo-level-card:nth-child(5) .sjo-level-cefr { background: rgba(255,255,255,.2) !important; color: #fff !important; }
.sjo-prep .sjo-level-card:nth-child(6) .sjo-level-cefr { background: rgba(255,255,255,.15) !important; color: rgba(255,255,255,.8) !important; }
.sjo-prep .sjo-level-card:nth-child(7) .sjo-level-cefr { background: rgba(255,255,255,.12) !important; color: rgba(255,255,255,.7) !important; }
.sjo-prep .sjo-level-card:nth-child(8) .sjo-level-cefr { background: rgba(255,255,255,.1) !important; color: rgba(255,255,255,.6) !important; }
.sjo-prep .sjo-level-name { font-family: 'Nunito', sans-serif !important; font-size: 13px !important; font-weight: 800 !important; color: #fff !important; display: block !important; margin-bottom: .3rem !important; }
.sjo-prep .sjo-level-desc { font-size: 11px !important; color: rgba(255,255,255,.65) !important; font-family: 'Nunito', sans-serif !important; line-height: 1.4 !important; }

/* ── GDZIE EGZAMINY ── */
.sjo-prep .sjo-where { padding: 2.5rem 3rem !important; background: var(--white); }
.sjo-prep .sjo-where-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 16px !important; }
.sjo-prep .sjo-where-card {
  background: var(--bg) !important; border-radius: var(--radius) !important;
  padding: 1.75rem !important; border: 1.5px solid var(--border) !important;
  transition: transform .2s, box-shadow .2s !important;
}
.sjo-prep .sjo-where-card:hover { transform: translateY(-3px) !important; box-shadow: 0 8px 24px rgba(0,0,0,.07) !important; }
.sjo-prep .sjo-where-card h3 { font-family: 'Nunito', sans-serif !important; font-size: 15px !important; font-weight: 800 !important; color: var(--navy) !important; margin: 0 0 .6rem !important; }
.sjo-prep .sjo-where-icon { font-size: 2rem !important; display: block !important; margin-bottom: .75rem !important; }
.sjo-prep .sjo-where-card p { font-size: 14px !important; color: var(--muted) !important; line-height: 1.6 !important; margin: 0 !important; font-family: 'Nunito', sans-serif !important; }
.sjo-prep .sjo-where-card p strong { color: var(--text) !important; }

/* ── LOKALIZACJA ── */
.sjo-prep .sjo-location { padding: 0 3rem 2.5rem !important; }
.sjo-prep .sjo-location-box {
  background: var(--navy-light) !important; border-radius: var(--radius) !important;
  padding: 1.5rem 2rem !important; display: flex !important;
  align-items: center !important; gap: 1.5rem !important;
  border: 1.5px solid #B0C0D8 !important;
}
.sjo-prep .sjo-location-icon { font-size: 2.5rem !important; flex-shrink: 0 !important; }
.sjo-prep .sjo-location-text h3 { font-family: 'Nunito', sans-serif !important; font-size: 15px !important; font-weight: 800 !important; color: var(--navy) !important; margin: 0 0 .4rem !important; }
.sjo-prep .sjo-location-text p { font-size: 14px !important; color: var(--muted) !important; line-height: 1.5 !important; margin: 0 !important; font-family: 'Nunito', sans-serif !important; }
.sjo-prep .sjo-location-text strong { color: var(--text) !important; }

/* ── CTA ── */
.sjo-prep .sjo-cta { padding: 2.5rem 3rem !important; text-align: center !important; }
.sjo-prep .sjo-cta-box {
  background: linear-gradient(135deg, #0D1B2E, #185FA5) !important;
  border-radius: 24px !important; padding: 2.5rem 2rem !important;
  position: relative !important; overflow: hidden !important; max-width: 680px; margin: 0 auto;
}
.sjo-prep .sjo-cta-watermark { position: absolute !important; right: -10px !important; bottom: -10px !important; width: 130px !important; opacity: .08 !important; pointer-events: none !important; filter: brightness(10) !important; }
.sjo-prep .sjo-cta-box h2 { font-family: 'Lora', serif !important; font-size: 1.5rem !important; font-weight: 600 !important; margin: 0 0 .75rem !important; color: #fff !important; }
.sjo-prep .sjo-cta-box > p { color: rgba(255,255,255,.8) !important; font-size: 15px !important; margin: 0 0 1.75rem !important; line-height: 1.6 !important; font-family: 'Nunito', sans-serif !important; }
.sjo-prep .sjo-contact-row { display: flex !important; gap: 10px !important; flex-wrap: wrap !important; justify-content: center !important; margin-bottom: 1.5rem !important; padding: 0 !important; }
.sjo-prep .sjo-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,.3) !important;
  border-radius: 50px !important; padding: 7px 14px !important; font-size: 13px !important;
  font-weight: 600 !important; color: #fff !important; text-decoration: none !important;
  transition: background .2s !important; font-family: 'Nunito', sans-serif !important;
}
.sjo-prep .sjo-chip:hover { background: rgba(255,255,255,.22) !important; color: #fff !important; }

/* ── RESPONSYWNOŚĆ ── */
@media (max-width: 768px) {
  .sjo-prep .sjo-hero { padding: 2rem 1.5rem 0 !important; }
  .sjo-prep .sjo-hero-inner { flex-direction: column !important; align-items: center !important; text-align: center !important; }
  .sjo-prep .sjo-hero-text { padding-bottom: 1rem !important; }
  .sjo-prep .sjo-btns { justify-content: center !important; }
  .sjo-prep .sjo-hero-logo { width: 180px !important; padding-bottom: 0 !important; }
  .sjo-prep .sjo-hero h1 { font-size: 1.7rem !important; }
  .sjo-prep .sjo-gold { padding: 2rem 1.5rem !important; }
  .sjo-prep .sjo-gold-box { flex-direction: column !important; text-align: center !important; }
  .sjo-prep .sjo-gold-cert { width: 120px !important; margin: 0 auto !important; }
  .sjo-prep .sjo-stats { padding: 2rem 1.5rem !important; }
  .sjo-prep .sjo-stats-grid { grid-template-columns: 1fr !important; }
  .sjo-prep .sjo-what { padding: 2rem 1.5rem !important; }
  .sjo-prep .sjo-what-grid { grid-template-columns: 1fr !important; }
  .sjo-prep .sjo-levels { padding: 2rem 1.5rem !important; }
  .sjo-prep .sjo-levels-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .sjo-prep .sjo-where { padding: 2rem 1.5rem !important; }
  .sjo-prep .sjo-where-grid { grid-template-columns: 1fr !important; }
  .sjo-prep .sjo-location { padding: 0 1.5rem 2rem !important; }
  .sjo-prep .sjo-location-box { flex-direction: column !important; text-align: center !important; }
  .sjo-prep .sjo-cta { padding: 2rem 1.5rem !important; }
}
@media (max-width: 480px) {
  .sjo-prep .sjo-hero h1 { font-size: 1.4rem !important; }
  .sjo-prep .sjo-levels-grid { grid-template-columns: 1fr !important; }
}/* End custom CSS */
