@charset "UTF-8";
/*
 * Vidora 樣式來源檔。
 * 後續樣式請只修改本檔，並將編譯結果輸出至 vidora.css。
 */
:root {
  --vidora-ink: #23272b;
  --vidora-muted: #697078;
  --vidora-line: #dfe4e7;
  --vidora-paper: #fff;
  --vidora-soft: #f1f1f1;
  --vidora-teal: #11948a;
  --vidora-teal-dark: #0b6f68;
  --vidora-pink: #e36b95;
  --vidora-yellow: #fabd00;
  --vidora-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

html {
  scroll-behavior: smooth;
}

.vidora-page {
  background: var(--vidora-paper);
  color: var(--vidora-ink);
  overflow-x: hidden;
}
.vidora-page * {
  box-sizing: border-box;
}

/* .vidora-page .header-wrapper .team-nav-button a {
  margin-left: 8px;
  border: 1px solid rgba(21, 174, 162, 0.75);
  border-radius: 999px;
  color: #63d4cb;
  line-height: 1.4;
}

.vidora-page .header-wrapper .team-nav-button a:hover,
.vidora-page .header-wrapper .team-nav-button a:focus-visible {
  background: #15aea2;
  color: #fff;
} */
.vidora-shell {
  width: min(1240px, 100% - 40px);
  margin: 0 auto;
}

.vidora-section {
  padding: 86px 0;
  scroll-margin-top: 78px;
}
.vidora-section--soft {
  background: var(--vidora-soft);
}
.vidora-section--dark {
  background: #292d30;
  color: #fff;
}
.vidora-section--dark .vidora-section-heading p:last-child {
  color: #c6cbce;
}

.vidora-kicker {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--vidora-teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.vidora-kicker::before {
  display: none;
}

.vidora-section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}
.vidora-section-heading .vidora-kicker {
  display: flex;
  width: 100%;
  justify-content: center;
}
.vidora-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.vidora-section-heading--center .vidora-kicker {
  justify-content: center;
}
.vidora-section-heading h2 {
  margin-top: 6px;
  color: inherit;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.vidora-section-heading p:last-child {
  max-width: 680px;
  margin: 16px auto 0;
  color: var(--vidora-muted);
  font-size: 16px;
  line-height: 1.8;
}

.vidora-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 0;
  padding: 0;
  background: #f1f1f1;
  min-height: 540px;
}
.vidora-hero-backgrounds, .vidora-hero-background {
  position: absolute;
  inset: 0;
}
.vidora-hero-backgrounds {
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.vidora-hero-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 700ms ease, transform 1100ms cubic-bezier(0.23, 1, 0.32, 1);
}
.vidora-hero-background::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(241, 241, 241, 0.98) 0%, rgba(241, 241, 241, 0.86) 31%, rgba(241, 241, 241, 0.22) 52%, rgba(241, 241, 241, 0) 66%);
  content: "";
}
.vidora-hero-background.is-active {
  opacity: 1;
  transform: scale(1);
}
.vidora-hero-background--strategy {
  background-image: url("../images/main_banner/vidora_hero_strategy.png");
}
.vidora-hero-background--ai {
  background-image: url("../images/main_banner/vidora_hero_ai.png");
}
.vidora-hero-background--exposure {
  background-image: url("../images/main_banner/vidora_hero_exposure.png");
}
.vidora-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
  min-height: 440px;
}
.vidora-hero h1, .vidora-hero-title {
  max-width: 720px;
  margin-top: 20px;
  color: var(--vidora-ink);
  font-size: clamp(42px, 5.5vw, 55px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.055em;
}
.vidora-hero h1 em, .vidora-hero-title em {
  color: var(--vidora-pink);
  font-style: normal;
}
.vidora-hero-copy {
  max-width: 600px;
  margin-top: 24px;
  color: var(--vidora-muted);
  font-size: 18px;
  line-height: 1.8;
}

.vidora-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
}

