#cm {
  --navy: #0D1626;
  --navy-900: #131C31;
  --lift: #2B3E63;
  --gold: #B4924A;
  --gold-br: #D8B368;
  --gold-soft: #E7D19B;
  --gold-ink: #8A6D2E;
  --blue: #0A74E0;
  --blue-br: #2E97F5;
  --zelena: #6FD89A;
  --zelena-lt: #187141;
  --txt-body: #C3CEDF;
  --txt-dim: #7C8EAA;
  --pg: #FFFFFF;
  --pg-alt: #F6F7FA;
  --ink: #16233B;
  --ink-mid: #3C4658;
  --ink-dim: #5C6B84;
  --line-lt: rgba(22, 35, 59, .09);
  --line-nv: rgba(195, 206, 223, .14);
  --sans: "Avenir Next", Avenir, "Segoe UI", system-ui, -apple-system, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  font-family: var(--sans);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
#cm * { box-sizing: border-box; }
#cm img { max-width: 100%; height: auto; display: block; }
#cm .cm-wrap { max-width: 1180px; margin: 0 auto; padding: 0 30px; }
#cm .cm-uzko { max-width: 820px; }
#cm .cm-stred { text-align: center; }
#cm a:focus-visible { outline: 2px solid var(--gold-br); outline-offset: 3px; border-radius: 4px; }
#cm section[id] { scroll-margin-top: 90px; }
#cm .cm-sec { padding: 72px 0; position: relative; }
#cm .cm-sec--slim { padding: 72px 0; }
#cm .cm-sec--lt { background: var(--pg); }
#cm .cm-sec--alt { background: var(--pg-alt); }
#cm .cm-sec--navy { background: var(--navy); color: var(--txt-body); }
#cm .cm-sec--navy::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(900px 620px at 30% 20%, var(--lift) 0%, transparent 66%);
  pointer-events: none; opacity: .55;
}
#cm .cm-sec--navy > .cm-wrap { position: relative; z-index: 1; }
#cm .cm-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold-ink); margin: 0 0 14px;
}
#cm .cm-sec--navy .cm-eyebrow, #cm .cm-hero .cm-eyebrow { color: var(--gold-br); }
#cm .cm-h2 {
  font-family: var(--sans); font-weight: 500;
  font-size: clamp(27px, 3.2vw, 40px); letter-spacing: -.015em; line-height: 1.16;
  color: var(--ink); margin: 0 0 18px; text-wrap: balance;
}
#cm .cm-sec--navy .cm-h2 { color: #fff; }
#cm .cm-stred.cm-h2, #cm .cm-stred .cm-h2 { margin-left: auto; margin-right: auto; max-width: 30ch; }
#cm .cm-hook {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(30px, 4.2vw, 52px); letter-spacing: -.01em; line-height: 1.12;
  color: var(--ink); margin: 0 0 34px; text-wrap: balance;
}
#cm .cm-hook em { font-style: italic; color: var(--gold-ink); }
#cm .cm-hook--navy { color: #fff; }
#cm .cm-hook--navy em { color: var(--gold-br); }
#cm .cm-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px; border-radius: 14px; border: 0; cursor: pointer;
  font-family: var(--sans); font-size: 15.5px; font-weight: 700; text-decoration: none;
  transition: background .15s, border-color .15s, color .15s, transform .15s;
}
#cm .cm-btn--zlaty { background: var(--gold-br); color: #160F00; }
#cm .cm-btn--zlaty:hover { background: var(--gold-soft); }
#cm .cm-btn--obrys {
  border: 1px solid rgba(13, 22, 38, .45); color: var(--navy); background: transparent;
  border-radius: 999px; padding: 12px 24px; font-weight: 600;
}
#cm .cm-btn--obrys:hover { background: rgba(13, 22, 38, .07); }
#cm .cm-btn--obrys-nv {
  border: 1px solid rgba(255, 255, 255, .34); color: #fff; background: transparent;
  border-radius: 999px; padding: 13px 24px; font-weight: 600;
}
#cm .cm-btn--obrys-nv:hover { border-color: var(--gold-br); color: var(--gold-soft); }
#cm .cm-btn--velky { padding: 16px 34px; font-size: 17px; }
#cm .cm-btn--maly { padding: 9px 18px; font-size: 14px; border-radius: 11px; }
#cm .cm-akce { margin: 22px 0 0; }
#cm.cm-anim .cm-a { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
#cm.cm-anim .cm-a.cm-videt { opacity: 1; transform: none; }
#cm .cm-hero {
  position: relative; overflow: hidden;
  background: var(--navy); color: #fff; padding: 54px 0 46px;
}
#cm .cm-hero-foto {
  position: absolute; inset: 0;
  background: url("https://coachinguniversity.cz/wp-content/uploads/cu-cm-hero-d.webp") 72% 40% / cover no-repeat;
}
#cm .cm-hero-foto::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(97deg, var(--navy) 0%, var(--navy) 30%, rgba(13,22,38,.82) 50%, rgba(13,22,38,.42) 100%),
    linear-gradient(0deg, rgba(13,22,38,.62) 0, transparent 42%);
}
#cm .cm-hero > .cm-wrap { position: relative; z-index: 1; }
#cm .cm-hero h1, #cm .cm-hero .cm-tagline, #cm .cm-hero .cm-lede, #cm .cm-hero .cm-badge { max-width: 660px; }
#cm .cm-hero h1, #cm .cm-hero .cm-lede { text-shadow: 0 2px 22px rgba(13,22,38,.5); }
#cm .cm-hero h1 {
  font-family: var(--sans); font-weight: 700;
  font-size: clamp(34px, 4.6vw, 58px); letter-spacing: -.02em; line-height: 1.06;
  margin: 0 0 10px; text-wrap: balance;
}
#cm .cm-hero h1 em {
  display: block; font-style: normal; font-weight: 500;
  font-size: clamp(17px, 1.8vw, 23px); letter-spacing: -.01em; line-height: 1.3;
  color: var(--gold-br); margin-top: 10px;
}
#cm .cm-tagline {
  margin: 0 0 14px; font-family: var(--serif); font-style: italic;
  font-size: clamp(16px, 1.6vw, 19px); color: var(--gold-soft);
}
#cm .cm-lede {
  font-size: 17.5px; line-height: 1.65; color: var(--txt-body);
  max-width: 62ch; margin: 0 0 18px;
}
#cm .cm-badge {
  margin: 0 0 24px; font-size: 14.5px; color: var(--txt-body);
}
#cm .cm-badge b { color: var(--gold-soft); font-weight: 700; }
#cm .cm-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 40px; }
#cm .cm-hero-fakta {
  display: grid; grid-template-columns: repeat(4, auto); gap: 18px 54px;
  justify-content: start; padding-top: 26px; border-top: 1px solid var(--line-nv);
}
#cm .cm-hero-fakta b {
  display: block; font-size: clamp(26px, 2.6vw, 34px); font-weight: 700;
  letter-spacing: -.02em; color: var(--gold-br); line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
#cm .cm-hero-fakta span { font-size: 13px; color: var(--txt-dim); }
#cm .cm-moment { display: grid; grid-template-columns: 1.04fr .96fr; gap: 54px; align-items: center; }
#cm .cm-moment-txt .cm-eyebrow { margin-bottom: 12px; }
#cm .cm-moment-txt .cm-hook { margin: 0 0 22px; }
#cm .cm-moment-txt p { margin: 0 0 16px; font-size: 17px; line-height: 1.7; color: var(--ink-mid); }
#cm .cm-moment-txt .cm-problem-uder {
  font-family: var(--serif); font-size: clamp(19px, 2vw, 23px); color: var(--ink); line-height: 1.4;
}
#cm .cm-moment-txt .cm-problem-uder em { color: var(--gold-ink); font-style: italic; }
#cm .cm-moment-txt p strong { color: var(--ink); }
#cm .cm-moment-foto { margin: 0; position: relative; }
#cm .cm-moment-foto img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 20px; box-shadow: 0 30px 64px rgba(13, 22, 38, .22);
}
#cm .cm-moment-foto::after {
  content: ""; position: absolute; inset: 0; border-radius: 20px;
  box-shadow: inset 0 0 0 1px rgba(216, 179, 104, .4); pointer-events: none;
}
#cm .cm-motto-band {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-900) 100%);
}
#cm .cm-motto-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(620px 320px at 84% 18%, rgba(216, 179, 104, .16), transparent 70%);
}
#cm .cm-motto-band .cm-wrap { position: relative; padding-top: 42px; padding-bottom: 42px; }
#cm .cm-motto-band p {
  margin: 0; text-align: center; font-family: var(--serif);
  font-size: clamp(22px, 2.8vw, 32px); line-height: 1.3; color: #fff; letter-spacing: -.01em;
}
#cm .cm-motto-band strong { color: var(--gold-soft); font-weight: 600; }
#cm .cm-h2 em { color: var(--gold-ink); font-style: italic; }
#cm .cm-sabotery-lead { max-width: 58ch; margin: 0 auto 30px; font-size: 18px; color: var(--ink); }
#cm .cm-sabotery {
  list-style: none; margin: 0 auto 34px; padding: 0; max-width: 980px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
