@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap");

#imCardBeamLp, #imCardBeamLp * {
  margin: 0;
  box-sizing: border-box;
}

#imCardBeamLp {
  --brand-primary: #f8af3c;
  --brand-primary-strong: #ffc15f;
  --brand-bg-0: #030405;
  --brand-bg-1: #0c0d0f;
  --brand-bg-2: #15110d;
  --brand-ink: rgba(245, 247, 250, 0.96);
  --brand-ink-soft: rgba(224, 231, 238, 0.82);
  --line: rgba(194, 175, 140, 0.3);
  --stream-edge-pad: clamp(52px, 6vw, 120px);
  --stream-mask-width: clamp(70px, 8vw, 170px);
}

#imCardBeamLp {
  min-height: 100vh;
  background: radial-gradient(circle at 22% -18%, rgba(248, 175, 60, 0.24) 0%, transparent 43%),
    radial-gradient(circle at 88% 2%, rgba(255, 240, 218, 0.1) 0%, transparent 34%),
    linear-gradient(180deg, var(--brand-bg-0) 0%, var(--brand-bg-1) 58%, var(--brand-bg-2) 100%);
  color: var(--brand-ink);
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  overflow-x: hidden;
}

.header-stage {
  --stream-center-y: 43%;
  position: relative;
  width: 100%;
  min-height: 86vh;
  overflow: hidden;
  isolation: isolate;
}

.header-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://infinitymedia.nrw/wp-content/uploads/2025/12/Trailer_01_00_18_01-2048x1152.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.16;
  filter: saturate(0.72) contrast(0.9);
  z-index: 0;
}

.imcb-container {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 86vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imcb-container::before,
.imcb-container::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 8;
}

.imcb-container::before {
  background: radial-gradient(
    138% 112% at 50% 46%,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.5) 70%,
    rgba(0, 0, 0, 0.84) 100%
  );
}

.imcb-container::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.34) 0%,
    rgba(0, 0, 0, 0.12) 36%,
    rgba(0, 0, 0, 0.08) 62%,
    rgba(0, 0, 0, 0.42) 100%
  );
}

.lp-hero-shell {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 35;
  max-width: none;
  margin: 0;
  padding: clamp(14px, 2.2vw, 26px) clamp(16px, 4.5vw, 56px) 0;
}

.lp-hero-copy {
  position: absolute;
  left: clamp(16px, 6vw, 80px);
  top: clamp(300px, 57vh, 560px);
  transform: none;
  max-width: min(760px, 50vw);
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.lp-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--brand-primary-strong);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.lp-hero-copy h1 {
  margin-top: 12px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #fff9ef;
  position: relative;
  z-index: 1;
}

.lp-hero-copy p {
  margin-top: 12px;
  max-width: 50ch;
  font-size: clamp(16px, 1.85vw, 22px);
  line-height: 1.55;
  color: rgba(246, 236, 218, 0.88);
  position: relative;
  z-index: 1;
}

.lp-hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 32px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
}

.lp-btn-primary {
  color: rgba(26, 19, 8, 0.96);
  border-color: rgba(255, 206, 128, 0.75);
  background: linear-gradient(135deg, #f8af3c, #ffd084);
}

.lp-btn-ghost {
  color: rgba(252, 245, 232, 0.92);
  border-color: rgba(255, 221, 166, 0.42);
  background: rgba(20, 15, 10, 0.42);
}

.card-stream {
  position: absolute;
  top: var(--stream-center-y);
  transform: translateY(-50%);
  width: 100%;
  height: 280px;
  padding-inline: var(--stream-edge-pad);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 5;
}

.card-stream::before,
.card-stream::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--stream-mask-width);
  pointer-events: none;
  z-index: 7;
}

.card-stream::before {
  left: 0;
  background: linear-gradient(90deg, rgba(6, 7, 10, 0.98) 0%, rgba(6, 7, 10, 0.75) 46%, rgba(6, 7, 10, 0) 100%);
}

.card-stream::after {
  right: 0;
  background: linear-gradient(270deg, rgba(6, 7, 10, 0.98) 0%, rgba(6, 7, 10, 0.75) 46%, rgba(6, 7, 10, 0) 100%);
}

