:root {
  --bg: #050612;
  --bg2: #0b0b1a;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.11);
  --text: #fbf8ff;
  --muted: #c8bddf;
  --line: rgba(255, 255, 255, 0.13);
  --purple: #8b5cf6;
  --purple-hot: #a855f7;
  --purple-light: #d7c5ff;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 5% 5%, rgba(138, 43, 226, 0.46), transparent 20rem),
    radial-gradient(circle at 74% 11%, rgba(82, 48, 190, 0.58), transparent 34rem),
    radial-gradient(circle at 95% 72%, rgba(147, 51, 234, 0.38), transparent 34rem),
    linear-gradient(180deg, #040614 0%, #080818 52%, #050612 100%);
  min-height: 100vh;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: auto -10% -12% -10%;
  height: 260px;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(168, 85, 247, .42), transparent 58%);
  filter: blur(42px);
}

a { color: inherit; }
img { max-width: 100%; display: block; }
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(216, 180, 254, .9);
  outline-offset: 4px;
}

.site-header {
  width: min(1480px, calc(100% - 52px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
}
.site-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(255,255,255,.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.brand-orb {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 24px rgba(174, 92, 255, .78));
}
.brand-wordmark {
  width: 104px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(255,255,255,.16));
}
nav { display: flex; align-items: center; gap: 30px; color: #e4daf7; font-size: 1.02rem; font-weight: 650; }
nav a, footer a { text-decoration: none; }
nav a:hover, footer a:hover { color: var(--text); }
.nav-cta { padding: 14px 22px; border-radius: 14px; background: linear-gradient(135deg, #7c3aed, #a855f7); box-shadow: 0 0 28px rgba(168,85,247,.42); color: white; }
.chrome-dot { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; margin-right: 9px; border-radius: 999px; background: rgba(255,255,255,.95); color: #7c3aed; font-size: 18px; line-height: 1; }

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  color: var(--text);
  background: rgba(255,255,255,.065);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

main { width: min(1480px, calc(100% - 52px)); margin: 0 auto; }

.hero {
  min-height: 860px;
  display: grid;
  grid-template-columns: minmax(500px, 0.9fr) minmax(650px, 1.1fr);
  gap: 64px;
  align-items: center;
  padding: 92px 0 130px;
  position: relative;
  isolation: isolate;
}

.hero::after {
  display: none;
}

.hero-copy-wrap {
  position: relative;
  z-index: 4;
  max-width: 720px;
}

.eyebrow {
  display: inline-flex;
  padding: 10px 20px;
  border: 2px solid rgba(168,85,247,.52);
  border-radius: 999px;
  color: var(--purple-light);
  background: rgba(139, 92, 246, 0.17);
  font-size: 1rem;
  font-weight: 850;
  box-shadow: inset 0 0 18px rgba(168,85,247,.13), 0 0 28px rgba(168,85,247,.15);
}

h1 {
  margin: 32px 0 20px;
  font-size: clamp(4.15rem, 6.65vw, 6.75rem);
  line-height: 0.94;
  letter-spacing: -0.058em;
  max-width: 740px;
}

h1 span {
  color: transparent;
  background: linear-gradient(100deg, #a855f7 8%, #cdaeff 52%, #ffffff 98%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-copy, .support-hero p, .page-header p, .section-heading p, .split-section p, .story-section p {
  color: var(--muted);
  font-size: 1.22rem;
  line-height: 1.55;
  max-width: 680px;
}

.hero-positioning {
  margin: 8px 0 26px;
  max-width: 700px;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.28;
  font-weight: 850;
  letter-spacing: -0.035em;
  color: #fbf8ff;
}

.hero-positioning span,
.hero-positioning strong {
  display: block;
  margin-top: 6px;
  color: var(--purple-light);
  text-shadow: 0 0 28px rgba(168, 85, 247, .38);
}

.hero-copy {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 650px;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 0 30px;
  border-radius: 17px;
  text-decoration: none;
  font-weight: 850;
  font-size: 1.18rem;
}

.button.primary {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: white;
  box-shadow: 0 18px 45px rgba(124,58,237,.35), inset 0 1px 0 rgba(255,255,255,.2);
}

.button.secondary {
  border: 1px solid rgba(255,255,255,.24);
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
  min-width: 210px;
}

.arrow {
  margin-left: 22px;
  font-size: 1.6rem;
}

.hero-proof {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(110px, 1fr));
  gap: 22px;
  max-width: 690px;
}

.proof-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #efeaff;
  font-size: .95rem;
  line-height: 1.2;
}

.proof-item span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #c084fc;
  font-weight: 900;
  font-size: 1.25rem;
  filter: drop-shadow(0 0 10px rgba(168,85,247,.7));
}

.coming-soon {
  margin-top: 44px;
  max-width: 690px;
  padding: 18px 20px;
  border: 1px solid rgba(168, 85, 247, .24);
  border-left: 4px solid rgba(168, 85, 247, .76);
  border-radius: 18px;
  color: #e7ddff;
  background: rgba(139, 92, 246, .09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  justify-self: end;
  width: min(900px, 100%);
  height: 760px;
  margin-left: -110px;
  z-index: 2;
}

.hero-stage {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1200px;
}

.workflow-screen {
  position: absolute;
  left: -330px;
  top: 250px;
  width: 840px;
  height: 485px;
  border-radius: 34px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 34px 110px rgba(0,0,0,.58), inset 0 1px 0 rgba(255,255,255,.10);
  transform: rotateZ(-5deg) rotateY(18deg) skewY(-1deg);
  opacity: .34;
  filter: saturate(1.08);
}

.workflow-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  filter: blur(.35px) brightness(.72) contrast(1.08);
}

.workflow-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5,6,18,.78),
    rgba(109,40,217,.22),
    rgba(5,6,18,.42)
  );
}

