:root {
  --bg: #05060a;
  --panel: #0c1020;
  --panel-2: #11172a;
  --text: #f7f8ff;
  --muted: #b4bad0;
  --soft: #7f879d;
  --line: rgba(255, 255, 255, 0.12);
  --cyan: #00c8ff;
  --blue: #286bff;
  --pink: #ec2bd3;
  --violet: #8c41ff;
  --lime: #b7ff4a;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 7%, rgba(0, 200, 255, 0.18), transparent 31rem),
    radial-gradient(circle at 84% 2%, rgba(236, 43, 211, 0.16), transparent 29rem),
    linear-gradient(180deg, #040409 0%, #070814 44%, #05060a 100%);
  color: var(--text);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  display: none;
  position: sticky;
  top: 0;
  z-index: 10;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(20px, 4vw, 56px);
  background: rgba(5, 6, 10, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  width: 64px;
}

.nav {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover,
.header-cta:hover {
  color: var(--text);
}

.header-cta {
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
  padding: 11px 16px;
  background: rgba(255, 255, 255, 0.06);
}

.section-band,
.split-section,
.demo,
.faq {
  padding: clamp(64px, 8vw, 104px) clamp(20px, 5vw, 72px);
}

.hero {
  position: relative;
  min-height: 0;
  padding: clamp(30px, 4vw, 56px) clamp(28px, 5vw, 74px);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 200, 255, 0.16), transparent 31rem),
    radial-gradient(circle at 82% 10%, rgba(236, 43, 211, 0.14), transparent 30rem),
    linear-gradient(180deg, #040409 0%, #070814 54%, #05060a 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 4, 8, 0.95) 0%, rgba(3, 4, 8, 0.82) 45%, transparent 72%),
    radial-gradient(ellipse at 74% 16%, rgba(180, 34, 255, 0.2), transparent 30rem);
  opacity: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #05060a);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  min-height: 0;
  align-items: center;
}

.hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.hero-art {
  position: relative;
  display: grid;
  justify-self: center;
  width: min(34vw, 480px);
  max-width: 480px;
  min-width: 280px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(172, 181, 220, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 42%, rgba(139, 70, 255, 0.24), transparent 18rem),
    rgba(5, 8, 16, 0.3);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.44), inset 0 0 40px rgba(255, 255, 255, 0.02);
}

.hero-art img {
  width: 86%;
  filter: drop-shadow(0 0 28px rgba(188, 42, 255, 0.42));
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin: 0 0 24px;
  max-width: 820px;
  color: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(60px, 6.5vw, 104px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 4px 26px rgba(0, 0, 0, 0.55);
}

h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(180deg, #ff65f4 0%, #a94bff 58%, #6c35ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.2;
}

p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-subtitle {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.33;
  letter-spacing: 0.035em;
}

.hero-subtitle em {
  color: #9b5cff;
  font-style: normal;
  font-weight: 800;
}

.hero-bullets {
  display: grid;
  gap: 12px;
  max-width: 660px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.35;
}

.hero-bullets li {
  position: relative;
  min-height: 32px;
  padding-left: 48px;
}

.hero-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #05b8ff, #7c3cff 52%, #ef23d2);
  box-shadow: 0 0 18px rgba(124, 60, 255, 0.48);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.hero-bullets li:nth-child(1)::before {
  content: "⇧";
}

.hero-bullets li:nth-child(2)::before {
  content: "✦";
}

.hero-bullets li:nth-child(3)::before {
  content: "▻";
}

.hero-bullets li:nth-child(4)::before {
  content: "↥";
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: clamp(28px, 3.5vh, 38px);
}

.hero-actions .button {
  min-width: 276px;
  min-height: 66px;
  border-radius: 12px;
  padding: 0 30px;
  font-size: 23px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-actions .button span {
  margin-left: 16px;
  font-size: 30px;
  line-height: 1;
}

.hero-actions .secondary span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 14px;
}

.hero-actions .primary {
  background: linear-gradient(100deg, #05b8ff 0%, #7c3cff 48%, #ef23d2 100%);
  box-shadow: 0 18px 48px rgba(124, 60, 255, 0.38);
}

.hero-actions .secondary {
  border: 2px solid #ab2cff;
  background: rgba(6, 7, 14, 0.48);
  box-shadow: 0 0 24px rgba(171, 44, 255, 0.22) inset;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ai-graphic {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 50% 32%, rgba(126, 70, 255, 0.12), transparent 32rem),
    radial-gradient(circle at 78% 65%, rgba(236, 43, 211, 0.08), transparent 26rem),
    #030409;
  text-align: center;
}

.ai-graphic h2 {
  margin: 0 auto clamp(34px, 5vw, 58px);
  max-width: 1200px;
  color: #fff;
  font-size: clamp(46px, 6.2vw, 84px);
  line-height: 1;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.72);
}

.ai-graphic h2 span {
  display: block;
}

.ai-flow {
  display: grid;
  grid-template-columns: minmax(280px, 330px) 120px minmax(190px, 250px) 120px minmax(280px, 360px);
  gap: 22px;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 0 auto;
}

.camera-stack {
  display: grid;
  gap: 14px;
}

.camera-stack article {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  min-height: 108px;
  align-items: center;
}

.camera-device {
  position: relative;
  display: block;
  width: 60px;
  height: 40px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.44);
  background: linear-gradient(135deg, #222937, #060812);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.44), inset 0 0 0 1px rgba(139, 70, 255, 0.22);
}

.camera-device::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 10px;
  width: 17px;
  height: 17px;
  border: 4px solid #9aa4ba;
  border-radius: 999px;
  background: #05070f;
  box-shadow: 0 0 18px rgba(139, 70, 255, 0.42);
}

.camera-device::after {
  content: "";
  position: absolute;
  left: 11px;
  top: -8px;
  width: 22px;
  height: 10px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(135deg, #59647b, #151925);
}

.feed-image {
  height: 102px;
  overflow: hidden;
  border: 1px solid rgba(143, 73, 255, 0.66);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(4, 5, 12, 0), rgba(4, 5, 12, 0.16)),
    url("assets/dj-footage-front.jpg") center / cover;
}

.camera-stack article:nth-child(2) .feed-image {
  background-image:
    linear-gradient(180deg, rgba(4, 5, 12, 0), rgba(4, 5, 12, 0.16)),
    url("assets/dj-footage-left.jpg");
  background-position: center;
}

.camera-stack article:nth-child(3) .feed-image {
  background-image:
    linear-gradient(180deg, rgba(4, 5, 12, 0), rgba(4, 5, 12, 0.16)),
    url("assets/dj-footage-right.jpg");
  background-position: center;
}

.camera-stack strong {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 74px);
  border-radius: 0 0 10px 10px;
  padding: 9px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
  font-size: 15px;
  text-transform: uppercase;
}

.merge-lines,
.output-line {
  position: relative;
  height: 220px;
}

.merge-lines {
  background: linear-gradient(90deg, #7d46ff, #a747ff) 36px 50% / calc(100% - 50px) 5px no-repeat;
}

.merge-lines::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 72px;
  height: 176px;
  border: 5px solid #8746ff;
  border-left: 0;
  border-radius: 0 28px 28px 0;
}

.merge-lines::after,
.output-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  border-top: 5px solid #b84cff;
  border-right: 5px solid #b84cff;
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
}

.output-line {
  align-self: center;
  height: 5px;
  background: linear-gradient(90deg, #7d46ff, #ff2bd6);
}

.output-line::after {
  right: -1px;
  border-color: #ff2bd6;
}

.ai-core {
  display: grid;
  width: clamp(180px, 17vw, 240px);
  height: clamp(180px, 17vw, 240px);
  place-items: center;
  border: 5px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(#05070f, #05070f) padding-box,
    linear-gradient(135deg, #286bff, #8b46ff 48%, #ff2bd6) border-box;
  box-shadow: 0 0 42px rgba(139, 70, 255, 0.18);
}

.brain-icon {
  width: 58%;
  height: 58%;
  color: #a347ff;
  filter: drop-shadow(0 0 18px rgba(255, 43, 214, 0.36));
}

.brain-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6;
}

.edited-output {
  border: 1px solid rgba(172, 181, 220, 0.36);
  border-radius: 18px;
  padding: 14px 14px 26px;
  background: rgba(6, 9, 17, 0.72);
}

.edited-preview {
  position: relative;
  height: 200px;
  overflow: hidden;
  border: 1px solid rgba(143, 73, 255, 0.48);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(4, 5, 12, 0.02), rgba(4, 5, 12, 0.22)),
    url("assets/dj-footage-front.jpg") center / cover;
}

.youtube-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 90px;
  height: 64px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: #ff2525;
  font-size: 31px;
  transform: translate(-50%, -50%);
}

.youtube-player-bar {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 15px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.youtube-player-bar span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: #ff2525;
}

.youtube-player-bar::before,
.youtube-player-bar::after {
  content: "";
  position: absolute;
  bottom: 13px;
  width: 0;
  height: 0;
}

.youtube-player-bar::before {
  left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid rgba(255, 255, 255, 0.9);
}

.youtube-player-bar::after {
  right: 0;
  width: 16px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 2px;
}

.edited-output h3 {
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.25;
  text-transform: uppercase;
}

.ai-graphic-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 940px;
  margin: clamp(44px, 5vw, 62px) auto 0;
}

.ai-graphic-benefits article {
  padding: 0 44px;
}

.ai-graphic-benefits article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.benefit-icon,
.ai-graphic-benefits strong {
  display: block;
}

.benefit-icon {
  position: relative;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  color: #9b49ff;
}

.record-icon {
  border: 3px solid #ff2b40;
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(255, 43, 64, 0.36);
}

.record-icon::before {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: inherit;
  background: #ff2b40;
}

.waveform-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.waveform-icon i {
  display: block;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #286bff, #ff2bd6);
  box-shadow: 0 0 14px rgba(139, 70, 255, 0.4);
}

.waveform-icon i:nth-child(1),
.waveform-icon i:nth-child(6) {
  height: 18px;
}

.waveform-icon i:nth-child(2),
.waveform-icon i:nth-child(5) {
  height: 34px;
}

.waveform-icon i:nth-child(3),
.waveform-icon i:nth-child(4) {
  height: 52px;
}

.share-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4.5;
  filter: drop-shadow(0 0 16px rgba(255, 43, 214, 0.34));
}

.ai-graphic-benefits strong {
  margin-top: 18px;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}

.ai-graphic-benefits p {
  margin: 8px 0 0;
  color: #d8d9e2;
  font-size: 18px;
  line-height: 1.35;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 8px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 900;
}

.button.primary {
  color: var(--text);
  background: linear-gradient(100deg, #5a25ff 0%, #ec2bd3 100%);
  box-shadow: 0 16px 48px rgba(236, 43, 211, 0.24);
}

.button.secondary {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
}

.proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 34px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 700;
}

