:root {
  --video-bg: #07111f;
  --video-panel: #0d1929;
  --video-panel-strong: #101f32;
  --video-line: #26374e;
  --video-text: #eef4fb;
  --video-muted: #aebdd0;
  --video-accent: #f5bf38;
}

body.cczy-video-center-page {
  background: var(--video-bg);
  color: var(--video-text);
}

body.cczy-video-center-page .cczy-video-center {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 68px 0 88px;
}

.cczy-video-hero {
  display: grid;
  max-width: 920px;
  margin-bottom: 38px;
}

.cczy-video-eyebrow {
  margin: 0 0 12px;
  color: var(--video-accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.cczy-video-center-page .cczy-video-hero h1,
body.cczy-en-site.cczy-video-center-page .cczy-video-hero h1 {
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(2rem, 5vw, 3.8rem) !important;
  font-weight: 720;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.cczy-video-intro {
  max-width: 780px;
  margin: 20px 0 0;
  color: #bdc9d9;
  font-size: clamp(1rem, 1.7vw, 1.14rem);
  line-height: 1.72;
}

.cczy-video-language-note {
  justify-self: start;
  margin: 18px 0 0;
  padding: 8px 11px;
  border: 1px solid #354860;
  color: #dce6f2;
  font-size: 0.84rem;
}

.cczy-video-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(330px, 0.75fr);
  align-items: start;
  gap: 24px;
}

.cczy-video-stage {
  position: sticky;
  top: 96px;
  overflow: hidden;
  border: 1px solid var(--video-line);
  background: var(--video-panel);
  box-shadow: 0 28px 70px rgb(0 0 0 / 24%);
}

.cczy-video-player-shell {
  position: relative;
  min-width: 0;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 60% 10%, rgb(42 79 105 / 42%), transparent 46%),
    #02060c;
}

.cczy-video-player-shell::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(255 255 255 / 6%);
  pointer-events: none;
  content: "";
}

.cczy-video-player-shell video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cczy-video-now {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 20px;
  padding: 18px 22px 20px;
  border-block-start: 1px solid var(--video-line);
  background:
    linear-gradient(155deg, rgb(29 53 77 / 60%), transparent 64%),
    var(--video-panel-strong);
}

.cczy-video-now-label {
  margin: 0;
  color: var(--video-accent);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cczy-video-now h2,
body.cczy-video-center-page .cczy-video-copy h2,
body.cczy-en-site.cczy-video-center-page .cczy-video-copy h2 {
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem) !important;
  font-weight: 700;
  line-height: 1.3;
}

.cczy-video-now-meta {
  display: flex;
  flex-wrap: wrap;
  grid-column: 2;
  grid-row: 1 / span 2;
  gap: 8px;
  justify-content: flex-end;
  margin: 0;
}

.cczy-video-now-meta > * {
  padding: 6px 9px;
  border: 1px solid #3a4d64;
  color: #dce7f3;
  font-size: 0.78rem;
}

.cczy-video-now-count {
  display: none;
  margin: 0;
  color: #8699ae;
  font-size: 0.82rem;
}

.cczy-video-now-product {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--video-accent);
  color: var(--video-text);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.cczy-video-now-product[hidden] {
  display: none;
}

.cczy-video-library {
  position: sticky;
  top: 96px;
  display: flex;
  height: calc(100vh - 120px);
  min-height: 560px;
  max-height: 690px;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--video-line);
  background: var(--video-panel);
}

.cczy-video-library-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.cczy-video-library-header h2 {
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem) !important;
  line-height: 1.2;
}

.cczy-video-library-header p {
  margin: 0;
  color: #8598ae;
  font-size: 0.86rem;
}

.cczy-video-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 25px;
}

.cczy-video-filter {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #354860;
  border-radius: 999px;
  background: transparent;
  color: #c7d2df;
  font: inherit;
  font-size: 0.84rem;
  cursor: pointer;
}

.cczy-video-filter:hover {
  border-color: #6e8299;
  color: #ffffff;
}

.cczy-video-filter.is-active {
  border-color: var(--video-accent);
  background: var(--video-accent);
  color: #111827;
  font-weight: 750;
}

.cczy-video-grid {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding-inline-end: 6px;
  scrollbar-color: #536b85 transparent;
  scrollbar-width: thin;
}

.cczy-video-choice {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  min-width: 0;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--video-line);
  border-radius: 0;
  background: var(--video-panel);
  color: inherit;
  font: inherit;
  text-align: start;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.cczy-video-choice:hover {
  transform: translateY(-3px);
  border-color: #536b85;
  background: #112035;
}

