#cu-ref {
  --navy: #0D1626;
  --navy-900: #131C31;
  --lift: #2B3E63;
  --gold: #B4924A;
  --gold-br: #D8B368;
  --gold-soft: #E7D19B;
  --gold-ink: #8A6D2E;
  --blue: #0A74E0;
  --blue-br: #2E97F5;
  --blue-ink: #0A6ACF;
  --zelena: #6FD89A;
  --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);
  -webkit-font-smoothing: antialiased;
}
#cu-ref * { box-sizing: border-box; }
#cu-ref img { max-width: 100%; }
#cu-ref .ref-wrap { max-width: 1180px; margin: 0 auto; padding: 0 30px; }
#cu-ref .ref-stred { text-align: center; }
#cu-ref .ref-sec { padding: 88px 0; position: relative; }
#cu-ref .ref-sec--slim { padding: 64px 0; }
#cu-ref .ref-sec--lt { background: var(--pg); }
#cu-ref .ref-sec--alt { background: var(--pg-alt); }
#cu-ref .ref-sec--navy { background: var(--navy); color: var(--txt-body); }
#cu-ref .ref-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%);
}
#cu-ref .ref-sec--navy > .ref-wrap { position: relative; z-index: 1; }
#cu-ref .ref-sec--srostla { padding-top: 0; }
#cu-ref .ref-sec--srostla::before { opacity: .35; }
#cu-ref h1 {
  margin: 0 0 14px; color: #fff; font-weight: 700; letter-spacing: -.02em;
  font-size: clamp(32px, 4.6vw, 50px); line-height: 1.12; text-wrap: balance;
}
#cu-ref h2 {
  margin: 0 0 14px; font-weight: 700; letter-spacing: -.015em;
  font-size: clamp(26px, 3.4vw, 36px); line-height: 1.18; color: var(--ink); text-wrap: balance;
}
#cu-ref .ref-sec--navy h2 { color: #fff; }
#cu-ref .ref-hook {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(28px, 4vw, 44px); letter-spacing: -.01em;
}
#cu-ref .ref-hook em { font-style: italic; color: var(--gold-br); }
#cu-ref .ref-eyebrow {
  margin: 0 0 12px; font-size: 12.5px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold-ink);
}
#cu-ref .ref-sec--navy .ref-eyebrow { color: var(--gold-br); }
#cu-ref .ref-lede {
  margin: 0 auto; max-width: 640px; font-size: 17.5px; line-height: 1.65; color: var(--ink-mid);
}
#cu-ref .ref-sec--navy .ref-lede { color: var(--txt-body); }
#cu-ref .ref-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;
}
#cu-ref .ref-btn--modry { background: var(--blue); color: #fff; }
#cu-ref .ref-btn--modry:hover { background: var(--blue-br); }
#cu-ref .ref-btn--zlaty { background: var(--gold-br); color: #160F00; }
#cu-ref .ref-btn--zlaty:hover { background: var(--gold-soft); }
#cu-ref .ref-btn--ghost {
  background: none; color: #fff; border: 1px solid rgba(216, 179, 104, .55);
}
#cu-ref .ref-btn--ghost:hover { background: rgba(216, 179, 104, .10); }
#cu-ref .ref-btn--ghost-lt {
  background: none; color: var(--ink); border: 1px solid rgba(22, 35, 59, .25);
}
#cu-ref .ref-btn--ghost-lt:hover { background: rgba(22, 35, 59, .04); border-color: rgba(22, 35, 59, .4); }
#cu-ref .ref-cta-radek { margin: 40px 0 0; }
#cu-ref .ref-hero { padding: 52px 0 72px; overflow: hidden; }
#cu-ref .ref-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image: var(--kolaz); background-size: cover; background-position: center 18%;
}
#cu-ref .ref-hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, var(--navy) 0%, rgba(13, 22, 38, .96) 34%, rgba(13, 22, 38, .66) 56%, rgba(13, 22, 38, .28) 78%, rgba(13, 22, 38, .16) 100%),
    linear-gradient(180deg, rgba(13, 22, 38, .45) 0%, transparent 26%, transparent 60%, var(--navy) 100%);
}
#cu-ref .ref-hero > .ref-wrap { z-index: 2; }
#cu-ref .ref-drobky { margin: 0 0 22px; font-size: 12.5px; color: var(--txt-dim); }
#cu-ref .ref-drobky a { color: var(--txt-dim); text-decoration: none; }
#cu-ref .ref-drobky a:hover { color: var(--gold-br); }
#cu-ref .ref-hero .ref-lede { max-width: 560px; margin: 0; text-shadow: 0 1px 12px rgba(13, 22, 38, .6); }
#cu-ref .ref-hero h1 { text-shadow: 0 2px 18px rgba(13, 22, 38, .65); }
#cu-ref .ref-hero-txt { max-width: 640px; }
#cu-ref .ref-staty {
  display: grid; grid-template-columns: 1fr 1fr; gap: 26px 34px;
  max-width: 560px; margin: 42px 0 0;
}
@media (max-width: 991px) {
  #cu-ref .ref-staty { max-width: none; }
}
@media (max-width: 767px) {
  #cu-ref .ref-hero::after { background-image: var(--kolaz-m); background-position: center top; }
  #cu-ref .ref-hero::before {
    background:
      linear-gradient(180deg, rgba(13, 22, 38, .82) 0%, rgba(13, 22, 38, .88) 40%, var(--navy) 100%);
  }
}
#cu-ref .ref-staty > div {
  padding: 14px 0 0; border-top: 1px solid rgba(216, 179, 104, .38);
}
#cu-ref .ref-staty b {
  display: block; font-size: 38px; font-weight: 700; color: #fff;
  letter-spacing: -.02em; line-height: 1.05; font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 12px rgba(13, 22, 38, .6);
}
#cu-ref .ref-staty span {
  display: block; margin-top: 7px; font-size: 12.5px; line-height: 1.45; color: var(--txt-dim);
  text-shadow: 0 1px 8px rgba(13, 22, 38, .7);
}
#cu-ref .ref-hlavni-video {
  position: relative; display: block; max-width: 880px; margin: 0 auto;
  aspect-ratio: 16/9; border-radius: 18px; overflow: hidden; text-decoration: none;
  background:
    radial-gradient(560px 300px at 50% 0%, rgba(43, 62, 99, .9), transparent 75%),
    var(--navy-900);
  border: 1px solid rgba(216, 179, 104, .22);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .38);
  transition: transform .22s cubic-bezier(.2, .7, .3, 1), box-shadow .22s;
}
#cu-ref .ref-hlavni-video:hover { transform: translateY(-3px); box-shadow: 0 40px 90px rgba(0, 0, 0, .45); }
#cu-ref .ref-hlavni-video img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
#cu-ref .ref-hlavni-video b {
  position: absolute; left: 0; right: 0; bottom: 26px; z-index: 1;
  font-size: 16px; font-weight: 600; color: var(--txt-body);
}
#cu-ref .ref-pozn {
  margin: 26px 0 0; font-family: var(--serif); font-style: italic;
  font-size: 17px; color: var(--gold-br);
}
#cu-ref .ref-play {
  position: absolute; left: 50%; top: 50%; z-index: 1;
  width: 62px; height: 62px; transform: translate(-50%, -50%);
  border-radius: 50%; background: rgba(255, 255, 255, .93);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 6.5l9 5.5-9 5.5z' fill='%230A74E0'/%3E%3C/svg%3E");
  background-size: 30px; background-position: 58% center; background-repeat: no-repeat;
  box-shadow: 0 8px 26px rgba(11, 18, 32, .35);
  transition: transform .2s;
}
#cu-ref a:hover .ref-play { transform: translate(-50%, -50%) scale(1.08); }
#cu-ref .ref-pasobal { position: relative; margin: 40px auto 0; }
#cu-ref .ref-pas {
  display: flex; gap: 16px; overflow-x: auto; text-align: left;
  scroll-snap-type: x mandatory; overscroll-behavior-x: contain;
  padding: 12px 4px 20px; -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