.proof strong {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.hero-visual {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding: 26px 0 0;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 2% -10% 17%;
  z-index: -1;
  background:
    linear-gradient(110deg, transparent 0 36%, rgba(0, 200, 255, 0.16) 46%, rgba(236, 43, 211, 0.17) 76%, transparent 100%),
    radial-gradient(ellipse at 76% 6%, rgba(75, 124, 255, 0.34), transparent 24rem);
  opacity: 0.8;
  filter: blur(14px) saturate(1.08);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
  border-top: 1px solid var(--line);
}

.pain-copy,
.love .split-section > div {
  max-width: 780px;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.check-grid span {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 14px 14px 42px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 800;
}

.check-grid span::before,
.before-after li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 18px rgba(183, 255, 74, 0.6);
}

.check-grid span::before {
  left: 18px;
  top: 20px;
}

.strong-line {
  color: var(--text);
  font-weight: 800;
}

.pain {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: clamp(72px, 7vw, 116px) clamp(28px, 5vw, 76px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 86% 5%, rgba(170, 44, 255, 0.42), transparent 28rem),
    radial-gradient(circle at 80% 34%, rgba(62, 73, 255, 0.16), transparent 32rem),
    linear-gradient(180deg, #030409 0%, #05050a 100%);
}

.pain::before,
.pain::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.pain::before {
  inset: 0;
  background:
    linear-gradient(90deg, #030409 0%, rgba(3, 4, 9, 0.94) 42%, rgba(3, 4, 9, 0.56) 69%, rgba(3, 4, 9, 0.78) 100%),
    radial-gradient(ellipse at 89% 18%, rgba(255, 46, 191, 0.18), transparent 23rem);
}

.pain::after {
  right: -14%;
  top: -8%;
  width: 58%;
  height: 52%;
  background:
    repeating-linear-gradient(105deg, rgba(150, 63, 255, 0.58) 0 4px, transparent 4px 34px),
    radial-gradient(ellipse at center, rgba(147, 49, 255, 0.38), transparent 62%);
  filter: blur(8px);
  opacity: 0.38;
  transform: rotate(-7deg);
}

.pain-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(520px, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(36px, 5vw, 80px);
  max-width: 1440px;
  margin: 0 auto;
}

.pain-copy {
  max-width: 760px;
}

.pain-copy h2 {
  margin-bottom: 26px;
  color: #fff;
  font-size: clamp(52px, 5.4vw, 86px);
  line-height: 1.02;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.72);
}

.pain-copy h2 span {
  display: block;
}

.pain-copy h2 em {
  color: transparent;
  background: linear-gradient(95deg, #7a42ff 0%, #ff2d9c 92%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.accent-line {
  width: 200px;
  height: 5px;
  margin-bottom: 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0cbfff, #7d46ff 54%, #ff2d9c);
  box-shadow: 0 0 18px rgba(236, 43, 211, 0.32);
}

.pain-copy > p {
  max-width: 610px;
  margin-bottom: 0;
  color: #d9dbe5;
  font-size: clamp(21px, 1.8vw, 27px);
  line-height: 1.45;
}

.pain-copy > p strong,
.pain-bottom strong {
  color: #ff3ca2;
}

.pain-subheadline strong:first-of-type,
.pain-bottom strong:first-of-type {
  color: #934dff;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(76px, 1fr));
  margin: 34px 0 0;
}

.pain-grid span {
  position: relative;
  display: grid;
  min-height: 118px;
  align-content: start;
  justify-items: center;
  gap: 14px;
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: #f2f3f8;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.25;
  text-align: center;
}

.pain-grid span:first-child {
  border-left: 0;
}

.pain-grid span::before {
  content: "×";
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 49, 91, 0.62);
  border-radius: 999px;
  color: #ff315b;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.pain-bottom {
  max-width: 620px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.pain-bottom p {
  max-width: 620px;
  margin-bottom: 0;
  color: #d9dbe5;
  font-size: clamp(20px, 1.65vw, 25px);
  line-height: 1.45;
}

.pain-visual {
  position: relative;
  min-height: 610px;
}

.crowd-glow {
  position: absolute;
  inset: 0 -8% 18% 4%;
  background:
    radial-gradient(ellipse at 68% 12%, rgba(171, 50, 255, 0.48), transparent 20rem),
    radial-gradient(ellipse at 78% 25%, rgba(42, 78, 255, 0.25), transparent 22rem),
    repeating-radial-gradient(ellipse at 72% 30%, rgba(120, 84, 255, 0.2) 0 2px, transparent 2px 15px);
  opacity: 0.7;
  filter: blur(2px);
}

.camera-clutter {
  position: absolute;
  inset: 0;
}

.camera-clutter span {
  position: absolute;
  width: 86px;
  height: 58px;
  border: 2px solid rgba(215, 220, 240, 0.42);
  border-radius: 10px;
  background: linear-gradient(135deg, #232838, #06080f);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.48), 0 0 24px rgba(139, 70, 255, 0.24);
}

.camera-clutter span::before {
  content: "";
  position: absolute;
  left: 29px;
  top: 16px;
  width: 20px;
  height: 20px;
  border: 5px solid #111522;
  border-radius: 999px;
  background: #8f48ff;
  box-shadow: 0 0 18px rgba(255, 60, 162, 0.34);
}

.camera-clutter span::after {
  content: "";
  position: absolute;
  left: 14px;
  top: -10px;
  width: 30px;
  height: 12px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(135deg, #58627a, #141824);
}

.camera-clutter span:nth-child(1) {
  left: 2%;
  top: 18%;
  transform: rotate(-12deg);
}

.camera-clutter span:nth-child(2) {
  right: 2%;
  top: 20%;
  transform: rotate(11deg);
}

.camera-clutter span:nth-child(3) {
  right: 20%;
  bottom: 26%;
  transform: rotate(-8deg) scale(0.82);
  opacity: 0.78;
}

.dj-figure {
  position: absolute;
  right: 18%;
  top: 28px;
  width: 310px;
  height: 380px;
}

.head {
  position: absolute;
  left: 104px;
  top: 22px;
  width: 112px;
  height: 128px;
  border-radius: 46% 46% 52% 52%;
  background:
    radial-gradient(circle at 35% 8%, #2b1f24 0 18px, transparent 19px),
    linear-gradient(180deg, #191116, #07070a);
  box-shadow: inset 22px 0 0 rgba(255, 255, 255, 0.03), 0 0 26px rgba(185, 57, 255, 0.28);
}

.head::before,
.head::after {
  content: "";
  position: absolute;
  top: 40px;
  width: 76px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2b2020, #0a0809);
}

.head::before {
  left: -54px;
  transform: rotate(-26deg);
}

.head::after {
  right: -54px;
  transform: rotate(26deg);
}

.body {
  position: absolute;
  left: 64px;
  bottom: 0;
  width: 190px;
  height: 238px;
  border-radius: 46% 46% 12px 12px;
  background: linear-gradient(180deg, #101117, #040406);
  box-shadow: inset -16px 0 0 rgba(171, 45, 255, 0.1);
}

.arm {
  position: absolute;
  top: 128px;
  width: 130px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2b2020, #0a090a);
  box-shadow: 0 0 18px rgba(188, 42, 255, 0.16);
}

.arm-left {
  left: 16px;
  transform: rotate(-54deg);
}

.arm-right {
  right: 10px;
  transform: rotate(54deg);
}

.laptop-shape {
  position: absolute;
  left: 5%;
  bottom: 110px;
  width: 430px;
  height: 160px;
  border: 1px solid rgba(179, 84, 255, 0.42);
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(120deg, #1b1c2d, #08090f 62%);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.6), inset 0 0 38px rgba(100, 54, 255, 0.16);
  transform: perspective(520px) rotateX(8deg) skewX(3deg);
}

.laptop-shape span {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.46);
  transform: translate(-50%, -50%);
}

.deck-shape {
  position: absolute;
  right: -4%;
  bottom: 74px;
  width: 330px;
  height: 124px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b0c12, #050509);
  box-shadow: inset 0 0 40px rgba(106, 61, 255, 0.18), 0 24px 60px rgba(0, 0, 0, 0.52);
}

.deck-shape::before {
  content: "";
  position: absolute;
  right: 34px;
  top: 16px;
  width: 92px;
  height: 92px;
  border: 6px solid rgba(127, 76, 255, 0.75);
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(127, 76, 255, 0.52);
}

.deck-shape i {
  position: absolute;
  top: 28px;
  width: 8px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff3ca2, #7d46ff);
}

.deck-shape i:nth-child(1) { left: 34px; }
.deck-shape i:nth-child(2) { left: 60px; height: 58px; }
.deck-shape i:nth-child(3) { left: 88px; height: 42px; }
.deck-shape i:nth-child(4) { left: 116px; height: 64px; }

.hours-card {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 20px;
  align-items: center;
  width: min(470px, 82%);
  min-height: 160px;
  padding: 28px 36px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  background: rgba(5, 7, 14, 0.72);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.44), inset 0 0 28px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(8px);
}

.clock-icon {
  position: relative;
  width: 60px;
  height: 60px;
  border: 4px solid #764cff;
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(118, 76, 255, 0.5);
}

.clock-icon::before,
.clock-icon::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 14px;
  width: 4px;
  height: 19px;
  border-radius: 999px;
  background: #fff;
  transform-origin: bottom;
}

.clock-icon::after {
  height: 16px;
  transform: rotate(125deg);
}

.hours-card strong {
  color: #fff;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.progress-bar {
  grid-column: 2;
  height: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.progress-bar span {
  display: block;
  width: 66%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #874cff, #ff2d9c);
  box-shadow: 0 0 22px rgba(236, 43, 211, 0.46);
}

.old-way-card {
  width: min(560px, 100%);
  margin-top: 34px;
  padding: 28px 30px 30px;
  border: 1px solid rgba(255, 45, 156, 0.42);
  border-radius: 14px;
  background:
    radial-gradient(circle at 16% 4%, rgba(122, 66, 255, 0.14), transparent 14rem),
    linear-gradient(180deg, rgba(12, 14, 24, 0.78), rgba(5, 6, 11, 0.72));
  box-shadow: inset 0 0 34px rgba(255, 255, 255, 0.025), 0 24px 70px rgba(0, 0, 0, 0.28);
}

.old-way-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}

.old-way-x {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #ff315b;
  border-radius: 999px;
  color: #ff315b;
  font-size: 46px;
  font-weight: 300;
  line-height: 0.8;
}

.old-way-header strong {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.old-way-header p {
  margin: 0;
  color: #d7d8e0;
  font-size: 15px;
  line-height: 1.2;
}

.old-way-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.old-way-card li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding-left: 78px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: #fff;
  font-size: clamp(18px, 1.35vw, 21px);
  font-weight: 400;
}

.old-way-card li::before {
  content: "×";
  position: absolute;
  left: 12px;
  top: 50%;
  color: #ff315b;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-52%);
}

.old-way-footer {
  margin: 28px 0 0;
  padding-left: 78px;
  color: #d7d8e0;
  font-size: 18px;
  line-height: 1.35;
}

.old-way-footer strong,
.minutes-note strong {
  display: block;
  color: #ff315b;
  font-weight: 900;
}

.old-way-footer span,
.minutes-note span {
  display: block;
}

.pain-diagram-glow {
  position: absolute;
  inset: 20px 6% 220px 6%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 50%, rgba(180, 54, 255, 0.45), transparent 15rem),
    radial-gradient(circle at 54% 42%, rgba(47, 118, 255, 0.16), transparent 24rem);
  filter: blur(4px);
}

.camera-node {
  position: absolute;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.camera-node.front {
  left: 50%;
  top: 4px;
  transform: translateX(-50%);
}

.camera-node.left {
  left: 9%;
  top: 138px;
}

.camera-node.right {
  right: 9%;
  top: 132px;
}

.diagram-camera {
  position: relative;
  display: block;
  width: 104px;
  height: 64px;
  border: 1.5px solid rgba(255, 67, 184, 0.82);
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(22, 13, 39, 0.94), rgba(7, 7, 13, 0.88));
  box-shadow: 0 0 28px rgba(176, 62, 255, 0.24);
}

.diagram-camera::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 40px;
  height: 10px;
  border: 1.5px solid rgba(255, 67, 184, 0.82);
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  transform: translateX(-50%);
}

.diagram-camera::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ff315b;
  box-shadow: 0 0 12px rgba(255, 49, 91, 0.9);
}

.camera-node .diagram-camera + strong::before {
  content: "";
  position: absolute;
}

.diagram-camera span {
  display: none;
}

.camera-node .diagram-camera {
  color: #b343ff;
}

.camera-node .diagram-camera + strong {
  position: relative;
}

.camera-node .diagram-camera .person {
  display: none;
}

.diagram-camera {
  overflow: hidden;
}

.diagram-camera:focus {
  outline: 0;
}

.camera-node .diagram-camera + strong::after,
.diagram-camera b {
  display: none;
}

.diagram-camera {
  --person: linear-gradient(180deg, #4b6cff 0%, #ff2d9c 92%);
}

.diagram-camera:empty {
  background:
    radial-gradient(circle at 50% 24px, #4b6cff 0 10px, transparent 11px),
    radial-gradient(ellipse at 50% 54px, #ff2d9c 0 20px, transparent 21px),
    linear-gradient(180deg, rgba(22, 13, 39, 0.94), rgba(7, 7, 13, 0.88));
}

.diagram-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 58px;
  height: 58px;
}

.diagram-arrow::before {
  content: "";
  position: absolute;
  inset: 13px;
  border-right: 4px solid #d73bff;
  border-bottom: 4px solid #d73bff;
  transform: rotate(45deg);
  filter: drop-shadow(0 0 10px rgba(215, 59, 255, 0.55));
}

.arrow-front {
  left: 50%;
  top: 112px;
  transform: translateX(-50%);
}

.arrow-left {
  left: 29%;
  top: 178px;
  transform: rotate(38deg);
}

.arrow-right {
  right: 29%;
  top: 178px;
  transform: rotate(-38deg);
}

.arrow-down {
  left: 50%;
  top: 372px;
  transform: translateX(-50%);
}

.dj-output-figure {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 178px;
  width: 430px;
  height: 245px;
  transform: translateX(-50%);
}

.dj-head {
  position: absolute;
  left: 50%;
  top: 32px;
  width: 78px;
  height: 88px;
  border: 1.5px solid rgba(222, 64, 255, 0.92);
  border-radius: 48% 48% 42% 42%;
  background: #030409;
  box-shadow: 0 0 36px rgba(168, 54, 255, 0.28);
  transform: translateX(-50%);
}

.dj-head::before,
.dj-head::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 12px;
  height: 38px;
  border: 2px solid rgba(193, 75, 255, 0.9);
}

.dj-head::before {
  left: -15px;
  border-right: 0;
  border-radius: 14px 0 0 14px;
}

.dj-head::after {
  right: -15px;
  border-left: 0;
  border-radius: 0 14px 14px 0;
}

.dj-body {
  position: absolute;
  left: 50%;
  top: 112px;
  width: 190px;
  height: 128px;
  border: 1.5px solid rgba(222, 64, 255, 0.86);
  border-bottom: 0;
  border-radius: 96px 96px 0 0;
  background: linear-gradient(180deg, #030409 0%, #04040a 100%);
  transform: translateX(-50%);
}

.dj-decks {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 430px;
  height: 72px;
  border-bottom: 1.5px solid rgba(128, 74, 255, 0.72);
  transform: translateX(-50%);
}

.dj-decks::before,
.dj-decks::after {
  content: "";
  position: absolute;
  bottom: 12px;
  width: 138px;
  height: 44px;
  border: 1.5px solid rgba(128, 74, 255, 0.72);
  transform: skewX(-28deg);
}

.dj-decks::before {
  left: 22px;
}

.dj-decks::after {
  right: 22px;
}

.dj-decks i {
  position: absolute;
  bottom: 25px;
  width: 34px;
  height: 34px;
  border: 3px solid rgba(225, 65, 255, 0.78);
  border-radius: 999px;
}

.dj-decks i:first-child {
  left: 74px;
}

.dj-decks i:last-child {
  right: 74px;
}

.edited-output-card {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 430px;
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 18px 26px;
  align-items: center;
  width: min(470px, 78%);
  min-height: 160px;
  padding: 28px 36px;
  border: 1px solid rgba(255, 45, 156, 0.76);
  border-radius: 12px;
  background: rgba(8, 8, 16, 0.78);
  box-shadow: 0 0 42px rgba(255, 45, 156, 0.13);
  transform: translateX(-50%);
}

.youtube-badge {
  position: relative;
  width: 96px;
  height: 72px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff315b, #ff2d2d);
  box-shadow: 0 0 28px rgba(255, 49, 91, 0.34);
}

.youtube-badge span {
  position: absolute;
  left: 52%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid #fff;
  transform: translate(-50%, -50%);
}

.edited-output-card strong {
  color: #fff;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.output-waveform {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 32px;
}

.output-waveform i {
  display: block;
  width: 3px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #704cff, #ff2d9c);
  box-shadow: 0 0 10px rgba(215, 59, 255, 0.42);
}

.output-waveform i:nth-child(2n) { height: 22px; }
.output-waveform i:nth-child(3n) { height: 28px; }
.output-waveform i:nth-child(5n) { height: 18px; }

.pain-visual .pain-benefits {
  position: absolute;
  left: 50%;
  bottom: 68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(650px, 92%);
  min-height: 160px;
  margin: 0;
  padding: 28px 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(8, 9, 17, 0.68);
  transform: translateX(-50%);
}

.pain-benefits article {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 0 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
}

.pain-benefits article:first-child {
  border-left: 0;
}

.pain-benefit-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #a13dff;
  filter: drop-shadow(0 0 14px rgba(161, 61, 255, 0.42));
}

.pain-benefit-icon svg {
  width: 100%;
  height: 100%;
}

.pain-benefits strong {
  color: #fff;
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.pain-benefits p {
  margin: 0;
  color: #d9dbe5;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.25;
}

.minutes-note {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0;
  color: #d9dbe5;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.25;
  transform: translateX(-50%);
}

.minutes-note strong {
  color: transparent;
  background: linear-gradient(90deg, #7d46ff, #ff2d9c);
  -webkit-background-clip: text;
  background-clip: text;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.solution,
.features,
.gallery,
.audience,
.final-cta {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0));
}

.solution {
  position: relative;
  overflow: hidden;
  padding-top: clamp(74px, 8vw, 112px);
  padding-bottom: clamp(68px, 7vw, 96px);
  background:
    radial-gradient(circle at 50% 18%, rgba(142, 65, 255, 0.18), transparent 34rem),
    radial-gradient(circle at 14% 47%, rgba(0, 200, 255, 0.11), transparent 26rem),
    radial-gradient(circle at 85% 47%, rgba(236, 43, 211, 0.12), transparent 26rem),
    #030409;
}

.solution::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 50% -20%, rgba(255, 255, 255, 0.16), transparent 34rem);
  opacity: 0.7;
}

.workflow-heading,
.workflow-steps,
.share-row {
  position: relative;
  z-index: 1;
}

.workflow-heading {
  max-width: 1180px;
  margin: 0 auto clamp(34px, 4vw, 48px);
  text-align: center;
}

.workflow-heading h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(54px, 7vw, 94px);
  line-height: 0.95;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.72);
}

.workflow-heading h2 span {
  display: block;
  background: linear-gradient(94deg, #15bfff 7%, #7e47ff 48%, #ff3a9a 91%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.workflow-heading p {
  max-width: 850px;
  margin: 0 auto;
  color: #d8d9e2;
  font-size: clamp(19px, 1.75vw, 28px);
  line-height: 1.46;
}

.workflow-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr) 36px minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(14px, 1.8vw, 26px);
  max-width: 1320px;
  margin: 0 auto;
}

.workflow-step {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: 520px;
  border: 1px solid rgba(146, 155, 196, 0.24);
  border-radius: 10px;
  padding: 34px 18px 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.055), transparent 18rem),
    rgba(5, 8, 17, 0.68);
  text-align: center;
  box-shadow: inset 0 0 42px rgba(255, 255, 255, 0.015), 0 26px 58px rgba(0, 0, 0, 0.25);
}

.workflow-step::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  opacity: 0.75;
}

.step-blue.workflow-step {
  border-color: rgba(39, 103, 255, 0.68);
}

.step-purple.workflow-step {
  border-color: rgba(151, 70, 255, 0.62);
}

.step-pink.workflow-step {
  border-color: rgba(255, 45, 156, 0.62);
}

.step-number {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 0 34px currentColor;
}

.workflow-step h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.04;
}

.workflow-step p {
  max-width: 340px;
  margin: 0 0 22px;
  color: #d2d3dc;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.38;
}

.step-blue {
  color: #19b8ff;
}