#cm .cm-sabotery li {
  position: relative; padding: 48px 22px 22px; font-size: 15px; line-height: 1.62;
  background: var(--pg); border: 1px solid var(--line-lt); border-radius: 16px; color: var(--ink-mid);
  box-shadow: 0 12px 30px rgba(13, 22, 38, .06);
}
#cm .cm-sabotery li strong { color: var(--ink); }
#cm .cm-sabotery li::before {
  content: "✕"; position: absolute; top: 20px; left: 22px;
  width: 30px; height: 30px; display: grid; place-items: center;
  background: rgba(198, 74, 58, .12); color: #C64A3A; border-radius: 50%;
  font-size: 14px; font-weight: 700;
}
#cm .cm-premium {
  max-width: 760px; margin: 0 auto; text-align: center;
  font-family: var(--serif); font-size: clamp(19px, 2.1vw, 24px); line-height: 1.45; color: var(--ink);
  padding: 26px 32px; border-radius: 18px;
  background: linear-gradient(120deg, rgba(216, 179, 104, .12), rgba(216, 179, 104, .03));
  border: 1px solid rgba(216, 179, 104, .32);
}
#cm .cm-premium strong { color: var(--gold-ink); font-weight: 700; }
#cm .cm-jistoty-linka {
  display: flex; justify-content: center; align-items: baseline; flex-wrap: wrap;
  column-gap: 46px; row-gap: 12px; text-align: center;
  margin: 0 0 46px; padding-bottom: 28px;
  border-bottom: 1px solid rgba(216, 179, 104, .22);
}
#cm .cm-jistoty-linka span {
  font-size: 14.5px; font-weight: 600; letter-spacing: .01em; color: #fff;
}
#cm .cm-jistoty-linka i {
  font-style: normal; color: var(--gold-br); font-size: 11px;
  margin-right: 9px; vertical-align: 1px;
}
@media (max-width: 767px) {
  #cm .cm-jistoty-linka { flex-direction: column; align-items: center; row-gap: 10px; }
}
#cm .cm-prokoho-uvod { max-width: 72ch; margin: 0 auto 42px; text-align: center; font-size: 17px; line-height: 1.7; color: var(--ink-mid); }
#cm .cm-prokoho-nadpis { margin: 0 0 18px; font-size: 18px; font-weight: 700; letter-spacing: -.01em; }
#cm .cm-persony { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 0 0 34px; }
#cm .cm-persona {
  background: var(--pg); border: 1px solid var(--line-lt); border-radius: 16px;
  padding: 24px 26px; transition: border-color .15s, transform .15s;
}
#cm .cm-persona:hover { border-color: var(--gold-br); transform: translateY(-2px); }
#cm .cm-persona h4 { margin: 0 0 8px; font-size: 17.5px; letter-spacing: -.01em; color: var(--navy); }
#cm .cm-persona p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--ink-mid); }
#cm .cm-nepro {
  background: var(--pg); border: 1px dashed rgba(180, 67, 58, .4); border-radius: 16px;
  padding: 24px 28px; margin: 0 0 36px;
}
#cm .cm-nepro h3 { margin: 0 0 12px; font-size: 17px; }
#cm .cm-nepro ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
#cm .cm-nepro li { position: relative; padding-left: 26px; font-size: 15.5px; color: var(--ink-mid); }
#cm .cm-nepro li::before { content: "—"; position: absolute; left: 0; color: #B4433A; font-weight: 700; }
#cm .cm-otazky {
  margin: 0; font-family: var(--serif); font-style: italic; text-align: center;
  font-size: clamp(17px, 1.9vw, 21px); line-height: 1.6; color: var(--ink);
}
#cm .cm-benefity { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
#cm .cm-benefit {
  background: rgba(255, 255, 255, .035); border: 1px solid var(--line-nv);
  border-radius: 16px; padding: 24px 26px;
}
#cm .cm-benefit h3 { margin: 0 0 10px; font-size: 17.5px; color: var(--gold-br); letter-spacing: -.01em; }
#cm .cm-benefit p { margin: 0; font-size: 14.5px; line-height: 1.65; color: var(--txt-body); }
#cm .cm-vid { border-radius: 16px; overflow: hidden; background: var(--navy-900); aspect-ratio: 16 / 10; border: 1px solid var(--line-nv); }
#cm .cm-vid--velke { aspect-ratio: 16 / 9; max-width: 760px; margin: 34px auto 0; }
#cm .cm-vid-spust {
  display: flex; flex-direction: column; justify-content: flex-end; gap: 4px;
  width: 100%; height: 100%; padding: 22px 24px; text-decoration: none;
  background: radial-gradient(420px 260px at 50% 38%, var(--lift) 0%, var(--navy-900) 78%);
  transition: filter .15s;
}
#cm .cm-vid-spust:hover { filter: brightness(1.18); }
#cm .cm-vid-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -62%);
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--gold-br); box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
}
#cm .cm-vid-play::after {
  content: ""; position: absolute; top: 50%; left: 53%; transform: translate(-50%, -50%);
  border-style: solid; border-width: 10px 0 10px 16px; border-color: transparent transparent transparent #160F00;
}
#cm .cm-vid { position: relative; }
#cm .cm-vid-cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#cm .cm-vid-spust::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,22,38,0) 38%, rgba(13,22,38,.8) 100%); }
#cm .cm-vid-play, #cm .cm-vid-spust b, #cm .cm-vid-pop { position: relative; z-index: 1; }
#cm .cm-vid-spust b { color: #fff; font-size: 16px; letter-spacing: -.01em; }
#cm .cm-vid-pop { color: rgba(255,255,255,.72); font-size: 12.5px; }
#cm .cm-vid iframe { width: 100%; height: 100%; border: 0; display: block; }
#cm .cm-plan-uvod { text-align: center; margin: 0 auto 26px; max-width: 60ch; font-size: 17px; color: var(--ink-mid); }
#cm .cm-citat {
  margin: 0 auto 26px; padding: 4px 0 4px 22px; border-left: 3px solid var(--gold-br);
  font-family: var(--serif); font-style: italic; font-size: 19px; line-height: 1.55;
  color: var(--ink-mid); max-width: 620px;
}
#cm .cm-citat cite { font-style: normal; font-size: 14.5px; color: var(--ink-dim); }
#cm .cm-citat--maly { font-size: 16px; margin: 14px 0 0; }
#cm .cm-plan-popis { max-width: 74ch; margin: 0 auto 46px; text-align: center; font-size: 16.5px; line-height: 1.7; color: var(--ink-mid); }
#cm .cm-moduly { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; max-width: 860px; margin-inline: auto; counter-reset: modul; }
#cm .cm-modul {
  position: relative; padding: 0 0 42px 58px;
}
#cm .cm-modul:last-child { padding-bottom: 0; }
#cm .cm-modul::before {
  content: ""; position: absolute; left: 17px; top: 34px; bottom: 0;
  width: 2px; background: var(--line-lt);
}
#cm .cm-modul:last-child::before { display: none; }
#cm .cm-modul::after {
  counter-increment: modul;
  content: ""; position: absolute; left: 10px; top: 8px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--gold-br); box-shadow: 0 0 0 5px rgba(216, 179, 104, .18);
}
#cm .cm-modul-datum {
  margin: 0 0 6px; font-size: 12.5px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold-ink);
}
#cm .cm-modul-datum b { color: var(--navy); letter-spacing: .02em; font-size: 14px; margin-left: 6px; }
#cm .cm-modul h3 { margin: 0 0 10px; font-size: clamp(18px, 2vw, 22px); letter-spacing: -.012em; line-height: 1.3; }
#cm .cm-modul p { margin: 0 0 12px; font-size: 15.5px; line-height: 1.7; color: var(--ink-mid); }
#cm .cm-modul-vysledek {
  padding: 12px 16px; background: var(--pg-alt); border-radius: 12px;
  font-size: 15px !important; color: var(--ink) !important;
}
#cm .cm-modul--online { background: transparent; }
#cm .cm-modul--online h3 { color: var(--gold-ink); }
#cm .cm-cile-mrizka { display: grid; grid-template-columns: 1.25fr 1fr; gap: 54px; align-items: center; }
#cm .cm-cile { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 11px; }
#cm .cm-cile li {
  position: relative; padding-left: 32px; font-size: 15.5px; line-height: 1.6; color: var(--ink-mid);
}
#cm .cm-cile li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 22px; height: 22px; border-radius: 50%; text-align: center; line-height: 22px;
  font-size: 12px; font-weight: 700; color: #160F00; background: var(--gold-br);
}
#cm .cm-cile-foto img { border-radius: 18px; }
#cm .cm-cile-foto figcaption { margin-top: 4px; }
#cm .cm-nab-termin { text-align: center; margin: 0 0 40px; font-size: 17px; color: var(--ink-mid); }
#cm .cm-nab-h { text-align: center; margin: 0 0 6px; font-size: 21px; letter-spacing: -.01em; }
#cm .cm-nab-uvod { text-align: center; margin: 0 0 28px; color: var(--ink-mid); }
#cm .cm-nabidka { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0 0 38px; }
#cm .cm-nab-p {
  display: grid; gap: 3px; padding: 16px 20px 16px 48px; position: relative;
  background: var(--pg-alt); border: 1px solid var(--line-lt); border-radius: 14px;
}
#cm .cm-nab-p::before {
  content: "✓"; position: absolute; left: 17px; top: 16px;
  width: 21px; height: 21px; border-radius: 50%; text-align: center; line-height: 21px;
  font-size: 11.5px; font-weight: 700; color: #160F00; background: var(--gold-br);
}
#cm .cm-nab-p b { font-size: 15.5px; letter-spacing: -.01em; color: var(--navy); line-height: 1.4; }
#cm .cm-nab-p span { font-size: 13.5px; line-height: 1.55; color: var(--ink-dim); }
#cm .cm-navic {
  max-width: 860px; margin: 0 auto 38px; padding: 26px 30px;
  background: var(--pg-alt); border: 1px solid var(--line-lt); border-radius: 16px;
}
#cm .cm-navic h3 { margin: 0 0 12px; font-size: 16px; letter-spacing: .04em; text-transform: uppercase; color: var(--gold-ink); }
#cm .cm-navic p { margin: 0 0 12px; font-size: 15.5px; line-height: 1.65; color: var(--ink-mid); }
#cm .cm-navic .cm-podminky { margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--line-lt); color: var(--ink); }
#cm .cm-vyzva-mezi { text-align: center; max-width: 640px; margin: 0 auto 44px; }
#cm .cm-vyzva-mezi h3 { margin: 0 0 10px; font-family: var(--serif); font-weight: 400; font-size: clamp(21px, 2.4vw, 27px); }
#cm .cm-vyzva-mezi p { margin: 0 auto 10px; max-width: 52ch; font-size: 16px; color: var(--ink-mid); text-wrap: balance; }
#cm .cm-podpis { max-width: 640px; margin: 0 auto; text-align: center; }
#cm .cm-podpis p { margin: 0 0 16px; font-size: 16px; line-height: 1.7; color: var(--ink-mid); }
#cm .cm-podpis-kdo { font-weight: 700; color: var(--navy); }
#cm .cm-podpis-kdo span { display: inline-block; margin-top: 4px; font-weight: 400; font-size: 13.5px; color: var(--ink-dim); line-height: 1.55; }
#cm .cm-ps {
  padding: 14px 20px; background: rgba(216, 179, 104, .09);
  border-left: 3px solid var(--gold-br); border-radius: 0 12px 12px 0;
  color: var(--ink-mid) !important; font-size: 15px !important;
}
#cm .cm-ps strong { color: var(--gold-ink); }
#cm .cm-mista-ted { margin: -8px 0 40px; font-size: 16.5px; color: var(--gold-soft); }
#cm .cm-kroky { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 900px; margin: 0 auto 26px; }
#cm .cm-krok {
  position: relative; background: rgba(255, 255, 255, .035); border: 1px solid var(--line-nv);
  border-radius: 18px; padding: 30px 30px 26px;
}
#cm .cm-krok-n {
  position: absolute; top: -16px; left: 26px;
  width: 34px; height: 34px; border-radius: 50%; text-align: center; line-height: 34px;
  background: var(--gold-br); color: #160F00; font-weight: 700; font-size: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
}
#cm .cm-krok h3 { margin: 4px 0 14px; font-size: 16.5px; font-weight: 600; line-height: 1.5; color: #fff; letter-spacing: -.01em; }
#cm .cm-krok .cm-akce { margin: 0; }
#cm .cm-krok-pozn { margin: 0; font-size: 14px; color: var(--txt-dim); }
#cm .cm-gdpr { max-width: 760px; margin: 0 auto 44px; font-size: 12.5px; line-height: 1.6; color: var(--txt-dim); text-align: center; }
#cm .cm-gdpr a { color: var(--txt-body); }
#cm .cm-certifikaty {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: center;
  max-width: 980px; margin: 0 auto;
}
#cm .cm-certifikaty img { border-radius: 12px; box-shadow: 0 12px 34px rgba(0, 0, 0, .35); }
#cm .cm-test-uvod { text-align: center; max-width: 54ch; margin: 0 auto 40px; font-size: 16.5px; line-height: 1.7; color: var(--ink-mid); text-wrap: balance; }
#cm .cm-testy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
#cm .cm-test {
  margin: 0; background: var(--pg-alt); border: 1px solid var(--line-lt); border-radius: 18px;
  padding: 26px 26px 24px; display: flex; flex-direction: column; gap: 18px;
}
#cm .cm-test blockquote { margin: 0; }
#cm .cm-test-titul { margin: 0 0 10px; font-weight: 700; font-size: 16px; line-height: 1.5; letter-spacing: -.01em; color: var(--navy); }
#cm .cm-test blockquote p:not(.cm-test-titul) { margin: 0; font-size: 14.5px; line-height: 1.65; color: var(--ink-mid); }
#cm .cm-test figcaption { display: grid; grid-template-columns: 46px 1fr; gap: 2px 12px; align-items: center; margin-top: auto; }
#cm .cm-test figcaption img { grid-row: span 2; width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
#cm .cm-test figcaption b { font-size: 14.5px; color: var(--navy); }
#cm .cm-test figcaption span { font-size: 12.5px; color: var(--ink-dim); }
#cm .cm-celebrity { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 38px; }
#cm .cm-celeb {
  margin: 0; background: var(--pg); border: 1px solid var(--line-lt); border-radius: 16px;
  padding: 24px 28px; display: flex; flex-direction: column; gap: 16px;
}
#cm .cm-celeb blockquote {
  margin: 0; font-family: var(--serif); font-style: italic;
  font-size: 16.5px; line-height: 1.6; color: var(--ink);
}
#cm .cm-celeb figcaption { display: grid; grid-template-columns: 48px 1fr; gap: 0 12px; align-items: center; }
#cm .cm-celeb figcaption img { grid-row: span 2; width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
#cm .cm-celeb figcaption b { font-size: 14.5px; color: var(--navy); }
#cm .cm-celeb figcaption span { font-size: 12.5px; color: var(--ink-dim); }
#cm .cm-stred.cm-lede { margin-left: auto; margin-right: auto; }
#cm .cm-videa {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(184px, 1fr));
  gap: 18px; margin-top: 46px; padding-bottom: 44px;
}
#cm .cm-videa .cm-vid {
  aspect-ratio: 9 / 16; margin: 0; border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .35);
  transition: transform .25s ease, box-shadow .25s ease;
}
#cm .cm-videa .cm-vid:nth-child(even) { transform: translateY(44px); }
#cm .cm-videa .cm-vid:hover { box-shadow: 0 26px 60px rgba(0, 0, 0, .5), 0 0 0 1px rgba(216, 179, 104, .55); }
#cm .cm-videa .cm-vid:nth-child(odd):hover { transform: translateY(-5px); }
#cm .cm-videa .cm-vid:nth-child(even):hover { transform: translateY(39px); }
.cm-lb {
  position: fixed; inset: 0; z-index: 120;
  background: rgba(13, 22, 38, .92);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  display: grid; place-items: center; padding: 24px;
}
.cm-lb-ram { position: relative; width: min(420px, 92vw, calc(88vh * 9 / 16)); aspect-ratio: 9 / 16; }
.cm-lb-ram iframe {
  width: 100%; height: 100%; border: 0; display: block;
  border-radius: 18px; background: #000; box-shadow: 0 34px 90px rgba(0, 0, 0, .6);
}
.cm-lb-x {
  position: absolute; top: -16px; right: -16px; z-index: 1;
  width: 40px; height: 40px; border-radius: 50%; cursor: pointer;
  background: #0D1626; color: #fff; border: 1px solid rgba(216, 179, 104, .55);
  font-size: 15px; line-height: 1; display: grid; place-items: center;
}
.cm-lb-x:hover { background: #16233B; }
#cm .cm-lektor { display: grid; grid-template-columns: 1fr 1.35fr; gap: 54px; align-items: center; }
#cm .cm-lektor-foto { margin: 0; }
#cm .cm-lektor-foto img { border-radius: 20px; box-shadow: 0 18px 48px rgba(13, 22, 38, .18); }
#cm .cm-lektor-txt .cm-citat { margin-left: 0; }
#cm .cm-lektor-cisla { display: grid; grid-template-columns: auto auto; gap: 16px 48px; justify-content: start; margin: 26px 0 6px; }
#cm .cm-lektor-cisla b {
  display: block; font-size: clamp(26px, 2.6vw, 34px); font-weight: 700;
  letter-spacing: -.02em; color: var(--gold-ink); line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
#cm .cm-lektor-cisla span { font-size: 13px; color: var(--ink-dim); }
#cm .cm-faq { display: grid; gap: 10px; margin-top: 34px; }
#cm .cm-faq details {
  background: var(--pg); border: 1px solid var(--line-lt); border-radius: 14px;
  padding: 0 22px;
}
#cm .cm-faq details[open] { border-color: var(--gold-br); }
#cm .cm-faq summary {
  cursor: pointer; list-style: none; position: relative;
  padding: 17px 34px 17px 0; font-weight: 600; font-size: 16px; letter-spacing: -.01em; color: var(--navy);
}
#cm .cm-faq summary::-webkit-details-marker { display: none; }
#cm .cm-faq summary::after {
  content: "+"; position: absolute; right: 2px; top: 50%; transform: translateY(-50%);
  font-size: 22px; font-weight: 400; color: var(--gold-ink); transition: transform .15s;
}
#cm .cm-faq details[open] summary::after { content: "–"; }
#cm .cm-faq details p { margin: 0 0 18px; font-size: 15px; line-height: 1.7; color: var(--ink-mid); }
#cm .cm-final { text-align: center; }
#cm .cm-final-titul {
  margin: 0 0 20px; font-family: var(--serif); font-size: clamp(21px, 2.6vw, 30px);
  line-height: 1.3; color: #fff; text-wrap: balance;
}
#cm .cm-listy {
  position: fixed; left: 50%; bottom: 14px; transform: translateX(-50%); z-index: 60;
  display: flex; align-items: center; gap: 18px;
  max-width: min(680px, calc(100vw - 24px));
  background: rgba(13, 22, 38, .97);
  border: 1px solid rgba(216, 179, 104, .35); border-radius: 999px;
  padding: 10px 12px 10px 22px; color: var(--txt-body);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .35);
}
#cm .cm-listy[hidden] { display: none; }
#cm .cm-listy-txt { font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#cm .cm-listy-txt b { color: var(--gold-soft); }
@media (max-width: 991px) {
  #cm .cm-sec { padding: 72px 0; }
  #cm .cm-hero-fakta { grid-template-columns: repeat(2, auto); gap: 16px 44px; }
  #cm .cm-moment { grid-template-columns: 1fr; gap: 32px; }
  #cm .cm-moment-foto { order: -1; max-width: 560px; }
  #cm .cm-sabotery { grid-template-columns: 1fr; max-width: 560px; }
  #cm .cm-persony { grid-template-columns: 1fr; }
  #cm .cm-benefity { grid-template-columns: 1fr 1fr; }
  #cm .cm-cile-mrizka { grid-template-columns: 1fr; gap: 34px; }
  #cm .cm-cile-foto { max-width: 420px; }
  #cm .cm-nabidka { grid-template-columns: 1fr; }
  #cm .cm-kroky { grid-template-columns: 1fr; }
  #cm .cm-testy { grid-template-columns: 1fr; }
  #cm .cm-celebrity { grid-template-columns: 1fr; }
  #cm .cm-videa { grid-template-columns: repeat(3, 1fr); }
  #cm .cm-lektor { grid-template-columns: 1fr; gap: 30px; }
  #cm .cm-lektor-foto { max-width: 380px; }
  #cm .cm-certifikaty { grid-template-columns: 1fr; max-width: 480px; }
}
@media (max-width: 640px) {
  #cm .cm-wrap { padding: 0 20px; }
  #cm .cm-sec { padding: 60px 0; }
  #cm .cm-hero { padding: 40px 0 36px; }
  #cm .cm-hero-cta { flex-direction: column; align-items: stretch; }
  #cm .cm-hero-fakta { grid-template-columns: repeat(2, 1fr); gap: 14px 20px; }
  #cm .cm-benefity { grid-template-columns: 1fr; }
  #cm .cm-lektor-cisla { grid-template-columns: 1fr; gap: 14px 0; }
  #cm .cm-videa { grid-template-columns: repeat(2, 1fr); gap: 12px; padding-bottom: 26px; }
  #cm .cm-videa .cm-vid:nth-child(even) { transform: translateY(20px); }
  #cm .cm-listy-brand { display: none; }
  #cm .cm-listy-txt { display: inline-block; }
  #cm .cm-listy-txt::first-letter { text-transform: uppercase; }
  #cm .cm-modul { padding-left: 44px; }
  #cm .cm-modul::before { left: 12px; }
  #cm .cm-modul::after { left: 5px; }
  #cm .cm-listy { gap: 10px; padding: 8px 10px 8px 16px; bottom: 10px; }
  #cm .cm-listy-txt { font-size: 12.5px; }
}
#cm .cm-zvyra {
  background: linear-gradient(180deg, transparent 0 52%, rgba(216, 179, 104, .5) 52% 92%, transparent 92%);
  padding: 0 3px; margin: 0 -1px; color: inherit; font-weight: 600;
  border-radius: 2px; box-decoration-break: clone; -webkit-box-decoration-break: clone;
}
#cm .cm-videa .cm-vid-play {
  position: absolute; top: auto; left: auto; right: 12px; bottom: 12px;
  width: 44px; height: 44px; transform: none; z-index: 2;
  transition: transform .2s;
}
#cm .cm-videa .cm-vid-play::after { border-width: 8px 0 8px 13px; left: 55%; }
#cm .cm-videa .cm-vid:hover .cm-vid-play { transform: scale(1.1); }
#cm .cm-stopaz {
  position: absolute; top: 10px; right: 10px; z-index: 2; font-style: normal;
  font-size: 11px; font-weight: 700; color: #fff; padding: 3px 8px;
  border-radius: 999px; background: rgba(11, 18, 32, .55);
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
  font-variant-numeric: tabular-nums;
}
#cm .cm-vysledek {
  max-width: 680px; margin: 40px auto 0; padding: 26px 30px;
  background: #fff; border: 1px solid rgba(22, 35, 59, .09); border-radius: 18px;
  box-shadow: 0 10px 30px rgba(11, 18, 32, .07);
}
#cm .cm-vysledek--zlaty {
  border-color: rgba(180, 146, 74, .45);
  margin: 56px auto 72px;
  box-shadow: 0 14px 38px rgba(180, 146, 74, .14);
}
#cm .cm-vysledek blockquote { margin: 0; }
#cm .cm-vysledek blockquote p {
  margin: 0; font-size: 16.5px; line-height: 1.7; color: var(--ink-mid, #3C4658);
}
#cm .cm-vysledek figcaption {
  display: flex; align-items: center; gap: 11px; margin-top: 16px;
}
#cm .cm-vysledek-av {
  flex: none; width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; background: #2B3E63;
  color: #fff; font-size: 16px; font-weight: 600; font-style: normal;
}
#cm .cm-vysledek--zlaty .cm-vysledek-av { background: #8A6D2E; }
#cm .cm-vysledek figcaption b { font-size: 14.5px; color: var(--ink, #16233B); }
#cm .cm-vysledek figcaption span:not(.cm-vysledek-av) { font-size: 12.5px; color: #5C6B84; }
@media (max-width: 640px) {
  #cm .cm-vysledek { padding: 20px 22px; }
}
#cm img.cm-vysledek-av { object-fit: cover; display: block; }
#cm .cm-rot { max-width: 760px; margin: 0 auto; text-align: center; }
#cm .cm-rot-hvezdy { margin: 0 0 18px; color: #E9B949; font-size: 17px; letter-spacing: 3px; line-height: 1; }
#cm .cm-rot-slidy { display: grid; }
#cm .cm-rot-slide {
  grid-area: 1 / 1; margin: 0; opacity: 0; visibility: hidden;
  transition: opacity .55s ease, visibility .55s;
}
#cm .cm-rot-slide.je-aktivni { opacity: 1; visibility: visible; }
#cm .cm-rot-slide blockquote { margin: 0; }
#cm .cm-rot-slide blockquote p {
  margin: 0; font-family: var(--serif); font-style: italic;
  font-size: clamp(19px, 2.6vw, 27px); line-height: 1.45; letter-spacing: -.01em;
  color: #fff; text-wrap: balance;
}
#cm .cm-rot-slide figcaption {
  display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 22px;
}
#cm .cm-rot-slide figcaption img {
  width: 56px; height: 56px; border-radius: 50%; object-fit: cover; object-position: center 20%;
  flex: none; box-shadow: 0 0 0 2.5px rgba(216, 179, 104, .6);
}
#cm .cm-rot-slide figcaption span { text-align: left; }
#cm .cm-rot-slide figcaption b { display: block; font-size: 15px; font-weight: 700; color: var(--gold-soft); }
#cm .cm-rot-slide figcaption em { display: block; margin-top: 1px; font-style: normal; font-size: 12.5px; color: var(--txt-dim); }
#cm .cm-rot-tecky { display: flex; justify-content: center; gap: 9px; margin-top: 24px; }
#cm .cm-rot-tecky button {
  width: 9px; height: 9px; padding: 0; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(195, 206, 223, .32); transition: background .2s, transform .2s;
}
#cm .cm-rot-tecky button[aria-selected="true"] { background: var(--gold-br); transform: scale(1.25); }
#cm .cm-rot-tecky button:hover { background: var(--gold-soft); }
#cm .cm-rot-blok { margin: 52px auto 6px; }
#cm .cm-rot--lt .cm-rot-slide blockquote p { color: var(--ink); }
#cm .cm-rot--lt .cm-rot-slide figcaption b { color: var(--gold-ink); }
#cm .cm-rot--lt .cm-rot-slide figcaption em { color: var(--ink-dim); }
#cm .cm-rot--lt .cm-rot-slide figcaption img { box-shadow: 0 0 0 2.5px rgba(180, 146, 74, .55); }
#cm .cm-rot--lt .cm-rot-tecky button { background: rgba(22, 35, 59, .18); }
#cm .cm-rot--lt .cm-rot-tecky button[aria-selected="true"] { background: var(--gold-ink); }
#cm .cm-rot--lt .cm-rot-tecky button:hover { background: var(--gold); }
#cm .cm-vyzva-mezi { max-width: 720px; margin: 0 auto 88px; }
#cm .cm-cta-ram {
  position: relative; isolation: isolate;
  max-width: 620px; margin: 96px auto 0; padding: 46px 40px 30px;
  background:
    radial-gradient(520px 260px at 78% 0%, rgba(216, 179, 104, .16), transparent 62%),
    linear-gradient(155deg, #16294E 0%, var(--navy) 78%);
  border: 1px solid rgba(216, 179, 104, .55); border-radius: 22px; text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .10),
    inset 0 0 0 1px rgba(216, 179, 104, .10),
    0 40px 80px -24px rgba(13, 22, 38, .55);
}
#cm .cm-cta-kicker {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  padding: 7px 20px; border-radius: 999px; white-space: nowrap;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold-br));
  color: #21170A; border: 1px solid rgba(255, 255, 255, .35);
  font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(13, 22, 38, .35);
}
#cm .cm-cta-ram .cm-cta-nadpis {
  margin: 0 0 22px; font-family: var(--serif); font-weight: 400;
  font-size: clamp(20px, 2.4vw, 27px); line-height: 1.3; color: #fff; text-wrap: balance;
}
#cm .cm-cta-kroky {
  counter-reset: cmk; list-style: none; margin: 0 auto 26px; padding: 0;
  max-width: 460px; text-align: left; display: grid; gap: 12px;
}
#cm .cm-cta-kroky li {
  counter-increment: cmk; position: relative; padding-left: 40px;
  font-size: 14.5px; line-height: 1.5; color: var(--txt-body);
}
#cm .cm-cta-kroky li::before {
  content: counter(cmk); position: absolute; left: 0; top: -1px;
  width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(216, 179, 104, .14); border: 1px solid rgba(216, 179, 104, .5);
  color: var(--gold-soft); font-size: 12.5px; font-weight: 700; font-variant-numeric: tabular-nums;
}
#cm .cm-cta-kroky li b { color: #fff; font-weight: 700; }
#cm .cm-cta-ram .cm-btn--hlavni {
  width: 100%; max-width: 440px;
  font-size: 18px; line-height: 1.2; letter-spacing: -.005em;
  padding: 19px 28px; border-radius: 16px;
  background: linear-gradient(180deg, #E4C486 0%, var(--gold-br) 52%, #C9A257 100%);
  color: #160F00;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 16px 34px -10px rgba(216, 179, 104, .55);
  transition: transform .18s ease, box-shadow .18s ease;
}
#cm .cm-cta-ram .cm-btn--hlavni:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 22px 44px -10px rgba(216, 179, 104, .62);
}
#cm .cm-cta-ram .cm-btn--hlavni:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 4px; }
#cm .cm-cta-ram .cm-cta-mikro {
  margin: 14px auto 0; max-width: 42ch; font-size: 13.5px; font-weight: 500; line-height: 1.55;
  letter-spacing: .01em; text-transform: none; color: var(--txt-body);
}
#cm .cm-cta-ram .cm-cta-mikro b { font-weight: 700; color: var(--gold-br); }
#cm .cm-cta-jistoty {
  list-style: none; margin: 24px auto 0; padding: 20px 0 0; max-width: 480px;
  text-align: left; display: grid; gap: 12px;
  border-top: 1px solid rgba(216, 179, 104, .22);
}
#cm .cm-cta-jistoty li {
  position: relative; padding-left: 28px; font-size: 13.5px; line-height: 1.55; color: var(--txt-dim);
}
#cm .cm-cta-jistoty li::before {
  content: "✓"; position: absolute; left: 4px; top: 0; color: var(--zelena); font-weight: 700;
}
#cm .cm-cta-jistoty li b { color: var(--txt-body); font-weight: 700; }
#cm .cm-cta-ram .cm-cta-mista {
  margin: 20px 0 0; font-size: 13px; line-height: 1.55; color: var(--txt-dim);
}
#cm .cm-cta-ram .cm-cta-mista strong { color: var(--gold-soft); font-weight: 700; }
@media (max-width: 640px) {
  #cm .cm-vyzva-mezi { margin-bottom: 56px; }
  #cm .cm-cta-ram { max-width: none; margin-top: 56px; padding: 36px 18px 24px; border-radius: 18px; }
  #cm .cm-cta-ram .cm-btn--hlavni {
    max-width: none; font-size: 16.5px; line-height: 1.25; letter-spacing: -.01em;
    padding: 16px 14px; border-radius: 14px; min-height: 56px; text-wrap: balance;
  }
  #cm .cm-cta-ram .cm-cta-mikro { font-size: 13px; letter-spacing: .01em; }
  #cm .cm-cta-kicker { font-size: 10.5px; letter-spacing: .13em; padding: 6px 15px; }
  #cm .cm-cta-kroky { gap: 10px; margin-bottom: 22px; }
  #cm .cm-cta-kroky li { padding-left: 36px; font-size: 14px; }
}
@media (max-width: 380px) {
  #cm .cm-cta-ram .cm-btn--hlavni { font-size: 15.5px; padding: 15px 12px; }
}
#cm .cm-mista-ted { max-width: 56ch; margin-left: auto; margin-right: auto; }
#cm .cm-vyber {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  margin: 42px auto 0; max-width: 1020px; text-align: left;
}
#cm .cm-vyber-karta {
  padding: 26px 26px 24px; border-radius: 16px;
  background: rgba(43, 62, 99, .28); border: 1px solid rgba(216, 179, 104, .18);
}
#cm .cm-vyber-ikona { display: block; margin-bottom: 12px; color: var(--gold-br); font-size: 14px; }
#cm .cm-vyber-karta h3 { margin: 0 0 9px; font-size: 17.5px; font-weight: 700; letter-spacing: -.01em; color: var(--gold-soft); }
#cm .cm-vyber-karta p { margin: 0; font-size: 14.5px; line-height: 1.65; color: var(--txt-body); }
#cm .cm-vyber-karta strong { color: #fff; }
#cm .cm-vyber-akce { text-align: center; margin-top: 36px; }
#cm .cm-vyber-mikro {
  margin: 12px 0 0; font-size: 12.5px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase; color: var(--txt-dim);
}
@media (max-width: 860px) {
  #cm .cm-vyber { grid-template-columns: 1fr; max-width: 560px; }
}
#cm .cm-vid--velke .cm-vid-play {
  position: absolute; top: 50%; left: 40%; transform: translate(-50%, -50%);
  width: 86px; height: 86px; transition: transform .2s;
}
#cm .cm-vid--velke .cm-vid-play::after { border-width: 13px 0 13px 21px; left: 54%; }
#cm .cm-vid--velke .cm-vid-spust:hover .cm-vid-play { transform: translate(-50%, -50%) scale(1.08); }
#cm .cm-skolne { max-width: 680px; margin: 0 auto 40px; background: #fff; border: 1px solid rgba(22,35,59,.10); border-left: 4px solid #B4924A; border-radius: 16px; padding: 28px 32px; }
#cm .cm-skolne h3 { margin: 0 0 12px; font-family: var(--serif); font-weight: 400; font-size: clamp(20px, 2.2vw, 25px); }
#cm .cm-skolne p { margin: 0 0 12px; font-size: 15.5px; line-height: 1.65; color: var(--ink-mid); }
#cm .cm-skolne p:last-child { margin-bottom: 0; }
#cm .cm-skolne-pozn { font-size: 14px; color: #6B7688; border-top: 1px solid rgba(22,35,59,.08); padding-top: 12px; }
@media (max-width: 560px) { #cm .cm-skolne { padding: 22px 18px; } }
#cm .cm-nab-skupiny { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 26px 0 34px; }
#cm .cm-nab-sk { background: #fff; border: 1px solid rgba(22,35,59,.10); border-radius: 16px; padding: 24px 26px; }
#cm .cm-nab-sk h4 { margin: 0 0 14px; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #8A6D2E; }
#cm .cm-nab-sk .cm-nab-p { margin: 0 0 12px; }
#cm .cm-nab-payoff { margin: 14px 0 0; padding-top: 12px; border-top: 1px solid rgba(22,35,59,.08); font-size: 14.5px; font-weight: 600; color: #132545; }
#cm .cm-nab-payoff::before { content: "→ "; color: #B4924A; }
@media (max-width: 760px) { #cm .cm-nab-skupiny { grid-template-columns: 1fr; } }
#cm .cm-dukazy { display: grid; grid-template-columns: 1.5fr 1fr; gap: 18px; align-items: stretch; max-width: 860px; margin: 0 auto 34px; }
#cm .cm-dukazy .cm-vysledek { margin: 0; }
@media (max-width: 760px) { #cm .cm-dukazy { grid-template-columns: 1fr; } }
#cm .cmk-blok { max-width: 760px; margin: 0 auto 40px; }
#cm .cmk-lede { text-align: center; font-size: 15.5px; color: #5C6B84; margin: 0 0 18px; }
#cm .cmk-kalk { display: grid; gap: 24px; background: #fff; border: 1px solid rgba(22,35,59,.12); border-radius: 18px; padding: 26px; }
#cm .cmk-ovladace { display: grid; gap: 20px; }
#cm .cmk-pole { display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 16px; }
#cm .cmk-label { font-size: 15px; color: #4A5872; font-weight: 600; }
#cm .cmk-val { justify-self: end; min-width: 92px; text-align: center; background: #F7F4ED; border: 1px solid rgba(22,35,59,.12); border-radius: 9px; padding: 7px 12px; font-weight: 800; color: #132545; font-variant-numeric: tabular-nums; }
#cm .cmk-kalk input[type=range] { grid-column: 1 / -1; -webkit-appearance: none; appearance: none; width: 100%; height: 6px; margin-top: 10px; border-radius: 999px; background: linear-gradient(90deg, #B4924A var(--fill,30%), #E7E4DC var(--fill,30%)); outline-offset: 4px; }
#cm .cmk-kalk input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 24px; height: 24px; border-radius: 50%; background: #132545; border: 3px solid #fff; box-shadow: 0 1px 5px rgba(13,22,38,.35); cursor: pointer; }
#cm .cmk-kalk input[type=range]::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: #132545; border: 3px solid #fff; cursor: pointer; }
#cm .cmk-staty { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
#cm .cmk-stat { background: #F7F4ED; border: 1px solid rgba(22,35,59,.12); border-radius: 14px; padding: 18px 16px; text-align: center; }
#cm .cmk-stat-t { display: block; font-size: 13.5px; color: #7C889E; margin-bottom: 6px; }
#cm .cmk-stat b { display: block; font-size: clamp(20px, 3vw, 27px); font-weight: 800; color: #132545; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
#cm .cmk-stat--hero { background: linear-gradient(160deg, #182742, #0F1B33); border-color: rgba(216,179,104,.4); }
#cm .cmk-stat--hero .cmk-stat-t { color: #AEB9CC; }
#cm .cmk-stat--hero b { color: #E7D19B; }
#cm .cmk-pozn { margin: 10px 0 0; font-size: 13px; color: #7C889E; line-height: 1.55; }
#cm .cm-ult-zvyr { font-style: normal; color: #E7D19B; }
#cm .cm-ultimaty { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 900px; margin: 34px auto 6px; }
#cm .cm-ultimat { position: relative; overflow: hidden; border-radius: 18px; padding: 30px 30px 26px;
  background: linear-gradient(165deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
  border: 1px solid rgba(216,179,104,.22);
  transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .3s ease, box-shadow .35s ease; }
#cm .cm-ultimat::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, #D8B368, rgba(216,179,104,0) 70%);
  transform: scaleX(.35); transform-origin: left; transition: transform .45s cubic-bezier(.22,1,.36,1); }
#cm .cm-ultimat::after { content: attr(data-c); position: absolute; right: 16px; top: -6px;
  font-size: 92px; font-weight: 800; line-height: 1; letter-spacing: -.05em;
  color: transparent; -webkit-text-stroke: 1px rgba(216,179,104,.22); pointer-events: none; }
#cm .cm-ultimat:hover { transform: translateY(-5px); border-color: rgba(216,179,104,.5);
  box-shadow: 0 22px 44px rgba(0,0,0,.35); }
