*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body.landing {
  min-height: 100vh;
  overflow-x: hidden;
}

.landing a { color: inherit; }

.landing-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 72px;
  border-bottom: 1px solid transparent;
  transition: background .2s, border-color .2s, backdrop-filter .2s;
}

.landing-nav.scrolled {
  background: rgba(7, 8, 17, .78);
  border-color: var(--line);
  backdrop-filter: blur(20px);
}

.nav-inner {
  width: min(1180px, calc(100% - 40px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}

.landing-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -.025em;
}

.landing-brand img { width: 34px; height: 34px; }
.landing-brand span { font-size: 17px; }

.release-badge {
  margin-left: 10px;
  padding: 5px 8px;
  border: 1px solid rgba(124, 92, 255, .28);
  border-radius: 999px;
  color: #c9bfff;
  background: var(--brand-soft);
  font: 700 8px 'Space Mono', monospace;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.landing-links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: 58px;
}

.landing-links a,
.footer-links a {
  color: var(--copy);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: color .18s;
}

.landing-links a:hover,
.footer-links a:hover { color: white; }

.nav-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.button {
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, .025);
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  transition: transform .18s, border-color .18s, background .18s, box-shadow .18s;
}

.button:hover {
  transform: translateY(-1px);
  border-color: rgba(124, 92, 255, .38);
  background: var(--brand-soft);
}

.button-primary {
  border-color: rgba(255, 255, 255, .12);
  background: linear-gradient(135deg, var(--brand-strong), var(--brand));
  box-shadow: 0 10px 30px rgba(124, 92, 255, .22);
}

.button-primary:hover {
  background: linear-gradient(135deg, #a18cff, #8162ff);
  box-shadow: 0 14px 36px rgba(124, 92, 255, .3);
}

.landing-hero {
  min-height: 930px;
  padding: 168px 20px 100px;
  position: relative;
}

.landing-hero::after {
  content: '';
  position: absolute;
  width: 620px;
  height: 620px;
  top: -340px;
  left: calc(50% - 310px);
  border: 1px solid rgba(124, 92, 255, .12);
  border-radius: 50%;
  box-shadow:
    0 0 100px rgba(124, 92, 255, .08),
    inset 0 0 100px rgba(124, 92, 255, .04);
  pointer-events: none;
}

.hero-copy {
  width: min(860px, 100%);
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 11px;
  border: 1px solid rgba(124, 92, 255, .25);
  border-radius: 999px;
  background: rgba(124, 92, 255, .08);
  color: #cec5ff;
  font: 700 10px 'Space Mono', monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.hero-pill::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(66, 215, 232, .8);
}

.hero-copy h1 {
  max-width: 820px;
  margin: auto;
  font-size: clamp(48px, 7.5vw, 88px);
  line-height: .98;
  letter-spacing: -.068em;
}

.gradient-text {
  color: transparent;
  background: linear-gradient(100deg, #fff 5%, #b8a8ff 48%, #75d8f4);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-copy > p {
  max-width: 650px;
  margin: 26px auto 0;
  color: var(--copy);
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-top: 31px;
}

.hero-actions .button { min-height: 50px; padding: 0 22px; }

.hero-note {
  margin-top: 14px;
  color: var(--quiet);
  font-size: 10px;
}

.product-window {
  width: min(1120px, calc(100% - 32px));
  min-height: 480px;
  margin: 76px auto 0;
  border: 1px solid rgba(154, 164, 211, .2);
  border-radius: 22px;
  background: rgba(10, 11, 20, .74);
  box-shadow: 0 45px 120px rgba(0, 0, 0, .54), 0 0 80px rgba(124, 92, 255, .1);
  backdrop-filter: blur(18px);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.product-shot {
  display: block;
  width: 100%;
  height: auto;
}

.product-shot-hero {
  aspect-ratio: 1440 / 780;
  object-fit: cover;
  object-position: top;
}

.window-bar {
  height: 48px;
  padding: 0 17px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 7px;
}

.window-dot { width: 7px; height: 7px; border-radius: 50%; background: #30354d; }
.window-address {
  width: 240px;
  height: 24px;
  margin: auto;
  border: 1px solid var(--line);
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: #656d8a;
  font: 400 8px 'Space Mono', monospace;
  background: rgba(255, 255, 255, .015);
}

.trusted {
  padding: 12px 20px 96px;
  text-align: center;
}
.trusted p {
  color: var(--quiet);
  font: 700 9px 'Space Mono', monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.platforms {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.platform {
  min-width: 132px;
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: #9da5bf;
  background: rgba(255, 255, 255, .018);
  font-size: 12px;
  font-weight: 800;
}

.landing-section {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
  padding: 105px 0;
}

.section-heading { max-width: 680px; margin-bottom: 44px; }
.section-label {
  color: #a996ff;
  font: 700 10px 'Space Mono', monospace;
  text-transform: uppercase;
  letter-spacing: .13em;
  margin-bottom: 14px;
}
.section-heading h2 {
  font-size: clamp(35px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -.055em;
}
.section-heading p {
  color: var(--copy);
  margin-top: 17px;
  font-size: 15px;
  line-height: 1.75;
}

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card {
  min-height: 260px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: linear-gradient(155deg, rgba(24, 27, 44, .76), rgba(12, 14, 24, .8));
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 92, 255, .33);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .22);
}
.feature-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 45px;
  border: 1px solid rgba(124, 92, 255, .22);
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #c9bfff;
  background: var(--brand-soft);
}
.feature-icon svg { width: 21px; height: 21px; fill: currentColor; }
.feature-card h3 { font-size: 16px; margin-bottom: 10px; letter-spacing: -.025em; }
.feature-card p { color: var(--copy); font-size: 12px; line-height: 1.7; }

.product-showcase { padding-top: 80px; }

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

.screenshot-card {
  padding: 10px 10px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(24, 27, 44, .78), rgba(12, 14, 24, .86));
  overflow: hidden;
}

.screenshot-frame {
  border: 1px solid rgba(154, 164, 211, .17);
  border-radius: 12px;
  overflow: hidden;
  background: #090a13;
}

.screenshot-card figcaption {
  display: grid;
  gap: 6px;
  padding: 17px 10px 0;
}

.screenshot-card figcaption strong { font-size: 13px; }
.screenshot-card figcaption span { color: var(--quiet); font-size: 10px; line-height: 1.6; }

.workflow-section {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
  padding: 104px 0;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: center;
}
.workflow-copy h2 { font-size: clamp(35px, 5vw, 56px); line-height: 1.08; letter-spacing: -.055em; }
.workflow-copy > p { color: var(--copy); margin-top: 18px; line-height: 1.75; font-size: 14px; }
.workflow-list { display: grid; gap: 17px; margin-top: 30px; }
.workflow-item { display: flex; gap: 12px; }
.workflow-check {
  width: 25px;
  height: 25px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  flex: none;
  color: #bfb2ff;
  background: var(--brand-soft);
}
.workflow-item strong { display: block; font-size: 12px; }
.workflow-item span { color: var(--quiet); font-size: 10px; }

.automation-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(15, 17, 29, .8);
  box-shadow: var(--shadow);
}
.automation-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.automation-head strong { font-size: 13px; }
.status-badge {
  padding: 5px 8px;
  border-radius: 999px;
  color: #72ddb3;
  background: rgba(54, 211, 153, .08);
  font-size: 8px;
  font-weight: 800;
}
.automation-flow { display: grid; gap: 10px; }
.flow-node {
  min-height: 65px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--panel-raised);
}
.flow-node + .flow-node { margin-left: 32px; position: relative; }
.flow-node + .flow-node::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 11px;
  left: 18px;
  top: -11px;
  background: var(--line-strong);
}
.flow-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--brand-soft);
  color: #cabfff;
  font-weight: 800;
}
.flow-node strong { display: block; font-size: 11px; }
.flow-node small { color: var(--quiet); font-size: 9px; }