.step-blue .step-number {
  background: linear-gradient(135deg, #19d5ff, #1f6cff);
}

.step-purple {
  color: #9345ff;
}

.step-purple .step-number {
  background: linear-gradient(135deg, #7d46ff, #c431ff);
}

.step-pink {
  color: #ff3d92;
}

.step-pink .step-number {
  background: linear-gradient(135deg, #ff3d92, #f32272);
}

.step-arrow {
  align-self: center;
  margin-top: 80px;
  background: linear-gradient(90deg, #128dff, #8b46ff 52%, #ff2d91);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 44px;
  line-height: 1;
}

.workflow-panel {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(146, 155, 196, 0.25);
  border-radius: 8px;
  background: rgba(4, 7, 15, 0.74);
}

.upload-panel {
  padding: 16px;
}

.drop-zone {
  display: grid;
  min-height: 118px;
  place-items: center;
  gap: 8px;
  border: 1px dashed rgba(39, 103, 255, 0.72);
  border-radius: 8px;
  color: #3b8dff;
  background: rgba(11, 14, 25, 0.58);
}

.drop-zone svg {
  width: 58px;
  height: 58px;
}

.drop-zone span {
  color: #aeb2c1;
  font-size: 14px;
}

.upload-file-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.upload-file-grid span {
  overflow: hidden;
  border: 1px solid rgba(146, 155, 196, 0.28);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  text-align: left;
}

.upload-file-grid i {
  display: block;
  height: 70px;
  background:
    linear-gradient(180deg, rgba(4, 5, 12, 0.02), rgba(4, 5, 12, 0.18)),
    url("assets/setcut-hero-reference.png") 83% 16% / 250% auto;
}

.upload-file-grid span:nth-child(2) i { background-position: 74% 48%; }
.upload-file-grid span:nth-child(3) i { background-position: 89% 76%; }
.upload-file-grid span:nth-child(4) i { background-position: 78% 24%; }
.upload-file-grid span:nth-child(5) i { background-position: 91% 43%; }

.upload-file-grid b {
  display: block;
  padding: 9px 10px;
  color: #dfe2ed;
  font-size: 13px;
  font-weight: 500;
}

.upload-file-grid .audio-file i {
  background:
    repeating-linear-gradient(90deg, transparent 0 7px, rgba(151, 70, 255, 0.9) 7px 10px, transparent 10px 16px),
    radial-gradient(circle at center, rgba(151, 70, 255, 0.36), transparent 70%),
    #070912;
}

.processing-preview,
.export-video {
  position: relative;
  min-height: 178px;
  border-bottom: 1px solid rgba(146, 155, 196, 0.18);
  background:
    linear-gradient(180deg, rgba(3, 4, 9, 0.02), rgba(3, 4, 9, 0.34)),
    url("assets/setcut-hero-reference.png") 83% 16% / 190% auto;
}

.processing-preview span {
  position: absolute;
  left: 16px;
  top: 14px;
  border-radius: 7px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(4, 6, 13, 0.82);
  font-size: 14px;
}

.processing-status {
  padding: 14px;
  text-align: left;
}

.processing-status div:first-child {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
}

.processing-status strong {
  font-weight: 700;
}

.processing-bar {
  height: 11px;
  margin: 12px 0 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.processing-bar i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #5a25ff, #ec2bd3);
}

.processing-status ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #e7e9f2;
  font-size: 14px;
}

.processing-status li::before {
  content: "✓";
  display: inline-grid;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  place-items: center;
  border: 1px solid #9a4bff;
  border-radius: 999px;
  color: #b254ff;
  font-size: 12px;
}

.export-video {
  display: grid;
  min-height: 196px;
  place-items: center;
  border-radius: 8px 8px 0 0;
}

.export-video span {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 2px solid rgba(151, 70, 255, 0.72);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 7, 14, 0.58);
  font-size: 30px;
}

.export-ready {
  padding: 16px 18px 18px;
  text-align: left;
}

.export-ready strong {
  display: block;
  margin-bottom: 16px;
  color: #48ee8a;
  font-size: 18px;
}

.export-ready button {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(95deg, #5a25ff, #ec2bd3);
  font: inherit;
  font-weight: 800;
}

.export-ready p {
  margin: 18px 0 10px;
  font-size: 14px;
}

.export-platforms {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.export-platforms i {
  display: grid;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(146, 155, 196, 0.22);
  border-radius: 7px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
}

.export-platforms svg {
  width: 32px;
  height: 32px;
  overflow: visible;
}

.share-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px clamp(28px, 4vw, 58px);
  max-width: 1180px;
  margin: clamp(48px, 6vw, 72px) auto 0;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #d8d9e2;
  font-size: clamp(18px, 1.5vw, 24px);
}

.workflow-benefits {
  gap: 0;
  justify-content: space-between;
  max-width: 1180px;
  border: 1px solid rgba(151, 70, 255, 0.58);
  border-radius: 999px;
  padding: 15px 36px;
  background: rgba(5, 7, 14, 0.68);
}

.workflow-benefits strong {
  min-width: 0;
}

.workflow-benefits i {
  color: #9a4bff;
  background: transparent;
  font-size: 28px;
}

.share-row strong {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f8f8ff;
  font-weight: 600;
}

.share-row i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.share-row.workflow-benefits i {
  color: #9a4bff;
  background: transparent;
  font-size: 28px;
}

.platform-youtube {
  background: #ff0000;
}

.platform-youtube svg path:first-child {
  fill: #ff0000;
}

.platform-youtube svg path:last-child {
  fill: #fff;
}

.platform-instagram {
  background: linear-gradient(135deg, #ffd15c, #ff2ca8 48%, #713bff);
}

.platform-instagram svg {
  fill: none;
  stroke: #fff;
  stroke-width: 4.5;
}

.platform-tiktok {
  background: #050509;
}

.platform-tiktok svg {
  width: 34px;
  height: 34px;
}

.platform-tiktok svg path {
  fill: #fff;
}

.platform-tiktok .tiktok-shadow-a {
  fill: #25f4ee;
  transform: translate(-3px, 2px);
}

.platform-tiktok .tiktok-shadow-b {
  fill: #fe2c55;
  transform: translate(3px, -2px);
}

.platform-facebook {
  background: #1877f2;
  font-family: Arial, sans-serif;
  font-size: 28px;
}

.platform-facebook svg {
  width: 30px;
  height: 30px;
}

.platform-facebook svg path {
  fill: #fff;
}

.steps,
.feature-grid,
.gallery-grid,
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.features {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 38%, rgba(0, 200, 255, 0.09), transparent 29rem),
    radial-gradient(circle at 77% 18%, rgba(236, 43, 211, 0.12), transparent 31rem),
    #030409;
}

.features-heading {
  max-width: 920px;
  margin: 0 auto clamp(34px, 4vw, 46px);
  text-align: center;
}

.features-heading h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(52px, 6vw, 82px);
  line-height: 0.98;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.72);
}

.features-heading h2 span {
  display: block;
  background: linear-gradient(94deg, #159dff 5%, #7e46ff 48%, #ff399a 91%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.features-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: #d8d9e2;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.5;
}

.features .feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 1420px;
}

.features .feature-card {
  display: grid;
  grid-template-columns: minmax(170px, 0.8fr) minmax(210px, 1.2fr);
  gap: 24px;
  min-height: 300px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(172, 181, 220, 0.27);
  border-radius: 16px;
  padding: 24px;
  background:
    radial-gradient(circle at 88% 14%, rgba(101, 62, 255, 0.14), transparent 14rem),
    rgba(5, 8, 16, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.feature-copy {
  min-width: 0;
}

.feature-icon {
  display: block;
  margin-bottom: 34px;
  color: transparent;
  background: linear-gradient(135deg, #159dff, #804aff 54%, #ff399a);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 58px;
  font-weight: 900;
  line-height: 0.8;
}

.feature-card h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(21px, 1.7vw, 28px);
  line-height: 1.05;
}

.feature-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #159dff, #ff399a);
}

.feature-card p {
  margin: 0;
  color: #e2e3ea;
  font-size: clamp(15px, 1.17vw, 18px);
  line-height: 1.55;
}

.feature-visual {
  min-width: 0;
}

.mini-feed-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.mini-feed-grid i,
.export-preview,
.dj-visual,
.clip-cards i {
  display: block;
  background:
    linear-gradient(180deg, rgba(4, 5, 12, 0.04), rgba(4, 5, 12, 0.36)),
    url("assets/setcut-hero-mockup.png") center / cover;
}

.mini-feed-grid i {
  height: 70px;
  border: 1px solid rgba(143, 73, 255, 0.55);
  border-radius: 7px;
}

.mini-feed-grid i:nth-child(2),
.clip-cards i:nth-child(2) {
  background-position: 30% center;
}

.mini-feed-grid i:nth-child(3),
.clip-cards i:nth-child(3) {
  background-position: 62% center;
}

.mini-feed-grid i:nth-child(4),
.clip-cards i:nth-child(4) {
  background-position: 80% center;
}

.mini-cut-plan,
.clip-timeline {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 0.8fr;
  gap: 5px;
  min-height: 84px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(143, 73, 255, 0.45);
  border-radius: 8px;
  padding: 20px 12px;
  background: rgba(5, 7, 15, 0.72);
}

.mini-cut-plan i,
.clip-timeline i {
  height: 28px;
  border-radius: 4px;
  background: linear-gradient(90deg, #158dff, #6e3cff 52%, #ff399a);
}

.mini-cut-plan b {
  position: absolute;
  left: 47%;
  top: 12px;
  width: 4px;
  height: 60px;
  border-radius: 999px;
  background: #fff;
}

.sync-visual {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 28px 18px;
  border: 1px solid rgba(143, 73, 255, 0.34);
  border-radius: 10px;
  background: rgba(4, 6, 14, 0.72);
}

.sync-visual div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  align-items: center;
}

.sync-visual span {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.sync-visual i {
  height: 20px;
  background:
    repeating-linear-gradient(90deg, transparent 0 4px, currentColor 4px 6px, transparent 6px 10px);
  color: #129cff;
}

.sync-visual div:first-child i {
  color: #9a3fff;
}

.sync-visual b {
  position: absolute;
  left: 61%;
  top: 20px;
  width: 3px;
  height: calc(100% - 40px);
  border-radius: 999px;
  background: #fff;
}

.sync-visual b::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -4px;
  width: 13px;
  height: 10px;
  border-radius: 0 0 9px 9px;
  background: #fff;
}

.export-preview {
  min-height: 156px;
  margin-bottom: 28px;
  border: 1px solid rgba(143, 73, 255, 0.55);
  border-radius: 9px;
}

.export-visual button {
  width: 100%;
  min-height: 62px;
  border: 1px solid rgba(236, 43, 211, 0.7);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  font: inherit;
  font-weight: 900;
}

.clip-timeline {
  grid-template-columns: 1.3fr 0.7fr 0.9fr 0.55fr 0.8fr 0.8fr;
  min-height: 64px;
  margin-bottom: 18px;
  padding: 18px 0;
}

.clip-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.clip-cards i {
  position: relative;
  min-height: 168px;
  overflow: hidden;
  border: 1px solid rgba(143, 73, 255, 0.45);
  border-radius: 8px;
}

.clip-cards i::before {
  content: "▶";
  position: absolute;
  left: 50%;
  top: 48%;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  font-size: 12px;
  transform: translate(-50%, -50%);
}

.clip-cards b {
  position: absolute;
  left: 12px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
}

.dj-visual {
  min-height: 246px;
  border: 1px solid rgba(143, 73, 255, 0.55);
  border-radius: 9px;
  background-position: 28% center;
}

.share-visual {
  display: grid;
  grid-template-columns: repeat(2, 100px);
  gap: 24px;
  justify-content: center;
}

.share-visual i {
  display: grid;
  width: 100px;
  height: 100px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
}

.share-visual svg {
  width: 58px;
  height: 58px;
  overflow: visible;
}

.share-youtube svg {
  width: 64px;
  height: 64px;
}

.share-youtube svg path:first-child {
  fill: #ff1b1b;
}

.share-youtube svg path:last-child {
  fill: #fff;
}

.share-instagram {
  background: rgba(255, 255, 255, 0.035);
}

.share-instagram svg {
  fill: none;
  stroke: #fff;
  stroke-width: 4.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.share-instagram svg rect {
  stroke: none;
}

.share-tiktok {
  background: #050509 !important;
}

.share-tiktok svg {
  width: 62px;
  height: 62px;
}

.share-tiktok svg path {
  fill: #fff;
}

.share-tiktok .tiktok-shadow-a {
  fill: #25f4ee;
  transform: translate(-3px, 2px);
}

.share-tiktok .tiktok-shadow-b {
  fill: #fe2c55;
  transform: translate(3px, -2px);
}

.share-facebook {
  color: #1877f2 !important;
  font-family: Arial, sans-serif;
}

.share-facebook svg {
  width: 56px;
  height: 56px;
}

.share-facebook svg path {
  fill: #1877f2;
}

.account-page {
  min-height: 100vh;
  background: #000;
}

.account-shell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: clamp(28px, 6vw, 80px);
}

.account-logo {
  width: min(460px, 82vw);
  margin-bottom: clamp(28px, 4vw, 48px);
}

.account-card {
  width: min(880px, 100%);
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(151, 70, 255, 0.46);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(48, 138, 255, 0.18), transparent 20rem),
    radial-gradient(circle at 88% 0%, rgba(255, 45, 156, 0.18), transparent 22rem),
    rgba(5, 7, 14, 0.88);
  box-shadow: 0 0 90px rgba(151, 70, 255, 0.16), inset 0 0 40px rgba(255, 255, 255, 0.025);
}

.account-heading span {
  color: #b65cff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.account-heading h1 {
  margin: 12px 0 14px;
  color: #fff;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 0.96;
  font-weight: 900;
}

.account-heading p,
.account-note {
  max-width: 680px;
  margin: 0;
  color: #cfd2df;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.5;
}

.account-state {
  margin: clamp(28px, 4vw, 44px) 0 24px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.account-state strong {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.account-state p,
.account-state small {
  display: block;
  margin: 8px 0 0;
  color: #cfd2df;
  font-size: 16px;
}

.account-state code {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(45, 255, 139, 0.38);
  border-radius: 10px;
  color: #2dff8b;
  background: rgba(45, 255, 139, 0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(14px, 2vw, 18px);
  letter-spacing: 0.04em;
}

.account-state.active {
  border-color: rgba(45, 255, 139, 0.42);
  box-shadow: 0 0 40px rgba(45, 255, 139, 0.08);
}

.account-state.inactive {
  border-color: rgba(255, 45, 94, 0.38);
}

.license-form {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.license-form label {
  color: #fff;
  font-weight: 800;
}

.license-form div {
  display: flex;
  gap: 12px;
}

.license-form input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  font: inherit;
}

.license-form button,
.account-actions button {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 14px 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-weight: 900;
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.button.disabled,
.account-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

@media (max-width: 680px) {
  .license-form div,
  .account-actions {
    display: grid;
  }
}

.steps article,
.feature-grid article,
.gallery-grid article,
.audience-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.045);
}

.steps span,
.gallery-grid span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
}

.demo {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 39% 24%, rgba(121, 62, 255, 0.18), transparent 34rem),
    radial-gradient(circle at 78% 60%, rgba(236, 43, 211, 0.12), transparent 24rem),
    #030409;
}

.demo-heading {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.demo-heading h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.98;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.72);
}

.demo-heading h2 span {
  display: block;
  background: linear-gradient(94deg, #2687ff 10%, #8b4dff 48%, #ff2f9e 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.demo-heading p {
  max-width: 820px;
  margin: 0 auto;
  color: #d8d9e2;
  font-size: clamp(18px, 1.65vw, 25px);
  line-height: 1.5;
}

.demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: clamp(24px, 3.2vw, 42px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.video-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(172, 181, 220, 0.35);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(4, 6, 14, 0.08), rgba(4, 6, 14, 0.34)),
    url("assets/dj-footage-front.jpg") center / cover;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.58),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.camera-strip {
  display: none;
}

.camera-card {
  position: relative;
  height: 112px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(4, 5, 12, 0.08), rgba(4, 5, 12, 0.44)),
    url("assets/setcut-hero-mockup.png") center / cover;
}

.camera-card:nth-child(2) {
  background-position: 28% center;
}

.camera-card:nth-child(3) {
  background-position: 72% center;
}

.camera-card.active {
  border-color: #ff2bd6;
  box-shadow: 0 0 20px rgba(236, 43, 211, 0.34);
}

.camera-card span {
  position: absolute;
  left: 12px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.main-preview {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.play-button {
  width: 88px;
  height: 88px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(4, 5, 12, 0.58);
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.55);
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.play-button::before {
  content: "";
  display: block;
  margin: 25px 0 0 34px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 27px solid #fff;
}

.demo-timeline {
  display: none;
}

.time-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  color: #f4f4fb;
  font-size: 15px;
}

.cut-row {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 0.5fr 0.7fr 0.9fr 0.65fr 0.5fr 0.55fr 0.55fr 0.85fr;
  gap: 4px;
  height: 28px;
}

.cut-row i {
  display: block;
  border-radius: 4px;
  background: linear-gradient(100deg, #158dff, #6737fb 44%, #ff3298);
}

.cut-row b {
  position: absolute;
  left: 44%;
  top: -36px;
  width: 3px;
  height: 86px;
  border-radius: 999px;
  background: #fff;
}

.cut-row b::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -4px;
  width: 13px;
  height: 10px;
  border-radius: 0 0 9px 9px;
  background: #fff;
}

.waveform {
  height: 34px;
  margin-top: 12px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(31, 96, 255, 0.9), rgba(117, 53, 255, 0.95), rgba(236, 43, 211, 0.9)),
    repeating-linear-gradient(90deg, transparent 0 6px, rgba(255, 255, 255, 0.2) 6px 8px);
  mask-image: repeating-linear-gradient(90deg, transparent 0 2px, #000 2px 6px, transparent 6px 10px);
}

.player-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 56px;
  padding: 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  background: rgba(0, 0, 0, 0.58);
  font-size: 20px;
  backdrop-filter: blur(8px);
}

.video-progress {
  flex: 1;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.video-progress i {
  display: block;
  width: 38%;
  height: 100%;
  border-radius: inherit;
  background: #ff2525;
}

.comparison {
  display: grid;
  gap: 12px;
}

.difference-label {
  margin: 0 0 6px;
  color: #b54cff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.34em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.comparison-card {
  min-height: 0;
  border: 1px solid rgba(172, 181, 220, 0.28);
  border-radius: 13px;
  padding: 18px 20px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.07), transparent 12rem),
    rgba(4, 6, 14, 0.68);
  text-align: center;
}