.sidepanel-showcase {
  position: absolute;
  right: -8px;
  top: -16px;
  width: 455px;
  padding: 14px;
  border-radius: 38px;
  border: 2px solid rgba(168,85,247,.72);
  background:
    radial-gradient(circle at 8% 8%, rgba(168,85,247,.25), transparent 18rem),
    linear-gradient(160deg, rgba(255,255,255,.13), rgba(255,255,255,.03));
  box-shadow:
    0 46px 130px rgba(0,0,0,.66),
    0 0 100px rgba(139,92,246,.48),
    0 0 28px rgba(216,180,254,.28),
    inset 0 1px 0 rgba(255,255,255,.16);
  transform: rotateY(-12deg) rotateZ(1.25deg) translateZ(22px);
  transform-origin: center;
}

.sidepanel-showcase::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 38px;
  pointer-events: none;
  box-shadow: inset 0 0 42px rgba(168,85,247,.34);
  z-index: 3;
}

.sidepanel-showcase::after {
  content: "";
  position: absolute;
  left: -18%;
  right: -18%;
  bottom: -70px;
  height: 150px;
  background: radial-gradient(ellipse at center, rgba(168,85,247,.45), transparent 66%);
  filter: blur(10px);
}

.panel-logo-row,
.hero-orb,
.hero-light-sweep {
  display: none !important;
}

.hero-panel {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
  border-radius: 30px;
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
  z-index: 2;
}


@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes panelImageFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes panelGlow {
  0%, 100% {
    box-shadow:
      0 46px 130px rgba(0,0,0,.66),
      0 0 100px rgba(139,92,246,.48),
      0 0 28px rgba(216,180,254,.28),
      inset 0 1px 0 rgba(255,255,255,.16);
  }

  50% {
    box-shadow:
      0 52px 145px rgba(0,0,0,.68),
      0 0 120px rgba(139,92,246,.58),
      0 0 38px rgba(216,180,254,.34),
      inset 0 1px 0 rgba(255,255,255,.18);
  }
}

@keyframes ctaGlow {
  0%, 100% {
    box-shadow:
      0 18px 45px rgba(124,58,237,.35),
      inset 0 1px 0 rgba(255,255,255,.2);
  }

  50% {
    box-shadow:
      0 22px 58px rgba(168,85,247,.55),
      0 0 24px rgba(168,85,247,.32),
      inset 0 1px 0 rgba(255,255,255,.24);
  }
}

.hero-copy-wrap > * {
  animation: heroFadeUp .75s ease both;
}

.hero-copy-wrap > *:nth-child(1) { animation-delay: .05s; }
.hero-copy-wrap > *:nth-child(2) { animation-delay: .12s; }
.hero-copy-wrap > *:nth-child(3) { animation-delay: .2s; }
.hero-copy-wrap > *:nth-child(4) { animation-delay: .28s; }
.hero-copy-wrap > *:nth-child(5) { animation-delay: .36s; }
.hero-copy-wrap > *:nth-child(6) { animation-delay: .44s; }

.button.primary {
  animation: ctaGlow 4.5s ease-in-out infinite;
}

.sidepanel-showcase {
  animation: panelGlow 5.5s ease-in-out infinite;
}

