:root {
  --bg: #050708;
  --bg-elevated: #0b0f11;
  --bg-soft: #11181b;
  --ink: #f3f7f8;
  --ink-muted: #9aa7aa;
  --ink-dark: #101517;
  --ink-dark-muted: #5d696c;
  --paper: #f6f8f8;
  --paper-2: #edf2f3;
  --cyan: #1fd1dc;
  --cyan-2: #60efda;
  --cyan-soft: rgba(31, 209, 220, 0.14);
  --line: rgba(255, 255, 255, 0.10);
  --line-dark: rgba(16, 21, 23, 0.10);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.30);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
  --header-h: 82px;
  --section-height: 980px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink-dark);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #001012;
  background: var(--cyan-2);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto 0;
  height: var(--header-h);
  color: var(--ink);
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(5, 7, 8, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.nav-shell {
  width: min(calc(100% - 40px), var(--container));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}
.brand-mark {
  width: 42px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(31, 209, 220, .30));
}
.brand-wordmark {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 760;
  letter-spacing: -0.04em;
}
.brand-wordmark strong { color: var(--cyan); }

.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav a {
  color: rgba(255,255,255,.76);
  font-size: .94rem;
  font-weight: 650;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.primary-nav a:hover { color: #fff; }
.primary-nav .nav-download {
  color: #001416;
  background: var(--cyan-2);
  padding: 11px 18px;
  border-radius: 999px;
}
.primary-nav .nav-download:hover { background: #86f7e8; }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: #fff;
  background: rgba(255,255,255,.04);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.nav-toggle span { width: 19px; height: 1.5px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 78px) 0 90px;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 38%, rgba(31,209,220,.10), transparent 28%),
    linear-gradient(135deg, #030405 0%, #050809 46%, #070b0d 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent 0, #000 18%, #000 76%, transparent 100%);
}
.hero-glow {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  filter: blur(110px);
  opacity: .10;
  background: var(--cyan);
  pointer-events: none;
}
.hero-glow-a { top: 15%; left: -200px; }
.hero-glow-b { right: -130px; bottom: -170px; background: var(--cyan-2); }
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: center;
  gap: clamp(42px, 6vw, 94px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: #b5c2c5;
  font-size: .79rem;
  font-weight: 720;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan-2);
  box-shadow: 0 0 0 6px rgba(96,239,218,.10), 0 0 20px rgba(96,239,218,.55);
}
.hero h1 {
  margin: 0;
  max-width: 760px;
  color: #f8fbfb;
  font-size: clamp(3.1rem, 6vw, 6.5rem);
  line-height: .96;
  letter-spacing: -.065em;
  font-weight: 830;
}
.hero h1 span {
  color: transparent;
  background: linear-gradient(90deg, var(--cyan), var(--cyan-2));
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-lead {
  max-width: 660px;
  margin: 28px 0 0;
  color: #a8b4b7;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.78;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: .93rem;
  font-weight: 760;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-primary {
  color: #011012;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-2));
  box-shadow: 0 12px 32px rgba(31,209,220,.18);
}
.button-primary:hover { box-shadow: 0 16px 42px rgba(31,209,220,.27); }
.button-secondary {
  color: #eef7f8;
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
}
.button-secondary:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.26); }
.hero-note { margin: 16px 0 0; color: #647276; font-size: .82rem; }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.logo-frame {
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 1.48 / 1;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(96,239,218,.16);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,.008)),
    #030506;
  box-shadow: 0 36px 100px rgba(0,0,0,.55), inset 0 1px rgba(255,255,255,.04);
}
.logo-frame::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.035);
  border-radius: 20px;
  pointer-events: none;
}
.logo-frame img { width: 100%; height: 100%; object-fit: contain; position: relative; z-index: 1; }
.scan-line {
  position: absolute;
  z-index: 2;
  left: 8%;
  right: 8%;
  top: 16%;
  height: 1px;
  opacity: .32;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  animation: scan 5.5s ease-in-out infinite;
}
@keyframes scan { 0%,100%{ transform: translateY(0); opacity:.08;} 50%{ transform: translateY(265px); opacity:.40;} }
.terminal-chip {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  color: #c7d5d7;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: rgba(9,14,16,.92);
  box-shadow: 0 14px 36px rgba(0,0,0,.35);
  font: 650 .72rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .02em;
}
.terminal-chip span { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-2); box-shadow: 0 0 14px rgba(96,239,218,.8); }
.chip-one { left: -5px; top: 15%; }
.chip-two { right: -8px; bottom: 14%; }
.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #667478;
  font-size: .7rem;
  font-weight: 720;
  text-transform: uppercase;
  letter-spacing: .18em;
}
.scroll-cue svg { width: 22px; height: 22px; animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(5px)} }