.comparison-card span {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-card i {
  display: none;
  margin-bottom: 0;
  color: #a8adba;
  font-size: 56px;
  font-style: normal;
  line-height: 1;
}

.comparison-card strong {
  display: block;
  color: #fff;
  font-size: clamp(42px, 4vw, 56px);
  font-weight: 900;
  line-height: 0.92;
}

.comparison-card em {
  display: block;
  color: #aeb3c3;
  font-style: normal;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.comparison-card ul {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

.comparison-card li {
  position: relative;
  padding-left: 22px;
  color: #d9dbe5;
  font-size: 13px;
  line-height: 1.25;
}

.traditional li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: #d8d9e2;
}

.setcut-card {
  border-color: rgba(236, 43, 211, 0.72);
  box-shadow: 0 0 0 1px rgba(24, 141, 255, 0.5), 0 0 34px rgba(236, 43, 211, 0.2);
}

.setcut-card i,
.setcut-card strong {
  color: transparent;
  background: linear-gradient(135deg, #148eff, #854dff 47%, #ff2f9e);
  -webkit-background-clip: text;
  background-clip: text;
}

.setcut-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #238cff;
  font-weight: 900;
}

.transformation {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 50% 64%, rgba(139, 70, 255, 0.22), transparent 30rem),
    radial-gradient(circle at 82% 34%, rgba(236, 43, 211, 0.12), transparent 28rem),
    #030409;
}

.transformation-heading {
  max-width: 980px;
  margin: 0 auto clamp(42px, 5vw, 58px);
  text-align: center;
}

.transformation-heading h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(54px, 6.5vw, 92px);
  line-height: 0.98;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.72);
}

.transformation-heading h2 span {
  display: block;
  background: linear-gradient(94deg, #286bff 10%, #8b46ff 48%, #ff3a9a 91%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.transformation-heading p {
  margin: 0 auto;
  color: #d8d9e2;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.5;
}

.transform-compare {
  display: grid;
  grid-template-columns: minmax(340px, 520px) 150px minmax(360px, 590px);
  gap: clamp(28px, 4vw, 62px);
  align-items: center;
  justify-content: center;
  max-width: 1340px;
  margin: 0 auto;
}

.transform-compare article {
  position: relative;
  border-radius: 22px;
  padding: 58px 44px 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 16rem),
    rgba(7, 10, 18, 0.72);
}

.before-card {
  border: 2px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 44px rgba(255, 255, 255, 0.025);
}

.after-card {
  border: 2px solid rgba(236, 43, 211, 0.74);
  box-shadow:
    0 0 0 1px rgba(40, 107, 255, 0.62),
    0 0 42px rgba(236, 43, 211, 0.18),
    inset 0 0 54px rgba(112, 59, 255, 0.08);
}

.transform-compare h3 {
  position: absolute;
  left: 50%;
  top: -26px;
  min-width: 300px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 12px 30px;
  color: #fff;
  background: linear-gradient(180deg, #242733, #171a23);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-50%);
}

.after-card h3 {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(100deg, #286bff, #8349ff 48%, #ec2bd3);
}

.transform-compare ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.transform-compare li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 86px;
  color: #fff;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 400;
  line-height: 1.2;
}

.transform-compare li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.list-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 999px;
  font-size: 30px;
  line-height: 1;
}

.before-card .list-icon {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #f0f1f7;
  background: rgba(255, 255, 255, 0.035);
}

.after-card .list-icon {
  color: #fff;
  background: linear-gradient(135deg, #286bff, #8b46ff 48%, #ec2bd3);
  box-shadow: 0 0 22px rgba(236, 43, 211, 0.28);
}

.transform-arrow {
  color: transparent;
  background: linear-gradient(90deg, #286bff, #b345ff 56%, #ec2bd3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(86px, 10vw, 132px);
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 44px rgba(139, 70, 255, 0.5);
}

.gallery {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 10%, rgba(121, 62, 255, 0.16), transparent 32rem),
    radial-gradient(circle at 76% 70%, rgba(236, 43, 211, 0.09), transparent 28rem),
    #030409;
}

.gallery-heading {
  max-width: 980px;
  margin: 0 auto clamp(32px, 4vw, 42px);
  text-align: center;
}

.gallery-heading h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(52px, 6vw, 86px);
  line-height: 0.98;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.72);
}

.gallery-heading h2 span {
  color: transparent;
  background: linear-gradient(94deg, #286bff 0%, #8b46ff 48%, #ff3a9a 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.gallery-heading p {
  margin: 0;
  color: #d8d9e2;
  font-size: clamp(18px, 1.55vw, 24px);
}

.gallery .gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 1440px;
}

.showcase-card {
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(172, 181, 220, 0.27);
  border-radius: 16px;
  padding: 18px;
  background:
    radial-gradient(circle at 82% 12%, rgba(112, 59, 255, 0.1), transparent 14rem),
    rgba(5, 8, 16, 0.72);
}

.showcase-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.showcase-title span {
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #286bff, #8b46ff);
  font-size: 22px;
  font-weight: 900;
}

.showcase-title h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(19px, 1.55vw, 24px);
}

.upload-ui,
.edit-plan-ui,
.export-ui {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 14px;
}

.upload-list,
.upload-preview,
.plan-list,
.plan-preview,
.analysis-note,
.timeline-ui,
.export-settings,
.export-status,
.youtube-ui {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(5, 7, 15, 0.66);
}

.upload-list {
  padding: 10px;
}

.upload-header {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 11px;
}

.upload-header button,
.timeline-tabs button,
.export-settings button {
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(100deg, #286bff, #ec2bd3);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  padding: 7px 10px;
}

.upload-list p {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 8px;
  align-items: center;
  margin: 10px 0 0;
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
}

.upload-list i,
.preview-image,
.plan-thumbs i,
.timeline-tracks i,
.social-clips i,
.export-image,
.youtube-video {
  display: block;
  background:
    linear-gradient(180deg, rgba(4, 5, 12, 0.04), rgba(4, 5, 12, 0.36)),
    url("assets/setcut-hero-mockup.png") center / cover;
}

.upload-list i {
  grid-row: span 2;
  width: 58px;
  height: 36px;
  border-radius: 4px;
}

.upload-list small {
  color: #8d94a7;
}

.audio-thumb,
.preview-wave,
.plan-wave,
.audio-track {
  background: repeating-linear-gradient(90deg, #8b46ff 0 3px, transparent 3px 8px) !important;
}

.upload-preview {
  padding: 10px;
}

.preview-image {
  height: 152px;
  border-radius: 7px;
}

.preview-time {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
  color: #fff;
  font-size: 12px;
}

.preview-wave {
  height: 48px;
  border-radius: 6px;
}

.edit-plan-ui {
  grid-template-columns: 90px 1fr;
}

.plan-list {
  padding: 12px;
  color: #fff;
  font-size: 11px;
}

.plan-list strong {
  display: block;
  margin-bottom: 12px;
}

.plan-list p {
  display: flex;
  justify-content: space-between;
  margin: 9px 0;
  color: #dfe2ee;
  font-size: 11px;
}

.plan-preview {
  padding: 12px;
}

.plan-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.plan-thumbs i {
  height: 56px;
  border: 1px solid rgba(236, 43, 211, 0.42);
  border-radius: 5px;
}

.plan-cuts {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  margin: 12px 0;
}

.plan-cuts i {
  height: 20px;
  border-radius: 4px;
  background: linear-gradient(90deg, #286bff, #ec2bd3);
}

.plan-cuts b {
  position: absolute;
  left: 64%;
  top: -12px;
  width: 3px;
  height: 74px;
  border-radius: 999px;
  background: #fff;
}

.plan-wave {
  height: 42px;
  border-radius: 6px;
  opacity: 0.72;
}

.analysis-note {
  grid-column: 2;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 8px;
  padding: 14px;
  color: #fff;
}

.analysis-note i {
  color: #8b46ff;
  font-style: normal;
  font-size: 26px;
}

.analysis-note span {
  grid-column: 2;
  color: #b8bdcc;
  font-size: 12px;
}

.timeline-ui {
  padding: 14px;
}

.timeline-tabs {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-bottom: 16px;
  color: #fff;
  font-size: 12px;
}

.timeline-tabs span:first-child {
  color: #b652ff;
}

.timeline-tabs button {
  margin-left: auto;
  padding: 9px 22px;
}

.timeline-tracks {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 11px 12px;
  align-items: center;
}

.timeline-tracks span {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.timeline-tracks div {
  display: flex;
  gap: 6px;
  min-height: 32px;
}

.timeline-tracks i {
  flex: 1;
  min-width: 28px;
  border: 1px solid rgba(143, 73, 255, 0.42);
  border-radius: 4px;
}

.audio-track {
  width: 100%;
  min-height: 38px !important;
  border-radius: 5px;
}

.timeline-tracks b {
  position: absolute;
  left: 54%;
  top: -6px;
  width: 3px;
  height: calc(100% + 12px);
  border-radius: 999px;
  background: #fff;
}

.social-clips {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 8px;
}

.social-clips i {
  position: relative;
  min-height: 210px;
  border: 1px solid rgba(143, 73, 255, 0.45);
  border-radius: 8px;
}

.social-clips i::before {
  content: "▶";
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 13px;
  transform: translate(-50%, -50%);
}

.social-clips b {
  position: absolute;
  left: 12px;
  bottom: 10px;
  color: #fff;
  font-style: normal;
}

.clip-platforms {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 14px;
  color: #fff;
  font-size: 12px;
}

.export-settings,
.export-status {
  padding: 14px;
}

.export-settings strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 13px;
}

.export-settings label {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 12px;
}

.export-settings label span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.export-settings button {
  width: 100%;
  margin-top: 8px;
  padding: 14px;
  font-size: 16px;
}

.export-image {
  height: 152px;
  border-radius: 7px;
  margin-bottom: 14px;
}

.export-status strong {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 13px;
}

.export-progress {
  height: 8px;
  margin: 10px 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.export-progress i {
  display: block;
  width: 95%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #286bff, #ec2bd3);
}

.export-status p {
  margin: 0;
  color: #aeb4c5;
  font-size: 12px;
}

.youtube-ui {
  padding: 10px;
}

.youtube-top {
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
}

.youtube-top strong {
  color: #fff;
  font-size: 14px;
}

.youtube-top span {
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
}

.youtube-video {
  position: relative;
  height: 175px;
  border-radius: 7px;
}

.youtube-progress {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 22px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.youtube-progress i {
  display: block;
  width: 34%;
  height: 100%;
  border-radius: inherit;
  background: #ff1717;
}

.youtube-ui h4 {
  margin: 14px 0 10px;
  color: #fff;
  font-size: 16px;
}

.youtube-meta {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 12px;
}

.youtube-meta small {
  color: #aeb4c5;
}

.youtube-meta button,
.youtube-meta strong {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  font: inherit;
  font-weight: 800;
}

.youtube-meta button {
  color: #111;
  background: #fff;
}

.content-machine {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 65% 52%, rgba(126, 70, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 20% 18%, rgba(0, 200, 255, 0.08), transparent 26rem),
    #030409;
}

.content-machine-copy {
  max-width: 880px;
  margin: 0 auto clamp(34px, 4vw, 46px);
  text-align: left;
}

.content-machine-copy h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(72px, 9vw, 130px);
  line-height: 0.9;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.72);
}

.content-machine-copy h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(94deg, #159dff 5%, #7e46ff 48%, #ff399a 91%);
  -webkit-background-clip: text;
  background-clip: text;
}

.content-machine-copy p {
  max-width: 780px;
  margin: 0;
  color: #d8d9e2;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.35;
}

.content-machine-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(460px, 640px) 150px minmax(320px, 390px);
  gap: clamp(22px, 3vw, 42px);
  align-items: center;
  justify-content: center;
  max-width: 1220px;
  margin: 0 auto;
}

.long-set-card {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(236, 43, 211, 0.75);
  border-radius: 22px;
  box-shadow: 0 0 0 1px rgba(0, 200, 255, 0.5), 0 0 36px rgba(236, 43, 211, 0.18);
}

.long-set-image {
  min-height: clamp(350px, 32vw, 460px);
  background:
    linear-gradient(180deg, rgba(4, 5, 12, 0.02), rgba(4, 5, 12, 0.22)),
    url("assets/setcut-hero-mockup.png") center / cover;
}

.video-duration {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 14px 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.68);
  font-size: 28px;
  font-weight: 900;
}

.video-duration span {
  display: grid;
  width: 50px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: #ff1717;
  font-size: 18px;
}

.content-hub {
  position: relative;
  align-self: stretch;
  min-height: 650px;
}

.content-hub span {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #7542ff;
  box-shadow: 0 0 30px rgba(117, 66, 255, 0.8);
  transform: translate(-50%, -50%);
}

.content-hub i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 235px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7542ff, #b54cff);
  box-shadow: 0 0 12px rgba(117, 66, 255, 0.5);
  transform-origin: left center;
}

.content-hub i::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #b54cff;
  border-right: 3px solid #b54cff;
  transform: translateY(-50%) rotate(45deg);
}

.content-hub i:nth-of-type(1) {
  transform: rotate(-48deg);
}

.content-hub i:nth-of-type(2) {
  transform: rotate(-29deg);
}

.content-hub i:nth-of-type(3) {
  transform: rotate(0deg);
}

.content-hub i:nth-of-type(4) {
  transform: rotate(29deg);
}

.content-hub i:nth-of-type(5) {
  transform: rotate(48deg);
}

.content-output-list {
  display: grid;
  gap: 16px;
  align-self: center;
}

.content-output-list article {
  display: grid;
  grid-template-columns: 58px 1fr 150px;
  gap: 18px;
  align-items: center;
  min-height: 116px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  padding: 12px 12px 12px 24px;
  background: rgba(5, 7, 15, 0.76);
}

.output-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
}

.instagram-mark {
  color: transparent;
  background: linear-gradient(135deg, #ffd15c, #ff2ca8 48%, #713bff);
  -webkit-background-clip: text;
  background-clip: text;
}

.tiktok-mark {
  text-shadow: -3px 0 #18f0ff, 3px 0 #ff2d72;
}

.shorts-mark {
  color: #ff1717;
}

.promo-mark,
.booking-mark {
  color: #8b46ff;
}

.content-output-list strong,
.content-output-list small {
  display: block;
}

.content-output-list strong {
  color: #fff;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1;
}

.content-output-list small {
  margin-top: 12px;
  color: #c8cbd6;
  font-size: 24px;
}

.content-output-list i {
  display: block;
  height: 82px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(4, 5, 12, 0.04), rgba(4, 5, 12, 0.3)),
    url("assets/setcut-hero-mockup.png") center / cover;
}

.content-output-list article:nth-child(2) i,
.content-output-list article:nth-child(5) i {
  background-position: 72% center;
}

.content-output-list article:nth-child(3) i {
  background-position: 36% center;
}

.three-steps {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 50% 18%, rgba(126, 70, 255, 0.13), transparent 28rem),
    radial-gradient(circle at 84% 70%, rgba(236, 43, 211, 0.08), transparent 24rem),
    #030409;
}

.three-steps-heading {
  max-width: 880px;
  margin: 0 auto clamp(34px, 4vw, 48px);
  text-align: center;
}

.three-steps-heading h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(58px, 7vw, 96px);
  line-height: 0.96;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.72);
}

.three-steps-heading h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(94deg, #286bff 6%, #8b46ff 48%, #ff3a9a 92%);
  -webkit-background-clip: text;
  background-clip: text;
}

.three-steps-heading p {
  max-width: 690px;
  margin: 0 auto;
  color: #d8d9e2;
  font-size: clamp(20px, 1.9vw, 28px);
  line-height: 1.45;
}

.simple-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr) 120px minmax(0, 1fr);
  gap: clamp(16px, 3vw, 44px);
  align-items: start;
  max-width: 1160px;
  margin: 0 auto clamp(50px, 6vw, 78px);
}

.simple-step {
  display: grid;
  justify-items: center;
  text-align: center;
}

.simple-step-icon {
  display: grid;
  width: 116px;
  height: 116px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  box-shadow: 0 0 34px currentColor;
}

