:root {
  --bg: #070b10;
  --bg-2: #0a0f14;
  --panel: rgba(17, 24, 36, 0.78);
  --panel-strong: rgba(19, 26, 38, 0.96);
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(245, 159, 74, 0.35);
  --text: #f4f4f5;
  --muted: #9aa0aa;
  --soft: #d4d4d8;
  --accent: #f59f4a;
  --accent-2: #e67e22;
  --accent-dark: #7a3a12;
  --danger: #ef4444;
  --ok: #22c55e;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  --font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: #06080d;
  overflow-x: hidden;
}

body.maintenance-active {
  overflow: hidden;
}

body.maintenance-active .site-content {
  display: none !important;
}

button, input, textarea, select { font: inherit; }

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

.maintenance-screen {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(245,159,74,0.18), transparent 38%),
    rgba(4, 7, 11, 0.92);
  backdrop-filter: blur(18px);
}

.maintenance-card {
  position: relative;
  width: min(760px, 100%);
  min-height: 430px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  padding: 52px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(245,159,74,0.12), transparent 34%),
    var(--panel);
  box-shadow: 0 24px 80px rgba(0,0,0,0.38);
}

.maintenance-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.maintenance-card h1 {
  max-width: 680px;
  margin: 0;
  font-size: 72px;
}

.maintenance-card p {
  max-width: 560px;
  margin: 0;
  color: var(--soft);
  line-height: 1.7;
}

.maintenance-secret {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.maintenance-login {
  margin-top: 8px;
}

.motion-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% -18%, rgba(255, 174, 89, 0.28), transparent 30%),
    radial-gradient(ellipse at 82% 18%, rgba(51, 88, 111, 0.18), transparent 33%),
    radial-gradient(ellipse at 12% 62%, rgba(122, 58, 18, 0.34), transparent 38%),
    linear-gradient(140deg, #05060a 0%, #101623 45%, #07151a 100%);
  perspective: 1100px;
}

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

.motion-bg::before {
  left: -14vw;
  top: -10vh;
  width: 62vw;
  height: 128vh;
  background:
    linear-gradient(115deg, rgba(255,255,255,0.06), transparent 28%),
    linear-gradient(180deg, rgba(245,159,74,0.1), rgba(4,7,11,0.12));
  clip-path: polygon(26% 0, 100% 0, 72% 100%, 0 100%);
  opacity: 0.72;
  filter: blur(0.2px);
  transform: translateZ(-120px) rotateX(0deg);
  animation: premiumPlane 24s ease-in-out infinite;
}

.motion-bg::after {
  right: -16vw;
  bottom: -30vh;
  width: 76vw;
  height: 86vh;
  background:
    radial-gradient(circle at 32% 20%, rgba(245,159,74,0.18), transparent 34%),
    linear-gradient(130deg, rgba(255,255,255,0.055), rgba(255,255,255,0.012) 46%, transparent 72%);
  clip-path: polygon(14% 0, 100% 18%, 84% 100%, 0 76%);
  opacity: 0.62;
  transform: rotateX(62deg) rotateZ(-8deg) translate3d(0, 0, -160px);
  animation: premiumDeck 28s ease-in-out infinite;
}

.grid-layer {
  position: absolute;
  left: -14%;
  right: -14%;
  bottom: -34%;
  height: 92%;
  background-image:
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to top, rgba(0,0,0,0.88), transparent 80%);
  transform-origin: 50% 100%;
  transform: rotateX(68deg) translate3d(0, 10vh, -120px);
  opacity: 0.78;
  animation: gridDrift 22s linear infinite;
}

.beam {
  position: absolute;
  width: 48vw;
  height: 48vw;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.42;
  mix-blend-mode: screen;
}

.beam-a {
  background: rgba(245, 159, 74, 0.38);
  top: -18vw;
  right: 4vw;
  animation: beamA 17s ease-in-out infinite;
}

.beam-b {
  background: rgba(230, 126, 34, 0.24);
  bottom: -8vh;
  left: -18vw;
  animation: beamB 21s ease-in-out infinite;
}

