/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2026 | 18:33:15 */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&family=Barlow+Condensed:wght@600;700&family=JetBrains+Mono:wght@500&display=swap');


/* ==========================================================================
   1. TOKENY A ZÁKLAD
   ========================================================================== */
.bnm-ms {
  --or:      #F5A10B;
  --or-d:    #B07000;
  --or-h:    #E19409;
  --gr:      #009846;
  --gr-d:    #00753A;
  --gr-bg:   #E4F0E6;

  --ink:     #101418;
  --ink-2:   #2B3138;
  --dark:    #0C1014;
  --paper:   #F4F2ED;
  --line:    #E7E3DA;
  --muted:   #8E8878;
  --track:   #E2DDD1;
  --note-bg: #FFF2DC;
  --note-fg: #8A5200;

  --r:       18px;
  --r-sm:    12px;
  --shadow:  0 12px 32px rgba(16,20,24,.11);
  --maxw:    1248px;
  --pad:     32px;   /* vnitřní odsazení obsahu kapitoly — jedno místo pro celou stránku */
  --pad-num: 44px;   /* průměr kolečka s číslem kapitoly */

  --f-disp:  "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --f-body:  "Barlow", "Helvetica Neue", Arial, sans-serif;
  --f-mono:  "JetBrains Mono", "SFMono-Regular", Consolas, monospace;

  background: var(--paper);
  font-family: var(--f-body) !important;
  color: var(--ink-2);
  overflow-x: clip;
}

.bnm-ms h1, .bnm-ms h2, .bnm-ms h3, .bnm-ms h4 {
  font-family: var(--f-disp) !important;
  font-weight: 700 !important;
  line-height: 1.06;
  color: var(--ink);
  margin: 0 0 12px;
}
.bnm-ms p, .bnm-ms li, .bnm-ms .wp-block-button__link {
  font-family: var(--f-body) !important;
}
.bnm-ms p { font-size: 15px; line-height: 1.5; margin: 0 0 12px; }
.bnm-ms p:last-child { margin-bottom: 0; }
.bnm-ms a { color: var(--gr-d); }

.bnm-ms .bnm-sec { padding: 72px 24px; }


/* ==========================================================================
   2. POPISKY A NADPISY
   ========================================================================== */
.bnm-ms .bnm-label {
  font-family: var(--f-mono) !important;
  font-size: 11px !important;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  /*color: var(--muted);*/
  margin: 0 0 12px !important;
}
/*.bnm-ms .bnm-label--or { color: var(--or-d); }*/

