/* ── Reset & Base ─────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg: oklch(0.15 0.008 260);
  --bg-alt: oklch(0.14 0.008 260);
  --surface: oklch(0.17 0.008 260);
  --border: oklch(0.24 0.01 260);
  --border-2: oklch(0.28 0.01 260);
  --border-3: oklch(0.3 0.01 260);
  --txt: oklch(0.94 0.005 260);
  --txt-2: oklch(0.72 0.01 260);
  --txt-3: oklch(0.6 0.01 260);
  --txt-dim: oklch(0.55 0.01 260);
  --aqua: oklch(0.8 0.13 178);
  --violet: oklch(0.72 0.13 300);
  --coral: oklch(0.76 0.14 30);
  --green: oklch(0.83 0.13 155);
  --font: 'IBM Plex Sans', Helvetica, sans-serif;
  --mono: 'IBM Plex Mono', monospace;
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
::selection { background: oklch(0.8 0.13 178 / 0.25); }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--txt);
  font-size: 13.5px;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: var(--aqua); text-decoration: none; }
a:hover { color: oklch(0.88 0.12 178); }
code {
  font-family: var(--mono);
  padding: 1px 5px; border-radius: 4px;
  background: oklch(0.14 0.03 300); color: oklch(0.85 0.09 300);
  font-size: 0.9em;
}

/* ── Spinner Logo ────────────────────────────────────── */
.spinner-icon {
  position: relative; width: 26px; height: 26px;
  border-radius: 8px; background: oklch(0.135 0.012 265);
  overflow: hidden; flex: none;
}
.spinner-icon-sm { width: 22px; height: 22px; border-radius: 7px; background: oklch(0.155 0.012 265); }
.spinner-arm {
  position: absolute; left: 50%; top: 50%;
  width: 4.5px; height: 11px; border-radius: 3px;
  transform-origin: 50% 100%;
}
.spinner-icon-sm .spinner-arm { width: 4px; height: 9px; border-radius: 2.5px; }
.spinner-arm-aqua  { background: var(--aqua);   transform: translate(-50%, -100%) rotate(0deg); }
.spinner-arm-violet{ background: var(--violet);  transform: translate(-50%, -100%) rotate(120deg); }
.spinner-arm-coral { background: var(--coral);   transform: translate(-50%, -100%) rotate(240deg); }
.spinner-dot {
  position: absolute; left: 50%; top: 50%;
  width: 5px; height: 5px; border-radius: 99px;
  background: oklch(0.135 0.012 265);
  transform: translate(-50%, -50%);
}
.spinner-icon-sm .spinner-dot { width: 4px; height: 4px; background: oklch(0.155 0.012 265); }

/* ── Utility ─────────────────────────────────────────── */
.text-aqua { color: var(--aqua); }
.green-dot {
  display: inline-block; width: 6px; height: 6px;
  border-radius: 99px; background: var(--green);
  margin-right: 2px; vertical-align: middle;
}

