@font-face {
  font-family: Geist;
  src: url("assets/geist-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #fff;
  --bg: #f7f8fa;
  --ink: #141820;
  --muted: #626c7c;
  --blue: #2457ee;
  --blue-soft: #eef3ff;
  --line: #e3e7ef;
  --dark: #0e1422;
  --radius: 16px;
  --shadow: 0 24px 64px -24px #14244624;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Geist, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 540;
  line-height: 1.08;
  letter-spacing: -0.055em;
}
h1 {
  font-size: clamp(46px, 5.7vw, 78px);
}
h2 {
  font-size: clamp(34px, 4vw, 54px);
}
h3 {
  font-size: 24px;
  letter-spacing: -0.035em;
}
p {
  color: var(--muted);
}
ul,
ol {
  padding: 0;
}
img,
svg {
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
.shell {
  width: min(1320px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 112px;
}
.soft-section {
  background: #f0f3f9;
}
.dark-section {
  background: var(--dark);
  color: #f7f9ff;
}
.dark-section p {
  color: #aab6ca;
}
.dark-section .eyebrow {
  color: #91afff;
}
.dark-section .text-link {
  color: #bacdff;
}
.eyebrow,
.small-label,
.card-label,
.menu-label,
.role-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.5;
}
.eyebrow {
  color: var(--blue);
  margin-bottom: 20px;
}
.small-label {
  color: #64748b;
}
.accent-word {
  color: var(--blue);
}
.lede {
  font-size: 18px;
  line-height: 1.7;
  max-width: 630px;
}
.muted {
  color: var(--muted);
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 560;
  font-size: 13px;
  line-height: 1.4;
  transition:
    background 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.button svg {
  width: 17px;
  height: 17px;
  transition: transform 0.2s;
}
.button:hover svg,
.text-link:hover svg {
  transform: translateX(3px);
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: #1a2030;
  color: white;
  box-shadow: 0 3px 4px #17254312;
}
.button-primary:hover {
  background: var(--blue);
  box-shadow: 0 8px 20px #2457ee20;
}
.button-secondary {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}
.button-secondary:hover {
  border-color: #b8c8f1;
  background: #f8faff;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
}
.text-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 54px;
  margin-bottom: 48px;
}
.section-heading > div {
  max-width: 720px;
}
.section-heading > p {
  max-width: 355px;
  font-size: 15px;
  flex-shrink: 0;
}
.section-bottom-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  font-size: 14px;
  color: var(--blue);
  font-weight: 550;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  z-index: 110;
  background: white;
  border: 2px solid var(--blue);
  padding: 10px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
:focus-visible {
  outline: 3px solid #456ff7;
  outline-offset: 4px;
}
main:focus {
  outline: none;
}
/* Shared navigation */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #ffffffed;
  border-bottom: 1px solid #e3e7efb0;
  backdrop-filter: blur(18px);
}
.navbar {
  height: 80px;
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-weight: 730;
  letter-spacing: -0.06em;
  font-size: 23px;
  line-height: 1;
}
.brand > svg {
  width: 27px;
  height: 27px;
}
.brand-ai {
  font-size: 10px;
  margin-left: 5px;
  letter-spacing: -0.02em;
  vertical-align: top;
  color: var(--blue);
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.nav-link,
.nav-dropdown > summary {
  font-size: 12px;
  font-weight: 540;
  color: #525c6a;
  white-space: nowrap;
  cursor: pointer;
  padding-block: 28px;
  list-style: none;
}
.nav-link:hover,
.nav-dropdown[open] > summary {
  color: var(--blue);
}
summary::-webkit-details-marker {
  display: none;
}
.nav-dropdown > summary {
  display: flex;
  gap: 7px;
  align-items: center;
}
.chevron {
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s;
}
.nav-dropdown[open] .chevron {
  transform: rotate(225deg);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}
.nav-actions .button {
  min-height: 40px;
  font-size: 12px;
  padding: 10px 15px;
}
.sign-in {
  white-space: nowrap;
  font-size: 12px;
  color: #525c6a;
}
.search-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  padding: 8px;
  color: #687387;
}
.search-trigger svg {
  width: 17px;
  height: 17px;
}
kbd {
  font-family: inherit;
  font-size: 10px;
  line-height: 1.5;
  background: #f1f3f7;
  border: 1px solid #e1e5ee;
  border-radius: 4px;
  padding: 1px 4px;
  color: #637089;
}
.mega-menu {
  position: absolute;
  top: 79px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr 280px;
  background: #fff;
  box-shadow: 0 32px 60px -25px #0e192140;
  border: 1px solid var(--line);
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  animation: menu-in 0.22s var(--ease);
}
.mega-columns {
  padding: 28px 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.menu-label {
  color: #7b8597;
  margin-bottom: 14px;
}
.mega-columns a {
  display: block;
  border-radius: 8px;
  padding: 9px 10px;
  margin-left: -10px;
  font-size: 13px;
}
.mega-columns a:hover {
  background: var(--blue-soft);
  color: var(--blue);
}
.mega-columns a strong {
  font-weight: 550;
}
.mega-columns a span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
}
.mega-feature {
  padding: 30px;
  background: linear-gradient(140deg, #eff4ff, #f8faff);
  display: flex;
  flex-direction: column;
  align-items: start;
}
.mega-feature h3 {
  font-size: 28px;
  line-height: 1.15;
  margin: 4px 0 12px;
}
.mega-feature p {
  font-size: 13px;
  margin-bottom: 20px;
}
.mega-feature .eyebrow {
  margin: 18px 0 0;
  font-size: 9px;
}
.mini-emblem {
  width: 55px;
  height: 55px;
  border-radius: 16px;
  background: white;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  color: var(--blue);
}
.mobile-nav {
  display: none;
}
.mobile-nav > summary {
  list-style: none;
  width: 42px;
  height: 42px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.mobile-nav > summary span {
  width: 20px;
  height: 1.5px;
  background: var(--ink);
}
.mobile-panel {
  position: absolute;
  left: -20px;
  right: -20px;
  top: 71px;
  background: white;
  padding: 15px 24px 26px;
  border-bottom: 1px solid var(--line);
  max-height: calc(100dvh - 72px);
  overflow-y: auto;
  box-shadow: 0 25px 25px #11182712;
}
.mobile-panel > a:not(.button) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid #eef1f7;
  font-size: 15px;
}
.mobile-panel > a svg {
  width: 16px;
}
.mobile-panel .button {
  margin-top: 18px;
  width: 100%;
}
/* Home: company intelligence canvas */
.home-hero {
  padding: 95px 0 0;
  background: #fcfdff;
  position: relative;
  overflow: hidden;
}
.hero-glow {
  position: absolute;
  right: -7%;
  top: -20%;
  width: 66%;
  height: 100%;
  background: radial-gradient(ellipse at center, #e9efffff, transparent 65%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 54px;
}
.hero-copy h1 {
  font-size: clamp(48px, 5.35vw, 76px);
  font-weight: 550;
  letter-spacing: -0.065em;
  line-height: 1.055;
}
.hero-copy > .eyebrow {
  font-size: 9px;
  letter-spacing: 0.1em;
  background: #edf2ff;
  padding: 6px 10px;
  border-radius: 5px;
}
.hero-copy > p {
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.8;
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #59677e;
  margin-top: 22px;
}
.hero-footnote svg {
  width: 13px;
  height: 13px;
}
.tiny-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
}
.intelligence-canvas {
  background: linear-gradient(140deg, #fff, #f6f8fd);
  border: 1px solid #d9e1f0;
  border-radius: 18px;
  box-shadow:
    0 35px 85px -35px #22469242,
    0 8px 24px #283b6c0a;
  position: relative;
  min-width: 0;
  transform: perspective(1800px) rotateY(-3deg) rotateX(1deg);
}
.canvas-toolbar {
  padding: 17px 19px;
  border-bottom: 1px solid #e4e9f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 10px;
}
.canvas-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #5f6d82;
}
.canvas-brand svg {
  width: 14px;
  height: 14px;
}
.preview-label {
  display: inline-flex;
  align-items: center;
  color: #52637e;
  background: #edf1f8;
  border: 1px solid #e0e7f3;
  border-radius: 5px;
  font-size: 9px;
  padding: 3px 6px;
  font-weight: 500;
  white-space: nowrap;
}
.canvas-header {
  padding: 25px 24px 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.canvas-header .small-label {
  font-size: 8px;
  letter-spacing: 0.1em;
}
.canvas-header h2 {
  font-size: 20px;
  letter-spacing: -0.035em;
  margin-top: 5px;
}
.canvas-avatar {
  font-size: 10px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dee8ff;
  color: #2451c5;
}
.canvas-map {
  position: relative;
  padding: 24px 20px 18px;
}
.connectors {
  position: absolute;
  left: 6%;
  top: 23px;
  width: 88%;
  height: 210px;
  max-width: none;
  fill: none;
  stroke: #c8d7f0;
  stroke-width: 1.5;
}
.company-node {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  margin: auto;
  background: white;
  border: 1px solid #cbdafc;
  border-radius: 12px;
  padding: 11px 15px;
  box-shadow: 0 8px 20px #314f9410;
  font-size: 14px;
  font-weight: 650;
}
.company-node > svg {
  color: var(--blue);
  width: 28px;
  height: 28px;
}
.company-node span span {
  display: block;
  font-size: 8px;
  font-weight: 450;
  color: #59677e;
  letter-spacing: 0.02em;
}
.company-node i {
  margin-left: 10px;
  width: 5px;
  height: 5px;
  background: #316eff;
  border-radius: 50%;
}
.worker-nodes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 33px;
}
.worker-node {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 6px;
  text-align: left;
  padding: 15px 11px;
  border-radius: 11px;
  border: 1px solid #dde4ee;
  background: #fff;
  box-shadow: 0 2px 6px #17365604;
  transition:
    transform 0.35s var(--ease),
    border-color 0.35s,
    box-shadow 0.35s;
  min-width: 0;
  color: var(--ink);
}
.worker-node > svg {
  width: 19px;
  height: 19px;
  color: #6c85be;
  margin-bottom: 3px;
}
.worker-node strong {
  font-size: 11px;
  font-weight: 600;
}
.worker-node span {
  color: #59677e;
  font-size: 8px;
  line-height: 1.4;
}
.worker-node.active {
  transform: translateY(-5px);
  border-color: #6f96ff;
  box-shadow: 0 10px 24px #2457ee12;
}
.worker-node.active > svg {
  color: var(--blue);
}
.approval-node {
  position: relative;
  width: max-content;
  margin: 23px auto 0;
  padding: 7px 13px;
  border-radius: 6px;
  background: #eff3fa;
  color: #52637e;
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.approval-node svg {
  width: 13px;
  height: 13px;
}
.activity-feed {
  margin: 0 20px 18px;
  border: 1px solid #e1e8f5;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  gap: 9px;
  align-items: center;
  background: white;
  min-height: 65px;
}
.activity-icon {
  background: #ecf2ff;
  border-radius: 7px;
  padding: 8px;
  color: var(--blue);
  line-height: 0;
}
.activity-icon svg {
  width: 16px;
  height: 16px;
}
.activity-feed .small-label {
  font-size: 7px;
}
.activity-feed p {
  font-size: 10px;
  color: #627085;
  line-height: 1.5;
  margin-top: 3px;
}
.play-toggle {
  margin-left: auto;
}
.icon-button {
  border: 0;
  background: #f1f4f9;
  color: #597092;
  border-radius: 6px;
  min-width: 30px;
  height: 30px;
  font-size: 12px;
}
.canvas-footer {
  border-top: 1px solid #e4e9f2;
  padding: 12px 20px;
  font-size: 8px;
  color: #59677e;
  display: flex;
  justify-content: space-between;
}
.canvas-footer i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #54a586;
  border-radius: 50%;
  margin-right: 4px;
}
.audience-strip {
  margin-top: 76px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.audience-strip > span {
  font-size: 8px;
  letter-spacing: 0.16em;
  color: #59677e;
}
.audience-strip > div {
  display: flex;
  gap: 55px;
  font-size: 13px;
  font-weight: 560;
  color: #626d80;
}
.audience-strip a:hover {
  color: var(--blue);
}
/* Sections and product previews */
.idea-section {
  background: #111a2b;
}
.idea-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
}
.idea-layout h2 {
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.1;
}
.idea-layout h2 em,
.planet-layout h2 em {
  font-style: normal;
  color: #9ab5ff;
}
.idea-layout .large-copy {
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: -0.035em;
  color: #e2e9fa;
  margin-bottom: 22px;
}
.idea-layout p:not(.large-copy) {
  max-width: 435px;
  font-size: 14px;
}
.idea-layout .text-link {
  margin-top: 26px;
}
.connection-strip {
  display: flex;
  align-items: center;
  margin-top: 60px;
  padding-top: 38px;
  border-top: 1px solid #2a354a;
}
.connection-strip > span {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 13px;
  white-space: nowrap;
}
.connection-strip > span svg {
  width: 19px;
  height: 19px;
  color: #82a0e7;
}
.connection-strip > i {
  height: 1px;
  background: #35415b;
  flex: 1;
  margin: 0 26px;
  position: relative;
}
.connection-strip > i:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #7999db;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -2px;
}
.flagship-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.flagship {
  display: block;
  position: relative;
  border: 1px solid #dfe5ef;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition:
    transform 0.3s var(--ease),
    box-shadow 0.3s,
    border-color 0.3s;
}
.flagship:hover {
  transform: translateY(-4px);
  border-color: #b7c9f3;
  box-shadow: var(--shadow);
}
.flagship-copy {
  padding: 35px 36px 30px;
}
.card-label {
  color: #59677e;
  font-size: 9px;
}
.flagship h3 {
  font-size: 29px;
  margin: 15px 0 12px;
}
.flagship p {
  font-size: 14px;
  max-width: 370px;
}
.flagship .text-link {
  margin-top: 22px;
}
.flagship-art {
  padding: 25px 35px 0;
  height: 225px;
  overflow: hidden;
  background: linear-gradient(125deg, #eaf0ff, #f7f9ff);
}
.flagship-workspace .flagship-art {
  background: linear-gradient(125deg, #e8f0ef, #f7fbfa);
}
.flagship-cloud .flagship-art {
  background: linear-gradient(125deg, #ecedf6, #f9f9fb);
}
.flagship-planet .flagship-art {
  background: linear-gradient(125deg, #101b35, #293d66);
}
.product-visual {
  margin: 0;
  background: #fff;
  border: 1px solid #d5deed;
  border-radius: 13px;
  box-shadow: 0 20px 40px -22px #172e5b55;
  overflow: hidden;
  min-width: 0;
}
.product-visual figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 13px;
  border-bottom: 1px solid #e5eaf1;
  font-size: 9px;
  color: #63738c;
}
.window-dots {
  display: flex;
  gap: 4px;
}
.window-dots i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d5deed;
}
.visual-body {
  display: grid;
  grid-template-columns: 43px 1fr;
}
.visual-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 19px;
  padding-top: 22px;
  background: #f4f7fb;
  border-right: 1px solid #e8ecf3;
  color: #7b8eaf;
}
.visual-sidebar svg {
  width: 13px;
  height: 13px;
}
.visual-content {
  padding: 25px 21px;
}
.visual-content .small-label {
  font-size: 8px;
}
.visual-content h3 {
  font-size: 21px;
  letter-spacing: -0.035em;
  margin: 7px 0 24px;
}
.visual-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.visual-mini-grid > div {
  border: 1px solid #e2e8f3;
  border-radius: 8px;
  padding: 12px;
  background: #fbfcff;
}
.visual-mini-grid svg {
  width: 16px;
  height: 16px;
  color: #4972d4;
}
.visual-mini-grid b {
  display: block;
  font-size: 10px;
  font-weight: 560;
  margin: 10px 0;
}
.skeleton {
  display: block;
  width: 90%;
  height: 4px;
  border-radius: 3px;
  background: #e7ecf5;
  margin: 5px 0;
}
.skeleton.short {
  width: 65%;
}
.visual-rows {
  margin: 18px 0;
}
.visual-rows > div {
  display: flex;
  gap: 7px;
  align-items: center;
  border-bottom: 1px solid #eef1f8;
  padding: 9px 0;
  font-size: 9px;
  color: #59677e;
}
.visual-rows svg {
  width: 12px;
  height: 12px;
  color: #3b8570;
}
.visual-rows .pill {
  margin-left: auto;
  font-size: 7px;
  padding: 2px 5px;
}
.visual-prompt {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px;
  border: 1px solid #dce5f7;
  border-radius: 7px;
  color: #59677e;
  font-size: 9px;
}
.visual-prompt svg {
  width: 12px;
  height: 12px;
  color: #4274ea;
}
.visual-prompt svg:last-child {
  margin-left: auto;
}
.flagship .visual-content {
  padding: 15px;
}
.flagship .visual-content h3 {
  font-size: 16px;
  margin-bottom: 14px;
}
.flagship .product-visual {
  transition: transform 0.4s var(--ease);
}
.flagship:hover .product-visual {
  transform: translateY(-5px);
}
.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  padding: 4px 7px;
  background: #edf3ff;
  color: #4c69a3;
  font-size: 9px;
  font-weight: 500;
}
.workforce-section {
  background:
    radial-gradient(ellipse at 95% 60%, #23355260, transparent 50%), #0e1422;
}
.workforce-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.worker-card {
  display: block;
  padding: 27px;
  border: 1px solid #2a364e;
  border-radius: 15px;
  background: linear-gradient(135deg, #1c283f, #131d2e);
  transition:
    transform 0.25s,
    border-color 0.25s;
}
.worker-card:hover {
  transform: translateY(-4px);
  border-color: #6580b3;
}
.worker-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.worker-card-top > span:first-child {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid #3e5275;
  border-radius: 11px;
  background: #263852;
  color: #a9c3ff;
}
.worker-card-top svg {
  width: 19px;
  height: 19px;
}
.role-label {
  color: #8d9ebc;
  font-size: 8px;
}
.worker-card h3 {
  font-size: 31px;
  line-height: 1.15;
  margin: 32px 0 12px;
}
.worker-card p {
  font-size: 13px;
}
.worker-card ul {
  list-style: none;
  margin: 25px 0 30px;
}
.worker-card li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #b7c5dd;
  padding: 8px 0;
  border-top: 1px solid #2a354b;
  font-size: 12px;
}
.worker-card li svg {
  width: 13px;
  height: 13px;
  color: #8badef;
}
.dark-section .section-bottom-link {
  color: #bacdff;
}
.finder-layout {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 65px;
  align-items: start;
}
.finder-aside {
  padding-top: 15px;
}
.large-symbol {
  display: grid;
  place-items: center;
  width: 75px;
  height: 75px;
  background: #edf2ff;
  border: 1px solid #d7e2fb;
  border-radius: 20px;
  color: var(--blue);
  margin-bottom: 29px;
}
.large-symbol svg {
  width: 36px;
  height: 36px;
}
.finder-aside h3 {
  font-size: 36px;
  line-height: 1.15;
}
.finder-aside p {
  margin: 20px 0 24px;
  font-size: 14px;
  max-width: 290px;
}
.industry-explorer {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 45px -35px #182b6045;
}
.directory-toolbar {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}
.directory-search {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 1;
  min-width: 0;
}
.directory-search > svg {
  color: #59677e;
  width: 19px;
  height: 19px;
}
.directory-search input {
  border: 0;
  background: none;
  width: 100%;
  font-size: 13px;
  padding: 6px 0;
  color: var(--ink);
  min-width: 0;
}
.directory-count {
  font-size: 10px;
  color: #5a6d8b;
  white-space: nowrap;
}
.industry-result {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 19px 23px;
  border-bottom: 1px solid #edf0f6;
  transition: background 0.2s;
}
.industry-result:hover {
  background: #f4f7ff;
}
.industry-result h3 {
  font-size: 17px;
  letter-spacing: -0.035em;
}
.industry-result p {
  font-size: 11px;
  margin-top: 6px;
  max-width: 460px;
}
.industry-number {
  font-size: 9px;
  color: #59677e;
}
.industry-result > svg {
  margin-left: auto;
  width: 17px;
  height: 17px;
  color: #7f94ba;
}
.directory-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8faff;
  padding: 15px 24px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 550;
}
.directory-all svg {
  width: 17px;
  height: 17px;
}
.full-directory {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.full-directory .industry-result {
  border-right: 1px solid #edf0f6;
}
.filter-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}
.filter-chip {
  font-size: 11px;
  color: #59677e;
  padding: 7px 11px;
  border-radius: 6px;
  border: 1px solid #dce4f2;
  background: #fff;
}
.filter-chip.selected {
  background: #eaf0ff;
  color: #214fce;
  border-color: #b6cafa;
}
.empty-state {
  padding: 35px 24px;
  font-size: 14px;
}
.empty-state a {
  color: var(--blue);
  text-decoration: underline;
}
/* Company builder */
.builder-section {
  padding-top: 75px;
  background: radial-gradient(ellipse at top, #e8efff, transparent 68%);
}
.builder-intro {
  text-align: center;
  margin-bottom: 45px;
}
.builder-intro p {
  margin-top: 20px;
  font-size: 15px;
}
.company-builder {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  border: 1px solid #d6e1f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.builder-controls {
  padding: 33px;
  background: #fbfcff;
  border-right: 1px solid #e4eaf5;
}
.builder-controls .small-label {
  font-size: 9px;
}
.business-options {
  display: grid;
  gap: 9px;
  margin-top: 23px;
}
.business-options button {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  padding: 13px 16px;
  border: 1px solid #e4e9f3;
  background: white;
  border-radius: 9px;
  font-size: 12px;
  color: #5d6d84;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.business-options button > svg {
  width: 17px;
  height: 17px;
}
.business-options button > svg:last-child {
  margin-left: auto;
  width: 15px;
  height: 15px;
  opacity: 0.4;
}
.business-options button.selected {
  background: #edf3ff;
  border-color: #9fbafe;
  color: #214ecb;
}
.business-options button:hover {
  border-color: #acc3f5;
}
.builder-note {
  font-size: 10px;
  margin-top: 20px;
  line-height: 1.7;
  color: #59677e;
}
.builder-preview {
  padding: 34px 38px;
  background: linear-gradient(135deg, #fff, #f8faff);
  min-width: 0;
}
.builder-preview-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 35px;
}
.builder-preview-top > span:last-child {
  color: #59677e;
  font-size: 8px;
  letter-spacing: 0.1em;
}
.builder-preview h3 {
  font-size: 31px;
  line-height: 1.13;
}
.builder-preview > p {
  font-size: 13px;
  margin-top: 15px;
  max-width: 450px;
}
.blueprint-team {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 25px 0;
}
.blueprint-team > span {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  border: 1px solid #dce5f5;
  padding: 13px 10px;
  border-radius: 8px;
  font-size: 10px;
  color: #526b95;
}
.blueprint-team svg {
  width: 16px;
  height: 16px;
  color: #557ccd;
}
.builder-workflow {
  border-top: 1px solid #e3eaf5;
  padding-top: 19px;
  margin-bottom: 22px;
}
.builder-workflow .small-label {
  font-size: 8px;
}
.builder-workflow ol {
  list-style: none;
  display: flex;
  gap: 9px;
  margin: 12px 0;
}
.builder-workflow li {
  flex: 1;
  color: #546a8b;
  font-size: 9px;
  line-height: 1.5;
  border-top: 2px solid #b2c9fa;
  padding-top: 9px;
}
.builder-preview .button {
  font-size: 11px;
  min-height: 42px;
}
.department-scroll {
  display: grid;
  grid-auto-columns: minmax(270px, 1fr);
  grid-auto-flow: column;
  gap: 17px;
  overflow-x: auto;
  padding: 5px 4px 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #c3d3ef transparent;
}
.department-card {
  padding: 26px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 13px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: start;
  transition: border-color 0.2s;
}
.department-card:hover {
  border-color: #98b4f0;
}
.department-card > svg {
  color: #4c75ce;
  width: 23px;
  height: 23px;
  margin-bottom: 25px;
}
.department-card h3 {
  font-size: 23px;
}
.department-card p {
  font-size: 13px;
  margin-top: 15px;
}
.department-card ul {
  margin: 20px 0 25px;
  list-style: none;
  color: #59677e;
  font-size: 11px;
}
.department-card li {
  padding: 4px 0;
}
.department-card .text-link {
  margin-top: auto;
}
.planet-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.planet-layout p {
  font-size: 15px;
  margin: 25px 0 30px;
  max-width: 400px;
}
.planet-layout h2 {
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.1;
}
.planet-section {
  overflow: hidden;
  background:
    radial-gradient(ellipse at 90% 40%, #26447a65, transparent 60%), #0c1526;
}
.orbital {
  height: 350px;
  position: relative;
  display: grid;
  place-items: center;
}
.orbit {
  position: absolute;
  border: 1px solid #5274a844;
  width: 100%;
  height: 65%;
  border-radius: 50%;
  transform: rotate(-28deg);
}
.orbit-two {
  transform: rotate(28deg);
  width: 90%;
  height: 80%;
}
.orbit-core {
  border-radius: 50%;
  height: 140px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: radial-gradient(circle at 30% 25%, #3660a8, #0a1631 70%);
  border: 1px solid #4567a1;
  box-shadow:
    0 0 85px #336af433,
    inset 0 0 30px #6983bb20;
  color: #cfdefb;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -0.08em;
}
.orbit-core span {
  font-size: 7px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #9ab6e4;
}
.satellite {
  position: absolute;
  border: 1px solid #365177;
  border-radius: 6px;
  background: #152640ee;
  color: #bccfeb;
  font-size: 10px;
  padding: 7px 13px;
}
.s1 {
  top: 8%;
  left: 38%;
}
.s2 {
  left: 1%;
  top: 48%;
}
.s3 {
  right: 0;
  top: 45%;
}
.s4 {
  bottom: 7%;
  left: 45%;
}
.orbital-dot {
  position: absolute;
  top: 20%;
  right: 21%;
  width: 5px;
  height: 5px;
  background: #a3bdff;
  border-radius: 50%;
  box-shadow: 0 0 15px #729dff;
  animation: pulse 4s ease-in-out infinite;
}
.control-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.control-grid > a {
  padding: 33px;
  border-right: 1px solid var(--line);
}
.control-grid > a:last-child {
  border: 0;
}
.control-grid > a > svg:first-child {
  color: #4d73c6;
  margin-bottom: 28px;
}
.control-grid h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.control-grid p {
  font-size: 14px;
  margin-bottom: 24px;
}
.control-grid > a > svg:last-child {
  color: #59677e;
  width: 18px;
}
.final-cta {
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta:before {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #bfd1ff, transparent);
}
.final-cta h2 {
  font-size: clamp(42px, 5vw, 68px);
  max-width: 800px;
  margin: auto;
}
.final-cta p {
  margin: 25px auto 0;
  font-size: 15px;
}
.final-cta .actions {
  justify-content: center;
}
/* Inner pages */
.page-hero {
  padding: 96px 0 76px;
  position: relative;
  background:
    radial-gradient(ellipse at 90% 10%, #e9effd, transparent 60%), #fbfcff;
  border-bottom: 1px solid #e8edf5;
}
.page-hero h1 {
  max-width: 940px;
}
.page-hero .lede {
  margin-top: 25px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 27px;
  font-size: 11px;
  color: #59677e;
}
.breadcrumb a:hover {
  color: var(--blue);
}
.breadcrumb span:last-child {
  color: #4b6084;
}
.detail-hero {
  padding: 58px 0 90px;
  background: radial-gradient(ellipse at 100% 5%, #edf2fc, transparent 55%);
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
}
.detail-hero h1 {
  font-size: clamp(42px, 4.8vw, 65px);
  max-width: 640px;
}
.detail-hero .lede {
  margin-top: 23px;
  font-size: 16px;
}
.availability-note {
  font-size: 12px;
  color: #59677e;
  margin-top: 20px;
}
.detail-grid > .product-visual {
  transform: perspective(1400px) rotateY(-4deg);
  box-shadow: 0 25px 60px -30px #1b448b55;
}
.detail-grid .visual-content {
  padding: 32px 25px;
}
.detail-grid .visual-mini-grid > div {
  padding: 20px 15px;
}
.detail-grid .visual-mini-grid b {
  font-size: 12px;
}
.detail-grid .visual-content h3 {
  font-size: 25px;
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.card {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 29px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  transition:
    transform 0.25s,
    border-color 0.25s,
    box-shadow 0.25s;
  min-width: 0;
}
.card:hover {
  transform: translateY(-4px);
  border-color: #aac1f3;
  box-shadow: var(--shadow);
}
.card-symbol {
  width: 43px;
  height: 43px;
  border: 1px solid #d8e4fa;
  border-radius: 11px;
  background: #f2f6ff;
  display: grid;
  place-items: center;
  color: #4775d5;
  margin-bottom: 24px;
}
.card-symbol svg {
  width: 20px;
  height: 20px;
}
.card .card-label {
  margin-bottom: 12px;
}
.card h3 {
  font-size: 25px;
  line-height: 1.2;
}
.card p {
  font-size: 13px;
  margin: 14px 0 26px;
}
.card-link {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 11px;
  color: var(--blue);
  font-weight: 550;
}
.card-link svg {
  width: 16px;
  height: 16px;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
}
.capability-grid article {
  padding: 31px 25px 35px 0;
  border-bottom: 1px solid var(--line);
  margin-right: 28px;
}
.capability-icon {
  display: block;
  color: #5a7dc7;
  margin-bottom: 23px;
}
.capability-icon svg {
  width: 22px;
  height: 22px;
}
.capability-grid h3 {
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 14px;
}
.capability-grid p {
  font-size: 13px;
  line-height: 1.8;
}
.journey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  border-top: 1px solid #d4ddeb;
}
.journey li {
  padding: 26px 26px 15px 0;
  position: relative;
}
.step-index {
  display: block;
  color: #52637e;
  font-size: 10px;
  margin-bottom: 28px;
}
.journey h3 {
  font-size: 22px;
  line-height: 1.3;
  max-width: 195px;
}
.journey li > svg {
  margin-top: 26px;
  color: #5279c7;
  width: 20px;
  height: 20px;
}
.dark-section .journey {
  border-color: #334664;
}
.industry-scene {
  padding: 25px 29px 30px;
  background: linear-gradient(120deg, #152945, #0d1930);
  color: white;
  border-radius: 17px;
  box-shadow: var(--shadow);
}
.scene-top {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #a3badd;
  font-size: 12px;
  margin-bottom: 35px;
}
.scene-top > svg {
  width: 18px;
  height: 18px;
}
.scene-top .preview-label {
  margin-left: auto;
  background: #24334c;
  border-color: #374b6d;
  color: #b6c8e6;
}
.industry-scene h2 {
  font-size: 33px;
  line-height: 1.15;
  margin-bottom: 30px;
}
.scene-step {
  border-top: 1px solid #2a3d5c;
  padding: 17px 0;
  display: flex;
  gap: 18px;
  align-items: center;
}
.scene-step > span {
  font-size: 9px;
  color: #7f9bc7;
}
.scene-step strong {
  font-size: 13px;
  font-weight: 450;
}
.scene-step > svg {
  width: 17px;
  height: 17px;
  margin-left: auto;
  color: #91b1e9;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
}
.faq-list summary {
  font-size: 18px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
}
.faq-list summary span {
  color: #59677e;
}
.faq-list p {
  max-width: 750px;
  font-size: 14px;
  margin-top: 20px;
}
.editorial-note {
  background: #edf2fb;
  border: 1px solid #dae3f3;
  border-radius: 17px;
  padding: 50px;
}
.editorial-note p {
  font-size: 16px;
  max-width: 710px;
  margin: 27px 0;
}
.editorial-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.editorial-split p {
  margin-bottom: 20px;
}
.prose {
  max-width: 760px;
  margin-inline: auto;
}
.prose h1 {
  font-size: 48px;
  margin-bottom: 25px;
}
.prose h2 {
  font-size: 31px;
  margin: 35px 0 18px;
}
.prose p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 23px;
}
.prose .button {
  margin-top: 10px;
}
.article-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 80px;
}
.article-toc {
  align-self: start;
  position: sticky;
  top: 115px;
  display: grid;
  gap: 14px;
  font-size: 13px;
}
.article-toc strong {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
}
.article-toc a {
  color: #6c7c95;
}
.article-toc a:hover {
  color: var(--blue);
}
.article-layout .prose section {
  margin-bottom: 65px;
  scroll-margin-top: 110px;
}
.article-layout .prose h2 {
  margin-top: 13px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}
.plan {
  display: flex;
  flex-direction: column;
  padding: 29px 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 15px;
  min-width: 0;
}
.plan h2 {
  font-size: 28px;
}
.plan > p {
  font-size: 13px;
  margin: 16px 0 27px;
}
.plan-price {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.plan-caption {
  font-size: 10px;
  color: #59677e;
  margin-top: 7px;
}
.plan ul {
  list-style: none;
  font-size: 11px;
  color: #627590;
  margin: 28px 0;
}
.plan li {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 12px 0;
}
.plan li > svg {
  width: 13px;
  height: 13px;
}
.plan .button {
  margin-top: auto;
  font-size: 11px;
  padding: 12px 15px;
}
.enterprise-plan {
  background: #14243e;
  color: white;
  border-color: #14243e;
}
.enterprise-plan .eyebrow {
  color: #9bbcff;
}
.enterprise-plan p,
.enterprise-plan li,
.enterprise-plan .plan-caption {
  color: #b3c3dd;
}
.enterprise-plan .button {
  background: #fff;
  color: #172c51;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 90px;
}
.contact-layout h2 {
  font-size: 38px;
  max-width: 330px;
}
.contact-layout aside > p {
  font-size: 14px;
  max-width: 320px;
  margin: 23px 0;
}
.contact-address {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 19px;
  letter-spacing: -0.02em;
  color: var(--blue);
  margin-top: 24px;
}
.contact-address svg {
  width: 17px;
}
.contact-steps {
  display: grid;
  gap: 17px;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  color: #59677e;
  letter-spacing: 0.06em;
}
.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 35px;
  display: grid;
  gap: 19px;
  min-width: 0;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.contact-form label {
  display: grid;
  gap: 9px;
  font-size: 12px;
  font-weight: 550;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid #dce3ef;
  border-radius: 8px;
  padding: 12px;
  background: #fbfcff;
  color: var(--ink);
  font-size: 13px;
  width: 100%;
  resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #bed0ff;
  border-color: #7398f5;
}
.form-note {
  font-size: 10px;
  line-height: 1.7;
}
.contact-form [role="status"] {
  font-size: 12px;
  color: var(--blue);
}
.sitemap-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 28px;
}
.sitemap-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.sitemap-links svg {
  width: 15px;
  color: #7692c3;
}
/* Footer and command search */
.site-footer {
  background: #101724;
  color: #bcc7d8;
  padding: 68px 0 25px;
}
.site-footer .brand {
  color: #fff;
}
.site-footer .brand-ai {
  color: #9bbcff;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 30px;
}
.footer-top > div:first-child p {
  margin-top: 25px;
  font-size: 13px;
  line-height: 1.8;
  color: #8a9bb5;
}
.footer-note {
  display: block;
  color: #7185a3;
  font-size: 10px;
  margin-top: 30px;
}
.footer-column h2 {
  font-size: 11px;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #e0e7f5;
  margin-bottom: 20px;
}
.footer-column a {
  display: block;
  font-size: 11px;
  padding: 5px 0;
  color: #8d9db5;
}
.footer-column a:hover,
.footer-bottom a:hover {
  color: #d3e0ff;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: #788da9;
  margin-top: 55px;
  padding-top: 25px;
  border-top: 1px solid #263144;
}
.footer-bottom > div {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.footer-bottom button {
  font-size: 10px;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
}
.search-dialog {
  border: 1px solid #d6e0f2;
  border-radius: 17px;
  width: min(680px, calc(100% - 32px));
  padding: 0;
  box-shadow: 0 45px 120px #14244650;
  max-height: min(700px, 85dvh);
  color: var(--ink);
  overflow: hidden;
  background: white;
}
.search-dialog::backdrop {
  background: #101a305c;
  backdrop-filter: blur(5px);
}
.search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 23px 8px;
}
.search-head h2 {
  font-size: 19px;
  letter-spacing: -0.03em;
}
.search-head .icon-button {
  font-size: 24px;
}
.search-input {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 15px 23px 0;
  border: 1px solid #c4d4f5;
  padding: 12px 15px;
  border-radius: 9px;
  background: #f8faff;
}
.search-input svg {
  width: 19px;
  height: 19px;
  color: #708abc;
}
.search-input input {
  border: 0;
  background: none;
  outline: 0;
  width: 100%;
  font-size: 14px;
}
.search-input:focus-within {
  outline: 2px solid #658eff;
}
.search-status {
  font-size: 10px;
  padding: 13px 25px 8px;
}
.search-results {
  padding: 0 14px 14px;
  max-height: 50dvh;
  overflow-y: auto;
}
.search-results a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-radius: 9px;
  padding: 13px 12px;
}
.search-results a:hover,
.search-results a:focus-visible {
  background: #edf3ff;
}
.search-results strong {
  display: block;
  font-size: 14px;
  font-weight: 550;
}
.search-results span {
  font-size: 10px;
  color: #59677e;
}
.search-results p {
  font-size: 11px;
  margin-top: 4px;
}
.search-results svg {
  width: 17px;
  height: 17px;
  color: #8aa1c8;
}
.search-foot {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 13px 25px;
  font-size: 10px;
  color: #59677e;
}
.search-error {
  padding: 16px;
  font-size: 13px;
  color: #5c7295;
}
.search-error a {
  color: var(--blue);
  text-decoration: underline;
}
.reveal.ready {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.65s var(--ease),
    transform 0.65s var(--ease);
}
.reveal.ready.visible {
  opacity: 1;
  transform: none;
}
@keyframes menu-in {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse {
  50% {
    box-shadow: 0 0 25px #7ea7ff;
    opacity: 0.45;
  }
}
@media (min-width: 1500px) {
  .hero-copy h1 {
    font-size: 82px;
  }
  .home-hero {
    padding-top: 115px;
  }
  .hero-grid {
    gap: 85px;
  }
}
@media (max-width: 1150px) {
  .shell {
    width: calc(100% - 64px);
  }
  .navbar {
    gap: 22px;
  }
  .desktop-nav {
    gap: 17px;
  }
  .nav-actions {
    gap: 10px;
  }
  .nav-actions .sign-in {
    display: none;
  }
  .hero-grid {
    gap: 32px;
  }
  .hero-copy h1 {
    font-size: 58px;
  }
  .canvas-header h2 {
    font-size: 18px;
  }
  .canvas-map {
    padding-inline: 14px;
  }
  .worker-nodes {
    gap: 7px;
  }
  .worker-node {
    padding: 13px 9px;
  }
  .hero-footnote {
    font-size: 9px;
  }
  .section-heading > p {
    max-width: 300px;
  }
  .detail-grid {
    gap: 40px;
  }
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
  .audience-strip > div {
    gap: 32px;
  }
  .finder-layout {
    gap: 35px;
  }
  .footer-top {
    gap: 20px;
  }
}
@media (max-width: 960px) {
  .desktop-nav,
  .nav-actions .button {
    display: none;
  }
  .navbar {
    height: 72px;
  }
  .nav-actions {
    margin-left: auto;
  }
  .search-trigger kbd {
    display: none;
  }
  .mobile-nav {
    display: block;
    margin-left: -12px;
  }
  .mega-menu {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .hero-copy {
    max-width: 620px;
  }
  .hero-copy h1 {
    font-size: clamp(48px, 8vw, 72px);
  }
  .intelligence-canvas {
    width: min(620px, 100%);
    margin-inline: auto;
    transform: none;
  }
  .home-hero {
    padding-top: 66px;
  }
  .hero-copy > p {
    font-size: 17px;
  }
  .hero-footnote {
    font-size: 11px;
  }
  .audience-strip {
    margin-top: 58px;
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }
  .audience-strip > div {
    width: 100%;
    justify-content: space-between;
    gap: 18px;
  }
  .section {
    padding-block: 85px;
  }
  .section-heading {
    gap: 30px;
  }
  .section-heading > p {
    max-width: 260px;
    font-size: 13px;
  }
  .idea-layout {
    gap: 40px;
  }
  .flagship-copy {
    padding: 28px;
  }
  .flagship-art {
    padding: 20px 22px 0;
    height: 190px;
  }
  .workforce-grid {
    gap: 12px;
  }
  .worker-card {
    padding: 21px;
  }
  .worker-card h3 {
    font-size: 27px;
  }
  .role-label {
    font-size: 6px;
  }
  .finder-layout {
    grid-template-columns: 1fr;
  }
  .finder-aside {
    display: none;
  }
  .company-builder {
    grid-template-columns: 0.75fr 1fr;
  }
  .builder-controls {
    padding: 26px;
  }
  .builder-preview {
    padding: 27px;
  }
  .blueprint-team {
    grid-template-columns: 1fr 1fr;
  }
  .builder-preview h3 {
    font-size: 27px;
  }
  .planet-layout {
    gap: 30px;
  }
  .control-grid > a {
    padding: 25px;
  }
  .detail-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .detail-grid > .product-visual {
    max-width: 620px;
    width: 100%;
    transform: none;
  }
  .catalog-grid,
  .related-grid {
    grid-template-columns: 1fr 1fr;
  }
  .capability-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-layout {
    gap: 45px;
    grid-template-columns: 0.7fr 1fr;
  }
  .contact-layout h2 {
    font-size: 32px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .article-layout {
    gap: 40px;
    grid-template-columns: 200px 1fr;
  }
  .footer-top {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-top > div:first-child {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .footer-top > div:first-child p {
    margin: 0;
  }
  .footer-note {
    margin: 0;
  }
  .connection-strip > i {
    margin: 0 15px;
  }
  .connection-strip > span {
    gap: 8px;
    font-size: 11px;
  }
}
@media (max-width: 680px) {
  .shell {
    width: calc(100% - 40px);
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 36px;
  }
  .home-hero {
    padding-top: 46px;
  }
  .hero-copy h1 {
    font-size: 52px;
    line-height: 1.05;
    letter-spacing: -0.065em;
  }
  .hero-copy h1 br {
    display: none;
  }
  .hero-copy > .eyebrow {
    font-size: 8px;
  }
  .hero-copy > p {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 22px;
  }
  .actions {
    gap: 9px;
    margin-top: 25px;
  }
  .button {
    font-size: 12px;
    min-height: 46px;
    padding: 12px 17px;
  }
  .hero-footnote {
    font-size: 9px;
  }
  .hero-grid {
    gap: 38px;
  }
  .canvas-toolbar {
    padding: 13px 14px;
    font-size: 9px;
  }
  .preview-label {
    font-size: 7px;
  }
  .canvas-header {
    padding: 20px 16px 0;
  }
  .canvas-header h2 {
    font-size: 18px;
  }
  .canvas-map {
    padding-inline: 13px;
  }
  .company-node {
    padding: 9px 12px;
    font-size: 12px;
  }
  .company-node span span {
    font-size: 7px;
  }
  .worker-nodes {
    gap: 7px;
    margin-top: 27px;
  }
  .worker-node {
    padding: 12px 8px;
    gap: 5px;
  }
  .worker-node > svg {
    width: 16px;
    height: 16px;
  }
  .worker-node strong {
    font-size: 10px;
  }
  .worker-node span {
    font-size: 7px;
    line-height: 1.6;
  }
  .activity-feed {
    margin: 0 13px 13px;
    padding: 10px;
    gap: 7px;
  }
  .activity-feed p {
    font-size: 9px;
  }
  .activity-feed .small-label {
    font-size: 6px;
  }
  .activity-icon {
    padding: 7px;
  }
  .canvas-footer {
    padding: 10px 15px;
    font-size: 7px;
  }
  .audience-strip {
    margin-top: 38px;
    padding-block: 24px;
    gap: 15px;
  }
  .audience-strip > span {
    font-size: 7px;
  }
  .audience-strip > div {
    flex-wrap: wrap;
    justify-content: start;
    gap: 14px 26px;
    font-size: 11px;
  }
  .section {
    padding-block: 72px;
  }
  .section-heading {
    display: block;
    margin-bottom: 32px;
  }
  .section-heading > p {
    max-width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 16px;
  }
  .idea-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .idea-layout h2 {
    font-size: 47px;
  }
  .idea-layout .large-copy {
    font-size: 25px;
  }
  .connection-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 35px;
    padding-top: 28px;
  }
  .connection-strip > i {
    display: none;
  }
  .flagship-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .flagship-copy {
    padding: 28px;
  }
  .flagship h3 {
    font-size: 28px;
  }
  .flagship p {
    font-size: 13px;
    max-width: none;
  }
  .flagship-art {
    height: 205px;
    padding: 23px 26px 0;
  }
  .workforce-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .worker-card {
    padding: 27px;
  }
  .worker-card h3 br {
    display: none;
  }
  .worker-card h3 {
    font-size: 29px;
    margin-top: 26px;
  }
  .role-label {
    font-size: 8px;
  }
  .worker-card ul {
    margin-block: 25px;
  }
  .worker-card li {
    font-size: 12px;
  }
  .company-builder {
    grid-template-columns: 1fr;
  }
  .builder-controls {
    border-right: 0;
    border-bottom: 1px solid #e4eaf5;
    padding: 24px;
  }
  .business-options {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 17px;
  }
  .business-options button {
    font-size: 11px;
    padding: 12px 10px;
    gap: 7px;
  }
  .business-options button > svg:last-child {
    display: none;
  }
  .builder-note {
    font-size: 9px;
  }
  .builder-preview {
    padding: 25px 22px;
  }
  .builder-preview-top {
    margin-bottom: 25px;
  }
  .builder-preview h3 {
    font-size: 29px;
  }
  .builder-workflow ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .builder-workflow li {
    font-size: 10px;
  }
  .builder-intro {
    text-align: left;
  }
  .builder-intro p {
    font-size: 14px;
  }
  .blueprint-team > span {
    padding: 12px 9px;
  }
  .directory-toolbar {
    padding: 15px;
    gap: 8px;
  }
  .directory-search {
    gap: 8px;
  }
  .directory-search input {
    font-size: 11px;
  }
  .directory-count {
    font-size: 8px;
  }
  .industry-result {
    padding: 17px 15px;
    gap: 12px;
  }
  .industry-result p {
    font-size: 10px;
    line-height: 1.7;
  }
  .industry-result h3 {
    font-size: 16px;
  }
  .full-directory {
    grid-template-columns: 1fr;
  }
  .full-directory .industry-result {
    border-right: 0;
  }
  .filter-chips {
    gap: 6px;
    padding: 12px;
  }
  .filter-chip {
    font-size: 10px;
    padding: 6px 8px;
  }
  .planet-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .planet-layout h2 {
    font-size: 44px;
  }
  .orbital {
    height: 270px;
    max-width: 450px;
    width: 100%;
    margin: auto;
  }
  .orbit-core {
    width: 115px;
    height: 115px;
    font-size: 45px;
  }
  .satellite {
    font-size: 8px;
    padding: 6px 10px;
  }
  .control-grid {
    grid-template-columns: 1fr;
  }
  .control-grid > a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 27px 10px;
  }
  .control-grid > a > svg:first-child {
    margin-bottom: 20px;
  }
  .final-cta h2 {
    font-size: 47px;
  }
  .final-cta p {
    font-size: 14px;
  }
  .page-hero {
    padding: 65px 0 55px;
  }
  .page-hero h1 {
    font-size: 45px;
    line-height: 1.08;
  }
  .page-hero .lede {
    font-size: 15px;
  }
  .breadcrumb {
    padding-top: 20px;
    gap: 8px;
    font-size: 9px;
    flex-wrap: wrap;
  }
  .detail-hero {
    padding: 42px 0 65px;
  }
  .detail-hero h1 {
    font-size: 45px;
  }
  .detail-hero .lede {
    font-size: 15px;
  }
  .detail-grid {
    gap: 35px;
  }
  .detail-grid .visual-content {
    padding: 22px 16px;
  }
  .detail-grid .visual-content h3 {
    font-size: 21px;
  }
  .visual-mini-grid b {
    overflow-wrap: anywhere;
  }
  .catalog-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }
  .card {
    padding: 26px;
  }
  .card h3 {
    font-size: 25px;
  }
  .card p {
    font-size: 14px;
  }
  .card-symbol {
    margin-bottom: 21px;
  }
  .capability-grid {
    grid-template-columns: 1fr;
  }
  .capability-grid article {
    margin-right: 0;
    padding: 28px 0;
  }
  .capability-grid p {
    font-size: 14px;
  }
  .journey {
    grid-template-columns: 1fr 1fr;
  }
  .journey li {
    padding: 23px 15px 15px 0;
  }
  .journey h3 {
    font-size: 21px;
  }
  .step-index {
    margin-bottom: 19px;
  }
  .journey li > svg {
    margin-top: 20px;
  }
  .industry-scene {
    padding: 24px;
  }
  .industry-scene h2 {
    font-size: 31px;
  }
  .scene-top {
    font-size: 11px;
    gap: 7px;
  }
  .scene-step strong {
    font-size: 12px;
  }
  .faq-list summary {
    font-size: 16px;
    line-height: 1.5;
  }
  .faq-list p {
    font-size: 14px;
  }
  .editorial-note {
    padding: 29px;
  }
  .editorial-note h2 {
    font-size: 34px;
  }
  .editorial-note p {
    font-size: 14px;
  }
  .editorial-split {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .article-toc {
    position: static;
    border-bottom: 1px solid var(--line);
    padding-bottom: 28px;
    font-size: 12px;
  }
  .article-layout .prose section {
    margin-bottom: 40px;
  }
  .prose h2 {
    font-size: 28px;
  }
  .prose p {
    font-size: 15px;
  }
  .prose h1 {
    font-size: 42px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .plan {
    padding: 28px;
  }
  .plan h2 {
    font-size: 29px;
  }
  .plan li {
    font-size: 13px;
  }
  .plan > p {
    font-size: 14px;
  }
  .plan .button {
    font-size: 13px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-layout aside > p {
    max-width: none;
  }
  .contact-layout h2 {
    font-size: 33px;
  }
  .contact-form {
    padding: 25px;
  }
  .contact-steps {
    padding: 25px 0;
  }
  .sitemap-links {
    grid-template-columns: 1fr;
  }
  .site-footer {
    padding-top: 50px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px 25px;
  }
  .footer-top > div:first-child {
    display: block;
    margin-bottom: 10px;
  }
  .footer-top > div:first-child p {
    margin-top: 20px;
  }
  .footer-note {
    margin-top: 17px;
  }
  .footer-column h2 {
    font-size: 12px;
  }
  .footer-column a {
    font-size: 12px;
    padding: 6px 0;
  }
  .footer-bottom {
    display: block;
    font-size: 10px;
    margin-top: 35px;
  }
  .footer-bottom > div {
    gap: 17px;
    margin-top: 20px;
  }
  .search-dialog {
    width: calc(100% - 24px);
  }
  .search-head {
    padding: 18px 18px 5px;
  }
  .search-input {
    margin: 12px 18px 0;
    padding: 11px;
  }
  .search-input input {
    font-size: 12px;
  }
  .search-results {
    max-height: 45dvh;
  }
  .search-results p {
    font-size: 10px;
  }
  .search-foot {
    font-size: 9px;
    padding: 12px 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .reveal.ready {
    opacity: 1;
    transform: none;
  }
}
