:root {
  --ink: #151b28;
  --muted: #5c687a;
  --paper: #fff9ea;
  --surface: #ffffff;
  --line: #d9ded8;
  --blue: #1457ff;
  --cyan: #18bfd6;
  --green: #0b7c5a;
  --lime: #eaff73;
  --mint: #dfffea;
  --cream: #fff9ea;
  --peach: #ffd2a6;
  --bubble: #f3fff6;
  --red: #c73535;
  --amber: #d98c10;
  --charcoal: #141821;
  --shadow: 0 24px 70px rgba(16, 25, 40, 0.16);
  --bubble-shadow: 0 18px 0 rgba(21, 27, 40, 0.08), 0 28px 80px rgba(16, 25, 40, 0.13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

main section[id] {
  scroll-margin-top: 112px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 6% 8%, rgba(234,255,115,0.38), transparent 22%),
    radial-gradient(circle at 92% 10%, rgba(24,191,214,0.16), transparent 26%),
    radial-gradient(circle at 78% 84%, rgba(255,210,166,0.38), transparent 30%),
    var(--paper);
  font-family: "Instrument Sans", sans-serif;
  overflow-x: hidden;
}

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

button, .button {
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 24px;
  color: #fff;
  background: rgba(18, 24, 33, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
}

.brand-mark {
  position: relative;
  display: block;
  width: 76px;
  min-width: 76px;
  height: 76px;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.logo-tm {
  position: absolute;
  top: -4px;
  right: -5px;
  display: grid;
  min-width: 13px;
  height: 13px;
  place-items: center;
  border: 1px solid rgba(234, 255, 115, 0.8);
  border-radius: 999px;
  background: rgba(20, 24, 33, 0.88);
  color: var(--lime);
  font-size: 5px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  font-weight: 900;
}

.nav-link,
.nav-cta {
  padding: 10px 13px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 900;
}

.nav-cta {
  background: #fff;
  color: var(--charcoal);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-link {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
}

.hero-scene {
  position: relative;
  min-height: auto;
  overflow: hidden;
  padding: 112px 24px 86px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(13, 18, 27, 0.9), rgba(13, 18, 27, 0.38) 50%, rgba(13, 18, 27, 0.86)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.055) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 92px),
    linear-gradient(135deg, #0c1320 0%, #194740 52%, #6e4a16 100%);
}

.hero-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 70%, var(--paper) 100%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 38px 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(12, 19, 32, 0.72), rgba(27, 69, 61, 0.54)),
    rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.plug-mark {
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(0,0,0,0.22);
}

.hero-plug {
  margin-bottom: 24px;
}

.inline-plug {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 7px;
  vertical-align: -5px;
}

.eyebrow, .section-heading > span, .copy-col > span, .pricing-band > div > span, .engine-copy > span, .trust-copy > span {
  display: inline-block;
  margin-bottom: 12px;
  color: #eaff73;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy .eyebrow {
  margin-bottom: 20px;
  font-size: clamp(16px, 1.55vw, 24px);
  line-height: 1.1;
}

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

h1 {
  margin-bottom: 14px;
  font-size: clamp(54px, 7vw, 118px);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-motto {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: min(720px, 62vw);
  margin: 0;
  padding: 11px 34px 12px;
  overflow: hidden;
  border: 1px solid rgba(234, 255, 115, 0.5);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(12, 19, 32, 0.36), rgba(234, 255, 115, 0.08), rgba(12, 19, 32, 0.36)),
    radial-gradient(circle at 10% 20%, rgba(234, 255, 115, 0.34), transparent 34%),
    rgba(255, 255, 255, 0.12);
  color: var(--lime);
  box-shadow: 0 10px 0 rgba(0,0,0,0.1);
  font-size: clamp(24px, 2.05vw, 36px);
  font-weight: 900;
  font-stretch: 112%;
  letter-spacing: 0.07em;
  line-height: 1;
  white-space: nowrap;
}

.hero-motto span {
  display: inline-block;
  transform-origin: center;
  animation: mottoFlyHold 8.8s cubic-bezier(0.18, 0.84, 0.18, 1) infinite;
  will-change: transform, opacity;
}

.tm-mark {
  position: relative;
  top: -0.32em;
  font-size: 0.2em;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.hero-lede {
  max-width: 980px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.45;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 720px;
  margin-top: 22px;
}

.hero-proof span {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.84);
  font-size: 13px;
  font-weight: 900;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
}

.primary { background: #eaff73; color: #161d28; }
.secondary { background: rgba(255, 255, 255, 0.13); color: #fff; border: 1px solid rgba(255, 255, 255, 0.26); }

.scene-layer {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
}

.hero-visuals {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  max-width: 1320px;
  margin: 58px auto 0;
}

.browser-frame {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 445px;
  border-radius: 8px;
  background: rgba(244, 247, 241, 0.94);
  color: var(--ink);
}

.browser-chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px;
  border-bottom: 1px solid #d8ded7;
}

.browser-chrome span, .panel-head span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6b61;
}

.browser-chrome span:nth-child(2), .panel-head span:nth-child(2) { background: #f3bf3d; }
.browser-chrome span:nth-child(3), .panel-head span:nth-child(3) { background: #28c76f; }

.address {
  flex: 1;
  min-width: 0;
  margin-left: 8px;
  padding: 12px 16px;
  overflow: hidden;
  border-radius: 6px;
  background: #e9eee7;
  color: #556070;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(18px, 1.8vw, 27px);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browser-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 26px 28px;
}

.mini-tab {
  min-height: 150px;
  padding: 18px;
  border: 1px solid #d8ded7;
  border-radius: 7px;
  background: #fff;
}

.mini-tab.active { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20, 87, 255, 0.12); }
.mini-tab strong { display: block; margin-bottom: 42px; font-size: clamp(32px, 3vw, 48px); }
.mini-tab span { color: var(--muted); font-size: clamp(16px, 1.5vw, 21px); font-weight: 800; }

.feed-card {
  margin: 0 28px 26px;
  padding: 24px 28px;
  border-radius: 7px;
  background:
    radial-gradient(circle at 10% 8%, rgba(234,255,115,0.14), transparent 30%),
    linear-gradient(135deg, #111923 0%, #183d37 64%, #10201d 100%);
  color: #fff;
}

.sample-label {
  display: inline-flex;
  margin: 0 28px 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eaff73;
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.feed-label {
  color: #8ee9ff;
  font-family: "JetBrains Mono", monospace;
  font-size: 15px;
}

.feed-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.22;
}

.console-window {
  width: 100%;
  min-height: 100%;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 12%, rgba(234,255,115,0.16), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(24,191,214,0.12), transparent 32%),
    linear-gradient(135deg, #101720 0%, #173b36 58%, #10201d 100%);
}

.console-head {
  display: grid;
  gap: 7px;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.console-head span {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.console-head strong {
  color: #eaff73;
  font-size: 13px;
  text-transform: uppercase;
}

.agent-row {
  display: flex;
  gap: 8px;
  padding: 13px;
  overflow-x: auto;
}

.agent-chip {
  flex: 0 0 auto;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.agent-chip.selected { background: var(--cyan); color: #061216; }

.action-stack {
  display: grid;
  gap: 9px;
  padding: 0 13px 13px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
}

.action-stack div {
  padding: 10px;
  border-radius: 6px;
  background: rgba(8, 19, 24, 0.52);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
}

.low { background: var(--green); }
.medium { background: var(--amber); }
.high { background: var(--red); }

.permission-card {
  width: 100%;
  min-height: 100%;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

.risk-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #ffe7e7;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.permission-card h3 { margin-bottom: 8px; font-size: 21px; }
.permission-card p { color: var(--muted); line-height: 1.45; }

.permission-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr;
  gap: 8px;
}

.permission-actions button, .mode, .workflow {
  padding: 10px;
  background: var(--blue);
  color: #fff;
}

.permission-actions .ghost { background: #eef1f4; color: var(--ink); }

.choice-row {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr;
  gap: 8px;
}

.choice-row button {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 10px;
  border: 0;
  border-radius: 7px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.choice-row button:last-child {
  background: #eef1f4;
  color: var(--ink);
}

.choice-row.light button {
  background: #edf3ef;
  color: var(--ink);
}

.choice-row.light button:first-child {
  background: var(--blue);
  color: #fff;
}

.setup-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.setup-copy {
  position: sticky;
  top: 92px;
}

.setup-copy span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
  color: var(--green);
  font-size: clamp(32px, 3.1vw, 44px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.setup-copy .inline-plug {
  width: 66px;
  height: 66px;
  margin-right: 0;
  border-radius: 18px;
  vertical-align: middle;
  box-shadow: 0 18px 48px rgba(0,0,0,0.16);
}

.setup-copy h2 {
  font-size: clamp(58px, 6.4vw, 100px);
}

.setup-copy p {
  color: var(--muted);
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.55;
}

.advanced-link {
  margin-top: 42px;
  padding: 30px 34px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.advanced-link summary {
  cursor: pointer;
  color: var(--green);
  font-size: clamp(24px, 2.3vw, 36px);
  font-weight: 900;
}

.advanced-link .secondary {
  color: var(--ink);
  background: #edf3ef;
  border-color: var(--line);
}

.setup-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}

.setup-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 4px;
}

.setup-card-head strong {
  font-size: 24px;
}

.setup-card-head span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #effff6;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.setup-card label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.field-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.info-button {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 7px 18px rgba(16, 25, 40, 0.1);
}

.floating-info {
  align-self: center;
  margin-right: 8px;
}

.info-tooltip {
  position: fixed;
  z-index: 50;
  max-width: 245px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(16, 25, 40, 0.18);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.setup-card input,
.setup-card select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f9fbf7;
  color: var(--ink);
  font: inherit;
}

.setup-check {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: start;
  padding: 12px;
  border-radius: 9px;
  background: #f3f7f2;
  line-height: 1.4;
}

.setup-check input {
  min-height: auto;
  margin-top: 3px;
}

.setup-helper-note {
  margin: -2px 0 10px;
  padding: 12px 14px;
  border: 1px solid rgba(13, 129, 96, 0.18);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(234, 255, 115, 0.22), rgba(223, 255, 245, 0.56));
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.setup-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  font-weight: 900;
}

.setup-legal-links a {
  color: var(--green);
}

.setup-submit {
  min-height: 50px;
  margin-top: 4px;
  background: #eaff73;
  color: #161d28;
  font-size: 17px;
}

.setup-status {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
}

.credential-panel {
  display: grid;
  gap: 8px;
  margin-top: 6px;
  padding: 14px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 10% 0%, rgba(234,255,115,0.14), transparent 34%),
    linear-gradient(135deg, #111923, #173b36 68%, #10201d);
  color: #fff;
}

.credential-panel[hidden] {
  display: none;
}

.credential-panel p {
  margin-bottom: 4px;
  color: rgba(255,255,255,0.72);
}

.credential-panel label {
  color: #8ee9ff;
}

.copy-field {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.copy-field input {
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  color: #fff;
  border-color: rgba(255,255,255,0.12);
  font-family: "JetBrains Mono", monospace;
  text-overflow: ellipsis;
}

.copy-field button {
  padding: 0 14px;
  background: #eaff73;
  color: var(--ink);
}

.band, .split-band, .pricing-band, .support-band, .engine-band, .desktop-band, .trust-band, .setup-band, .extras-band, .problem-band, .ai-router-band {
  max-width: 1180px;
  margin: 0 auto;
  padding: 74px 24px;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.section-heading > span, .copy-col > span, .pricing-band > div > span, .support-card > span, .engine-copy > span, .trust-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
  color: var(--green);
  font-size: clamp(26px, 2.8vw, 42px);
  line-height: 1.05;
}

.section-heading > span .inline-plug,
.copy-col > span .inline-plug,
.pricing-band > div > span .inline-plug,
.support-card > span .inline-plug,
.engine-copy > span .inline-plug,
.trust-copy > span .inline-plug {
  width: 58px;
  height: 58px;
  margin-right: 0;
  border-radius: 16px;
  vertical-align: middle;
  box-shadow: 0 16px 38px rgba(20,24,33,0.14);
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
}

.section-heading h2,
.setup-copy h2,
.copy-col h2,
.engine-copy h2,
.trust-copy h2,
.pricing-band h2,
.support-card h2 {
  margin-bottom: 34px;
}

.connector-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}

.connector-grid article, .display-panel, .handled-panel, .price-row article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.connector-grid article {
  min-height: 245px;
  padding: 18px;
}

.connector-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 46px;
  border-radius: 8px;
  background: var(--charcoal);
  color: #eaff73;
  font-weight: 900;
}

.connector-grid h3 { margin-bottom: 10px; font-size: 22px; }
.connector-grid p, .copy-col p, .pricing-band p, .support-card p { color: var(--muted); line-height: 1.55; }

.copy-col p,
.pricing-band p,
.support-card p,
.trust-copy p,
.engine-copy p {
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.62;
}

.engine-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.engine-copy {
  position: relative;
  padding: 28px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 16%, rgba(234,255,115,0.28), transparent 30%),
    linear-gradient(135deg, #141821, #21443e);
  color: #fff;
  box-shadow: var(--shadow);
}

.engine-copy p {
  color: rgba(255,255,255,0.76);
}

.engine-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.engine-console {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow);
}

.engine-demo-slot {
  display: grid;
  flex: 1;
  min-height: 300px;
  margin: 0 16px 16px;
  overflow: hidden;
  border: 2px solid rgba(21, 27, 40, 0.08);
  border-radius: 22px;
  background: #f8fff3;
}

.engine-demo-slot img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: contain;
}

.engine-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  background: #f2f5ef;
}

.engine-top span {
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
}

.engine-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 16px;
}

.engine-grid div {
  min-height: 118px;
  padding: 14px;
  border-radius: 8px;
  background: #edf3ef;
}

.engine-grid strong {
  display: block;
  margin-bottom: 22px;
}

.engine-grid span {
  color: var(--muted);
  font-weight: 800;
}

.desktop-band {
  padding-top: 34px;
}

.download-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 22px;
  align-items: center;
  margin: 0 0 26px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 0%, rgba(234, 255, 115, 0.32), transparent 34%),
    radial-gradient(circle at 100% 24%, rgba(34, 196, 213, 0.18), transparent 38%),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(18, 24, 38, 0.12);
}

.download-panel strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
}