.spark {
  position: absolute;
  width: 3px;
  height: 3px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(245, 159, 74, 0.9);
  animation: sparkFloat 11s ease-in-out infinite;
}

.s1 { left: 8%; top: 20%; animation-delay: -1s; }
.s2 { left: 82%; top: 14%; animation-delay: -4s; }
.s3 { left: 64%; top: 52%; animation-delay: -7s; }
.s4 { left: 22%; top: 74%; animation-delay: -2s; }
.s5 { left: 91%; top: 78%; animation-delay: -6s; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(1180px, calc(100% - 40px));
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(20, 26, 38, 0.78), rgba(7, 11, 16, 0.72));
  backdrop-filter: blur(22px) saturate(130%);
  box-shadow: 0 18px 60px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.05);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
  min-width: max-content;
}

.brand-logo {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex: 1;
  color: var(--muted);
  font-size: 13px;
}

.nav-links a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  color: var(--text);
  border-color: rgba(245,159,74,0.42);
}

.header-cta {
  min-width: 112px;
  min-height: 38px;
  display: inline-grid;
  place-items: center;
  padding: 9px 14px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #0a0f14;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(245,159,74,0.22);
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.82fr);
  align-items: center;
  gap: 54px;
  padding: 96px 0 74px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(245, 159, 74, 0.24);
  border-radius: 999px;
  background: rgba(245, 159, 74, 0.08);
  color: #ffd0a0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.eyebrow.compact {
  border-radius: 6px;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px var(--accent);
}

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

h1 {
  margin-bottom: 18px;
  max-width: 780px;
  font-size: 76px;
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 16px;
}

h3 {
  font-size: 21px;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 640px;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions, .hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

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

.hero-metrics {
  margin-top: 28px;
  color: var(--muted);
}

.hero-metrics span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
  backdrop-filter: blur(14px);
}

.hero-metrics strong { color: var(--accent); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255,255,255,0.04);
  color: var(--text);
  cursor: pointer;
  font-weight: 800;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.btn:hover {
  border-color: var(--line-strong);
  transform: translateY(-1px);
}

.btn.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #0a0f14;
  border-color: transparent;
  box-shadow: 0 18px 45px rgba(245, 159, 74, 0.22), inset 0 1px 0 rgba(255,255,255,0.26);
}

.btn.ghost { color: #ffd0a0; }
.btn.full { width: 100%; }

.hero-panel,
.feature-main,
.feature-stack > div,
.terminal-card,
.plan-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(245,159,74,0.08), transparent 34%),
    linear-gradient(180deg, rgba(22, 29, 42, 0.84), rgba(10, 15, 22, 0.72));
  box-shadow: 0 26px 88px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(18px);
}

.hero-panel {
  overflow: hidden;
  min-height: 490px;
  transform: translateZ(0);
}

.hero-panel:hover,
.feature-main:hover,
.feature-stack > div:hover,
.terminal-card:hover,
.plan-card:hover,
.contact-form:hover,
.demo-player:hover {
  border-color: rgba(245,159,74,0.28);
  box-shadow: 0 30px 96px rgba(0,0,0,0.38), inset 0 1px 0 rgba(255,255,255,0.055);
}

.panel-bar,
.terminal-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.035);
}