.hero-panel {
  animation: panelImageFloat 6s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy-wrap > *,
  .button.primary,
  .sidepanel-showcase,
  .hero-panel {
    animation: none;
  }
}

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 24px 0 42px; }
.feature-card, .trust-panel, .policy-card, .support-hero, .screenshot-feature, figure, .split-section, .story-section {
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.feature-card { padding: 28px; }
.feature-card h2, .trust-panel h2, .policy-card h2, .split-section h2, .section-heading h2, .screenshot-feature h3, .story-section h2 {
  margin: 0 0 12px;
  letter-spacing: -0.045em;
}
.feature-card h2 { font-size: 1.18rem; }
.feature-card p, .trust-panel p, .policy-card p, .screenshot-feature p { margin: 0; color: var(--muted); line-height: 1.6; }

.story-section {
  margin: 18px 0 58px;
  padding: 42px;
  position: relative;
  overflow: hidden;
}
.story-section::before {
  content: "";
  position: absolute;
  right: -110px;
  top: -160px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(168,85,247,.36), transparent 67%);
  filter: blur(8px);
}
.story-kicker {
  color: var(--purple-light);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 900;
  font-size: .82rem;
  margin-bottom: 14px;
}
.story-section h2 { max-width: 980px; font-size: clamp(2rem, 4.3vw, 4.4rem); line-height: .98; }
.story-section p { margin: 18px 0 0; max-width: 980px; }

.split-section {
  margin: 34px 0 72px;
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 430px);
  gap: 48px;
  align-items: center;
  overflow: hidden;
}
.split-section h2, .section-heading h2 { font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1; }
.split-section--media-first { grid-template-columns: minmax(300px, 430px) 1fr; }
.product-shot { border-radius: 24px; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 26px 70px rgba(0,0,0,.42); }
.tall-shot { max-height: 780px; justify-self: center; object-fit: contain; }

.demo-section {
  margin: 46px 0 92px;
  scroll-margin-top: 110px;
}

.demo-heading {
  max-width: 920px;
}

.demo-video-shell {
  position: relative;
  isolation: isolate;
  width: min(1120px, calc(100% - 64px));
  margin-inline: auto;
  padding: clamp(12px, 1.4vw, 20px);
  overflow: hidden;
  border: 1px solid rgba(216, 180, 254, .26);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(168, 85, 247, .2), rgba(59, 130, 246, .08) 46%, rgba(255,255,255,.07)),
    rgba(7, 7, 22, .92);
  box-shadow:
    0 36px 110px rgba(0, 0, 0, .56),
    0 0 70px rgba(139, 92, 246, .16),
    inset 0 1px 0 rgba(255,255,255,.13);
}

.demo-video-shell::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -180px;
  right: 8%;
  width: 540px;
  height: 340px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(168, 85, 247, .32), transparent 68%);
  filter: blur(14px);
}

.demo-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 24px;
  background: #050612;
  box-shadow: 0 18px 58px rgba(0,0,0,.42);
}

.demo-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 64px));
  gap: 24px;
  margin: 20px auto 0;
  padding: 0 12px;
}

.demo-details strong {
  color: var(--purple-light);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.demo-chips {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.demo-chips span {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: #e9e0f8;
  background: rgba(255,255,255,.055);
  font-size: .86rem;
  font-weight: 750;
}

.screenshots-section { padding: 30px 0 54px; }
.section-heading { text-align: center; max-width: 820px; margin: 0 auto 34px; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-heading p { margin-left: auto; margin-right: auto; }

.screenshot-gallery {
  margin-top: 38px;
}

.gallery-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(340px, .72fr);
  gap: 34px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 12%, rgba(168,85,247,.22), transparent 24rem),
    rgba(255, 255, 255, 0.065);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.gallery-main {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  cursor: zoom-in;
  background: rgba(255,255,255,.06);
  box-shadow: 0 28px 80px rgba(0,0,0,.45);
}

.gallery-main::after {
  content: "Click to enlarge";
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 8, 24, .74);
  border: 1px solid rgba(255,255,255,.18);
  font-size: .86rem;
  font-weight: 850;
  opacity: 0;
  transform: translateY(8px);
  transition: .2s ease;
}

.gallery-main:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.gallery-main img {
  width: 100%;
  height: min(58vw, 650px);
  object-fit: contain;
  object-position: center;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 12%, rgba(168,85,247,.18), transparent 22rem),
    rgba(5,6,18,.62);
  transition: transform .35s ease, filter .35s ease;
}