.vidora-action {
  display: inline-flex;
  min-width: 155px;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid #333;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: transparent;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.vidora-action::after {
  content: "›";
  font-size: 17px;
  line-height: 1;
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.vidora-action:hover, .vidora-action:focus-visible {
  border-color: var(--vidora-teal);
  background: var(--vidora-teal);
  color: #fff;
  transform: none;
}
.vidora-action:hover::after, .vidora-action:focus-visible::after {
  transform: translateX(7px);
}
.vidora-action--ghost {
  background: transparent;
  color: #333;
}

.media-placeholder {
  position: relative;
  isolation: isolate;
  display: flex;
  overflow: hidden;
  border: 1px dashed #9fa9ad;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  background: linear-gradient(135deg, transparent 49.4%, rgba(17, 148, 138, 0.09) 49.5%, rgba(17, 148, 138, 0.09) 50.5%, transparent 50.6%), linear-gradient(45deg, transparent 49.4%, rgba(227, 107, 149, 0.08) 49.5%, rgba(227, 107, 149, 0.08) 50.5%, transparent 50.6%), #f3f5f5;
  color: #667074;
  text-align: center;
}
.media-placeholder::before {
  width: 46px;
  height: 34px;
  border: 2px solid var(--vidora-teal);
  border-radius: 5px;
  background: linear-gradient(145deg, transparent 48%, rgba(17, 148, 138, 0.2) 49%);
  content: "";
}
.media-placeholder > span {
  color: var(--vidora-pink);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
}
.media-placeholder > strong {
  color: var(--vidora-ink);
  font-size: 16px;
}
.media-placeholder > small {
  max-width: 85%;
  color: #778084;
  font-size: 12px;
  line-height: 1.55;
}
.media-placeholder--hero {
  display: none;
}
.media-placeholder.is-previewing .vidora-video-trigger::after,
.media-placeholder.is-previewing .vidora-video-trigger img,
.media-placeholder.is-previewing .vidora-video-play {
  opacity: 0;
}

.vidora-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  margin-top: 12px;
  padding: 24px 0 30px;
  border-top: 1px solid rgba(35, 39, 43, 0.13);
  overflow: hidden;
}

.vidora-tick {
  position: relative;
  padding-top: 14px;
  color: #7c8589;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
.vidora-tick::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 8px;
  background: #aeb5b8;
  content: "";
}

.vidora-playhead {
  position: absolute;
  top: 0;
  bottom: 16px;
  left: 0;
  width: 2px;
  background: var(--vidora-pink);
  animation: vidora-scrub 10s linear infinite alternate;
}
.vidora-playhead::before {
  position: absolute;
  top: -5px;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vidora-pink);
  content: "";
}

@keyframes vidora-scrub {
  to {
    left: calc(100% - 2px);
  }
}
.vidora-stats {
  padding: 36px 0;
  border-top: 1px solid var(--vidora-line);
  border-bottom: 1px solid var(--vidora-line);
  background: #fff;
}

.vidora-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.vidora-stat {
  padding: 12px 24px;
  border-right: 1px solid var(--vidora-line);
  text-align: center;
}
.vidora-stat:last-child {
  border-right: 0;
}
.vidora-stat strong {
  display: block;
  color: var(--vidora-teal);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
}
.vidora-stat span {
  display: block;
  margin-top: 7px;
  color: var(--vidora-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.vidora-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}

.vidora-product-card {
  align-self: start;
  height: auto;
}

.vidora-product-card,
.vidora-team-card {
  overflow: hidden;
  border: 1px solid var(--vidora-line);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(28, 42, 45, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.vidora-product-card:hover,
.vidora-team-card:hover {
  border-color: rgba(17, 148, 138, 0.55);
  box-shadow: var(--vidora-shadow);
  transform: translateY(-5px);
}

.vidora-product-card .media-placeholder {
  aspect-ratio: 16/9;
  border-width: 0 0 1px;
  border-radius: 0;
}
.vidora-product-card .media-placeholder.has-youtube {
  background: #111416;
}
.vidora-product-card .media-placeholder.has-youtube::before {
  display: none;
}
.vidora-product-card .media-placeholder > .vidora-video-pending {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  padding: 6px 9px;
  border: 1px solid rgba(227, 107, 149, 0.48);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--vidora-pink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  pointer-events: none;
}
.vidora-product-card .media-placeholder > .vidora-format-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 3;
  display: inline-flex;
  max-width: calc(100% - 24px);
  padding: 6px 9px;
  border: 1px solid rgba(99, 212, 203, 0.55);
  border-radius: 3px;
  align-items: center;
  gap: 7px;
  background: rgba(41, 45, 48, 0.88);
  color: #63d4cb;
  backdrop-filter: blur(4px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
}

.vidora-video-trigger {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
.vidora-video-trigger::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 20, 22, 0.06), rgba(16, 20, 22, 0.28));
  content: "";
  opacity: 1;
  transition: background 320ms ease, opacity 280ms ease;
}
.vidora-video-trigger img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transform: scale(1.002);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease, opacity 280ms ease;
}
.vidora-video-trigger:hover img, .vidora-video-trigger:focus-visible img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.045);
}
.vidora-video-trigger:hover::after, .vidora-video-trigger:focus-visible::after {
  background: linear-gradient(180deg, rgba(16, 20, 22, 0.02), rgba(16, 20, 22, 0.14));
}
.vidora-video-trigger:hover .vidora-video-play, .vidora-video-trigger:focus-visible .vidora-video-play {
  background: var(--vidora-teal);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%) scale(1.08);
}
.vidora-video-trigger:focus-visible {
  outline: 3px solid var(--vidora-teal);
  outline-offset: -3px;
}