.win {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
}
.red { background: #ff5f57; }
.amber { background: #ffbd2e; }
.green { background: #28c840; }
.panel-title {
  margin-left: auto;
  color: var(--muted);
  font: 12px var(--mono);
}

.control-screen {
  position: relative;
  padding: 34px;
}

.agent-card {
  padding: 22px;
  border: 1px solid rgba(245,159,74,0.32);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(245,159,74,0.13), rgba(255,255,255,0.03));
}

.card-kicker, .plan-name {
  display: block;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.agent-card strong {
  display: block;
  margin-top: 8px;
  font-size: 34px;
}

.agent-card small { color: var(--muted); }

.flow-line {
  width: 2px;
  height: 46px;
  margin: 16px auto;
  background: linear-gradient(transparent, var(--accent), transparent);
}

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

.agent-grid div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(10, 15, 20, 0.7);
}

.agent-grid span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.agent-grid b {
  display: block;
  margin-top: 7px;
  color: var(--text);
  font: 700 21px var(--mono);
}

.terminal-mini {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(245,159,74,0.2);
  border-radius: 8px;
  background: #090d13;
  font-family: var(--mono);
}

.terminal-mini span, .terminal-mini em {
  display: block;
}

.terminal-mini span { color: #ffd0a0; }
.terminal-mini em { margin-top: 8px; color: var(--muted); font-style: normal; font-size: 12px; }

.trusted-strip {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  padding: 0 0 92px;
}

.trusted-strip span {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--muted);
  background: rgba(255,255,255,0.025);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

.trusted-strip span:hover {
  transform: translateY(-1px);
  border-color: rgba(245,159,74,0.42);
  color: var(--soft);
  background: rgba(245,159,74,0.045);
}

.product-section,
.quickstart-section,
.workflow-section,
.demo-section,
.plans-section,
.faq-section,
.contact-section {
  padding: 92px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading p {
  max-width: 700px;
  color: var(--soft);
  line-height: 1.7;
}

.feature-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
}

.feature-main {
  padding: 38px;
  min-height: 390px;
  background:
    linear-gradient(140deg, rgba(245,159,74,0.18), transparent 48%),
    var(--panel);
}

.feature-main p,
.feature-stack p,
.quickstart-copy p,
.plan-card p,
.contact-section p {
  color: var(--soft);
  line-height: 1.65;
}

.clean-list,
.plan-card ul {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.clean-list li,
.plan-card li {
  padding: 10px 0 10px 22px;
  position: relative;
  color: var(--soft);
}

.clean-list li::before,
.plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.feature-stack {
  display: grid;
  gap: 16px;
}

.feature-stack > div {
  padding: 26px;
}

.feature-stack span {
  color: var(--accent);
  font: 700 13px var(--mono);
}

.quickstart-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  align-items: center;
}

.terminal-card {
  overflow: hidden;
  background: rgba(12, 17, 25, 0.96);
}

.traffic {
  display: flex;
  gap: 7px;
  margin-right: 12px;
}

.tab {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: 700 12px var(--mono);
}

.tab.active {
  background: var(--accent);
  color: #0a0f14;
}

.terminal-body {
  padding: 30px;
  font-family: var(--mono);
}

.comment {
  display: block;
  margin-bottom: 18px;
  color: #77808d;
}

.command-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.download-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.command-row code {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 18px;
}

.command-row code::before {
  content: "$ ";
  color: var(--accent);
}

.copy-btn {
  flex: 0 0 auto;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  color: var(--text);
  cursor: pointer;
}

.workflow {
  display: grid;
  grid-template-columns: 1fr 56px 1fr 56px 1fr 56px 1fr;
  align-items: center;
}

.node {
  min-height: 118px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  text-align: center;
  font-weight: 800;
}

.node.core {
  border-color: rgba(245,159,74,0.42);
  background: rgba(245,159,74,0.1);
}

.connector {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.demo-player {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(245,159,74,0.16), transparent 42%),
    rgba(12, 17, 25, 0.9);
  box-shadow: 0 24px 80px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.045);
}

.demo-player video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 620px;
  object-fit: contain;
  background: #070b10;
}

.demo-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 10px;
  text-align: center;
  pointer-events: none;
  color: var(--muted);
}

.demo-fallback strong {
  color: var(--text);
  font-size: 40px;
}