.card-line {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-inline: clamp(28px, 5vw, 96px);
  white-space: nowrap;
  cursor: grab;
  user-select: none;
  will-change: transform;
}

.card-line:active,
.card-line.dragging {
  cursor: grabbing;
}

.card-wrapper {
  position: relative;
  width: 420px;
  height: 260px;
  flex-shrink: 0;
}

.imcb-card {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  overflow: hidden;
}

.card-output {
  z-index: 2;
  border: 1px solid rgba(238, 216, 176, 0.28);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.55);
  clip-path: inset(0 0 0 var(--output-clip-left, 100%));
}

.output-video,
.output-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.08) saturate(1.08);
}

.output-overlay {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid rgba(246, 220, 180, 0.22);
  background: rgba(20, 15, 10, 0.54);
  backdrop-filter: blur(5px);
}

.output-pill {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(24, 16, 8, 0.98);
  background: linear-gradient(125deg, #f8af3c, #ffd084);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.output-title {
  max-width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
  color: rgba(255, 244, 226, 0.95);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.timeline-source {
  z-index: 1;
  border: 1px solid rgba(208, 182, 138, 0.3);
  background: linear-gradient(155deg, rgba(20, 16, 11, 0.98), rgba(11, 9, 7, 0.98));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.45);
  clip-path: inset(0 var(--timeline-clip-right, 0%) 0 0);
}

.timeline-shell {
  width: 100%;
  height: 100%;
  padding: 22px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 8px;
}

.timeline-ruler {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(227, 198, 152, 0.2);
  color: rgba(238, 218, 184, 0.85);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.timeline-lanes {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.timeline-label {
  display: inline-flex;
  width: fit-content;
  min-height: 18px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.timeline-label-video {
  color: rgba(255, 222, 160, 0.96);
  border: 1px solid rgba(224, 173, 94, 0.32);
  background: rgba(92, 63, 21, 0.32);
}

.timeline-label-audio {
  color: rgba(255, 240, 214, 0.92);
  border: 1px solid rgba(204, 170, 110, 0.32);
  background: rgba(66, 48, 19, 0.26);
}

.timeline-video-stack,
.timeline-audio-stack {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.timeline-video-track,
.timeline-audio-track {
  position: relative;
  width: 100%;
  height: 22px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: rgba(20, 15, 10, 0.74);
  overflow: hidden;
  isolation: isolate;
}

.timeline-video-track-1,
.timeline-video-track-2,
.timeline-video-track-3 {
  height: 22px;
}

.timeline-divider {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    rgba(216, 180, 122, 0.1),
    rgba(216, 180, 122, 0.78),
    rgba(216, 180, 122, 0.1)
  );
}

.timeline-video-clip {
  position: absolute;
  top: 1px;
  bottom: 1px;
  border-radius: 4px;
  border: 1px solid rgba(226, 201, 160, 0.28);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(12, 16, 30, 0.2);
}

.timeline-audio-track-main {
  background: linear-gradient(180deg, rgba(67, 47, 20, 0.82), rgba(41, 30, 12, 0.8));
  border-color: rgba(224, 189, 127, 0.5);
}

.timeline-audio-clip-full {
  position: absolute;
  inset: 1px;
  border-radius: 4px;
  border: 1px solid rgba(243, 213, 165, 0.24);
  background: linear-gradient(180deg, rgba(188, 139, 72, 0.38), rgba(120, 85, 36, 0.26));
}

.timeline-audio-baseline {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 1px;
  background: rgba(255, 228, 186, 0.22);
  transform: translateY(-50%);
}

.timeline-waveform {
  position: absolute;
  inset: 4px 6px;
  display: flex;
  align-items: flex-end;
  gap: 1px;
  opacity: 0.95;
}

.timeline-waveform-bar {
  flex: 1 1 0;
  min-width: 1px;
  border-radius: 1px 1px 0 0;
  background: linear-gradient(180deg, rgba(255, 238, 206, 0.96), rgba(223, 183, 122, 0.42));
  box-shadow: 0 0 2px rgba(255, 220, 162, 0.2);
}

.timeline-audio-track-split {
  background: linear-gradient(180deg, rgba(53, 38, 16, 0.74), rgba(31, 23, 10, 0.76));
  border-color: rgba(198, 160, 103, 0.4);
}

.timeline-audio-clip-split {
  position: absolute;
  top: 1px;
  bottom: 1px;
  border-radius: 4px;
  border: 1px solid rgba(245, 213, 161, 0.56);
  background: linear-gradient(180deg, rgba(241, 191, 113, 0.96), rgba(182, 131, 66, 0.9));
  box-shadow: inset 0 0 0 1px rgba(66, 45, 18, 0.24);
}

.timeline-audio-clip-wave {
  position: absolute;
  inset: 3px 4px;
  display: flex;
  align-items: flex-end;
  gap: 1px;
  opacity: 0.88;
}

.timeline-audio-clip-wave-bar {
  flex: 1 1 0;
  min-width: 1px;
  border-radius: 1px 1px 0 0;
  background: linear-gradient(180deg, rgba(255, 244, 223, 0.92), rgba(246, 207, 147, 0.4));
}

.scanner {
  position: absolute;
  left: 50%;
  top: var(--stream-center-y);
  transform: translate(-50%, -50%);
  width: 4px;
  height: 310px;
  border-radius: 24px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(248, 175, 60, 0.8),
    rgba(255, 206, 128, 1),
    rgba(248, 175, 60, 0.8),
    transparent
  );
  box-shadow: 0 0 18px rgba(248, 175, 60, 0.85), 0 0 36px rgba(248, 175, 60, 0.45);
  animation: scanPulse 2s ease-in-out infinite alternate;
  z-index: 10;
}

@keyframes scanPulse {
  0% {
    opacity: 0.82;
    transform: translate(-50%, -50%) scaleY(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scaleY(1.08);
  }
}

.scan-effect {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(248, 175, 60, 0.32), transparent);
  animation: scanEffect 0.55s ease-out;
  pointer-events: none;
  z-index: 3;
}

@keyframes scanEffect {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

#particleCanvas {
  position: absolute;
  top: var(--stream-center-y);
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 250px;
  z-index: 0;
  pointer-events: none;
}

#scannerCanvas {
  position: absolute;
  top: var(--stream-center-y);
  left: -3px;
  transform: translateY(-50%);
  width: 100%;
  height: 300px;
  z-index: 15;
  pointer-events: none;
}

.inspiration-credit {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 42;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 193, 95, 0.82);
}

.inspiration-credit a {
  color: rgba(255, 193, 95, 0.82);
  text-decoration: none;
}

.inspiration-credit a:hover {
  color: #ffd084;
}

@media (max-width: 900px) {
  .header-stage,
  .imcb-container {
    min-height: 78vh;
  }

  .header-stage {
    --stream-center-y: 44%;
  }

  .lp-hero-shell {
    padding: 10px 14px 0;
  }

  .lp-hero-copy {
    position: absolute;
    left: 14px;
    top: clamp(220px, 60vh, 380px);
    transform: none;
    max-width: min(78vw, 430px);
    margin-top: 0;
    padding: 0;
  }

  .lp-hero-copy h1 {
    font-size: clamp(30px, 8.6vw, 52px);
  }

  .lp-hero-copy p {
    font-size: clamp(14px, 3.9vw, 18px);
    line-height: 1.45;
  }

  .card-stream {
    height: 240px;
    padding-inline: clamp(20px, 7vw, 42px);
  }

  .card-stream::before,
  .card-stream::after {
    width: clamp(30px, 8vw, 56px);
  }

  .card-wrapper {
    width: 332px;
    height: 212px;
  }

  .imcb-card {
    border-radius: 13px;
  }

  .timeline-shell {
    padding: 10px;
    gap: 6px;
  }

  .timeline-ruler {
    font-size: 10px;
    padding-bottom: 6px;
  }

  .timeline-video-track,
  .timeline-audio-track,
  .timeline-video-track-1,
  .timeline-video-track-2,
  .timeline-video-track-3 {
    height: 18px;
  }

}

.lp-hero-micro {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(246, 236, 218, 0.78);
}
.lp-trust-row {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
  width: min(720px, 62vw);
}
.lp-trust-item {
  border: 1px solid rgba(255, 221, 166, 0.22);
  background: rgba(8, 6, 4, 0.36);
  border-radius: 12px;
  min-height: 62px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-trust-item img {
  max-width: 100%;
  max-height: 36px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.9;
}
@media (max-width: 900px) {
  .lp-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(88vw, 520px);
  }
}

  
/* IM: Padding consistency override */
#imCardBeamLp .lp-hero-copy {
  left: clamp(26px, 5.8vw, 92px);
  max-width: min(740px, 48vw);
}

