/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2026 | 11:04:38 */
@import url('https://fonts.googleapis.com/css2?family=Braah+One&family=Raleway:wght@300;

/* === Helpers + Elementor overrides === */

/* Marker classy pro inline-style v původním HTML — přepsáno na class. */
.has-bg-soft { background: var(--soft) !important; }
.has-bg-ink  { background: var(--ink)  !important; color: #fff; }

/* Elementor section reset — naše .hero/.section/.day/.divider/.closer
   classy řídí padding samy; potlačíme Elementor default. */
.elementor-section.hero,
.elementor-section.section,
.elementor-section.day,
.elementor-section.divider,
.elementor-section.closer {
  padding: unset;
}
.elementor-section.hero    { padding: 100px 0 80px; border-bottom: 1px solid var(--line); }
.elementor-section.section { padding: 80px 0;       border-bottom: 1px solid var(--line); }
.elementor-section.day     { padding: 80px 0;       border-bottom: 1px solid var(--line); }
.elementor-section.closer  { padding: 100px 0; background: var(--ink); color: #fff; }

/* Column .wrap → max-width container. Section je full-width. */
.elementor-column.wrap > .elementor-column-wrap,
.elementor-column.wrap > .elementor-widget-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
}
/* Vyhladit vnitřní paddings widgetů (Elementor default 0, ale jistota). */
.elementor-column.wrap .elementor-widget { margin-bottom: 0; }

/* Heading widget z buildu používá Braah One — sjednotíme s page CSS. */
.elementor-widget-heading.hero__title .elementor-heading-title,
.elementor-widget-heading.section__title .elementor-heading-title,
.elementor-widget-heading.day__title .elementor-heading-title,
.elementor-widget-heading.closer__title .elementor-heading-title {
  font-family: var(--head);
  font-weight: 400;
}
.elementor-widget-heading.section__title .elementor-heading-title {
  font-size: clamp(32px, 4.5vw, 52px); line-height: 1.05; margin: 0 0 16px;
}
.elementor-widget-heading.hero__title .elementor-heading-title {
  font-size: clamp(46px, 8vw, 110px); line-height: 0.95; letter-spacing: -1px;
}


/* === projektovy-tyden.custom_css.txt === */
400;500;600;700;800&display=swap&subset=latin,latin-ext');
:root {
  --bg:        #ffffff;
  --ink:       #0f0f0f;
  --ink-soft:  #2a2a2a;
  --muted:     #6b6b6b;
  --line:      #ececec;
  --line-2:    #f4f4f4;
  --accent:    #DD2B1C;
  --soft:      #fafafa;

  --head: 'Braah One', system-ui, sans-serif;
  --body: 'Raleway', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 70px; }
html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--ink); }
a:hover { color: var(--accent); }

