.fdb-ux-block {
  --fdb-anim-duration: 700ms;
  --fdb-anim-delay: 0ms;
  opacity: 1;
  transform: none;
}

html.fdb-anim-ready .fdb-ux-block[data-fdb-anim="fade-up"],
html.fdb-anim-ready .fdb-ux-block[data-fdb-anim="fade"],
html.fdb-anim-ready .fdb-ux-block[data-fdb-anim="zoom"] {
  opacity: 0;
  transition: opacity var(--fdb-anim-duration) ease, transform var(--fdb-anim-duration) ease;
  transition-delay: var(--fdb-anim-delay);
  will-change: opacity, transform;
}

html.fdb-anim-ready .fdb-ux-block[data-fdb-anim="fade-up"] { transform: translate3d(0, 24px, 0); }
html.fdb-anim-ready .fdb-ux-block[data-fdb-anim="zoom"] { transform: scale(0.965); }

.fdb-ux-block.is-inview {
  opacity: 1 !important;
  transform: none !important;
}

.fdb-ux-block[data-fdb-parallax] {
  will-change: transform;
}

.fdb-style-pack-cinematic .fdb-discovery-hero,
.fdb-style-pack-cinematic .fdb-creative-hero {
  position: relative;
  overflow: hidden;
}

.fdb-style-pack-cinematic .fdb-discovery-hero::after,
.fdb-style-pack-cinematic .fdb-creative-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 75% at 12% 0%, rgba(34, 90, 255, 0.24), transparent 54%), radial-gradient(80% 70% at 90% 100%, rgba(10, 166, 189, 0.16), transparent 60%);
  pointer-events: none;
}

.fdb-style-pack-neon .fdb-btn-accent {
  box-shadow: 0 0 0 1px rgba(255,255,255,0.2), 0 10px 28px rgba(37, 99, 235, 0.45);
}

.fdb-style-pack-neon .fdb-discovery-tab-btn.is-active,
.fdb-style-pack-neon .fdb-tag {
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.34), 0 8px 22px rgba(37, 99, 235, 0.28);
}

.fdb-style-pack-soft .fdb-creative-project-card,
.fdb-style-pack-soft .fdb-card,
.fdb-style-pack-soft .fdb-discovery-person {
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
  border-radius: 14px;
}

.fdb-style-pack-soft .fdb-discovery-hero,
.fdb-style-pack-soft .fdb-creative-hero,
.fdb-style-pack-soft .fdb-discovery-cta {
  border-radius: 18px;
}

@media (prefers-reduced-motion: reduce) {
  .fdb-ux-block,
  .fdb-ux-block[data-fdb-anim="fade-up"],
  .fdb-ux-block[data-fdb-anim="fade"],
  .fdb-ux-block[data-fdb-anim="zoom"] {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* Creative Agency visual pass */
.fdb-creative-marquee-wrap {
  margin-top: 22px;
  transform: rotate(-2.4deg);
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(2px);
}

.fdb-creative-marquee-track {
  display: inline-flex;
  gap: 2rem;
  white-space: nowrap;
  font-size: clamp(28px, 6vw, 72px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  animation: fdbMarquee 18s linear infinite;
  padding: 10px 0;
}

.fdb-creative-marquee-track span {
  color: rgba(7, 12, 29, 0.96);
}

@keyframes fdbMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-33.333%, 0, 0); }
}

