:root {
  --bg: #070707;
  --surface: #101012;
  --surface-2: #17171a;
  --ink: #f7f5f2;
  --muted: #aaa5a1;
  --faint: #74706c;
  --line: rgba(255,255,255,.11);
  --orange: #ff642c;
  --orange-bright: #ff7b3e;
  --success: #61d591;
  --purple: #9992ff;
  --font: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 31%, rgba(255,91,31,.23), transparent 21%),
    radial-gradient(circle at 50% 64%, rgba(255,91,31,.34), transparent 24%),
    radial-gradient(circle at 8% 70%, rgba(255,91,31,.18), transparent 20%),
    #050505;
  font-family: var(--font);
  letter-spacing: 0;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 72px 72px, 72px 72px, 36px 36px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.34) 44%, transparent 88%);
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.34) 44%, transparent 88%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, p { margin: 0; }

.premiere-header {
  width: min(1280px, calc(100% - 64px));
  height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.brand img, .footer-brand img { width: 108px; display: block; }
.header-nav { display: flex; align-items: center; gap: 30px; }
.header-nav a { color: #bdb8b3; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.header-nav a:hover { color: #fff; }
.header-download {
  justify-self: end;
  height: 42px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 7px;
  background: rgba(12,12,14,.68);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 800;
}

.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 146px 32px 108px;
  background: radial-gradient(
    ellipse 64% 44% at 50% 35%,
    rgba(255,91,31,.29) 0%,
    rgba(255,91,31,.13) 42%,
    transparent 76%
  );
}
.hero-content { position: relative; z-index: 2; text-align: center; display: grid; justify-items: center; }
.integration-label {
  min-height: 40px;
  padding: 5px 7px 5px 6px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  background: rgba(12,12,14,.68);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 60px rgba(0,0,0,.3);
  color: #e8e5e2;
  font-size: 12px;
  font-weight: 760;
}
.integration-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #d9d5ff;
  background: #26223d;
  font-weight: 850;
}
.integration-label strong {
  padding: 6px 9px;
  border-radius: 999px;
  color: #ffc1a4;
  background: rgba(255,100,44,.16);
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .12em;
}
.hero h1 {
  margin-top: 26px;
  font-size: clamp(58px, 7.4vw, 108px);
  line-height: .93;
  font-weight: 860;
}
.hero-lead {
  margin-top: 22px;
  max-width: 760px;
  font-size: clamp(23px, 2.7vw, 38px);
  line-height: 1.13;
  font-weight: 720;
}
.hero-copy { margin-top: 18px; max-width: 690px; color: #c3bfbb; font-size: 17px; line-height: 1.58; }
.hero-actions { margin-top: 30px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.button {
  min-height: 52px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 850;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 18px 50px rgba(255,100,44,.25); }
.button-primary:hover { background: var(--orange-bright); box-shadow: 0 22px 62px rgba(255,100,44,.34); }
.button-secondary { color: #fff; background: rgba(15,15,17,.72); border-color: rgba(255,255,255,.18); backdrop-filter: blur(12px); }
.button-large { min-height: 58px; padding: 0 27px; font-size: 15px; }
.hero-meta { margin-top: 22px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 9px 20px; color: #aaa6a2; font-size: 11px; font-weight: 700; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }

.plugin-proof {
  width: min(1450px, calc(100% - 64px));
  margin: 64px 0 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 9px;
  background: #111;
  box-shadow: 0 42px 120px rgba(0,0,0,.58), 0 0 0 1px rgba(255,100,44,.06);
}
.plugin-proof img { width: 100%; height: auto; display: block; }
.plugin-proof figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 7px 10px;
  color: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 5px;
  background: rgba(7,7,7,.72);
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 700;
}

.workflow-band { padding: 108px max(32px, calc((100% - 1160px)/2)); background: transparent; }
.section-heading { max-width: 720px; }
.eyebrow { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-heading h2, .timeline-copy h2, .download-copy h2 { margin-top: 14px; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; font-weight: 840; }
.section-heading p { margin-top: 16px; color: var(--muted); font-size: 17px; line-height: 1.58; }
.workflow-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.workflow-item { min-height: 310px; padding: 34px; position: relative; border-right: 1px solid var(--line); }
.workflow-item:last-child { border-right: 0; }
.workflow-item .step-number { color: #706d69; font-size: 11px; font-weight: 850; }
.workflow-item > i { width: 44px; height: 44px; margin-top: 48px; display: grid; place-items: center; border-radius: 7px; color: #ff9a68; background: rgba(255,100,44,.12); border: 1px solid rgba(255,100,44,.2); }
.workflow-item h3 { margin-top: 20px; font-size: 20px; }
.workflow-item p { margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.58; }

.timeline-section {
  padding: 120px max(32px, calc((100% - 1160px)/2));
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 100px;
  align-items: center;
  background: rgba(8,8,9,.78);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.timeline-copy h2 { font-size: clamp(36px, 4.5vw, 58px); }
.timeline-copy > p { margin-top: 19px; color: var(--muted); font-size: 16px; line-height: 1.64; }
.timeline-copy ul { margin: 27px 0 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.timeline-copy li { display: flex; align-items: center; gap: 11px; color: #d3cfcb; font-size: 13px; font-weight: 700; }
.timeline-copy li i { color: var(--success); }
.timeline-demo { min-width: 0; padding: 0; border: 1px solid var(--line); border-radius: 8px; background: #111113; box-shadow: 0 32px 90px rgba(0,0,0,.46); }
.demo-top { height: 64px; padding: 0 25px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.demo-top span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.demo-top strong { color: #817d79; font-size: 11px; }
.demo-comment { min-height: 112px; padding: 24px; display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: start; border-bottom: 1px solid var(--line); position: relative; }
.demo-comment.active::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 3px; background: var(--orange); }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,100,44,.65); border-radius: 50%; font-size: 11px; font-weight: 850; }
.demo-comment > span:nth-child(2) { display: grid; gap: 8px; }
.demo-comment strong { font-size: 13px; }
.demo-comment small { color: #b6b1ad; font-size: 13px; line-height: 1.4; }
.demo-comment time { color: var(--orange); font-size: 12px; font-weight: 850; }
.demo-timeline { height: 80px; margin: 0 24px; position: relative; }
.demo-timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 39px; height: 4px; border-radius: 5px; background: #323235; }
.timeline-progress { position: absolute; left: 0; top: 39px; width: 48%; height: 4px; background: var(--orange); animation: timelineMove 5s ease-in-out infinite alternate; }
.demo-timeline i { position: absolute; left: var(--point); top: 27px; width: 28px; height: 28px; display: grid; place-items: center; transform: translateX(-50%); border: 3px solid #121214; border-radius: 50%; color: #fff; background: var(--orange); font-size: 9px; font-style: normal; font-weight: 900; box-shadow: 0 0 0 1px rgba(255,100,44,.55); }
@keyframes timelineMove { from { width: 12%; } to { width: 82%; } }

.benefits-band { padding: 0 max(32px, calc((100% - 1160px)/2)); display: grid; grid-template-columns: repeat(4, 1fr); background: transparent; border-bottom: 1px solid var(--line); }
.benefit { min-height: 238px; padding: 42px 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.benefit:first-child { border-left: 1px solid var(--line); }
.benefit i { color: var(--orange); font-size: 19px; }
.benefit strong { margin-top: 34px; font-size: 15px; }
.benefit span { margin-top: 9px; color: var(--muted); font-size: 12px; line-height: 1.55; }

.install-section { padding: 120px max(32px, calc((100% - 1160px)/2)); background: rgba(9,9,9,.76); }
.install-steps { margin: 58px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.install-steps li { min-height: 210px; padding: 28px 28px 0 0; border-right: 1px solid var(--line); }
.install-steps li + li { padding-left: 28px; }
.install-steps li:last-child { border-right: 0; }
.install-steps li > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); font-size: 11px; font-weight: 900; }
.install-steps strong { margin-top: 38px; display: block; font-size: 16px; }
.install-steps p { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.55; }

.download-section { padding: 92px max(32px, calc((100% - 1160px)/2)); display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; background: linear-gradient(120deg, #16100d, #0b0b0d 62%); border-top: 1px solid rgba(255,100,44,.18); border-bottom: 1px solid rgba(255,100,44,.18); }
.download-copy h2 { max-width: 690px; font-size: clamp(38px, 5vw, 62px); }
.download-copy > p { margin-top: 16px; max-width: 650px; color: var(--muted); font-size: 16px; line-height: 1.58; }
.download-notes { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 14px 22px; color: #c3bfbb; font-size: 11px; font-weight: 750; }
.download-notes span { display: inline-flex; align-items: center; gap: 7px; }
.download-notes i { color: var(--orange); }
.download-action { min-width: 310px; display: grid; justify-items: center; gap: 14px; }
.checksum-link { color: #95918d; font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }

.requirements { padding: 80px max(32px, calc((100% - 1160px)/2)); background: transparent; }
.requirements h2 { font-size: 24px; }
.requirements-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.requirements-grid p { min-height: 100px; padding: 25px 22px; display: grid; align-content: center; gap: 8px; border-right: 1px solid var(--line); }
.requirements-grid p:last-child { border-right: 0; }
.requirements-grid strong { font-size: 13px; }
.requirements-grid span { color: var(--muted); font-size: 11px; }
.independent-note { margin-top: 26px; max-width: 800px; color: #716d69; font-size: 10px; line-height: 1.6; }

footer { min-height: 170px; padding: 48px max(32px, calc((100% - 1160px)/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); background: #050505; }
footer p { color: #7f7a76; font-size: 11px; }
footer > div { justify-self: end; display: flex; gap: 21px; }
footer > div a { color: #aaa5a1; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 920px) {
  .premiere-header { width: calc(100% - 40px); grid-template-columns: 1fr auto; }
  .header-nav { display: none; }
  .hero { padding-top: 132px; }
  .hero-copy { font-size: 15px; }
  .plugin-proof { width: calc(100% - 40px); }
  .workflow-band { padding-top: 96px; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-item { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .workflow-item:last-child { border-bottom: 0; }
  .workflow-item > i { margin-top: 28px; }
  .timeline-section { grid-template-columns: 1fr; gap: 52px; }
  .benefits-band { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .benefit:nth-child(4) { border-top: 1px solid var(--line); }
  .install-steps { grid-template-columns: repeat(2, 1fr); }
  .install-steps li:nth-child(3), .install-steps li:nth-child(4) { border-top: 1px solid var(--line); }
  .download-section { grid-template-columns: 1fr; gap: 40px; }
  .download-action { justify-items: start; }
  .requirements-grid { grid-template-columns: repeat(2, 1fr); }
  .requirements-grid p:nth-child(2) { border-right: 0; }
  .requirements-grid p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  footer { grid-template-columns: 1fr auto; gap: 26px; }
  footer p { display: none; }
}

@media (max-width: 600px) {
  .premiere-header { height: 72px; width: calc(100% - 28px); }
  .brand img { width: 90px; }
  .header-download { width: 42px; padding: 0; justify-content: center; }
  .header-download span { display: none; }
  .hero { padding: 110px 20px 76px; }
  .hero h1 { margin-top: 22px; font-size: clamp(48px, 15vw, 68px); }
  .hero-lead { font-size: 24px; }
  .hero-copy { font-size: 14px; }
  .hero-actions { width: 100%; display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-meta { max-width: 320px; }
  .plugin-proof { width: 100%; margin-top: 46px; border-radius: 7px; }
  .plugin-proof figcaption { display: none; }
  .workflow-band { padding: 80px 20px; }
  .section-heading h2, .timeline-copy h2, .download-copy h2 { font-size: 38px; }
  .workflow-grid { margin-top: 38px; }
  .workflow-item { padding: 28px 18px; }
  .timeline-section { padding: 80px 20px; }
  .demo-comment { grid-template-columns: 38px 1fr; padding: 20px 16px; }
  .demo-comment time { grid-column: 2; }
  .benefits-band { padding: 0 20px; grid-template-columns: 1fr; }
  .benefit, .benefit:first-child, .benefit:nth-child(3) { min-height: 190px; padding: 32px 20px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-top: 0; border-bottom: 1px solid var(--line); }
  .benefit:last-child { border-bottom: 0; }
  .benefit strong { margin-top: 24px; }
  .install-section { padding: 80px 20px; }
  .install-steps { grid-template-columns: 1fr; }
  .install-steps li, .install-steps li + li { min-height: 170px; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .install-steps li:nth-child(3), .install-steps li:nth-child(4) { border-top: 0; }
  .download-section { padding: 76px 20px; }
  .download-action { min-width: 0; width: 100%; }
  .download-action .button { width: 100%; }
  .requirements { padding: 64px 20px; }
  .requirements-grid { grid-template-columns: 1fr; }
  .requirements-grid p { border-right: 0; border-bottom: 1px solid var(--line); }
  .requirements-grid p:last-child { border-bottom: 0; }
  footer { padding: 40px 20px; grid-template-columns: 1fr; }
  footer > div { justify-self: start; flex-wrap: wrap; }
}