.vidora-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: rgba(227, 107, 149, 0.92);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), background-color 320ms ease, box-shadow 320ms ease, opacity 220ms ease;
}
.vidora-video-play::after {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
  content: "";
  transform: translate(-36%, -50%);
}

.vidora-youtube-mount,
.vidora-youtube-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  pointer-events: none;
}

.vidora-format-badge small {
  padding-right: 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.82);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.vidora-card-content {
  padding: 26px;
}
.vidora-card-content h3 {
  margin-top: 10px;
  color: var(--vidora-ink);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}
.vidora-card-content > p {
  min-height: 54px;
  margin-top: 10px;
  color: var(--vidora-muted);
  font-size: 14px;
  line-height: 1.75;
}

.vidora-card-index {
  color: var(--vidora-pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.vidora-advantages {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--vidora-line);
}
.vidora-advantages summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 0;
  color: var(--vidora-teal-dark);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
  transition: color 350ms cubic-bezier(0.23, 1, 0.32, 1);
}
.vidora-advantages summary:hover {
  color: var(--vidora-teal);
}
.vidora-advantages summary:hover::after {
  color: var(--vidora-teal);
  transform: rotate(90deg);
}
.vidora-advantages summary:focus-visible {
  outline: 2px solid rgba(17, 148, 138, 0.45);
  outline-offset: 4px;
}
.vidora-advantages summary::-webkit-details-marker {
  display: none;
}
.vidora-advantages summary::after {
  content: "+";
  font-size: 20px;
  transform: rotate(0deg);
  transform-origin: center;
  transition: color 350ms cubic-bezier(0.23, 1, 0.32, 1), transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
}
.vidora-advantages[open] summary::after, .vidora-advantages[open] summary:hover::after {
  content: "−";
  transform: rotate(180deg);
}
.vidora-advantages ul {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.vidora-advantages.is-animated ul {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: height 420ms cubic-bezier(0.23, 1, 0.32, 1), margin-top 450ms cubic-bezier(0.23, 1, 0.32, 1), opacity 280ms ease, transform 450ms cubic-bezier(0.23, 1, 0.32, 1);
}
.vidora-advantages.is-animated:not([open]) > ul {
  display: grid;
}
.vidora-advantages.is-animated[open] > ul {
  height: auto;
  margin-top: 14px;
  opacity: 1;
  transform: translateY(0);
}
.vidora-advantages.is-animating summary {
  pointer-events: none;
}
.vidora-advantages li {
  position: relative;
  padding-left: 16px;
  color: var(--vidora-muted);
  font-size: 13px;
  line-height: 1.55;
}
.vidora-advantages li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vidora-yellow);
  content: "";
}

.vidora-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.vidora-filter {
  padding: 10px 18px;
  border: 1px solid #697277;
  border-radius: 0;
  background: transparent;
  color: #d6dbdd;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  transition: background 350ms cubic-bezier(0.23, 1, 0.32, 1), border-color 350ms cubic-bezier(0.23, 1, 0.32, 1), color 350ms cubic-bezier(0.23, 1, 0.32, 1);
}
.vidora-filter:hover, .vidora-filter:focus-visible, .vidora-filter.is-active {
  border-color: var(--vidora-teal);
  background: var(--vidora-teal);
  color: #fff;
}

/* 
.vidora-filter:hover,
.vidora-filter:focus-visible {
  transform: translateY(-2px);
} */
.vidora-cases-slider {
  padding-bottom: 60px;
}