#cu-ref .ref-pas::-webkit-scrollbar { display: none; }
#cu-ref .ref-pas:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; border-radius: 12px; }
#cu-ref .ref-pasobal::before,
#cu-ref .ref-pasobal::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 72px; z-index: 1;
  pointer-events: none; opacity: 1; transition: opacity .25s;
}
#cu-ref .ref-pasobal::before { left: -4px; background: linear-gradient(90deg, var(--pg), transparent); }
#cu-ref .ref-pasobal::after { right: -4px; background: linear-gradient(270deg, var(--pg), transparent); }
#cu-ref .ref-pasobal--zacatek::before { opacity: 0; }
#cu-ref .ref-pasobal--konec::after { opacity: 0; }
@media (max-width: 991px) {
  #cu-ref .ref-pasobal::before, #cu-ref .ref-pasobal::after { width: 28px; }
}
#cu-ref .ref-reel {
  position: relative; display: block; text-decoration: none;
  flex: 0 0 232px; scroll-snap-align: start;
  border-radius: 16px; overflow: hidden; background: var(--navy-900);
  box-shadow: 0 3px 10px rgba(11, 18, 32, .10), 0 14px 34px rgba(11, 18, 32, .10);
  transition: transform .25s cubic-bezier(.2, .7, .3, 1), box-shadow .25s;
}
#cu-ref .ref-reel:hover { transform: translateY(-5px); box-shadow: 0 8px 18px rgba(11, 18, 32, .14), 0 26px 54px rgba(11, 18, 32, .20); }
#cu-ref .ref-reel img {
  display: block; width: 100%; height: auto; aspect-ratio: 9/16;
  object-fit: cover; object-position: center 30%;
  transition: transform .35s cubic-bezier(.2, .7, .3, 1);
}
#cu-ref .ref-reel:hover img { transform: scale(1.035); }
#cu-ref .ref-reel::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, transparent 58%, rgba(11, 18, 32, .68) 100%);
}
#cu-ref .ref-reel .ref-play {
  top: auto; bottom: 14px; left: auto; right: 12px; transform: none;
  width: 42px; height: 42px; background-size: 21px; z-index: 2;
}
#cu-ref .ref-reel:hover .ref-play { transform: scale(1.1); }
#cu-ref .ref-reel b {
  position: absolute; left: 14px; right: 62px; bottom: 14px; z-index: 2;
  font-size: 13px; font-weight: 600; color: #fff; line-height: 1.3;
  text-shadow: 0 1px 8px rgba(11, 18, 32, .8);
}
#cu-ref .ref-reel i {
  position: absolute; right: 10px; top: 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;
}
#cu-ref .ref-sipka {
  position: absolute; top: 50%; z-index: 2; width: 48px; height: 48px;
  transform: translateY(-50%); border-radius: 50%; border: 1px solid var(--line-lt);
  background: #fff center/contain no-repeat; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.5 6l6 6-6 6' fill='none' stroke='%2316233B' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 20px;
  box-shadow: 0 6px 20px rgba(11, 18, 32, .16);
  transition: transform .18s, box-shadow .18s;
}
#cu-ref .ref-sipka:hover { transform: translateY(-50%) scale(1.07); box-shadow: 0 10px 28px rgba(11, 18, 32, .22); }
#cu-ref .ref-sipka--zpet { left: -14px; transform: translateY(-50%) rotate(180deg); }
#cu-ref .ref-sipka--zpet:hover { transform: translateY(-50%) rotate(180deg) scale(1.07); }
#cu-ref .ref-sipka--dal { right: -14px; }
@media (hover: none), (max-width: 991px) {
  #cu-ref .ref-sipka { display: none; }
}
#cu-ref .ref-mustek { margin: 58px 0 0; font-size: 15.5px; color: var(--ink-mid); }
#cu-ref .ref-mustek a { color: var(--blue-ink); font-weight: 600; text-decoration: none; }
#cu-ref .ref-mustek a:hover { text-decoration: underline; }
#cu-ref .ref-citace-mriz {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 46px; text-align: left;
}
#cu-ref .ref-citace {
  background: #fff; border: 1px solid var(--line-lt); border-radius: 16px; padding: 28px;
}
#cu-ref .ref-citace-titul {
  margin: 0 0 12px; font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: 19.5px; line-height: 1.35; color: var(--ink); letter-spacing: -.01em;
}
#cu-ref .ref-cit { margin: 0; font-size: 15.5px; line-height: 1.65; color: var(--ink-mid); }
#cu-ref .ref-kdo { margin: 18px 0 0; display: flex; align-items: center; gap: 12px; }
#cu-ref .ref-kdo img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; flex: none; }
#cu-ref .ref-kdo span b { display: block; font-size: 14.5px; font-weight: 600; color: var(--ink); }
#cu-ref .ref-kdo span em {
  display: block; margin-top: 1px; font-style: normal; font-size: 12.5px; color: var(--ink-dim);
}
#cu-ref .ref-vidkarta {
  display: block; text-decoration: none;
  flex: 0 0 348px; scroll-snap-align: start;
}
@media (max-width: 640px) {
  #cu-ref .ref-vidkarta { flex-basis: 264px; }
}
#cu-ref .ref-vidobal {
  position: relative; display: block; aspect-ratio: 16/9;
  border-radius: 14px; overflow: hidden; background: var(--navy-900);
  box-shadow: 0 4px 14px rgba(11, 18, 32, .08);
  transition: transform .22s cubic-bezier(.2, .7, .3, 1), box-shadow .22s;
}
#cu-ref .ref-vidkarta:hover .ref-vidobal { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(11, 18, 32, .16); }
#cu-ref .ref-vidobal img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
#cu-ref .ref-vidobal::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(11, 18, 32, .45) 100%);
}
#cu-ref .ref-vidobal .ref-play { width: 50px; height: 50px; background-size: 25px; }
#cu-ref .ref-vidobal.ref-hraje::before { content: none; }
#cu-ref .ref-vidobal iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
#cu-ref .ref-stopaz {
  position: absolute; right: 10px; bottom: 10px; z-index: 1; font-style: normal;
  font-size: 11.5px; font-weight: 700; color: #fff; padding: 3px 8px;
  border-radius: 999px; background: rgba(11, 18, 32, .6); font-variant-numeric: tabular-nums;
}
#cu-ref .ref-vidkarta > b {
  display: block; margin-top: 11px; font-size: 15px; font-weight: 600; color: var(--ink);
}
#cu-ref .ref-cesta {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  margin-top: 48px; text-align: left;
}
#cu-ref .ref-krok {
  position: relative; display: flex; flex-direction: column; gap: 10px;
  padding: 30px 26px 26px; border-radius: 16px;
  background: rgba(43, 62, 99, .28); border: 1px solid rgba(216, 179, 104, .16);
}
#cu-ref .ref-krok:last-child {
  background: linear-gradient(160deg, rgba(216, 179, 104, .16), rgba(43, 62, 99, .3) 60%);
  border-color: rgba(216, 179, 104, .4);
}
#cu-ref .ref-krok-c {
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 50%; background: rgba(216, 179, 104, .16);
  color: var(--gold-br); font-weight: 700; font-size: 15px;
  border: 1px solid rgba(216, 179, 104, .4);
}
#cu-ref .ref-krok h3 { margin: 4px 0 0; font-size: 19px; font-weight: 700; color: #fff; letter-spacing: -.01em; }
#cu-ref .ref-krok p { margin: 0 0 8px; font-size: 14.5px; line-height: 1.6; color: var(--txt-body); flex: 1; }
#cu-ref .ref-krok .ref-btn { align-self: flex-start; font-size: 14.5px; padding: 12px 22px; }
#cu-ref .ref-krok i {
  font-style: normal; font-size: 12px; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase; color: var(--zelena);
}
#cu-ref .ref-krok:last-child i { color: var(--gold-br); }
#cu-ref .ref-zaver h2 { font-family: var(--serif); font-weight: 400; }
#cu-ref .ref-zaver-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
#cu-ref .ref-zaver-tel { margin: 26px 0 0; font-size: 15.5px; color: var(--txt-body); }
#cu-ref .ref-zaver-tel a {
  color: #fff; font-weight: 700; text-decoration: none;
  font-variant-numeric: tabular-nums; border-bottom: 1px solid rgba(216, 179, 104, .4);
}
#cu-ref .ref-zaver-tel a:hover { border-bottom-color: var(--gold-br); }
#cu-ref .ref-pop {
  position: fixed; inset: 0; z-index: 950; padding: 24px;
  background: rgba(11, 18, 32, .82); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  display: grid; place-items: center;
}
#cu-ref .ref-pop-in {
  position: relative; width: min(420px, 92vw); aspect-ratio: 9/16;
  background: #000; border-radius: 16px; overflow: hidden;
  box-shadow: 0 40px 90px rgba(0, 0, 0, .5);
}
#cu-ref .ref-pop--sirka .ref-pop-in { width: min(960px, 94vw); aspect-ratio: 16/9; }
#cu-ref .ref-pop iframe { width: 100%; height: 100%; border: 0; }
#cu-ref .ref-pop button {
  position: absolute; right: 8px; top: 6px; z-index: 1; padding: 6px;
  background: none; border: 0; color: #fff; font-size: 30px; line-height: 1;
  cursor: pointer; text-shadow: 0 1px 6px rgba(0, 0, 0, .7);
}
#cu-ref.ref-anim-zap .ref-anim {
  opacity: 0; transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
}
#cu-ref.ref-anim-zap .ref-anim.ref-videt { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  #cu-ref .ref-anim { opacity: 1 !important; transform: none !important; transition: none !important; }
  #cu-ref .ref-reel, #cu-ref .ref-vidobal, #cu-ref .ref-hlavni-video { transition: none !important; }
}
@media (max-width: 1180px) {
  #cu-ref .ref-wrap { padding: 0 18px; }
}
@media (max-width: 991px) {
  #cu-ref .ref-sec { padding: 64px 0; }
  #cu-ref .ref-staty { grid-template-columns: 1fr 1fr; }
  #cu-ref .ref-reel { flex-basis: 208px; }
  #cu-ref .ref-citace-mriz { grid-template-columns: 1fr; max-width: 620px; margin-left: auto; margin-right: auto; }
  #cu-ref .ref-cesta { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 640px) {
  #cu-ref .ref-hero { padding: 32px 0 44px; }
  #cu-ref .ref-staty b { font-size: 27px; }
  #cu-ref .ref-pas { gap: 12px; padding-bottom: 16px; }
  #cu-ref .ref-reel { flex-basis: 168px; border-radius: 14px; }
  #cu-ref .ref-reel .ref-play { width: 36px; height: 36px; background-size: 18px; bottom: 10px; right: 9px; }
  #cu-ref .ref-reel b { left: 11px; right: 50px; bottom: 11px; font-size: 12px; }
  #cu-ref .ref-pozn { margin-top: 20px; }
}
#cu-ref .ref-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;
}
#cu-ref .ref-velkacitace { margin: 0 auto; max-width: 880px; }
#cu-ref .ref-velkacitace p {
  margin: 0; font-family: var(--serif); font-weight: 400;
  font-size: clamp(26px, 4vw, 42px); line-height: 1.3; letter-spacing: -.01em;
  color: #fff; text-wrap: balance;
}
#cu-ref .ref-velkacitace em { font-style: italic; color: var(--gold-br); }
#cu-ref .ref-velkacitace footer {
  margin-top: 18px; font-size: 14px; letter-spacing: .06em;
  text-transform: uppercase; color: var(--txt-dim);
}
#cu-ref .ref-g-hlava {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 10px; margin: 64px 0 0;
}
#cu-ref .ref-g-hlava b { font-size: 17px; color: var(--ink); }
#cu-ref .ref-g-hlava em { font-style: normal; font-weight: 700; font-size: 17px; color: var(--ink); }
#cu-ref .ref-g-hlava a {
  margin-left: 8px; font-size: 14px; font-weight: 600; color: var(--blue-ink); text-decoration: none;
}
#cu-ref .ref-g-hlava a:hover { text-decoration: underline; }
#cu-ref .ref-g-hvezdy {
  color: #E9B949; font-size: 17px; letter-spacing: 2px; line-height: 1;
}
#cu-ref .ref-g-mriz {
  columns: 3; column-gap: 20px; margin-top: 28px; text-align: left;
}
#cu-ref .ref-g-karta {
  break-inside: avoid; margin: 0 0 20px; padding: 22px 24px;
  background: #fff; border: 1px solid var(--line-lt); border-radius: 16px;
  box-shadow: 0 2px 8px rgba(11, 18, 32, .04);
}
#cu-ref .ref-g-karta header { display: flex; align-items: center; gap: 12px; }
#cu-ref .ref-g-karta header > svg { margin-left: auto; flex: none; opacity: .9; }
#cu-ref .ref-g-av {
  flex: none; width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center; object-fit: cover;
  color: #fff; font-size: 18px; font-weight: 600;
}
#cu-ref img.ref-g-av { display: block; }
#cu-ref .ref-g-kdo b { display: block; font-size: 14.5px; font-weight: 600; color: var(--ink); }
#cu-ref .ref-g-kdo em { display: block; margin-top: 1px; font-style: normal; font-size: 12px; color: var(--ink-dim); }
#cu-ref .ref-g-karta .ref-g-hvezdy { display: block; margin: 12px 0 8px; font-size: 15px; }
#cu-ref .ref-g-text { margin: 0; font-size: 14.5px; line-height: 1.62; color: var(--ink-mid); }
@media (max-width: 991px) { #cu-ref .ref-g-mriz { columns: 2; } }
@media (max-width: 640px) { #cu-ref .ref-g-mriz { columns: 1; } }
#cu-ref .ref-loga { margin: 64px auto 0; }
#cu-ref .ref-loga-titul {
  margin: 0 0 24px; font-size: 15px; font-weight: 600; color: var(--ink-mid);
}
#cu-ref .ref-loga-pas {
  display: flex; overflow: hidden; position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
#cu-ref .ref-loga-sada {
  display: flex; align-items: center; gap: 54px; padding-right: 54px;
  flex: none; animation: ref-marq 46s linear infinite;
}
#cu-ref .ref-loga-pas:hover .ref-loga-sada { animation-play-state: paused; }
#cu-ref .ref-loga-sada img {
  height: 34px; width: auto; max-width: 150px; object-fit: contain;
  mix-blend-mode: multiply;
}
@keyframes ref-marq { to { transform: translateX(-100%); } }
@media (prefers-reduced-motion: reduce) {
  #cu-ref .ref-loga-sada { animation: none; flex-wrap: wrap; justify-content: center; gap: 28px; }
  #cu-ref .ref-loga-sada + .ref-loga-sada { display: none; }
  #cu-ref .ref-loga-pas { -webkit-mask-image: none; mask-image: none; }
}
#ref-lepidlo {
  position: fixed; left: 50%; bottom: 18px; z-index: 900;
  transform: translate(-50%, 12px); opacity: 0; pointer-events: none;
  display: flex; align-items: center; gap: 16px; padding: 10px 12px 10px 22px;
  background: rgba(13, 22, 38, .88); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(216, 179, 104, .4); border-radius: 999px;
  box-shadow: 0 18px 44px rgba(11, 18, 32, .4);
  transition: opacity .3s ease, transform .3s ease;
  max-width: calc(100vw - 24px);
}
#ref-lepidlo.ref-lepidlo--videt { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
#ref-lepidlo span {
  font-family: var(--serif, Georgia); font-style: italic; font-size: 15px; color: #E7D19B; white-space: nowrap;
}
#ref-lepidlo .ref-btn { padding: 11px 22px; font-size: 14.5px; white-space: nowrap; }
@media (max-width: 700px) {
  #ref-lepidlo { left: 12px; right: 12px; transform: translateY(12px); justify-content: center; }
  #ref-lepidlo.ref-lepidlo--videt { transform: translateY(0); }
  #ref-lepidlo span { display: none; }
}
#cu-ref .ref-kdo .ref-inicialka {
  flex: none; width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  color: #fff; font-size: 19px; font-weight: 600;
}