.download-panel p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.42;
}

.download-actions {
  display: grid;
  gap: 12px;
}

.download-actions .button {
  width: 100%;
  min-height: 58px;
  text-align: center;
}

.download-actions .secondary {
  background: #eef9fa;
  color: #16212e;
  border-color: #a9d8dc;
}

.desktop-showcase {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 14px;
  align-items: stretch;
}

.desktop-window, .approval-preview, .tray-preview {
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  box-shadow: var(--shadow);
}

.desktop-window {
  overflow: hidden;
  grid-row: span 2;
}

.desktop-titlebar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 13px;
  border-bottom: 1px solid var(--line);
  background: #f3f6ef;
}

.desktop-titlebar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6b61;
}

.desktop-titlebar span:nth-child(2) { background: #f3bf3d; }
.desktop-titlebar span:nth-child(3) { background: #28c76f; }
.desktop-titlebar strong { margin-left: 8px; }
.desktop-titlebar em {
  margin-left: auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: #e7f8ef;
  color: var(--green);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.desktop-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 16px;
}

.desktop-hero-card {
  grid-column: span 2;
  padding: 20px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 14% 18%, rgba(234,255,115,0.36), transparent 28%),
    linear-gradient(135deg, #141821, #274d45);
  color: #fff;
}

.desktop-hero-card small {
  display: block;
  margin-bottom: 8px;
  color: #eaff73;
  font-weight: 900;
  text-transform: uppercase;
}

.desktop-hero-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: "JetBrains Mono", monospace;
  font-size: 24px;
}

.desktop-hero-card p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(255,255,255,0.74);
}