.vidora-case-card {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  border: 1px solid #474c4f;
  border-radius: 0;
  background: #33383b;
}
.vidora-case-card[hidden] {
  display: none !important;
}
.vidora-case-card .media-placeholder {
  aspect-ratio: 16/9;
  border-width: 0 0 1px;
  border-radius: 0;
  background-color: #e9eded;
}
.vidora-case-card .media-placeholder.has-case-video::before {
  display: none;
}
.vidora-case-card .media-placeholder.has-case-video::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(16, 20, 22, 0.05), rgba(16, 20, 22, 0.3));
  content: "";
  pointer-events: none;
}
.vidora-case-card .vidora-video-play {
  z-index: 2;
  pointer-events: none;
}
.vidora-case-card:hover .vidora-case-thumbnail, .vidora-case-card:focus-visible .vidora-case-thumbnail {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.04);
}
.vidora-case-card:hover .vidora-video-play, .vidora-case-card:focus-visible .vidora-video-play {
  background: var(--vidora-teal);
  transform: translate(-50%, -50%) scale(1.08);
}

.vidora-case-thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.vidora-case-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}
.vidora-case-content h3 {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
.vidora-case-content p {
  margin-top: 10px;
  color: #c5cbcd;
  font-size: 14px;
  line-height: 1.75;
}

.vidora-case-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-block;
  max-width: calc(100% - 28px);
  margin-bottom: 0;
  padding: 5px 9px;
  border: 1px solid rgba(99, 212, 203, 0.55);
  border-radius: 3px;
  overflow: hidden;
  background: rgba(41, 45, 48, 0.88);
  color: #63d4cb;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.media-placeholder > .vidora-case-tag {
  color: #63d4cb;
  letter-spacing: 0.08em;
}

.vidora-slider-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 10px;
}

.vidora-slider-button {
  position: static;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 1px solid #62696d;
  border-radius: 100%;
  color: #fff;
  transition: background 350ms cubic-bezier(0.23, 1, 0.32, 1), border-color 350ms cubic-bezier(0.23, 1, 0.32, 1), color 350ms cubic-bezier(0.23, 1, 0.32, 1), transform 350ms cubic-bezier(0.23, 1, 0.32, 1);
}
.vidora-slider-button.swiper-button-next::after, .vidora-slider-button.swiper-button-prev::after {
  width: 20px;
  height: 20px;
  background-size: contain;
}
.vidora-slider-button::after {
  font-size: 16px;
  font-weight: 800;
}
.vidora-slider-button:hover, .vidora-slider-button:focus-visible {
  border-color: var(--vidora-teal);
  background: var(--vidora-teal);
  color: #fff;
}

.vidora-team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px 18px;
}

.vidora-team-card {
  padding: 10px 12px 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}
.vidora-team-card:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}
.vidora-team-card:hover .media-placeholder {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  transform: translateY(-4px);
}
.vidora-team-card .media-placeholder {
  width: 148px;
  height: 148px;
  margin: 0 auto 22px;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 450ms cubic-bezier(0.23, 1, 0.32, 1);
}
.vidora-team-card .media-placeholder::before {
  width: 34px;
  height: 26px;
}
.vidora-team-card .media-placeholder > span,
.vidora-team-card .media-placeholder > small {
  display: none;
}
.vidora-team-card h3 {
  color: var(--vidora-ink);
  font-size: 19px;
  font-weight: 700;
}
.vidora-team-card h3::after {
  display: block;
  width: 32px;
  height: 1px;
  margin: 9px auto 0;
  background: var(--vidora-teal);
  content: "";
}
.vidora-team-card p {
  margin-top: 11px;
  color: var(--vidora-muted);
  font-size: 13px;
  line-height: 1.65;
}

.vidora-team-role {
  display: block;
  margin-top: 9px;
  color: var(--vidora-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.vidora-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 54px;
}

.vidora-form {
  display: grid;
  gap: 18px;
}
.vidora-form legend {
  display: block;
  margin-bottom: 8px;
  color: var(--vidora-ink);
  font-size: 13px;
  font-weight: 700;
}
.vidora-form button {
  width: fit-content;
  cursor: pointer;
  font: inherit;
}

.vidora-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vidora-field > label {
  display: block;
  margin-bottom: 8px;
  color: var(--vidora-ink);
  font-size: 13px;
  font-weight: 700;
}
.vidora-field > input,
.vidora-field > select,
.vidora-field > textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cfd5d7;
  border-radius: 0;
  background: #fff;
  color: var(--vidora-ink);
  font: inherit;
  font-size: 14px;
}
.vidora-field > input:focus,
.vidora-field > select:focus,
.vidora-field > textarea:focus {
  border-color: var(--vidora-teal);
  box-shadow: 0 0 0 3px rgba(17, 148, 138, 0.12);
  outline: none;
}
.vidora-field > textarea {
  min-height: 130px;
  resize: vertical;
}
.vidora-field > select#budget {
  padding-right: 48px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23292d30' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px 8px;
}