#imCardBeamLp .lp-btn {
  min-height: 52px !important;
  padding: 0 24px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  line-height: 1.1 !important;
}

#imCardBeamLp .card-stream {
  padding-inline: clamp(86px, 10vw, 210px) !important;
}

#imCardBeamLp .card-line {
  padding-inline: clamp(40px, 6vw, 124px) !important;
}

#imCardBeamLp .output-overlay {
  left: 18px !important;
  right: 18px !important;
  bottom: 16px !important;
  padding: 12px 14px !important;
}

#imCardBeamLp .timeline-shell {
  padding: 14px !important;
}

@media (max-width: 900px) {
  #imCardBeamLp .lp-hero-copy {
    left: 16px;
    max-width: min(84vw, 430px);
  }

  #imCardBeamLp .lp-btn {
    min-height: 46px !important;
    padding: 0 18px !important;
    font-size: 14px !important;
  }

  #imCardBeamLp .card-stream {
    padding-inline: clamp(22px, 8vw, 46px) !important;
  }

  #imCardBeamLp .card-line {
    padding-inline: clamp(10px, 4vw, 24px) !important;
  }

  #imCardBeamLp .output-overlay {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    padding: 10px 11px !important;
  }

  #imCardBeamLp .timeline-shell {
    padding: 10px !important;
  }
}
/* END IM: Padding consistency override */

  
/* IM: Remove edge fade + raise stream */
#imCardBeamLp .card-stream::before,
#imCardBeamLp .card-stream::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
}