.fdb-creative-poster-rail-wrap {
  margin-top: 20px;
  overflow: hidden;
  transform: rotate(-3.4deg);
  padding: 8px 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.fdb-creative-poster-rail-track {
  display: inline-flex;
  gap: 14px;
  align-items: stretch;
  width: max-content;
  animation: fdbPosterRail var(--fdb-rail-speed, 24s) linear infinite;
}

.fdb-creative-poster-card {
  width: clamp(132px, 14vw, 220px);
  aspect-ratio: 2 / 3;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(11, 19, 33, 0.28);
  border: 1px solid rgba(255,255,255,0.5);
  background: #d9d9d9;
  flex: 0 0 auto;
}

.fdb-creative-poster-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fdb-creative-poster-card:nth-child(2n) {
  transform: translateY(-10px);
}

.fdb-creative-poster-card:nth-child(3n) {
  transform: translateY(8px);
}

@keyframes fdbPosterRail {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.fdb-creative-project-card {
  border-radius: 26px 16px 24px 14px;
  overflow: hidden;
}

.fdb-creative-project-card:nth-child(even) {
  border-radius: 14px 24px 14px 24px;
}

@media (max-width: 1024px) {
  .fdb-creative-poster-rail-wrap {
    transform: rotate(-2.4deg);
  }
}

@media (max-width: 680px) {
  .fdb-creative-marquee-wrap {
    transform: rotate(-1.2deg);
  }

  .fdb-creative-poster-rail-wrap {
    transform: rotate(-1.3deg);
    margin-top: 14px;
  }

  .fdb-creative-poster-rail-track {
    gap: 10px;
  }

  .fdb-creative-poster-card {
    width: 112px;
    border-radius: 12px;
  }
}

/* Elementor editor safety: never hide widget output in canvas */
.elementor-editor-active .fdb-ux-block,
.elementor-editor-preview .fdb-ux-block,
body.elementor-editor-active .fdb-ux-block,
body.elementor-editor-preview .fdb-ux-block {
  opacity: 1 !important;
  transform: none !important;
}

/* Creative page stronger match to reference */
.fdb-widget-creative-hero .fdb-creative-hero {
  background: #efefef !important;
  color: #111;
  padding: 96px 0 38px;
}

.fdb-widget-creative-hero .fdb-creative-hero::before {
  background: transparent !important;
}

.fdb-widget-creative-hero .fdb-creative-eyebrow,
.fdb-widget-creative-hero .fdb-creative-desc {
  color: #222 !important;
}

.fdb-widget-creative-hero .fdb-creative-title {
  color: #111 !important;
  max-width: 10ch;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.fdb-widget-creative-hero .fdb-creative-hero-media {
  display: none;
}

.fdb-widget-creative-split .fdb-creative-split,
.fdb-widget-creative-projects .fdb-creative-projects,
.fdb-widget-creative-logos .fdb-creative-logos,
.fdb-widget-creative-cta .fdb-creative-cta {
  background: #efefef;
}

.fdb-widget-creative-projects .fdb-creative-head h2,
.fdb-widget-creative-split .fdb-creative-split-copy h2 {
  color: #111;
  font-weight: 900;
}

.fdb-widget-creative-projects .fdb-creative-head p,
.fdb-widget-creative-split .fdb-creative-split-copy p,
.fdb-widget-creative-cta .fdb-creative-cta p {
  color: #4b5563;
}

.fdb-widget-creative-cta .fdb-creative-cta-inner {
  background: #f7f7f7;
  border: 1px solid #e5e7eb;
}

.fdb-widget-creative-cta .fdb-creative-cta h2 {
  color: #111;
}

.fdb-widget-creative-cta .fdb-creative-cta-mail {
  color: #111;
  opacity: .85;
}

.fdb-widget-creative-logos .fdb-creative-logo-grid {
  background: linear-gradient(140deg, #081225, #0a2042 48%, #061327 100%);
  border-radius: 20px;
  padding: 22px;
}

.fdb-widget-creative-logos .fdb-creative-logo-item {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.12);
}

.fdb-widget-creative-logos .fdb-creative-logo-item img {
  filter: grayscale(1) brightness(2.2);
}

.fdb-creative-video-strip-wrap {
  margin-top: 8px;
  margin-bottom: 22px;
}

.fdb-creative-video-banner {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  background: #101828;
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 28px rgba(16, 24, 40, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fdb-creative-video-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(5, 10, 20, 0.2), rgba(5, 10, 20, 0.4));
}

.fdb-creative-video-play {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  background: rgba(255,255,255,0.85);
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

@media (max-width: 680px) {
  .fdb-creative-video-banner {
    border-radius: 24px;
  }

  .fdb-creative-video-play {
  text-decoration: none;
  cursor: pointer;
    width: 54px;
    height: 54px;
  }
}

/* New trailers section */
.fdb-new-trailers-grid {
  display: grid;
  grid-template-columns: repeat(var(--fdb-trailer-cols, 3), minmax(0, 1fr));
  gap: 16px;
}

.fdb-new-trailer-card {
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  overflow: hidden;
}

.fdb-new-trailer-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0f172a;
  overflow: hidden;
}

.fdb-new-trailer-media iframe,
.fdb-new-trailer-media img {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
}

.fdb-new-trailer-media img {
  height: 114%;
  margin-top: -10%;
  object-fit: cover;
  object-position: center top;
}

.fdb-new-trailer-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, #0f172a, #1e293b);
}

.fdb-new-trailer-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 0, 60, 0.9);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(2, 6, 23, 0.35);
}

