html, body { margin: 0; padding: 0; background: #fff; }
#tcu {
  --navy: #0D1626;
  --navy-900: #131C31;
  --lift: #2B3E63;
  --gold: #B4924A;
  --gold-br: #D8B368;
  --gold-soft: #E7D19B;
  --gold-ink: #8A6D2E;
  --blue: #0A74E0;
  --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);
  --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;
}
#tcu * { box-sizing: border-box; }
#tcu img { max-width: 100%; }
#tcu .tcu-wrap { max-width: 1180px; margin: 0 auto; padding: 0 30px; }
#tcu .tcu-uzko { max-width: 780px; }
#tcu .tcu-stred { text-align: center; }
#tcu .tcu-sec { padding: 58px 0; position: relative; }
#tcu .tcu-sec--slim { padding: 66px 0; }
#tcu .tcu-sec--lt { background: var(--pg); }
#tcu .tcu-sec--alt { background: var(--pg-alt); }
#tcu .tcu-sec--navy { background: var(--navy); color: var(--txt-body); }
#tcu .tcu-sec--navy::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(720px 340px at 82% -60px, rgba(43, 62, 99, .55), transparent 70%),
    radial-gradient(560px 300px at 8% 104%, rgba(180, 146, 74, .12), transparent 70%);
}
#tcu .tcu-sec--navy > .tcu-wrap { position: relative; z-index: 1; }
#tcu .tcu-eyebrow {
  margin: 0 0 12px; font-size: 12.5px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold-ink);
}
#tcu .tcu-sec--navy .tcu-eyebrow, #tcu .tcu-hero .tcu-eyebrow { color: var(--gold-br); }
#tcu h2 {
  margin: 0 0 18px; font-weight: 700; letter-spacing: -.015em;
  font-size: clamp(26px, 3.4vw, 38px); line-height: 1.16; color: var(--ink); text-wrap: balance;
}
#tcu .tcu-sec--navy h2 { color: #fff; }
#tcu .tcu-hook {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(28px, 4vw, 44px); letter-spacing: -.01em;
}
#tcu .tcu-hook em { font-style: italic; color: var(--gold-ink); }
#tcu .tcu-hook--navy { color: #fff; }
#tcu .tcu-hook--navy em { color: var(--gold-br); }
#tcu .tcu-lede { margin: 0 auto; max-width: 640px; font-size: 17.5px; line-height: 1.65; color: var(--ink-mid); }
#tcu .tcu-sec--navy .tcu-lede { color: var(--txt-body); }
#tcu .tcu-text p { margin: 0 0 18px; font-size: 17px; line-height: 1.75; color: var(--ink-mid); }
#tcu .tcu-text p:last-child { margin-bottom: 0; }
#tcu .tcu-text strong { color: var(--ink); }
#tcu .tcu-btn {
  display: inline-block; padding: 14px 28px; border-radius: 999px; border: 0;
  font-family: var(--sans); font-size: 15.5px; font-weight: 700; line-height: 1.2;
  text-decoration: none; cursor: pointer; transition: background .15s, border-color .15s, color .15s;
}
#tcu .tcu-btn--zlaty { background: var(--gold-br); color: #160F00; }
#tcu .tcu-btn--zlaty:hover { background: var(--gold-soft); }
#tcu .tcu-btn--ghost { background: none; color: #fff; border: 1px solid rgba(216, 179, 104, .55); }
#tcu .tcu-btn--ghost:hover { background: rgba(216, 179, 104, .10); }
#tcu .tcu-sipka { font-size: 14.5px; font-weight: 700; color: var(--blue); text-decoration: none; }
#tcu .tcu-sipka:hover { text-decoration: underline; }
#tcu .tcu-hero {
  position: relative; overflow: hidden;
  background: var(--navy); color: var(--txt-body); padding: 44px 0 76px;
}
#tcu .tcu-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(780px 420px at 78% 18%, rgba(43, 62, 99, .6), transparent 70%),
    radial-gradient(520px 300px at 6% 100%, rgba(180, 146, 74, .14), transparent 70%);
}
#tcu .tcu-hero-mriz {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center;
}
#tcu .tcu-drobky { margin: 0 0 26px; font-size: 12.5px; color: var(--txt-dim); }
#tcu .tcu-drobky a { color: var(--txt-dim); text-decoration: none; }
#tcu .tcu-drobky a:hover { color: var(--gold-br); }
#tcu .tcu-hero h1 {
  margin: 0 0 12px; color: #fff; font-weight: 700; letter-spacing: -.02em;
  font-size: clamp(36px, 5vw, 58px); line-height: 1.05;
}
#tcu .tcu-tagline {
  margin: 0 0 18px; font-family: var(--serif); font-style: italic;
  font-size: clamp(17px, 1.8vw, 21px); color: var(--gold-soft);
}
#tcu .tcu-hero .tcu-lede { margin: 0 0 30px; max-width: 54ch; color: var(--txt-body); }
#tcu .tcu-staty {
  display: grid; grid-template-columns: repeat(4, auto); gap: 18px 42px;
  justify-content: start; margin: 0; padding-top: 26px;
  border-top: 1px solid rgba(216, 179, 104, .28);
}
#tcu .tcu-staty b {
  display: block; font-size: clamp(26px, 2.6vw, 34px); font-weight: 700; white-space: nowrap;
  color: var(--gold-br); letter-spacing: -.02em; line-height: 1.1; font-variant-numeric: tabular-nums;
}
#tcu .tcu-staty > div > span { display: block; margin-top: 4px; font-size: 12.5px; color: var(--txt-dim); max-width: 15ch; }
#tcu .tcu-mozaika {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0;
}
#tcu .tcu-mozaika > figure { margin: 0; border-radius: 16px; overflow: hidden; position: relative; aspect-ratio: 1; }
#tcu .tcu-mozaika > figure:nth-child(3n+2) { transform: translateY(22px); }
#tcu .tcu-mozaika img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: saturate(.86) contrast(1.05) brightness(1.01) sepia(.08);
  transition: filter .45s ease, transform .45s ease;
}
#tcu .tcu-mozaika > figure::after {
  content: ""; position: absolute; inset: 0; border-radius: 16px;
  border: 1px solid rgba(216, 179, 104, .22);
  background: linear-gradient(180deg, rgba(13, 22, 38, 0) 55%, rgba(13, 22, 38, .38));
  pointer-events: none; transition: opacity .45s ease;
}
#tcu .tcu-mozaika > figure:hover img { filter: none; transform: scale(1.045); }
#tcu .tcu-mozaika > figure:hover::after { opacity: .35; }
#tcu .tcu-mozaika figcaption {
  position: absolute; left: 10px; bottom: 8px; z-index: 1;
  font-size: 11px; font-weight: 600; letter-spacing: .04em; color: #fff;
  opacity: 0; transform: translateY(4px); transition: opacity .3s ease, transform .3s ease;
  text-shadow: 0 1px 8px rgba(0,0,0,.55);
}
#tcu .tcu-mozaika > figure:hover figcaption { opacity: 1; transform: none; }
#tcu .tcu-manifest-linka {
  width: 64px; height: 2px; margin: 0 auto 26px;
  background: linear-gradient(90deg, transparent, var(--gold-br), transparent);
}
#tcu .tcu-radek {
  display: grid; grid-template-columns: .88fr 1.12fr; gap: 56px; align-items: stretch;
}
#tcu .tcu-radek-foto {
  margin: 0; position: relative; border-radius: 20px; overflow: hidden;
  background: var(--navy); min-height: 480px;
  display: flex; align-items: flex-end; justify-content: center;
  box-shadow: 0 30px 70px rgba(13, 22, 38, .28);
}
#tcu .tcu-radek-foto::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(420px 300px at 72% 12%, rgba(43, 62, 99, .8), transparent 70%),
    radial-gradient(360px 240px at 12% 96%, rgba(180, 146, 74, .22), transparent 70%);
}
#tcu .tcu-radek-foto img { position: relative; z-index: 1; display: block; width: min(400px, 88%); height: auto; max-height: calc(100% - 52px); object-fit: contain; object-position: bottom; }
#tcu .tcu-radek-foto figcaption {
  position: absolute; left: 22px; top: 20px; z-index: 2;
  font-size: 11.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--gold-br);
}
#tcu .tcu-radek-fakta { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 26px; padding: 0; list-style: none; }
#tcu .tcu-radek-fakta li {
  font-size: 13px; font-weight: 600; color: var(--ink-mid);
  padding: 8px 14px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line-lt);
  box-shadow: 0 1px 4px rgba(11, 18, 32, .05);
}
#tcu .tcu-radek-fakta b { color: var(--gold-ink); font-weight: 700; }
#tcu .tcu-citat { margin: 26px 0; padding: 6px 0 6px 26px; border-left: 3px solid var(--gold-br); }
#tcu .tcu-citat p {
  margin: 0; font-family: var(--serif); font-style: italic;
  font-size: clamp(18px, 2vw, 22px); line-height: 1.5; color: var(--ink);
}
#tcu .tcu-citat footer { margin-top: 10px; font-size: 12.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-dim); }
#tcu .tcu-duo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 46px; }
#tcu .tcu-duo-karta {
  background: #fff; border: 1px solid var(--line-lt); border-radius: 20px; overflow: hidden;
  box-shadow: 0 2px 12px rgba(11, 18, 32, .05);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex; flex-direction: column;
}
#tcu .tcu-duo-karta:hover { transform: translateY(-5px); box-shadow: 0 26px 56px rgba(16, 24, 40, .16); }
#tcu .tcu-duo-foto { position: relative; aspect-ratio: 5 / 4.5; overflow: hidden; background: var(--navy-900); }
#tcu .tcu-duo-foto img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
  transition: opacity .5s ease, transform .5s ease;
}
#tcu .tcu-duo-foto .tcu-foto-akce { opacity: 0; transform: scale(1.05); }
#tcu .tcu-duo-karta:hover .tcu-foto-akce { opacity: 1; transform: scale(1); }
#tcu .tcu-duo-foto::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(13, 22, 38, .42));
}
#tcu .tcu-duo-stitek {
  position: absolute; left: 18px; bottom: 14px; z-index: 1;
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #fff; opacity: 0; transform: translateY(6px); transition: opacity .35s ease, transform .35s ease;
  text-shadow: 0 1px 8px rgba(0,0,0,.5);
}
#tcu .tcu-duo-karta:hover .tcu-duo-stitek { opacity: 1; transform: none; }
#tcu .tcu-duo-telo { padding: 26px 30px 30px; display: flex; flex-direction: column; flex: 1; }
#tcu .tcu-role {
  margin: 0 0 6px; font-size: 11.5px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold-ink);
}
#tcu .tcu-duo-telo h3 { margin: 0 0 12px; font-size: 24px; font-weight: 700; letter-spacing: -.01em; color: var(--ink); }
#tcu .tcu-duo-telo p { margin: 0 0 18px; font-size: 15.5px; line-height: 1.68; color: var(--ink-mid); }
#tcu .tcu-duo-telo .tcu-sipka { margin-top: auto; }
#tcu .tcu-pas { position: relative; overflow: hidden; height: clamp(320px, 46vw, 520px); background: var(--navy); }
#tcu .tcu-pas img {
  position: absolute; left: 0; top: -12%; width: 100%; height: 124%;
  object-fit: cover; display: block; will-change: transform;
}
#tcu .tcu-pas::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(13, 22, 38, .34), rgba(13, 22, 38, .06) 40%, rgba(13, 22, 38, .5));
}
#tcu .tcu-pas-popisek {
  position: absolute; left: 0; right: 0; bottom: 30px; z-index: 1; text-align: center; padding: 0 24px;
}
#tcu .tcu-pas-popisek em {
  font-family: var(--serif); font-style: italic; color: #fff;
  font-size: clamp(19px, 2.6vw, 28px); text-shadow: 0 2px 18px rgba(0, 0, 0, .55);
}
#tcu .tcu-pas-popisek span {
  display: block; margin-top: 8px; font-size: 11.5px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft);
  text-shadow: 0 1px 10px rgba(0, 0, 0, .6);
}
#tcu .tcu-mentori {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 48px;
}
#tcu .tcu-mentor {
  background: rgba(43, 62, 99, .26); border: 1px solid rgba(216, 179, 104, .16);
  border-radius: 18px; overflow: hidden; display: flex; flex-direction: column;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