/* ── Nav ─────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; gap: 28px;
  padding: 14px 40px;
  background: oklch(0.15 0.008 260 / 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1180px; margin: 0 auto; width: 100%;
  display: flex; align-items: center; gap: 28px;
}
.nav-logo {
  display: flex; align-items: center; gap: 11px;
  font-size: 15.5px; letter-spacing: -0.02em;
  color: var(--txt-3);
}
.nav-logo span span, .nav-logo strong { font-weight: 600; color: var(--txt); }
.nav-links {
  display: flex; align-items: center; gap: 22px;
  font-size: 13.5px; color: var(--txt-2);
}
.nav-links a { color: inherit; transition: color 0.15s; }
.nav-links a:hover { color: var(--txt); }
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 10px; font-size: 13px; }
.nav-signin { color: var(--txt-2); }
.nav-signin:hover { color: var(--txt); }

/* ── Buttons ─────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font); font-weight: 600; cursor: pointer;
  border: none; transition: all 0.15s;
}
.btn-primary {
  padding: 12px 20px; border-radius: 10px;
  background: var(--aqua); color: oklch(0.2 0.04 178);
  font-size: 14.5px;
}
.btn-primary:hover { background: oklch(0.86 0.13 178); }
.btn-sm { padding: 8px 14px; border-radius: 8px; font-size: 13px; }
.btn-outline {
  padding: 12px 16px; border-radius: 10px;
  border: 1px solid var(--border-3); color: var(--txt);
  background: transparent; font-size: 14px;
}
.btn-outline:hover { border-color: oklch(0.44 0.01 260); }
.btn-full { width: 100%; justify-content: center; padding: 10px; border-radius: 8px; font-size: 13.5px; }

/* ── Hero ────────────────────────────────────────────── */
.hero {
  position: relative; padding: 96px 40px 64px; overflow: hidden;
}
.hero-glow {
  position: absolute; inset: -20% 0 auto -10%; height: 620px;
  background:
    radial-gradient(60% 60% at 30% 40%, oklch(0.8 0.13 178 / 0.14), transparent 70%),
    radial-gradient(50% 60% at 80% 20%, oklch(0.72 0.13 300 / 0.12), transparent 70%);
  filter: blur(20px); pointer-events: none;
}
.hero-inner {
  position: relative; max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 56px; align-items: center; min-width: 0;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 10px 5px 6px; border-radius: 99px;
  background: oklch(0.2 0.008 260); border: 1px solid var(--border-2);
  font-size: 12px; color: var(--txt-2); margin-bottom: 22px;
}
.hero-badge-version {
  padding: 2px 7px; border-radius: 99px;
  background: var(--aqua); color: oklch(0.2 0.04 178);
  font-family: var(--mono); font-size: 10.5px; font-weight: 600;
}
.hero-title {
  margin: 0 0 20px; font-size: 58px; line-height: 1.02;
  letter-spacing: -0.035em; font-weight: 600; text-wrap: balance;
}
.hero-desc {
  margin: 0 0 30px; max-width: 520px; font-size: 16.5px;
  line-height: 1.55; color: var(--txt-2); text-wrap: pretty;
}
.hero-actions { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; }
.hero-actions .btn-primary span {
  font-family: var(--mono); font-size: 12px; opacity: 0.65;
}
.hero-bullets {
  display: flex; gap: 26px; list-style: none;
  font-family: var(--mono); font-size: 11.5px; color: var(--txt-3);
}

/* ── Mockup Card ─────────────────────────────────────── */
.hero-mockup { position: relative; min-width: 0; }
.hero-mockup::before {
  content: ''; position: absolute; inset: -20px; border-radius: 22px;
  background: linear-gradient(135deg, oklch(0.8 0.13 178 / 0.35), oklch(0.72 0.13 300 / 0.3), oklch(0.76 0.14 30 / 0.25));
  filter: blur(28px); opacity: 0.6;
}
.mockup-card {
  position: relative; border-radius: 14px; border: 1px solid var(--border-2);
  background: var(--surface); overflow: hidden;
  box-shadow: 0 40px 80px -30px oklch(0.05 0 0 / 0.7); min-width: 0;
}
.mockup-titlebar {
  display: flex; align-items: center; gap: 8px; padding: 10px 12px;
  background: oklch(0.145 0.008 260); border-bottom: 1px solid oklch(0.26 0.01 260);
}
.mockup-titlebar .title-text {
  margin-left: 10px; font-family: var(--mono); font-size: 11px; color: var(--txt-dim);
}
.dot { width: 10px; height: 10px; border-radius: 99px; }
.dot-red { background: oklch(0.4 0.02 30); }
.dot-yellow { background: oklch(0.4 0.02 85); }
.dot-green { background: oklch(0.4 0.02 155); }