.fdb-new-trailer-play:hover {
  background: rgba(220, 38, 38, 0.95);
}

.fdb-new-trailer-title {
  margin: 0;
  padding: 10px 12px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #0f172a;
}

.fdb-new-trailers-section .fdb-home-section-header {
  text-align: left;
}

.fdb-new-trailers-section .fdb-home-section-header p {
  margin-right: auto;
}

.fdb-new-trailers-empty {
  border: 1px dashed #c9d3e4;
  border-radius: 12px;
  background: #f8fbff;
  color: #4b5b73;
  padding: 22px;
}

/* Reviews showcase widget */
.fdb-reviews-showcase-grid {
  display: grid;
  grid-template-columns: repeat(var(--fdb-reviews-cols, 2), minmax(0, 1fr));
  gap: 16px;
}

.fdb-review-showcase-card {
  border: 1px solid #d7dfeb;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.fdb-review-showcase-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.fdb-review-showcase-media {
  aspect-ratio: 16 / 9;
  background: #0f172a center / cover no-repeat;
}

.fdb-review-showcase-body {
  padding: 12px 14px 14px;
}

.fdb-review-showcase-body h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.2;
}

.fdb-review-showcase-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 8px;
}

.fdb-rmeta-score,
.fdb-rmeta-verdict {
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
}

.fdb-rmeta-score {
  color: #1e40af;
  background: #dbeafe;
}

.fdb-rmeta-verdict {
  color: #166534;
  background: #dcfce7;
}

.fdb-rmeta-related {
  margin: 0 0 8px;
  color: #475569;
  font-weight: 600;
}

.fdb-rmeta-excerpt {
  margin: 0 0 12px;
  color: #4b5563;
  line-height: 1.5;
}

.fdb-reviews-layout-magazine .fdb-review-showcase-link {
  display: grid;
  grid-template-columns: 44% 1fr;
}

.fdb-reviews-layout-magazine .fdb-review-showcase-media {
  aspect-ratio: auto;
  min-height: 100%;
}

.fdb-reviews-layout-compact .fdb-review-showcase-body h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.fdb-reviews-layout-compact .fdb-review-showcase-media {
  aspect-ratio: 4 / 3;
}

.fdb-reviews-layout-compact .fdb-rmeta-excerpt {
  display: none;
}

.fdb-reviews-layout-spotlight .fdb-review-showcase-card {
  background: #0f172a;
  border-color: #1e293b;
}

.fdb-reviews-layout-spotlight .fdb-review-showcase-body h3,
.fdb-reviews-layout-spotlight .fdb-rmeta-related,
.fdb-reviews-layout-spotlight .fdb-rmeta-excerpt {
  color: #e2e8f0;
}

.fdb-reviews-layout-spotlight .fdb-rmeta-score {
  background: #1d4ed8;
  color: #fff;
}

.fdb-reviews-layout-spotlight .fdb-rmeta-verdict {
  background: #059669;
  color: #fff;
}

.fdb-reviews-layout-vertical .fdb-review-showcase-media {
  aspect-ratio: 3 / 4;
}

.fdb-reviews-layout-vertical .fdb-review-showcase-body {
  padding: 14px;
}

.fdb-reviews-layout-vertical .fdb-review-showcase-body h3 {
  font-size: 22px;
}

.fdb-reviews-layout-horizontal .fdb-reviews-showcase-grid {
  grid-template-columns: 1fr !important;
}