/* ==== Top bar ==== */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.topbar__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.topbar__brand {
  font-family: var(--head);
  font-size: 18px;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: var(--ink);
}
.topbar__brand .dot { color: var(--accent); }
.topbar__nav {
  display: flex;
  gap: 22px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.topbar__nav a { text-decoration: none; }

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ==== Hero ==== */
.hero {
  padding: 100px 0 80px;
  border-bottom: 1px solid var(--line);
}
.hero__tag {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.hero__title {
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(46px, 8vw, 110px);
  line-height: 0.95;
  letter-spacing: -1px;
  margin: 0 0 20px;
}
.hero__title .accent { color: var(--accent); }
.hero__lead {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
  max-width: 700px;
  color: var(--ink-soft);
  margin: 0 0 30px;
}
.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
}
.hero__meta span strong {
  color: var(--accent);
  display: block;
  font-size: 28px;
  font-family: var(--head);
  font-weight: 400;
  letter-spacing: 0;
}

/* ==== Overview / quicknav ==== */
.overview {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  margin-top: 30px;
}
.overview__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 16px 20px 0;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  text-decoration: none;
  transition: padding 0.15s;
}
.overview__item:last-child { border-right: 0; }
.overview__item:hover { padding-left: 8px; }
.overview__item:hover .overview__name { color: var(--accent); }
.overview__num {
  font-family: var(--head);
  font-size: 22px;
  color: var(--accent);
}
.overview__day {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.overview__name {
  font-family: var(--head);
  font-size: 17px;
  line-height: 1.2;
  color: var(--ink);
  transition: color 0.15s;
}

/* ==== Section labels ==== */
.section {
  padding: 80px 0;
  border-bottom: 1px solid var(--line);
}
.section__label {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.section__title {
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.05;
  margin: 0 0 16px;
}
.section__lead {
  font-size: 16px;
  color: var(--ink-soft);
  max-width: 720px;
  margin-bottom: 0;
}

/* ==== Day section ==== */
.day {
  padding: 80px 0;
  border-bottom: 1px solid var(--line);
}
.day:nth-of-type(even) { background: var(--soft); }
.day__head {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  margin-bottom: 48px;
  align-items: start;
}
.day__num {
  font-family: var(--head);
  font-size: clamp(80px, 12vw, 150px);
  line-height: 0.85;
  color: var(--accent);
  letter-spacing: -3px;
}
.day__label {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.day__title {
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1;
  margin: 0 0 12px;
}
.day__sub {
  font-size: 16px;
  color: var(--ink-soft);
  max-width: 640px;
}

/* ==== Timeline ==== */
.timeline {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.titem {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.titem__time {
  font-family: var(--head);
  font-size: 17px;
  color: var(--accent);
  letter-spacing: 0;
  padding-top: 3px;
  white-space: nowrap;
}
.titem__title {
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.1;
  margin: 0 0 10px;
  color: var(--ink);
}
.titem__body {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.titem__body ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.titem__body ul li {
  position: relative;
  padding: 6px 0 6px 20px;
  border-bottom: 1px solid var(--line-2);
  font-size: 14px;
  line-height: 1.5;
}
.titem__body ul li:last-child { border-bottom: 0; }
.titem__body ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 14px;
  width: 7px; height: 7px;
  background: var(--accent);
}
.titem.is-work {
  background: var(--bg);
}
.titem.is-work .titem__time { color: var(--muted); }
.titem.is-work .titem__title { color: var(--ink-soft); }

/* ==== Voting table ==== */
.vote-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 14px;
}
.vote-box {
  border: 1px solid var(--line);
  padding: 20px 22px;
}
.vote-box__h {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--ink);
}
.vote-box ul {
  list-style: none;
  margin: 0; padding: 0;
}
.vote-box ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid var(--line-2);
  font-size: 14px;
}
.vote-box ul li:last-child { border-bottom: 0; }
.vote-box ul li .pts {
  font-family: var(--head);
  font-size: 20px;
  color: var(--accent);
}
.vote-box ul li .pts.neg { color: var(--muted); }

/* ==== Org structure ==== */
.org-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 14px;
}
.org-card {
  border: 1px solid var(--line);
  padding: 20px 22px;
}
.org-card.is-key {
  border-top: 4px solid var(--accent);
}
.org-card__num {
  font-family: var(--head);
  font-size: 36px;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 4px;
}
.org-card__title {
  font-family: var(--head);
  font-size: 18px;
  margin: 0 0 8px;
  line-height: 1.1;
}
.org-card__desc {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.55;
}

/* ==== Areas showcase ==== */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 14px;
}
.area-card {
  border: 1px solid var(--line);
  padding: 28px 24px;
}
.area-card__letter {
  font-family: var(--head);
  font-size: 64px;
  line-height: 0.85;
  color: var(--accent);
  margin-bottom: 12px;
}
.area-card__title {
  font-family: var(--head);
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1.1;
}
.area-card ul {
  list-style: none; margin: 0; padding: 0;
}
.area-card ul li {
  position: relative;
  padding: 5px 0 5px 18px;
  border-bottom: 1px solid var(--line-2);
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.45;
}
.area-card ul li:last-child { border-bottom: 0; }
.area-card ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 12px;
  width: 7px; height: 7px;
  background: var(--accent);
}

/* ==== Hodnocení section ==== */
.eval-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
}
.eval-card {
  background: var(--ink);
  color: #fff;
  padding: 40px 36px;
}
.eval-card__tag {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.eval-card__title {
  font-family: var(--head);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.1;
  margin: 0 0 28px;
  color: #fff;
}
.eval-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  align-items: start;
}
.eval-row:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
.eval-row__pct {
  font-family: var(--head);
  font-size: 36px;
  color: var(--accent);
  line-height: 1;
}
.eval-row__title {
  font-family: var(--head);
  font-size: 16px;
  margin: 0 0 4px;
  color: #fff;
}
.eval-row__desc {
  font-size: 13px;
  color: #b0b0b0;
  line-height: 1.5;
}