.mockup-body { display: grid; grid-template-columns: 62px 1fr; }
.mockup-sidebar {
  background: oklch(0.15 0.008 260); border-right: 1px solid oklch(0.26 0.01 260);
  padding: 10px 0; display: flex; flex-direction: column; align-items: center; gap: 12px;
  color: var(--txt-dim); font-family: var(--mono); font-size: 10px; width: auto;
}
.sidebar-icon { cursor: default; }
.sidebar-icon-active { color: var(--aqua); }

.mockup-main { position: relative; }
.mockup-url-bar {
  display: flex; gap: 8px; padding: 12px; align-items: center;
  font-family: var(--mono); font-size: 12.5px;
}
.mockup-url-bar > .url-input {
  flex: 1; display: flex; height: 34px; border: 1px solid oklch(0.29 0.01 260);
  border-radius: 8px; background: oklch(0.2 0.008 260); overflow: hidden; align-items: center;
}
.method-badge {
  display: flex; align-items: center; gap: 5px; padding: 0 11px;
  border-right: 1px solid oklch(0.29 0.01 260);
  font-family: var(--mono); font-size: 12px; font-weight: 600; height: 100%;
}
.method-badge.get { color: var(--aqua); }
.mockup-url {
  flex: 1; padding: 0 11px; white-space: nowrap; overflow: hidden;
  font-family: var(--mono); font-size: 12.5px;
  color: var(--txt-2);
}
.mockup-url .val { color: oklch(0.79 0.1 25); }
.mockup-send {
  display: flex; align-items: center; gap: 7px; padding: 0 16px; height: 34px;
  border-radius: 8px; background: var(--aqua); color: oklch(0.2 0.04 178);
  font-size: 13px; font-weight: 600; flex-shrink: 0;
}
.mockup-send span { font-family: var(--mono); font-size: 11px; opacity: 0.6; }

.mockup-tabs {
  display: flex; gap: 18px; padding: 0 14px;
  border-bottom: 1px solid var(--border); font-size: 12px;
}
.mockup-tab {
  padding: 8px 0; color: var(--txt-3); display: flex; align-items: center; gap: 6px;
}
.mockup-tab.active { box-shadow: inset 0 -2px 0 var(--aqua); color: var(--txt); }
.tab-badge {
  font-family: var(--mono); font-size: 10px; padding: 1px 5px; border-radius: 99px;
  background: oklch(0.8 0.13 178 / 0.16); color: var(--aqua);
}
.status-tab {
  margin-left: auto; font-family: var(--mono); font-size: 11px; color: var(--green);
}
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 99px; background: var(--green); margin-right: 4px; }

.mockup-response { padding: 12px 14px 4px; background: oklch(0.155 0.008 260); }
.mockup-json {
  font-family: var(--mono); font-size: 12px; line-height: 1.8; color: oklch(0.86 0.005 260);
}
.mockup-json .ln { color: oklch(0.42 0.01 260); }
.json-key { color: oklch(0.86 0.04 255); }
.json-str { color: oklch(0.79 0.1 25); }
.json-num { color: oklch(0.82 0.13 155); }
.json-bool { color: oklch(0.82 0.13 155); }

.claude-float {
  position: absolute; right: 16px; bottom: 16px; width: 240px; max-width: calc(100% - 32px);
  padding: 12px; border-radius: 10px;
  background: oklch(0.19 0.02 300); border: 1px solid oklch(0.35 0.06 300);
  box-shadow: 0 20px 40px -20px oklch(0.05 0 0 / 0.7);
}
.claude-float-header {
  display: flex; align-items: center; gap: 7px; margin-bottom: 8px;
  font-family: var(--mono); font-size: 10.5px; color: oklch(0.85 0.09 300);
}
.claude-avatar {
  width: 14px; height: 14px; border-radius: 4px;
  background: var(--violet); display: grid; place-items: center;
  font-family: var(--font); font-size: 9px; font-weight: 700;
  color: oklch(0.2 0.04 300);
}
.claude-float-msg {
  margin: 0; font-size: 12px; line-height: 1.55; color: oklch(0.88 0.02 300);
}
.claude-float .btn-row { display: flex; gap: 6px; margin-top: 10px; font-size: 11px; }
.claude-float .btn-sm-v {
  padding: 4px 9px; border-radius: 6px;
  background: var(--violet); color: oklch(0.2 0.04 300); font-weight: 600;
}
.claude-float .btn-sm-o {
  padding: 4px 9px; border-radius: 6px;
  border: 1px solid oklch(0.4 0.05 300); color: oklch(0.85 0.02 300);
}

