#jvv {
  --navy: #0D1626;
  --gold: #B4924A;
  --gold-deep: #B08D3E;
  --blue: #0A74E0;
  --ink: #16233B;
  --paper: #FFFFFF;
  --cream: #F7F6F2;
  --line: #E5E1D8;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
}
#jvv *,
#jvv *::before,
#jvv *::after { box-sizing: border-box; }
#jvv .jvv-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
#jvv h1, #jvv h2, #jvv h3 {
  margin: 0 0 0.6em;
  line-height: 1.2;
  color: var(--navy);
  font-weight: 800;
  letter-spacing: -0.01em;
}
#jvv h2 { font-size: clamp(1.5rem, 3.5vw, 2.125rem); }
#jvv h3 { font-size: 1.1875rem; }
#jvv p { margin: 0 0 1em; }
#jvv p:last-child { margin-bottom: 0; }
#jvv a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
#jvv a:hover { color: var(--navy); }
#jvv a:focus-visible,
#jvv summary:focus-visible,
#jvv .jvv-btn:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
  border-radius: 4px;
}
#jvv .jvv-section-lede {
  max-width: 54em;
  font-size: 1.0625rem;
  color: #3D4A63;
  margin-bottom: 2rem;
}
#jvv .jvv-visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
#jvv .jvv-hero {
  background: var(--navy);
  background-image: radial-gradient(ellipse 80% 60% at 85% -10%, rgba(180, 146, 74, 0.16), transparent 60%);
  color: #fff;
  padding: 56px 0 44px;
}
#jvv .jvv-hero__eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
}
#jvv .jvv-hero__title {
  color: #fff;
  font-size: clamp(2rem, 6vw, 3.25rem);
  max-width: 14em;
}
#jvv .jvv-hero__lede {
  max-width: 42em;
  font-size: clamp(1.0625rem, 2.2vw, 1.1875rem);
  color: rgba(255, 255, 255, 0.87);
  margin-bottom: 1.25rem;
}
#jvv .jvv-hero__byline {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 1.5rem;
}
#jvv .jvv-hero__byline strong { color: rgba(255, 255, 255, 0.92); }
#jvv .jvv-hero__chips {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#jvv .jvv-hero__chips li {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
#jvv .jvv-hero__chips strong {
  color: var(--gold);
  font-weight: 800;
  margin-right: 2px;
}
#jvv .jvv-hero__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 18px;
}
#jvv .jvv-hero__nav a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
}
#jvv .jvv-hero__nav a::before {
  content: "↓ ";
  color: var(--gold);
}
#jvv .jvv-hero__nav a:hover { color: #fff; }
#jvv .jvv-kriteria {
  background: var(--cream);
  padding: 56px 0 64px;
}
#jvv .jvv-krit-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}
#jvv .jvv-krit {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
#jvv .jvv-krit__num {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-weight: 800;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
#jvv .jvv-krit__body { min-width: 0; }
#jvv .jvv-krit__body h3 { margin-bottom: 0.45em; }
#jvv .jvv-krit__ask {
  font-size: 0.9375rem;
  background: var(--cream);
  border-left: 3px solid var(--gold);
  border-radius: 0 8px 8px 0;
  padding: 10px 14px;
  color: #3D4A63;
  margin-top: 0.9rem;
}
#jvv .jvv-krit__ask strong { color: var(--navy); }
#jvv .jvv-quote {
  margin: 1rem 0;
  padding: 4px 0 4px 18px;
  border-left: 3px solid var(--gold);
}
#jvv .jvv-quote p {
  font-size: 1.03em;
  color: var(--navy);
  margin-bottom: 0.4em;
}
#jvv .jvv-quote footer {
  font-size: 0.875rem;
  color: #6B7488;
}
#jvv .jvv-srovnani {
  padding: 60px 0 56px;
}
#jvv .jvv-table-hint {
  font-size: 0.8125rem;
  color: #6B7488;
  margin-bottom: 0.5rem;
}
#jvv .jvv-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line);
  border-radius: 14px;
}
#jvv .jvv-table {
  width: 100%;
  min-width: 780px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.9375rem;
  background: var(--paper);
}
#jvv .jvv-table th,
#jvv .jvv-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
#jvv .jvv-table tbody tr:last-child th,
#jvv .jvv-table tbody tr:last-child td { border-bottom: 0; }
#jvv .jvv-table thead th {
  background: var(--navy);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  position: relative;
}
#jvv .jvv-table thead th.jvv-table__crit { width: 17%; }
#jvv .jvv-table tbody th[scope="row"] {
  font-weight: 700;
  color: var(--navy);
  background: var(--cream);
  font-size: 0.875rem;
}
#jvv .jvv-table thead th.is-cm {
  background: #1A2740;
  color: var(--gold);
  box-shadow: inset 0 3px 0 var(--gold);
}
#jvv .jvv-table__badge {
  display: block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  background: rgba(180, 146, 74, 0.16);
  border: 1px solid rgba(180, 146, 74, 0.45);
  border-radius: 999px;
  padding: 2px 10px;
  width: max-content;
  margin-bottom: 6px;
}
#jvv .jvv-table td.is-cm {
  background: #FBF7EE;
  border-left: 1px solid #EADFC8;
  color: var(--navy);
}
#jvv .jvv-table td.is-cm strong { color: var(--gold-deep); }
#jvv .jvv-table-note {
  font-size: 0.875rem;
  color: #6B7488;
  max-width: 60em;
  margin-top: 1rem;
}
#jvv .jvv-mistrovstvi {
  background: var(--navy);
  background-image: radial-gradient(ellipse 70% 80% at 10% 110%, rgba(180, 146, 74, 0.13), transparent 60%);
  color: rgba(255, 255, 255, 0.87);
  padding: 60px 0;
}
#jvv .jvv-mistrovstvi h2 { color: #fff; }
#jvv .jvv-mistrovstvi p { max-width: 54em; }
#jvv .jvv-mistrovstvi a { color: #7FB4EF; }
#jvv .jvv-mistrovstvi a:hover { color: #fff; }
#jvv .jvv-bigquote {
  margin: 2rem 0;
  padding-left: 22px;
  border-left: 4px solid var(--gold);
}
#jvv .jvv-bigquote p {
  font-size: clamp(1.25rem, 3vw, 1.625rem);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  max-width: 24em;
  margin-bottom: 0.5em;
}
#jvv .jvv-bigquote footer {
  color: var(--gold);
  font-size: 0.9375rem;
}
#jvv .jvv-unikaty {
  background: var(--cream);
  padding: 60px 0 64px;
}
#jvv .jvv-unikaty__grid {
  display: grid;
  gap: 18px;
}
#jvv .jvv-unikat {
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: 14px;
  padding: 24px 22px;
}
#jvv .jvv-unikat h3 { margin-bottom: 0.6em; }
#jvv .jvv-unikat .jvv-quote { margin-top: 0; }
#jvv .jvv-unikat > p:last-child {
  font-size: 0.9375rem;
  color: #3D4A63;
}
#jvv .jvv-faq {
  padding: 60px 0;
}
#jvv .jvv-faq h2 { margin-bottom: 1.25rem; }
#jvv .jvv-faq__item {
  border-bottom: 1px solid var(--line);
}
#jvv .jvv-faq__item:first-of-type {
  border-top: 1px solid var(--line);
}
#jvv .jvv-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 44px 18px 2px;
  font-weight: 700;
  font-size: 1.0625rem;
  color: var(--navy);
  position: relative;
  user-select: none;
}
#jvv .jvv-faq__item summary::-webkit-details-marker { display: none; }
#jvv .jvv-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-deep);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 26px;
  text-align: center;
  transition: transform 0.2s ease;
}
#jvv .jvv-faq__item[open] summary::after {
  content: "–";
  transform: translateY(-50%) rotate(180deg);
}
#jvv .jvv-faq__item summary:hover { color: var(--gold-deep); }
#jvv .jvv-faq__answer {
  padding: 0 2px 20px;
  max-width: 50em;
  color: #3D4A63;
}
#jvv .jvv-cta {
  padding: 8px 0 72px;
}
#jvv .jvv-cta__card {
  background: var(--navy);
  background-image: radial-gradient(ellipse 75% 90% at 90% -20%, rgba(180, 146, 74, 0.2), transparent 60%);
  border-radius: 20px;
  padding: 44px 26px;
  text-align: center;
  color: rgba(255, 255, 255, 0.87);
}
#jvv .jvv-cta__card h2 { color: #fff; }
#jvv .jvv-cta__card > p {
  max-width: 38em;
  margin-left: auto;
  margin-right: auto;
}
#jvv .jvv-cta__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 1.75rem 0 1.25rem;
}
#jvv .jvv-btn {
  display: inline-block;
  border-radius: 999px;
  padding: 15px 30px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  min-width: 260px;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