.desktop-hero-card p::after {
  content: " Everything important still asks before it acts.";
}

.desktop-controls {
  display: grid;
  gap: 8px;
}

.desktop-controls button {
  padding: 12px;
  background: #e8ede8;
  color: var(--ink);
  text-align: left;
}

.desktop-controls .active {
  background: var(--blue);
  color: #fff;
}

.desktop-controls .danger {
  background: #ffe7e7;
  color: var(--red);
}

.desktop-list {
  display: grid;
  gap: 8px;
}

.desktop-list div, .tray-menu div {
  padding: 12px;
  border-radius: 8px;
  background: #edf3ef;
  color: var(--muted);
  font-weight: 900;
}

.desktop-list span {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
}

.approval-preview, .tray-preview {
  padding: 18px;
}

.approval-preview h3, .tray-preview h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.approval-preview p, .tray-preview p {
  color: var(--muted);
  line-height: 1.45;
}

.approval-preview dl {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 7px;
  margin: 14px 0;
  font-size: 13px;
}

.approval-preview dt {
  color: var(--muted);
  font-weight: 900;
}

.approval-preview dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
}

.tray-menu {
  display: grid;
  gap: 7px;
  margin: 14px 0;
  padding: 10px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 10% 0%, rgba(234,255,115,0.12), transparent 32%),
    linear-gradient(135deg, #111923, #173b36 68%, #10201d);
}

.tray-menu div {
  background: rgba(8, 19, 24, 0.42);
  color: rgba(255,255,255,0.78);
}

.split-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.reverse { grid-template-columns: 1fr 1fr; }

.mode-control {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.mode {
  border: 2px solid transparent;
  box-shadow: 0 7px 0 rgba(21, 27, 40, 0.08);
}

.mode[data-mode="risky"] {
  border-color: #d98c10;
  background: #ffe3c7;
  color: #5e340a;
}

.mode[data-mode="every"] {
  border-color: #18bfd6;
  background: #ddf8fc;
  color: #0a5260;
}

.mode[data-mode="trusted"] {
  border-color: #0b7c5a;
  background: #dfffea;
  color: #075c43;
}

.mode.selected {
  color: #fff;
}

.mode[data-mode="risky"].selected {
  border-color: #d98c10;
  background: #8b641e;
  box-shadow: 0 0 0 4px rgba(255, 210, 166, 0.34), 0 9px 0 rgba(21, 27, 40, 0.12);
}

.mode[data-mode="every"].selected {
  border-color: #18bfd6;
  background: #1457ff;
  box-shadow: 0 0 0 4px rgba(24, 191, 214, 0.24), 0 9px 0 rgba(21, 27, 40, 0.12);
}

.mode[data-mode="trusted"].selected {
  border-color: #0b7c5a;
  background: #0b7c5a;
  box-shadow: 0 0 0 4px rgba(234, 255, 115, 0.26), 0 9px 0 rgba(21, 27, 40, 0.12);
}

.mode[data-mode="risky"] + .floating-info {
  border-color: #d98c10;
  background: #fff0df;
  color: #8a5600;
}

.mode[data-mode="every"] + .floating-info {
  border-color: #18bfd6;
  background: #e6fbfe;
  color: #0b6472;
}

.mode[data-mode="trusted"] + .floating-info {
  border-color: #0b7c5a;
  background: #ecfff2;
  color: #0b7c5a;
}

.mode[data-mode="risky"].selected + .floating-info {
  border-color: #8b641e;
  background: #8b641e;
  color: #fff;
}

.mode[data-mode="every"].selected + .floating-info {
  border-color: #1457ff;
  background: #1457ff;
  color: #fff;
}

.mode[data-mode="trusted"].selected + .floating-info {
  border-color: #0b7c5a;
  background: #0b7c5a;
  color: #fff;
}

.policy-board, .workflow-list {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 0%, rgba(234,255,115,0.12), transparent 32%),
    radial-gradient(circle at 94% 14%, rgba(24,191,214,0.1), transparent 34%),
    linear-gradient(135deg, #111923, #173b36 68%, #10201d);
  color: #fff;
  box-shadow: var(--shadow);
}

.policy-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: 7px;
  background: rgba(8, 19, 24, 0.42);
}

.policy-row span { color: rgba(255, 255, 255, 0.62); font-weight: 800; }
.policy-row strong { text-align: right; }
.policy-row.blocked strong { color: #ffc3c3; }

.trust-band {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 24px;
  align-items: start;
}

.trust-copy {
  position: sticky;
  top: 92px;
}

.trust-copy p {
  color: var(--muted);
}

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

.trust-grid article {
  min-height: 168px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.trust-grid strong {
  display: block;
  margin-bottom: 36px;
  font-size: 20px;
}

.trust-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
}

.extras-band {
  position: relative;
}

.extras-band .section-heading h2 {
  transform: translate(22px, 28px);
}

.extra-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.extra-grid article {
  min-height: 245px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 10%, rgba(24,191,214,0.18), transparent 28%),
    linear-gradient(135deg, #ffffff, #f4fff3);
  box-shadow: 0 18px 50px rgba(20,24,33,0.08);
}

.extra-grid article:nth-child(2n) {
  background:
    radial-gradient(circle at 82% 10%, rgba(234,255,115,0.34), transparent 30%),
    linear-gradient(135deg, #fffef4, #ffffff);
}

.extra-grid img {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(20,24,33,0.14);
}

.extra-grid strong {
  display: block;
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 0.96;
}

.extra-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.42;
}

.product-band { padding-top: 90px; }

.display-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 12px;
  align-items: stretch;
}

.display-panel {
  min-height: 290px;
  overflow: hidden;
  background: #fff;
}

.dashboard-shot { min-height: 460px; }
.companion-code { min-height: 260px; }

.handled-panel {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 220px;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 10%, rgba(24,191,214,0.14), transparent 28%),
    linear-gradient(135deg, #f9fff2, #ffffff 70%);
}

.handled-plug {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(20,24,33,0.14);
}

.handled-panel span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #e8fff4;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.handled-panel h3 {
  max-width: 520px;
  margin-bottom: 10px;
  font-size: clamp(26px, 3.5vw, 42px);
  line-height: 0.98;
}

