:root {
  --ink: #101114;
  --ink-soft: #181a1f;
  --paper: #f0efe9;
  --paper-bright: #faf9f4;
  --acid: #caff3d;
  --blue: #365cff;
  --line: rgba(240, 239, 233, 0.18);
  --muted: #9da09c;
  --pad: clamp(22px, 4.4vw, 72px);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--ink);
  background: var(--acid);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Reusable top bar — colors are controlled by the variant. */
.topbar {
  --bar-bg: rgba(16, 17, 20, 0.78);
  --bar-fg: #f0efe9;
  --bar-mark: #caff3d;
  --bar-cut: #101114;
  position: fixed;
  z-index: 100;
  top: 14px;
  left: var(--pad);
  right: var(--pad);
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 8px 14px;
  color: var(--bar-fg);
  background: var(--bar-bg);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  backdrop-filter: blur(18px) saturate(130%);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.22);
}

.topbar[data-variant="light"] {
  --bar-bg: rgba(240, 239, 233, 0.82);
  --bar-fg: #101114;
  --bar-mark: #101114;
  --bar-cut: #f0efe9;
  border-color: rgba(16, 17, 20, 0.12);
}

.topbar[data-variant="brand"] {
  --bar-bg: rgba(202, 255, 61, 0.9);
  --bar-fg: #101114;
  --bar-mark: #101114;
  --bar-cut: #caff3d;
  border-color: rgba(16, 17, 20, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  transition: transform 450ms cubic-bezier(.2,.8,.2,1);
}

.brand:hover .brand-mark {
  transform: rotate(14deg) scale(1.04);
}

.brand-star { fill: var(--bar-mark); }
.brand-butterfly { fill: var(--bar-cut); }

.brand-name {
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.brand-product {
  padding-left: 10px;
  border-left: 1px solid currentColor;
  color: var(--muted);
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.topnav {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
}

.topnav > a:not(.topbar-cta) {
  padding: 14px 16px;
  border-radius: 12px;
  transition: background-color 180ms ease;
}

.topnav > a:not(.topbar-cta):hover {
  background: rgba(255, 255, 255, 0.08);
}

.topbar-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 16px;
  color: var(--ink);
  background: var(--acid);
  border-radius: 12px;
  transition: transform 180ms ease, background-color 180ms ease;
}

.topbar-cta:hover {
  transform: translateY(-2px);
  background: var(--paper-bright);
}

.menu-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: center;
  overflow: hidden;
  padding: clamp(108px, 10vw, 148px) var(--pad) clamp(68px, 6vw, 92px);
  background:
    radial-gradient(circle at 78% 42%, rgba(54, 92, 255, 0.23), transparent 28%),
    radial-gradient(circle at 64% 62%, rgba(202, 255, 61, 0.08), transparent 25%),
    var(--ink);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .3;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, transparent 5%, black 40%, transparent 96%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  grid-column: 1;
  grid-row: 1;
}

.eyebrow,
.mini-label,
.section-index,
.process-signal {
  font-family: "Courier New", monospace;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--acid);
}

.eyebrow::before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 20px currentColor;
  animation: blink 1.8s ease-in-out infinite;
}

.hero h1 {
  margin: 0;
  font-size: clamp(66px, 8.6vw, 146px);
  font-weight: 900;
  line-height: .75;
  letter-spacing: -0.085em;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  color: var(--acid);
  -webkit-text-stroke: 1px var(--acid);
}

.hero-lead {
  width: min(650px, 100%);
  margin: 42px 0 0;
  color: #c3c5c0;
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.4;
  letter-spacing: -.02em;
}

.hero-actions,
.contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 200ms ease, color 200ms ease, background-color 200ms ease;
}

.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--ink); background: var(--acid); }
.button-primary:hover { background: var(--paper-bright); }
.button-ghost { border-color: var(--line); }
.button-ghost:hover { color: var(--ink); background: var(--paper); }