/* ── Trusted Logos ───────────────────────────────────── */
.trusted {
  max-width: 1180px; margin: 72px auto 0;
  display: flex; align-items: center; gap: 30px; flex-wrap: wrap; opacity: 0.75;
}
.trusted-label {
  font-family: var(--mono); font-size: 11px; color: var(--txt-dim);
}
.trusted-logos { display: flex; gap: 30px; flex-wrap: wrap; }
.trusted-logo {
  font-size: 15px; font-weight: 600; letter-spacing: -0.01em; color: oklch(0.62 0.01 260);
}
.trusted-logo:nth-child(2n) { font-family: var(--mono); }
.trusted-logo:nth-child(3) { font-family: Georgia, serif; }

/* ── Sections ────────────────────────────────────────── */
.section-inner { max-width: 1180px; margin: 0 auto; }
.two-col {
  display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px; align-items: center; min-width: 0;
}
.col-text, .col-mockup { min-width: 0; }
.two-col-reverse { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); }
.section-label {
  font-family: var(--mono); font-size: 11px; margin-bottom: 12px; display: block;
}
.label-aqua { color: var(--aqua); }
.label-violet { color: var(--violet); }
.label-coral { color: var(--coral); }
.section-heading {
  margin: 0 0 16px; font-size: 40px; line-height: 1.05;
  letter-spacing: -0.03em; font-weight: 600; text-wrap: balance;
}
.section-desc {
  margin: 0 0 24px; font-size: 15.5px; line-height: 1.6;
  color: var(--txt-2); text-wrap: pretty;
}
.mono-inline {
  font-family: var(--mono); color: oklch(0.79 0.1 25); font-weight: 500;
  word-break: break-all;
}

/* ── Section: AI ─────────────────────────────────────── */
.section-ai { padding: 96px 40px; border-top: 1px solid var(--border); }
.marker-list {
  margin: 0; padding: 0; list-style: none;
  display: flex; flex-direction: column; gap: 10px; font-size: 14px;
}
.marker-list li {
  display: grid; grid-template-columns: 18px 1fr; gap: 10px; color: oklch(0.85 0.005 260);
}
.marker {
  color: var(--violet); font-family: var(--mono); font-size: 12px; padding-top: 2px;
}