.gallery-main:hover img {
  transform: scale(1.012);
  filter: brightness(1.06);
}

.gallery-copy {
  padding: 18px 14px;
}

.gallery-kicker {
  margin-bottom: 14px;
  color: var(--purple-light);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .78rem;
  font-weight: 900;
}

.gallery-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.gallery-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.6;
}

.gallery-controls {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.gallery-control {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.18);
  color: var(--text);
  background: rgba(255,255,255,.07);
  font-weight: 850;
  cursor: pointer;
}

.gallery-control:hover {
  background: rgba(168,85,247,.18);
  border-color: rgba(168,85,247,.42);
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.gallery-thumb {
  padding: 10px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  color: var(--text);
  background: rgba(255,255,255,.055);
  cursor: pointer;
  text-align: left;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.gallery-thumb:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.085);
  border-color: rgba(168,85,247,.38);
}

.gallery-thumb.is-active {
  border-color: rgba(168,85,247,.76);
  background: rgba(139,92,246,.16);
  box-shadow: 0 0 32px rgba(168,85,247,.22);
}

.gallery-thumb img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  object-position: left top;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(5,6,18,.52);
}

.gallery-thumb span {
  display: block;
  margin-top: 10px;
  font-size: .92rem;
  line-height: 1.2;
  font-weight: 850;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  place-items: center;
  padding: 34px;
  background: rgba(3, 3, 12, .86);
  backdrop-filter: blur(16px);
}