.hero-meta {
  position: absolute;
  right: var(--pad);
  bottom: 44px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  color: var(--muted);
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-orbit {
  position: relative;
  z-index: 1;
  top: auto;
  right: auto;
  width: min(34vw, 500px);
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  animation: float 7s ease-in-out infinite;
}

.orbit-ring {
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(202,255,61,.46);
  border-radius: 50%;
  animation: spin 18s linear infinite;
}

.orbit-ring-two {
  inset: 28%;
  border-style: solid;
  border-color: rgba(54,92,255,.65);
  animation-direction: reverse;
  animation-duration: 11s;
}

.orbit-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  color: var(--ink);
  background: var(--acid);
  border-radius: 30%;
  font-size: 34px;
  font-weight: 900;
  box-shadow: 0 0 70px rgba(202,255,61,.35);
  animation: morph 5s ease-in-out infinite;
}

.orbit-label {
  position: absolute;
  padding: 8px 11px;
  color: var(--muted);
  background: rgba(16,17,20,.8);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: "Courier New", monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.orbit-label-a { top: 8%; left: 17%; }
.orbit-label-b { top: 54%; right: -8%; }
.orbit-label-c { bottom: 8%; left: 18%; }

.ticker {
  overflow: hidden;
  color: var(--ink);
  background: var(--acid);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 16px 0;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .03em;
  animation: ticker 24s linear infinite;
}

.ticker-track i { font-style: normal; }

.section {
  position: relative;
  padding: 110px var(--pad);
}

.section-index {
  margin-bottom: 70px;
  color: var(--muted);
}

.intro {
  color: var(--ink);
  background: var(--paper);
}

.intro-copy {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) 2fr;
  gap: 7vw;
  align-items: start;
}

.intro h2,
.section-heading h2,
.benefits-heading h2,
.ecosystem h2,
.contact h2 {
  margin: 0;
  font-size: clamp(48px, 7.5vw, 116px);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.07em;
}

.intro h2 {
  font-size: clamp(32px, 4vw, 62px);
  line-height: .96;
}