/* Chat Card */
.chat-card {
  border-radius: 14px; border: 1px solid var(--border-2);
  background: var(--surface); overflow: hidden; min-width: 0;
}
.chat-header {
  display: flex; align-items: center; gap: 8px; padding: 11px 14px;
  border-bottom: 1px solid oklch(0.26 0.01 260); background: oklch(0.145 0.008 260);
  font-family: var(--mono); font-size: 11px; color: var(--txt-3);
}
.chat-header .claude-avatar { width: 16px; height: 16px; border-radius: 5px; font-size: 10px; }
.chat-header-ctx { margin-left: auto; }
.chat-body { padding: 18px; display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.chat-msg {}
.chat-user {
  align-self: flex-end; max-width: 82%;
  padding: 10px 14px; border-radius: 12px 12px 4px 12px;
  background: oklch(0.24 0.01 260); font-size: 13.5px; line-height: 1.5;
}
.chat-user p { margin: 0; }
.chat-claude {
  max-width: 92%; padding: 12px 14px;
  border-radius: 12px 12px 12px 4px;
  background: oklch(0.19 0.02 300); border: 1px solid oklch(0.32 0.05 300);
  font-size: 13.5px; line-height: 1.55; color: oklch(0.94 0.01 300);
}
.chat-claude p { margin: 0; }
.chat-claude .btn-row { display: flex; gap: 7px; margin-top: 12px; }
.chat-claude .btn-v {
  padding: 5px 10px; border-radius: 6px; font-size: 12px;
  background: var(--violet); color: oklch(0.2 0.04 300); font-weight: 600;
}
.chat-claude .btn-o {
  padding: 5px 10px; border-radius: 6px; font-size: 12px;
  border: 1px solid oklch(0.4 0.05 300);
}
.chat-claude-code {
  padding: 0; background: transparent; border: none;
}
.chat-claude-code .chat-code { margin-top: 0; }
.chat-code {
  margin-top: 10px; padding: 10px 12px; border-radius: 8px;
  background: oklch(0.14 0.008 260); border: 1px solid oklch(0.26 0.01 260);
  font-family: var(--mono); font-size: 12px; line-height: 1.65;
  color: oklch(0.9 0.02 300); white-space: pre;
}
.chat-code .kw { color: oklch(0.86 0.04 255); }
.chat-code .str { color: oklch(0.79 0.1 25); }
.chat-code .fn { color: oklch(0.82 0.13 155); }
.chat-input {
  display: flex; align-items: center; gap: 8px; padding: 11px 14px;
  border-top: 1px solid oklch(0.26 0.01 260); background: oklch(0.155 0.008 260);
}
.chat-input-box {
  flex: 1; height: 30px; border-radius: 7px; padding: 0 11px;
  background: oklch(0.2 0.008 260); border: 1px solid oklch(0.29 0.01 260);
  display: flex; align-items: center; font-size: 12.5px; color: var(--txt-dim);
}
.chat-input-send {
  width: 30px; height: 30px; border-radius: 7px;
  background: var(--violet); color: oklch(0.2 0.04 300);
  display: grid; place-items: center; font-size: 14px;
}

/* ── Section: Vars ───────────────────────────────────── */
.section-vars { padding: 96px 40px; border-top: 1px solid var(--border); background: var(--bg-alt); }

.env-card {
  border-radius: 14px; border: 1px solid var(--border-2);
  background: var(--surface); overflow: hidden; overflow-x: auto;
}
.env-header {
  display: flex; align-items: center; gap: 10px; padding: 11px 14px;
  border-bottom: 1px solid oklch(0.26 0.01 260); background: oklch(0.145 0.008 260);
  font-family: var(--mono); font-size: 11px;
}
.env-header .env-label { color: oklch(0.62 0.01 260); }
.env-selector {
  padding: 3px 9px; border-radius: 5px; border: 1px solid var(--border-3);
  color: var(--txt); font-family: var(--mono); font-size: 11px;
}
.env-chevron { color: var(--txt-dim); }
.env-header .env-count { margin-left: auto; color: var(--txt-dim); font-family: var(--mono); font-size: 11px; }

.env-table {
  width: 100%; border-collapse: collapse;
  font-family: var(--mono); font-size: 12px;
}
.env-table thead {
  background: oklch(0.2 0.008 260);
  font-size: 10.5px; color: var(--txt-3); letter-spacing: 0.05em;
}
.env-table th {
  padding: 8px 10px; text-align: left; font-weight: 400;
  border-bottom: 1px solid oklch(0.26 0.01 260);
  border-left: 1px solid oklch(0.26 0.01 260);
}
.env-table th:first-child { text-align: center; border-left: none; width: 26px; }
.env-table td {
  padding: 8px 10px;
  border-bottom: 1px solid oklch(0.23 0.01 260);
  border-left: 1px solid oklch(0.23 0.01 260);
}
.env-table td:first-child { text-align: center; border-left: none; }
.env-check { color: var(--aqua); }
.env-check.off { color: transparent; }
.env-key { color: var(--txt); }
.env-val { color: oklch(0.79 0.1 25); min-width: 0; }
.env-val.masked { color: var(--txt-2); }
.secret-badge {
  font-family: var(--font); font-size: 9.5px; padding: 1px 6px;
  border-radius: 99px; background: oklch(0.35 0.09 30); color: oklch(0.88 0.13 30);
  margin-left: 6px;
}
.scope-global { color: oklch(0.86 0.04 255); }
.scope-staging { color: oklch(0.78 0.1 200); }
.scope-request { color: var(--violet); }
.scope-production { color: var(--coral); }
.env-footer {
  padding: 10px 14px; color: oklch(0.62 0.01 260); font-size: 12.5px;
}

.feature-mini-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; font-size: 13.5px;
}
.feature-mini .tag {
  font-family: var(--mono); font-size: 10.5px; color: var(--coral); margin-bottom: 4px;
}
.feature-mini strong { font-weight: 500; display: block; margin-bottom: 3px; }
.feature-mini p { margin: 0; color: oklch(0.68 0.01 260); line-height: 1.5; font-size: 13px; }