/* ==== Closer ==== */
.closer {
  background: var(--ink);
  color: #fff;
  padding: 100px 0;
}
.closer__label {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.closer__title {
  font-family: var(--head);
  font-size: clamp(54px, 9vw, 120px);
  line-height: 0.92;
  letter-spacing: -2px;
  margin: 0 0 30px;
  color: #fff;
}
.closer__title .accent { color: var(--accent); }
.closer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  font-family: var(--body);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 36px;
}
.closer__meta span { margin-right: 6px; }
.closer__meta .dot {
  display: inline-block;
  width: 7px; height: 7px;
  background: var(--accent);
  margin: 0 14px 2px 8px;
  vertical-align: middle;
}
.closer__note {
  margin-top: 24px;
  font-style: italic;
  color: #888;
  font-size: 15px;
  max-width: 560px;
}

/* ==== Responsive ==== */
@media (max-width: 860px) {
  .overview { grid-template-columns: repeat(3, 1fr); }
  .overview__item:nth-child(3) { border-right: 0; }
  .day__head { grid-template-columns: 1fr; gap: 12px; }
  .day__num { font-size: 80px; }
  .titem { grid-template-columns: 100px 1fr; gap: 16px; }
  .vote-grid { grid-template-columns: 1fr; }
  .org-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: 1fr; }
  .eval-grid { grid-template-columns: 1fr; }
  .wrap { padding: 0 18px; }
}
@media (max-width: 560px) {
  .overview { grid-template-columns: 1fr 1fr; }
  .titem { grid-template-columns: 1fr; }
  .titem__time { font-size: 13px; }
  .closer__meta span { display: block; margin: 4px 0; }
  .closer__meta .dot { display: none; }
}

/* === vyukovy-plan.custom_css.txt === */
400;500;600;700;800&display=swap&subset=latin,latin-ext');
:root {
  --bg:        #ffffff;
  --ink:       #0f0f0f;
  --ink-soft:  #2a2a2a;
  --muted:     #6b6b6b;
  --line:      #ececec;
  --line-2:    #f4f4f4;
  --accent:    #DD2B1C;
  --soft:      #fafafa;

  --head: 'Braah One', system-ui, sans-serif;
  --body: 'Raleway', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 70px; }
html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--ink); }
a:hover { color: var(--accent); }

/* ==== Top bar ==== */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.topbar__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.topbar__brand {
  font-family: var(--head);
  font-size: 18px;
  letter-spacing: 0.5px;
}
.topbar__brand .dot { color: var(--accent); }
.topbar__nav {
  display: flex;
  gap: 22px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.topbar__nav a { text-decoration: none; }

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ==== Hero ==== */
.hero {
  padding: 100px 0 80px;
  border-bottom: 1px solid var(--line);
}
.hero__tag {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.hero__title {
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(46px, 8vw, 110px);
  line-height: 0.95;
  letter-spacing: -1px;
  margin: 0 0 20px;
}
.hero__title .accent { color: var(--accent); }
.hero__lead {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
  max-width: 700px;
  color: var(--ink-soft);
  margin: 0 0 30px;
}
.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
}
.hero__meta span strong { color: var(--accent); display: block; font-size: 28px; font-family: var(--head); font-weight: 400; letter-spacing: 0; }

/* ==== Section labels ==== */
.section {
  padding: 80px 0;
  border-bottom: 1px solid var(--line);
}
.section__label {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.section__title {
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.05;
  margin: 0 0 16px;
}
.section__lead {
  font-size: 16px;
  color: var(--ink-soft);
  max-width: 720px;
  margin-bottom: 30px;
}

/* ==== Overview list ==== */
.overview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  margin-top: 30px;
}
.overview__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  align-items: baseline;
  padding-right: 20px;
  transition: padding 0.15s, color 0.15s;
}
.overview__item:nth-child(odd) { padding-right: 30px; }
.overview__item:hover { padding-left: 8px; }
.overview__item:hover .overview__name { color: var(--accent); }
.overview__num {
  font-family: var(--head);
  font-size: 22px;
  color: var(--accent);
  letter-spacing: 0;
}
.overview__when {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 2px;
}
.overview__name {
  font-family: var(--head);
  font-size: 19px;
  line-height: 1.15;
  color: var(--ink);
  transition: color 0.15s;
}