.vidora-choice-field {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.vidora-field-note {
  margin-left: 10px;
  color: var(--vidora-muted);
  font-size: 12px;
  font-weight: 400;
}

.vidora-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vidora-choice {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}
.vidora-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.vidora-choice span {
  display: flex;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #cfd5d7;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--vidora-ink);
  font-size: 14px;
  line-height: 1.45;
  transition: border-color 240ms ease, background-color 240ms ease, color 240ms ease, box-shadow 240ms ease;
}
.vidora-choice span::before {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 1px solid #aeb6b9;
  background: #fff;
  box-shadow: inset 0 0 0 3px #fff;
  content: "";
  transition: border-color 240ms ease, background-color 240ms ease;
}
.vidora-choice input:checked + span {
  border-color: var(--vidora-teal);
  background: rgba(17, 148, 138, 0.07);
  color: var(--vidora-teal-dark);
}
.vidora-choice input:checked + span::before {
  border-color: var(--vidora-teal);
  background: var(--vidora-teal);
}
.vidora-choice input:focus-visible + span {
  border-color: var(--vidora-teal);
  box-shadow: 0 0 0 3px rgba(17, 148, 138, 0.12);
}
.vidora-choice:hover span, .vidora-choice:focus-visible span {
  border-color: var(--vidora-teal);
}

.vidora-required {
  margin-left: 4px;
  color: var(--vidora-pink);
}

.vidora-consent {
  display: grid;
  gap: 8px;
}

.vidora-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--vidora-muted);
  font-size: 13px;
  line-height: 1.55;
}
.vidora-check input {
  margin-top: 3px;
}
.vidora-check a {
  color: var(--vidora-teal-dark);
  text-decoration: underline;
}

.vidora-contact-card {
  height: fit-content;
  padding: 34px;
  border-radius: 0;
  background: #292d30;
  color: #fff;
  box-shadow: var(--vidora-shadow);
}
.vidora-contact-card h3 {
  color: #fff;
  font-size: 24px;
}
.vidora-contact-card > p {
  margin-top: 12px;
  color: #c8cdcf;
  font-size: 14px;
  line-height: 1.75;
}

.vidora-contact-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}
.vidora-contact-list span {
  display: block;
  margin-bottom: 4px;
  color: #8f989c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.vidora-contact-list a,
.vidora-contact-list strong {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.vidora-floating-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: inline-flex;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 0;
  align-items: center;
  gap: 9px;
  background: var(--vidora-teal);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 350ms ease, transform 350ms cubic-bezier(0.23, 1, 0.32, 1), background 350ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 350ms cubic-bezier(0.23, 1, 0.32, 1);
}
.vidora-floating-cta::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}
.vidora-floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.vidora-floating-cta:hover, .vidora-floating-cta:focus-visible {
  background: var(--vidora-teal-dark);
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.24);
  color: #fff;
  transform: translateY(-2px);
}

.vidora-hero-stage {
  position: relative;
  z-index: 1;
  min-height: 440px;
}
.vidora-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.vidora-hero-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.vidora-hero-navigation {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
.vidora-hero-dots, .vidora-hero-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vidora-hero-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid var(--vidora-teal);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: width 350ms cubic-bezier(0.23, 1, 0.32, 1), border-radius 350ms cubic-bezier(0.23, 1, 0.32, 1), background 350ms ease;
}
.vidora-hero-dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--vidora-teal);
}
.vidora-hero-arrow {
  display: inline-flex;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #596266;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.62);
  color: var(--vidora-ink);
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
  transition: background 350ms ease, border-color 350ms ease, color 350ms ease;
}
.vidora-hero-arrow:hover, .vidora-hero-arrow:focus-visible {
  border-color: var(--vidora-teal);
  background: var(--vidora-teal);
  color: #fff;
}

.vidora-product-group {
  padding-top: 32px;
  scroll-margin-top: 86px;
}
.vidora-product-group + .vidora-product-group {
  margin-top: 58px;
  padding-top: 58px;
  border-top: 1px solid var(--vidora-line);
}