.fdb-reviews-layout-horizontal .fdb-review-showcase-link {
  display: grid;
  grid-template-columns: minmax(220px, 34%) 1fr;
}

.fdb-reviews-layout-horizontal .fdb-review-showcase-media {
  aspect-ratio: auto;
  min-height: 220px;
}

.fdb-reviews-layout-horizontal .fdb-review-showcase-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 20px;
}

.fdb-reviews-layout-horizontal .fdb-review-showcase-body h3 {
  font-size: clamp(22px, 2.4vw, 32px);
}

@media (max-width: 1024px) {
  .fdb-reviews-showcase-grid {
    grid-template-columns: repeat(min(2, var(--fdb-reviews-cols, 2)), minmax(0, 1fr));
  }
  .fdb-reviews-layout-magazine .fdb-review-showcase-link {
    grid-template-columns: 1fr;
  }
  .fdb-reviews-layout-horizontal .fdb-review-showcase-link {
    grid-template-columns: 1fr;
  }
  .fdb-reviews-layout-horizontal .fdb-review-showcase-media {
    min-height: 190px;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 767px) {
  .fdb-reviews-showcase-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .fdb-new-trailers-grid { grid-template-columns: repeat(min(3, var(--fdb-trailer-cols, 3)), minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .fdb-new-trailers-grid { grid-template-columns: 1fr; }
}

/* Micro layout widgets */
.fdb-micro-heading {
  padding: 20px 0 10px;
}
.fdb-micro-heading .fdb-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.fdb-micro-heading-left { text-align: left; }
.fdb-micro-heading-center { text-align: center; }
.fdb-micro-heading-right { text-align: right; }
.fdb-micro-eyebrow {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.8;
  margin-bottom: 10px;
}
.fdb-micro-heading h2 {
  margin: 0;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.1;
}
.fdb-micro-heading p {
  margin: 10px 0 0;
  max-width: 860px;
  opacity: 0.85;
}
.fdb-micro-heading-center p,
.fdb-micro-heading-right p {
  margin-left: auto;
}
.fdb-widget-titles-query,
.fdb-widget-section-heading,
.fdb-widget-creative-poster-rail {
  width: 100%;
}
.fdb-micro-poster-rail {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .fdb-micro-heading {
    padding: 16px 0 8px;
  }
  .fdb-micro-heading .fdb-container {
    padding: 0 16px;
  }
}

/* Atomic widgets */
.fdb-creative-text-standalone {
  max-width: 980px;
  margin: 0 auto;
  padding: 12px 0 6px;
}
.fdb-creative-media-standalone {
  margin: 8px 0 4px;
}
.fdb-creative-project-card-atomic {
  min-height: 260px;
  border-radius: 22px;
  overflow: hidden;
}
.fdb-creative-logo-item-atomic {
  min-height: 92px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
}
.fdb-creative-logo-item-atomic img {
  max-height: 46px;
}
.fdb-discovery-panel-title {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 700;
}
.fdb-discovery-panel-atomic .fdb-micro-titles-loop {
  padding-top: 0;
}
.fdb-section-card-atomic {
  min-height: 240px;
  border-radius: 18px;
  overflow: hidden;
}

/* 2026-02-24: Creative rail smoothing + typography polish */
.fdb-creative-poster-rail-wrap {
  transform: rotate(-2.1deg);
  overflow: clip;
}

.fdb-creative-poster-rail-track {
  animation-name: fdbPosterRailSmooth;
  animation-duration: var(--fdb-rail-speed, 30s);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
}

.fdb-creative-poster-card:nth-child(2n),
.fdb-creative-poster-card:nth-child(3n) {
  transform: none !important;
}

.fdb-creative-title {
  font-size: clamp(2rem, 4.8vw, 4.8rem);
  line-height: .98;
  letter-spacing: -0.03em;
  font-weight: 900;
  text-wrap: balance;
}

.fdb-creative-eyebrow {
  letter-spacing: .18em;
  font-weight: 700;
}

.fdb-creative-desc {
  max-width: 66ch;
  opacity: .92;
}

@keyframes fdbPosterRailSmooth {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 680px) {
  .fdb-creative-poster-rail-wrap {
    transform: rotate(-1deg);
  }
}