.upload-step .simple-step-icon {
  background: linear-gradient(135deg, #286bff, #4d38ff);
}

.edit-step .simple-step-icon {
  background: linear-gradient(135deg, #7447ff, #b530e2);
}

.share-step .simple-step-icon {
  background: linear-gradient(135deg, #f03892, #db236f);
}

.simple-step h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(25px, 2.3vw, 32px);
}

.simple-step p {
  max-width: 280px;
  margin: 0;
  color: #d8d9e2;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.45;
}

.simple-arrow {
  margin-top: 58px;
  color: rgba(255, 255, 255, 0.27);
  font-size: 78px;
  line-height: 1;
  text-align: center;
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1260px;
  margin: 0 auto;
  border: 1px solid rgba(172, 181, 220, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 10%, rgba(0, 200, 255, 0.06), transparent 18rem),
    linear-gradient(180deg, rgba(14, 16, 31, 0.82), rgba(6, 9, 17, 0.78));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32), inset 0 0 36px rgba(255, 255, 255, 0.025);
}

.benefit-strip article {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 20px;
  align-items: start;
  min-height: 210px;
  padding: 42px 38px;
}

.benefit-strip article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.benefit-strip span {
  color: transparent;
  background: linear-gradient(135deg, #286bff, #8b46ff 48%, #ff3a9a);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}

.benefit-strip h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(24px, 2.1vw, 32px);
  line-height: 1.12;
}

.benefit-strip p {
  margin: 0;
  color: #d8d9e2;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.45;
}

.audience {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 10%, rgba(126, 70, 255, 0.13), transparent 31rem),
    radial-gradient(circle at 82% 74%, rgba(236, 43, 211, 0.08), transparent 25rem),
    #030409;
}

.audience-heading {
  max-width: 980px;
  margin: 0 auto clamp(34px, 4vw, 48px);
  text-align: center;
}

.audience-heading > span {
  display: inline-flex;
  margin-bottom: 24px;
  border: 1px solid rgba(236, 43, 211, 0.72);
  border-left-color: rgba(40, 107, 255, 0.9);
  border-radius: 999px;
  padding: 12px 36px;
  color: #fff;
  background: rgba(5, 8, 16, 0.72);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.audience-heading h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(54px, 6.5vw, 86px);
  line-height: 0.98;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.72);
}

.audience-heading h2 em {
  color: transparent;
  background: linear-gradient(94deg, #286bff 0%, #8b46ff 48%, #ff3a9a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.audience-heading p {
  margin: 0;
  color: #d8d9e2;
  font-size: clamp(20px, 1.8vw, 28px);
}

.audience .audience-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  max-width: 1320px;
}

.audience-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(172, 181, 220, 0.28);
  border-radius: 14px;
  padding: 30px 26px;
  background:
    linear-gradient(90deg, rgba(3, 4, 9, 0.96) 0%, rgba(3, 4, 9, 0.72) 42%, rgba(3, 4, 9, 0.18) 100%),
    url("assets/setcut-hero-mockup.png") center / cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  grid-column: span 2;
}

.audience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 82% 50%, rgba(139, 70, 255, 0.16), transparent 14rem);
}

.audience-card > * {
  position: relative;
  z-index: 1;
}

.audience-card.producers {
  grid-column: span 3;
}

.audience-card.creators {
  grid-column: span 3;
}

.audience-card.producers,
.audience-card.creators {
  min-height: 300px;
}

.festival {
  background:
    linear-gradient(90deg, rgba(3, 4, 9, 0.96) 0%, rgba(3, 4, 9, 0.6) 46%, rgba(3, 4, 9, 0.12) 100%),
    url("assets/setcut-hero-reference.png") center / cover;
}

.club {
  background:
    linear-gradient(90deg, rgba(3, 4, 9, 0.96) 0%, rgba(3, 4, 9, 0.58) 46%, rgba(3, 4, 9, 0.12) 100%),
    url("assets/setcut-hero-mockup.png") center / cover;
}

.mobile {
  background:
    linear-gradient(90deg, rgba(3, 4, 9, 0.96) 0%, rgba(3, 4, 9, 0.64) 46%, rgba(3, 4, 9, 0.18) 100%),
    url("assets/setcut-hero-laptop-editor.png") center / cover;
}

.producers {
  background:
    linear-gradient(90deg, rgba(3, 4, 9, 0.96) 0%, rgba(3, 4, 9, 0.68) 43%, rgba(3, 4, 9, 0.2) 100%),
    url("assets/setcut-hero-final-reference.png") center / cover;
}

.creators {
  background:
    linear-gradient(90deg, rgba(3, 4, 9, 0.96) 0%, rgba(3, 4, 9, 0.7) 40%, rgba(3, 4, 9, 0.14) 100%),
    url("assets/setcut-hero-mockup.png") 74% center / cover;
}

.audience-icon {
  display: grid;
  width: 86px;
  height: 86px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #286bff, #8b46ff);
  font-size: 44px;
  font-weight: 900;
  box-shadow: 0 0 28px rgba(139, 70, 255, 0.34);
}

.audience-card h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(25px, 2.2vw, 32px);
}

.audience-card p {
  max-width: 230px;
  margin: 0;
  color: #f0f1f6;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.35;
}

.dj-designed {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 50% 102%, rgba(126, 70, 255, 0.2), transparent 27rem),
    radial-gradient(circle at 82% 58%, rgba(236, 43, 211, 0.08), transparent 24rem),
    linear-gradient(180deg, #030409 0%, #05050a 100%);
}

.dj-designed::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(255, 255, 255, 0.035), transparent 34rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%);
}

.dj-designed-heading {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto clamp(42px, 4.8vw, 62px);
  text-align: center;
}

.dj-designed-heading h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: clamp(64px, 8vw, 132px);
  line-height: 0.95;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.7);
}

.dj-designed-heading h2 span {
  color: transparent;
  background: linear-gradient(95deg, #7c48ff 4%, #ff399a 92%);
  -webkit-background-clip: text;
  background-clip: text;
}

.dj-designed-heading p {
  margin: 0 auto;
  color: #d9d9df;
  font-size: clamp(24px, 2.35vw, 36px);
  line-height: 1.45;
}

.dj-designed-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 36px);
  max-width: 1520px;
  margin: 0 auto;
}

.dj-designed-grid article {
  display: grid;
  min-height: 350px;
  justify-items: center;
  align-content: center;
  padding: 44px 28px;
  border: 1px solid rgba(236, 43, 211, 0.7);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 15%, rgba(126, 70, 255, 0.18), transparent 16rem),
    rgba(7, 8, 17, 0.62);
  box-shadow: inset 0 0 34px rgba(255, 255, 255, 0.025), 0 24px 70px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.dj-designed-icon {
  display: grid;
  width: 104px;
  height: 104px;
  margin-bottom: 26px;
  place-items: center;
  color: #bd3dff;
  filter: drop-shadow(0 0 18px rgba(189, 61, 255, 0.45));
}

.dj-designed-icon svg {
  width: 100%;
  height: 100%;
}

.dj-designed-grid h3 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(26px, 2.15vw, 35px);
  line-height: 1.18;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.58);
}

.dj-designed-grid p {
  margin: 0;
  color: #dedfe7;
  font-size: clamp(20px, 1.55vw, 26px);
  line-height: 1.36;
}

.faq {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 50% 8%, rgba(139, 70, 255, 0.14), transparent 30rem),
    radial-gradient(circle at 80% 60%, rgba(236, 43, 211, 0.08), transparent 24rem),
    #030409;
}

.faq-heading {
  margin-bottom: clamp(34px, 4vw, 46px);
  text-align: center;
}