/* ==== Week section ==== */
.week {
  padding: 80px 0;
  border-bottom: 1px solid var(--line);
}
.week:nth-of-type(even) { background: var(--soft); }
.week__head {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  margin-bottom: 40px;
  align-items: start;
}
.week__num {
  font-family: var(--head);
  font-size: clamp(56px, 9vw, 110px);
  line-height: 0.85;
  color: var(--accent);
  letter-spacing: -2px;
}
.week__when {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.week__title {
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  margin: 0 0 12px;
}
.week__sub {
  font-size: 16px;
  color: var(--ink-soft);
  max-width: 640px;
}

.week__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 8px;
}
.col__h {
  font-family: var(--body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--ink);
}
.col__sub {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 16px;
}

.col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.col ul li {
  position: relative;
  padding: 8px 0 8px 22px;
  border-bottom: 1px solid var(--line-2);
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
}
.col ul li:last-child { border-bottom: 0; }
.col ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 16px;
  width: 8px; height: 8px;
  background: var(--accent);
}

/* ==== Prompt expander ==== */
.prompt {
  margin-top: 36px;
  border: 1px solid var(--line);
  background: var(--bg);
}
.week:nth-of-type(even) .prompt { background: #fff; }
.prompt summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: color 0.15s;
}
.prompt summary:hover { color: var(--accent); }
.prompt summary::-webkit-details-marker { display: none; }
.prompt summary::after {
  content: "+";
  font-family: var(--head);
  font-size: 22px;
  color: var(--accent);
  line-height: 1;
  transition: transform 0.2s;
}
.prompt[open] summary::after { content: "−"; }

.prompt__body {
  border-top: 1px solid var(--line);
  padding: 22px;
}
.prompt__actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}
.copy-btn {
  background: var(--ink);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  font-family: var(--body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s;
}
.copy-btn:hover { background: var(--accent); }
.copy-btn.is-copied { background: var(--accent); }
.prompt pre {
  margin: 0;
  font-family: 'JetBrains Mono', ui-monospace, Menlo, monospace;
  font-size: 13px;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
  color: var(--ink-soft);
  background: var(--soft);
  padding: 18px 20px;
  border: 1px solid var(--line);
}

/* ==== Fair callout ==== */
.fair {
  background: var(--ink);
  color: #fff;
  padding: 80px 0;
  border-bottom: 1px solid var(--ink);
}
.fair .section__label { color: var(--accent); }
.fair .section__title { color: #fff; }
.fair .section__lead { color: #cfcfcf; }
.fair__date {
  font-family: var(--head);
  font-size: clamp(80px, 14vw, 180px);
  color: #fff;
  line-height: 0.85;
  margin-bottom: 12px;
}
.fair__date .accent { color: var(--accent); }

/* ==== Checklist ==== */
.checklist__intro {
  font-size: 16px;
  color: var(--ink-soft);
  max-width: 760px;
  margin-bottom: 12px;
}
.checklist__legend {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 32px;
}
.checklist__legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tag {
  display: inline-block;
  font-family: var(--body);
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 1.5px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 3px 8px;
  text-transform: uppercase;
  white-space: nowrap;
}
.tag--week { color: var(--accent); border-color: var(--accent); }
.tag--gen  { color: var(--ink); border-color: var(--ink); }
.tag--p    { color: #fff; background: var(--ink); border-color: var(--ink); }

.discipline {
  border-top: 1px solid var(--line);
  padding: 28px 0;
}
.discipline:last-child { border-bottom: 1px solid var(--line); }
.discipline__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: baseline;
  margin-bottom: 16px;
}
.discipline__name {
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1;
  margin: 0;
}
.discipline__count {
  font-family: var(--body);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--muted);
  text-transform: uppercase;
}

.checklist-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 36px;
}
.checklist-items li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-2);
  font-size: 14px;
  line-height: 1.4;
}

/* ==== Footer ==== */
.footer {
  padding: 60px 0 80px;
  font-size: 13px;
  color: var(--muted);
}
.footer p { margin: 0 0 6px; }

/* ==== Responsive ==== */
@media (max-width: 820px) {
  .topbar__nav { gap: 14px; font-size: 11px; }
  .topbar__nav a:not(:last-child) { display: none; }
  .overview { grid-template-columns: 1fr; }
  .overview__item { padding-right: 0 !important; }
  .week__head { grid-template-columns: 1fr; gap: 8px; }
  .week__num { font-size: 64px; }
  .week__cols { grid-template-columns: 1fr; gap: 28px; }
  .checklist-items { grid-template-columns: 1fr; }
  .hero { padding: 60px 0 50px; }
  .hero__meta { gap: 18px; }
  .section { padding: 56px 0; }
  .week { padding: 56px 0; }
}