.intro-statement {
  margin: 0;
  font-size: clamp(28px, 4vw, 62px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -.045em;
}

.assistant-panel {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-top: 110px;
  color: var(--paper);
  background: var(--ink);
  border-radius: var(--radius);
}

.assistant-visual {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background:
    radial-gradient(circle, rgba(54,92,255,.28), transparent 55%),
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: auto, 38px 38px, 38px 38px;
  border-right: 1px solid var(--line);
}

.assistant-visual::after {
  position: absolute;
  inset: 10%;
  content: "";
  border: 1px solid rgba(202,255,61,.25);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(202,255,61,.06) inset;
  animation: spin 22s linear infinite;
}

.scan-line {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(transparent, var(--acid), transparent);
  box-shadow: 0 0 28px var(--acid);
  animation: scan 4s ease-in-out infinite;
}

.data-center {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 138px;
  height: 138px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  color: var(--ink);
  background: var(--acid);
  border-radius: 50%;
  font-size: 40px;
  font-weight: 900;
}

.data-center span {
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.data-node {
  position: absolute;
  z-index: 4;
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(16,17,20,.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: "Courier New", monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.data-node span { color: var(--acid); }
.node-a { top: 20%; left: 9%; }
.node-b { top: 16%; right: 7%; }
.node-c { right: 10%; bottom: 16%; }

.assistant-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 5vw, 76px);
}

.mini-label { color: var(--acid); }

.assistant-copy h3 {
  max-width: 650px;
  margin: 18px 0 28px;
  font-size: clamp(34px, 4vw, 62px);
  line-height: .98;
  letter-spacing: -.05em;
}

.assistant-copy > p:last-child,
.ecosystem-copy > p:last-child {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.process { background: var(--ink); }

.section-heading,
.benefits-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 72px;
}

.section-heading p,
.benefits-heading p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.process-list { border-top: 1px solid var(--line); }

.process-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 90px 1fr 1fr 120px;
  gap: 32px;
  align-items: center;
  overflow: hidden;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.process-card::before {
  position: absolute;
  z-index: -1;
  inset: 7px 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(202,255,61,.11), rgba(54,92,255,.09) 58%, transparent),
    rgba(255,255,255,.025);
  border: 1px solid rgba(202,255,61,.12);
  border-radius: 14px;
  opacity: 0;
  transform: scaleX(.08);
  transform-origin: left center;
  transition:
    transform 560ms cubic-bezier(.16, 1, .3, 1),
    opacity 280ms ease;
}

.process-card:hover {
  background: transparent;
}

.process-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.process-number {
  color: var(--acid);
  font-family: "Courier New", monospace;
  font-size: 13px;
  transform-origin: left center;
  transition: transform 420ms cubic-bezier(.16, 1, .3, 1), text-shadow 300ms ease;
}

.process-signal {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 10px;
  transition: color 300ms ease, transform 420ms cubic-bezier(.16, 1, .3, 1);
}

.process-card h3 {
  max-width: 420px;
  margin: 0;
  font-size: clamp(25px, 2.4vw, 38px);
  line-height: 1;
  letter-spacing: -.04em;
  transition: color 300ms ease, transform 460ms cubic-bezier(.16, 1, .3, 1);
}

.process-card > p {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  transition: color 360ms ease, transform 500ms cubic-bezier(.16, 1, .3, 1);
}

.process-pulse {
  position: relative;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  justify-self: center;
  transition: transform 500ms cubic-bezier(.16, 1, .3, 1);
}

.process-pulse::before,
.process-pulse::after,
.process-pulse span {
  grid-area: 1 / 1;
  width: 18px;
  height: 18px;
  border: 1px solid var(--acid);
  border-radius: 50%;
  transform-origin: center;
}

.process-pulse::before,
.process-pulse::after { content: ""; }

.process-pulse::before { animation: pulse 2.6s ease-out infinite; }
.process-pulse::after { animation: pulse 2.6s 1.3s ease-out infinite; }
.process-pulse span {
  background: var(--acid);
  box-shadow: 0 0 20px rgba(202,255,61,.4);
  transition: transform 420ms cubic-bezier(.16, 1, .3, 1), box-shadow 300ms ease;
}

@media (hover: hover) {
  .process-card:hover .process-number {
    transform: translateX(10px) scale(1.12);
    text-shadow: 0 0 18px rgba(202,255,61,.55);
  }

  .process-card:hover .process-signal,
  .process-card:hover h3 {
    color: var(--acid);
    transform: translateX(8px);
  }

  .process-card:hover > p {
    color: #cfd1cc;
    transform: translateX(-6px);
  }

  .process-card:hover .process-pulse {
    transform: scale(1.08);
  }

  .process-card:hover .process-pulse span {
    transform: scale(1.35);
    box-shadow: 0 0 34px rgba(202,255,61,.65);
  }
}

.benefits {
  color: var(--ink);
  background: var(--acid);
}

.benefits .section-index,
.benefits-heading p { color: rgba(16,17,20,.65); }

.benefits-heading em {
  font-family: Georgia, serif;
  font-weight: 400;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(16,17,20,.28);
  border-left: 1px solid rgba(16,17,20,.28);
}

.benefit-card {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(26px, 4vw, 58px);
  border-right: 1px solid rgba(16,17,20,.28);
  border-bottom: 1px solid rgba(16,17,20,.28);
  transition: color 250ms ease, background-color 250ms ease;
}

.benefit-card:hover {
  color: var(--paper);
  background: var(--ink);
}

.benefit-value {
  margin-bottom: auto;
  font-size: clamp(64px, 10vw, 150px);
  font-weight: 900;
  line-height: .75;
  letter-spacing: -.09em;
}

.benefit-card h3 {
  margin: 50px 0 12px;
  font-size: 27px;
  letter-spacing: -.04em;
}

.benefit-card p {
  max-width: 520px;
  margin: 0;
  color: rgba(16,17,20,.68);
  line-height: 1.5;
  transition: color 250ms ease;
}

.benefit-card:hover p { color: var(--muted); }

.ecosystem {
  min-height: 860px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 70%, rgba(54,92,255,.24), transparent 26%),
    var(--ink);
}