.lightbox.is-open {
  display: grid;
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox img {
  width: min(1280px, 94vw);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 40px 140px rgba(0,0,0,.72);
}

.lightbox-close {
  position: fixed;
  top: 22px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: white;
  background: rgba(255,255,255,.08);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-close:hover {
  background: rgba(168,85,247,.22);
}

figure { margin: 0; padding: 14px; }
figure img { width: 100%; border-radius: 18px; border: 1px solid rgba(255,255,255,.12); }
figcaption { padding: 14px 4px 4px; color: var(--text); font-weight: 750; text-align: center; }

.trust-panel {
  margin: 34px 0 70px;
  padding: 32px;
  background: var(--panel-strong);
  display: flex;
  gap: 22px;
  align-items: center;
}
.trust-panel img { width: 74px; height: 74px; filter: drop-shadow(0 0 28px rgba(174,92,255,.7)); }

.content-page { max-width: 860px; }
.page-header, .support-hero { margin-top: 52px; }
.page-header h1, .support-hero h1 { font-size: clamp(2.7rem, 7vw, 5.4rem); }
.policy-card, .support-hero { padding: 34px; margin-bottom: 34px; }
.policy-card h2 { margin-top: 32px; }
.policy-card h2:first-of-type { margin-top: 0; }
.policy-card a { color: var(--purple-light); }
.policy-card ul { color: var(--muted); line-height: 1.8; }
.policy-card strong { color: var(--text); }
.feature-grid.compact { padding-top: 10px; }

.support-faq {
  margin-top: 10px;
}

.support-faq .eyebrow {
  margin-bottom: 20px;
}

.support-faq > h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.support-faq details {
  border-top: 1px solid rgba(255,255,255,.12);
}

.support-faq details:last-of-type {
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.support-faq summary {
  padding: 18px 34px 18px 0;
  color: var(--text);
  font-weight: 850;
  line-height: 1.35;
  cursor: pointer;
}

.support-faq details[open] summary {
  color: var(--purple-light);
}

.support-faq details p {
  margin: -4px 0 18px;
  max-width: 720px;
}

footer {
  width: min(1480px, calc(100% - 52px));
  margin: 0 auto;
  padding: 34px 0 46px;
  display: flex;
  gap: 18px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 54px;
    padding: 64px 0 100px;
  }

  .hero-visual {
    justify-self: center;
    width: min(900px, 100%);
    height: 720px;
    margin-left: 0;
  }

  .hero-copy-wrap {
    max-width: 880px;
  }

  .workflow-screen {
    left: -120px;
    top: 220px;
    width: 760px;
    height: 440px;
  }

  .sidepanel-showcase {
    right: 40px;
    top: 0;
    width: 430px;
  }
}
@media (max-width: 920px) {
  .split-section, .gallery-stage { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .gallery-main img { height: min(70vw, 560px); }
  .gallery-thumbs { grid-template-columns: repeat(3, 1fr); }
  .hero-proof { grid-template-columns: repeat(2, minmax(150px, 1fr)); }
}

@media (min-width: 761px) and (max-width: 920px) {
  .nav-cta { display: none; }
}
@media (max-width: 760px) {
  .site-header, footer, main { width: min(100% - 28px, 1120px); }
  .site-header { align-items: flex-start; gap: 18px; }
  nav { gap: 12px; flex-wrap: wrap; justify-content: flex-end; font-size: .88rem; }
  .brand-orb { width: 42px; height: 42px; }
  .brand-wordmark { width: 78px; }
  .feature-grid { grid-template-columns: 1fr; }
  h1 { letter-spacing: -0.045em; font-size: clamp(3.45rem, 16vw, 5.4rem); }
  .hero {
    padding-top: 44px;
    padding-bottom: 76px;
  }


  .hero-visual {
    height: 640px;
  }


  .workflow-screen {
    left: -140px;
    top: 210px;
    width: 660px;
    height: 390px;
    opacity: .28;
  }


  .sidepanel-showcase {
    width: min(390px, 84vw);
    right: -4px;
    top: 4px;
    transform: rotateY(-7deg) rotateZ(1deg);
  }


  .hero-orb,
  .panel-logo-row,
  .hero-light-sweep {
    display: none !important;
  }
  .split-section, .story-section { padding: 24px; }
  .gallery-stage { padding: 12px; border-radius: 24px; }
  .gallery-copy { padding: 10px 4px; }
  .gallery-thumbs { grid-template-columns: repeat(2, 1fr); }
  .gallery-thumb img { height: 110px; }
  .trust-panel { align-items: flex-start; }
}
@media (max-width: 540px) {
  .site-header { position: relative; flex-direction: column; }
  nav { justify-content: flex-start; }
  .hero-actions { gap: 14px; }
  .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; }
  .gallery-thumbs { grid-template-columns: 1fr; }
  .gallery-main img { height: 420px; }
  .lightbox { padding: 16px; }
  .hero-visual {
    height: 560px;
  }


  .workflow-screen {
    display: none;
  }


  .sidepanel-showcase {
    width: min(390px, 92vw);
    right: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%) rotateZ(1deg);
  }


  .hero-light-sweep {
    display: none;
  }
}

@media (max-width: 760px) {
  .hero-positioning {
    margin: 10px 0 22px;
    font-size: clamp(1.22rem, 5vw, 1.55rem);
    max-width: 100%;
  }

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

  .coming-soon {
    margin-top: 34px;
    padding: 16px 18px;
    font-size: 1rem;
  }
}

/* Mobile refinements preserve the existing visual system while improving flow. */
@media (max-width: 760px) {
  .site-header {
    width: 100%;
    position: sticky;
    top: 0;
    align-items: center;
    gap: 16px;
    padding: 11px 14px;
    background: linear-gradient(
      105deg,
      rgba(70, 24, 138, .88),
      rgba(5, 6, 18, .9) 62%
    );
  }

  .brand {
    gap: 10px;
  }

  .brand-orb {
    width: 44px;
    height: 44px;
  }

  .brand-wordmark {
    width: 82px;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 14px;
    right: 14px;
    display: none;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.13);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    color: #eee7fb;
    background: rgba(8, 8, 24, .98);
    box-shadow: 0 24px 60px rgba(0,0,0,.48);
    backdrop-filter: blur(20px);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .site-nav a:hover {
    background: rgba(255,255,255,.07);
  }

  .site-nav .nav-cta {
    justify-content: center;
    margin-top: 4px;
  }

  h1 {
    max-width: 11ch;
    margin-top: 26px;
    font-size: clamp(3rem, 13.5vw, 4.8rem);
    line-height: .96;
  }

  .hero {
    gap: 34px;
    padding: 40px 0 64px;
  }

  .hero-copy,
  .support-hero p,
  .page-header p,
  .section-heading p,
  .split-section p,
  .story-section p {
    font-size: 1.07rem;
  }

  .hero-actions {
    gap: 12px;
    margin-top: 28px;
  }

  .button {
    min-height: 60px;
    padding: 0 22px;
    font-size: 1.05rem;
  }

  .hero-proof {
    gap: 14px 18px;
    margin-top: 28px;
  }

  .coming-soon {
    margin-top: 30px;
  }

  .hero-visual {
    width: 100%;
    height: 520px;
    margin: 0;
  }

  .workflow-screen {
    display: none;
  }

  .sidepanel-showcase {
    right: auto;
    left: 50%;
    top: 0;
    width: min(390px, 82vw);
    padding: 10px;
    border-radius: 30px;
    transform: translateX(-50%) rotateZ(1deg);
  }

  .sidepanel-showcase::before {
    border-radius: 30px;
  }

  .hero-panel {
    border-radius: 24px;
  }

  .feature-grid {
    gap: 14px;
    padding: 10px 0 34px;
  }

  .feature-card {
    padding: 24px;
  }

  .story-section,
  .split-section {
    margin-top: 18px;
    margin-bottom: 48px;
    padding: 24px;
    border-radius: 24px;
  }

  .story-section h2,
  .split-section h2,
  .section-heading h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.02;
  }

  .split-section {
    gap: 30px;
  }

  .demo-section {
    margin: 22px 0 58px;
    scroll-margin-top: 84px;
  }

  .demo-video-shell {
    width: calc(100% - 12px);
    padding: 7px;
    border-radius: 21px;
  }

  .demo-video {
    border-radius: 17px;
  }

  .demo-details {
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% - 12px);
    gap: 14px;
    padding: 0 2px;
  }

  .demo-chips {
    justify-content: flex-start;
  }

  .screenshots-section {
    padding: 10px 0 42px;
  }

  .section-heading {
    margin-bottom: 24px;
    text-align: left;
  }

  .section-heading p {
    margin-left: 0;
  }

  .gallery-stage {
    gap: 12px;
  }

  .gallery-main img {
    height: clamp(300px, 92vw, 460px);
  }

  .gallery-copy h3 {
    font-size: clamp(1.8rem, 8.5vw, 2.7rem);
  }

  .gallery-copy p {
    font-size: 1.04rem;
  }

  .gallery-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .gallery-control {
    min-height: 52px;
    padding: 0 10px;
  }

  .gallery-thumbs {
    display: flex;
    gap: 12px;
    margin-right: -14px;
    padding: 2px 14px 10px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .gallery-thumb {
    flex: 0 0 160px;
    scroll-snap-align: start;
  }

  .gallery-thumb img {
    height: 88px;
  }

  .trust-panel {
    margin: 18px 0 54px;
    padding: 24px;
    border-radius: 24px;
  }

  .content-page {
    max-width: none;
  }

  .page-header,
  .support-hero {
    margin-top: 34px;
  }

  .page-header h1,
  .support-hero h1 {
    max-width: none;
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .policy-card,
  .support-hero {
    padding: 24px;
    border-radius: 24px;
  }

  .policy-card ul {
    padding-left: 22px;
  }

  footer {
    flex-wrap: wrap;
    padding: 28px 0 36px;
  }
}

@media (max-width: 540px) {
  .site-header {
    flex-direction: row;
  }

  .hero {
    padding-top: 32px;
  }

  h1 {
    font-size: clamp(2.85rem, 14vw, 4rem);
  }

  .hero-positioning {
    font-size: 1.2rem;
  }

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

  .hero-visual {
    height: 450px;
  }

  .sidepanel-showcase {
    width: min(350px, 88vw);
  }

  .gallery-thumbs {
    display: flex;
  }

  .gallery-thumb {
    flex-basis: 142px;
  }

  .gallery-thumb img {
    height: 78px;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox-close {
    top: 12px;
    right: 12px;
  }

  .trust-panel {
    gap: 16px;
  }

  .trust-panel img {
    width: 56px;
    height: 56px;
  }

  .policy-card,
  .support-hero,
  .feature-card,
  .story-section,
  .split-section {
    padding: 20px;
  }
}

@media (hover: none), (pointer: coarse) {
  .gallery-main::after {
    display: none;
  }

  .gallery-thumb:hover,
  .gallery-main:hover img {
    transform: none;
  }

  .button.primary,
  .sidepanel-showcase,
  .hero-panel {
    animation: none;
  }
}

@media (max-width: 540px) {
  .hero-positioning {
    line-height: 1.32;
  }

  .hero-positioning span,
  .hero-positioning strong {
    margin-top: 8px;
  }

  .coming-soon {
    margin-top: 30px;
  }
}

/* =========================
   HOMEPAGE NARRATIVE REFRESH
   ========================= */

.hero {
  min-height: 780px;
  grid-template-columns: minmax(520px, 1.15fr) minmax(360px, 440px);
  gap: clamp(48px, 6vw, 92px);
  align-items: start;
  padding: 80px 0 104px;
}

.hero-copy-wrap {
  max-width: 790px;
}

.hero .eyebrow {
  padding: 8px 15px;
  border-width: 1px;
  font-size: .9rem;
  letter-spacing: .01em;
  box-shadow: inset 0 0 14px rgba(168,85,247,.09);
}

.hero h1 {
  max-width: 790px;
  margin: 27px 0 24px;
  font-size: clamp(3.9rem, 5.6vw, 5.85rem);
  line-height: .96;
}

.hero h1 span {
  display: block;
  margin-top: .08em;
}

.hero-copy {
  max-width: 710px;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.58;
}

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

.hero-platforms,
.workflow-platforms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-platforms {
  margin-top: 26px;
}

.hero-platforms span,
.workflow-platforms span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(196,181,253,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: rgba(237,233,254,.7);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .01em;
}

.hero-visual {
  width: min(900px, 100%);
  height: 760px;
  margin-left: -110px;
  justify-self: end;
}

.hero-stage {
  height: 100%;
}

.sidepanel-showcase {
  position: absolute;
  right: -8px;
  top: -16px;
  width: 455px;
  padding: 14px;
  overflow: visible;
  border-width: 2px;
  border-radius: 38px;
  transform: rotateY(-12deg) rotateZ(1.25deg) translateZ(22px);
  animation: panelGlow 5.5s ease-in-out infinite;
  box-shadow:
    0 46px 130px rgba(0,0,0,.66),
    0 0 100px rgba(139,92,246,.48),
    0 0 28px rgba(216,180,254,.28),
    inset 0 1px 0 rgba(255,255,255,.16);
}

.sidepanel-showcase::before {
  inset: -2px;
  border-radius: 38px;
  box-shadow: inset 0 0 42px rgba(168,85,247,.34);
}

.sidepanel-showcase::after {
  left: -18%;
  right: -18%;
  bottom: -70px;
  height: 150px;
  background: radial-gradient(ellipse at center, rgba(168,85,247,.45), transparent 66%);
  filter: blur(10px);
}

.hero-panel {
  border-radius: 30px;
  animation: panelImageFloat 6s ease-in-out infinite;
}

.founder-line {
  margin-top: 28px !important;
  padding: 17px 19px;
  border: 1px solid rgba(168,85,247,.2);
  border-left: 3px solid rgba(168,85,247,.68);
  border-radius: 16px;
  background: rgba(139,92,246,.07);
  color: rgba(237,233,254,.82) !important;
  font-weight: 780;
}

.workflow-story {
  background:
    radial-gradient(circle at 88% 14%, rgba(59,130,246,.18), transparent 32%),
    rgba(255,255,255,.055);
}

.workflow-platforms {
  margin-top: 26px;
}

.workflow-platforms span:last-child {
  color: rgba(216,180,254,.82);
  border-color: rgba(168,85,247,.24);
  background: rgba(139,92,246,.08);
}

.section-closing-line {
  margin-top: 25px !important;
  color: rgba(233,213,255,.9) !important;
  font-weight: 820;
}

.closing-cta {
  margin: 42px 0 82px;
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(196,181,253,.24);
  border-radius: 32px;
  background:
    radial-gradient(circle at 12% 0%, rgba(168,85,247,.28), transparent 38%),
    radial-gradient(circle at 92% 100%, rgba(59,130,246,.14), transparent 36%),
    rgba(255,255,255,.055);
  box-shadow: var(--shadow);
}

.closing-cta h2 {
  max-width: 960px;
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.closing-cta p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.58;
}

.closing-cta .button {
  margin-top: 30px;
}

@media (max-width: 1180px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 64px 0 94px;
  }

  .hero-copy-wrap {
    max-width: 880px;
  }

  .hero-visual {
    width: min(900px, 100%);
    height: 720px;
    margin-left: 0;
    justify-self: center;
  }

  .sidepanel-showcase {
    right: 40px;
    top: 0;
    width: 430px;
  }
}

@media (max-width: 760px) {
  .hero {
    gap: 42px;
    padding: 42px 0 72px;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 14.5vw, 4.65rem);
  }

  .hero .eyebrow {
    font-size: .82rem;
  }

  .hero-platforms,
  .workflow-platforms {
    gap: 7px;
  }

  .sidepanel-showcase {
    right: auto;
    left: 50%;
    top: 0;
    width: min(390px, 82vw);
    padding: 10px;
    border-radius: 30px;
    transform: translateX(-50%) rotateZ(1deg);
  }

  .sidepanel-showcase::before {
    border-radius: 30px;
  }

  .hero-panel {
    border-radius: 24px;
  }

  .closing-cta {
    margin-bottom: 58px;
    border-radius: 25px;
  }
}