/* ── Section: Features ───────────────────────────────── */
.section-features { padding: 96px 40px; border-top: 1px solid var(--border); }
.features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px;
}
.feature-card {
  padding: 22px; border-radius: 12px; border: 1px solid oklch(0.26 0.01 260);
  background: var(--surface); display: flex; flex-direction: column; gap: 10px;
  transition: transform 0.2s, border-color 0.2s;
  opacity: 0; transform: translateY(20px);
}
.feature-card.visible { opacity: 1; transform: translateY(0); transition: opacity 0.5s, transform 0.5s; }
.feature-card:hover { transform: translateY(-3px); border-color: var(--border-2); }
.feature-glyph {
  width: 34px; height: 34px; border-radius: 8px;
  display: grid; place-items: center;
  font-family: var(--mono); font-size: 14px; font-weight: 600;
}
.glyph-aqua   { background: oklch(0.8 0.13 178 / 0.16); color: var(--aqua); }
.glyph-violet { background: oklch(0.72 0.13 300 / 0.16); color: var(--violet); }
.glyph-coral  { background: oklch(0.76 0.14 30 / 0.16);  color: var(--coral); }
.feature-card h3 { font-size: 15px; font-weight: 600; letter-spacing: -0.01em; }
.feature-card p { font-size: 13px; line-height: 1.55; color: oklch(0.68 0.01 260); margin: 0; text-wrap: pretty; }