.cta {
  width: min(1180px, calc(100% - 40px));
  min-height: 340px;
  margin: 80px auto 100px;
  padding: 60px 30px;
  border: 1px solid var(--line);
  border-radius: 25px;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 120%, rgba(124, 92, 255, .28), transparent 45%),
    linear-gradient(145deg, rgba(124, 92, 255, .12), rgba(15, 17, 29, .82));
  box-shadow: var(--shadow);
}
.cta h2 { font-size: clamp(35px, 5vw, 58px); letter-spacing: -.055em; }
.cta p { max-width: 540px; margin: 15px auto 25px; color: var(--copy); line-height: 1.7; font-size: 14px; }

.landing-footer { border-top: 1px solid var(--line); padding: 34px 20px; }
.footer-inner {
  width: min(1180px, 100%);
  margin: auto;
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer-inner .landing-brand { margin-right: auto; }
.footer-copy { color: var(--quiet); font-size: 9px; }
.footer-links { display: flex; gap: 20px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

@media (max-width: 860px) {
  .landing-links { display: none; }
  .landing-hero { min-height: auto; padding-top: 140px; }
  .product-window { margin-top: 55px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .screenshot-grid { grid-template-columns: 1fr; }
  .workflow-section { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 600px) {
  .nav-inner { width: calc(100% - 28px); }
  .nav-actions .button:first-child { display: none; }
  .landing-brand span { font-size: 15px; }
  .release-badge { display: none; }
  .landing-hero { padding: 126px 14px 70px; }
  .hero-copy h1 { font-size: 48px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .product-window { width: 100%; border-radius: 16px; min-height: 390px; }
  .window-address { width: 130px; }
  .trusted { padding-bottom: 50px; }
  .platform { min-width: 100px; padding: 11px; }
  .landing-section, .workflow-section { width: calc(100% - 28px); padding: 75px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 230px; }
  .feature-icon { margin-bottom: 35px; }
  .cta { width: calc(100% - 28px); margin: 55px auto 70px; padding: 45px 22px; }
  .footer-inner { flex-wrap: wrap; }
  .footer-inner .landing-brand { width: 100%; }
}