#tcu .tcu-mentor:hover { transform: translateY(-5px); border-color: rgba(216, 179, 104, .42); box-shadow: 0 24px 48px rgba(0, 0, 0, .35); }
#tcu .tcu-mentor-foto { position: relative; aspect-ratio: 4 / 4.6; overflow: hidden; }
#tcu .tcu-mentor-foto img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: saturate(.86) contrast(1.06) brightness(1.0) sepia(.08);
  transition: filter .45s ease, transform .45s ease;
}
#tcu .tcu-mentor:hover .tcu-mentor-foto img { filter: none; transform: scale(1.04); }
#tcu .tcu-mentor-foto::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(13, 22, 38, .05) 55%, rgba(13, 22, 38, .55));
}
#tcu .tcu-mentor-telo { padding: 18px 20px 22px; display: flex; flex-direction: column; flex: 1; }
#tcu .tcu-mentor-telo h3 { margin: 0 0 8px; font-size: 17.5px; font-weight: 700; letter-spacing: -.01em; color: #fff; }
#tcu .tcu-mentor-telo .tcu-role { color: var(--gold-br); margin-bottom: 8px; }
#tcu .tcu-mentor-telo p { margin: 0 0 14px; font-size: 13.5px; line-height: 1.6; color: var(--txt-body); }
#tcu .tcu-mentor-telo .tcu-sipka { margin-top: auto; color: var(--gold-br); font-size: 13.5px; }
#tcu .tcu-mentor-telo .tcu-sipka:hover { color: var(--gold-soft); }
#tcu .tcu-mentor-telo .tcu-bez-odkazu { margin-top: auto; font-size: 12.5px; color: var(--txt-dim); }
#tcu .tcu-cesta { margin-top: 54px; position: relative; }
#tcu .tcu-cesta-linka {
  position: absolute; left: 6%; right: 6%; top: 56px; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(180, 146, 74, .5) 12%, rgba(180, 146, 74, .5) 88%, transparent);
  transform: scaleX(0); transform-origin: left center; transition: transform 1.4s cubic-bezier(.22, .8, .3, 1);
}
#tcu .tcu-cesta.tcu-videt .tcu-cesta-linka { transform: scaleX(1); }
#tcu .tcu-pecete { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
#tcu .tcu-pecet { text-align: center; padding: 0 6px; }
#tcu .tcu-pecet-znak {
  width: 112px; height: 112px; margin: 0 auto 18px; border-radius: 50%;
  display: grid; place-items: center; position: relative; background: #fff;
  border: 1px solid rgba(180, 146, 74, .55);
  box-shadow: 0 10px 26px rgba(138, 109, 46, .16), inset 0 0 0 5px #fff, inset 0 0 0 6px rgba(180, 146, 74, .35);
  transition: transform .3s ease, box-shadow .3s ease;
}
#tcu .tcu-pecet:hover .tcu-pecet-znak { transform: translateY(-4px) rotate(-2deg); box-shadow: 0 18px 38px rgba(138, 109, 46, .24), inset 0 0 0 5px #fff, inset 0 0 0 6px rgba(180, 146, 74, .5); }
#tcu .tcu-pecet-znak b {
  font-family: var(--serif); font-size: 26px; font-weight: 700; letter-spacing: .02em;
  color: var(--gold-ink); line-height: 1;
}
#tcu .tcu-pecet-znak small { display: block; margin-top: 3px; font-size: 8.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-dim); }
#tcu .tcu-pecet-cislo {
  position: absolute; top: -7px; right: -3px; width: 26px; height: 26px; border-radius: 50%;
  background: var(--navy); color: var(--gold-br); font-size: 12px; font-weight: 700;
  display: grid; place-items: center; border: 1px solid rgba(216, 179, 104, .5);
}
#tcu .tcu-pecet h3 { margin: 0 0 7px; font-size: 15.5px; font-weight: 700; letter-spacing: -.01em; color: var(--ink); }
#tcu .tcu-pecet p { margin: 0; font-size: 13px; line-height: 1.55; color: var(--ink-dim); }
#tcu .tcu-cesta-pozn {
  margin: 46px auto 0; max-width: 560px; text-align: center;
  font-family: var(--serif); font-style: italic; font-size: 18.5px; line-height: 1.55; color: var(--ink);
}
#tcu .tcu-cesta-pozn strong { color: var(--gold-ink); font-weight: 700; font-style: normal; }
#tcu.tcu-anim .tcu-a { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
#tcu.tcu-anim .tcu-a.tcu-videt { opacity: 1; transform: none; }
#tcu.tcu-anim .tcu-a[data-krok="2"] { transition-delay: .08s; }
#tcu.tcu-anim .tcu-a[data-krok="3"] { transition-delay: .16s; }
#tcu.tcu-anim .tcu-a[data-krok="4"] { transition-delay: .24s; }
#tcu.tcu-anim .tcu-a[data-krok="5"] { transition-delay: .32s; }
#tcu.tcu-anim .tcu-a[data-krok="6"] { transition-delay: .40s; }
@media (prefers-reduced-motion: reduce) {
  #tcu .tcu-a { opacity: 1 !important; transform: none !important; transition: none !important; }
  #tcu .tcu-cesta-linka { transform: none !important; transition: none !important; }
  #tcu .tcu-pas img { top: 0; height: 100%; }
}
@media (max-width: 1080px) {
  #tcu .tcu-mentori { grid-template-columns: repeat(3, 1fr); }
  #tcu .tcu-pecete { grid-template-columns: repeat(3, 1fr); gap: 30px 20px; }
  #tcu .tcu-cesta-linka { display: none; }
}
@media (max-width: 991px) {
  #tcu .tcu-sec { padding: 48px 0; }
  #tcu .tcu-hero-mriz { grid-template-columns: 1fr; gap: 44px; }
  #tcu .tcu-mozaika > figure:nth-child(3n+2) { transform: translateY(14px); }
  #tcu .tcu-staty { grid-template-columns: repeat(2, auto); gap: 16px 40px; }
  #tcu .tcu-radek { grid-template-columns: 1fr; gap: 34px; }
  #tcu .tcu-radek-foto { min-height: 0; padding-top: 30px; }
  #tcu .tcu-radek-foto img { width: min(340px, 74vw); }
  #tcu .tcu-duo { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
  #tcu .tcu-mentori { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (max-width: 640px) {
  #tcu .tcu-wrap { padding: 0 20px; }
  #tcu .tcu-mozaika { gap: 10px; }
  #tcu .tcu-pecete { grid-template-columns: repeat(2, 1fr); }
  #tcu .tcu-mentori { grid-template-columns: 1fr 1fr; }
  #tcu .tcu-mentor-telo { padding: 14px 14px 16px; }
  #tcu .tcu-mentor-telo p { display: none; }
}
#tcu .tcu-a{opacity:1!important;transform:none!important}
@media (hover: none) {
  #tcu .tcu-foto-akce { animation: tcu-stridej 9s ease-in-out infinite; }
}
@keyframes tcu-stridej {
  0%, 52% { opacity: 0; }
  62%, 90% { opacity: 1; }
  100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  #tcu .tcu-foto-akce { animation: none !important; }
}
#tcu .tcu-mentor-foto { position: relative; }
#tcu .tcu-mentor-foto .tcu-foto-akce {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity .45s ease;
}
#tcu .tcu-mentor:hover .tcu-foto-akce { opacity: 1; }
@media (hover: none) {
  #tcu .tcu-mentor:nth-child(odd) .tcu-foto-akce { animation-delay: 3s; }
  #tcu .tcu-mentor:nth-child(3n) .tcu-foto-akce { animation-delay: 6s; }
}
#tcu .tcu-cesta-pozn { max-width: 60ch; margin-left: auto; margin-right: auto; text-wrap: balance; }
#tcu .tcu-pecet h3 a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(180,146,74,.45); transition: border-color .15s, color .15s; }
#tcu .tcu-pecet h3 a:hover { color: var(--gold-ink); border-color: var(--gold-ink); }
#tcu .tcu-podpora {
  display: flex; align-items: center; gap: 22px; margin-top: 28px;
  background: rgba(216, 179, 104, .10); border: 1px solid rgba(216, 179, 104, .38);
  border-radius: 18px; padding: 26px 30px;
}
#tcu .tcu-podpora img { width: 148px; height: 148px; border-radius: 50%; object-fit: cover; border: 3px solid #D8B368; box-shadow: 0 10px 30px rgba(0,0,0,.35); flex: none; }
#tcu .tcu-podpora h3 { margin: 2px 0 6px; font-size: 19px; font-weight: 700; color: #fff; }
#tcu .tcu-podpora p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--txt-body); }
#tcu .tcu-podpora .tcu-role { color: var(--gold-br); margin: 0 0 2px; }
@media (max-width: 640px) { #tcu .tcu-podpora { flex-direction: column; text-align: center; padding: 24px 18px; } #tcu .tcu-podpora img { width: 124px; height: 124px; } }
#tcu .tcu-podpora .tcu-sipka { display: inline-block; margin-top: 10px; color: var(--gold-br); font-size: 14px; font-weight: 700; text-decoration: none; }
#tcu .tcu-podpora .tcu-sipka:hover { color: var(--gold-soft, #E7D19B); }