.bnm-ms .bnm-title {
  font-size: clamp(28px, 3.2vw, 40px) !important;
  margin: 0 0 28px !important;
}
.bnm-ms .bnm-lead { font-size: 17px !important; color: #5D6570; }
.bnm-ms .bnm-lead--light { color: #C4CBD3 !important; font-size: 18px !important; }


/* ==========================================================================
   3. TLAČÍTKA
   ========================================================================== */
.bnm-ms .wp-block-button__link {
  font-weight: 600;
  font-size: 15px;
  border-radius: 30px;
  padding: 15px 28px;
  border: 0;
  transition: background-color .18s ease, transform .15s ease;
}
.bnm-ms .wp-block-button__link:hover { transform: translateY(-1px); }

.bnm-ms .wp-block-button.bnm-btn--primary .wp-block-button__link {
  background-color: var(--or) !important; color: var(--ink) !important;
}
.bnm-ms .wp-block-button.bnm-btn--primary .wp-block-button__link:hover {
  background-color: var(--or-h) !important;
}
.bnm-ms .wp-block-button.bnm-btn--green .wp-block-button__link {
  background-color: var(--gr-d) !important; color: #FFFFFF !important;
}
.bnm-ms .wp-block-button.bnm-btn--green .wp-block-button__link:hover {
  background-color: #006431 !important;
}
.bnm-ms .bnm-btnrow { margin-top: 18px; }



/* Flex rozvržení nastavené natvrdo, aby stránka nezávisela na tom,
   jaké layout třídy zrovna dogeneruje WordPress nebo šablona. */
.bnm-ms .bnm-topbar__in,
.bnm-ms .bnm-support {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
}
.bnm-ms .bnm-nav, .bnm-ms .bnm-user, .bnm-ms .bnm-btnrow {
  display: flex; flex-wrap: wrap; align-items: center;
}
.bnm-ms .bnm-logo, .bnm-ms .bnm-user__txt {
  display: flex; flex-direction: column; flex-wrap: nowrap;
}

/* ==========================================================================
   4. HORNÍ LIŠTA
   ========================================================================== */
.bnm-ms .bnm-topbar {
  background: var(--dark);
  border-bottom: 1px solid #1C232B;
  position: sticky; top: 0; z-index: 90;
}
.wp-admin .bnm-ms .bnm-topbar { position: static; }

.bnm-ms .bnm-topbar__in {
  padding: 13px 24px;
  gap: 24px !important;
  align-items: center !important;
}

.bnm-ms .bnm-logo {
  position: relative;
  padding-left: 22px;
  gap: 3px !important;
  align-items: flex-start !important;
}
.bnm-ms .bnm-logo::before {
  content: ""; position: absolute; left: 0; top: 4px;
  width: 7px; height: 7px; border-radius: 50%; background: #E31E24;
  box-shadow: 0 10px 0 var(--or), 0 20px 0 var(--gr);
}
.bnm-ms .bnm-logo__name {
  font-family: var(--f-disp) !important; font-weight: 700; font-size: 15px !important;
  letter-spacing: .07em; text-transform: uppercase; color: #FFFFFF; line-height: 1;
  margin: 0 !important;
}
.bnm-ms .bnm-logo__sub {
  font-family: var(--f-mono) !important; font-size: 8.5px !important; letter-spacing: .26em;
  text-transform: uppercase; color: #7E8894; line-height: 1; margin: 0 !important;
}

.bnm-ms .bnm-nav { gap: 28px !important; margin-left: auto; align-items: center !important; }
.bnm-ms .bnm-nav__i { margin: 0 !important; }
.bnm-ms .bnm-nav__i a { font-size: 14px; color: #FFFFFF !important; text-decoration: none; }
.bnm-ms .bnm-nav__i a:hover { color: #FFFFFF !important; }

.bnm-ms .bnm-user { gap: 10px !important; align-items: center !important; }
.bnm-ms .bnm-user__ava {
  width: 32px; height: 32px; border-radius: 50%; flex: 0 0 32px;
  background: var(--or); color: var(--ink);
  font-family: var(--f-mono) !important; font-size: 11px !important;
  display: flex; align-items: center; justify-content: center;
  margin: 0 !important;
}
.bnm-ms .bnm-user__txt { gap: 2px !important; align-items: flex-start !important; }
.bnm-ms .bnm-user__name { font-size: 13px !important; color: #FFFFFF; margin: 0 !important; line-height: 1.2; }
.bnm-ms .bnm-user__out { margin: 0 !important; line-height: 1.2; }
.bnm-ms .bnm-user__out a { font-size: 11px; color: #7E8894 !important; text-decoration: none; }
.bnm-ms .bnm-user__out a:hover { color: var(--or) !important; }


/* ==========================================================================
   5. HERO
   ========================================================================== */
.bnm-ms .bnm-hero.wp-block-cover {
  padding: 56px 24px 96px;   /* spodní prostor pro přesahující kartu */
  align-items: flex-start;
  justify-content: center;
}
.bnm-ms .bnm-hero .wp-block-cover__background {
  background: linear-gradient(90deg,
              rgba(12,16,20,.97) 0%,
              rgba(12,16,20,.90) 42%,
              rgba(12,16,20,.38) 100%) !important;
  opacity: 1 !important;
}
.bnm-ms .bnm-hero__text { max-width: 760px; margin-right: auto; }

.bnm-ms .bnm-eyebrow {
  font-family: var(--f-mono) !important;
  font-size: 11px !important;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--or);
  margin: 0 0 18px !important;
  padding-left: 42px;
  position: relative;
}
.bnm-ms .bnm-eyebrow::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 30px; height: 2px; background: var(--or);
}
.bnm-ms .bnm-h1 {
  font-size: clamp(34px, 4.6vw, 56px) !important;
  line-height: 1.04 !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  margin: 0 0 18px !important;
}


/* ==========================================================================
   6. KARTA PŘÍSTUPU (přesahuje hero)
   ========================================================================== */
.bnm-ms .bnm-access {
  background: #FFFFFF;
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: 34px 8px;
  margin-top: -74px !important;
  position: relative; z-index: 5;
}
.bnm-ms .bnm-access__grid { gap: 0 !important; margin-bottom: 0 !important; }
.bnm-ms .bnm-access__col { padding: 0 32px; }
.bnm-ms .bnm-access__sep { border-left: 1px solid var(--line); }
/*.bnm-ms .bnm-access__big {
  font-size: 30px !important; line-height: 1.1; margin: 0 0 6px !important;
}
.bnm-ms .bnm-access__start {
  font-size: 23px !important; line-height: 1.15; margin: 0 0 6px !important;
}
.bnm-ms .bnm-access__note { font-size: 13px !important; color: #5D6570; margin: 0 !important; }*/


/* ==========================================================================
   7. KAPITOLY (blok Podrobnosti / details)
   ========================================================================== */
.bnm-ms .bnm-mod.wp-block-details {
  background: #FFFFFF;
  border: 0;
  border-top: 6px solid transparent;
  border-radius: 16px;
  box-shadow: var(--shadow);
  margin: 0 0 16px;
  padding: 0;
  overflow: hidden;
}
.bnm-ms .bnm-mod[open] { border-top-color: var(--or); }
.bnm-ms .bnm-mod--bonus[open] { border-top-color: var(--gr); }

/* hlavička kapitoly */
.bnm-ms .bnm-mod > summary {
  position: relative;
  display: block;
  list-style: none;
  cursor: pointer;
  padding: 24px 220px 24px calc(var(--pad) + var(--pad-num) + 18px);
  min-height: 44px;
  font-family: var(--f-disp) !important;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.15;
  color: var(--ink);
  border: 0;
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%238E8878' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat right 28px center;
}
.bnm-ms .bnm-mod > summary::-webkit-details-marker { display: none; }
.bnm-ms .bnm-mod[open] > summary {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 8l6-6 6 6' fill='none' stroke='%23F5A10B' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.bnm-ms .bnm-mod--bonus[open] > summary {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 8l6-6 6 6' fill='none' stroke='%2300753A' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* kolečko s číslem kapitoly */
.bnm-ms .bnm-mod > summary::before {
  content: "";
  position: absolute; left: var(--pad); top: 50%; transform: translateY(-50%);
  width: var(--pad-num); height: var(--pad-num); border-radius: 50%;
  background: var(--or); color: var(--ink);
  font-family: var(--f-mono); font-size: 13px; font-weight: 500;
  display: flex; align-items: center; justify-content: center;
}
.bnm-ms .bnm-mod--01 > summary::before { content: "01"; }
.bnm-ms .bnm-mod--02 > summary::before { content: "02"; }
.bnm-ms .bnm-mod--03 > summary::before { content: "03"; }
.bnm-ms .bnm-mod--04 > summary::before { content: "04"; }
.bnm-ms .bnm-mod--05 > summary::before { content: "05"; }
.bnm-ms .bnm-mod--bonus > summary::before {
  content: "\2193"; background: var(--gr-bg); color: var(--gr-d); font-size: 17px;
}

/* počet lekcí vpravo */
.bnm-ms .bnm-mod > summary::after {
  content: "";
  position: absolute; right: 64px; top: 50%; transform: translateY(-50%);
  font-family: var(--f-mono); font-size: 11.5px; font-weight: 500;
  letter-spacing: .06em; text-transform: uppercase; color: var(--muted);
  text-align: right;
}
.bnm-ms .bnm-mod--n3  > summary::after { content: "3 lekce"; }
.bnm-ms .bnm-mod--n4  > summary::after { content: "4 lekce"; }
.bnm-ms .bnm-mod--n5  > summary::after { content: "5 lekcí"; }
.bnm-ms .bnm-mod--n7  > summary::after { content: "7 lekcí"; }
.bnm-ms .bnm-mod--n10 > summary::after { content: "10 lekcí"; }
.bnm-ms .bnm-mod--bonusmeta > summary::after { content: "v hodnotě přes 7.000 Kč"; }

/* obsah kapitoly */
.bnm-ms .bnm-mod > *:not(summary) { margin: 0; padding: 0 var(--pad); }
.bnm-ms .bnm-mod > *:last-of-type { padding-bottom: 8px; }

/* volitelné: zamčená kapitola — přidej v editoru třídu bnm-mod--locked */
.bnm-ms .bnm-mod--locked {
  background: #FAF7F0; box-shadow: none;
  border: 1px dashed #E0DACD; border-top: 1px dashed #E0DACD;
}
.bnm-ms .bnm-mod--locked > summary { color: #7A7466; }
.bnm-ms .bnm-mod--locked > summary::before {
  background: transparent; border: 2px solid var(--track); color: #A29B8B;
}


/* ==========================================================================
   8. LEKCE
   ========================================================================== */
.bnm-ms .bnm-lesson.wp-block-columns {
  border-bottom: 1px solid var(--line);
  padding: 26px var(--pad) !important;
  margin: 0 !important;
  gap: 32px !important;
}
.bnm-ms .bnm-mod > .bnm-lesson:last-of-type { border-bottom: 0; }

.bnm-ms .bnm-lesson__no {
  font-family: var(--f-mono) !important; font-size: 10.5px !important;
  letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted);
  margin: 0 0 8px !important;
}
.bnm-ms .bnm-lesson__title { font-size: 24px !important; margin: 0 0 12px !important; }
.bnm-ms .bnm-lesson__lector {
 /* font-size: 12.5px !important; color: var(--muted);*/
  margin: 14px 0 0 !important; /*line-height: 1.45;*/
}

/* odrážky — téma je vypíná, vracíme je */
.bnm-ms ul.bnm-list {
  list-style: none !important; padding-left: 0 !important;
  margin: 0 !important;
}
.bnm-ms ul.bnm-list li {
  position: relative !important; padding-left: 24px !important;
  margin: 0 0 8px !important; list-style: none !important;
  font-size: 14.5px !important; line-height: 1.45; color: var(--ink-2);
}
.bnm-ms ul.bnm-list li::before {
  content: "" !important; position: absolute !important; left: 0 !important; top: .55em !important;
  width: 7px !important; height: 7px !important; border-radius: 50% !important;
  background: var(--or) !important;
}

/* video */
.bnm-ms .bnm-video { margin: 0 !important; }
.bnm-ms .bnm-video .wp-block-embed__wrapper {
  border-radius: var(--r-sm); overflow: hidden; background: #1E252D;
}
.bnm-ms .bnm-video iframe { display: block; width: 100%; border: 0; }


/* ==========================================================================
   9. BONUSY
   ========================================================================== */
.bnm-ms .bnm-bonus.wp-block-columns {
  border-bottom: 1px solid var(--line);
  padding: 22px var(--pad) !important;
  margin: 0 !important;
  gap: 24px !important;
}
.bnm-ms .bnm-mod > .bnm-bonus:last-of-type { border-bottom: 0; }

.bnm-ms .bnm-bonus__body { position: relative; padding-left: 62px; }
.bnm-ms .bnm-bonus__body::before {
  content: "PDF";
  position: absolute; left: 0; top: 2px;
  width: 40px; height: 48px; border-radius: 6px;
  background: var(--note-bg); color: var(--note-fg);
  font-family: var(--f-mono); font-size: 10px;
  display: flex; align-items: center; justify-content: center;
}
.bnm-ms .bnm-bonus__title { font-size: 21px !important; margin: 0 0 6px !important; }
.bnm-ms .bnm-bonus__desc { font-size: 13.5px !important; color: #5D6570; margin: 0 !important; }
.bnm-ms .bnm-bonus__cta .bnm-btnrow { margin-top: 0; justify-content: flex-end; }

.bnm-ms .bnm-badge {
  display: inline-block; font-family: var(--f-mono) !important;
  font-size: 10px !important; letter-spacing: 1px; line-height: 1.3;
  padding: 6px 12px; border-radius: 12px; margin: 0 0 10px !important;
}
.bnm-ms .bnm-badge--or { background: var(--note-bg); color: var(--note-fg); }
.bnm-ms .bnm-badge--gr { background: var(--gr-bg); color: #2F6B3D; }


/* ==========================================================================
   10. PODPORA
   ========================================================================== */
.bnm-ms .bnm-support {
  background: var(--ink);
  border-radius: var(--r);
  padding: 34px 40px;
  margin: 0 24px 64px;
  gap: 32px !important;
  align-items: center !important;
}
.bnm-ms .bnm-support__txt { flex: 1 1 420px; }
.bnm-ms .bnm-support .bnm-label--or { color: var(--or); }
.bnm-ms .bnm-support__title {
  font-size: 30px !important; color: #FFFFFF !important; margin: 0 0 8px !important;
}
.bnm-ms .bnm-support__desc { color: #A9B1BB; font-size: 15px !important; margin: 0 !important; }
.bnm-ms .bnm-support .bnm-btnrow { margin-top: 0; }


/* ==========================================================================
   11. PATIČKA
   ========================================================================== */
.bnm-ms .bnm-footer { background: var(--dark); padding: 40px 24px; }
.bnm-ms .bnm-footer p { color: #6E7883; font-size: 12.5px !important; margin: 0 0 6px; }
.bnm-ms .bnm-footer__name {
  font-family: var(--f-disp) !important; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; color: #FFFFFF !important; font-size: 17px !important;
  margin: 0 0 12px !important;
}
.bnm-ms .bnm-footer a { color: #98A1AB !important; }
.bnm-ms .bnm-footer a:hover { color: var(--or) !important; }


/* ==========================================================================
   12. PŘÍSTUPNOST
   ========================================================================== */
.bnm-ms a:focus-visible,
.bnm-ms .wp-block-button__link:focus-visible,
.bnm-ms summary:focus-visible {
  outline: 3px solid var(--or); outline-offset: -3px; border-radius: 8px;
}
.bnm-ms summary:focus { outline: none; }
@media (prefers-reduced-motion: reduce) {
  .bnm-ms * { transition: none !important; }
  .bnm-ms .wp-block-button__link:hover { transform: none; }
}


/* ==========================================================================
   13. MOBIL (Gutenberg láme sloupce na 781 px)
   ========================================================================== */
@media (max-width: 781px) {
  .bnm-ms .bnm-sec { padding: 48px 20px; }
  .bnm-ms .bnm-topbar { position: static; }
  .bnm-ms .bnm-topbar__in { padding: 12px 20px; gap: 14px !important; }
  .bnm-ms .bnm-nav { order: 3; width: 100%; margin-left: 0; gap: 18px !important; }

  .bnm-ms .bnm-hero.wp-block-cover { padding: 44px 20px 100px; min-height: 400px !important; }
  .bnm-ms .bnm-hero .wp-block-cover__background {
    background: linear-gradient(180deg, rgba(12,16,20,.82) 0%, rgba(12,16,20,.95) 60%) !important;
  }
  .bnm-ms .bnm-h1 { font-size: 32px !important; }

  .bnm-ms .bnm-access { margin: -64px 20px 0 !important; padding: 8px; }
  .bnm-ms .bnm-access__col { padding: 20px 22px; }
  .bnm-ms .bnm-access__sep { border-left: 0; border-top: 1px solid var(--line); }

  .bnm-ms .bnm-mod > summary {
    padding: 18px 52px 42px calc(var(--pad) + var(--pad-num) + 14px);
    font-size: 21px;
    background-position: right 20px top 26px;
  }
  .bnm-ms .bnm-mod > summary::before {
    left: var(--pad); top: 20px; transform: none;
    font-size: 12px;
  }
  .bnm-ms .bnm-mod > summary::after {
    right: auto; left: calc(var(--pad) + var(--pad-num) + 14px); top: auto; bottom: 16px; transform: none;
  }
  .bnm-ms { --pad: 20px; --pad-num: 38px; }

  .bnm-ms .bnm-lesson.wp-block-columns { gap: 18px !important; }
  .bnm-ms .bnm-lesson__title { font-size: 21px !important; }
  .bnm-ms .bnm-bonus__cta .bnm-btnrow { justify-content: flex-start; }
  .bnm-ms .bnm-bonus__cta .wp-block-button,
  .bnm-ms .bnm-access .wp-block-button { width: 100%; }
  .bnm-ms .bnm-access .wp-block-button__link,
  .bnm-ms .bnm-bonus__cta .wp-block-button__link { display: block; text-align: center; }

  .bnm-ms .bnm-support { padding: 28px 22px; margin: 0 20px 48px; }
  .bnm-ms .bnm-support__title { font-size: 25px !important; }
  .bnm-ms .bnm-footer { padding: 32px 20px; }
}