.vidora-group-header {
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) minmax(240px, auto);
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
  padding: 20px 22px;
  border: 1px solid var(--vidora-line);
  background: #fff;
}
.vidora-group-header p {
  color: var(--vidora-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.vidora-group-header h3 {
  margin-top: 4px;
  color: var(--vidora-ink);
  font-size: 23px;
  font-weight: 700;
}
.vidora-group-header > span:last-child {
  color: var(--vidora-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
}

.vidora-group-number {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border: 1px solid var(--vidora-teal);
  align-items: center;
  justify-content: center;
  color: var(--vidora-teal);
  font-size: 13px;
  font-weight: 800;
}

.vidora-card-cta {
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
  font: inherit;
}

.vidora-case-filter-panel {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #51585c;
  background: rgba(255, 255, 255, 0.025);
}

.vidora-filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.vidora-filter-row + .vidora-filter-row {
  min-height: 52px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #484e51;
}
.vidora-filter-row > span {
  min-width: 44px;
  color: #929b9f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.vidora-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.vidora-case-grid .vidora-case-card {
  cursor: pointer;
  transition: border-color 350ms ease, box-shadow 350ms ease;
}
.vidora-case-grid .vidora-case-card:hover, .vidora-case-grid .vidora-case-card:focus-visible {
  border-color: var(--vidora-teal);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  outline: none;
}
.vidora-case-grid .vidora-case-card.is-static {
  cursor: default;
}
.vidora-case-grid .vidora-case-card.is-static:hover {
  border-color: #474c4f;
  box-shadow: none;
}

.vidora-case-result {
  align-self: flex-start;
  display: inline-block;
  margin-top: auto;
  padding: 6px 10px;
  background-color: #63d4cb;
  border-radius: 3px;
  color: rgba(41, 45, 48, 0.88);
  font-size: 12px;
  font-weight: 700;
}

.vidora-case-modal {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 320ms ease, visibility 0s linear 320ms;
}
.vidora-case-modal[hidden] {
  display: none;
}
.vidora-case-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.vidora-case-modal.is-open .vidora-case-modal-backdrop {
  opacity: 1;
}
.vidora-case-modal.is-open .vidora-case-modal-box {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.vidora-case-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(15, 18, 20, 0.82);
  cursor: pointer;
  opacity: 0;
  transition: opacity 320ms ease;
}
.vidora-case-modal-box {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid #60686c;
  background: #292d30;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition: opacity 320ms ease, transform 420ms cubic-bezier(0.23, 1, 0.32, 1);
}
.vidora-case-modal-box.is-sliding-out-next .vidora-case-modal-media,
.vidora-case-modal-box.is-sliding-out-next .vidora-case-modal-content, .vidora-case-modal-box.is-sliding-out-prev .vidora-case-modal-media,
.vidora-case-modal-box.is-sliding-out-prev .vidora-case-modal-content, .vidora-case-modal-box.is-sliding-in-next .vidora-case-modal-media,
.vidora-case-modal-box.is-sliding-in-next .vidora-case-modal-content, .vidora-case-modal-box.is-sliding-in-prev .vidora-case-modal-media,
.vidora-case-modal-box.is-sliding-in-prev .vidora-case-modal-content {
  opacity: 0;
}
.vidora-case-modal-box.is-sliding-out-next .vidora-case-modal-media,
.vidora-case-modal-box.is-sliding-out-next .vidora-case-modal-content {
  transform: translateX(-42px);
}
.vidora-case-modal-box.is-sliding-out-prev .vidora-case-modal-media,
.vidora-case-modal-box.is-sliding-out-prev .vidora-case-modal-content, .vidora-case-modal-box.is-sliding-in-next .vidora-case-modal-media,
.vidora-case-modal-box.is-sliding-in-next .vidora-case-modal-content {
  transform: translateX(42px);
}
.vidora-case-modal-box.is-sliding-in-prev .vidora-case-modal-media,
.vidora-case-modal-box.is-sliding-in-prev .vidora-case-modal-content {
  transform: translateX(-42px);
}
.vidora-case-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid #858d91;
  background: rgba(20, 23, 25, 0.8);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
}
.vidora-case-modal-media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #484e51;
  background: #111416;
  transition: opacity 220ms ease, transform 280ms cubic-bezier(0.23, 1, 0.32, 1);
}
.vidora-case-modal-media.has-video::before,
.vidora-case-modal-media.has-video > [data-case-modal-type],
.vidora-case-modal-media.has-video > [data-case-modal-status] {
  display: none;
}
.vidora-case-modal-video-link[hidden] {
  display: none;
}
.vidora-case-modal-content {
  padding: 26px 28px 10px;
  transition: opacity 220ms ease, transform 280ms cubic-bezier(0.23, 1, 0.32, 1);
}
.vidora-case-modal-content h3 {
  color: #fff;
  font-size: 24px;
}
.vidora-case-modal-content p {
  margin-top: 12px;
  color: #c5cbcd;
  font-size: 14px;
  line-height: 1.75;
}
.vidora-case-modal-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}
.vidora-case-modal-heading > .vidora-case-tag {
  position: static;
  flex: 0 0 auto;
  width: fit-content;
  max-width: 100%;
  margin: 0;
}
.vidora-case-modal-heading h3 {
  min-width: 0;
}
.vidora-case-modal-nav {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 16px;
  padding: 18px 28px 28px;
}
.vidora-case-modal-nav > button {
  width: 42px;
  height: 42px;
  border: 1px solid #70787c;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 23px;
  transition: background 350ms ease, border-color 350ms ease;
}
.vidora-case-modal-nav > button:hover, .vidora-case-modal-nav > button:focus-visible {
  border-color: var(--vidora-teal);
  background: var(--vidora-teal);
}
.vidora-case-modal-nav > div {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.vidora-case-modal-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #8c9497;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: border-color 240ms ease, background-color 240ms ease;
}
.vidora-case-modal-dot.is-active {
  border-color: #63d4cb;
  background: #63d4cb;
}