.ecosystem::after {
  position: absolute;
  left: -15vw;
  bottom: -30vw;
  width: 58vw;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(54,92,255,.5);
  border-radius: 50%;
  box-shadow: 0 0 140px rgba(54,92,255,.12) inset;
}

.ecosystem-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
}

.ecosystem h2 {
  margin: 18px 0 36px;
  font-size: clamp(47px, 6.2vw, 96px);
}

.task-cloud {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: center;
  padding: 44px 0;
}

.task-cloud::before {
  position: absolute;
  z-index: -1;
  inset: 8% 4%;
  content: "";
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 36px 36px;
  border-radius: 50%;
  mask-image: radial-gradient(circle, black 12%, transparent 70%);
}

.task-cloud-core {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  color: var(--ink);
  background: var(--acid);
  border: 8px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 38px rgba(202,255,61,.32);
  font-size: 19px;
  font-weight: 900;
  pointer-events: none;
}

.task-cloud-core::before,
.task-cloud-core::after {
  position: absolute;
  width: 140px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(202,255,61,.6), transparent);
}

.task-cloud-core::before { transform: rotate(28deg); }
.task-cloud-core::after { transform: rotate(-28deg); }

.task-card {
  position: relative;
  z-index: 2;
  min-height: 218px;
}

.task-card:nth-of-type(2) { margin-top: 48px; }
.task-card:nth-of-type(3) { margin-top: -22px; }
.task-card:nth-of-type(4) { margin-top: 26px; }
.task-card:nth-of-type(5) {
  width: 78%;
  min-height: 196px;
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: -4px;
}

.task-card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 22px;
  background: rgba(27,29,34,.86);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
  animation: task-float 5.5s ease-in-out infinite;
  transition: background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.task-card:nth-of-type(2) .task-card-inner { animation-delay: -1.7s; animation-duration: 6.2s; }
.task-card:nth-of-type(3) .task-card-inner { animation-delay: -3.3s; animation-duration: 5.1s; }
.task-card:nth-of-type(4) .task-card-inner { animation-delay: -2.4s; animation-duration: 6.8s; }
.task-card:nth-of-type(5) .task-card-inner { animation-delay: -4.1s; animation-duration: 5.9s; }

.task-card:hover .task-card-inner {
  background: rgba(33,36,42,.96);
  border-color: rgba(202,255,61,.52);
  box-shadow: 0 20px 62px rgba(0,0,0,.32), 0 0 35px rgba(202,255,61,.08);
  animation-play-state: paused;
}

.task-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--acid);
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.task-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #70746e;
}

.task-status i {
  width: 5px;
  height: 5px;
  display: block;
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(202,255,61,.6);
}

.task-card h3 {
  margin: 24px 0 10px;
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1;
  letter-spacing: -.04em;
}