.section {
  padding: 88px 0;
}

@media (min-width: 981px) {
  /* Keep the hero fluid to the viewport, as in the original version. */
  .hero {
    min-height: 100svh;
  }

  /* Keep equal vertical breathing room across all desktop content blocks. */
  .section {
    min-height: auto;
    display: block;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section > .container {
    width: min(calc(100% - 40px), var(--container));
    max-width: var(--container);
    margin-left: auto;
    margin-right: auto;
  }
}
.workflow {
  background: var(--paper);
  overflow: hidden;
}
.section-heading { max-width: 740px; margin: 0 auto 58px; text-align: center; }
.kicker {
  margin: 0 0 13px;
  color: #0a8e97;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.section-heading h2,
.platform-copy h2,
.cta-inner h2 {
  margin: 0;
  color: var(--ink-dark);
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -.052em;
}
.section-heading > p:last-child {
  max-width: 650px;
  margin: 19px auto 0;
  color: var(--ink-dark-muted);
  line-height: 1.75;
}
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card {
  position: relative;
  min-height: 315px;
  padding: 31px;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 12px 32px rgba(16,21,23,.045);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.step-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(16,21,23,.08); border-color: rgba(31,209,220,.34); }
.step-number {
  position: absolute;
  top: -12px;
  right: 18px;
  color: #eef3f4;
  font-size: 6rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.08em;
}
.step-icon {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #057d85;
  background: rgba(31,209,220,.10);
}
.step-icon svg { width: 24px; height: 24px; }
.step-card h3 { position: relative; z-index:2; margin: 50px 0 12px; font-size: 1.22rem; letter-spacing: -.025em; }
.step-card p { position: relative; z-index:2; margin: 0; color: var(--ink-dark-muted); line-height: 1.7; font-size: .94rem; }

.platform-section { color: var(--ink); background: #080b0d; }
.platform-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 100px); align-items: center; }
.kicker-dark { color: var(--cyan); }
.platform-copy h2 { color: #f4f9f9; }
.platform-intro { margin: 24px 0 0; color: #9caaad; line-height: 1.78; }
.feature-list { margin-top: 36px; display: grid; gap: 22px; }
.feature-row { display: grid; grid-template-columns: 30px 1fr; gap: 15px; }
.feature-check { width: 28px; height: 28px; border-radius: 8px; display:grid; place-items:center; color: #001315; background: var(--cyan-2); font-weight:900; }
.feature-row strong { color: #eef5f6; font-size: .98rem; }
.feature-row p { margin: 5px 0 0; color: #7f8e92; font-size: .9rem; line-height: 1.55; }
.security-console { overflow: hidden; border: 1px solid rgba(255,255,255,.10); border-radius: 22px; background: #0c1113; box-shadow: var(--shadow); }
.console-topbar { min-height: 52px; padding: 0 17px; display:flex; align-items:center; gap:16px; border-bottom:1px solid rgba(255,255,255,.08); color:#6f7e82; font:600 .71rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.console-dots { display:flex; gap:6px; }
.console-dots i { width:7px; height:7px; border-radius:50%; background:#3f4b4f; }
.console-live { margin-left:auto; color:var(--cyan-2); font-size:.63rem; letter-spacing:.12em; }
.console-body { padding:22px; }
.console-stat { padding:19px; border:1px solid rgba(255,255,255,.07); border-radius:14px; background:rgba(255,255,255,.025); }
.console-stat-large { margin-bottom:14px; background:linear-gradient(135deg,rgba(31,209,220,.09),rgba(255,255,255,.02)); }
.console-stat span { display:block; color:#6f7e82; font-size:.72rem; }
.console-stat strong { display:block; margin-top:7px; color:#e8f4f5; font-size:1.4rem; letter-spacing:-.03em; }
.console-stat-large strong { color:var(--cyan-2); font-size:2.25rem; }
.console-stat small { display:block; margin-top:5px; color:#556367; }
.console-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.console-log { margin-top:14px; padding:16px; border-radius:12px; background:#070a0c; font:500 .71rem/1.8 ui-monospace, SFMono-Regular, Menlo, monospace; }
.console-log p { margin:0; color:#6d7b7f; }
.console-log span { color:#445256; margin-right:12px; }
.console-log b { color:#87eada; font-weight:650; }

.pricing-section { padding:64px 0; background: var(--paper-2); }
.pricing-shell { width: 100%; max-width: var(--container); margin-inline: auto; }
.workflow-heading { margin-bottom:28px; }
.workflow-heading .kicker { margin-bottom:10px; }
.workflow-heading h2 { margin-inline:auto; }
.workflow-preview {
  position: relative;
  height: 265px;
  max-width: 980px;
  margin: 18px auto 0;
  overflow: hidden;
}
.workflow-preview-shell {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 455px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(16,21,23,.09);
  border-radius: 28px 28px 0 0;
  border-bottom: none;
  background: linear-gradient(180deg, #f6f9f9 0%, #eef3f4 100%);
  box-shadow: 0 24px 60px rgba(16,21,23,.10);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.18) 8%, rgba(0,0,0,.72) 23%, #000 38%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.18) 8%, rgba(0,0,0,.72) 23%, #000 38%, #000 100%);
}
.workflow-preview-frame {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(16,21,23,.08);
  border-radius: 20px;
  background:
    radial-gradient(circle at 72% 28%, rgba(31,209,220,.16), transparent 28%),
    linear-gradient(145deg, #040607 0%, #091013 55%, #0d1417 100%);
}
.workflow-preview-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .18;
}
.workflow-preview-frame img {
  position: absolute;
  inset: 18px 18px auto 18px;
  width: calc(100% - 36px);
  filter: drop-shadow(0 14px 38px rgba(0,0,0,.38));
}
.pricing-heading { margin-bottom: 30px; }

@media (min-width: 981px) {
  .workflow.section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .workflow-heading,
  .pricing-heading {
    max-width: none;
  }

  .workflow-heading h2,
  .pricing-heading h2 {
    white-space: nowrap;
  }
}
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; align-items:stretch; }
.price-card {
  position:relative;
  min-width:0;
  padding:24px 22px 20px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(16,21,23,.11);
  border-radius:22px;
  background:#f9fbfb;
  box-shadow:0 16px 42px rgba(16,21,23,.055);
}
.price-professional {
  border-color:rgba(31,209,220,.58);
  background:#fff;
  box-shadow:0 24px 60px rgba(18,88,94,.13), inset 0 0 0 1px rgba(31,209,220,.16);
  transform:translateY(-9px);
}
.price-enterprise {
  color:#eef6f7;
  border-color:rgba(255,255,255,.09);
  background:linear-gradient(160deg,#0a0e10,#101719);
  box-shadow:0 22px 54px rgba(8,12,14,.17);
}
.popular-badge {
  position:absolute;
  top:-14px;
  left:50%;
  transform:translateX(-50%);
  padding:8px 15px;
  white-space:nowrap;
  border-radius:999px;
  color:#001315;
  background:linear-gradient(135deg,var(--cyan),var(--cyan-2));
  box-shadow:0 8px 22px rgba(31,209,220,.25);
  font-size:.67rem;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.plan-name { margin:0 0 14px; color:#087f87; font-size:.75rem; font-weight:850; letter-spacing:.14em; text-transform:uppercase; }
.price-enterprise .plan-name { color:var(--cyan-2); }
.plan-price { display:flex; flex-direction:column; gap:4px; }
.plan-price strong { color:#101517; font-size:2.15rem; line-height:1; letter-spacing:-.05em; }
.plan-price span { color:#647175; font-size:.82rem; font-weight:650; }
.professional-price { flex-direction:row; flex-wrap:wrap; align-items:baseline; gap:6px; }
.professional-price strong { font-size:2.3rem; }
.monthly-alt { margin:7px 0 0; color:#7b888b; font-size:.75rem; }
.price-enterprise .plan-price strong { color:#f7fbfb; }
.price-enterprise .plan-price span { color:#8b9a9e; }
.plan-audience { min-height:38px; margin:12px 0 0; color:#667276; font-size:.84rem; line-height:1.55; }
.price-enterprise .plan-audience { color:#8d9a9e; }
.plan-highlights { list-style:none; margin:16px 0 16px; padding:0; border-top:1px solid rgba(16,21,23,.09); }
.price-enterprise .plan-highlights { border-color:rgba(255,255,255,.08); }
.plan-highlights li { min-height:31px; display:flex; align-items:center; justify-content:space-between; gap:18px; border-bottom:1px solid rgba(16,21,23,.07); color:#637074; font-size:.8rem; }
.price-enterprise .plan-highlights li { color:#839195; border-color:rgba(255,255,255,.07); }
.plan-highlights strong { color:#222a2d; text-align:right; font-size:.78rem; }
.price-enterprise .plan-highlights strong { color:#dce7e8; }
.plan-highlights .yes { color:#05969f; font-size:1rem; }
.price-enterprise .plan-highlights .yes { color:var(--cyan-2); }
.additional-users { margin:-7px 0 15px; color:#6d7a7d; text-align:center; font-size:.73rem; }
.additional-users strong { color:#0b777e; }
.plan-button {
  min-height:46px;
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  font-size:.84rem;
  font-weight:820;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.plan-button:hover { transform:translateY(-2px); }
.plan-button-light { color:#0e1719; border:1px solid rgba(16,21,23,.16); background:#fff; }
.plan-button-light:hover { box-shadow:0 10px 26px rgba(16,21,23,.08); }
.plan-button-primary { color:#001315; background:linear-gradient(135deg,var(--cyan),var(--cyan-2)); box-shadow:0 12px 28px rgba(31,209,220,.18); }
.plan-button-dark { color:#e9f5f6; border:1px solid rgba(96,239,218,.28); background:rgba(31,209,220,.08); }
.plan-button-dark:hover { background:rgba(31,209,220,.14); }
.plan-note { min-height:26px; margin:9px 0 0; color:#899497; text-align:center; font-size:.66rem; line-height:1.45; }
.price-enterprise .plan-note { color:#647276; }

.pricing-after { margin-top:20px; }
.pricing-help {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  padding:14px 18px;
  border:1px solid rgba(16,21,23,.09);
  border-radius:16px;
  background:rgba(255,255,255,.58);
}
.pricing-help h3 { margin:0; font-size:1rem; letter-spacing:-.02em; }
.pricing-help p { max-width:780px; margin:5px 0 0; color:#6c787b; font-size:.77rem; line-height:1.55; }
.pricing-talk { flex:none; padding:10px 14px; border-radius:10px; color:#063b3f; background:rgba(31,209,220,.12); font-size:.78rem; font-weight:800; }
.pricing-talk:hover { background:rgba(31,209,220,.20); }
.comparison-toggle {
  width:100%;
  margin-top:10px;
  padding:10px 14px;
  border:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:#0a747b;
  background:transparent;
  font:800 .78rem/1 Inter, ui-sans-serif, system-ui, sans-serif;
  cursor:pointer;
}
.comparison-toggle svg { width:18px; height:18px; transition:transform .25s ease; }
.comparison-toggle[aria-expanded="true"] svg { transform:rotate(180deg); }
.comparison-panel { margin-top:8px; padding-top:24px; border-top:1px solid rgba(16,21,23,.10); }
.comparison-scroll { overflow-x:auto; border:1px solid rgba(16,21,23,.10); border-radius:16px; background:#f9fbfb; }
.comparison-table { width:100%; min-width:720px; border-collapse:collapse; font-size:.78rem; }
.comparison-table th, .comparison-table td { padding:12px 16px; text-align:center; border-bottom:1px solid rgba(16,21,23,.075); }
.comparison-table th:first-child, .comparison-table td:first-child { text-align:left; font-weight:720; }
.comparison-table thead th { color:#384548; background:#f1f5f5; font-size:.71rem; letter-spacing:.04em; text-transform:uppercase; }
.comparison-table .professional-col { background:rgba(31,209,220,.055); }
.comparison-table small { color:#7b898c; font-size:.67rem; }
.table-check { color:#078e97; font-weight:900; }
.comparison-trust { display:flex; justify-content:center; gap:36px; margin-top:16px; color:#6b777a; text-align:center; font-size:.72rem; }
.comparison-trust p { margin:0; }
.comparison-trust strong { color:#223033; }



.site-footer { padding:70px 0 24px; color:#dce6e7; background:#040607; }
.footer-grid { display:flex; justify-content:space-between; gap:60px; padding-bottom:44px; }
.footer-brand p { max-width:none; margin:20px 0 0; color:#667579; line-height:1.65; font-size:.9rem; white-space:nowrap; }
.footer-links { display:grid; grid-template-columns:repeat(2,minmax(110px,1fr)); gap:18px 44px; align-content:start; }
.footer-links a { color:#a7b4b7; font-size:.9rem; transition:color .2s ease; }
.footer-links a:hover { color:var(--cyan-2); }
.footer-bottom { padding-top:22px; border-top:1px solid rgba(255,255,255,.08); display:flex; justify-content:space-between; gap:20px; color:#4f5d61; font-size:.76rem; }
.developer-credit {
  padding-top:30px;
  padding-bottom:10px;
  text-align:center;
  color:#fff;
  font-size:clamp(.78rem,1.05vw,.95rem);
  font-weight:900;
  letter-spacing:.16em;
  text-transform:none;
}
.developer-credit a { color:#fff; text-decoration:underline; text-decoration-color:rgba(96,239,218,.55); text-underline-offset:5px; transition:color .2s ease, text-decoration-color .2s ease; }
.developer-credit a:hover { color:var(--cyan-2); text-decoration-color:var(--cyan-2); }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .68s ease, transform .68s cubic-bezier(.2,.75,.25,1); }
.reveal.in-view { opacity:1; transform:translateY(0); }
.reveal-delay { transition-delay:.12s; }
.reveal-delay-sm { transition-delay:.08s; }
.reveal-delay-md { transition-delay:.16s; }

@media (max-width: 980px) {
  :root { --header-h: 72px; }
  .hero, .section { min-height:auto; }
  .nav-toggle { display:flex; }
  .primary-nav {
    position:absolute;
    top:calc(var(--header-h) - 2px);
    left:20px;
    right:20px;
    padding:15px;
    display:grid;
    gap:4px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:16px;
    background:rgba(7,10,11,.97);
    box-shadow:0 26px 60px rgba(0,0,0,.35);
    opacity:0;
    transform:translateY(-8px) scale(.985);
    pointer-events:none;
    transition:opacity .2s ease, transform .2s ease;
  }
  .primary-nav.open { opacity:1; transform:translateY(0) scale(1); pointer-events:auto; }
  .primary-nav a { padding:13px 14px; border-radius:10px; }
  .primary-nav .nav-download { text-align:center; margin-top:4px; }
  .hero { min-height:auto; padding-top:calc(var(--header-h) + 72px); }
  .hero-inner { grid-template-columns:1fr; gap:54px; }
  .hero-copy { text-align:center; }
  .eyebrow { justify-content:center; }
  .hero h1 { margin-inline:auto; font-size:clamp(3rem, 10vw, 5.2rem); }
  .hero-lead { margin-inline:auto; }
  .hero-actions { justify-content:center; }
  .hero-visual { min-height:390px; max-width:680px; width:100%; margin:0 auto; }
  .chip-one { left:2%; }
  .chip-two { right:2%; }
  .scroll-cue { display:none; }
  .steps-grid { grid-template-columns:1fr; max-width:720px; margin:0 auto; }
  .step-card { min-height:auto; }
  .workflow-preview {
    height: 220px;
    max-width: 720px;
    margin: 24px auto 0;
  }
  .workflow-preview-shell {
    height: 365px;
    padding: 12px;
    border-radius: 22px 22px 0 0;
  }
  .platform-layout { grid-template-columns:1fr; }
  .pricing-grid { grid-template-columns:1fr; max-width:720px; margin:0 auto; gap:22px; }
  .price-professional { transform:none; }
  .pricing-after { max-width:720px; margin:28px auto 0; }
}

@media (max-width: 640px) {
  .container, .nav-shell { width:min(calc(100% - 28px), var(--container)); }
  .brand-mark { width:37px; height:34px; }
  .brand-wordmark { font-size:1.05rem; }
  .hero { padding:calc(var(--header-h) + 46px) 0 64px; }
  .eyebrow { max-width:320px; margin-inline:auto; line-height:1.5; }
  .hero h1 { font-size:clamp(2.7rem, 14vw, 4.15rem); }
  .hero-lead { font-size:.98rem; line-height:1.68; }
  .hero-actions { display:grid; grid-template-columns:1fr; width:100%; }
  .button { width:100%; }
  .hero-visual { min-height:auto; }
  .logo-frame { padding:10px; border-radius:20px; }
  .terminal-chip { display:none; }
  .section { padding:80px 0; }
  .section-heading { margin-bottom:38px; }
  .section-heading h2, .platform-copy h2, .cta-inner h2 { font-size:clamp(2rem, 10vw, 3rem); }
  .workflow { padding-top: 54px; }
  .workflow-heading { margin-bottom: 24px; }
  .step-card { padding:26px; }
  .step-card h3 { margin-top:34px; }
  .workflow-preview {
    height: 155px;
    margin-top: 18px;
  }
  .workflow-preview-shell {
    height: 285px;
    padding: 10px;
    border-radius: 18px 18px 0 0;
  }
  .workflow-preview-frame img {
    inset: 12px 12px auto 12px;
    width: calc(100% - 24px);
  }
  .console-body { padding:14px; }
  .console-row { grid-template-columns:1fr; }
  .console-topbar > span:nth-of-type(1) { display:none; }
  .pricing-grid { gap:20px; }
  .price-card { padding:27px 22px 22px; }
  .pricing-help { align-items:flex-start; flex-direction:column; gap:15px; }
  .pricing-talk { width:100%; text-align:center; }
  .comparison-trust { flex-direction:column; gap:8px; }
  .footer-grid { flex-direction:column; gap:38px; }
  .footer-brand p { font-size:clamp(.44rem, 2.2vw, .9rem); }
  .footer-links { grid-template-columns:1fr 1fr; }
  .footer-bottom { flex-direction:column; }
}

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