.demo-fallback span {
  font-family: var(--mono);
  font-size: 13px;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.plan-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.plan-card.highlighted {
  border-color: rgba(245,159,74,0.55);
  background:
    radial-gradient(circle at 70% 0%, rgba(245,159,74,0.16), transparent 45%),
    var(--panel-strong);
}

.plan-card h3 {
  margin: 12px 0 10px;
  font-size: 36px;
}

.plan-card .btn { margin-top: 26px; }

.plan-card ul {
  flex: 1;
}

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

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(245,159,74,0.07), transparent 34%),
    linear-gradient(180deg, rgba(22, 29, 42, 0.76), rgba(10, 15, 22, 0.64));
  box-shadow: 0 22px 70px rgba(0,0,0,0.24), inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.faq-item:hover {
  border-color: rgba(245,159,74,0.28);
}

.faq-item summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  color: var(--text);
  cursor: pointer;
  font-size: 18px;
  font-weight: 850;
  list-style: none;
}

.faq-item summary::marker {
  content: "";
}

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

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245,159,74,0.28);
  border-radius: 999px;
  color: var(--accent);
  font: 800 18px var(--mono);
  transition: transform .2s ease, background .2s ease;
}

.faq-item[open] summary {
  color: #ffd0a0;
}

.faq-item[open] summary::after {
  content: "-";
  transform: rotate(180deg);
  background: rgba(245,159,74,0.1);
}

.faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--soft);
  line-height: 1.7;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 38px;
  align-items: start;
}

.contact-form {
  padding: 28px;
  display: grid;
  gap: 16px;
}

label span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

input, textarea, select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(8, 12, 18, 0.86);
  color: var(--text);
  padding: 12px 13px;
  outline: none;
  min-height: 46px;
}

textarea {
  resize: vertical;
}

select {
  appearance: none;
}

input:focus, textarea:focus, select:focus {
  border-color: var(--line-strong);
  box-shadow: 0 0 0 3px rgba(245,159,74,0.1);
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 58px auto 28px;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 2.15fr);
  gap: 34px;
}

.footer-brand p {
  max-width: 340px;
  margin: 14px 0 0;
  color: var(--soft);
  line-height: 1.65;
}

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

.footer-col {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-col h2 {
  margin: 0 0 4px;
  color: var(--text);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.footer-col a,
.footer-bottom a {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.footer-col a:hover,
.footer-bottom a:hover {
  color: var(--accent);
}

.footer-bottom {
  margin-top: 28px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  color: var(--muted);
  font-size: 13px;
}

.footer-bottom span:first-child {
  color: var(--text);
  font-weight: 800;
}

body.reveal-ready [data-reveal] {
  opacity: 0;
  transition:
    opacity .86s cubic-bezier(.16, 1, .3, 1),
    transform .86s cubic-bezier(.16, 1, .3, 1),
    filter .86s cubic-bezier(.16, 1, .3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

body.reveal-ready [data-reveal="rise"] {
  transform: translate3d(0, 34px, 0) scale(.985);
  filter: blur(10px);
}

body.reveal-ready [data-reveal="left"] {
  transform: translate3d(-44px, 18px, 0) rotateY(-4deg);
  filter: blur(10px);
}

body.reveal-ready [data-reveal="right"] {
  transform: translate3d(44px, 18px, 0) rotateY(4deg);
  filter: blur(10px);
}

body.reveal-ready [data-reveal="zoom"] {
  transform: translate3d(0, 26px, 0) scale(.94);
  filter: blur(12px);
}

body.reveal-ready [data-reveal="tile"] {
  transform: translate3d(0, 24px, 0) scale(.96);
  filter: blur(8px);
}

body.reveal-ready [data-reveal="line"] {
  transform: scaleX(.22);
  transform-origin: left center;
  filter: blur(5px);
}

body.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1) rotateY(0);
  filter: blur(0);
}

body.reveal-ready [data-reveal="line"].is-visible {
  transform: scaleX(1);
}

@keyframes gridDrift {
  from { transform: rotateX(68deg) translate3d(0, 10vh, -120px); background-position: 0 0; }
  to { transform: rotateX(68deg) translate3d(0, 10vh, -120px); background-position: 68px 68px; }
}

@keyframes premiumPlane {
  0%, 100% { transform: translate3d(0, 0, -120px) skewX(-2deg); opacity: 0.66; }
  50% { transform: translate3d(2vw, 0.8vh, -120px) skewX(-4deg); opacity: 0.82; }
}

@keyframes premiumDeck {
  0%, 100% { transform: rotateX(62deg) rotateZ(-8deg) translate3d(0, 0, -160px); opacity: 0.56; }
  50% { transform: rotateX(62deg) rotateZ(-7deg) translate3d(-2vw, -1vh, -160px); opacity: 0.72; }
}

@keyframes beamA {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-8vw, 12vh, 0) scale(1.12); }
}

@keyframes beamB {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(18vw, -10vh, 0) scale(0.9); }
}

