/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --ink: #06142f;
  --navy: #071329;
  --panel: #0b1b36;
  --line: #8cb1e62e;
  --muted: #8191aa;
  --blue: #1768ff;
  --cyan: #1ce4e9;
  --amber: #ffb547;
  --green: #33e19b;
  --paper: #f4f7fb;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--navy);
  color: #fff;
  font-family: var(--font-geist-sans), Arial, sans-serif;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  z-index: 50;
  background: #071329db;
  justify-content: space-between;
  align-items: center;
  height: 84px;
  padding: 0 clamp(24px, 5.5vw, 88px);
  display: flex;
  position: sticky;
  top: 0;
}
.brand {
  letter-spacing: 0.11em;
  align-items: center;
  gap: 11px;
  font-weight: 730;
  display: flex;
}
.line-box {
  border: 2px solid #42d8ff;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  width: 58px;
  height: 58px;
  padding: 10px;
  display: grid;
  box-shadow: 0 0 20px #20c5ff47;
}
.line-box i {
  border: 1px solid #2681ff;
  display: block;
}
.line-box.compact {
  border-width: 1px;
  gap: 3px;
  width: 28px;
  height: 28px;
  padding: 5px;
}
.header-tools {
  align-items: center;
  gap: 20px;
  display: flex;
}
.language-switch {
  color: #526b8b;
  font:
    650 11px var(--font-geist-mono),
    monospace;
  align-items: center;
  gap: 6px;
  display: flex;
}
.language-switch button {
  appearance: none;
  color: #647994;
  cursor: pointer;
  font: inherit;
  background: 0 0;
  border: 0;
  padding: 8px 3px;
}
.language-switch button.selected {
  color: var(--cyan);
}
nav {
  color: #a9b6cb;
  gap: 34px;
  font-size: 14px;
  display: flex;
}
nav a:hover {
  color: #fff;
}
.header-cta {
  border: 1px solid #2c69be;
  border-radius: 4px;
  padding: 11px 15px;
  font-size: 13px;
  font-weight: 650;
}
.header-cta span {
  color: var(--cyan);
  margin-left: 8px;
}
.hero {
  background:
    radial-gradient(circle at 76% 44%, #1567ff29, #0000 30%),
    radial-gradient(circle at 62% 80%, #19e5e912, #0000 28%), #071329;
  grid-template-columns: 46% 54%;
  min-height: calc(100vh - 84px);
  padding: 80px clamp(24px, 5.5vw, 88px) 68px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  background-image:
    linear-gradient(#6395d90b 1px, #0000 1px),
    linear-gradient(90deg, #6395d90b 1px, #0000 1px);
  background-size: 64px 64px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #0000 3%, #000 65%, #0000);
  mask-image: linear-gradient(90deg, #0000 3%, #000 65%, #0000);
}
.hero-copy {
  z-index: 2;
  align-self: center;
}
.eyebrow,
.section-index {
  color: #77a8eb;
  font:
    600 11px/1 var(--font-geist-mono),
    monospace;
  letter-spacing: 0.18em;
}
.eyebrow {
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  display: flex;
}
.pulse {
  background: var(--cyan);
  width: 7px;
  height: 7px;
  box-shadow: 0 0 14px var(--cyan);
  border-radius: 50%;
}
h1 {
  letter-spacing: -0.065em;
  margin: 0;
  font-size: clamp(58px, 6.5vw, 102px);
  font-weight: 690;
  line-height: 0.92;
}
h1 span {
  color: #7184a2;
}
.hero-lead {
  color: #a8b5c9;
  max-width: 610px;
  margin: 32px 0 38px;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.65;
}
.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}
.button {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  min-height: 54px;
  padding: 0 23px;
  font-size: 14px;
  font-weight: 680;
  transition:
    transform 0.2s,
    background 0.2s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: var(--blue);
  box-shadow: 0 10px 30px #1768ff3d;
}
.button.ghost {
  color: #ced7e4;
  border: 1px solid #344563;
}
.hero-note {
  color: #7b8ba4;
  align-items: flex-start;
  gap: 18px;
  margin-top: 72px;
  display: flex;
}
.hero-note span {
  color: var(--cyan);
  font:
    600 11px var(--font-geist-mono),
    monospace;
}
.hero-note p {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}
.chest-stage {
  z-index: 2;
  align-self: center;
  min-height: 680px;
  position: relative;
}
.orbit {
  border: 1px solid #397fe038;
  border-radius: 50%;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.orbit-one {
  width: 520px;
  height: 520px;
}
.orbit-two {
  border-style: dashed;
  width: 380px;
  height: 380px;
}
.connector {
  background: linear-gradient(90deg, #0000, #2e85ff, #0000);
  width: 88%;
  height: 1px;
  position: absolute;
  top: 48%;
  left: 6%;
}
.connector-b {
  transform: rotate(90deg);
}
.chest {
  width: 280px;
  height: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
}
.chest-lid {
  background: linear-gradient(160deg, #1e4d88, #0d2140 65%);
  border: 1px solid #4f8ed9;
  border-radius: 20px 20px 6px 6px;
  width: 240px;
  height: 74px;
  position: absolute;
  top: 15px;
  left: 20px;
  transform: perspective(300px) rotateX(-18deg);
  box-shadow:
    inset 0 0 30px #379dff33,
    0 0 35px #147dff26;
}
.chest-lid span {
  background: #2d70b9;
  border-radius: 4px;
  width: 130px;
  height: 4px;
  margin: 27px auto;
  display: block;
  box-shadow: 0 0 14px #1c8cff;
}
.chest-glow {
  filter: blur(30px);
  background: #2db7ff6b;
  width: 220px;
  height: 80px;
  position: absolute;
  top: 58px;
  left: 30px;
}
.chest-body {
  background: linear-gradient(145deg, #153763, #09182f 70%);
  border: 1px solid #468ed9;
  border-radius: 8px 8px 18px 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 266px;
  height: 172px;
  display: flex;
  position: absolute;
  top: 75px;
  left: 7px;
  box-shadow:
    inset 0 0 48px #227fe033,
    0 25px 60px #00000073;
}
.chest-body small {
  color: #6d98cc;
  font: 600 9px var(--font-geist-mono);
  letter-spacing: 0.17em;
  margin-top: 20px;
}
.chest-body .line-box {
  transform: rotate(30deg);
}
.mini-bot {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 3;
  background: #0b1d39c7;
  border: 1px solid #5e95e052;
  border-radius: 8px;
  place-items: center;
  width: 122px;
  height: 122px;
  display: grid;
  position: absolute;
  box-shadow:
    inset 0 0 25px #196bd21a,
    0 15px 35px #00000040;
}
.mini-bot span {
  color: #59bcff;
  border: 1px solid #2d87e5;
  border-radius: 4px;
  place-items: center;
  width: 47px;
  height: 47px;
  font-weight: 750;
  display: grid;
}
.mini-bot small {
  color: #667e9f;
  font: 600 8px var(--font-geist-mono);
  letter-spacing: 0.16em;
  position: absolute;
  bottom: 12px;
}
.mini-one {
  top: 12%;
  left: 7%;
}
.mini-two {
  top: 12%;
  right: 6%;
}
.mini-three {
  bottom: 7%;
  left: 7%;
}
.mini-four {
  bottom: 7%;
  right: 6%;
}
.status-label {
  color: #56749d;
  font: 600 8px var(--font-geist-mono);
  letter-spacing: 0.13em;
  position: absolute;
}
.status-top {
  top: 4%;
  left: 50%;
  transform: translate(-50%);
}
.status-top span {
  color: var(--green);
}
.status-bottom {
  white-space: nowrap;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.manifesto {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  padding: 35px 0 0;
  overflow: hidden;
}
.manifesto > p {
  color: #8797af;
  text-transform: uppercase;
  font: 600 11px var(--font-geist-mono);
  letter-spacing: 0.19em;
}
.ticker {
  white-space: nowrap;
  color: #244466;
  letter-spacing: -0.04em;
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 4vw, 75px);
  margin-top: 32px;
  padding: 22px;
  font-size: clamp(19px, 3.1vw, 44px);
  font-weight: 720;
  display: flex;
}
.ticker span {
  align-items: center;
  gap: clamp(24px, 4vw, 75px);
  display: flex;
}
.ticker i {
  color: #166eff;
  font-size: 20px;
  font-style: normal;
}
.section {
  padding: 120px clamp(24px, 6.5vw, 104px);
}
.bots-section {
  background: var(--paper);
  color: var(--ink);
}
.section-heading {
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 64px;
  display: grid;
}
.section-heading h2,
.principles h2,
.cta-section h2 {
  letter-spacing: -0.055em;
  margin: 20px 0 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
}
.section-heading > p {
  color: #607089;
  max-width: 500px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}
.bot-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  display: grid;
}
.bot-card {
  background: #fff;
  border: 1px solid #dce4ef;
  flex-direction: column;
  min-height: 420px;
  padding: 22px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  display: flex;
  position: relative;
}
.bot-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px #081d4117;
}
.bot-card:not(.more-card) {
  cursor: pointer;
}
.bot-card.selected {
  border-color: var(--accent);
  box-shadow: 0 20px 45px #081d4117;
  transform: translateY(-5px);
}
.bot-card.blue {
  --accent: #1768ff;
}
.bot-card.amber {
  --accent: #d98214;
}
.bot-card.cyan {
  --accent: #0dbbc4;
}
.bot-card.green {
  --accent: #17ae77;
}
.bot-top {
  font: 600 8px var(--font-geist-mono);
  letter-spacing: 0.12em;
  color: #8996a9;
  justify-content: space-between;
  display: flex;
}
.active {
  color: #4b5f78;
}
.active i {
  background: #18bb7a;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  display: inline-block;
}
.bot-icon {
  border: 1px solid var(--accent);
  place-items: center;
  width: 60px;
  height: 60px;
  margin: 45px 0 25px;
  display: grid;
}
@supports (color: color-mix(in lab, red, red)) {
  .bot-icon {
    border: 1px solid color-mix(in srgb, var(--accent) 45%, white);
  }
}
.bot-icon {
  background: var(--accent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bot-icon {
    background: color-mix(in srgb, var(--accent) 8%, white);
  }
}
.bot-icon {
  color: var(--accent);
  border-radius: 7px;
  font-size: 22px;
  font-weight: 750;
}
.bot-card h3 {
  letter-spacing: -0.04em;
  margin: 0 0 5px;
  font-size: 29px;
}
.technical-name {
  color: var(--accent);
  font: 600 9px var(--font-geist-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bot-card > p {
  color: #65758d;
  margin: 20px 0;
  font-size: 13px;
  line-height: 1.7;
}
.bot-footer {
  border-top: 1px solid #e4eaf2;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  font-size: 12px;
  font-weight: 650;
  display: flex;
}
.bot-footer span:last-child {
  color: var(--accent);
}
.more-card {
  color: #fff;
  background: #091a34;
  border-color: #132c50;
  justify-content: center;
}
.plus {
  color: #4474ad;
  font-size: 62px;
  font-weight: 200;
  line-height: 1;
}
.more-card h3 {
  margin-top: 30px;
}
.more-card > p {
  color: #8798b2;
}
.coming {
  color: #4e79a9;
  font: 600 8px var(--font-geist-mono);
  letter-spacing: 0.16em;
  margin-top: 25px;
}
.system-section {
  background: #071329;
}
.section-heading.light > p {
  color: #8292aa;
}
.section-heading.light h2 {
  max-width: 720px;
}
.steps {
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 80px;
  display: grid;
}
.step {
  padding-right: 40px;
}
.step > span {
  color: #4e72a0;
  font: 600 10px var(--font-geist-mono);
}
.step-line {
  background: #223653;
  height: 1px;
  margin: 25px 0 32px;
  position: relative;
}
.step-line i {
  background: #2380ff;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: -3px;
  left: 0;
  box-shadow: 0 0 12px #2380ff;
}
.step h3 {
  margin: 0 0 13px;
  font-size: 22px;
}
.step p {
  color: #7688a3;
  max-width: 230px;
  font-size: 13px;
  line-height: 1.65;
}
.bot-detail-panel {
  background: #f6f9fd;
  border: 1px solid #cdd9e8;
  border-left: 4px solid var(--cyan);
  margin-top: 22px;
  padding: clamp(26px, 4vw, 48px);
}
.bot-detail-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.bot-detail-heading button {
  color: #53657e;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 4px 10px;
  font-size: 30px;
  line-height: 1;
}
.bot-detail-panel h3 {
  color: #0a2342;
  letter-spacing: -0.035em;
  max-width: 780px;
  margin: 18px 0 12px;
  font-size: clamp(25px, 3vw, 38px);
}
.bot-detail-panel > p {
  color: #52647b;
  max-width: 780px;
  font-size: 15px;
  line-height: 1.75;
}
.bot-detail-panel ul {
  color: #40546e;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.bot-detail-panel li {
  background: #fff;
  border: 1px solid #dbe4ef;
  padding: 18px;
  font-size: 13px;
  line-height: 1.55;
}
.bot-detail-panel strong {
  color: #0a5060;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .ticker {
    white-space: normal;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
    font-size: clamp(17px, 5vw, 25px);
    display: grid;
  }
  .ticker span {
    justify-content: center;
    gap: 12px;
  }
  .bot-detail-panel ul {
    grid-template-columns: 1fr;
  }
}
.flow-panel {
  background: #091a34;
  border: 1px solid #1a3153;
  margin-top: 90px;
  padding: 28px;
}
.flow-label {
  color: #4d79ad;
  font: 600 9px var(--font-geist-mono);
  letter-spacing: 0.14em;
  justify-content: space-between;
  display: flex;
}
.flow-label span:before {
  content: "";
  background: var(--green);
  width: 6px;
  height: 6px;
  box-shadow: 0 0 10px var(--green);
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
}
.flow {
  justify-content: space-between;
  align-items: center;
  margin-top: 42px;
  display: flex;
}
.flow-item {
  display: contents;
}
.flow div {
  text-align: center;
  flex: 1;
}
.flow b {
  font-size: 15px;
  display: block;
}
.flow small {
  color: #526b8b;
  font: 600 8px var(--font-geist-mono);
  letter-spacing: 0.12em;
  margin-top: 8px;
  display: block;
}
.flow > i {
  color: #2467ae;
  font-style: normal;
}
.principles {
  color: var(--ink);
  background: #eef3f9;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  display: grid;
}
.principles-intro {
  align-self: start;
  position: sticky;
  top: 150px;
}
.principle-list article {
  border-top: 1px solid #ccd7e5;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding: 35px 0;
  display: grid;
}
.principle-list article:last-child {
  border-bottom: 1px solid #ccd7e5;
}
.principle-list > article > span {
  color: #3280df;
  font: 600 10px var(--font-geist-mono);
}
.principle-list h3 {
  margin: 0 0 10px;
  font-size: 25px;
}
.principle-list p {
  color: #667791;
  margin: 0;
  line-height: 1.65;
}
.cta-section {
  text-align: center;
  background: radial-gradient(circle at 50% 48%, #1568ff40, #0000 31%), #071329;
  padding: 130px 24px;
  position: relative;
  overflow: hidden;
}
.cta-section:before {
  content: "";
  background-image:
    linear-gradient(#6395d90a 1px, #0000 1px),
    linear-gradient(90deg, #6395d90a 1px, #0000 1px);
  background-size: 55px 55px;
  position: absolute;
  inset: 0;
}
.cta-section > * {
  z-index: 1;
  position: relative;
}
.cta-section > .line-box {
  margin: 0 auto 35px;
}
.cta-section h2 {
  margin: 25px 0;
  font-size: clamp(55px, 7vw, 104px);
}
.cta-section p {
  color: #8fa0b9;
  max-width: 580px;
  margin: 0 auto 38px;
  font-size: 17px;
  line-height: 1.7;
}
footer {
  border-top: 1px solid var(--line);
  color: #697b96;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  min-height: 150px;
  padding: 44px clamp(24px, 5.5vw, 88px);
  font-size: 12px;
  display: grid;
}
footer .brand {
  color: #fff;
}
footer > p {
  text-align: center;
}
footer > div {
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  display: flex;
}
footer a:hover {
  color: #fff;
}
.receptionist-trigger {
  cursor: pointer;
  color: #ced7e4;
  background: 0 0;
  font-family: inherit;
}
.bot-eye {
  border: 1px solid #3caaf4;
  border-radius: 50%;
  place-items: center;
  width: 19px;
  height: 19px;
  display: inline-grid;
  box-shadow: 0 0 10px #1ce4e940;
}
.bot-eye:after {
  content: "";
  background: var(--cyan);
  width: 5px;
  height: 5px;
  box-shadow: 0 0 8px var(--cyan);
  border-radius: 50%;
}
.reception-section {
  min-height: 650px;
  color: var(--ink);
  background: #e9eff6;
  grid-template-columns: 1fr 1fr;
  display: grid;
  overflow: hidden;
}
.reception-visual {
  background: #0a1830;
  min-height: 650px;
  position: relative;
}
.reception-visual:after {
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, #0000 70%, #e9eff6),
    linear-gradient(#0000 60%, #07132959);
  position: absolute;
  inset: 0;
}
.reception-visual img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.reception-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(70px, 8vw, 130px);
  display: flex;
}
.reception-copy h2 {
  letter-spacing: -0.06em;
  margin: 24px 0;
  font-size: clamp(50px, 6vw, 88px);
  line-height: 1;
}
.reception-copy > p {
  color: #61728a;
  max-width: 570px;
  margin: 0 0 35px;
  font-size: 17px;
  line-height: 1.75;
}
.reception-fab {
  z-index: 80;
  color: #fff;
  cursor: pointer;
  min-width: 150px;
  height: 54px;
  font:
    700 11px var(--font-geist-mono),
    monospace;
  letter-spacing: 0.12em;
  background: #0b1b36;
  border: 1px solid #2d77c9;
  border-radius: 6px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  display: flex;
  position: fixed;
  bottom: 26px;
  right: 28px;
  box-shadow: 0 16px 45px #00000059;
}
.reception-fab b {
  color: var(--cyan);
  margin-left: auto;
  font-size: 20px;
  font-weight: 400;
}
.fab-head {
  border: 1px solid #468ed9;
  border-radius: 10px 10px 4px 4px;
  place-items: center;
  width: 27px;
  height: 23px;
  display: grid;
}
.fab-head i {
  background: var(--cyan);
  width: 6px;
  height: 6px;
  box-shadow: 0 0 8px var(--cyan);
  border-radius: 50%;
}
.reception-panel {
  z-index: 79;
  width: min(390px, 100vw - 32px);
  color: var(--ink);
  background: #f4f7fb;
  border: 1px solid #bfcde0;
  border-radius: 8px;
  position: fixed;
  bottom: 92px;
  right: 28px;
  overflow: hidden;
  box-shadow: 0 28px 70px #00000061;
}
.panel-head {
  color: #fff;
  background: #091a34;
  border-bottom: 1px solid #244469;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 0 18px;
  display: flex;
}
.panel-head > div {
  align-items: center;
  gap: 12px;
  display: flex;
}
.panel-head p {
  font:
    700 11px var(--font-geist-mono),
    monospace;
  letter-spacing: 0.1em;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  display: flex;
}
.panel-head small {
  color: #5e84b2;
  font-size: 8px;
}
.panel-head button {
  color: #8aa1be;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 25px;
}
.panel-body {
  padding: 20px;
}
.bubble {
  background: #fff;
  border: 1px solid #dce4ef;
  margin: 0;
  padding: 15px;
  font-size: 14px;
  line-height: 1.55;
}
.panel-prompt {
  margin: 22px 0 12px;
  font-weight: 700;
}
.quick-options {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}
.quick-options button {
  color: #294664;
  cursor: pointer;
  background: 0 0;
  border: 1px solid #b9c9dc;
  border-radius: 4px;
  min-height: 40px;
  font-weight: 650;
}
.quick-options button:hover,
.quick-options button.chosen {
  border-color: var(--blue);
  color: #0d5ee9;
  background: #e6efff;
}
.bot-answer {
  border-left: 3px solid var(--cyan);
  background: #eaf2f8;
  margin-top: 18px;
  padding: 15px;
}
.bot-answer b {
  font-size: 14px;
}
.bot-answer p {
  color: #5b6e85;
  margin: 8px 0 12px;
  font-size: 13px;
  line-height: 1.55;
}
.bot-answer a {
  color: #0d5ee9;
  font-size: 12px;
  font-weight: 700;
}
@media (width<=1100px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 90px;
  }
  .hero-copy {
    max-width: 750px;
  }
  .chest-stage {
    min-height: 650px;
  }
  .bot-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .more-card {
    grid-column: span 2;
    min-height: 300px;
  }
  .principles {
    gap: 50px;
  }
  .reception-section {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .reception-copy {
    padding: 70px 45px;
  }
}
@media (width<=720px) {
  .site-header {
    height: 70px;
  }
  nav,
  .header-cta {
    display: none;
  }
  .brand {
    gap: 7px;
    font-size: 13px;
  }
  .line-box.compact {
    width: 24px;
    height: 24px;
  }
  .header-tools {
    gap: 8px;
  }
  .hero {
    min-height: auto;
    padding-top: 70px;
  }
  .hero-lead {
    margin-top: 25px;
  }
  .hero-note {
    margin-top: 45px;
  }
  .chest-stage {
    min-height: 520px;
    margin: -50px -80px;
    transform: scale(0.75);
  }
  .manifesto {
    padding-top: 22px;
  }
  .ticker {
    justify-content: flex-start;
    overflow: hidden;
  }
  .section {
    padding: 82px 22px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 45px;
  }
  .bot-grid {
    grid-template-columns: 1fr;
  }
  .more-card {
    grid-column: auto;
  }
  .bot-card {
    min-height: 390px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .step {
    padding: 0;
  }
  .step p {
    max-width: none;
  }
  .flow {
    grid-template-columns: 1fr;
    gap: 14px;
    display: grid;
  }
  .flow > i {
    transform: rotate(90deg);
  }
  .principles {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .principles-intro {
    position: static;
  }
  .reception-section {
    grid-template-columns: 1fr;
  }
  .reception-visual {
    min-height: 420px;
  }
  .reception-visual:after {
    background: linear-gradient(#0000 75%, #e9eff6);
  }
  .reception-copy {
    padding: 30px 22px 80px;
  }
  .reception-fab {
    min-width: 132px;
    bottom: 16px;
    right: 16px;
  }
  .reception-panel {
    bottom: 80px;
    right: 16px;
  }
  footer {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  footer > div {
    align-items: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