#cm .cm-ultimat:hover::before { transform: scaleX(1); }
#cm .cm-ultimat h3 { position: relative; margin: 0 0 10px; font-size: clamp(19px, 2.1vw, 22px);
  color: #E7D19B; letter-spacing: -.01em; max-width: 78%; }
#cm .cm-ultimat p { position: relative; margin: 0; font-size: 15px; line-height: 1.64; color: #C3CEDF; }
#cm.cm-anim .cm-ultimaty .cm-a:nth-child(2) { transition-delay: .09s; }
#cm.cm-anim .cm-ultimaty .cm-a:nth-child(3) { transition-delay: .18s; }
#cm.cm-anim .cm-ultimaty .cm-a:nth-child(4) { transition-delay: .27s; }
@media (max-width: 720px) {
  #cm .cm-ultimaty { grid-template-columns: 1fr; }
  #cm .cm-ultimat { padding: 24px 22px 22px; }
  #cm .cm-ultimat::after { font-size: 72px; }
  #cm .cm-ultimat h3 { max-width: 100%; }
}
#cm .cm-benefit--tym { grid-column: 1 / -1; }
#cm .cm-treneri { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 18px; }
#cm .cm-trener { display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit;
  background: rgba(255,255,255,.05); border: 1px solid rgba(216,179,104,.25); border-radius: 14px; padding: 14px 16px;
  transition: transform .25s ease, border-color .25s ease; }