@media (max-width: 540px) {
  .hero h1 {
    font-size: clamp(2.9rem, 14vw, 4rem);
  }

  .hero-platforms span,
  .workflow-platforms span {
    min-height: 28px;
    padding: 0 9px;
    font-size: .72rem;
  }

  .hero-visual {
    height: 520px;
  }

  .closing-cta .button {
    width: 100%;
  }
}

/* =========================
   EARLY ACCESS + SUPPORT MODALS
   ========================= */

body.modal-open {
  overflow: hidden;
}

.site-modal[hidden] {
  display: none;
}

.site-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow-y: auto;
  background: rgba(4, 3, 14, .76);
  backdrop-filter: blur(18px) saturate(1.1);
  opacity: 0;
  transition: opacity .18s ease;
}

.site-modal.is-open {
  opacity: 1;
}

.modal-card {
  position: relative;
  width: min(610px, 100%);
  max-height: calc(100vh - 48px);
  padding: clamp(28px, 5vw, 46px);
  overflow-y: auto;
  border: 1px solid rgba(196,181,253,.3);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(168,85,247,.3), transparent 35%),
    radial-gradient(circle at 95% 100%, rgba(59,130,246,.14), transparent 34%),
    linear-gradient(155deg, rgba(30,22,56,.98), rgba(9,9,27,.99));
  box-shadow:
    0 44px 130px rgba(0,0,0,.7),
    0 0 68px rgba(139,92,246,.22),
    inset 0 1px 0 rgba(255,255,255,.12);
  transform: translateY(14px) scale(.985);
  transition: transform .18s ease;
}