#imCardBeamLp .header-stage {
  --stream-center-y: 35.5% !important;
}

@media (max-width: 900px) {
  #imCardBeamLp .header-stage {
    --stream-center-y: 38% !important;
  }
}
/* END IM: Remove edge fade + raise stream */

  
/* IM: Safari padding fallback */
#imCardBeamLp .card-stream {
  padding-left: clamp(86px, 10vw, 210px) !important;
  padding-right: clamp(86px, 10vw, 210px) !important;
}

#imCardBeamLp .card-line {
  padding-left: clamp(40px, 6vw, 124px) !important;
  padding-right: clamp(40px, 6vw, 124px) !important;
}

@media (max-width: 900px) {
  #imCardBeamLp .card-stream {
    padding-left: clamp(22px, 8vw, 46px) !important;
    padding-right: clamp(22px, 8vw, 46px) !important;
  }

  #imCardBeamLp .card-line {
    padding-left: clamp(10px, 4vw, 24px) !important;
    padding-right: clamp(10px, 4vw, 24px) !important;
  }
}
/* END IM: Safari padding fallback */

  

/* IM: CTA prominence + copy gap */
#imCardBeamLp .lp-hero-actions {
  margin-top: 30px !important;
}

#imCardBeamLp .lp-btn {
  min-height: 60px !important;
  padding: 0 30px !important;
  border-radius: 14px !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  border-width: 2px !important;
}

#imCardBeamLp .lp-btn-primary {
  box-shadow: 0 14px 34px rgba(248, 175, 60, 0.34), 0 5px 14px rgba(0, 0, 0, 0.32) !important;
}

@media (max-width: 900px) {
  #imCardBeamLp .lp-hero-actions {
    margin-top: 22px !important;
  }

  #imCardBeamLp .lp-btn {
    min-height: 52px !important;
    padding: 0 22px !important;
    font-size: 15px !important;
  }
}
/* END IM: CTA prominence + copy gap */

  

/* IM: Trim bottom brown area */
#imCardBeamLp {
  min-height: 0 !important;
  background: transparent !important;
}

#imCardBeamLp .header-stage,
#imCardBeamLp .imcb-container {
  min-height: 100svh !important;
  min-height: 100vh !important;
}

@media (max-width: 900px) {
  #imCardBeamLp .header-stage,
  #imCardBeamLp .imcb-container {
    min-height: 84svh !important;
    min-height: 84vh !important;
  }
}
/* END IM: Trim bottom brown area */