.cczy-video-choice.is-selected {
  border-color: var(--video-accent);
  box-shadow: inset 0 0 0 1px var(--video-accent);
}

.cczy-video-choice[hidden] {
  display: none !important;
}

.cczy-video-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(140deg, rgb(29 65 92 / 80%), rgb(4 10 18 / 96%)),
    #07111f;
}

.cczy-video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.cczy-video-choice:hover .cczy-video-thumb img {
  transform: scale(1.025);
}

.cczy-video-index {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-start: 10px;
  display: grid;
  width: 34px;
  height: 26px;
  place-items: center;
  background: rgb(5 12 22 / 82%);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  backdrop-filter: blur(6px);
}

.cczy-video-choice-copy {
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 11px 13px;
}

.cczy-video-choice-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #8499af;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cczy-video-choice-title {
  min-height: 0;
  color: #f5f8fc;
  font-size: 0.88rem;
  font-weight: 680;
  line-height: 1.42;
}

.cczy-video-contact {
  margin-top: 48px;
  padding: 30px;
  border: 1px solid var(--video-line);
  background: #0a1626;
  text-align: center;
}

.cczy-video-contact a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 18px;
  background: var(--video-accent);
  color: #111827;
  font-weight: 750;
  text-decoration: none;
}

.cczy-video-contact a:hover {
  background: #ffd66a;
}

.cczy-video-filter:focus-visible,
.cczy-video-choice:focus-visible,
.cczy-video-contact a:focus-visible,
.cczy-video-center video:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.cczy-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

body.cczy-video-center-page .cczy-global-footer .cczy-footer-contact > span,
body.cczy-video-center-page .cczy-global-footer .cczy-footer-bottom > span {
  color: #91a69d;
}

body.cczy-video-center-page #product-consultation {
  scroll-margin-top: 96px;
}

body.cczy-video-center-page .cczy-global-footer .cczy-whatsapp-link {
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid rgba(37, 211, 102, 0.58);
  background: rgba(37, 211, 102, 0.1);
  color: #9ff0bc !important;
  font-weight: 720;
}

body.cczy-video-center-page .cczy-global-footer .cczy-whatsapp-link:hover {
  border-color: #25d366;
  background: rgba(37, 211, 102, 0.18);
  color: #c6f8d8 !important;
}

[dir="rtl"] .cczy-video-eyebrow,
[dir="rtl"] .cczy-video-now-label {
  letter-spacing: 0;
}

@media (max-width: 1040px) {
  .cczy-video-workspace {
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.75fr);
  }

  .cczy-video-choice {
    grid-template-columns: 112px minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .cczy-video-workspace {
    grid-template-columns: 1fr;
  }

  .cczy-video-stage {
    z-index: 5;
    top: 78px;
  }

  .cczy-video-library {
    position: static;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .cczy-video-grid {
    overflow: visible;
    padding-inline-end: 0;
  }

  .cczy-video-choice {
    grid-template-columns: minmax(132px, 34%) minmax(0, 1fr);
    scroll-margin-block-start: min(70vh, 560px);
  }
}

@media (max-width: 760px) {
  body.cczy-video-center-page .cczy-video-center {
    width: min(100% - 24px, 620px);
    padding: 42px 0 58px;
  }

  .cczy-video-stage {
    top: 72px;
  }

  .cczy-video-now {
    padding: 16px 18px 18px;
  }

  .cczy-video-library-header {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .cczy-video-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-inline: -12px;
    padding: 0 12px 8px;
    scrollbar-width: thin;
  }

  .cczy-video-filter {
    flex: 0 0 auto;
  }

  .cczy-video-choice-copy {
    padding: 12px 13px 15px;
  }

  .cczy-video-choice-title {
    font-size: 0.86rem;
  }

  .cczy-video-contact {
    margin-top: 38px;
    padding: 24px 16px;
  }
}

@media (max-width: 460px) {
  .cczy-video-now {
    grid-template-columns: 1fr;
  }

  .cczy-video-now-meta {
    grid-column: 1;
    grid-row: auto;
    justify-content: flex-start;
  }

  .cczy-video-choice {
    grid-template-columns: 43% minmax(0, 1fr);
  }

  .cczy-video-choice-title {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cczy-video-center *,
  .cczy-video-center *::before,
  .cczy-video-center *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