@keyframes sparkFloat {
  0%, 100% { transform: translateY(0); opacity: 0.35; }
  50% { transform: translateY(-34px); opacity: 1; }
}

@media (max-width: 920px) {
  .section-shell,
  .site-header,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }
  .site-header {
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 10px;
  }
  .nav-links {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: none;
  }
  .nav-links::-webkit-scrollbar { display: none; }
  .header-cta {
    margin-left: auto;
  }
  .hero,
  .feature-layout,
  .quickstart-section,
  .contact-section {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
    gap: 34px;
    padding: 58px 0 54px;
  }
  h1 {
    max-width: 720px;
    font-size: 58px;
  }
  h2 {
    font-size: 40px;
  }
  .maintenance-card h1 {
    font-size: 56px;
  }
  .demo-fallback strong {
    font-size: 32px;
  }
  .hero-panel {
    min-height: 420px;
  }
  .trusted-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-bottom: 64px;
  }
  .product-section,
  .quickstart-section,
  .workflow-section,
  .demo-section,
  .plans-section,
  .faq-section,
  .contact-section {
    padding: 68px 0;
  }
  .workflow { grid-template-columns: 1fr; gap: 12px; }
  .connector { width: 2px; height: 34px; margin: 0 auto; }
  .plans-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .section-shell,
  .site-header,
  .site-footer {
    width: min(100% - 22px, 1180px);
  }
  .site-header {
    border-radius: 8px;
  }
  .brand {
    font-size: 15px;
  }
  .brand-logo {
    width: 26px;
    height: 26px;
  }
  .header-cta {
    min-width: 92px;
    min-height: 36px;
    padding-inline: 10px;
  }
  h1 {
    font-size: 42px;
    line-height: 1;
  }
  h2 {
    font-size: 32px;
    line-height: 1.05;
  }
  .maintenance-card {
    min-height: 360px;
    padding: 30px;
  }
  .maintenance-card h1 {
    font-size: 40px;
  }
  .demo-fallback strong {
    font-size: 24px;
  }
  h3 {
    font-size: 19px;
  }
  .hero {
    padding-top: 42px;
  }
  .hero-lead {
    font-size: 16px;
    line-height: 1.65;
  }
  .hero-actions,
  .download-row {
    align-items: stretch;
  }
  .hero-actions .btn,
  .download-row .btn,
  .contact-form .btn {
    width: 100%;
  }
  .hero-metrics {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero-panel { min-height: 0; }
  .control-screen { padding: 18px; }
  .agent-grid { grid-template-columns: 1fr; }
  .trusted-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .trusted-strip span {
    min-height: 42px;
    font-size: 13px;
  }
  .feature-main,
  .feature-stack > div,
  .plan-card,
  .faq-item summary,
  .contact-form,
  .terminal-body {
    padding: 20px;
  }
  .faq-item summary {
    min-height: 64px;
    font-size: 16px;
  }
  .faq-item p {
    padding: 0 20px 20px;
  }
  .terminal-tabs {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .terminal-tabs::-webkit-scrollbar { display: none; }
  .tab {
    flex: 0 0 auto;
  }
  .command-row { align-items: stretch; flex-direction: column; }
  .demo-player {
    min-height: 240px;
  }
  .node {
    min-height: 92px;
  }
  .footer-columns { grid-template-columns: 1fr; }
  .footer-bottom {
    display: grid;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}