.task-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.task-tag {
  align-self: flex-start;
  margin-top: auto;
  padding: 7px 9px;
  color: #b9bcb6;
  background: rgba(255,255,255,.055);
  border-radius: 7px;
  font-family: "Courier New", monospace;
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact {
  min-height: 900px;
  overflow: hidden;
  color: var(--paper);
  text-align: left;
  background: var(--blue);
}

.contact-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(70vw, 850px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 120px rgba(0,0,0,.16) inset;
  animation: breathe 5s ease-in-out infinite;
}

.contact-layout {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(50px, 7vw, 120px);
  align-items: center;
}

.contact .eyebrow { color: var(--acid); }
.contact h2 { font-size: clamp(58px, 7.2vw, 112px); }

.contact-lead {
  max-width: 620px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 19px;
  line-height: 1.5;
}

.contact-actions { justify-content: flex-start; }
.social-button {
  min-height: 54px;
  justify-content: flex-start;
  gap: 11px;
  color: var(--ink);
  background: rgba(250,249,244,.94);
  border-color: rgba(255,255,255,.35);
}

.social-button:hover { background: var(--acid); }

.social-button img {
  width: 21px;
  height: 21px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.social-button .social-icon {
  width: 21px;
  height: 21px;
  display: block;
  flex: 0 0 auto;
}

[hidden] { display: none !important; }

.social-arrow {
  margin-left: auto;
  font-size: 15px;
  transition: transform 200ms ease;
}

.social-button:hover .social-arrow { transform: translate(2px, -2px); }

.contact-note {
  margin: 30px 0 0;
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-form {
  position: relative;
  padding: clamp(26px, 3.2vw, 48px);
  color: var(--ink);
  background: var(--paper-bright);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(8,16,62,.26);
}

.contact-form::before {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(202,255,61,.2), 0 0 22px rgba(202,255,61,.7);
}

.form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(16,17,20,.16);
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 800;
  letter-spacing: -.04em;
}

.form-secure {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #656861;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.form-secure i {
  width: 6px;
  height: 6px;
  display: block;
  background: #63b73a;
  border-radius: 50%;
}

.form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 20px;
  margin-top: 28px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #696c66;
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.form-field-wide { grid-column: 1 / -1; }
.form-field em { color: #a2a49f; font-style: normal; }

.form-field input,
.form-field textarea {
  width: 100%;
  min-width: 0;
  padding: 12px 0 13px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(16,17,20,.26);
  border-radius: 0;
  outline: 0;
  font: 500 16px/1.4 Arial, "Helvetica Neue", sans-serif;
  letter-spacing: -.015em;
  resize: vertical;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-field input::placeholder,
.form-field textarea::placeholder { color: #a6a8a2; }

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 1px 0 var(--blue);
}

.form-submit {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0 20px;
  color: var(--paper-bright);
  background: var(--ink);
  border: 0;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 200ms ease, color 200ms ease, background-color 200ms ease, opacity 200ms ease;
}

.form-submit:hover:not(:disabled) {
  color: var(--ink);
  background: var(--acid);
  transform: translateY(-2px);
}

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

.form-message {
  margin: 16px 0 0;
  padding: 12px 14px;
  overflow-wrap: anywhere;
  border-radius: 9px;
  font: 12px/1.45 "Courier New", monospace;
}

.form-message-success { color: #244d13; background: rgba(99,183,58,.18); }
.form-message-error { color: #7e1f1f; background: rgba(205,57,57,.13); }

.form-caption {
  margin: 16px 0 0;
  color: #969992;
  font-size: 10px;
  line-height: 1.45;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1fr .5fr;
  gap: 60px;
  padding: 70px var(--pad) 28px;
  color: var(--paper);
  background: #090a0c;
}

.footer-brand {
  align-self: start;
  font-size: clamp(48px, 7vw, 106px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.08em;
}

.footer-brand span {
  color: var(--acid);
  font-size: .22em;
  vertical-align: top;
}

footer p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

footer nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

footer nav a { border-bottom: 1px solid var(--line); }
footer nav a:hover { color: var(--acid); }

footer small {
  grid-column: 1 / -1;
  padding-top: 50px;
  color: #5e605f;
  font-family: "Courier New", monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 850ms cubic-bezier(.2,.75,.2,1), transform 850ms cubic-bezier(.2,.75,.2,1);
}

.reveal-delay-1 { transition-delay: 100ms; }
.reveal-delay-2 { transition-delay: 200ms; }
.reveal-delay-3 { transition-delay: 300ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes blink { 50% { opacity: .25; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-18px) rotate(2deg); } }
@keyframes morph { 50% { border-radius: 50% 30% 48% 35%; transform: translate(-50%,-50%) rotate(10deg); } }
@keyframes pulse { to { transform: scale(5.1); opacity: 0; } }
@keyframes scan { 0%,100% { left: 8%; } 50% { left: 92%; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes breathe { 50% { transform: translate(-50%,-50%) scale(1.08); opacity: .6; } }
@keyframes task-float { 50% { transform: translateY(-8px); } }

@media (max-width: 1000px) {
  .hero { grid-template-columns: minmax(0, 1.08fr) minmax(240px, .92fr); gap: 18px; padding-top: 108px; padding-bottom: 66px; }
  .hero-copy { width: 100%; }
  .hero-orbit { top: auto; right: auto; width: min(35vw, 360px); opacity: .9; }
  .intro-copy { grid-template-columns: 1fr; gap: 30px; }
  .assistant-panel { grid-template-columns: 1fr; }
  .assistant-visual { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-card { grid-template-columns: 55px 1fr; }
  .process-card > p { grid-column: 2; }
  .process-pulse { display: none; }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .task-cloud { margin-top: 34px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-copy { max-width: 760px; }
  .contact-form { width: min(100%, 760px); }
  footer { grid-template-columns: 1fr 1fr; }
  footer nav { grid-column: 2; grid-row: 1; }
}

@media (max-width: 720px) {
  :root { --pad: 18px; --radius: 16px; }
  .topbar { top: 8px; min-height: 58px; border-radius: 14px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-product { display: none; }
  .menu-toggle {
    position: relative;
    z-index: 3;
    width: 44px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 6px;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
  }
  .menu-toggle i { width: 22px; height: 2px; display: block; background: currentColor; transition: transform 200ms ease; }
  .topbar[data-open="true"] .menu-toggle i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .topbar[data-open="true"] .menu-toggle i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .topnav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    background: var(--bar-bg);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    backdrop-filter: blur(20px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }
  .topbar[data-open="true"] .topnav { visibility: visible; opacity: 1; transform: translateY(0); }
  .topnav > a { text-align: center; }
  .topbar-cta { display: none; }
  .hero { display: block; min-height: 0; padding-top: 86px; padding-bottom: 32px; }
  .hero-copy { position: relative; z-index: 2; }
  .hero h1 { position: relative; z-index: 2; width: 94%; font-size: clamp(60px, 20vw, 105px); line-height: .82; }
  .hero-lead { margin-top: 32px; font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-orbit { position: absolute; z-index: 1; top: 102px; right: -24%; width: 72vw; opacity: .34; pointer-events: none; }
  .orbit-label { display: none; }
  .hero-meta { position: relative; z-index: 2; right: auto; bottom: auto; align-items: flex-start; margin-top: 34px; }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .section-index { margin-bottom: 46px; }
  .assistant-panel { margin-top: 70px; }
  .assistant-visual { min-height: 340px; }
  .assistant-copy { padding: 30px 24px 38px; }
  .section-heading,
  .benefits-heading { align-items: flex-start; flex-direction: column; margin-bottom: 48px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 320px; }
  .process-card { gap: 18px; padding: 30px 0; }
  .process-card > p { font-size: 13px; }
  .task-cloud { grid-template-columns: 1fr; gap: 12px; padding: 20px 0 0; }
  .task-cloud-core { display: none; }
  .task-card,
  .task-card:nth-of-type(2),
  .task-card:nth-of-type(3),
  .task-card:nth-of-type(4),
  .task-card:nth-of-type(5),
  .task-card:nth-of-type(6) {
    width: 100%;
    min-height: 0;
    grid-column: auto;
    margin-top: 0;
  }
  .task-card-inner { animation: none; }
  .contact { min-height: 0; }
  .contact h2 { font-size: clamp(52px, 15vw, 78px); }
  .contact-actions { width: 100%; }
  .contact-actions .button { width: auto; flex: 1; }
  .contact-form { padding: 26px 20px; border-radius: 20px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .form-fields { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  footer { grid-template-columns: 1fr; gap: 38px; }
  footer nav { grid-column: 1; grid-row: auto; }
}

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