.handled-panel p {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.handled-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 20px;
}

.handled-steps .handled-step {
  width: 100%;
  padding: 11px;
  border: 1px solid rgba(11, 124, 90, 0.12);
  border-radius: 8px;
  background: #edf3ef;
  color: var(--ink);
  font-weight: 900;
  text-align: left;
}

.dashboard-handled {
  background:
    radial-gradient(circle at 16% 18%, rgba(234,255,115,0.34), transparent 28%),
    linear-gradient(135deg, #ffffff, #effff6);
}

.extension-handled {
  background:
    radial-gradient(circle at 86% 12%, rgba(20,87,255,0.14), transparent 30%),
    linear-gradient(135deg, #ffffff, #f2f6ff);
}

.agent-handled {
  background:
    radial-gradient(circle at 20% 10%, rgba(234,255,115,0.28), transparent 28%),
    linear-gradient(135deg, #ffffff, #f8fff0);
}

.companion-handled {
  background:
    radial-gradient(circle at 90% 20%, rgba(24,191,214,0.18), transparent 30%),
    linear-gradient(135deg, #ffffff, #f1fbff);
}

.panel-head {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px;
  border-bottom: 1px solid var(--line);
}

.panel-head strong { margin-left: 8px; color: var(--muted); font-size: 13px; }

.console-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 16px;
}

.metric {
  min-height: 120px;
  padding: 16px;
  border-radius: 7px;
  background: #edf3ef;
}

.metric strong {
  display: block;
  margin-bottom: 30px;
  font-size: 38px;
}

.metric span { color: var(--muted); font-weight: 800; }

.timeline {
  display: grid;
  gap: 8px;
  padding: 0 16px 16px;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
}

.timeline div {
  padding: 12px;
  border-left: 4px solid var(--cyan);
  background:
    linear-gradient(135deg, rgba(17, 25, 35, 0.96), rgba(24, 61, 55, 0.94));
  color: #d5f8ff;
}

.extension-shot, .code-shot { padding-bottom: 14px; }
.extension-shot label { display: block; margin: 14px 14px 6px; color: var(--muted); font-size: 12px; font-weight: 900; }
.fake-input { margin: 0 14px; padding: 11px; border-radius: 6px; background: #edf3ef; font-family: "JetBrains Mono", monospace; font-size: 12px; }
.segmented { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin: 0 14px; padding: 5px; border-radius: 7px; background: #edf3ef; }
.segmented button { min-height: 36px; padding: 9px 4px; border: 0; border-radius: 9px; background: transparent; color: var(--ink); text-align: center; font-size: 12px; font-weight: 900; }
.segmented .on { background: var(--charcoal); color: #fff; }
.full-width { width: calc(100% - 28px); margin: 14px; padding: 11px; background: var(--blue); color: #fff; }

.code-shot pre {
  margin: 14px;
  padding: 14px;
  overflow: auto;
  border-radius: 7px;
  background:
    radial-gradient(circle at 10% 0%, rgba(234,255,115,0.1), transparent 30%),
    linear-gradient(135deg, #111923, #173b36 68%, #10201d);
  color: #c7f9dd;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
}

.signed {
  margin: 0 14px;
  padding: 12px;
  border-radius: 7px;
  background: #e8fff4;
  color: var(--green);
  font-weight: 900;
}

.workflow-list {
  align-content: start;
}

.workflow {
  text-align: left;
  background: rgba(8, 19, 24, 0.42);
  color: #fff;
}

.workflow.selected { background: #eaff73; color: #141821; }

.workflow-output {
  margin-top: 6px;
  padding: 16px;
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
}

.workflow-output p { margin-bottom: 0; color: var(--muted); line-height: 1.45; }

.pricing-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 26px;
  padding-bottom: 100px;
}

.price-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.price-row article {
  min-width: 0;
  min-height: 210px;
  padding: 18px;
}

.price-row .featured {
  color: #fff;
  background:
    radial-gradient(circle at 12% 10%, rgba(234,255,115,0.16), transparent 34%),
    linear-gradient(135deg, #111923, #173b36 68%, #10201d);
  border-color: rgba(24, 61, 55, 0.8);
}

.price-row strong {
  display: block;
  margin: 12px 0 28px;
  font-size: 42px;
}

.price-row .featured strong::after {
  content: "/mo";
  margin-left: 4px;
  color: rgba(255,255,255,0.58);
  font-size: 15px;
}

.price-row article:not(.featured):last-child strong::after {
  content: "/mo";
  margin-left: 4px;
  color: var(--muted);
  font-size: 15px;
}

.price-row p { color: var(--muted); line-height: 1.45; }
.price-row .featured p { color: rgba(255,255,255,0.7); }

.price-button {
  width: 100%;
  min-height: 64px;
  margin-top: auto;
  padding: 12px 16px;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

.price-row article:not(.featured) .price-button {
  color: var(--charcoal);
  background: #eef4ee;
  border-color: #d5ded5;
}

.purchase-status {
  grid-column: 1 / -1;
  margin: 16px 0 0;
  padding: 12px 14px;
  border: 1px solid #cfe5d9;
  border-radius: 14px;
  background: #effff6;
  color: var(--green);
  font-weight: 900;
}

.intro-model {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid #cfe5d9;
  border-radius: 10px;
  background: #effff6;
  color: var(--green);
}

.intro-model span {
  color: var(--muted);
  line-height: 1.45;
}

.support-band {
  padding-top: 18px;
}

.support-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 22px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(11, 124, 90, 0.18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 9% 10%, rgba(234,255,115,0.34), transparent 28%),
    radial-gradient(circle at 90% 8%, rgba(24,191,214,0.2), transparent 32%),
    linear-gradient(135deg, #ffffff, #f3fff8 58%, #fff7df);
  box-shadow: 0 28px 80px rgba(16, 25, 40, 0.12);
}

.support-card::after {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -88px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(234, 255, 115, 0.35);
}

.support-card > * {
  position: relative;
  z-index: 1;
}

.support-card h2 {
  max-width: 960px;
  font-size: clamp(46px, 7vw, 88px);
}

.support-card p {
  max-width: 920px;
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.support-promises {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.support-promises div {
  min-height: 120px;
  padding: 18px;
  border: 1px solid rgba(11, 124, 90, 0.16);
  border-radius: 22px;
  background: rgba(255,255,255,0.72);
  box-shadow: 0 14px 36px rgba(16, 25, 40, 0.08);
}

.support-promises strong,
.support-promises span {
  display: block;
}

.support-promises strong {
  margin-bottom: 8px;
  color: var(--green);
  font-size: 22px;
}

.support-promises span {
  color: var(--muted);
  line-height: 1.45;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  transform: translateY(18px);
  padding: 12px 14px;
  border-radius: 7px;
  background:
    radial-gradient(circle at 10% 0%, rgba(234,255,115,0.16), transparent 34%),
    linear-gradient(135deg, #111923, #173b36 68%, #10201d);
  color: #fff;
  box-shadow: var(--shadow);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
}

.toast.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.site-footer {
  margin-top: 34px;
  padding: clamp(34px, 5vw, 68px) 24px 26px;
  background:
    radial-gradient(circle at 8% 12%, rgba(234, 255, 115, 0.16), transparent 24%),
    radial-gradient(circle at 90% 14%, rgba(24, 191, 214, 0.18), transparent 27%),
    linear-gradient(135deg, #111923 0%, #17443d 66%, #10201d 100%);
  color: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.footer-shell {
  display: grid;
  gap: 42px;
  max-width: 1180px;
  margin: 0 auto;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(223, 255, 234, 0.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 20%, rgba(24, 191, 214, 0.16), transparent 30%),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 22px 54px rgba(6, 15, 20, 0.22);
}

.footer-cta-copy {
  max-width: 700px;
}

.footer-cta-copy > span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-cta h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.footer-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.5;
}

.footer-cta-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-cta-actions .button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  white-space: nowrap;
}

.footer-secondary {
  border: 1px solid rgba(223, 255, 234, 0.34);
  background: rgba(223, 255, 234, 0.1);
  color: #dfffea;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.65fr) repeat(3, minmax(130px, 0.7fr));
  gap: 34px;
}

.footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.footer-brand-link img {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.footer-brand-link small {
  display: block;
  margin-top: 4px;
  color: var(--lime);
  font-size: 12px;
  letter-spacing: -0.01em;
}

.footer-brand p {
  max-width: 410px;
  margin: 18px 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-badges span {
  padding: 6px 9px;
  border: 1px solid rgba(24, 191, 214, 0.24);
  border-radius: 999px;
  background: rgba(24, 191, 214, 0.08);
  color: #dff8fc;
  font-size: 12px;
  font-weight: 900;
}

.site-footer .footer-column {
  display: grid;
  align-content: start;
  align-items: start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 700;
}

.footer-column strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a,
.footer-bottom a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  width: fit-content;
  color: #dfffea;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-color: rgba(223, 255, 234, 0.28);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 150ms ease, transform 150ms ease;
}

.footer-column a:hover,
.footer-bottom a:hover {
  color: var(--lime);
  text-decoration-color: var(--lime);
  transform: translateY(-1px);
}

.footer-column a:focus-visible,
.footer-bottom a:focus-visible,
.footer-brand-link:focus-visible {
  outline: 3px solid var(--peach);
  outline-offset: 4px;
  border-radius: 6px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

/* Friendly public-site refresh. Kept as an override layer so the structure stays intact. */
.topbar {
  padding: 12px 24px;
  background:
    linear-gradient(135deg, rgba(20, 24, 33, 0.94), rgba(28, 67, 60, 0.9));
  box-shadow: 0 12px 40px rgba(10, 18, 25, 0.18);
}

.nav-link,
.nav-cta,
.button,
.setup-submit,
.agent-chip,
.mode,
.workflow {
  border-radius: 999px;
}

.nav-cta,
.primary,
.setup-submit,
.workflow.selected {
  background: var(--lime);
  color: #111722;
  box-shadow: 0 10px 0 rgba(17, 23, 34, 0.12);
}

.secondary,
.nav-link {
  background: rgba(255, 255, 255, 0.18);
}

.hero-scene {
  padding-top: 126px;
  background:
    radial-gradient(circle at 12% 20%, rgba(234,255,115,0.28), transparent 22%),
    radial-gradient(circle at 86% 18%, rgba(24,191,214,0.24), transparent 26%),
    radial-gradient(circle at 80% 72%, rgba(255,210,166,0.35), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.055) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 92px),
    linear-gradient(135deg, #0d1320 0%, #194d45 56%, #8b641e 100%);
}

.hero-scene::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: 6%;
  top: 145px;
  border-radius: 45% 55% 60% 40%;
  background: rgba(234,255,115,0.18);
  filter: blur(1px);
  transform: rotate(14deg);
}

.hero-copy {
  border-radius: 34px;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(20, 24, 33, 0.88), rgba(29, 79, 69, 0.76)),
    rgba(255, 255, 255, 0.08);
  box-shadow: var(--bubble-shadow);
}

h1 {
  letter-spacing: -0.05em;
}

.hero-lede {
  max-width: 1040px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.38;
}

.hero-promise {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1040px;
  margin-top: 26px;
}

.hero-promise span,
.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 15px;
}

.hero-promise span {
  justify-content: center;
  min-width: 0;
  text-align: center;
  background: #fff;
  color: #121821;
  font-weight: 900;
  box-shadow: 0 10px 0 rgba(0,0,0,0.08);
}

.hero-proof span {
  background: rgba(255,255,255,0.17);
}

.browser-frame,
.console-window,
.permission-card,
.setup-card,
.advanced-link,
.desktop-window,
.approval-preview,
.tray-preview,
.engine-copy,
.engine-console,
.policy-board,
.workflow-list,
.trust-grid article,
.connector-grid article,
.display-panel,
.handled-panel,
.price-row article {
  border-radius: 28px;
  box-shadow: var(--bubble-shadow);
}

.browser-frame,
.display-panel,
.setup-card,
.desktop-window,
.approval-preview,
.tray-preview,
.trust-grid article,
.connector-grid article,
.price-row article {
  border: 2px solid rgba(21, 27, 40, 0.08);
}

.browser-frame {
  background:
    radial-gradient(circle at 92% 8%, rgba(234,255,115,0.28), transparent 26%),
    rgba(255, 255, 255, 0.96);
}

.browser-chrome,
.panel-head,
.desktop-titlebar,
.engine-top {
  border-radius: 26px 26px 0 0;
}

.address,
.fake-input,
.segmented,
.engine-grid div,
.metric,
.handled-steps .handled-step,
.desktop-list div,
.tray-menu div,
.policy-row,
.workflow-output,
.timeline div,
.code-shot pre,
.signed {
  border-radius: 18px;
}

.mini-tab {
  border-radius: 24px;
  border: 2px solid rgba(21, 27, 40, 0.08);
  background:
    radial-gradient(circle at 90% 10%, rgba(234,255,115,0.18), transparent 30%),
    #fff;
  box-shadow: 0 10px 0 rgba(21, 27, 40, 0.06);
}

.mini-tab.active {
  border-color: var(--cyan);
  box-shadow: 0 0 0 5px rgba(24, 191, 214, 0.16), 0 10px 0 rgba(21, 27, 40, 0.06);
}

.feed-card,
.console-window,
.policy-board,
.workflow-list,
.tray-menu,
.price-row .featured,
.credential-panel,
.code-shot pre,
.timeline div {
  background:
    radial-gradient(circle at 18% 14%, rgba(234,255,115,0.22), transparent 26%),
    radial-gradient(circle at 90% 18%, rgba(24,191,214,0.16), transparent 34%),
    linear-gradient(135deg, #111923 0%, #17443d 66%, #10201d 100%);
}

.permission-card {
  background:
    radial-gradient(circle at 94% 12%, rgba(234,255,115,0.32), transparent 28%),
    linear-gradient(135deg, #ffffff, #f6fff2);
}

.choice-row button,
.full-width,
.desktop-controls .active {
  background: #1c61ff;
  border-radius: 18px;
  box-shadow: 0 8px 0 rgba(20, 87, 255, 0.14);
}

.choice-row button:last-child,
.choice-row.light button:last-child,
.desktop-controls .danger {
  background: #fff0f0;
  color: #b42424;
}

.choice-row button:nth-child(2),
.choice-row.light button:nth-child(2) {
  background: var(--lime);
  color: #111722;
}

.risk-tag,
.sample-label,
.setup-card-head span,
.handled-panel span {
  border-radius: 999px;
  font-size: 14px;
}

.setup-band,
.engine-band,
.split-band,
.trust-band,
.pricing-band,
.band {
  padding-top: 92px;
  padding-bottom: 92px;
}

.setup-card {
  gap: 14px;
  padding: 30px;
  background:
    radial-gradient(circle at 90% 0%, rgba(234,255,115,0.22), transparent 25%),
    #fff;
}

.setup-card-head strong {
  font-size: clamp(30px, 3vw, 46px);
  letter-spacing: -0.04em;
}

.setup-card label {
  font-size: 16px;
  color: #334154;
}

.setup-card input,
.setup-card select {
  min-height: 58px;
  border-radius: 18px;
  border: 2px solid #dfe7dc;
  background: #fbfff8;
  font-size: 18px;
}

.setup-check {
  border-radius: 22px;
  background: #f2ffe5;
}

.advanced-link {
  background:
    radial-gradient(circle at 95% 10%, rgba(24,191,214,0.16), transparent 30%),
    #fff;
}

.connector-grid article,
.trust-grid article,
.price-row article {
  background:
    radial-gradient(circle at 85% 14%, rgba(234,255,115,0.2), transparent 25%),
    #fff;
}

.connector-icon {
  border-radius: 18px;
  background:
    linear-gradient(135deg, #121821, #273041);
  box-shadow: 0 10px 0 rgba(21, 27, 40, 0.08);
}

.connector-grid h3,
.trust-grid strong,
.price-row h3,
.approval-preview h3,
.tray-preview h3 {
  letter-spacing: -0.04em;
}

.engine-copy {
  background:
    radial-gradient(circle at 18% 16%, rgba(234,255,115,0.36), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(24,191,214,0.16), transparent 28%),
    linear-gradient(135deg, #141821, #21443e);
}

.engine-grid div,
.metric,
.handled-steps .handled-step,
.desktop-list div {
  background: #effbea;
}

.handled-panel {
  border: 2px solid rgba(21, 27, 40, 0.08);
}

.dashboard-handled,
.extension-handled,
.agent-handled,
.companion-handled {
  background:
    radial-gradient(circle at 14% 16%, rgba(234,255,115,0.34), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(24,191,214,0.16), transparent 30%),
    linear-gradient(135deg, #ffffff, #f5fff0);
}

.panel-head strong {
  color: #364254;
  font-size: 15px;
}

.timeline {
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.code-shot pre {
  color: #eaffc5;
  font-size: 18px;
  line-height: 1.5;
}

.signed {
  background: #eaffd2;
}

.price-row article {
  min-height: 250px;
  padding: 24px;
}

.price-row strong {
  font-size: clamp(48px, 5vw, 72px);
}

.toast {
  border-radius: 999px;
}

/* Extra polish layer: glossy, friendlier, and easier to scan. */
@keyframes softFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-8px) rotate(1deg); }
}

@keyframes shineSweep {
  0% { transform: translateX(-140%) rotate(14deg); opacity: 0; }
  18% { opacity: 0.85; }
  44% { opacity: 0.25; }
  100% { transform: translateX(180%) rotate(14deg); opacity: 0; }
}

@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 0 rgba(234,255,115,0), var(--bubble-shadow); }
  50% { box-shadow: 0 0 44px rgba(234,255,115,0.26), var(--bubble-shadow); }
}

@keyframes mottoFlyHold {
  0% {
    opacity: 0;
    transform: translateX(-118%) scaleX(1.08) scale(0.98);
  }
  7% {
    opacity: 1;
    transform: translateX(0) scaleX(1.08) scale(1);
  }
  82% {
    opacity: 1;
    transform: translateX(0) scaleX(1.16) scale(1.045);
  }
  92% {
    opacity: 0;
    transform: translateX(118%) scaleX(1.14) scale(1.02);
  }
  100% {
    opacity: 0;
    transform: translateX(118%) scaleX(1.14) scale(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-motto span {
    animation: none;
  }
}

.topbar {
  border-bottom: 1px solid rgba(234,255,115,0.16);
}

.topbar > nav {
  gap: 8px;
}

.topbar > nav > a {
  display: inline-flex;
  align-items: center;
  padding: 7px 8px;
  border: 1px solid rgba(223, 255, 234, 0.16);
  border-radius: 999px;
  background: rgba(223, 255, 234, 0.09);
  color: #dfffea;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  touch-action: manipulation;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

@media (hover: hover) {
  .topbar > nav > a:hover {
    transform: translateY(-2px) scale(1.02);
    border-color: #18bfd6;
    background: #ddf8fc;
    color: #0a5260;
    box-shadow: 0 8px 18px rgba(8, 18, 25, 0.24);
  }
}

.topbar > nav > a:active {
  transform: translateY(1px) scale(0.98);
  border-color: var(--lime);
  background: var(--lime);
  color: #111722;
  box-shadow: 0 2px 7px rgba(8, 18, 25, 0.2);
}

.topbar > nav > a:focus-visible {
  outline: 3px solid var(--peach);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .topbar > nav > a {
    transition-duration: 0.01ms;
  }

  .topbar > nav > a:hover,
  .topbar > nav > a:active {
    transform: none;
  }

  .footer-column a:hover,
  .footer-bottom a:hover {
    transform: none;
  }

  .footer-column a,
  .footer-bottom a {
    transition-duration: 0.01ms;
  }
}

.brand-mark,
.hero-plug,
.handled-plug,
.extra-grid img {
  animation: softFloat 6s ease-in-out infinite;
}

.hero-copy,
.browser-frame,
.console-window,
.permission-card,
.setup-card,
.problem-card,
.desktop-window,
.approval-preview,
.tray-preview,
.engine-copy,
.engine-console,
.policy-board,
.workflow-list,
.trust-grid article,
.connector-grid article,
.display-panel,
.handled-panel,
.price-row article,
.extra-grid article {
  position: relative;
  overflow: hidden;
}

.hero-copy::after,
.browser-frame::after,
.console-window::after,
.permission-card::after,
.setup-card::after,
.problem-card::after,
.desktop-window::after,
.approval-preview::after,
.tray-preview::after,
.engine-copy::after,
.engine-console::after,
.policy-board::after,
.workflow-list::after,
.trust-grid article::after,
.connector-grid article::after,
.display-panel::after,
.handled-panel::after,
.price-row article::after,
.extra-grid article::after {
  content: "";
  position: absolute;
  inset: -30% auto -30% -45%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.36), transparent);
  pointer-events: none;
  transform: translateX(-140%) rotate(14deg);
}

.hero-copy::after,
.relief-card-featured::after,
.price-row .featured::after {
  animation: shineSweep 8s ease-in-out infinite;
}

.connector-grid article:hover,
.trust-grid article:hover,
.extra-grid article:hover,
.problem-card:hover,
.handled-panel:hover,
.price-row article:hover,
.mini-tab:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 0 rgba(21, 27, 40, 0.07), 0 36px 95px rgba(16, 25, 40, 0.16);
}

.connector-grid article,
.trust-grid article,
.extra-grid article,
.problem-card,
.handled-panel,
.price-row article,
.mini-tab,
.agent-chip,
.mode,
.workflow,
.button,
.setup-submit {
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover,
.setup-submit:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

[data-demo-control] {
  position: relative;
  touch-action: manipulation;
  transition:
    transform 140ms ease,
    box-shadow 140ms ease,
    filter 140ms ease,
    background-color 140ms ease,
    color 140ms ease,
    outline-color 140ms ease;
}

@media (hover: hover) {
  [data-demo-control]:hover:not(:disabled):not(:active):not(.demo-pressed) {
    transform: translateY(-1px);
    filter: drop-shadow(0 6px 8px rgba(20, 24, 33, 0.13));
  }
}

[data-demo-control]:active:not(:disabled),
[data-demo-control].demo-pressed:not(:disabled) {
  transform: translateY(1px) scale(0.98);
}

[data-demo-control].demo-pressed:not(:disabled) {
  box-shadow:
    0 0 0 7px rgba(24, 191, 214, 0.2),
    0 14px 30px rgba(20, 24, 33, 0.18);
}

.handled-steps [data-demo-control].demo-pressed:not(:disabled) {
  border-color: #18bfd6;
  background: #dfffea;
  color: #075c43;
  box-shadow:
    0 0 0 7px rgba(234, 255, 115, 0.34),
    0 14px 30px rgba(20, 24, 33, 0.18);
}

[data-demo-control]:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 6px #111722;
}

@media (hover: hover) {
  .handled-steps [data-demo-control]:hover:not(:disabled):not(:active):not(.demo-pressed) {
    border-color: rgba(24, 191, 214, 0.58);
    background: #ddf8fc;
    color: #0a5260;
  }
}

.relief-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.relief-strip article {
  position: relative;
  overflow: hidden;
  min-height: 178px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 28px;
  background: rgba(255,255,255,0.12);
  box-shadow: 0 14px 0 rgba(0,0,0,0.06);
}

.relief-strip small,
.problem-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(234,255,115,0.16);
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.relief-strip strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(23px, 2.3vw, 34px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.relief-strip p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.4;
}

.relief-card-featured {
  background:
    radial-gradient(circle at 85% 10%, rgba(24,191,214,0.22), transparent 30%),
    linear-gradient(135deg, rgba(234,255,115,0.2), rgba(255,255,255,0.12)) !important;
  animation: glowPulse 5.5s ease-in-out infinite;
}

.problem-band {
  padding-top: 96px;
}

.friendly-heading {
  align-items: start;
  margin-bottom: 34px;
}

.friendly-heading p {
  grid-column: 2;
  margin: -16px 0 0;
  color: var(--muted);
  font-size: clamp(19px, 1.8vw, 26px);
  line-height: 1.5;
}

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

.problem-card {
  min-height: 310px;
  padding: 26px;
  border: 2px solid rgba(21, 27, 40, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 10%, rgba(24,191,214,0.16), transparent 28%),
    linear-gradient(135deg, #ffffff, #f6fff0);
  box-shadow: var(--bubble-shadow);
  cursor: pointer;
}

.problem-card:nth-child(2n) {
  background:
    radial-gradient(circle at 86% 12%, rgba(234,255,115,0.26), transparent 28%),
    linear-gradient(135deg, #ffffff, #f5fbff);
}

.problem-card.active {
  border-color: rgba(24,191,214,0.55);
  background:
    radial-gradient(circle at 90% 12%, rgba(234,255,115,0.42), transparent 30%),
    linear-gradient(135deg, #ffffff, #eafff2);
}

.problem-card span {
  background: #10201d;
  color: var(--lime);
}

.problem-card h3 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.problem-card p {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.45;
}

.setup-band {
  max-width: 1280px;
  align-items: stretch;
}

.setup-copy,
.setup-card {
  min-height: 100%;
}

.setup-card {
  border-color: rgba(24,191,214,0.24);
}

.setup-card::before {
  content: "No paste-in codes";
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 1;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eaff73;
  color: #111722;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 8px 0 rgba(21,27,40,0.08);
}

.setup-card-head {
  padding-right: 122px;
}

.desktop-showcase,
.display-grid {
  gap: 18px;
}

.desktop-controls button,
.workflow,
.mode,
.choice-row button {
  min-height: 54px;
  font-size: 16px;
}

@media (prefers-reduced-motion: reduce) {
  [data-demo-control] {
    transition-duration: 0.01ms;
  }

  [data-demo-control]:hover:not(:disabled):not(:active):not(.demo-pressed),
  [data-demo-control]:active:not(:disabled),
  [data-demo-control].demo-pressed:not(:disabled) {
    transform: none;
  }
}

.policy-row,
.desktop-list div,
.tray-menu div,
.timeline div {
  border: 1px solid rgba(255,255,255,0.08);
}

.trust-grid article,
.extra-grid article,
.connector-grid article {
  border-color: rgba(11,124,90,0.14);
}

.trust-grid article::before,
.connector-grid article::before,
.extra-grid article::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 23px 0 0 var(--lime);
}

.extra-grid article {
  min-height: 285px;
}

.extra-grid strong {
  letter-spacing: -0.06em;
}

.pricing-band {
  max-width: 1280px;
}

.price-row article {
  display: flex;
  flex-direction: column;
}

.price-row article::before {
  content: "Cancel anytime";
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #effff6;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-row .featured::before {
  background: var(--lime);
  color: #111722;
}

.price-row article:first-child::before {
  content: "Try it first";
}

.price-row article:last-child::before {
  content: "Team controls";
}

.ai-router-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
  max-width: 1280px;
}

.ai-router-copy {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 16% 14%, rgba(234,255,115,0.38), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(24,191,214,0.18), transparent 32%),
    linear-gradient(135deg, #141821, #21443e);
  color: #fff;
  box-shadow: var(--bubble-shadow);
}

.ai-router-copy {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
  gap: 26px;
  align-items: end;
}

.ai-router-copy span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
  color: var(--lime);
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: none;
}

.ai-router-copy .inline-plug {
  width: 58px;
  height: 58px;
  margin-right: 0;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(20,24,33,0.2);
}

.ai-router-copy h2 {
  margin-bottom: 28px;
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.ai-router-copy p {
  margin-bottom: 0;
  color: rgba(255,255,255,0.76);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.48;
}

.ai-router-copy > span,
.ai-router-copy > h2 {
  grid-column: 1;
}

.ai-router-copy > p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
}

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

.router-story article,
.router-flow {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(11,124,90,0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 12%, rgba(234,255,115,0.24), transparent 30%),
    #fff;
  box-shadow: var(--bubble-shadow);
}

.router-story article {
  min-height: 255px;
  padding: 24px;
}

.router-story article::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 23px 0 0 var(--lime);
}

.router-story small {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e8fff4;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.router-story h3 {
  margin-bottom: 16px;
  font-size: clamp(28px, 2.35vw, 38px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  overflow-wrap: anywhere;
}

.router-story p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.router-story .router-featured {
  background:
    radial-gradient(circle at 86% 12%, rgba(24,191,214,0.18), transparent 30%),
    linear-gradient(135deg, #ffffff, #eafff2);
  border-color: rgba(24,191,214,0.5);
}

.router-flow {
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
  margin-top: 16px;
}

.router-flow div {
  display: grid;
  gap: 10px;
  min-height: 126px;
  padding: 14px;
  border-radius: 22px;
  background: #effbea;
}

.router-flow strong {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--charcoal);
  color: var(--lime);
}

.router-flow span {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.2;
}

.video-demo-band {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 22px;
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
  padding: 92px 24px 42px;
}

.video-demo-copy,
.video-demo-frame {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(11,124,90,0.14);
  border-radius: 34px;
  box-shadow: var(--bubble-shadow);
}

.video-demo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  padding: 32px;
  background:
    radial-gradient(circle at 18% 14%, rgba(234,255,115,0.4), transparent 29%),
    radial-gradient(circle at 90% 16%, rgba(24,191,214,0.18), transparent 31%),
    linear-gradient(135deg, #141821, #21443e);
  color: #fff;
}

.video-demo-copy span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
  color: var(--lime);
  font-size: clamp(26px, 2.7vw, 40px);
  font-weight: 900;
  line-height: 1.05;
}

.video-demo-copy .inline-plug {
  width: 58px;
  height: 58px;
  margin-right: 0;
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(20,24,33,0.2);
}

.video-demo-copy h2 {
  margin-bottom: 28px;
  font-size: clamp(44px, 5.6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.video-demo-copy p {
  margin-bottom: 0;
  color: rgba(255,255,255,0.76);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.5;
}

.video-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.video-demo-actions .light {
  color: #111923;
  background: #fff;
  border-color: rgba(255,255,255,0.3);
}

.video-demo-frame {
  display: grid;
  min-height: 430px;
  place-items: center;
  padding: 16px;
  background:
    radial-gradient(circle at 8% 12%, rgba(234,255,115,0.34), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(24,191,214,0.16), transparent 32%),
    #fff;
}

.video-demo-frame img {
  display: block;
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 18px 0 rgba(21,27,40,0.06), 0 34px 80px rgba(16,25,40,0.16);
}

@media (max-width: 980px) {
  nav { display: none; }
  .hero-scene { min-height: auto; padding-top: 88px; }
  .scene-layer { position: relative; inset: auto; width: 100%; margin: 12px 0; }
  .hero-copy { padding: 28px; }
  .hero-visuals { grid-template-columns: 1fr; margin-top: 30px; }
  .browser-frame, .console-window, .permission-card { width: 100%; }
  .section-heading, .split-band, .reverse, .pricing-band, .engine-band, .desktop-showcase, .trust-band, .setup-band, .friendly-heading, .ai-router-band, .video-demo-band { grid-template-columns: 1fr; }
  .ai-router-copy { grid-template-columns: 1fr; }
  .ai-router-copy > span,
  .ai-router-copy > h2,
  .ai-router-copy > p {
    grid-column: 1;
    grid-row: auto;
  }
  .extras-band .section-heading h2 {
    transform: none;
  }
  .friendly-heading p { grid-column: 1; margin-top: -12px; }
  .setup-copy { position: static; }
  .setup-copy h2 { font-size: clamp(48px, 10vw, 82px); }
  .section-heading > span,
  .copy-col > span,
  .pricing-band > div > span,
  .support-card > span,
  .engine-copy > span,
  .trust-copy > span {
    font-size: clamp(24px, 5vw, 36px);
  }
  .connector-grid, .display-grid, .price-row, .support-promises, .trust-grid, .extra-grid, .problem-grid, .relief-strip, .router-story, .router-flow { grid-template-columns: 1fr 1fr; }
  .router-flow { grid-column: auto; }
  .trust-copy { position: static; }
  .hero-promise { grid-template-columns: 1fr 1fr; }
  .footer-cta {
    display: grid;
    align-items: start;
  }
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .topbar { padding: 10px 12px; }
  .brand span:last-child { display: none; }
  .nav-link, .nav-cta { padding: 8px 9px; font-size: 12px; white-space: nowrap; }
  .hero-scene {
    width: 100%;
    max-width: 100vw;
    padding-left: 14px;
    padding-right: 14px;
  }
  .hero-copy {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    min-width: 0;
    padding: 22px;
    border-radius: 10px;
  }
  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-lede,
  .hero-proof span,
  .hero-buttons .button {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .hero-copy .eyebrow,
  .hero-lede {
    display: block;
    width: 100%;
  }
  .hero-motto {
    position: static;
    transform: none;
    display: inline-flex;
    width: auto;
    max-width: 100%;
    margin: 0 0 18px;
    padding: 10px 14px 11px;
    font-size: clamp(20px, 6vw, 26px);
    white-space: normal;
  }
  .hero-motto span {
    animation: none;
  }
  .hero-copy h1 {
    font-size: clamp(44px, 13vw, 54px);
    line-height: 0.98;
  }
  .hero-lede {
    font-size: 18px;
  }
  .hero-promise { grid-template-columns: 1fr; }
  .hero-buttons .button {
    text-align: center;
  }
  h2 { font-size: 34px; }
  .setup-copy span { gap: 12px; margin-bottom: 24px; font-size: 24px; }
  .setup-copy .inline-plug { width: 48px; height: 48px; border-radius: 14px; }
  .setup-copy h2 { font-size: 48px; }
  .setup-copy p { font-size: 22px; }
  .advanced-link { padding: 22px; }
  .advanced-link summary { font-size: 24px; }
  .section-heading > span,
  .copy-col > span,
  .pricing-band > div > span,
  .support-card > span,
  .engine-copy > span,
  .trust-copy > span {
    gap: 12px;
    margin-bottom: 24px;
    font-size: 24px;
  }
  .section-heading > span .inline-plug,
  .copy-col > span .inline-plug,
  .pricing-band > div > span .inline-plug,
  .support-card > span .inline-plug,
  .engine-copy > span .inline-plug,
  .trust-copy > span .inline-plug {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .copy-col p,
  .pricing-band p,
  .support-card p,
  .trust-copy p,
  .engine-copy p {
    font-size: 20px;
  }
  .browser-tabs, .connector-grid, .display-grid, .price-row, .support-promises, .console-grid, .engine-grid, .desktop-body, .trust-grid, .extra-grid, .problem-grid, .relief-strip, .router-story, .router-flow { grid-template-columns: 1fr; }
  .problem-card { min-height: 240px; }
  .setup-card::before { position: static; width: fit-content; margin-bottom: 4px; }
  .setup-card-head { padding-right: 0; }
  .desktop-hero-card { grid-column: auto; }
  .download-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    padding: 24px 18px 22px;
    border-radius: 24px;
  }
  .download-panel strong,
  .download-panel p,
  .download-panel small {
    display: block;
    width: 100%;
    max-width: none;
    min-width: 0;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
  .download-panel strong {
    font-size: clamp(34px, 10vw, 46px);
  }
  .download-panel p {
    font-size: clamp(20px, 6vw, 26px);
    line-height: 1.36;
  }
  .download-actions {
    width: 100%;
    gap: 10px;
  }
  .download-actions .button {
    width: 100%;
    min-height: 54px;
    padding-inline: 14px;
    font-size: 16px;
    line-height: 1.1;
    white-space: normal;
  }
  .download-actions small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.35;
  }
  .permission-actions, .choice-row { grid-template-columns: 1fr; }
  .policy-row { display: grid; }
  .policy-row strong { text-align: left; }
  .site-footer {
    margin-top: 20px;
    padding: 32px 14px 22px;
  }
  .footer-shell {
    gap: 32px;
  }
  .footer-cta {
    padding: 24px 20px;
    border-radius: 24px;
  }
  .footer-cta h2 {
    font-size: 38px;
  }
  .footer-cta-actions,
  .footer-cta-actions .button {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 520px) {
  .hero-copy {
    max-width: min(calc(100vw - 28px), 362px);
    margin-inline: 0 auto;
  }
  .hero-copy h1 {
    font-size: clamp(40px, 11vw, 48px);
  }
  .hero-copy .eyebrow {
    font-size: 14px;
  }
  .hero-lede {
    font-size: 16px;
    line-height: 1.45;
  }
  .hero-proof span,
  .hero-buttons .button {
    font-size: 14px;
  }
}