.site-modal.is-open .modal-card {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  color: rgba(245,243,255,.78);
  background: rgba(255,255,255,.055);
  font: inherit;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.modal-close:hover,
.modal-close:focus-visible {
  color: white;
  border-color: rgba(196,181,253,.42);
  background: rgba(139,92,246,.16);
}

.modal-kicker {
  margin: 0 54px 12px 0;
  color: #c4a2ff;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.modal-card h2 {
  max-width: 500px;
  margin: 0;
  font-size: clamp(2.05rem, 5vw, 3.35rem);
  line-height: 1;
  letter-spacing: -.05em;
}

.modal-intro {
  max-width: 530px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.modal-form {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

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

.modal-form label {
  display: grid;
  gap: 8px;
  color: rgba(245,243,255,.9);
  font-size: .92rem;
  font-weight: 800;
}

.modal-form label small {
  margin-left: 5px;
  color: rgba(196,181,253,.58);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.modal-form input,
.modal-form select,
.modal-form textarea {
  width: 100%;
  border: 1px solid rgba(196,181,253,.23);
  border-radius: 14px;
  outline: none;
  color: #f8f5ff;
  background: rgba(5,6,20,.64);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
  font: inherit;
  font-weight: 620;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.modal-form input,
.modal-form select {
  min-height: 52px;
  padding: 0 15px;
}

.modal-form textarea {
  min-height: 126px;
  padding: 14px 15px;
  resize: vertical;
}

.modal-form select {
  color-scheme: dark;
}

.modal-form input:focus,
.modal-form select:focus,
.modal-form textarea:focus {
  border-color: rgba(168,85,247,.78);
  background: rgba(14,11,35,.88);
  box-shadow: 0 0 0 3px rgba(168,85,247,.16);
}

.form-honeypot {
  display: none !important;
}

.form-submit {
  width: 100%;
  margin-top: 2px;
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.form-submit:disabled {
  cursor: wait;
  opacity: .72;
}

.form-status {
  min-height: 22px;
  margin: -3px 0 0;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 720;
  line-height: 1.45;
}

.form-status:empty {
  min-height: 0;
}

.form-status.is-success {
  color: #68e8b8;
}

.form-status.is-error {
  color: #fda4af;
}

.modal-privacy {
  margin: 20px 0 0;
  color: rgba(196,181,253,.62);
  font-size: .82rem;
  line-height: 1.5;
}

.modal-privacy a {
  color: #c4a2ff;
}

.selectable-email {
  color: rgba(245,243,255,.82);
  user-select: all;
}

@media (max-width: 620px) {
  .site-modal {
    align-items: end;
    padding: 12px;
  }

  .modal-card {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 28px 20px 24px;
    border-radius: 25px;
  }

  .modal-close {
    top: 14px;
    right: 14px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .modal-form {
    gap: 15px;
    margin-top: 24px;
  }

  .form-submit {
    min-height: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-modal,
  .modal-card {
    transition: none;
  }
}