/* === kriteria-uspechu.custom_css.txt === */
400;500;600;700;800&display=swap&subset=latin,latin-ext');
/* ==== Page-3 specific (sdílí design system s Page 1/2) ==== */

/* Manifest section — velké dvouřádkové sdělení */
.manifest__lines {
  font-family: var(--head);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -1px;
  margin: 12px 0 30px;
}
.manifest__lines .line {
  font-size: clamp(40px, 7vw, 86px);
  display: block;
}
.manifest__lines .line .accent { color: var(--accent); }
.manifest__copy {
  max-width: 720px;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.6;
  color: var(--ink-soft);
}

/* Two paths: dvojice good/bad */
.paths-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}
.path-card {
  border: 1px solid var(--line);
  padding: 28px 24px;
}
.path-card.is-good { border-top: 4px solid var(--accent); }
.path-card.is-bad  { border-top: 4px solid var(--ink); background: var(--soft); }
.path-card__title {
  font-family: var(--head);
  font-size: 22px;
  margin: 0 0 16px;
  line-height: 1.1;
}
.path-card ul {
  list-style: none; margin: 0; padding: 0;
}
.path-card ul li {
  position: relative;
  padding: 8px 0 8px 18px;
  border-bottom: 1px solid var(--line-2);
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.path-card ul li:last-child { border-bottom: 0; }
.path-card ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 16px;
  width: 7px; height: 7px;
  background: var(--accent);
}
.paths__note {
  margin-top: 26px;
  font-size: 14px;
  color: var(--muted);
  font-style: italic;
}

/* Big-number divider sekce ("10." / "3.") */
.divider {
  padding: clamp(60px, 9vw, 110px) 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.divider__label {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}
.divider__big {
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(140px, 24vw, 280px);
  line-height: 0.85;
  letter-spacing: -6px;
  color: var(--accent);
  margin: 0;
}
.divider__big .dot { color: var(--ink); }
.divider__name {
  font-family: var(--head);
  font-size: clamp(20px, 2.5vw, 28px);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 12px 0 0;
}
.divider__sub {
  margin-top: 12px;
  font-size: 16px;
  color: var(--ink-soft);
  max-width: 640px;
}

/* Criterion list — 10 očíslovaných karet */
.criteria {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}
.criterion {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.criterion__num {
  font-family: var(--head);
  font-size: clamp(48px, 6vw, 72px);
  line-height: 0.85;
  color: var(--accent);
  letter-spacing: -2px;
}
.criterion__name {
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 28px);
  line-height: 1.1;
  margin: 0 0 8px;
}
.criterion__hook {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 14px;
}
.criterion__body p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 8px;
}
.criterion__body p:last-child { margin-bottom: 0; }

/* Area cards — Page-3 rozšiřuje ty z Page 1: doplňuje __tag a callouty */
.area-card__tag {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 14px;
  line-height: 1.5;
}
.area-card__h {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ink);
  margin: 18px 0 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line-2);
}
.area-card__row {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.callout {
  border-left: 3px solid var(--accent);
  padding: 12px 14px;
  background: var(--soft);
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.callout strong {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 4px;
}
.callout.is-warn {
  border-left-color: var(--ink);
  background: #fff;
}
.callout.is-warn strong { color: var(--ink); }

/* Closer extras pro Page 3 */
.closer__quote {
  margin-top: 40px;
  font-style: italic;
  color: #b0b0b0;
  font-size: 15px;
  max-width: 560px;
}

/* Odpověď: radio vlevo, text vedle */

.ff-test  .elementor-field-type-radio .elementor-field-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}


.ff-test  .elementor-field-type-radio .elementor-field-option input[type="radio"] {
    margin: 4px 0 0 0;
    flex-shrink: 0;
}


.ff-test  .elementor-field-type-radio .elementor-field-option label {
    margin: 0;
    cursor: pointer;
    flex: 1;
}

@media (max-width: 860px) {
  .paths-grid { grid-template-columns: 1fr; }
  .criterion { grid-template-columns: 80px 1fr; gap: 16px; }
}
@media (max-width: 560px) {
  .criterion { grid-template-columns: 1fr; gap: 8px; }
}
