.elementor-4550 .elementor-element.elementor-element-7014fa5{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-4550 .elementor-element.elementor-element-fb6212d{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-4550 .elementor-element.elementor-element-8586625{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-4550 .elementor-element.elementor-element-201078f{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-4550 .elementor-element.elementor-element-a97458a{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-4550 .elementor-element.elementor-element-956d5eb{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-4550 .elementor-element.elementor-element-0786016{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Braah+One&family=Raleway:wght@300;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;
  --tip-bg:    #fff8e1;
  --tip-border:#f4b942;

  --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.65;
  -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: 1280px;
  margin: 0 auto;
  padding: 14px 40px;
  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: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.wrap--narrow {
  max-width: 900px;
}

/* ==== Hero ==== */
.hero {
  padding: 140px 0 100px;
  border-bottom: 1px solid var(--line);
}
.hero__kicker {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 28px;
}
.hero__title {
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(58px, 12vw, 180px);
  line-height: 0.9;
  letter-spacing: -2px;
  margin: 0 0 32px;
  color: var(--ink);
}
.hero__title .accent { color: var(--accent); }
.hero__lead {
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
  max-width: 800px;
  color: var(--ink-soft);
  margin: 0;
}

/* ==== Sekce (návodový krok) ==== */
.step {
  padding: 120px 0 60px;
  border-bottom: 1px solid var(--line);
}
.step--last { border-bottom: 0; }
.step__num {
  font-family: var(--head);
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 22px;
}
.step__title {
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(54px, 9vw, 120px);
  line-height: 0.92;
  letter-spacing: -2px;
  margin: 0 0 28px;
  color: var(--ink);
  max-width: 1100px;
}
.step__title .accent { color: var(--accent); }
.step__lead {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 720px;
  margin: 0 0 56px;
}

/* ==== Body sekce — odstavce + seznamy ==== */
.step__body {
  max-width: 820px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.step__body p {
  margin: 0 0 20px;
}
.step__body h3 {
  font-family: var(--head);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  margin: 40px 0 14px;
  color: var(--ink);
}
.step__body ul, .step__body ol {
  margin: 0 0 28px;
  padding: 0 0 0 0;
  list-style: none;
}
.step__body ul li {
  position: relative;
  padding: 8px 0 8px 22px;
  border-bottom: 1px solid var(--line-2);
  font-size: 16px;
  line-height: 1.55;
}
.step__body ul li:last-child { border-bottom: 0; }
.step__body ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 18px;
  width: 8px; height: 8px;
  background: var(--accent);
}
.step__body ol {
  counter-reset: olc;
}
.step__body ol li {
  counter-increment: olc;
  position: relative;
  padding: 8px 0 8px 38px;
  border-bottom: 1px solid var(--line-2);
  font-size: 16px;
  line-height: 1.55;
}
.step__body ol li:last-child { border-bottom: 0; }
.step__body ol li::before {
  content: counter(olc) ".";
  position: absolute;
  left: 0; top: 8px;
  font-family: var(--head);
  font-size: 18px;
  color: var(--accent);
}
.step__body strong { color: var(--ink); font-weight: 700; }
.step__body em { font-style: italic; }
.step__body a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.step__body a:hover { color: var(--ink); }

/* ==== Example placeholder (místo na foto / příklad) ==== */
.example {
  margin: 36px 0;
  border: 1.5px dashed var(--line);
  background: var(--soft);
  padding: 56px 24px;
  text-align: center;
  font-family: var(--head);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--muted);
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.example__hint {
  font-family: var(--body);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--muted);
  max-width: 480px;
  line-height: 1.55;
}
.example img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ==== Tip box ==== */
.tip {
  margin: 32px 0;
  padding: 26px 32px;
  background: var(--tip-bg);
  border-left: 6px solid var(--tip-border);
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  align-items: start;
}
.tip__label {
  font-family: var(--head);
  font-size: 22px;
  color: #8a5a00;
  line-height: 1;
}
.tip__body {
  font-size: 15.5px;
  line-height: 1.6;
  color: #4a3500;
}
.tip__body p { margin: 0 0 10px; }
.tip__body p:last-child { margin: 0; }
.tip__body a { color: #8a5a00; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.tip__body a:hover { color: #4a3500; }
.tip__body strong { color: #4a3500; }

/* ==== 2-sloupcový grid (např. pro paralely / příklady) ==== */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 36px 0;
}
.grid-2 > * { min-width: 0; }

/* ==== Karta s nadpisem + tělem (univerzální) ==== */
.box {
  border: 1px solid var(--line);
  padding: 28px 30px;
  background: var(--bg);
}
.box__title {
  font-family: var(--head);
  font-size: 22px;
  margin: 0 0 10px;
  color: var(--ink);
  line-height: 1.15;
}
.box__body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.box__body ul { margin: 6px 0 0; padding: 0; list-style: none; }
.box__body ul li {
  position: relative;
  padding: 4px 0 4px 18px;
  font-size: 14px;
  line-height: 1.5;
}
.box__body ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 11px;
  width: 6px; height: 6px;
  background: var(--accent);
}
.box.is-warn { border-color: var(--tip-border); background: var(--tip-bg); }

/* ==== Numerovaný "criterion" blok (pro kriteria-uspechu) ==== */
.crit {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 32px;
  padding: 48px 0;
  border-top: 1px solid var(--line);
  max-width: 1100px;
}
.crit__num {
  font-family: var(--head);
  font-size: 64px;
  line-height: 0.9;
  color: var(--accent);
  letter-spacing: -2px;
}
.crit__title {
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
  margin: 0 0 10px;
  color: var(--ink);
}
.crit__hook {
  font-size: 17px;
  font-style: italic;
  color: var(--accent);
  margin: 0 0 22px;
  max-width: 680px;
}
.crit__body {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 680px;
}
.crit__body p { margin: 0 0 14px; }
.crit__body p:last-child { margin: 0; }

/* ==== Manifest velké pruhy ==== */
.manifest {
  padding: 120px 0;
  border-bottom: 1px solid var(--line);
}
.manifest__line {
  display: block;
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(48px, 9vw, 130px);
  line-height: 0.95;
  letter-spacing: -2px;
  color: var(--ink);
  margin: 0 0 10px;
}
.manifest__line .accent { color: var(--accent); }
.manifest__copy {
  margin-top: 36px;
  font-size: 17px;
  line-height: 1.65;
  max-width: 760px;
  color: var(--ink-soft);
}

/* ==== Closer ==== */
.closer {
  padding: 140px 0;
  background: var(--ink);
  color: #fff;
}
.closer__kicker {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 24px;
}
.closer__title {
  font-family: var(--head);
  font-weight: 400;
  font-size: clamp(58px, 11vw, 160px);
  line-height: 0.92;
  letter-spacing: -2px;
  margin: 0 0 32px;
  color: #fff;
}
.closer__title .accent { color: var(--accent); }
.closer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 28px;
}
.closer__meta .dot {
  display: inline-block;
  width: 7px; height: 7px;
  background: var(--accent);
  margin: 0 4px 2px 4px;
  vertical-align: middle;
}
.closer__quote {
  margin-top: 30px;
  font-style: italic;
  font-size: 17px;
  color: #b0b0b0;
  max-width: 700px;
}

/* ==== Responsive ==== */
@media (max-width: 860px) {
  .wrap { padding: 0 22px; }
  .hero { padding: 80px 0 60px; }
  .step { padding: 80px 0 40px; }
  .grid-2 { grid-template-columns: 1fr; gap: 18px; }
  .crit { grid-template-columns: 1fr; gap: 8px; padding: 32px 0; }
  .crit__num { font-size: 48px; }
  .tip { grid-template-columns: 1fr; gap: 10px; padding: 22px 24px; }
  .manifest { padding: 80px 0; }
  .closer { padding: 80px 0; }
}/* End custom CSS */