.vidora-process-list {
  position: relative;
  display: grid;
  max-width: 900px;
  gap: 22px;
  margin: 0 auto;
}
.vidora-process-list::before {
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 31px;
  width: 1px;
  background: var(--vidora-line);
  content: "";
}

.vidora-process-step {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  align-items: start;
}
.vidora-process-step > div {
  padding: 22px 24px;
  border: 1px solid var(--vidora-line);
  background: #fff;
}
.vidora-process-step h3 {
  color: var(--vidora-ink);
  font-size: 19px;
}
.vidora-process-step p {
  margin-top: 8px;
  color: var(--vidora-muted);
  font-size: 14px;
  line-height: 1.7;
}

.vidora-process-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 64px;
  height: 64px;
  border: 1px solid var(--vidora-teal);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--vidora-teal);
  font-size: 13px;
  font-weight: 800;
}

.vidora-process-tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 8px;
  border: 1px solid rgba(17, 148, 138, 0.4);
  color: var(--vidora-teal-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.vidora-modal-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .vidora-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vidora-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vidora-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 901px) and (max-width: 1600px) {
  .vidora-hero {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    height: calc(100vh - 68px);
    height: calc(100svh - 68px);
    min-height: 0;
  }
  .vidora-hero-stage {
    min-height: 0;
  }
  .vidora-hero-slide.is-active, .vidora-hero-grid {
    height: 100%;
  }
  .vidora-hero-grid {
    min-height: 0;
  }
  .vidora-hero-navigation {
    align-self: end;
    margin-top: 0;
    margin-bottom: clamp(18px, 2.5vh, 28px);
  }
  .vidora-case-modal {
    padding: 16px;
  }
  .vidora-case-modal-box {
    display: grid;
    width: min(680px, 100% - 32px);
    height: calc(100vh - 32px);
    height: min(620px, 100svh - 32px);
    max-height: 620px;
    grid-template-rows: minmax(220px, 1fr) auto auto;
    overflow: hidden;
  }
  .vidora-case-modal-media {
    height: 100%;
    min-height: 0;
  }
  .vidora-case-modal-content {
    padding: 20px 24px 6px;
  }
  .vidora-case-modal-nav {
    padding: 14px 24px 20px;
  }
}
@media (max-width: 900px) {
  .vidora-hero {
    min-height: auto;
    padding-top: 70px;
  }
  .vidora-hero-background {
    background-position: 64% center;
  }
  .vidora-hero-background::after {
    background: linear-gradient(rgba(241, 241, 241, 0.9), rgba(241, 241, 241, 0.94));
  }
  .vidora-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .vidora-hero-stage {
    min-height: 390px;
  }
  .vidora-contact-grid {
    grid-template-columns: 1fr;
  }
  .media-placeholder--hero {
    min-height: 0;
  }
  .vidora-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .vidora-stat:nth-child(2) {
    border-right: 0;
  }
  .vidora-stat:nth-child(-n+2) {
    border-bottom: 1px solid var(--vidora-line);
  }
}
@media (max-width: 768px) {
  .vidora-page .header-wrapper .team-nav-button a {
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
  .vidora-section {
    padding: 74px 0;
  }
  .vidora-timeline {
    display: none;
  }
  .vidora-hero {
    display: grid;
    height: calc(100vh - 48px);
    height: calc(100svh - 48px);
    min-height: 0;
    grid-template-rows: minmax(0, 1fr) auto;
    padding: 0;
  }
  .vidora-hero-stage {
    min-height: 0;
  }
  .vidora-hero-slide.is-active, .vidora-hero-grid {
    height: 100%;
  }
  .vidora-hero-grid {
    min-height: 0;
  }
  .vidora-hero-navigation {
    align-self: end;
    margin-top: 0;
    margin-bottom: clamp(16px, 2.5svh, 24px);
  }
  .vidora-card-grid,
  .vidora-case-grid,
  .vidora-form-row,
  .vidora-choice-grid {
    grid-template-columns: 1fr;
  }
  .vidora-group-header {
    grid-template-columns: auto 1fr;
  }
  .vidora-group-header > span:last-child {
    grid-column: 2;
    text-align: left;
  }
  .vidora-case-modal-box {
    height: auto;
    max-height: calc(100svh - 32px);
    grid-template-rows: auto auto auto;
    overflow-y: auto;
  }
  .vidora-case-modal-media {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16/9;
  }
  .vidora-case-modal-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .vidora-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .vidora-card-content > p {
    min-height: auto;
  }
  .vidora-contact-grid {
    gap: 36px;
  }
}
@media (max-width: 520px) {
  .vidora-shell {
    width: min(100% - 28px, 1240px);
  }
  .vidora-hero h1, .vidora-hero-title {
    font-size: 40px;
  }
  .vidora-hero-stage {
    min-height: 0;
  }
  .vidora-hero-navigation {
    align-items: flex-end;
  }
  .vidora-group-header {
    grid-template-columns: 1fr;
  }
  .vidora-group-header > span:last-child {
    grid-column: auto;
  }
  .vidora-group-number {
    width: 42px;
    height: 42px;
  }
  .vidora-filter-row {
    align-items: stretch;
    flex-direction: column;
  }
  .vidora-filter-row > span {
    margin-bottom: 2px;
  }
  .vidora-filter-row .vidora-filter {
    width: 100%;
  }
  .vidora-process-list::before {
    left: 23px;
  }
  .vidora-process-step {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }
  .vidora-process-step > div {
    padding: 18px;
  }
  .vidora-process-number {
    width: 48px;
    height: 48px;
  }
  .vidora-case-modal {
    padding: 12px;
  }
  .vidora-case-modal-box {
    max-height: calc(100svh - 24px);
  }
  .vidora-case-modal-content, .vidora-case-modal-nav {
    padding-right: 20px;
    padding-left: 20px;
  }
  .vidora-section-heading h2 {
    font-size: 26px;
  }
  .vidora-team-grid {
    grid-template-columns: 1fr;
  }
  .vidora-actions,
  .vidora-action {
    width: 100%;
  }
  .vidora-stat {
    padding: 18px 8px;
  }
  .vidora-stat strong {
    font-size: 32px;
  }
  .vidora-stat span {
    font-size: 11px;
  }
  .vidora-contact-card,
  .vidora-card-content {
    padding: 24px;
  }
  .vidora-floating-cta {
    right: 14px;
    bottom: 14px;
  }
}
@media (max-width: 520px) and (max-height: 620px) {
  .vidora-hero h1, .vidora-hero-title {
    margin-top: 14px;
    font-size: 34px;
  }
  .vidora-hero-copy {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.55;
  }
  .vidora-hero-navigation {
    margin-bottom: 12px;
  }
  .vidora-actions {
    gap: 10px;
    margin-top: 18px;
  }
  .vidora-action {
    min-height: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .vidora-playhead {
    animation: none;
  }
  .vidora-action,
  .vidora-hero-slide,
  .vidora-hero-background,
  .vidora-hero-dot,
  .vidora-hero-arrow,
  .vidora-advantages summary,
  .vidora-advantages summary::after,
  .vidora-advantages ul,
  .vidora-filter,
  .vidora-slider-button,
  .vidora-slider-button::after,
  .vidora-product-card,
  .vidora-team-card,
  .vidora-video-trigger::after,
  .vidora-video-trigger img,
  .vidora-video-play,
  .vidora-case-thumbnail,
  .vidora-floating-cta,
  .vidora-case-modal,
  .vidora-case-modal-backdrop,
  .vidora-case-modal-box,
  .vidora-case-modal-media,
  .vidora-case-modal-content,
  .vidora-case-modal-dot {
    transition: none;
  }
}