.faq-heading h2 {
  margin: 0;
  color: transparent;
  background: linear-gradient(94deg, #286bff 10%, #8b46ff 48%, #ff3a9a 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(82px, 9vw, 132px);
  line-height: 0.92;
  text-shadow: none;
}

.faq-list {
  display: grid;
  gap: 16px;
  max-width: 1240px;
  margin: 0 auto;
}

.faq-list details {
  border: 1px solid rgba(172, 181, 220, 0.28);
  border-radius: 15px;
  padding: 0;
  background:
    radial-gradient(circle at 7% 50%, rgba(139, 70, 255, 0.08), transparent 18rem),
    rgba(5, 8, 16, 0.72);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 72px minmax(260px, 0.75fr) minmax(320px, 1fr) 34px;
  gap: 28px;
  align-items: center;
  min-height: 106px;
  cursor: pointer;
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
  list-style: none;
  padding: 22px 42px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border: 3px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(#070914, #070914) padding-box,
    linear-gradient(135deg, #286bff, #ff3a9a) border-box;
  color: #bc49ff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.faq-list strong {
  display: flex;
  min-height: 62px;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: clamp(21px, 1.7vw, 27px);
  line-height: 1.2;
}

.faq-list summary p {
  margin: 0;
  color: #d3d5df;
  font-size: clamp(21px, 1.7vw, 27px);
  font-weight: 400;
  line-height: 1.35;
}

.faq-list summary i {
  position: relative;
  width: 24px;
  height: 24px;
}

.faq-list summary i::before,
.faq-list summary i::after {
  content: "";
  position: absolute;
  top: 11px;
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: #a84bff;
}

.faq-list summary i::before {
  left: 1px;
  transform: rotate(45deg);
}

.faq-list summary i::after {
  right: 1px;
  transform: rotate(-45deg);
}

.faq-list strong {
  font-weight: 400;
}

.faq-list summary i {
  display: none;
}

.final-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.final-cta img {
  width: 190px;
  margin-bottom: 24px;
}

.final-cta p {
  max-width: 660px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer p,
.footer span {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
}

/* Compact laptop version: keeps each sales section close to one 15-inch display fold. */
@media (min-width: 981px) {
  .section-band,
  .split-section,
  .demo,
  .faq {
    padding: clamp(44px, 5.4vw, 64px) clamp(22px, 4vw, 56px);
  }

  .hero {
    min-height: 0;
    padding: clamp(36px, 4vw, 52px) clamp(24px, 4vw, 58px);
  }

  .hero-inner {
    min-height: 0;
  }

  .hero-copy {
    min-width: 0;
  }

  .hero-art {
    width: min(34vw, 430px);
    min-width: 280px;
  }

  h1 {
    max-width: 720px;
    font-size: clamp(50px, 5.4vw, 82px);
    line-height: 0.98;
  }

  .hero-subtitle {
    max-width: 620px;
    font-size: clamp(19px, 1.55vw, 24px);
    line-height: 1.35;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-actions .button {
    min-width: 210px;
    min-height: 54px;
    font-size: 18px;
  }

  .pain,
  .solution,
  .demo,
  .features,
  .transformation,
  .gallery,
  .content-machine,
  .three-steps,
  .audience,
  .faq {
    min-height: 0;
  }

  .pain {
    padding-top: clamp(44px, 5vw, 64px);
    padding-bottom: clamp(44px, 5vw, 64px);
  }

  .pain-content {
    grid-template-columns: minmax(500px, 0.95fr) minmax(390px, 1.05fr);
    gap: clamp(28px, 4vw, 56px);
  }

  .pain-copy h2,
  .ai-graphic h2,
  .workflow-heading h2,
  .demo-heading h2,
  .features-heading h2,
  .transformation-heading h2,
  .gallery-heading h2,
  .content-machine-copy h2,
  .three-steps-heading h2,
  .audience-heading h2 {
    font-size: clamp(44px, 5.3vw, 72px);
    line-height: 0.98;
  }

  .pain-copy > p,
  .pain-bottom p,
  .workflow-heading p,
  .ai-graphic-benefits p,
  .demo-heading p,
  .features-heading p,
  .transformation-heading p,
  .gallery-heading p,
  .content-machine-copy p,
  .three-steps-heading p,
  .audience-heading p {
    font-size: clamp(17px, 1.35vw, 22px);
    line-height: 1.4;
  }

  .accent-line {
    margin-bottom: 22px;
  }

  .pain-grid {
    margin: 22px 0 24px;
  }

  .pain-grid span {
    min-height: 88px;
    gap: 10px;
    padding-inline: 8px;
    font-size: 14px;
  }

  .pain-grid span::before {
    width: 32px;
    height: 32px;
    font-size: 27px;
  }

  .pain-visual {
    min-height: 470px;
  }

  .dj-figure {
    top: 0;
    transform: scale(0.78);
    transform-origin: top right;
  }

  .camera-clutter span {
    transform: scale(0.8);
  }

  .camera-clutter span:nth-child(1) {
    left: 0;
    top: 16%;
    transform: rotate(-12deg) scale(0.8);
  }

  .camera-clutter span:nth-child(2) {
    right: 0;
    transform: rotate(11deg) scale(0.8);
  }

  .camera-clutter span:nth-child(3) {
    transform: rotate(-8deg) scale(0.68);
  }

  .laptop-shape {
    width: 315px;
    height: 116px;
  }

  .deck-shape {
    transform: scale(0.82);
    transform-origin: right bottom;
  }

  .hours-card {
    width: min(410px, 78%);
    min-height: 122px;
    padding: 22px 28px;
  }

  .workflow-heading,
  .ai-graphic h2,
  .demo-heading,
  .features-heading,
  .transformation-heading,
  .gallery-heading,
  .three-steps-heading,
  .audience-heading {
    margin-bottom: clamp(24px, 3vw, 36px);
  }

  .workflow-steps {
    grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
    max-width: 1180px;
    gap: 16px;
  }

  .workflow-step {
    min-height: 455px;
    padding: 30px 14px 14px;
  }

  .step-number {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .step-icon {
    width: clamp(112px, 10vw, 150px);
    height: clamp(112px, 10vw, 150px);
    margin-bottom: 18px;
  }

  .step-icon svg {
    width: 60px;
    height: 60px;
  }

  .workflow-step h3 {
    font-size: clamp(20px, 1.7vw, 25px);
  }

  .workflow-step p {
    margin-bottom: 16px;
    font-size: clamp(14px, 1.05vw, 16px);
  }

  .step-arrow {
    margin-top: 70px;
    font-size: 36px;
  }

  .share-row {
    margin-top: 36px;
    padding-top: 22px;
    font-size: 18px;
  }

  .workflow-benefits {
    padding: 13px 28px;
    font-size: 16px;
  }

  .drop-zone {
    min-height: 92px;
  }

  .drop-zone svg {
    width: 44px;
    height: 44px;
  }

  .upload-file-grid {
    gap: 8px;
  }

  .upload-file-grid i {
    height: 52px;
  }

  .upload-file-grid b,
  .processing-status ul,
  .processing-status div:first-child,
  .export-ready p {
    font-size: 12px;
  }

  .processing-preview,
  .export-video {
    min-height: 140px;
  }

  .export-ready button {
    min-height: 42px;
    gap: 14px;
    font-size: 14px;
  }

  .ai-flow {
    grid-template-columns: minmax(240px, 290px) 84px minmax(150px, 190px) 84px minmax(230px, 300px);
    gap: 18px;
    max-width: 1080px;
  }

  .camera-stack {
    gap: 10px;
  }

  .camera-stack article {
    min-height: 84px;
    grid-template-columns: 58px 1fr;
  }

  .camera-device {
    width: 46px;
    height: 34px;
  }

  .feed-image {
    height: 82px;
  }

  .camera-stack strong {
    width: calc(100% - 58px);
    padding: 7px 8px;
    font-size: 12px;
  }

  .merge-lines {
    height: 176px;
    background-position: 28px 50%;
    background-size: calc(100% - 42px) 5px;
  }

  .merge-lines::before {
    top: 20px;
    width: 58px;
    height: 132px;
    border-width: 4px;
  }

  .merge-lines::after,
  .output-line::after {
    width: 20px;
    height: 20px;
    border-width: 4px;
  }

  .ai-core {
    width: 160px;
    height: 160px;
  }

  .brain-icon {
    width: 60%;
    height: 60%;
  }

  .edited-preview {
    height: 150px;
  }

  .youtube-play {
    width: 70px;
    height: 50px;
    font-size: 24px;
  }

  .ai-graphic-benefits {
    margin-top: 34px;
    max-width: 820px;
  }

  .ai-graphic-benefits article {
    padding: 0 28px;
  }

  .benefit-icon {
    width: 46px;
    height: 46px;
  }

  .record-icon::before {
    inset: 10px;
  }

  .waveform-icon i:nth-child(1),
  .waveform-icon i:nth-child(6) {
    height: 14px;
  }

  .waveform-icon i:nth-child(2),
  .waveform-icon i:nth-child(5) {
    height: 26px;
  }

  .waveform-icon i:nth-child(3),
  .waveform-icon i:nth-child(4) {
    height: 40px;
  }

  .share-icon svg {
    width: 46px;
    height: 46px;
  }

  .ai-graphic-benefits strong {
    margin-top: 12px;
    font-size: 18px;
  }

  .demo-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 310px);
    max-width: 1220px;
    gap: 32px;
  }

  .video-shell {
    min-height: 0;
  }

  .camera-strip {
    width: 124px;
    gap: 8px;
  }

  .camera-card {
    height: 78px;
  }

  .main-preview {
    inset: 0;
  }

  .demo-timeline {
    display: none;
  }

  .comparison-card {
    min-height: 0;
    padding: 16px 18px;
  }

  .comparison-card i {
    margin-bottom: 6px;
    font-size: 38px;
  }

  .comparison-card strong {
    font-size: 44px;
  }

  .comparison-card em {
    font-size: 18px;
  }

  .comparison-card ul {
    gap: 6px;
    margin-top: 12px;
  }

  .comparison-card li {
    font-size: 14px;
  }

  .features .feature-grid {
    gap: 18px;
    max-width: 1240px;
  }

  .features .feature-card {
    min-height: 225px;
    gap: 16px;
    padding: 18px;
  }

  .feature-icon {
    margin-bottom: 22px;
    font-size: 42px;
  }

  .feature-card h3 {
    margin-bottom: 12px;
    font-size: clamp(18px, 1.45vw, 23px);
  }

  .feature-card h3::after {
    margin-top: 12px;
  }

  .feature-card p {
    font-size: 14px;
  }

  .mini-feed-grid i {
    height: 48px;
  }

  .mini-cut-plan,
  .clip-timeline {
    min-height: 58px;
    padding: 12px 8px;
  }

  .sync-visual {
    gap: 10px;
    padding: 18px 12px;
  }

  .export-preview {
    min-height: 100px;
    margin-bottom: 16px;
  }

  .clip-cards i {
    min-height: 112px;
  }

  .dj-visual {
    min-height: 170px;
  }

  .share-visual {
    grid-template-columns: repeat(2, 76px);
    gap: 14px;
  }

  .share-visual i {
    width: 76px;
    height: 76px;
    font-size: 42px;
  }

  .transform-compare {
    grid-template-columns: minmax(300px, 430px) 100px minmax(340px, 500px);
    gap: 34px;
  }

  .transform-compare article {
    padding: 44px 32px 24px;
  }

  .transform-compare h3 {
    min-width: 260px;
    font-size: 18px;
  }

  .transform-compare li {
    grid-template-columns: 54px 1fr;
    gap: 18px;
    min-height: 64px;
    font-size: 21px;
  }

  .list-icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .transform-arrow {
    font-size: 88px;
  }

  .gallery .gallery-grid {
    gap: 18px;
    max-width: 1240px;
  }

  .showcase-card {
    min-height: 285px;
    padding: 14px;
  }

  .showcase-title {
    gap: 12px;
    margin-bottom: 12px;
  }

  .showcase-title span {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .showcase-title h3 {
    font-size: 18px;
  }

  .preview-image,
  .export-image {
    height: 108px;
  }

  .upload-list p {
    grid-template-columns: 46px 1fr;
    margin-top: 7px;
    font-size: 10px;
  }

  .upload-list i {
    width: 46px;
    height: 28px;
  }

  .preview-wave {
    height: 34px;
  }

  .plan-thumbs i {
    height: 38px;
  }

  .plan-wave {
    height: 30px;
  }

  .social-clips i {
    min-height: 142px;
  }

  .youtube-video {
    height: 122px;
  }

  .content-machine-layout {
    grid-template-columns: minmax(390px, 540px) 120px minmax(300px, 350px);
    max-width: 1060px;
    gap: 28px;
  }

  .content-hub {
    min-height: 500px;
  }

  .content-hub i {
    width: 180px;
  }

  .content-hub i:nth-of-type(1) {
    transform: rotate(-45deg);
  }

  .content-hub i:nth-of-type(2) {
    transform: rotate(-27deg);
  }

  .content-hub i:nth-of-type(4) {
    transform: rotate(27deg);
  }

  .content-hub i:nth-of-type(5) {
    transform: rotate(45deg);
  }

  .long-set-image {
    min-height: 330px;
  }

  .content-output-list {
    gap: 12px;
  }

  .content-output-list article {
    min-height: 84px;
    grid-template-columns: 48px 1fr 116px;
    gap: 14px;
  }

  .output-icon {
    width: 48px;
    height: 48px;
    font-size: 34px;
  }

  .content-output-list strong {
    font-size: 23px;
  }

  .content-output-list small {
    margin-top: 6px;
    font-size: 18px;
  }

  .content-output-list i {
    height: 62px;
  }

  .simple-steps {
    max-width: 980px;
    margin-bottom: 42px;
    grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr) 72px minmax(0, 1fr);
  }

  .simple-step-icon {
    width: 86px;
    height: 86px;
    margin-bottom: 18px;
    font-size: 44px;
  }

  .simple-arrow {
    margin-top: 44px;
    font-size: 54px;
  }

  .simple-step h3 {
    font-size: 24px;
  }

  .simple-step p {
    font-size: 17px;
  }

  .benefit-strip article {
    min-height: 122px;
    padding: 24px 26px;
    grid-template-columns: 48px 1fr;
  }

  .benefit-strip span {
    font-size: 42px;
  }

  .benefit-strip h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .benefit-strip p {
    font-size: 16px;
  }

  .audience .audience-grid {
    gap: 18px;
    max-width: 1220px;
  }

  .audience-card {
    min-height: 230px;
    padding: 22px;
  }

  .audience-card.producers,
  .audience-card.creators {
    min-height: 210px;
  }

  .audience-heading > span {
    margin-bottom: 16px;
    padding: 9px 28px;
    font-size: 18px;
  }

  .audience-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 14px;
    font-size: 34px;
  }

  .audience-card h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .audience-card p {
    font-size: 18px;
  }

  .dj-designed-heading h2 {
    font-size: clamp(58px, 7vw, 96px);
  }

  .dj-designed-heading p {
    font-size: clamp(20px, 2vw, 28px);
  }

  .dj-designed-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .dj-designed-grid article {
    min-height: 280px;
    padding: 34px 18px;
  }

  .dj-designed-icon {
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
  }

  .dj-designed-grid h3 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .dj-designed-grid p {
    font-size: 17px;
  }

  .faq-heading {
    margin-bottom: 26px;
  }

  .faq-heading h2 {
    font-size: clamp(64px, 8vw, 100px);
  }

  .faq-list {
    gap: 12px;
    max-width: 1160px;
  }

  .faq-list summary {
    min-height: 78px;
    grid-template-columns: 54px minmax(230px, 0.75fr) minmax(280px, 1fr) 28px;
    gap: 22px;
    padding: 14px 30px;
  }

  .faq-icon {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }

  .faq-list strong,
  .faq-list summary p {
    min-height: 46px;
    font-size: 20px;
  }

  .final-cta {
    min-height: 0;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .nav {
    display: none;
  }

  .hero,
  .split-section,
  .demo-layout {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-art {
    order: -1;
    width: min(460px, 72vw);
    min-width: 0;
    margin: 0 auto 28px;
  }

  .ai-flow {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .merge-lines,
  .output-line {
    width: 4px;
    height: 58px;
    justify-self: center;
    background: linear-gradient(180deg, #286bff, #ff2bd6);
  }

  .merge-lines::before {
    display: none;
  }

  .merge-lines::after,
  .output-line::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -1px;
    transform: translateX(-50%) rotate(135deg);
  }

  .ai-core {
    justify-self: center;
  }

  .ai-graphic-benefits {
    grid-template-columns: 1fr;
    max-width: 520px;
    gap: 22px;
  }

  .ai-graphic-benefits article,
  .ai-graphic-benefits article + article {
    border-left: 0;
    padding: 0;
  }

  .pain {
    min-height: auto;
  }

  .pain-content {
    grid-template-columns: 1fr;
  }

  .pain-copy {
    max-width: 100%;
  }

  .pain-grid {
    grid-template-columns: repeat(4, minmax(92px, 1fr));
  }

  .pain-grid span:nth-child(5) {
    border-left: 0;
  }

  .pain-visual {
    min-height: 520px;
  }

  .dj-figure {
    right: 16%;
  }

  .camera-clutter span:nth-child(1) {
    left: 8%;
  }

  .camera-clutter span:nth-child(2) {
    right: 10%;
  }

  .hours-card {
    right: 50%;
    transform: translateX(50%);
  }

  .demo-layout {
    max-width: 780px;
  }

  .hero {
    min-height: auto;
    padding: 28px 18px 42px;
    background:
      radial-gradient(circle at 18% 12%, rgba(0, 200, 255, 0.16), transparent 24rem),
      radial-gradient(circle at 82% 10%, rgba(236, 43, 211, 0.14), transparent 22rem),
      linear-gradient(180deg, #040409 0%, #070814 54%, #05060a 100%);
  }

  .hero-inner {
    min-height: auto;
  }

  .hero-copy {
    width: 100%;
    min-width: 0;
  }

  .steps,
  .feature-grid,
  .gallery-grid,
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features .feature-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .gallery .gallery-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .faq-list summary {
    grid-template-columns: 60px 1fr 28px;
    gap: 20px;
  }

  .faq-list strong {
    border-right: 0;
  }

  .faq-list summary p {
    grid-column: 2 / 3;
  }

  .faq-list summary i {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .content-machine-layout {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .content-hub {
    display: none;
  }

  .simple-steps {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .simple-arrow {
    margin: -10px 0 0;
    transform: rotate(90deg);
  }

  .benefit-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-strip article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .benefit-strip article:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .audience .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-card,
  .audience-card.producers,
  .audience-card.creators {
    grid-column: span 1;
  }

  .dj-designed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }

  .content-hub {
    justify-self: center;
  }

  .content-hub::before,
  .content-hub::after {
    display: none;
  }

  .transform-compare {
    grid-template-columns: minmax(0, 680px);
  }

  .transform-arrow {
    transform: rotate(90deg);
  }

  .workflow-steps {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .step-arrow {
    margin: -6px 0 2px;
    transform: rotate(90deg);
    font-size: 48px;
    text-align: center;
  }

  .workflow-step {
    min-height: 0;
  }

  .workflow-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 18px;
    gap: 12px 18px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand {
    width: 54px;
  }

  .header-cta {
    padding: 10px 12px;
  }

  .section-band,
  .split-section,
  .demo,
  .faq {
    padding: 64px 18px;
  }

  h1 {
    font-size: 48px;
    line-height: 1;
  }

  h2 {
    font-size: 34px;
  }

  p,
  .hero-subtitle {
    font-size: 17px;
  }

  .hero-subtitle {
    font-size: 21px;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-actions .button {
    min-width: 0;
    width: 100%;
    font-size: 18px;
  }

  .check-grid,
  .steps,
  .feature-grid,
  .gallery-grid,
  .audience-grid,
  .before-after {
    grid-template-columns: 1fr;
  }

  .features-heading h2 {
    font-size: 44px;
  }

  .ai-graphic h2 {
    font-size: 42px;
  }

  .camera-stack article {
    grid-template-columns: 52px 1fr;
  }

  .camera-device {
    width: 42px;
    height: 32px;
  }

  .feed-image {
    height: 78px;
  }

  .camera-stack strong {
    width: calc(100% - 52px);
    font-size: 12px;
  }

  .ai-core {
    width: 138px;
    height: 138px;
  }

  .brain-icon {
    width: 60%;
    height: 60%;
  }

  .edited-preview {
    height: 150px;
  }

  .benefit-icon {
    width: 44px;
    height: 44px;
  }

  .features-heading p {
    font-size: 18px;
  }

  .transformation-heading h2 {
    font-size: 44px;
  }

  .transformation-heading p {
    font-size: 18px;
  }

  .gallery-heading h2 {
    font-size: 44px;
  }

  .gallery-heading p {
    font-size: 18px;
  }

  .content-machine-copy h2 {
    font-size: 58px;
  }

  .content-machine-copy p {
    font-size: 20px;
  }

  .three-steps-heading h2 {
    font-size: 48px;
  }

  .three-steps-heading p {
    font-size: 18px;
  }

  .simple-step-icon {
    width: 92px;
    height: 92px;
    font-size: 48px;
  }

  .simple-step h3 {
    font-size: 25px;
  }

  .simple-step p {
    font-size: 18px;
  }

  .benefit-strip {
    grid-template-columns: 1fr;
  }

  .benefit-strip article,
  .benefit-strip article:nth-child(3),
  .benefit-strip article:nth-child(4) {
    grid-template-columns: 54px 1fr;
    min-height: 0;
    padding: 24px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .benefit-strip article:first-child {
    border-top: 0;
  }

  .benefit-strip span {
    font-size: 44px;
  }

  .audience-heading h2 {
    font-size: 44px;
  }

  .audience-heading p {
    font-size: 18px;
  }

  .audience .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: 280px;
  }

  .dj-designed-heading h2 {
    font-size: 48px;
  }

  .dj-designed-heading p {
    font-size: 18px;
  }

  .dj-designed-heading p br {
    display: none;
  }

  .dj-designed-grid {
    grid-template-columns: 1fr;
  }

  .dj-designed-grid article {
    min-height: 250px;
    padding: 30px 22px;
    border-radius: 16px;
  }

  .dj-designed-icon {
    width: 72px;
    height: 72px;
  }

  .dj-designed-grid h3 {
    font-size: 25px;
  }

  .dj-designed-grid p {
    font-size: 18px;
  }

  .audience-heading > span {
    padding: 10px 24px;
    font-size: 17px;
  }

  .faq-heading h2 {
    font-size: 72px;
  }

  .faq-list {
    gap: 12px;
  }

  .faq-list summary {
    grid-template-columns: 48px 1fr 24px;
    gap: 14px;
    min-height: 0;
    padding: 18px;
  }

  .faq-icon {
    width: 46px;
    height: 46px;
    border-width: 2px;
    font-size: 30px;
  }

  .faq-list strong,
  .faq-list summary p {
    min-height: 0;
    font-size: 17px;
  }

  .faq-list summary p br {
    display: none;
  }

  .audience-icon {
    width: 68px;
    height: 68px;
    font-size: 34px;
  }

  .long-set-image {
    min-height: 260px;
  }

  .video-duration {
    left: 16px;
    bottom: 16px;
    padding: 10px 12px;
    font-size: 20px;
  }

  .video-duration span {
    width: 42px;
    height: 28px;
  }

  .content-output-list article {
    grid-template-columns: 48px 1fr 108px;
    gap: 12px;
    min-height: 94px;
    padding: 10px 10px 10px 14px;
  }

  .output-icon {
    width: 46px;
    height: 46px;
    font-size: 34px;
  }

  .content-output-list strong {
    font-size: 21px;
  }

  .content-output-list small {
    margin-top: 8px;
    font-size: 18px;
  }

  .content-output-list i {
    height: 70px;
  }

  .showcase-card {
    padding: 16px;
  }

  .upload-ui,
  .edit-plan-ui,
  .export-ui {
    grid-template-columns: 1fr;
  }

  .analysis-note {
    grid-column: 1;
  }

  .social-clips,
  .clip-platforms {
    grid-template-columns: repeat(2, 1fr);
  }

  .youtube-meta {
    grid-template-columns: 1fr auto;
  }

  .transform-compare {
    gap: 42px;
  }

  .transform-compare article {
    padding: 50px 20px 24px;
    border-radius: 16px;
  }

  .transform-compare h3 {
    min-width: 250px;
    padding: 11px 20px;
    font-size: 17px;
  }

  .transform-compare li {
    grid-template-columns: 54px 1fr;
    gap: 16px;
    min-height: 72px;
    font-size: 20px;
  }

  .list-icon {
    width: 48px;
    height: 48px;
    font-size: 23px;
  }

  .transform-arrow {
    font-size: 76px;
  }

  .features .feature-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px;
  }

  .feature-icon {
    margin-bottom: 22px;
    font-size: 48px;
  }

  .feature-card p {
    font-size: 16px;
  }

  .share-visual {
    grid-template-columns: repeat(2, 86px);
    gap: 16px;
  }

  .share-visual i {
    width: 86px;
    height: 86px;
  }

  .pain {
    padding: 64px 18px;
  }

  .pain-copy h2 {
    font-size: 44px;
  }

  .accent-line {
    width: 160px;
    margin-bottom: 28px;
  }

  .pain-copy > p,
  .pain-bottom p {
    font-size: 18px;
  }

  .pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .pain-grid span {
    min-height: 110px;
    padding: 0 10px 18px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 16px;
  }

  .pain-grid span:nth-child(1),
  .pain-grid span:nth-child(2) {
    border-top: 0;
  }

  .pain-grid span:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .pain-visual {
    min-height: 420px;
  }

  .dj-figure {
    right: -8px;
    top: 0;
    transform: scale(0.72);
    transform-origin: top right;
  }

  .camera-clutter span:nth-child(1) {
    left: 0;
    top: 10%;
  }

  .camera-clutter span:nth-child(2) {
    right: 4%;
    top: 18%;
  }

  .camera-clutter span:nth-child(3) {
    right: 5%;
    bottom: 38%;
  }

  .laptop-shape {
    left: 0;
    bottom: 118px;
    width: 270px;
    height: 106px;
  }

  .deck-shape {
    right: -96px;
    bottom: 106px;
    transform: scale(0.76);
  }

  .hours-card {
    width: 100%;
    min-height: 132px;
    padding: 22px;
  }

  .clock-icon {
    width: 48px;
    height: 48px;
  }

  .clock-icon::before,
  .clock-icon::after {
    left: 20px;
    top: 10px;
  }

  .hours-card strong {
    font-size: 20px;
  }

  .workflow-heading h2 {
    font-size: 46px;
  }

  .workflow-heading p {
    font-size: 18px;
  }

  .step-number {
    width: 54px;
    height: 54px;
    font-size: 25px;
  }

  .step-icon {
    width: 148px;
    height: 148px;
  }

  .workflow-step h3 {
    font-size: 28px;
  }

  .workflow-step p {
    font-size: 18px;
  }

  .share-row {
    justify-content: flex-start;
    gap: 18px 22px;
    font-size: 18px;
  }

  .workflow-benefits {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .workflow-benefits strong {
    justify-content: flex-start;
  }

  .upload-file-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-shell {
    min-height: 0;
    border-radius: 14px;
  }

  .camera-strip {
    left: 12px;
    top: 12px;
    width: 92px;
    gap: 8px;
  }

  .camera-card {
    height: 66px;
  }

  .camera-card span {
    left: 8px;
    bottom: 7px;
    font-size: 10px;
  }

  .main-preview {
    inset: 0;
  }

  .play-button {
    width: 62px;
    height: 62px;
  }

  .play-button::before {
    margin: 17px 0 0 24px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 19px;
  }

  .demo-timeline {
    display: none;
  }

  .cut-row {
    height: 22px;
  }

  .waveform {
    height: 24px;
  }

  .player-controls {
    left: 14px;
    right: 14px;
    gap: 12px;
    font-size: 18px;
  }

  .comparison-card {
    min-height: 0;
    padding: 22px;
  }

  .difference-label {
    font-size: 15px;
    letter-spacing: 0.24em;
  }

}

/* Final overrides for the redesigned problem section. */
.pain-content {
  grid-template-columns: minmax(470px, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
}

.pain-visual {
  min-height: 820px;
}

@media (max-width: 1180px) {
  .pain-content {
    grid-template-columns: 1fr;
    max-width: 820px;
  }

  .pain-copy {
    max-width: 720px;
  }

  .pain-visual {
    min-height: 800px;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .pain {
    padding: 58px 18px;
  }

  .pain-copy h2 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .old-way-card {
    padding: 22px 18px 24px;
  }

  .old-way-header {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 10px 14px;
  }

  .old-way-header p {
    grid-column: 2;
  }

  .old-way-card li,
  .old-way-footer {
    padding-left: 54px;
  }

  .old-way-card li::before {
    left: 6px;
  }

  .pain-visual {
    min-height: 760px;
    transform: scale(0.92);
    transform-origin: top center;
  }

  .camera-node.front {
    top: 0;
  }

  .camera-node.left {
    left: 0;
    top: 142px;
  }

  .camera-node.right {
    right: 0;
    top: 142px;
  }

  .diagram-camera {
    width: 82px;
    height: 54px;
  }

  .camera-node {
    font-size: 12px;
  }

  .dj-output-figure {
    width: 340px;
  }

  .dj-decks {
    width: 340px;
  }

  .edited-output-card {
    grid-template-columns: 82px 1fr;
    gap: 12px 18px;
    width: 94%;
    padding: 22px;
  }

  .youtube-badge {
    width: 76px;
    height: 58px;
  }

  .pain-visual .pain-benefits {
    grid-template-columns: 1fr;
    bottom: -40px;
    padding: 20px;
  }

  .pain-benefits article {
    grid-template-columns: 52px 1fr;
    justify-items: start;
    align-items: center;
    padding: 14px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    text-align: left;
  }

  .pain-benefits article:first-child {
    border-top: 0;
  }

  .pain-benefit-icon {
    grid-row: span 2;
    width: 44px;
    height: 44px;
  }

  .minutes-note {
    bottom: -128px;
    width: 94%;
    text-align: center;
  }
}

/* Keep the hero headline clean, readable, and fitted to the hero column. */
.hero-copy h1 {
  width: 100%;
  max-width: 940px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(50px, 5.35vw, 92px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy h1 span {
  display: block;
}

.hero-copy h1 .hero-title-line {
  color: #fff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}

@media (min-width: 981px) {
  .hero-copy h1 span {
    white-space: nowrap;
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .hero-copy h1 {
    font-size: clamp(46px, 4.8vw, 70px);
  }
}

@media (max-width: 980px) {
  .hero-copy h1 {
    max-width: 760px;
    font-size: clamp(44px, 8.6vw, 76px);
  }
}

@media (max-width: 560px) {
  .hero-copy h1 {
    font-size: clamp(36px, 10vw, 52px);
  }
}

/* Compact tagline style for the AI graphic headline. */
#ai-graphic-title {
  max-width: 980px;
  margin-bottom: clamp(30px, 4vw, 48px);
  color: #bfc3d8;
  font-size: clamp(22px, 2.1vw, 36px);
  line-height: 1.2;
  font-weight: 900;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.58);
}

/* Final hero rebuild to match the supplied sales-page design. */
.site-header {
  display: none;
}

.hero {
  min-height: 100svh;
  padding: 0;
  border-top: 0;
  background:
    radial-gradient(circle at 72% 16%, rgba(120, 60, 255, 0.26), transparent 20rem),
    radial-gradient(circle at 88% 20%, rgba(255, 65, 155, 0.14), transparent 16rem),
    linear-gradient(180deg, #04040a 0%, #05050b 100%);
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(3, 4, 8, 0.96) 0%, rgba(3, 4, 8, 0.9) 36%, rgba(3, 4, 8, 0.52) 58%, rgba(3, 4, 8, 0.16) 74%, transparent 100%);
}

.hero::after {
  display: none;
}

.hero-inner {
  position: relative;
  grid-template-columns: minmax(520px, 0.94fr) minmax(560px, 1.06fr);
  gap: clamp(20px, 3vw, 40px);
  min-height: 100svh;
  max-width: 1560px;
  margin: 0 auto;
  padding: clamp(34px, 3.2vw, 48px) clamp(28px, 3vw, 50px) 26px;
  align-items: end;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: start;
  max-width: 700px;
  padding-top: 24px;
}

.hero-brand-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 42px;
}

.hero-brand-mark {
  width: 220px;
  max-width: 36%;
  filter: drop-shadow(0 0 22px rgba(189, 66, 255, 0.28));
}

.hero-brand-lockup {
  display: grid;
  gap: 6px;
}

.hero-brand-wordmark {
  display: block;
  color: #fff;
  font-family: "Bebas Neue", Inter, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.07em;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.42);
}

.hero-brand-wordmark span {
  color: transparent;
  background: linear-gradient(180deg, #ff65f4 0%, #af43ff 58%, #7a35ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-brand-lockup span {
  color: rgba(233, 235, 244, 0.92);
  font-size: 17px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0 0 24px;
  max-width: 720px;
  font-family: "Bebas Neue", Inter, sans-serif;
  font-size: clamp(84px, 8.4vw, 132px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.01em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.62);
}

.hero-copy h1 span {
  display: block;
}

.hero-copy h1 .hero-title-line {
  color: #fff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.hero-copy h1 span:last-child {
  color: transparent;
  background: linear-gradient(180deg, #ff65f4 0%, #af43ff 58%, #7a35ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-subtitle {
  max-width: 670px;
  margin-bottom: 30px;
  color: rgba(244, 246, 250, 0.94);
  font-size: clamp(27px, 2.28vw, 42px);
  line-height: 1.27;
  letter-spacing: 0.01em;
}

.hero-subtitle em {
  color: transparent;
  background: linear-gradient(90deg, #0cbfff 0%, #7d46ff 54%, #ff2d9c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
  font-weight: 800;
}

.hero-bullets {
  display: none;
}

.hero-actions {
  gap: 22px;
  margin-top: 0;
}

.hero-actions .button {
  min-width: 276px;
  min-height: 66px;
  border-radius: 14px;
  padding: 0 28px;
  font-size: 21px;
  letter-spacing: 0.08em;
}

.hero-actions .primary {
  box-shadow: 0 18px 48px rgba(124, 60, 255, 0.32);
}

.hero-actions .secondary {
  border-color: rgba(188, 52, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.hero-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid rgba(134, 145, 190, 0.34);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(18, 20, 35, 0.92), rgba(8, 10, 18, 0.9));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28), inset 0 0 32px rgba(255, 255, 255, 0.02);
}

.hero-feature-strip article {
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: 182px;
  padding: 24px 20px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.hero-feature-strip article:first-child {
  border-left: 0;
}

.hero-feature-icon {
  display: grid;
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
  place-items: center;
  color: #bd43ff;
  font-size: 39px;
  font-weight: 700;
  line-height: 1;
}

.hero-feature-strip strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.18;
  text-transform: uppercase;
}

.hero-feature-strip p {
  margin: 0;
  color: #cfd2df;
  font-size: 15px;
  line-height: 1.4;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 34px;
  margin-top: 36px;
  padding-left: 2px;
  color: rgba(233, 235, 244, 0.74);
}

.hero-trust-row span {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-trust-row strong {
  color: rgba(233, 235, 244, 0.84);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero-art {
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: none;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: hidden;
  aspect-ratio: auto;
}

.hero-stage {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 4, 10, 0.06), rgba(4, 4, 10, 0.52)),
    url("assets/setcut-hero-reference.png") 72% 18% / cover no-repeat;
  filter: saturate(1.1) contrast(1.06);
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 64% 20%, rgba(135, 79, 255, 0.26), transparent 18rem),
    radial-gradient(circle at 78% 16%, rgba(255, 75, 158, 0.18), transparent 12rem),
    linear-gradient(180deg, rgba(4, 4, 10, 0.08), rgba(4, 4, 10, 0.56));
}

.hero-laptop-wrap {
  position: absolute;
  right: 2%;
  bottom: 8px;
  width: min(60vw, 790px);
  aspect-ratio: 1.18;
  transform: rotate(-6deg);
  filter: drop-shadow(0 34px 70px rgba(0, 0, 0, 0.55));
}

.hero-laptop-screen {
  position: absolute;
  inset: 0 0 14% 0;
  border: 2px solid rgba(120, 74, 255, 0.44);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(3, 4, 8, 0.2), rgba(3, 4, 8, 0.06)),
    url("assets/setcut-hero-laptop-editor.png") center / cover no-repeat;
  box-shadow: inset 0 0 0 14px rgba(7, 8, 14, 0.94);
}

.hero-laptop-base {
  position: absolute;
  left: 7%;
  right: 3%;
  bottom: 0;
  height: 17%;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, #6b54b4 0%, #302349 45%, #1a1327 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.hero-laptop-base::before {
  content: "";
  position: absolute;
  left: 32%;
  right: 30%;
  bottom: 10px;
  height: 12px;
  border-radius: 0 0 12px 12px;
  background: rgba(210, 214, 229, 0.52);
}

.hero-deck {
  position: absolute;
  right: -2%;
  bottom: 6px;
  width: 220px;
  height: 132px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 76% 48%, rgba(130, 75, 255, 0.72) 0 30px, transparent 31px),
    linear-gradient(135deg, #0b0c12, #050509);
  box-shadow: inset 0 0 42px rgba(106, 61, 255, 0.16), 0 24px 50px rgba(0, 0, 0, 0.42);
  opacity: 0.9;
}

.hero-deck::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 26px;
  width: 10px;
  height: 54px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff43a0, #7d46ff);
  box-shadow: 22px 8px 0 0 rgba(255, 67, 160, 0.82), 44px -2px 0 0 rgba(125, 70, 255, 0.88), 66px 10px 0 0 rgba(255, 67, 160, 0.82);
}

.hero-headphones {
  position: absolute;
  left: 56%;
  bottom: -8px;
  width: 170px;
  height: 110px;
  border: 12px solid rgba(12, 13, 22, 0.96);
  border-bottom: 0;
  border-radius: 100px 100px 0 0;
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.4);
}

.hero-headphones::before,
.hero-headphones::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 52px;
  height: 62px;
  border-radius: 26px;
  background: linear-gradient(180deg, #10111a, #05060c);
}

.hero-headphones::before {
  left: -8px;
}

.hero-headphones::after {
  right: -8px;
}

@media (max-width: 1180px) {
  .hero {
    min-height: 0;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-bottom: 34px;
    align-items: start;
  }

  .hero-copy {
    max-width: 860px;
  }

  .hero-brand-mark {
    width: 180px;
  }

  .hero-brand-wordmark {
    font-size: 60px;
  }

  .hero-copy h1 {
    font-size: clamp(76px, 10vw, 116px);
  }

  .hero-subtitle {
    max-width: 760px;
  }

  .hero-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-art {
    min-height: 720px;
  }

  .hero-laptop-wrap {
    right: 3%;
    width: min(88vw, 760px);
  }
}

@media (max-width: 760px) {
  .hero-inner {
    padding: 22px 18px 26px;
  }

  .hero-brand-row {
    gap: 14px;
    margin-bottom: 28px;
  }

  .hero-brand-mark {
    width: 126px;
    max-width: none;
  }

  .hero-brand-wordmark {
    font-size: 42px;
  }

  .hero-brand-lockup span {
    font-size: 11px;
    letter-spacing: 0.22em;
  }

  .hero-copy h1 {
    font-size: clamp(54px, 16vw, 92px);
    line-height: 0.92;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-actions .button {
    min-width: 0;
    width: 100%;
    min-height: 60px;
    font-size: 19px;
  }

  .hero-feature-strip {
    grid-template-columns: 1fr;
  }

  .hero-feature-strip article {
    min-height: 0;
    padding: 20px 18px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hero-feature-strip article:first-child {
    border-top: 0;
  }

  .hero-trust-row {
    gap: 12px 18px;
    margin-top: 26px;
  }

  .hero-trust-row span {
    width: 100%;
    font-size: 12px;
  }

  .hero-trust-row strong {
    font-size: 15px;
  }

  .hero-art {
    min-height: 480px;
  }

  .hero-stage {
    background-position: 72% 20%;
  }

  .hero-laptop-wrap {
    right: -8%;
    bottom: 22px;
    width: 122%;
    transform: rotate(-4deg);
  }

  .hero-deck,
  .hero-headphones {
    display: none;
  }
}

/* Reference-match pass for the problem section. */
.pain {
  padding: clamp(56px, 5.2vw, 74px) clamp(24px, 4vw, 58px) clamp(48px, 4.5vw, 66px);
  background:
    radial-gradient(circle at 71% 34%, rgba(119, 40, 255, 0.23), transparent 28rem),
    radial-gradient(circle at 84% 70%, rgba(236, 43, 211, 0.08), transparent 24rem),
    linear-gradient(180deg, #030409 0%, #05050a 100%);
}

.pain::before {
  background: linear-gradient(90deg, rgba(3, 4, 9, 0.98) 0%, rgba(3, 4, 9, 0.92) 42%, rgba(3, 4, 9, 0.78) 100%);
}

.pain::after {
  display: none;
}

.pain-content {
  grid-template-columns: minmax(500px, 0.78fr) minmax(640px, 1.22fr);
  gap: clamp(42px, 5.2vw, 92px);
  max-width: 1450px;
  align-items: start;
}

.pain-content::after {
  content: "";
  position: absolute;
  left: 43.6%;
  top: 515px;
  z-index: 2;
  width: 112px;
  height: 44px;
  background:
    radial-gradient(circle, #9449ff 0 2px, transparent 3px) 0 50% / 13px 8px repeat-x;
}

.pain-content::before {
  content: "";
  position: absolute;
  left: calc(43.6% + 88px);
  top: 524px;
  z-index: 3;
  width: 24px;
  height: 24px;
  border-right: 4px solid #a448ff;
  border-bottom: 4px solid #a448ff;
  filter: drop-shadow(0 0 10px rgba(164, 72, 255, 0.55));
  transform: rotate(-45deg);
}

.pain-copy {
  max-width: 620px;
}

.pain-copy h2 {
  max-width: 610px;
  margin-bottom: 26px;
  font-size: clamp(56px, 4.7vw, 74px);
  line-height: 1.04;
}

.pain-copy h2 span {
  display: block;
  white-space: nowrap;
}

.accent-line {
  width: 330px;
  height: 4px;
  margin-bottom: 28px;
}

.pain-copy > p {
  max-width: 560px;
  font-size: clamp(20px, 1.55vw, 25px);
  line-height: 1.35;
}

.old-way-card {
  width: min(520px, 100%);
  margin-top: 34px;
  padding: 26px 28px 28px;
  border-color: rgba(255, 45, 156, 0.48);
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 0%, rgba(126, 70, 255, 0.1), transparent 14rem),
    rgba(6, 7, 14, 0.7);
}

.old-way-header {
  gap: 18px;
  margin-bottom: 10px;
}

.old-way-x {
  width: 48px;
  height: 48px;
  font-size: 48px;
}

.old-way-header strong {
  font-size: 18px;
}

.old-way-header p {
  font-size: 14px;
  white-space: nowrap;
}

.old-way-card li {
  min-height: 48px;
  padding-left: 78px;
  font-size: 20px;
}

.old-way-card li::before {
  left: 10px;
  font-size: 42px;
}

.old-way-footer {
  margin-top: 28px;
  padding-left: 78px;
  font-size: 18px;
}

.pain-visual {
  min-height: 800px;
}

.pain-diagram-glow {
  inset: 112px 12% 360px 12%;
  background:
    radial-gradient(circle at 50% 46%, rgba(160, 48, 255, 0.46), transparent 13rem),
    radial-gradient(circle at 54% 47%, rgba(255, 45, 156, 0.12), transparent 18rem);
}

.camera-node {
  gap: 8px;
  font-size: 14px;
}

.camera-node.front {
  top: 0;
}

.camera-node.left {
  left: 10%;
  top: 128px;
}

.camera-node.right {
  right: 8%;
  top: 122px;
}

.diagram-camera {
  width: 94px;
  height: 62px;
  border-color: rgba(232, 66, 255, 0.9);
  background:
    radial-gradient(circle at 50% 25px, #4a5cff 0 9px, transparent 10px),
    radial-gradient(ellipse at 50% 53px, #ff2d9c 0 18px, transparent 19px),
    rgba(6, 7, 14, 0.92);
}

.diagram-arrow {
  width: auto;
  height: auto;
  color: #d53bff;
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
  filter: drop-shadow(0 0 10px rgba(213, 59, 255, 0.52));
}

.diagram-arrow::before {
  position: static;
  border: 0;
  transform: none;
  filter: none;
}

.arrow-front {
  left: 50%;
  top: 92px;
  transform: translateX(-50%);
}

.arrow-front::before,
.arrow-down::before {
  content: "↓";
}

.arrow-left {
  left: 29%;
  top: 176px;
  transform: rotate(-24deg);
}

.arrow-left::before {
  content: "↘";
}

.arrow-right {
  right: 27%;
  top: 174px;
  transform: rotate(22deg);
}

.arrow-right::before {
  content: "↙";
}

.arrow-down {
  left: 50%;
  top: 382px;
  color: #ff2d9c;
  transform: translateX(-50%);
}

.dj-output-figure {
  top: 184px;
  width: 410px;
  height: 238px;
}

.dj-head {
  top: 28px;
  width: 74px;
  height: 82px;
}

.dj-body {
  top: 104px;
  width: 178px;
  height: 130px;
}

.dj-decks {
  width: 410px;
}

.edited-output-card {
  top: 430px;
  width: 452px;
  min-height: 154px;
  grid-template-columns: 104px 1fr;
  gap: 16px 24px;
  padding: 28px 34px;
}

.youtube-badge {
  width: 92px;
  height: 70px;
}

.edited-output-card strong {
  font-size: 28px;
}

.pain-visual .pain-benefits {
  bottom: 70px;
  width: min(670px, 94%);
  min-height: 160px;
  padding: 30px 0;
  border-color: rgba(255, 255, 255, 0.17);
  border-radius: 14px;
}

.pain-benefit-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 8px;
}

.pain-benefits strong {
  font-size: 24px;
}

.pain-benefits p {
  font-size: 19px;
}

.minutes-note {
  bottom: 0;
  left: 50%;
  width: 230px;
  font-size: 21px;
  text-align: left;
}

@media (max-width: 1180px) {
  .pain-content {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .pain-content::before,
  .pain-content::after {
    display: none;
  }

  .pain-copy {
    max-width: 620px;
  }

  .pain-visual {
    min-height: 800px;
  }
}

@media (max-width: 720px) {
  .pain-copy h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .pain-copy h2 span {
    white-space: normal;
  }

  .old-way-header p {
    white-space: normal;
  }

  .pain-visual {
    min-height: 800px;
    transform: none;
  }

  .camera-node.left {
    left: 0;
  }

  .camera-node.right {
    right: 0;
  }

  .edited-output-card {
    width: 94%;
  }

  .pain-visual .pain-benefits {
    bottom: 74px;
  }

  .minutes-note {
    bottom: 0;
    width: 94%;
    text-align: center;
  }
}

/* Compact hero fit pass: keeps the first screen within a desktop viewport. */
.hero {
  min-height: 0;
  overflow: hidden;
}

.hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 540px);
  gap: clamp(28px, 4vw, 58px);
  min-height: 0;
  max-width: 1440px;
  padding: clamp(26px, 2.8vw, 42px) clamp(24px, 3vw, 48px) clamp(34px, 3vw, 48px);
  align-items: center;
}

.hero-copy {
  z-index: 10;
  align-self: center;
  max-width: 760px;
  padding-top: 0;
}

.hero-brand-row {
  margin-bottom: clamp(20px, 2.2vw, 30px);
}

.hero-brand-mark {
  width: clamp(150px, 14vw, 220px);
  max-width: none;
}

.hero-brand-wordmark {
  font-size: clamp(42px, 4vw, 64px);
}

.hero-brand-lockup span {
  font-size: clamp(10px, 0.9vw, 14px);
  letter-spacing: 0.28em;
}

.hero-copy h1 {
  position: relative;
  z-index: 12;
  max-width: 780px;
  margin-bottom: 18px;
  overflow: visible;
  font-size: clamp(58px, 6vw, 104px);
  line-height: 0.92;
}

.hero-subtitle {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(20px, 1.75vw, 28px);
  line-height: 1.3;
}

.hero-actions .button {
  min-width: 240px;
  min-height: 58px;
  font-size: 19px;
}

.hero-feature-strip {
  max-width: 680px;
  margin-top: 26px;
  border-radius: 16px;
}

.hero-feature-strip article {
  min-height: 132px;
  padding: 18px 14px;
}

.hero-feature-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  font-size: 28px;
}

.hero-feature-strip strong {
  margin-bottom: 8px;
  font-size: 13px;
}

.hero-feature-strip p {
  font-size: 12px;
  line-height: 1.28;
}

.hero-art {
  z-index: 1;
  align-self: center;
  justify-self: end;
  width: min(40vw, 540px);
  min-width: 360px;
  max-height: calc(100svh - 64px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(131, 144, 190, 0.34);
  border-radius: 22px;
  background: #070814;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46), inset 0 0 46px rgba(255, 255, 255, 0.025);
}

.hero-stage {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 4, 10, 0.08), rgba(4, 4, 10, 0.54)),
    url("assets/setcut-hero-reference.png") 68% 16% / cover no-repeat;
}

.hero-laptop-wrap {
  right: -8%;
  bottom: 4%;
  width: 110%;
  transform: rotate(-6deg);
}

.hero-laptop-screen {
  border-radius: 20px;
  box-shadow: inset 0 0 0 10px rgba(7, 8, 14, 0.94);
}

.hero-laptop-base {
  left: 8%;
  right: 4%;
  height: 15%;
}

.hero-deck,
.hero-headphones,
.hero-trust-row {
  display: none;
}

.hero-art {
  background: url("assets/hero-square-editor-flow.png") center / cover no-repeat;
}

.hero-art .hero-stage,
.hero-art .hero-laptop-wrap,
.hero-art .hero-deck,
.hero-art .hero-headphones {
  display: none;
}

@media (max-width: 1180px) {
  .hero {
    overflow: visible;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-bottom: 34px;
  }

  .hero-copy {
    max-width: 860px;
  }

  .hero-art {
    justify-self: center;
    width: min(82vw, 560px);
    min-width: 0;
    max-height: none;
    margin-top: 24px;
  }
}

@media (max-width: 760px) {
  .hero-inner {
    padding: 22px 18px 28px;
  }

  .hero-brand-row {
    margin-bottom: 22px;
  }

  .hero-copy h1 {
    font-size: clamp(48px, 14vw, 76px);
    line-height: 0.94;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
  }

  .hero-feature-strip {
    grid-template-columns: 1fr;
  }

  .hero-art {
    width: min(92vw, 430px);
  }
}

/* Global black-stage pass: remove section bands/dividers and let component glows carry the page. */
html,
body,
main {
  background: #000;
}

body {
  background: #000 !important;
}

.hero,
.section-band,
.split-section,
.demo,
.faq,
.ai-graphic,
.pain,
.solution,
.transformation,
.features,
.dj-designed,
.three-steps,
.audience,
.final-cta,
.footer {
  border-top: 0 !important;
  background: #000 !important;
}

.hero::before,
.hero::after,
.pain::before,
.pain::after,
.solution::before,
.dj-designed::before {
  display: none !important;
}

/* Problem section: use the finished reference graphic as the paired visual. */
.pain-content {
  grid-template-columns: minmax(440px, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(44px, 5vw, 86px);
}

.pain-content::before,
.pain-content::after {
  display: none !important;
}

.pain-copy {
  max-width: 620px;
}

.pain-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0 !important;
  transform: none !important;
}

.pain-visual-image {
  display: block;
  width: auto;
  max-width: min(100%, 720px);
  max-height: min(860px, 82vh);
  height: auto;
  border-radius: 18px;
  filter: drop-shadow(0 28px 70px rgba(137, 54, 255, 0.24));
}

@media (max-width: 1180px) {
  .pain-content {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .pain-copy {
    max-width: 100%;
  }

  .pain-visual {
    margin-top: 28px;
  }

  .pain-visual-image {
    max-width: min(100%, 680px);
    max-height: none;
  }
}

@media (max-width: 720px) {
  .pain-visual {
    margin-top: 22px;
  }

.pain-visual-image {
    border-radius: 14px;
  }
}

/* AI graphic headline: match the primary page headline system. */
#ai-graphic-title {
  max-width: 1320px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  color: #fff;
  font-size: clamp(52px, 6.2vw, 94px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.72);
}

#ai-graphic-title span,
#ai-graphic-title em {
  font: inherit;
}

#ai-graphic-title em {
  font-style: normal;
  background: linear-gradient(92deg, #1fb7ff 0%, #7a45ff 42%, #ff2fa8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 760px) {
  #ai-graphic-title {
    font-size: clamp(40px, 12vw, 64px);
  }
}

/* Give the workflow cards more room beneath the headline. */
.solution .workflow-heading {
  margin-bottom: clamp(54px, 5.8vw, 82px);
}

@media (max-width: 760px) {
  .solution .workflow-heading {
    margin-bottom: 44px;
  }
}

/* Page rhythm: let each section breathe against the continuous black stage. */
main > section + section {
  margin-top: clamp(34px, 4.5vw, 72px);
}

@media (max-width: 760px) {
  main > section + section {
    margin-top: 32px;
  }
}

/* Hero-only logo swap: side-by-side lockup in the top-left hero position. */
.hero-brand-side-logo {
  width: clamp(260px, 28vw, 440px);
  max-width: min(78vw, 440px);
}

@media (max-width: 760px) {
  .hero-brand-side-logo {
    width: min(78vw, 320px);
  }
}

/* One long-form set into many social clips. */
.clip-engine {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(760px, 1fr);
  align-items: center;
  gap: clamp(42px, 5vw, 78px);
  overflow: hidden;
}

.clip-engine::before {
  content: "";
  position: absolute;
  inset: 8% 0 auto;
  height: 72%;
  pointer-events: none;
  background:
    radial-gradient(circle at 64% 34%, rgba(136, 55, 255, 0.2), transparent 28rem),
    radial-gradient(circle at 82% 58%, rgba(236, 43, 211, 0.13), transparent 24rem);
}

.clip-engine > * {
  position: relative;
  z-index: 1;
}

.clip-engine-copy {
  max-width: 360px;
}

.clip-engine-copy h2 {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(66px, 6.5vw, 116px);
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.7);
}

.clip-engine-copy h2 span,
.clip-engine-copy h2 em {
  display: block;
}

.clip-engine-copy h2 em {
  font-style: normal;
  background: linear-gradient(96deg, #1fb7ff 0%, #7a45ff 42%, #ff2fa8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.clip-engine-copy .accent-line {
  width: 105px;
  margin: 0 0 28px;
}

.clip-engine-copy p {
  margin: 0;
  color: #e3e4ec;
  font-size: clamp(20px, 1.65vw, 30px);
  line-height: 1.42;
}

.clip-engine-copy strong {
  color: #d63aff;
  font-weight: 800;
}

.clip-engine-stage {
  display: grid;
  grid-template-columns: minmax(340px, 430px) 50px minmax(470px, 1fr);
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
}

.longform-video-card {
  overflow: hidden;
  border: 1px solid rgba(168, 175, 212, 0.4);
  border-radius: 10px;
  background: rgba(6, 8, 18, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.longform-preview {
  position: relative;
  min-height: 260px;
  background:
    linear-gradient(180deg, rgba(5, 6, 12, 0.08), rgba(5, 6, 12, 0.72)),
    url("assets/dj-footage-front.jpg") center / cover no-repeat;
}

.longform-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 18%, rgba(196, 54, 255, 0.18), transparent 18rem);
}

.longform-controls {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  display: grid;
  grid-template-columns: auto auto 1fr auto auto;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 12px;
}

.control-play {
  font-size: 18px;
}

.control-progress {
  width: 130px;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.control-progress i {
  display: block;
  width: 62%;
  height: 100%;
  border-radius: inherit;
  background: #ff2020;
}

.longform-meta {
  padding: 14px 16px 18px;
}

.longform-meta h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.longform-meta p {
  margin: 0;
  color: #b9bdcb;
  font-size: 14px;
}

.clip-arrow {
  color: #fff;
  font-size: clamp(50px, 4.8vw, 76px);
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 22px rgba(132, 70, 255, 0.94), 0 0 38px rgba(58, 165, 255, 0.68);
}

.clip-output-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(88px, 1fr));
  gap: 14px;
}

.short-card {
  position: relative;
  display: flex;
  min-height: 300px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(168, 175, 212, 0.42);
  border-radius: 8px;
  padding: 14px 12px;
  background:
    linear-gradient(180deg, rgba(4, 4, 10, 0) 35%, rgba(4, 4, 10, 0.85) 76%),
    url("assets/dj-footage-front.jpg") center / cover no-repeat;
  box-shadow: inset 0 -80px 80px rgba(0, 0, 0, 0.52);
}

.short-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, rgba(234, 42, 211, 0.18), transparent 14rem);
}

.short-card > * {
  position: relative;
  z-index: 1;
}

.short-actions {
  position: absolute;
  right: 10px;
  bottom: 48px;
  color: #fff;
  font-size: 15px;
  line-height: 1.85;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.short-card h3 {
  max-width: 82%;
  margin: 0 0 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.12;
}

.short-card p {
  margin: 0;
  color: #fff;
  font-size: 13px;
}

.clip-two,
.clip-seven {
  background-image:
    linear-gradient(180deg, rgba(4, 4, 10, 0) 35%, rgba(4, 4, 10, 0.85) 76%),
    url("assets/dj-footage-left.jpg");
}

.clip-three,
.clip-six,
.clip-eight {
  background-image:
    linear-gradient(180deg, rgba(4, 4, 10, 0) 35%, rgba(4, 4, 10, 0.85) 76%),
    url("assets/dj-footage-right.jpg");
}

.clip-five {
  background-position: 50% 32%;
}

@media (max-width: 1280px) {
  .clip-engine {
    grid-template-columns: 1fr;
  }

  .clip-engine-copy {
    max-width: 720px;
    text-align: center;
    justify-self: center;
  }

  .clip-engine-copy .accent-line {
    margin-right: auto;
    margin-left: auto;
  }

  .clip-engine-stage {
    grid-template-columns: minmax(320px, 430px) 42px minmax(440px, 1fr);
  }
}

@media (max-width: 980px) {
  .clip-engine-stage {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }

  .clip-arrow {
    transform: rotate(90deg);
  }

  .clip-output-grid {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

  .short-card {
    min-height: 260px;
  }
}

@media (max-width: 560px) {
  .clip-engine-copy h2 {
    font-size: clamp(56px, 17vw, 82px);
  }

  .clip-output-grid {
    gap: 10px;
  }

  .short-card {
    min-height: 220px;
    padding: 12px 10px;
  }

  .short-card h3 {
    font-size: 14px;
  }
}