#cm .cm-trener:hover { transform: translateY(-3px); border-color: rgba(216,179,104,.55); }
#cm .cm-trener img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: 50% 18%;
  border: 2px solid rgba(216,179,104,.55); flex: none; }
#cm .cm-trener b { display: block; font-size: 15.5px; color: #fff; line-height: 1.25; }
#cm .cm-trener span { display: block; font-size: 12px; color: #AEB9CC; margin-top: 2px; }
@media (max-width: 760px) { #cm .cm-treneri { grid-template-columns: 1fr; } }
#cm .cm-faq-refs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 14px 0 16px; }
#cm .cm-faq-ref { margin: 0; background: #fff; border: 1px solid rgba(22,35,59,.10); border-radius: 14px; padding: 18px 18px 14px; display: flex; flex-direction: column; }
#cm .cm-faq-ref img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(180,146,74,.5); margin-bottom: 10px; }
#cm .cm-faq-ref blockquote { margin: 0 0 10px; font-size: 14px; line-height: 1.55; color: #2E3A50; font-style: italic; flex: 1; }
#cm .cm-faq-ref figcaption { font-size: 12px; color: #7C889E; }
#cm .cm-faq-ref figcaption b { color: #132545; }
@media (max-width: 760px) { #cm .cm-faq-refs { grid-template-columns: 1fr; } }
#cm .cm-sabotery-lead { white-space: nowrap; }
@media (max-width: 860px) { #cm .cm-sabotery-lead { white-space: normal; } }
#cm .cm-vid-lede { white-space: nowrap; max-width: none; }
@media (max-width: 900px) { #cm .cm-vid-lede { white-space: normal; } }
#cm .cm-premium { background: none !important; border: 0 !important; border-radius: 0 !important;
  box-shadow: none !important; max-width: 1020px !important; margin: 38px auto 0 !important;
  padding: 26px 12px !important; position: relative; text-align: center;
  font-size: clamp(16.5px, 1.9vw, 21px) !important; line-height: 1.75 !important; }
#cm .cm-premium::before, #cm .cm-premium::after { content: ""; position: absolute; left: 50%;
  transform: translateX(-50%); width: 88px; height: 2px;
  background: linear-gradient(90deg, transparent, #B4924A, transparent); }
#cm .cm-premium::before { top: 0; }
#cm .cm-premium::after { bottom: 0; }
@media (min-width: 901px) { #cm .cm-premium { white-space: nowrap; } }
@media (max-width: 900px) { #cm .cm-premium br { display: none; } }
#cm .cm-prokoho-nadpis::before { content: "✓"; display: inline-grid; place-items: center;
  width: 26px; height: 26px; margin-right: 10px; border-radius: 50%;
  background: rgba(24,113,65,.12); color: #187141; font-size: 15px; font-weight: 800; vertical-align: -4px; }
#cm .cm-nepro { border: 1px solid rgba(179,58,58,.25) !important; border-left: 4px solid rgba(179,58,58,.55) !important;
  border-style: solid !important; background: rgba(179,58,58,.04); border-radius: 14px; }
#cm .cm-nepro h3::before { content: "×"; display: inline-grid; place-items: center;
  width: 26px; height: 26px; margin-right: 10px; border-radius: 50%;
  background: rgba(179,58,58,.12); color: #B33A3A; font-size: 17px; font-weight: 800; vertical-align: -4px; }
#cm .cm-h2-balance { text-wrap: balance; }
#cm .cm-sabotery { grid-auto-rows: 1fr; }
#cm .cm-sabotery li { display: block; padding: 22px 24px !important; font-size: 15.5px; line-height: 1.6; text-wrap: pretty; }
#cm .cm-sabotery li::before { content: "×"; position: static !important; display: inline-grid; place-items: center;
  width: 22px !important; height: 22px !important; margin-right: 10px; border-radius: 50%;
  background: rgba(179,58,58,.10); color: #B33A3A; font-size: 13px !important; font-weight: 800;
  vertical-align: -4px; line-height: 1; }
#cm .cm-persona h4::before { content: "✓"; display: inline-grid; place-items: center;
  width: 22px; height: 22px; margin-right: 9px; border-radius: 50%;
  background: rgba(24,113,65,.12); color: #187141; font-size: 13px; font-weight: 800; vertical-align: -3px; }
#cm .cm-persona-hlas { margin: 10px 0 12px; padding-left: 14px; border-left: 3px solid rgba(180,146,74,.45);
  font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: 15px;
  line-height: 1.55; color: #4A5872; }
#cm .cm-h2-dovetek { display: inline-block; margin-top: 2px; font-size: .72em; }
#cm .cm-benefity { grid-template-columns: 1fr 1fr !important; gap: 18px !important; }
#cm .cm-benefit { position: relative; overflow: hidden; border-radius: 18px !important;
  border: 1px solid transparent !important;
  background: linear-gradient(165deg, #14223D, #0F1B33) padding-box,
              linear-gradient(150deg, rgba(216,179,104,.55), rgba(216,179,104,.07) 60%) border-box !important;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease; }
#cm .cm-benefit::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, #D8B368, rgba(216,179,104,0) 70%);
  transform: scaleX(.3); transform-origin: left; transition: transform .45s cubic-bezier(.22,1,.36,1); }
#cm .cm-benefit:hover { transform: translateY(-5px); box-shadow: 0 22px 44px rgba(0,0,0,.4); }
#cm .cm-benefit:hover::before { transform: scaleX(1); }
#cm .cm-benefit--tym { grid-column: 1 / -1; }
#cm .cm-trener img { border: 2px solid #D8B368 !important; box-shadow: 0 0 0 4px rgba(216,179,104,.14); }
#cm .cm-mentori { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(216,179,104,.15); }
#cm .cm-mentori-titul { margin: 0 0 18px; text-align: center; font-size: 13px; font-weight: 700;
  letter-spacing: .06em; color: #C3CEDF; }
#cm .cm-mentori-titul span { font-weight: 600; color: #8FA0BC; }
#cm .cm-mentori-rada { position: relative; display: flex; justify-content: center; gap: 44px; }
#cm .cm-mentori-rada::before { content: ""; position: absolute; left: 8%; right: 8%; top: 26px; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(216,179,104,.65) 18%, rgba(216,179,104,.65) 82%, transparent); }
#cm .cm-mentor { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center;
  gap: 8px; text-decoration: none; transition: transform .25s ease; }
#cm .cm-mentor:hover { transform: translateY(-4px); }
#cm .cm-mentor img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; object-position: 50% 22%;
  border: 2px solid #D8B368; box-shadow: 0 0 0 4px #10203B, 0 0 0 5px rgba(216,179,104,.35); }
#cm .cm-mentor b { font-size: 11.5px; font-weight: 600; color: #C3CEDF; letter-spacing: .04em; }
@media (max-width: 760px) {
  #cm .cm-benefity { grid-template-columns: 1fr !important; }
  #cm .cm-mentori-rada { flex-wrap: wrap; gap: 22px; }
  #cm .cm-mentori-rada::before { display: none; }
}
#cm .cm-trener, #cm .cm-mentor { cursor: default; }
#cm .cm-trener:hover { transform: none; }
#cm .cm-mentor:hover { transform: none; }
#cm .cm-akord { position: relative; max-width: 860px; margin: 30px auto 0; padding-left: 54px; display: grid; gap: 12px; }
#cm .cm-akord::before { content: ""; position: absolute; left: 17px; top: 24px; bottom: 24px; width: 2px;
  background: linear-gradient(180deg, rgba(180,146,74,.15), #B4924A 15%, #B4924A 85%, rgba(180,146,74,.15)); }
#cm .cm-akrow { background: #fff; border: 1px solid rgba(22,35,59,.10); border-radius: 16px; overflow: hidden; position: relative; }
#cm .cm-akrow::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, #B4924A, rgba(180,146,74,0) 65%); opacity: 0; transition: opacity .3s ease; }
#cm .cm-akrow[open]::before, #cm .cm-akrow:hover::before { opacity: 1; }
#cm .cm-akrow summary { display: flex; align-items: center; gap: 14px; padding: 18px 48px 18px 22px; cursor: pointer; list-style: none; position: relative; }
#cm .cm-akrow summary::-webkit-details-marker { display: none; }
#cm .cm-akrow summary::after { content: ""; position: absolute; right: 20px; top: 50%; width: 9px; height: 9px;
  border-right: 2px solid #8A6D2E; border-bottom: 2px solid #8A6D2E; transform: translateY(-70%) rotate(45deg); transition: transform .25s ease; }
#cm .cm-akrow[open] summary::after { transform: translateY(-30%) rotate(225deg); }
#cm .cm-ak-c { position: absolute; left: -49px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px;
  display: grid; place-items: center; border-radius: 50%; background: #fff; border: 2px solid #B4924A;
  color: #8A6D2E; font-size: 12px; font-weight: 800; }
#cm .cm-ak-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
#cm .cm-ak-txt b { font-size: 16.5px; color: var(--ink); letter-spacing: .01em; }
#cm .cm-ak-txt em { font-style: normal; font-size: 13.5px; color: #5C6B84; }
#cm .cm-ak-datum { margin-left: auto; flex: none; font-size: 12.5px; font-weight: 700; color: #8A6D2E;
  background: rgba(180,146,74,.10); border-radius: 999px; padding: 5px 12px; white-space: nowrap; }
#cm .cm-ak-telo { padding: 0 22px 20px 22px; }
#cm .cm-ak-telo p { margin: 0 0 12px; font-size: 15px; line-height: 1.65; color: #3C4658; }
#cm .cm-ak-vysledek { padding-top: 10px; border-top: 1px solid rgba(22,35,59,.08); font-weight: 600; color: #132545 !important; }
#cm .cm-ak-vysledek::before { content: "→ "; color: #B4924A; }
@media (max-width: 640px) {
  #cm .cm-akord { padding-left: 38px; }
  #cm .cm-akord::before { left: 10px; }
  #cm .cm-ak-c { left: -38px; width: 26px; height: 26px; font-size: 11px; }
  #cm .cm-akrow summary { flex-wrap: wrap; gap: 8px; padding: 14px 40px 14px 16px; }
  #cm .cm-ak-txt b { font-size: 15px; }
  #cm .cm-ak-datum { margin-left: 0; }
}
#cm .cm-opona { display: flex; justify-content: center; margin: 0 auto 26px; }
#cm .cm-opona span { display: inline-block; background: linear-gradient(150deg, #132545, #0F1B33);
  color: #E7D19B; font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  border-radius: 999px; padding: 9px 26px; border: 1px solid rgba(216,179,104,.4); }
#cm .cm-cena-pas { display: grid; grid-template-columns: 1fr 1.15fr; gap: 18px; max-width: 1020px; margin: 0 auto 40px; align-items: start; }
#cm .cm-cena-pas .cm-dukazy { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 0; max-width: none; }
#cm .cm-cena-pas .cm-skolne { margin: 0; max-width: none; }
@media (max-width: 860px) { #cm .cm-cena-pas { grid-template-columns: 1fr; } }
#cm .cm-nab-sk, #cm .cm-cena-pas .cm-vysledek, #cm .cm-cena-pas .cm-skolne { position: relative; overflow: hidden; border-radius: 16px; }
#cm .cm-nab-sk::before, #cm .cm-cena-pas .cm-vysledek::before, #cm .cm-cena-pas .cm-skolne::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, #B4924A, rgba(180,146,74,0) 65%); }
#cm .cm-nab-sk-h { margin: 0 0 14px; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #8A6D2E; }
#cm .cmk-titul { text-align: center; margin: 0 0 6px; font-size: 19px; font-weight: 700; color: #3C4658; }
#cm .cmk-blok { max-width: 700px; }
#cm .cmk-kalk { padding: 20px; gap: 18px; border-color: rgba(22,35,59,.10); }
#cm #plan { padding-bottom: 40px; }
#cm .cm-sec:has(.cm-opona) { padding-top: 44px; }
#cm .cm-opona { margin: 0 auto 22px; }
#cm .cm-opona + .cm-h2 { margin-top: 0; }
#cm .cm-sec--slim { padding: 52px 0; }
@media (max-width: 640px) { #cm .cm-sec--slim { padding: 40px 0; } }
#cm .cm-sec--alt + .cm-sec--alt { padding-top: 0; }
#cm .cm-sec--alt + .cm-sec--alt > .cm-wrap { padding-top: 56px; border-top: 1px solid var(--line-lt); }
@media (max-width: 640px) { #cm .cm-sec--alt + .cm-sec--alt > .cm-wrap { padding-top: 40px; } }
#cm .cm-cena-pas .cm-vysledek::before { display: none; }
#cm .cm-cena-pas { margin: 64px auto 56px; }
#cm .cm-cena-pas .cm-skolne {
  background: linear-gradient(160deg, #FBF9F4 0%, #FFFFFF 60%);
  box-shadow: 0 18px 44px -18px rgba(13, 22, 38, .18);
}
#cm .cm-skolne h3 { display: flex; align-items: baseline; gap: 10px; font-size: clamp(21px, 2.3vw, 26px); }
#cm .cm-skolne h3::before { content: ""; width: 26px; height: 1px; background: var(--gold); flex: none; }
#cm .cmk-blok { margin: 72px auto 40px; padding: 0 30px; }
@media (max-width: 640px) { #cm .cmk-blok { margin-top: 48px; padding: 0 20px; } }
#cm .cmk-kalk input[type=range] { height: 28px; background-position: center; background-size: 100% 6px; background-repeat: no-repeat; }
@media (max-width: 640px) {
  #cm .cmk-kalk { padding: 16px; gap: 16px; }
  #cm .cmk-val { min-width: 78px; padding: 6px 9px; font-size: 14px; }
  #cm .cmk-staty { gap: 10px; }
  #cm .cmk-stat { padding: 14px 10px; }
}
@media (max-width: 640px) {
  #cm .cm-nab-sk { padding: 20px 18px; }
  #cm .cm-nab-p { padding: 14px 16px 14px 42px; }
  #cm .cm-nab-p::before { left: 13px; top: 14px; }
  #cm .cm-btn--velky { padding: 15px 22px; font-size: 16px; line-height: 1.25; }
  #cm .cm-faq details { padding: 0 18px; }
}
#cm .cm-vyber-mikro { color: #A9B7CC; }
#cm .cm-faq-akce { margin: 40px 0 0; display: grid; justify-items: center; gap: 12px; }
#cm .cm-faq-akce-pod { font-size: 14px; color: var(--ink-dim); }
#cm .cm-hero h1 .cm-h1-pod {
  display: block; margin-bottom: 12px;
  font-family: var(--sans); font-size: 13px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--gold-br);
  text-shadow: none;
}
@media (max-width: 640px) { #cm .cm-hero h1 .cm-h1-pod { font-size: 11.5px; letter-spacing: .12em; margin-bottom: 10px; } }
#cm .cm-kotva {
  margin: 20px auto 0; max-width: 62ch; font-size: 15px; line-height: 1.6; color: var(--txt-dim);
}
#cm .cm-kotva a {
  color: var(--gold-ink); font-weight: 700; text-decoration: underline;
  text-underline-offset: 3px; text-decoration-thickness: 1px; white-space: nowrap;
}
#cm .cm-kotva a:hover { color: var(--gold-br); text-decoration-thickness: 2px; }
#cm .cm-sec--navy .cm-kotva a, #cm .cm-hero .cm-kotva a { color: var(--gold-br); }
#cm .cm-sec--navy .cm-kotva { color: var(--txt-body); }
@media (max-width: 560px) { #cm .cm-kotva { font-size: 14px; } #cm .cm-kotva a { white-space: normal; } }
#cm .cmk-kalk { grid-template-columns: minmax(0, 1fr); }
#cm .cmk-ovladace { grid-template-columns: minmax(0, 1fr); }
#cm .cmk-pole { grid-template-columns: minmax(0, 1fr) auto; }
#cm .cmk-staty { grid-template-columns: repeat(2, minmax(0, 1fr)); }
#cm .cmk-stat { min-width: 0; }
#cm .cmk-stat b { overflow-wrap: break-word; }
#cm .cmk-kalk input[type=range] { min-width: 0; max-width: 100%; }
#cm .cmk-mira {
  max-width: 46ch; margin: 0 auto 18px; padding: 16px 20px 14px;
  background: #fff; border: 1px solid rgba(22, 35, 59, .10); border-radius: 14px;
  border-top: 2px solid var(--gold-br);
  text-align: center; font-size: 17px; line-height: 1.5; color: #2C3648;
}
#cm .cmk-mira b {
  display: block; font-size: 40px; font-weight: 800; line-height: 1;
  letter-spacing: -.02em; color: #132545; margin-bottom: 6px;
  font-variant-numeric: tabular-nums;
}
#cm .cmk-mira i {
  display: block; margin-top: 10px; font-style: normal;
  font-size: 12.5px; color: #7C889E;
}
@media (max-width: 560px) { #cm .cmk-mira { font-size: 15.5px; padding: 14px 16px 12px; } #cm .cmk-mira b { font-size: 34px; } }
@media (max-width: 700px) {
  #cm .cm-hero-foto {
    background-image: url("https://coachinguniversity.cz/wp-content/uploads/cu-cm-hero-m.webp");
  }
}
#cm .cm-podpis .cm-podpis-kdo {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin: 22px 0 0; text-align: left;
}
#cm .cm-podpis .cm-podpis-foto {
  flex: 0 0 auto; width: 72px; height: 72px; min-width: 72px;
  border-radius: 50%; object-fit: cover; object-position: 50% 22%;
  border: 2px solid var(--gold, #B4924A); background: #fff;
  box-shadow: 0 6px 18px rgba(13, 22, 38, .18);
}
#cm .cm-podpis .cm-podpis-kdo p { margin: 0; }
@media (max-width: 600px) {
  #cm .cm-podpis .cm-podpis-kdo { gap: 13px; }
  #cm .cm-podpis .cm-podpis-foto { width: 60px; height: 60px; min-width: 60px; }
}