/* ── Section: Stats ──────────────────────────────────── */
.section-stats { padding: 96px 40px; border-top: 1px solid var(--border); background: var(--bg-alt); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stat {
  display: flex; flex-direction: column;
  opacity: 0; transform: translateY(20px);
}
.stat.visible { opacity: 1; transform: translateY(0); transition: opacity 0.5s, transform 0.5s; }
.stat-num { font-size: 42px; font-weight: 600; letter-spacing: -0.03em; }
.stat-aqua { color: var(--aqua); }
.stat-violet { color: var(--violet); }
.stat-coral { color: var(--coral); }
.stat-label { margin-top: 6px; font-size: 13px; color: oklch(0.68 0.01 260); text-wrap: pretty; }

/* ── Section: Pricing ────────────────────────────────── */
.section-pricing { padding: 96px 40px; border-top: 1px solid var(--border); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.pricing-card {
  padding: 26px; border-radius: 14px; border: 1px solid oklch(0.26 0.01 260);
  background: var(--surface); display: flex; flex-direction: column; gap: 16px;
  position: relative;
  opacity: 0; transform: translateY(20px);
}
.pricing-card.visible { opacity: 1; transform: translateY(0); transition: opacity 0.5s, transform 0.5s; }
.pricing-card-popular { border-color: var(--aqua); background: oklch(0.19 0.02 210); }
.popular-badge {
  position: absolute; top: -10px; right: 20px;
  padding: 3px 9px; border-radius: 99px;
  background: var(--aqua); color: oklch(0.2 0.04 178);
  font-family: var(--mono); font-size: 10.5px; font-weight: 600;
}
.pricing-plan { font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.pricing-tag { font-size: 13px; color: oklch(0.68 0.01 260); }
.pricing-price {
  display: flex; align-items: baseline; gap: 6px;
  font-size: 40px; font-weight: 600; letter-spacing: -0.03em;
}
.pricing-period { font-size: 13px; color: var(--txt-3); font-weight: 400; }
.pricing-features {
  margin: 0; padding: 0; list-style: none;
  display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: oklch(0.82 0.005 260);
}
.pricing-features li {
  display: grid; grid-template-columns: 16px 1fr; gap: 8px;
}
.check { color: var(--green); }

/* ── Section: Download CTA ───────────────────────────── */
.section-download-cta {
  padding: 96px 40px; border-top: 1px solid var(--border);
  background: linear-gradient(180deg, var(--bg), oklch(0.18 0.02 260));
  text-align: center;
}
.cta-heading {
  margin: 0 0 14px; font-size: 44px; line-height: 1.05;
  letter-spacing: -0.03em; font-weight: 600; text-wrap: balance;
}
.cta-sub { margin: 0 0 28px; font-size: 16px; color: var(--txt-2); }
.cta-actions { display: inline-flex; align-items: center; gap: 12px; }
.cta-actions code { background: transparent; padding: 0; color: inherit; font-size: inherit; }

/* ── Footer ──────────────────────────────────────────── */
.footer {
  padding: 40px; border-top: 1px solid var(--border); background: oklch(0.135 0.008 260);
}
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-cols {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
}
.footer-logo {
  display: flex; align-items: center; gap: 11px; margin-bottom: 14px;
  font-size: 14px; letter-spacing: -0.01em; color: var(--txt-3);
}
.footer-logo span span { font-weight: 600; color: var(--txt); }
.footer-desc {
  margin: 0; font-size: 12.5px; line-height: 1.6; color: var(--txt-3); max-width: 300px;
}
.footer-col h4 {
  font-family: var(--mono); font-size: 10.5px; font-weight: 400;
  color: var(--txt-dim); margin-bottom: 12px;
}
.footer-col a {
  display: block; font-size: 13px; color: oklch(0.78 0.01 260);
  margin-bottom: 9px; transition: color 0.15s;
}
.footer-col a:hover { color: var(--txt); }
.footer-bottom {
  margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--mono); font-size: 11px; color: oklch(0.5 0.01 260);
}
.footer-status .green-dot { margin-right: 4px; }

/* ── Responsive ──────────────────────────────────────── */

@media (max-width: 960px) {
  /* Nav */
  .nav { padding: 12px 20px; }
  .nav-inner { gap: 12px; }
  .nav-links { display: none !important; }
  .nav-signin { display: none !important; }

  /* Hero */
  .hero { padding: 72px 24px 48px; }
  .hero-glow { display: none; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-mockup { display: none !important; }
  .hero-title { font-size: 38px; }
  .hero-actions .btn-primary > span { display: none !important; }

  /* Sections */
  .two-col, .two-col-reverse { grid-template-columns: 1fr; gap: 32px; }
  .section-ai, .section-vars, .section-features, .section-stats, .section-pricing, .section-download-cta { padding: 64px 24px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .footer-cols { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-col-brand { grid-column: 1 / -1; }
  .cta-heading { font-size: 34px; }
}

@media (max-width: 640px) {
  /* Nav */
  .nav { padding: 10px 16px; }
  .nav-inner { gap: 0; }
  .nav-logo { font-size: 14px; gap: 8px; flex: 1; }
  .btn-sm { padding: 7px 12px; font-size: 12px; }

  /* Hero */
  .hero { padding: 52px 16px 32px; }
  .hero-badge { font-size: 11px; }
  .hero-title { font-size: 28px; letter-spacing: -0.03em; margin-bottom: 14px; }
  .hero-desc { font-size: 14px; margin-bottom: 20px; line-height: 1.5; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; margin-bottom: 24px; }
  .hero-actions .btn { justify-content: center; font-size: 14px; padding: 12px 16px; }
  .hero-bullets { flex-direction: column; gap: 6px; font-size: 11px; }

  /* Section text */
  .section-ai, .section-vars, .section-features, .section-stats, .section-pricing, .section-download-cta { padding: 48px 16px; }
  .section-heading { font-size: 24px; margin-bottom: 12px; }
  .section-desc { font-size: 13.5px; margin-bottom: 16px; }

  .marker-list { font-size: 13px; gap: 8px; }

  /* Chat card — constrain to viewport */
  .col-mockup { min-width: 0; max-width: 100%; }
  .chat-card { border-radius: 10px; max-width: 100%; overflow: hidden; }
  .chat-header-ctx { display: none; }
  .chat-body { padding: 12px; gap: 10px; min-width: 0; }
  .chat-msg { min-width: 0; }
  .chat-user { font-size: 13px; padding: 9px 11px; max-width: 85%; overflow-wrap: break-word; word-break: break-word; }
  .chat-claude { font-size: 13px; padding: 10px 11px; max-width: 100%; overflow-wrap: break-word; word-break: break-word; }
  .chat-claude-code { overflow: hidden; }
  .chat-code { font-size: 10.5px; padding: 10px; overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 100%; }
  .chat-input { min-width: 0; }
  .chat-input-box { height: 28px; font-size: 12px; min-width: 0; }
  .chat-input-send { width: 28px; height: 28px; font-size: 13px; flex-shrink: 0; }

  /* Env table — remove min-width, let it reflow */
  .env-card { border-radius: 10px; }
  .env-table { min-width: 0; font-size: 11px; table-layout: fixed; width: 100%; }
  .env-table th, .env-table td { padding: 6px 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .env-table th:first-child, .env-table td:first-child { width: 28px; }
  .env-table th:nth-child(4), .env-table td:nth-child(4) { display: none; }
  .env-table th:nth-child(5), .env-table td:nth-child(5) { display: none; }
  .env-header { font-size: 10px; flex-wrap: wrap; gap: 6px; }
  .env-footer { font-size: 11px; }

  /* Var features */
  .feature-mini-grid { grid-template-columns: 1fr; gap: 14px; }

  /* Feature cards */
  .features-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 28px; }
  .feature-card { padding: 16px; }
  .feature-card h3 { font-size: 14px; }
  .feature-card p { font-size: 12.5px; }

  /* Stats */
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .stat-num { font-size: 32px; }
  .stat-label { font-size: 11.5px; }

  /* Pricing */
  .pricing-card { padding: 20px; }

  /* CTA */
  .cta-heading { font-size: 26px; }
  .cta-sub { font-size: 14px; }
  .cta-actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .cta-actions .btn { justify-content: center; }

  /* Footer */
  .footer { padding: 24px 16px; }
  .footer-cols { grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer-col-brand { grid-column: 1 / -1; }
  .footer-desc { max-width: 100%; font-size: 12px; }
  .footer-col h4 { font-size: 10px; }
  .footer-col a { font-size: 12.5px; }
  .footer-bottom { flex-direction: column; gap: 6px; align-items: flex-start; font-size: 10px; }
}

@media (max-width: 380px) {
  .hero { padding: 44px 12px 24px; }
  .hero-title { font-size: 24px; }
  .section-heading { font-size: 21px; }
  .section-ai, .section-vars, .section-features, .section-stats, .section-pricing, .section-download-cta { padding: 36px 12px; }
  .stats-grid { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .cta-heading { font-size: 22px; }
}