#jvv .jvv-btn--primary {
  background: var(--gold);
  color: var(--navy);
}
#jvv .jvv-btn--primary:hover {
  background: var(--gold-deep);
  color: var(--navy);
}
#jvv .jvv-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: 600;
}
#jvv .jvv-btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}
#jvv .jvv-cta__trust {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 720px) {
  #jvv .jvv-wrap { padding: 0 28px; }
  #jvv .jvv-hero { padding: 40px 0 60px; }
  #jvv .jvv-kriteria,
  #jvv .jvv-srovnani,
  #jvv .jvv-mistrovstvi,
  #jvv .jvv-unikaty,
  #jvv .jvv-faq { padding-top: 80px; padding-bottom: 88px; }
  #jvv .jvv-krit-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  #jvv .jvv-krit { padding: 30px 28px; }
  #jvv .jvv-cta__card { padding: 60px 48px; }
  #jvv .jvv-cta__buttons {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 960px) {
  #jvv .jvv-unikaty__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  #jvv .jvv-table-hint { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  #jvv .jvv-faq__item summary::after,
  #jvv .jvv-btn { transition: none; }
}
#jvv .jvv-foto { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin: 34px 0 8px; }
#jvv .jvv-foto img { width: 100%; height: 220px; object-fit: cover; border-radius: 14px; display: block; }
#jvv .jvv-ref { display: flex; gap: 18px; align-items: flex-start; background: #fff; border: 1px solid #E7E4DC; border-radius: 16px; padding: 22px 26px; margin: 26px 0 0; }
#jvv .jvv-mistrovstvi .jvv-ref, #jvv .jvv-hodnota .jvv-ref { margin-top: 0; }
#jvv .jvv-ref img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; flex: none; border: 2px solid #E7D19B; }
#jvv .jvv-ref__inic { width: 62px; height: 62px; border-radius: 50%; flex: none; display: grid; place-items: center; background: linear-gradient(160deg, #182742, #131C31); color: #D8B368; font-weight: 800; font-size: 24px; border: 2px solid #E7D19B; }
#jvv .jvv-ref blockquote { margin: 0; }
#jvv .jvv-ref blockquote p { margin: 0 0 10px; font-size: 15.5px; line-height: 1.6; color: #4A5872; font-style: italic; }
#jvv .jvv-ref footer { font-size: 13.5px; color: #7C889E; font-style: normal; }
#jvv .jvv-ref footer b { color: #16233B; }
#jvv .jvv-ref-rada { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; }
#jvv .jvv-hodnota { padding: 72px 0; background: #F7F6F2; }
#jvv .jvv-hodnota__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; margin: 30px 0 26px; }
#jvv .jvv-hodnota__karta { background: linear-gradient(160deg, #182742, #131C31); border: 1px solid rgba(216,179,104,.35); border-radius: 16px; padding: 26px 24px; }
#jvv .jvv-hodnota__karta b { display: block; font-size: clamp(24px, 2.6vw, 32px); color: #E7D19B; letter-spacing: -.01em; margin-bottom: 8px; }
#jvv .jvv-hodnota__karta span { color: #C8D0DE; font-size: 14.5px; line-height: 1.5; }
#jvv .jvv-hodnota__cena { background: #fff; border-left: 4px solid #B4924A; border-radius: 0 12px 12px 0; padding: 18px 22px; }
#jvv .jvv-hodnota h2 { text-align: center; }
#jvv .jvv-hodnota .jvv-section-lede { text-align: center; max-width: 62em; margin-left: auto; margin-right: auto; }
@media (max-width: 860px) {
  #jvv .jvv-foto { grid-template-columns: 1fr; }
  #jvv .jvv-foto img { height: 240px; }
  #jvv .jvv-ref-rada, #jvv .jvv-hodnota__grid { grid-template-columns: 1fr; }
}
#jvv .jvv-video { margin: 34px 0 8px; }
#jvv .jvv-video__embed { position: relative; padding-top: 56.25%; border-radius: 14px; overflow: hidden; background: #131C31; }
#jvv .jvv-video__embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
#jvv .jvv-video figcaption { margin-top: 12px; font-size: 15px; color: #4A5872; }
#jvv .jvv-video figcaption b { color: #16233B; }
#jvv .jvv-mk-link { margin: 26px 0 0; font-size: 14.5px; color: #7C889E; }
#jvv .jvv-mk-link a { color: #0A6ACF; font-weight: 600; }
#jvv .jvv-krit__foto { margin: 0; flex: 0 0 340px; }
#jvv .jvv-krit__foto img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; display: block; }
#jvv .jvv-krit--foto .jvv-krit__body { flex: 1; }
#jvv .jvv-unikat--hero { border-top-color: transparent; background: linear-gradient(160deg, #182742, var(--navy)); border-color: rgba(180,146,74,.4); }
#jvv .jvv-unikat--hero h3 { color: #F2D9A6; font-size: 1.35rem; }
#jvv .jvv-unikat--hero p { color: #C8D0DE; }
#jvv .jvv-unikat--hero > p:last-child { color: #C8D0DE; }
#jvv .jvv-kalk { display: grid; gap: 26px; margin: 30px 0 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 28px; }
#jvv .jvv-kalk__ovladace { display: grid; gap: 22px; }
#jvv .jvv-kalk__pole { display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: 16px; }
#jvv .jvv-kalk__label { font-size: 15.5px; color: #4A5872; font-weight: 600; }
#jvv .jvv-kalk__val { justify-self: end; min-width: 92px; text-align: center; background: var(--cream); border: 1px solid var(--line); border-radius: 9px; padding: 7px 12px; font-weight: 800; color: var(--navy); font-variant-numeric: tabular-nums; }
#jvv .jvv-kalk input[type=range] { grid-column: 1 / -1; -webkit-appearance: none; appearance: none; width: 100%; height: 6px; margin-top: 12px; border-radius: 999px; background: linear-gradient(90deg, var(--gold) var(--fill,30%), #E7E4DC var(--fill,30%)); outline-offset: 4px; }
#jvv .jvv-kalk input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 24px; height: 24px; border-radius: 50%; background: var(--navy); border: 3px solid #fff; box-shadow: 0 1px 5px rgba(13,22,38,.35); cursor: pointer; }
#jvv .jvv-kalk input[type=range]::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--navy); border: 3px solid #fff; cursor: pointer; }
#jvv .jvv-kalk__staty { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#jvv .jvv-kalk__stat { background: var(--cream); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; text-align: center; }
#jvv .jvv-kalk__stat-t { display: block; font-size: 14px; color: #7C889E; margin-bottom: 8px; }
#jvv .jvv-kalk__stat b { display: block; font-size: clamp(22px, 3.4vw, 30px); font-weight: 800; color: var(--navy); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
#jvv .jvv-kalk__stat--hero { background: linear-gradient(160deg, #182742, var(--navy)); border-color: rgba(216,179,104,.35); }
#jvv .jvv-kalk__stat--hero .jvv-kalk__stat-t { color: #AEB9CC; }
#jvv .jvv-kalk__stat--hero b { color: #E7D19B; }
@media (min-width: 760px) {
  #jvv .jvv-kalk__staty { grid-template-columns: repeat(4, 1fr); }
  #jvv .jvv-unikat--hero { grid-column: 1 / -1; }
}
@media (max-width: 719px) {
  #jvv .jvv-krit--foto { flex-wrap: wrap; }
  #jvv .jvv-krit__foto { flex-basis: 100%; order: 3; }
}
#jvv .jvv-kalk__pozn { margin: 0 0 8px; font-size: 13.5px; color: #7C889E; line-height: 1.55; }
#jvv .jvv-unikaty__hlava { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
#jvv .jvv-unikaty__hlava h2 { margin: 0; }
#jvv .jvv-unikaty__hlava .jvv-section-lede { margin-bottom: 0; }
#jvv .jvv-unikaty__erb { flex: none; width: 132px; height: auto; }
@media (max-width: 720px) { #jvv .jvv-unikaty__erb { display: none; } }
#jvv .jvv-videa { padding: 56px 0 60px; }
#jvv .jvv-videa__pas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
#jvv .jvv-vid { position: relative; display: block; border-radius: 14px; overflow: hidden; aspect-ratio: 9 / 16; box-shadow: 0 6px 20px rgba(13,22,38,.14); transition: transform .2s ease, box-shadow .2s ease; }
#jvv .jvv-vid img { width: 100%; height: 100%; object-fit: cover; display: block; }
#jvv .jvv-vid::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,22,38,0) 50%, rgba(13,22,38,.35)); }
#jvv .jvv-vid__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,.94); display: grid; place-items: center; box-shadow: 0 4px 14px rgba(13,22,38,.3); transition: transform .2s ease; }
#jvv .jvv-vid__play::before { content: ""; border-style: solid; border-width: 10px 0 10px 17px; border-color: transparent transparent transparent var(--navy); margin-left: 4px; }
#jvv .jvv-vid:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(13,22,38,.22); }
#jvv .jvv-vid:hover .jvv-vid__play { transform: translate(-50%,-50%) scale(1.08); }
@media (min-width: 760px) {
  #jvv .jvv-videa { padding-bottom: 90px; }
  #jvv .jvv-videa__pas { grid-template-columns: repeat(6, 1fr); gap: 18px; }
  #jvv .jvv-vid:nth-child(even) { transform: translateY(32px); }
  #jvv .jvv-vid:nth-child(even):hover { transform: translateY(28px); }
}
#jvv .jvv-diblik { display: grid; gap: 22px; margin: 34px 0 6px; }
#jvv .jvv-diblik .jvv-video { margin: 0; }
#jvv .jvv-diblik .jvv-video figcaption { color: #C8D0DE; }
#jvv .jvv-diblik .jvv-video figcaption b { color: #fff; }
#jvv .jvv-diblik__karta { margin: 0; display: flex; flex-direction: column; }
#jvv .jvv-diblik__karta img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 14px 14px 0 0; display: block; }
#jvv .jvv-diblik__cit { background: #131C31; border: 1px solid rgba(180,146,74,.45); border-top: none; border-radius: 0 0 14px 14px; padding: 20px 22px; color: #E4E9F2; font-style: italic; font-size: 1.05rem; line-height: 1.5; }
#jvv .jvv-diblik__num { display: block; font-style: normal; font-weight: 800; font-size: 1.7rem; color: #E7D19B; letter-spacing: -.01em; margin-bottom: 6px; }
#jvv .jvv-diblik__kdo { display: block; font-style: normal; font-size: .8125rem; color: #9AA6BC; margin-top: 12px; }
@media (min-width: 820px) {
  #jvv .jvv-diblik { grid-template-columns: 1.7fr 1fr; align-items: stretch; column-gap: 26px; }
}
#jvv .jvv-videa { background: var(--navy); }
#jvv .jvv-videa h2 { color: #fff; }
#jvv .jvv-videa .jvv-section-lede { color: #AEB9CC; }
#jvv .jvv-drobky { font-size: 13.5px; margin-bottom: 20px; }
#jvv .jvv-drobky a { color: #C8D0DE; text-decoration: none; }
#jvv .jvv-drobky a:hover { color: #fff; text-decoration: underline; }
#jvv .jvv-drobky span[aria-current] { color: #E7D19B; }
#jvv .jvv-drobky span[aria-hidden] { margin: 0 7px; color: #5A6884; }
#jvv .jvv-unikat__erb { float: right; width: 116px; height: auto; margin: 0 -4px 10px 22px; shape-outside: margin-box; pointer-events: none; }
#jvv .jvv-krit__coach { margin: 22px 0 0; }
#jvv .jvv-krit__coach img { width: 100%; height: auto; border-radius: 12px; display: block; }
#jvv .jvv-diblik figcaption { color: #C8D0DE; }
#jvv .jvv-diblik figcaption b { color: #fff; }
@media (min-width: 820px) {
  #jvv .jvv-diblik { align-items: stretch; }
  #jvv .jvv-diblik__karta { height: 100%; }
  #jvv .jvv-diblik__karta img { flex: 1 1 auto; min-height: 0; aspect-ratio: auto; object-position: center 20%; }
}
#jvv .jvv-lb[hidden] { display: none; }
#jvv .jvv-lb { position: fixed; inset: 0; z-index: 9999; background: rgba(9,14,24,.92); display: flex; align-items: center; justify-content: center; padding: 20px; }
#jvv .jvv-lb__box { position: relative; width: min(420px, 92vw); aspect-ratio: 9 / 16; max-height: 88vh; }
#jvv .jvv-lb__box iframe { width: 100%; height: 100%; border: 0; border-radius: 14px; }
#jvv .jvv-lb__x { position: absolute; top: 16px; right: 20px; z-index: 2; width: 46px; height: 46px; border-radius: 50%; border: 0; background: rgba(255,255,255,.16); color: #fff; font-size: 27px; line-height: 1; cursor: pointer; }
#jvv .jvv-lb__x:hover { background: rgba(255,255,255,.3); }
@media (max-width: 819px) { #jvv .jvv-diblik__karta img { aspect-ratio: 4/3; } }
