:root {
  --ink: #1d1d1f;
  --muted: #75757c;
  --blue: #0071e3;
  --light: #f5f5f7;
  --line: #e8e8ed;
  --night: #08090b;
  --font:
    -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  /* Used when Lenis is off (touch, reduced motion). Lenis disables it below. */
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
  /* Reserves the scrollbar so .lenis-stopped's overflow:hidden shifts nothing. */
  scrollbar-gutter: stable;
  /* Lets height:auto be transitioned, which the FAQ accordion needs.
     Ignored where it is not supported, so those browsers open instantly. */
  interpolate-size: allow-keywords;
}
/* Lenis classes, set on <html> by src/scripts/smooth-scroll.js. From its docs. */
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
body {
  margin: 0;
  background: white;
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  letter-spacing: -0.025em;
}
button,
input,
select {
  font: inherit;
  letter-spacing: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 600;
}
p {
  line-height: 1.5;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #0071e3;
  outline-offset: 5px;
}
::selection {
  background: #c6e0ff;
}
.wrap {
  max-width: 1280px;
  padding-inline: 56px;
  margin: auto;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1.1px;
}
.mark {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #e8e8ed80;
  background: #fffffff0;
  backdrop-filter: saturate(160%) blur(18px);
}
nav {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.nav-links {
  display: flex;
  gap: 32px;
  font-size: 12px;
  letter-spacing: -0.01em;
}
.nav-links a {
  padding-block: 16px;
  color: #55555c;
}
.nav-links a:hover {
  color: black;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  padding: 13px 23px;
  font-size: 14px;
  border-radius: 999px;
  background: var(--blue);
  color: white;
  white-space: nowrap;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #087ceb;
  transform: translateY(-1px);
}
.button.small {
  font-size: 12px;
  min-height: 34px;
  padding: 8px 17px;
}
.button.black {
  background: var(--ink);
}
.button.white {
  background: white;
  color: var(--ink);
}
.button.ghost {
  background: transparent;
  color: var(--blue);
  padding-inline: 4px;
}
.button.ghost:hover {
  background: transparent;
  text-decoration: underline;
}
.icon-arrow {
  font-size: 18px;
}
.hero {
  text-align: center;
  padding-top: 57px;
  overflow: hidden;
}
.hero-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: #505059;
  margin-bottom: 21px;
  letter-spacing: -0.01em;
}
.hero-kicker:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
}
h1 {
  font-size: clamp(62px, 6.4vw, 92px);
  line-height: 1.02;
  letter-spacing: -0.048em;
}
.hero h1 span {
  color: #8a8a91;
}
.hero-sub {
  font-size: 19px;
  line-height: 1.45;
  letter-spacing: -0.025em;
  color: #6e6e75;
  max-width: 535px;
  margin: 24px auto 19px;
}
.hero-actions {
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: center;
}
.connection-scene {
  max-width: 1120px;
  height: 460px;
  margin: 1px auto 0;
  position: relative;
}
.sculpture {
  position: absolute;
  width: 760px;
  height: auto;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  user-select: none;
  pointer-events: none;
}
.scene-caption {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: 0.02em;
  color: #8b8b92;
  white-space: nowrap;
}
.port {
  position: absolute;
  top: 93px;
  width: 172px;
  text-align: left;
  z-index: 2;
}
.port.left {
  left: 6%;
}
.port.right {
  right: 5%;
}
.port-label {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #86868b;
  margin-bottom: 15px;
}
.port-item {
  display: flex;
  gap: 11px;
  align-items: center;
  font-size: 12px;
  color: #424247;
  margin-bottom: 15px;
}
.app-symbol {
  display: inline-grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 2px 8px #0000000a;
  border: 1px solid #eaeaec;
  color: #323236;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
}
.app-symbol svg {
  width: 19px;
  height: 19px;
}
.port-line {
  position: absolute;
  height: 1px;
  width: 100px;
  background: #e0e0e5;
  top: 177px;
}
.port-line.l {
  left: 20%;
  transform: rotate(9deg);
}
.port-line.r {
  right: 20%;
  transform: rotate(-9deg);
}
.hub-word {
  position: absolute;
  left: 50%;
  top: 231px;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 2;
}
.hub-word .mark {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}
.scene-bottom {
  display: flex;
  max-width: 1060px;
  margin: 0 auto;
  padding: 27px 0 40px;
  border-top: 1px solid var(--line);
  justify-content: space-between;
  gap: 35px;
  text-align: left;
}
.scene-bottom p {
  font-size: 12px;
  color: #7b7b82;
  line-height: 1.5;
}
.scene-bottom b {
  color: #333339;
  font-weight: 500;
}
.mini-signpost {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  white-space: nowrap;
  color: #56565e;
}
.mini-signpost span {
  color: var(--blue);
}
.product {
  background: var(--night);
  color: #f5f5f7;
  padding: 90px 0 70px;
  overflow: hidden;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 70px;
  margin-bottom: 47px;
}
.overline {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #929299;
  letter-spacing: -0.01em;
}
.section-heading h2 {
  font-size: clamp(40px, 4.2vw, 60px);
  line-height: 1.055;
  letter-spacing: -0.055em;
}
.section-heading > p {
  max-width: 285px;
  font-size: 14px;
  color: #95959e;
  line-height: 1.6;
  padding-bottom: 4px;
}
.software {
  background: #111215;
  border: 1px solid #323337;
  border-radius: 12px;
  box-shadow: 0 30px 80px #0009;
  overflow: hidden;
}
.window-bar {
  height: 38px;
  background: #1b1c20;
  border-bottom: 1px solid #2b2c31;
  display: flex;
  align-items: center;
  padding: 0 15px;
  position: relative;
  gap: 6px;
}
.window-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #54555b;
}
.window-bar span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  color: #9a9aa2;
  letter-spacing: 0.01em;
}
.software-main {
  display: grid;
  grid-template-columns: 192px 1fr;
  min-height: 477px;
}
.sidebar {
  background: #17181c;
  border-right: 1px solid #292a30;
  padding: 23px 12px 18px;
  display: flex;
  flex-direction: column;
}
.workspace-name {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 8px;
  margin-bottom: 31px;
  font-size: 12px;
  font-weight: 500;
}
.workspace-avatar {
  height: 27px;
  width: 27px;
  background: #dddddf;
  color: #33343a;
  display: grid;
  place-items: center;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
}
.workspace-name small {
  display: block;
  font-size: 9px;
  color: #7e7f89;
  margin-top: 3px;
  font-weight: 400;
}
.sidebar-label {
  font-size: 9px;
  letter-spacing: 0.03em;
  color: #81828a;
  padding: 0 10px;
  margin-bottom: 10px;
}
.sidebar button {
  background: transparent;
  color: #9c9ca6;
  display: flex;
  align-items: center;
  gap: 9px;
  text-align: left;
  width: 100%;
  min-height: 38px;
  padding: 10px;
  border-radius: 5px;
  font-size: 10px;
  margin-bottom: 4px;
}
.sidebar button[aria-selected="true"] {
  background: #2b2c33;
  color: white;
}
.sidebar button svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
}
.sidebar button:hover {
  color: white;
}
.sidebar .side-destinations {
  margin-top: 26px;
}
.side-destinations p {
  padding: 7px 10px;
  color: #9b9ca5;
  font-size: 10px;
}
.side-destinations p span {
  display: inline-block;
  width: 17px;
  color: #d4d4dd;
}
.sidebar-footer {
  margin-top: auto;
  font-size: 9px;
  color: #81838c;
  padding: 25px 9px 0;
  line-height: 1.6;
}
.status-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #729b7e;
  border-radius: 50%;
  margin-right: 4px;
}
.workspace-body {
  padding: 31px 34px;
  min-width: 0;
}
.work-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.work-head h3 {
  font-size: 21px;
  letter-spacing: -0.035em;
  margin-bottom: 7px;
}
.work-head p {
  font-size: 10px;
  color: #878893;
  letter-spacing: 0;
}
.add-button {
  background: #ececf1;
  color: #24242c;
  border: 1px solid #fff2;
  padding: 9px 12px;
  min-height: 34px;
  border-radius: 6px;
  font-size: 10px;
  white-space: nowrap;
}
.add-button:hover {
  background: white;
}
.filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
}
.filter-row input {
  background: #18191e;
  border: 1px solid #2c2d35;
  border-radius: 5px;
  color: #dedee5;
  padding: 9px 11px;
  font-size: 10px;
  width: 215px;
  max-width: 100%;
  outline-offset: 2px;
}
.filter-row > span {
  color: #747682;
  font-size: 9px;
}
.connection-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  table-layout: fixed;
}
.connection-table th {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #757782;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid #2b2c33;
}
.connection-table th:first-child {
  width: 47%;
}
.connection-table th:nth-child(2) {
  width: 29%;
}
.connection-table td {
  padding: 14px 0;
  border-bottom: 1px solid #27282e;
  font-size: 10px;
  color: #b7b7c0;
}
.connection-table td:first-child {
  display: flex;
  gap: 11px;
  align-items: center;
  color: #e6e6ec;
  min-width: 0;
}
.connection-table .app-symbol {
  background: #25262d;
  color: #dedee4;
  border-color: #3b3c44;
  box-shadow: none;
  width: 28px;
  height: 28px;
  font-size: 15px;
  flex-shrink: 0;
}
.connection-table strong {
  font-size: 10px;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
}
.connection-table small {
  font-size: 9px;
  color: #7a7b88;
  word-break: break-word;
  letter-spacing: 0;
}
.table-access {
  background: #212228;
  padding: 4px 7px;
  border: 1px solid #32333b;
  border-radius: 4px;
  font-size: 9px;
  white-space: nowrap;
}
.table-status {
  font-size: 9px;
  color: #91b49b;
}
.demo-note {
  color: #767884;
  font-size: 9px;
  margin-top: 19px;
  line-height: 1.5;
  letter-spacing: 0;
}
.empty {
  font-size: 12px;
  color: #aaa;
  padding: 30px 0;
}
.product-tabs {
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-top: 33px;
}
.product-tabs button {
  color: #7e808a;
  background: transparent;
  display: flex;
  gap: 11px;
  align-items: center;
  min-height: 44px;
  font-size: 12px;
}
.product-tabs button[aria-pressed="true"] {
  color: white;
}
.product-tabs button b {
  font-size: 10px;
  color: #666875;
  font-weight: 400;
}
.product-tabs button[aria-pressed="true"] b {
  color: #68a8ff;
}
.product-caption {
  text-align: center;
  color: #70717c;
  font-size: 10px;
  margin-top: 12px;
}
.role-switch {
  display: flex;
  gap: 5px;
  margin-bottom: 21px;
}
.role-switch button {
  background: #1b1c23;
  color: #90929d;
  border: 1px solid #31323b;
  padding: 9px 14px;
  border-radius: 5px;
  font-size: 10px;
  min-height: 35px;
}
.role-switch button[aria-pressed="true"] {
  color: #dceaff;
  background: #1c2c45;
  border-color: #365782;
}
.permission-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #292a33;
}
.permission-row strong {
  font-size: 11px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.permission-row small {
  font-size: 9px;
  color: #838591;
}
.permission-row select {
  background: #202128;
  color: #bfc4d2;
  border: 1px solid #3a3c46;
  font-size: 10px;
  border-radius: 5px;
  min-height: 35px;
  padding: 7px 10px;
  width: 113px;
}
.memory-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  color: #e6e6ed;
  text-align: left;
  padding: 17px 0;
  border-bottom: 1px solid #292a33;
  gap: 15px;
}
.memory-row strong {
  font-size: 11px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}
.memory-row small {
  font-size: 9px;
  color: #81838f;
}
.memory-row > span:last-child {
  color: #787b89;
}
.memory-row:hover strong {
  color: #74b0ff;
}
.memory-scope {
  display: inline-block;
  border: 1px solid #32343e;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 9px;
  color: #9599a6;
  margin-top: 20px;
}
.work-panel[hidden] {
  display: none;
}
.details-section {
  padding-block: 100px 108px;
}
.details-heading {
  max-width: 700px;
  margin-bottom: 50px;
}
.details-heading h2 {
  font-size: 54px;
  line-height: 1.05;
  letter-spacing: -0.055em;
}
.details-heading h2 span {
  color: #909096;
}
.feature-panels {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 22px;
}
.feature-panel {
  background: var(--light);
  border-radius: 12px;
  overflow: hidden;
  padding: 39px 37px 0;
  position: relative;
  min-height: 444px;
}
.feature-panel .overline {
  color: #7f7f87;
  margin-bottom: 15px;
  font-size: 11px;
}
.feature-panel h3 {
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -0.045em;
  max-width: 360px;
}
.feature-panel > p {
  font-size: 13px;
  color: #777780;
  max-width: 345px;
  margin-top: 16px;
  line-height: 1.6;
}
.account-stack {
  margin: 36px 0 -23px 12px;
  transform: rotate(-4deg);
}
.account-sheet {
  background: white;
  padding: 20px 22px;
  border-radius: 9px;
  box-shadow: 0 10px 35px #2222380d;
  border: 1px solid #e3e3e9;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}
.account-sheet + .account-sheet {
  margin-top: -1px;
  margin-left: 24px;
  transform: rotate(7deg);
}
.account-sheet strong {
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.account-sheet small {
  font-size: 10px;
  color: #929298;
  display: block;
  margin-top: 5px;
}
.account-sheet .app-symbol {
  box-shadow: none;
}
.account-sheet .scope {
  font-size: 8px;
  color: #6b6b75;
  background: #f1f1f5;
  padding: 5px 8px;
  border-radius: 4px;
  margin-left: auto;
  white-space: nowrap;
}
.people-visual {
  margin-top: 31px;
  border-top: 1px solid #dedee4;
}
.people-row {
  padding: 13px 0;
  border-bottom: 1px solid #e1e1e8;
  display: flex;
  align-items: center;
  gap: 11px;
}
.avatar {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 600;
  background: #dadfe8;
  color: #5d6472;
}
.people-row:nth-child(2) .avatar {
  background: #dfdfd8;
  color: #6a6a5e;
}
.people-row:nth-child(3) .avatar {
  background: #e7ddd8;
  color: #877368;
}
.people-row strong {
  font-size: 11px;
  font-weight: 500;
  display: block;
}
.people-row small {
  display: block;
  font-size: 9px;
  color: #888892;
  margin-top: 3px;
}
.people-row > span:last-child {
  font-size: 9px;
  margin-left: auto;
  color: #888892;
}
.feature-panel .feature-link {
  display: inline-flex;
  gap: 10px;
  color: var(--blue);
  font-size: 12px;
  margin-top: 19px;
  padding-bottom: 20px;
  min-height: 44px;
  align-items: center;
}
.knowledge-section {
  background: var(--night);
  color: white;
  overflow: hidden;
  position: relative;
  padding-block: 103px 92px;
}
.knowledge-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 62px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.knowledge-copy h2 {
  font-size: clamp(45px, 4.8vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  margin-bottom: 25px;
}
.knowledge-copy h2 span {
  color: #85868d;
}
.knowledge-copy > p {
  max-width: 385px;
  color: #93949e;
  font-size: 16px;
  line-height: 1.6;
}
.knowledge-copy .button {
  margin-top: 28px;
  color: #68adff;
  font-size: 13px;
}
.memory-scene {
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.memory-art {
  position: absolute;
  left: 50%;
  top: -61px;
  transform: translateX(-50%);
  width: 750px;
  height: auto;
  max-width: none;
  pointer-events: none;
}
.memory-card {
  position: relative;
  z-index: 1;
  background: #17181d;
  border: 1px solid #36373f;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 22px 60px #0008;
  margin-top: 225px;
}
.memory-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: #a3a5b0;
  margin-bottom: 20px;
}
.memory-card-head span:last-child {
  font-size: 8px;
  border: 1px solid #393b46;
  border-radius: 4px;
  padding: 4px 7px;
  color: #b3b8c7;
}
.memory-card h3 {
  font-size: 18px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.memory-card p {
  font-size: 12px;
  color: #9699a6;
  line-height: 1.65;
  min-height: 60px;
}
.memory-source {
  font-size: 9px;
  color: #757988;
  margin-top: 16px;
  border-top: 1px solid #30323b;
  padding-top: 14px;
}
.memory-timeline {
  display: flex;
  gap: 6px;
  margin-top: 22px;
  position: relative;
  z-index: 1;
}
.memory-timeline button {
  background: #18191e;
  color: #9497a3;
  font-size: 10px;
  border: 1px solid #2c2e38;
  border-radius: 999px;
  padding: 10px 17px;
  min-height: 40px;
}
.memory-timeline button[aria-pressed="true"] {
  color: #e1e1e9;
  background: #2b2e38;
  border-color: #555966;
}
.memory-footnote {
  font-size: 10px;
  color: #737783;
  line-height: 1.6;
  margin-top: 29px;
  border-top: 1px solid #262930;
  padding-top: 24px;
}
.knowledge-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #7a7d88;
  font-size: 11px;
  margin-top: 65px;
  border-top: 1px solid #24262e;
  padding-top: 25px;
}
.knowledge-bottom strong {
  color: #c3c6cf;
  font-weight: 400;
}
.faq-section {
  padding-block: 98px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
}
.faq-section h2 {
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -0.05em;
}
.faq-section .overline {
  color: #83838b;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.45;
  padding: 22px 28px 22px 0;
  position: relative;
  font-weight: 500;
}
.faq summary:after {
  content: "+";
  font-size: 21px;
  position: absolute;
  right: 0;
  top: 17px;
  color: #93939b;
  font-weight: 400;
}
.faq details[open] summary:after {
  content: "−";
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq p {
  font-size: 13px;
  color: #7c7c85;
  line-height: 1.6;
  padding-bottom: 23px;
  max-width: 465px;
}
.closing {
  background: var(--light);
  text-align: center;
  padding: 87px 20px 92px;
}
.closing h2 {
  font-size: clamp(42px, 5vw, 68px);
  letter-spacing: -0.06em;
  line-height: 1.04;
  margin-bottom: 25px;
}
.closing p {
  font-size: 16px;
  color: #81818a;
  margin-bottom: 24px;
}
.footer {
  padding-block: 33px;
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
}
.footer .brand {
  font-size: 19px;
}
.footer .mark {
  width: 20px;
}
.footer p {
  font-size: 9px;
  line-height: 1.6;
  color: #888891;
  max-width: 560px;
  text-align: right;
  letter-spacing: 0;
}
.mobile-menu {
  display: none;
  min-height: 44px;
  min-width: 44px;
  background: transparent;
  color: var(--ink);
  font-size: 23px;
}
.modal {
  background: white;
  color: var(--ink);
  border: 0;
  border-radius: 12px;
  padding: 32px;
  width: calc(100% - 32px);
  max-width: 445px;
  box-shadow: 0 25px 100px #0004;
}
.modal::backdrop {
  background: #0008;
  backdrop-filter: blur(4px);
}
.modal h2 {
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -0.045em;
  margin-bottom: 12px;
}
.modal p {
  color: #7e7e87;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 22px;
}
.modal label {
  font-size: 11px;
  display: block;
  margin: 16px 0 7px;
}
.modal input,
.modal select {
  width: 100%;
  border: 1px solid #dcdce4;
  border-radius: 6px;
  background: #fafafa;
  padding: 11px;
  font-size: 13px;
  min-height: 44px;
  color: var(--ink);
}
.modal-actions {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 24px;
}
.modal .cancel {
  font-size: 12px;
  background: transparent;
  color: #767680;
  min-height: 44px;
  padding: 10px;
}
.source-quote {
  background: #f5f5f7;
  border-radius: 8px;
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #484850;
  margin: 20px 0;
}
.source-meta {
  font-size: 10px;
  color: #8b8b95;
}
.skip {
  position: absolute;
  top: -100px;
  left: 10px;
  background: white;
  padding: 12px;
  z-index: 99;
}
.skip:focus {
  top: 10px;
}
[hidden] {
  display: none !important;
}
.workspace-name {
  font-size: 13px;
}
.workspace-name small {
  font-size: 10px;
}
.sidebar-label {
  font-size: 10px;
}
.sidebar button {
  font-size: 12px;
  min-height: 42px;
}
.side-destinations p {
  font-size: 11px;
}
.sidebar-footer {
  font-size: 10px;
}
.work-head h3 {
  font-size: 24px;
}
.work-head p {
  font-size: 12px;
}
.filter-row input {
  font-size: 12px;
  width: 250px;
}
.filter-row > span {
  font-size: 10px;
}
.connection-table th {
  font-size: 9px;
}
.connection-table strong {
  font-size: 12px;
}
.connection-table small {
  font-size: 10px;
}
.table-access {
  font-size: 11px;
}
.table-status {
  font-size: 10px;
}
.add-button {
  font-size: 12px;
}
.demo-note {
  font-size: 10px;
}
.role-switch button {
  font-size: 12px;
}
.permission-row strong {
  font-size: 13px;
}
.permission-row small {
  font-size: 11px;
}
.permission-row select {
  font-size: 12px;
}
.memory-row strong {
  font-size: 13px;
}
.memory-row small {
  font-size: 11px;
}
.memory-scope {
  font-size: 10px;
}
.port-label,
.scene-caption,
.scene-bottom p,
.details-heading > .overline,
.feature-panel .overline,
.feature-panel > p,
.account-sheet small,
.people-row small,
.people-row > span:last-child,
.faq-section .overline,
.faq p,
.closing p,
.footer p,
.modal p,
.modal .cancel,
.source-meta {
  color: #6b6b73;
}
.people-row .avatar {
  color: #555863;
}
.people-row:nth-child(2) .avatar {
  color: #59594f;
}
.people-row:nth-child(3) .avatar {
  color: #68574e;
}
.feature-panel .feature-link {
  color: #0066cc;
}
.workspace-name small,
.filter-row > span,
.connection-table th,
.connection-table small,
.demo-note,
.product-tabs button b,
.product-caption,
.memory-source {
  color: #9194a1;
}
.filter-row input::placeholder {
  color: #92949f;
  opacity: 1;
}
@media (min-width: 1600px) {
  .wrap {
    max-width: 1390px;
  }
  .hero {
    padding-top: 68px;
  }
  h1 {
    font-size: 98px;
  }
  .connection-scene {
    height: 485px;
  }
  .sculpture {
    width: 800px;
  }
  .hub-word {
    top: 243px;
  }
  .scene-caption {
    bottom: 9px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    padding-inline: 35px;
  }
  .port.left {
    left: 2%;
  }
  .port.right {
    right: 0;
  }
  .connection-scene {
    height: 426px;
  }
  .sculpture {
    width: 700px;
  }
  .hub-word {
    top: 213px;
  }
  .port-line {
    width: 50px;
  }
  .port {
    width: 142px;
  }
  .software-main {
    grid-template-columns: 160px 1fr;
  }
  .workspace-body {
    padding: 27px 23px;
  }
  .section-heading {
    gap: 35px;
  }
  .section-heading > p {
    max-width: 250px;
  }
  .feature-panel {
    padding: 30px 27px 0;
  }
  .feature-panel h3 {
    font-size: 28px;
  }
  .account-sheet {
    padding: 15px 12px;
  }
  .account-sheet .scope {
    font-size: 7px;
    padding: 5px;
  }
  .knowledge-layout {
    gap: 30px;
  }
  .faq-section {
    gap: 65px;
  }
  .knowledge-copy h2 {
    font-size: 55px;
  }
  .hero-sub {
    font-size: 18px;
  }
  .details-heading h2 {
    font-size: 49px;
  }
}
@media (max-width: 760px) {
  .wrap {
    padding-inline: 23px;
  }
  .topbar nav {
    height: 60px;
    gap: 15px;
  }
  .brand {
    font-size: 22px;
  }
  .nav-links {
    display: none;
  }
  .nav-links.open {
    display: flex;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 12px 23px;
    background: #fff;
    border-bottom: 1px solid var(--line);
  }
  .nav-cta {
    margin-left: auto;
  }
  .button.small {
    font-size: 10px;
    min-height: 36px;
    padding: 8px 14px;
  }
  .mobile-menu {
    display: block;
  }
  .hero {
    padding-top: 43px;
  }
  .hero-kicker {
    font-size: 10px;
    margin-bottom: 18px;
  }
  h1 {
    font-size: clamp(45px, 8.4vw, 65px);
    letter-spacing: -0.058em;
  }
  .hero-sub {
    font-size: 16px;
    max-width: 365px;
    margin: 21px auto 17px;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 12px 18px;
    min-height: 44px;
  }
  .hero-actions .ghost {
    padding-inline: 0;
  }
  .connection-scene {
    height: 363px;
    margin-top: 9px;
    max-width: 550px;
  }
  .sculpture {
    width: 555px;
    top: -13px;
  }
  .hub-word {
    top: 157px;
  }
  .hub-word .mark {
    width: 18px;
    height: 18px;
  }
  .port {
    top: 280px;
    width: auto;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .port.left {
    top: 275px;
  }
  .port.right {
    top: 311px;
  }
  .port-label {
    display: none;
  }
  .port-item {
    font-size: 10px;
    gap: 4px;
    margin: 0;
  }
  .app-symbol {
    width: 20px;
    height: 20px;
    font-size: 11px;
    border-radius: 5px;
  }
  .app-symbol svg {
    width: 14px;
    height: 14px;
  }
  .port-line,
  .scene-caption {
    display: none;
  }
  .scene-bottom {
    padding-top: 22px;
    padding-bottom: 28px;
    gap: 15px;
    align-items: center;
  }
  .scene-bottom p {
    font-size: 10px;
    max-width: 230px;
  }
  .mini-signpost {
    font-size: 10px;
    gap: 6px;
  }
  .product {
    padding-top: 59px;
    padding-bottom: 45px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 40px;
  }
  .section-heading > p {
    font-size: 13px;
    max-width: 350px;
    margin-top: 19px;
  }
  .overline {
    font-size: 11px;
    margin-bottom: 16px;
  }
  .software-main {
    display: block;
    min-height: 480px;
  }
  .sidebar {
    padding: 12px;
    border-right: 0;
    border-bottom: 1px solid #292a33;
    display: flex;
    flex-direction: row;
    gap: 3px;
  }
  .workspace-name,
  .sidebar-label,
  .side-destinations,
  .sidebar-footer {
    display: none !important;
  }
  .sidebar button {
    justify-content: center;
    width: auto;
    flex: 1;
    font-size: 9px;
    min-height: 44px;
    padding: 8px 5px;
    gap: 5px;
    margin: 0;
  }
  .sidebar button svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }
  .workspace-body {
    padding: 23px 17px 21px;
  }
  .work-head {
    gap: 9px;
    margin-bottom: 21px;
  }
  .work-head h3 {
    font-size: 19px;
  }
  .work-head p {
    font-size: 9px;
    max-width: 175px;
    line-height: 1.5;
  }
  .add-button {
    font-size: 9px;
    padding: 8px;
    min-height: 44px;
  }
  .filter-row {
    margin-bottom: 12px;
    gap: 10px;
  }
  .filter-row input {
    width: 165px;
    min-height: 40px;
  }
  .filter-row > span {
    font-size: 8px;
  }
  .connection-table th {
    font-size: 7px;
  }
  .connection-table th:first-child {
    width: 59%;
  }
  .connection-table th:nth-child(2) {
    width: 41%;
  }
  .connection-table th:last-child,
  .connection-table td:last-child {
    display: none;
  }
  .connection-table td:first-child {
    gap: 8px;
  }
  .connection-table td {
    padding-block: 13px;
  }
  .connection-table strong {
    font-size: 9px;
  }
  .connection-table small {
    font-size: 8px;
  }
  .connection-table .app-symbol {
    width: 25px;
    height: 25px;
  }
  .table-access {
    font-size: 8px;
    padding: 4px;
  }
  .product-tabs {
    gap: 15px;
    margin-top: 20px;
  }
  .product-tabs button {
    font-size: 10px;
    gap: 6px;
  }
  .product-tabs button b {
    font-size: 8px;
  }
  .product-caption {
    font-size: 8px;
    line-height: 1.5;
  }
  .role-switch {
    gap: 4px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .role-switch button {
    font-size: 9px;
    padding: 8px 10px;
    min-height: 44px;
  }
  .permission-row {
    gap: 12px;
  }
  .permission-row select {
    min-height: 44px;
    width: 97px;
    font-size: 9px;
    padding: 7px;
  }
  .permission-row strong {
    font-size: 10px;
  }
  .permission-row small {
    font-size: 8px;
    max-width: 150px;
    display: block;
    line-height: 1.5;
  }
  .details-section {
    padding-block: 61px 65px;
  }
  .details-heading {
    margin-bottom: 28px;
  }
  .details-heading h2 {
    font-size: 38px;
  }
  .feature-panels {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .feature-panel {
    padding: 30px 26px 0;
    min-height: 395px;
  }
  .feature-panel h3 {
    font-size: 31px;
  }
  .feature-panel > p {
    font-size: 13px;
  }
  .account-stack {
    margin-top: 28px;
    margin-left: 0;
  }
  .account-sheet .scope {
    font-size: 8px;
  }
  .knowledge-section {
    padding-block: 63px 41px;
  }
  .knowledge-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .knowledge-copy h2 {
    font-size: 49px;
  }
  .knowledge-copy > p {
    font-size: 15px;
    max-width: 370px;
  }
  .knowledge-copy .button {
    margin-top: 20px;
  }
  .memory-scene {
    min-height: 450px;
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
  .memory-art {
    width: 600px;
    top: -27px;
  }
  .memory-card {
    margin-top: 225px;
    padding: 21px;
  }
  .memory-card h3 {
    font-size: 17px;
  }
  .memory-card p {
    font-size: 11px;
  }
  .memory-timeline {
    gap: 5px;
  }
  .memory-timeline button {
    padding: 10px 13px;
    min-height: 44px;
    font-size: 9px;
  }
  .knowledge-bottom {
    flex-direction: column;
    gap: 12px;
    margin-top: 33px;
    font-size: 10px;
  }
  .faq-section {
    padding-block: 61px;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .faq-section h2 {
    font-size: 39px;
  }
  .faq summary {
    font-size: 13px;
  }
  .closing {
    padding-block: 60px;
  }
  .closing h2 {
    font-size: 43px;
  }
  .closing p {
    font-size: 14px;
  }
  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding-block: 26px;
  }
  .footer p {
    text-align: left;
    font-size: 9px;
  }
  .button {
    min-height: 44px;
  }
  .memory-footnote {
    margin-top: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
    animation: none !important;
  }
}

@font-face {
  font-family: Manrope;
  src: url("/assets/fonts/manrope-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/assets/fonts/manrope-semibold.ttf") format("truetype");
  font-weight: 500 800;
  font-display: swap;
}
:root {
  --ink: #102c43;
  --blue: #afe1fb;
  --night: #102c43;
  --light: #f6f9fb;
  --font: Manrope, Arial, sans-serif;
}
body {
  font-family: var(--font);
  letter-spacing: -0.025em;
  color: var(--ink);
}
h1,
h2,
h3 {
  font-family: var(--font);
  font-weight: 500;
}
h2 {
  letter-spacing: -0.04em;
  line-height: 1.17;
}
.wrap {
  max-width: 1380px;
  padding-inline: 50px;
}
.topbar {
  background: #fffffffa;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #f0f3f5;
}
.topbar nav {
  height: 83px;
  gap: 12px;
}
.brand {
  font-size: 22px;
  gap: 8px;
  font-weight: 600;
  letter-spacing: -0.7px;
}
.topbar .brand {
  background: var(--ink);
  color: white;
  border-radius: 99px;
  min-height: 49px;
  padding: 11px 21px;
}
.topbar .brand .mark {
  width: 19px;
}
.nav-links {
  border: 1px solid #d4dee5;
  border-radius: 99px;
  gap: 25px;
  padding: 0 25px;
  min-height: 49px;
  align-items: center;
}
.nav-links a {
  font-size: 12px;
  color: var(--ink);
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.nav-links a span {
  margin-left: 5px;
}
.nav-secondary {
  margin-left: auto;
  font-size: 12px;
  text-decoration: underline;
  padding: 12px;
  white-space: nowrap;
}
.button {
  background: #afe1fb;
  color: var(--ink);
  border: 1px solid transparent;
  min-height: 52px;
  padding: 13px 25px;
  font-size: 14px;
  box-shadow: none;
  gap: 14px;
  font-weight: 500;
}
.button:hover {
  background: #95d5f8;
  transform: none;
}
.button.small {
  font-size: 12px;
  min-height: 48px;
  padding: 12px 23px;
}
.button.black {
  background: var(--ink);
  color: white;
}
.button.black:hover {
  background: #1c3e58;
}
.button.outline {
  background: white;
  border-color: #b6d9ed;
  color: var(--ink);
}
.button.outline:hover {
  background: #f2faff;
}
.mobile-menu {
  margin-left: 0;
}
.hero3 {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  align-items: center;
  gap: 38px;
  padding-block: 70px 71px;
}
.hero3-copy .new-label {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 23px;
  display: flex;
  gap: 9px;
  align-items: center;
  color: #547183;
  letter-spacing: 0;
}
.new-label span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #66b9e8;
}
.hero3 h1 {
  font-size: clamp(40px, 3.9vw, 55px);
  line-height: 1.17;
  letter-spacing: -0.043em;
  font-weight: 500;
}
.hero3 h1 span {
  color: #2380b6;
}
.hero3-copy > p {
  font-size: 16px;
  line-height: 1.75;
  color: #5e6a74;
  margin-top: 25px;
  max-width: 550px;
  letter-spacing: -0.018em;
}
.hero3-copy > p.hero-emphasis {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  margin-top: 23px;
  color: #56626e;
}
.hero3 .hero-actions {
  justify-content: flex-start;
  margin-top: 32px;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-checks {
  display: flex;
  gap: 23px;
  margin-top: 27px;
  flex-wrap: wrap;
}
.hero-checks > span {
  font-size: 11px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.hero-checks i {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  background: var(--ink);
  color: white;
  border-radius: 50%;
  font-style: normal;
  font-size: 10px;
}
.flow-visual {
  position: relative;
  aspect-ratio: 600/460;
  border-radius: 30px;
  background: #f6fbfe;
  min-width: 0;
  border: 1px solid #e4f0f7;
  overflow: hidden;
  align-self: center;
  margin-top: 15px;
}
.flow-title {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 8%;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #648197;
}
.flow-wires {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.flow-apps {
  position: absolute;
  left: 4.6%;
  top: 26%;
  width: 29%;
}
.flow-label {
  font-size: 7px;
  letter-spacing: 0.08em;
  color: #718697;
  white-space: nowrap;
  position: absolute;
  top: -28px;
  left: 0;
}
.flow-app {
  height: 54px;
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #e0e8ed;
  border-radius: 11px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 3px 8px #16364c03;
}
.flow-app b {
  font-size: 9px;
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}
.flow-app small {
  font-size: 7px;
  color: #74818d;
  display: block;
  letter-spacing: -0.01em;
}
.flow-app .app-symbol {
  width: 25px;
  height: 25px;
  box-shadow: none;
  flex-shrink: 0;
  font-size: 18px;
  border: 0;
  background: #f5f7f9;
}
.flow-app .app-symbol svg {
  width: 20px;
  height: 20px;
}
.slack-color {
  color: #823b74;
}
.flow-hub {
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  width: 90px;
  text-align: center;
  background: #f6fbfe;
  padding: 11px 0;
}
.hub-icon {
  height: 62px;
  width: 62px;
  display: grid;
  place-items: center;
  background: var(--ink);
  border-radius: 18px;
  margin: 0 auto 8px;
  box-shadow:
    0 0 0 8px #e8f4fc,
    0 0 0 9px #d1e8f5;
}
.hub-icon .mark {
  color: white;
  width: 31px;
  height: 31px;
}
.flow-hub b {
  display: block;
  font-size: 14px;
  letter-spacing: -0.5px;
}
.flow-hub > span {
  font-size: 7px;
  color: #72889a;
  letter-spacing: 0;
}
.flow-ai {
  position: absolute;
  right: 4.5%;
  top: 24%;
  width: 24%;
}
.flow-ai .flow-label {
  font-size: 6.5px;
  left: -1px;
}
.flow-client {
  background: white;
  border: 1px solid #e0e8ed;
  border-radius: 11px;
  height: 55px;
  padding: 11px;
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 10px;
  margin-bottom: 28px;
}
.flow-client > span {
  font-size: 25px;
  line-height: 1;
}
.claude-color {
  color: #cc7755;
}
.gpt-color {
  color: #182c2b;
}
.gemini-color {
  color: #518dc8;
}
.flow-permission {
  position: absolute;
  bottom: 8.5%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 8px;
  color: #526d80;
  display: flex;
  gap: 7px;
  align-items: center;
}
.flow-permission > span {
  display: grid;
  place-items: center;
  background: #dcecf7;
  color: #37617c;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.flow-footnote {
  position: absolute;
  bottom: 3%;
  width: 100%;
  text-align: center;
  font-size: 6px;
  color: #7b8d9b;
  letter-spacing: 0;
}
.integration-strip {
  background: #f7f9fa;
  padding-block: 32px 35px;
}
.integration-strip p {
  text-align: center;
  font-size: 12px;
  color: #647382;
  margin-bottom: 28px;
}
.integration-strip p strong {
  font-weight: 500;
  color: var(--ink);
}
.integration-names {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.integration-names > span {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 9px;
  letter-spacing: -0.5px;
  color: #17334a;
}
.integration-names svg {
  width: 24px;
  height: 24px;
}
.integration-names b {
  font-size: 27px;
  font-weight: 600;
}
.destinations3 {
  padding-block: 79px 69px;
}
.section-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 35px;
}
.section-intro h2 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.overline {
  color: #617989;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.section-intro > p {
  max-width: 345px;
  color: #697582;
  font-size: 13px;
  line-height: 1.7;
}
.destination-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.destination-card {
  border: 1px solid #d9e1e6;
  border-radius: 25px;
  text-align: center;
  padding: 29px 25px 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: white;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.destination-card:hover {
  border-color: #88c6eb;
  transform: translateY(-3px);
}
.destination-symbol {
  height: 64px;
  width: 64px;
  border-radius: 17px;
  background: #f4f6f8;
  display: grid;
  place-items: center;
  font-size: 45px;
  margin-bottom: 19px;
}
.destination-symbol.mcp-symbol {
  font-size: 37px;
  color: #315b77;
}
.destination-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}
.destination-card > p {
  font-size: 11px;
  line-height: 1.65;
  color: #6c7b87;
  min-height: 39px;
  max-width: 170px;
  margin-bottom: 22px;
}
.destination-card .button {
  width: 100%;
  min-height: 44px;
  font-size: 12px;
  padding-inline: 12px;
}
.destination-card > a {
  font-size: 10px;
  margin-top: 16px;
  min-height: 28px;
  text-decoration: underline;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #596d7c;
}
.destination-disclaimer {
  font-size: 9px;
  color: #6f7e89;
  text-align: center;
  margin-top: 21px;
  letter-spacing: 0;
}
.product-outer {
  padding-bottom: 0;
  scroll-margin-top: 18px;
}
.product3 {
  border-radius: 32px;
  background: #102c43;
  padding: 52px 53px 0;
  overflow: hidden;
}
.product3-heading {
  text-align: center;
  color: white;
  max-width: 850px;
  margin: auto;
}
.product3-heading .overline {
  color: #afd1e6;
  margin-bottom: 16px;
}
.product3-heading h2 {
  font-size: 33px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.product3-heading > p:last-child {
  font-size: 12px;
  margin-top: 18px;
  color: #b8c9d6;
}
.product3 .product-tabs {
  margin: 31px 0 36px;
  gap: 12px;
}
.product-tabs button {
  border-radius: 99px;
  background: #274359;
  color: #e3edf4;
  padding: 12px 22px;
  min-height: 44px;
  font-size: 12px;
}
.product-tabs button[aria-pressed="true"] {
  background: #afe1fb;
  color: #17384e;
}
.software {
  background: white;
  color: var(--ink);
  border: 1px solid #d9e6ef;
  box-shadow: 0 0 36px #14283814;
  border-radius: 16px 16px 0 0;
  min-height: 0;
}
.window-bar {
  background: #f5f8fa;
  border-bottom-color: #e4eaf0;
  height: 39px;
}
.window-bar i {
  background: #c7d1d9;
}
.window-bar span {
  color: #738393;
  font-size: 9px;
}
.software-main {
  grid-template-columns: 184px 1fr;
  min-height: 474px;
}
.sidebar {
  background: #f7f9fc;
  border-right: 1px solid #e4eaf0;
  padding-top: 25px;
}
.workspace-name {
  font-size: 12px;
  color: #244157;
}
.workspace-avatar {
  background: #dbeafa;
  color: #315e7e;
}
.workspace-name small,
.sidebar-label,
.sidebar-footer {
  color: #607589;
}
.sidebar button {
  color: #597085;
  font-size: 11px;
}
.sidebar button:hover {
  color: #173d58;
  background: #edf3f8;
}
.sidebar button[aria-selected="true"] {
  background: #e2f1fc;
  color: #174d70;
}
.side-destinations p {
  color: #637a8e;
  font-size: 10px;
}
.side-destinations p span {
  color: #446178;
}
.workspace-body {
  padding: 30px;
}
.work-head h3 {
  font-size: 23px;
  color: var(--ink);
}
.work-head p {
  color: #6a7d8e;
  font-size: 11px;
}
.add-button {
  background: #d7effe;
  color: #163a55;
  border-color: #c2e3f8;
  font-size: 11px;
}
.add-button:hover {
  background: #bfe5ff;
}
.filter-row input {
  background: #f7f9fc;
  border-color: #dce5ec;
  color: #2c4b61;
  font-size: 11px;
}
.filter-row input::placeholder {
  color: #778897;
}
.filter-row > span {
  color: #6f8090;
  font-size: 9px;
}
.connection-table th {
  border-bottom-color: #e2e9ef;
  color: #6b8192;
  font-size: 8px;
}
.connection-table td {
  border-bottom-color: #e6edf3;
  color: #3d5c73;
}
.connection-table td:first-child {
  color: #234259;
}
.connection-table strong {
  font-size: 11px;
}
.connection-table small {
  color: #6b8091;
  font-size: 9px;
}
.connection-table .app-symbol {
  background: #f4f7fa;
  border-color: #dee7ee;
  color: #526d83;
}
.table-access {
  background: #f0f6fa;
  border-color: #dce7ee;
  color: #506e84;
  font-size: 10px;
}
.table-status {
  color: #3d7857;
}
.demo-note {
  color: #667f91;
  font-size: 9px;
}
.empty {
  color: #647d90;
}
.role-switch button {
  background: #f3f7fb;
  color: #526f85;
  border-color: #dce6ee;
  font-size: 11px;
}
.role-switch button[aria-pressed="true"] {
  background: #dcefff;
  color: #254b68;
  border-color: #bedcf1;
}
.permission-row {
  border-bottom-color: #e4edf3;
}
.permission-row strong {
  color: #24475f;
  font-size: 12px;
}
.permission-row small {
  color: #647c8e;
  font-size: 10px;
}
.permission-row select {
  background: #f3f8fc;
  border-color: #d6e4ed;
  color: #365f7b;
  font-size: 11px;
}
.memory-row {
  border-bottom-color: #e4ecf2;
  color: #23485f;
}
.memory-row strong {
  font-size: 12px;
}
.memory-row small,
.memory-row > span:last-child {
  color: #617c8f;
  font-size: 10px;
}
.memory-row:hover strong {
  color: #1673a5;
}
.memory-scope {
  background: #eff7fd;
  border-color: #d5e7f4;
  color: #476c84;
}
.work-panel[hidden] {
  display: none;
}
.access3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  padding-block: 95px;
}
.access3 h2 {
  font-size: 43px;
  line-height: 1.2;
}
.access3-copy > p:not(.overline) {
  font-size: 14px;
  line-height: 1.75;
  color: #657787;
  max-width: 460px;
  margin-top: 21px;
}
.access3-copy .button {
  margin-top: 27px;
  font-size: 12px;
}
.access3-visual {
  background: #f2f8fc;
  border: 1px solid #e0edf5;
  border-radius: 23px;
  padding: 30px;
}
.access3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.access3-header b {
  font-size: 17px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.access3-header span {
  font-size: 10px;
  color: #678294;
  display: block;
}
.access3-header svg {
  width: 35px;
  height: 35px;
}
.shared-account {
  background: white;
  border: 1px solid #dfe9ef;
  border-radius: 13px;
  padding: 19px 17px;
  margin-bottom: 14px;
}
.shared-account > div:first-child {
  display: flex;
  gap: 10px;
  align-items: center;
}
.account-circle {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e6f2fa;
  color: #447595;
  flex-shrink: 0;
  font-size: 12px;
}
.shared-account p {
  line-height: 1.3;
}
.shared-account b {
  font-size: 11px;
  font-weight: 500;
  display: block;
}
.shared-account small {
  font-size: 9px;
  color: #6e8291;
  display: block;
  margin-top: 5px;
}
.scope-badge {
  font-size: 8px;
  border-radius: 99px;
  padding: 5px 8px;
  background: #eaf5ed;
  color: #527461;
  margin-left: auto;
  white-space: nowrap;
}
.restricted .scope-badge {
  background: #f2eef8;
  color: #746585;
}
.sharing-people {
  display: flex;
  gap: 6px;
  padding-top: 17px;
  margin-top: 16px;
  border-top: 1px solid #edf1f5;
  align-items: center;
}
.sharing-people > span {
  border: 1px solid #dce7ef;
  border-radius: 5px;
  font-size: 8px;
  padding: 5px 8px;
  color: #6d8494;
}
.sharing-people small {
  font-size: 8px;
  color: #768996;
  margin: 0 0 0 6px;
}
.access3-note {
  font-size: 10px;
  color: #6a8294;
  line-height: 1.6;
  display: flex;
  gap: 8px;
  margin-top: 21px;
}
.access3-note > span {
  color: #358055;
}
.memory3 {
  border-radius: 30px;
  background: #e7f5ff;
  padding: 53px 49px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}
.memory-badge {
  background: #b7e3fc;
  display: inline-flex;
  align-items: center;
  border-radius: 99px;
  font-size: 10px;
  padding: 8px 14px;
  margin-bottom: 23px;
  color: #3b667f;
}
.memory3 h2 {
  font-size: 40px;
  line-height: 1.2;
}
.memory3-copy > p {
  font-size: 13px;
  line-height: 1.8;
  color: #557488;
  margin-top: 20px;
  max-width: 440px;
}
.memory3 ul {
  list-style: none;
  margin: 23px 0;
  padding: 0;
}
.memory3 li {
  font-size: 11px;
  line-height: 1.6;
  color: #506e82;
  padding-left: 22px;
  position: relative;
  margin-bottom: 11px;
}
.memory3 li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #407797;
}
.memory3 .button {
  font-size: 12px;
}
.memory3-visual {
  min-width: 0;
}
.memory3 .memory-card {
  background: white;
  border: 1px solid #cfe3f1;
  box-shadow: 0 15px 35px #417c9c12;
  margin: 0;
  padding: 28px;
  border-radius: 18px;
  min-height: 304px;
}
.memory-card-head {
  color: #5d788c;
  font-size: 10px;
  margin-bottom: 23px;
}
.memory-card-head > span:first-child {
  display: flex;
  gap: 6px;
  align-items: center;
}
.memory-card-head .mark {
  width: 17px;
  height: 17px;
}
.memory-card-head span:last-child {
  background: #f1f8fc;
  border-color: #d8e9f3;
  color: #617d91;
  font-size: 8px;
}
.memory-doc-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: #e5f4ff;
  color: #4f8bb2;
  display: grid;
  place-items: center;
  font-size: 23px;
  margin-bottom: 19px;
}
.memory3 .memory-card h3 {
  font-size: 20px;
  color: #244b66;
  line-height: 1.3;
  margin-bottom: 14px;
}
.memory3 .memory-card p {
  font-size: 12px;
  color: #648094;
  line-height: 1.8;
  min-height: 66px;
}
.memory-source {
  font-size: 9px;
  color: #657f92;
  border-top-color: #e4eef5;
}
.memory-timeline {
  justify-content: center;
  gap: 7px;
  margin-top: 19px;
}
.memory-timeline button {
  font-size: 10px;
  border-color: #c3e0f2;
  background: #f5fbff;
  color: #53768e;
  padding: 9px 15px;
  min-height: 40px;
}
.memory-timeline button[aria-pressed="true"] {
  background: #193d58;
  border-color: #193d58;
  color: white;
}
.memory3-caption {
  text-align: center;
  font-size: 9px;
  color: #5c8199;
  margin-top: 14px;
}
.setup3 {
  padding-block: 86px 68px;
}
.setup-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  margin-top: 43px;
}
.setup-steps article {
  position: relative;
}
.setup-steps article:not(:last-child):after {
  content: "";
  position: absolute;
  top: 22px;
  left: 65px;
  right: -24px;
  height: 1px;
  background: #d8e6ef;
}
.setup-steps article > span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e3f3ff;
  color: #305b77;
  font-size: 17px;
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.setup-steps h3 {
  font-size: 19px;
  margin-bottom: 13px;
}
.setup-steps p {
  font-size: 12px;
  color: #688091;
  line-height: 1.75;
  max-width: 320px;
}
.faq-section {
  padding-block: 61px 79px;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.faq-section h2 {
  font-size: 37px;
  line-height: 1.2;
}
.faq-section .overline {
  color: #648196;
}
.faq summary {
  font-size: 13px;
  font-weight: 500;
  padding-block: 20px;
}
.faq p {
  font-size: 12px;
  color: #687f90;
}
.faq details {
  border-bottom-color: #e1eaf0;
}
.closing3-outer {
  padding-bottom: 41px;
}
.closing3 {
  border-radius: 29px;
  background: #102c43;
  color: white;
  padding: 49px 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.closing3 .overline {
  color: #adccdf;
  font-size: 10px;
}
.closing3 h2 {
  font-size: 35px;
  line-height: 1.24;
  letter-spacing: -0.035em;
}
.closing3 .button {
  font-size: 12px;
}
.footer {
  border-top: 1px solid #e9eff3;
  padding-block: 25px 34px;
}
.footer p {
  color: #6e8595;
  font-size: 9px;
}
.footer .brand {
  font-size: 22px;
}
.modal {
  font-family: var(--font);
  color: var(--ink);
  border-radius: 22px;
  padding: 30px;
  max-width: 470px;
}
.modal h2 {
  font-size: 27px;
  line-height: 1.2;
}
.modal p {
  color: #627b8e;
}
.modal label {
  color: #536f84;
}
.modal select,
.modal input {
  background: #f7fafc;
  border-color: #d3e3ed;
  color: #36556b;
}
.source-quote {
  background: #edf7ff;
  color: #345b77;
  border-radius: 13px;
}
.source-meta {
  color: #647e91;
}
.destination-modal {
  max-width: 550px;
}
.destination-modal-head {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
  color: #5b788e;
  font-size: 12px;
}
.destination-modal-head > span:first-child {
  font-size: 24px;
}
.destination-modal-head button {
  margin-left: auto;
  font-size: 25px;
  min-width: 44px;
  padding: 0;
}
.destination-modal .destination-question {
  background: #eaf5fe;
  padding: 16px 18px;
  border-radius: 14px;
  font-size: 13px;
  color: #345b77;
  margin: 22px 0 18px;
}
.destination-answer {
  font-size: 14px;
  line-height: 1.8;
  color: #476b85;
}
.destination-modal .destination-sources {
  font-size: 10px;
  background: #f6f9fb;
  padding: 13px;
  border-radius: 8px;
  color: #6a8293;
  margin: 20px 0;
}
.destination-modal .destination-modal-note {
  font-size: 10px;
  color: #6d8292;
  margin-bottom: 22px;
}
.destination-modal .button {
  min-height: 44px;
  font-size: 12px;
}
@media (min-width: 1600px) {
  .wrap {
    max-width: 1440px;
  }
  .hero3 h1 {
    font-size: 58px;
  }
  .hero3 {
    padding-block: 90px;
  }
  .flow-apps {
    top: 26%;
  }
  .flow-app {
    height: 60px;
    margin-bottom: 21px;
  }
  .flow-client {
    height: 60px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1180px) {
  .wrap {
    padding-inline: 30px;
  }
  .nav-links {
    padding-inline: 17px;
    gap: 17px;
  }
  .nav-links a {
    font-size: 11px;
  }
  .nav-secondary {
    display: none;
  }
  .nav-cta {
    margin-left: auto;
  }
  .hero3 {
    gap: 26px;
    padding-block: 53px;
  }
  .hero3 h1 {
    font-size: 43px;
  }
  .hero3-copy > p {
    font-size: 14px;
  }
  .hero3 .button {
    font-size: 12px;
    padding-inline: 17px;
  }
  .flow-apps {
    top: 26%;
    width: 31%;
    left: 3%;
  }
  .flow-app {
    height: 47px;
    margin-bottom: 15px;
    padding: 7px;
    gap: 7px;
  }
  .flow-app b {
    font-size: 8px;
  }
  .flow-app small {
    font-size: 6px;
  }
  .flow-ai {
    right: 3%;
    width: 25%;
    top: 24%;
  }
  .flow-client {
    height: 46px;
    margin-bottom: 23px;
    font-size: 9px;
    gap: 5px;
    padding: 8px;
  }
  .flow-client > span {
    font-size: 21px;
  }
  .flow-label {
    font-size: 6px;
    top: -22px;
  }
  .flow-ai .flow-label {
    font-size: 5.8px;
  }
  .hub-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }
  .flow-hub {
    width: 76px;
  }
  .flow-hub b {
    font-size: 13px;
  }
  .flow-title {
    font-size: 10px;
  }
  .flow-permission {
    font-size: 7px;
    bottom: 7%;
  }
  .destination-card {
    padding-inline: 18px;
  }
  .destination-card h3 {
    font-size: 18px;
  }
  .section-intro h2 {
    font-size: 33px;
  }
  .product3 {
    padding: 40px 32px 0;
  }
  .product3-heading h2 {
    font-size: 29px;
  }
  .software-main {
    grid-template-columns: 166px 1fr;
  }
  .sidebar button {
    font-size: 10px;
  }
  .workspace-body {
    padding: 25px;
  }
  .access3 {
    gap: 45px;
  }
  .access3 h2 {
    font-size: 38px;
  }
  .access3-visual {
    padding: 24px;
  }
  .scope-badge {
    font-size: 7px;
  }
  .memory3 {
    padding: 43px 35px;
    gap: 35px;
  }
  .memory3 h2 {
    font-size: 36px;
  }
  .memory3 .memory-card {
    padding: 24px;
  }
  .faq-section {
    gap: 50px;
  }
}
@media (max-width: 850px) and (min-width: 761px) {
  .hero3 {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero3 h1 {
    font-size: 50px;
  }
  .flow-visual {
    max-width: 620px;
    width: 100%;
    margin: auto;
  }
  .flow-apps {
    top: 26%;
    left: 4.6%;
    width: 29%;
  }
  .flow-app {
    height: 54px;
    margin-bottom: 22px;
  }
  .flow-client {
    height: 55px;
    margin-bottom: 31px;
  }
  .nav-links {
    gap: 12px;
    padding-inline: 14px;
  }
  .topbar .brand {
    padding-inline: 15px;
  }
  .button.small {
    padding-inline: 14px;
  }
  .destination-grid {
    gap: 12px;
  }
  .destination-card {
    padding-inline: 13px;
  }
  .destination-card h3 {
    font-size: 17px;
  }
  .access3 {
    gap: 28px;
  }
  .shared-account {
    padding: 14px 12px;
  }
  .shared-account b {
    font-size: 9px;
  }
  .shared-account small {
    font-size: 8px;
  }
  .account-circle {
    display: none;
  }
  .memory3 {
    gap: 25px;
  }
  .memory3 .memory-card {
    padding: 20px;
  }
  .memory3 h2 {
    font-size: 32px;
  }
  .memory-timeline {
    gap: 4px;
  }
  .memory-timeline button {
    padding-inline: 10px;
    font-size: 9px;
  }
}
@media (max-width: 760px) {
  .wrap {
    padding-inline: 21px;
  }
  .topbar nav {
    height: 72px;
    gap: 9px;
  }
  .topbar .brand {
    padding: 10px 16px;
    font-size: 20px;
    min-height: 44px;
  }
  .topbar .brand .mark {
    width: 17px;
  }
  .button.small {
    padding: 10px 15px;
    font-size: 10px;
    min-height: 44px;
  }
  .nav-links {
    display: none;
  }
  .nav-links.open {
    display: flex;
    top: 72px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #dce8f0;
    padding: 15px 23px;
    align-items: stretch;
    gap: 0;
    min-height: auto;
  }
  .nav-links a {
    font-size: 13px;
    padding: 13px 0;
  }
  .mobile-menu {
    display: block;
    min-width: 35px;
    font-size: 24px;
  }
  .hero3 {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 34px;
    gap: 29px;
  }
  .hero3-copy .new-label {
    font-size: 9px;
    margin-bottom: 18px;
  }
  .hero3 h1 {
    font-size: clamp(33px, 7.8vw, 49px);
    line-height: 1.23;
    letter-spacing: -0.047em;
  }
  .hero3-copy > p {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 20px;
  }
  .hero3-copy > p.hero-emphasis {
    font-size: 12px;
    margin-top: 18px;
  }
  .hero3 .hero-actions {
    gap: 9px;
    margin-top: 25px;
    flex-wrap: nowrap;
  }
  .hero3 .button {
    font-size: 11px;
    min-height: 46px;
    padding: 11px 16px;
    gap: 8px;
  }
  .hero-checks {
    gap: 17px;
    margin-top: 22px;
  }
  .hero-checks > span {
    font-size: 9px;
    gap: 6px;
  }
  .hero-checks i {
    width: 16px;
    height: 16px;
    font-size: 8px;
  }
  .flow-visual {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 21px;
    aspect-ratio: 600/460;
  }
  .flow-title {
    font-size: 8px;
    top: 7%;
  }
  .flow-apps {
    left: 4%;
    top: 27%;
    width: 31%;
  }
  .flow-app {
    height: 38px;
    padding: 5px;
    gap: 5px;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .flow-app .app-symbol {
    height: 20px;
    width: 20px;
    font-size: 15px;
  }
  .flow-app .app-symbol svg {
    width: 16px;
    height: 16px;
  }
  .flow-app b {
    font-size: 7px;
    margin-bottom: 2px;
  }
  .flow-app small {
    font-size: 5px;
  }
  .flow-label {
    font-size: 5px;
    letter-spacing: 0;
    top: -18px;
  }
  .flow-hub {
    width: 57px;
    padding: 7px 0;
  }
  .hub-icon {
    height: 38px;
    width: 38px;
    border-radius: 12px;
    box-shadow:
      0 0 0 5px #e8f4fc,
      0 0 0 6px #d1e8f5;
    margin-bottom: 6px;
  }
  .hub-icon .mark {
    width: 23px;
    height: 23px;
  }
  .flow-hub b {
    font-size: 10px;
  }
  .flow-hub > span {
    font-size: 5px;
  }
  .flow-ai {
    right: 4%;
    top: 24%;
    width: 25%;
  }
  .flow-ai .flow-label {
    font-size: 5px;
  }
  .flow-client {
    height: 37px;
    padding: 6px;
    border-radius: 8px;
    font-size: 7px;
    gap: 5px;
    margin-bottom: 17px;
  }
  .flow-client > span {
    font-size: 18px;
  }
  .flow-permission {
    font-size: 6px;
    bottom: 7%;
    gap: 5px;
  }
  .flow-permission > span {
    height: 12px;
    width: 12px;
    font-size: 7px;
  }
  .flow-footnote {
    font-size: 5px;
    bottom: 2%;
  }
  .integration-strip {
    padding-block: 24px;
  }
  .integration-strip p {
    font-size: 10px;
    max-width: 270px;
    margin: 0 auto 22px;
    line-height: 1.7;
  }
  .integration-names {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px 17px;
  }
  .integration-names > span {
    font-size: 14px;
    gap: 6px;
    justify-content: center;
    white-space: nowrap;
  }
  .integration-names svg {
    width: 18px;
    height: 18px;
  }
  .integration-names b {
    font-size: 20px;
  }
  .destinations3 {
    padding-block: 49px 42px;
  }
  .section-intro {
    display: block;
    margin-bottom: 28px;
  }
  .section-intro h2 {
    font-size: 29px;
    line-height: 1.26;
  }
  .section-intro > p {
    font-size: 12px;
    margin-top: 15px;
    max-width: 100%;
  }
  .overline {
    font-size: 10px;
    line-height: 1.5;
  }
  .destination-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }
  .destination-card {
    border-radius: 19px;
    padding: 22px 12px 14px;
  }
  .destination-symbol {
    height: 49px;
    width: 49px;
    border-radius: 13px;
    font-size: 34px;
    margin-bottom: 15px;
  }
  .destination-symbol.mcp-symbol {
    font-size: 28px;
  }
  .destination-card h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .destination-card > p {
    font-size: 9px;
    min-height: 42px;
    margin-bottom: 16px;
  }
  .destination-card .button {
    font-size: 10px;
    padding-inline: 7px;
    min-height: 44px;
  }
  .destination-card > a {
    font-size: 8px;
    min-height: 32px;
    margin-top: 11px;
    gap: 4px;
  }
  .destination-disclaimer {
    font-size: 8px;
    line-height: 1.7;
    margin-top: 17px;
  }
  .product3 {
    border-radius: 22px;
    padding: 30px 13px 0;
  }
  .product3-heading {
    padding-inline: 8px;
  }
  .product3-heading h2 {
    font-size: 23px;
    line-height: 1.4;
  }
  .product3-heading > p:last-child {
    font-size: 10px;
    line-height: 1.7;
    max-width: 260px;
    margin: 14px auto 0;
  }
  .product3-heading .overline {
    font-size: 9px;
    margin-bottom: 15px;
  }
  .product3 .product-tabs {
    gap: 5px;
    margin: 23px 0;
    padding: 0;
    flex-wrap: wrap;
  }
  .product-tabs button {
    font-size: 9px;
    padding: 10px 12px;
    min-height: 40px;
    gap: 0;
  }
  .software {
    border-radius: 12px 12px 0 0;
  }
  .software-main {
    display: block;
    min-height: 480px;
  }
  .window-bar {
    height: 32px;
  }
  .window-bar span {
    font-size: 7px;
  }
  .sidebar {
    padding: 8px 6px;
    gap: 2px;
    border-right: 0;
    border-bottom: 1px solid #e0eaf2;
  }
  .sidebar button {
    font-size: 8px;
    min-height: 42px;
    padding: 8px 5px;
    gap: 4px;
  }
  .sidebar button svg {
    width: 10px;
    height: 10px;
  }
  .workspace-body {
    padding: 21px 13px;
  }
  .work-head {
    gap: 8px;
  }
  .work-head h3 {
    font-size: 19px;
  }
  .work-head p {
    font-size: 8px;
  }
  .add-button {
    font-size: 8px;
    padding: 8px;
    min-height: 42px;
  }
  .filter-row input {
    font-size: 10px;
    width: 154px;
    min-height: 40px;
  }
  .filter-row > span {
    font-size: 8px;
  }
  .connection-table th {
    font-size: 7px;
  }
  .connection-table th:first-child {
    width: 59%;
  }
  .connection-table th:nth-child(2) {
    width: 41%;
  }
  .connection-table th:last-child,
  .connection-table td:last-child {
    display: none;
  }
  .connection-table strong {
    font-size: 9px;
  }
  .connection-table small {
    font-size: 7px;
  }
  .connection-table td:first-child {
    gap: 6px;
  }
  .connection-table .app-symbol {
    width: 22px;
    height: 22px;
    font-size: 13px;
  }
  .table-access {
    font-size: 8px;
    padding: 4px 5px;
  }
  .demo-note {
    font-size: 8px;
    line-height: 1.7;
  }
  .role-switch button {
    font-size: 9px;
    min-height: 42px;
  }
  .permission-row strong {
    font-size: 10px;
  }
  .permission-row small {
    font-size: 8px;
  }
  .permission-row select {
    font-size: 9px;
    min-height: 44px;
    width: 93px;
  }
  .memory-row strong {
    font-size: 10px;
  }
  .memory-row small {
    font-size: 8px;
    line-height: 1.6;
  }
  .access3 {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 53px;
  }
  .access3 h2 {
    font-size: 33px;
    line-height: 1.23;
  }
  .access3 h2 br:nth-child(2) {
    display: none;
  }
  .access3-copy > p:not(.overline) {
    font-size: 13px;
    margin-top: 18px;
  }
  .access3-copy .button {
    font-size: 11px;
    margin-top: 22px;
    min-height: 46px;
  }
  .access3-visual {
    padding: 23px 18px;
    border-radius: 19px;
  }
  .access3-header b {
    font-size: 16px;
  }
  .access3-header span {
    font-size: 9px;
  }
  .shared-account {
    padding: 16px 12px;
  }
  .shared-account b {
    font-size: 10px;
  }
  .shared-account small {
    font-size: 8px;
  }
  .scope-badge {
    font-size: 7px;
    padding: 5px 7px;
  }
  .account-circle {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }
  .shared-account > div:first-child {
    gap: 7px;
  }
  .sharing-people > span {
    font-size: 8px;
  }
  .sharing-people small {
    font-size: 7px;
  }
  .access3-note {
    font-size: 9px;
  }
  .memory3 {
    grid-template-columns: 1fr;
    gap: 32px;
    border-radius: 23px;
    padding: 29px 22px;
  }
  .memory-badge {
    font-size: 9px;
    padding: 8px 12px;
    margin-bottom: 18px;
  }
  .memory3 h2 {
    font-size: 32px;
    line-height: 1.22;
  }
  .memory3-copy > p {
    font-size: 12px;
    margin-top: 18px;
  }
  .memory3 li {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .memory3 .button {
    font-size: 11px;
    min-height: 44px;
    padding-inline: 19px;
  }
  .memory3 .memory-card {
    padding: 21px;
    border-radius: 15px;
    min-height: 280px;
  }
  .memory-card-head {
    font-size: 9px;
    gap: 10px;
  }
  .memory-card-head .mark {
    width: 14px;
  }
  .memory-card-head span:last-child {
    font-size: 7px;
  }
  .memory3 .memory-card h3 {
    font-size: 19px;
  }
  .memory3 .memory-card p {
    font-size: 11px;
    min-height: 75px;
  }
  .memory-source {
    font-size: 8px;
    line-height: 1.6;
  }
  .memory-timeline {
    gap: 5px;
  }
  .memory-timeline button {
    font-size: 9px;
    padding: 9px 11px;
    min-height: 44px;
  }
  .memory3-caption {
    font-size: 8px;
  }
  .setup3 {
    padding-block: 52px 29px;
  }
  .setup-steps {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .setup-steps article {
    padding-left: 61px;
    min-height: 105px;
  }
  .setup-steps article > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 39px;
    height: 39px;
    font-size: 15px;
  }
  .setup-steps article:not(:last-child):after {
    width: 1px;
    height: auto;
    top: 48px;
    bottom: -20px;
    left: 19px;
    right: auto;
  }
  .setup-steps h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .setup-steps p {
    font-size: 12px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-block: 30px 44px;
  }
  .faq-section h2 {
    font-size: 29px;
  }
  .faq summary {
    font-size: 12px;
    line-height: 1.6;
  }
  .faq p {
    font-size: 11px;
    line-height: 1.8;
  }
  .closing3-outer {
    padding-bottom: 25px;
  }
  .closing3 {
    display: block;
    border-radius: 22px;
    padding: 30px 25px;
  }
  .closing3 h2 {
    font-size: 27px;
    line-height: 1.3;
  }
  .closing3 .overline {
    font-size: 9px;
    line-height: 1.7;
  }
  .closing3 .button {
    margin-top: 25px;
    font-size: 11px;
    min-height: 44px;
  }
  .footer {
    gap: 18px;
    padding-block: 24px;
  }
  .footer p {
    font-size: 8px;
  }
  .footer .brand {
    font-size: 20px;
  }
  .modal {
    padding: 25px;
    border-radius: 19px;
  }
  .modal h2 {
    font-size: 24px;
  }
  .destination-modal .destination-question {
    font-size: 12px;
  }
  .destination-answer {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .wrap {
    padding-inline: 16px;
  }
  .topbar .brand {
    padding-inline: 12px;
    font-size: 18px;
  }
  .topbar .brand .mark {
    display: none;
  }
  .button.small {
    padding-inline: 12px;
  }
  .hero3 .button {
    font-size: 10px;
    padding-inline: 12px;
  }
  .hero-checks {
    gap: 10px;
  }
  .hero-checks > span {
    font-size: 8px;
  }
  .flow-app {
    height: 32px;
    margin-bottom: 11px;
  }
  .flow-app .app-symbol {
    width: 16px;
    height: 16px;
  }
  .flow-app b {
    font-size: 6px;
  }
  .flow-app small {
    font-size: 4.5px;
  }
  .flow-client {
    height: 32px;
    margin-bottom: 14px;
    font-size: 6px;
  }
  .flow-client > span {
    font-size: 15px;
  }
  .flow-permission {
    font-size: 5px;
  }
  .flow-title {
    font-size: 7px;
  }
  .product3 {
    padding-inline: 9px;
  }
  .sidebar button {
    font-size: 7px;
  }
  .sidebar button svg {
    display: none;
  }
  .workspace-body {
    padding-inline: 11px;
  }
  .table-access {
    font-size: 7px;
  }
  .shared-account b {
    font-size: 9px;
  }
  .scope-badge {
    font-size: 6px;
  }
  .account-circle {
    display: none;
  }
  .memory3 {
    padding-inline: 18px;
  }
  .memory-card-head span:last-child {
    font-size: 6px;
  }
  .memory3 .memory-card {
    padding: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
  html {
    scroll-behavior: auto;
  }
}

/* Section one: a single message and a quiet company-to-AI illustration. */
.hero3.hero-simple {
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 640px;
}
.hero-simple h1 {
  font-size: clamp(40px, 4.3vw, 62px);
  line-height: 1.13;
  letter-spacing: -0.052em;
  margin: 0;
}
.hero-simple h1 span {
  color: #547d96;
}
.hero-simple .hero3-copy > p {
  max-width: 420px;
  font-size: 16px;
  line-height: 1.8;
  margin: 27px 0 0;
  color: #5b6e7e;
}
.hero-simple .hero-actions {
  margin-top: 32px;
}
.connection-art {
  width: 100%;
  max-width: 580px;
  justify-self: end;
}
.connection-art > svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) and (min-width: 761px) {
  .hero3.hero-simple {
    gap: 32px;
    padding-block: 75px;
    min-height: 550px;
  }
  .hero-simple h1 {
    font-size: 42px;
  }
  .hero-simple .hero3-copy > p {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .hero3.hero-simple {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 48px;
    padding-bottom: 44px;
    min-height: 0;
  }
  .hero-simple h1 {
    font-size: clamp(36px, 8.7vw, 54px);
    line-height: 1.15;
  }
  .hero-simple .hero3-copy > p {
    font-size: 14px;
    line-height: 1.8;
    max-width: 410px;
    margin-top: 22px;
  }
  .hero-simple .hero-actions {
    margin-top: 25px;
  }
  .hero-simple .button {
    font-size: 13px;
    padding: 13px 22px;
    min-height: 48px;
  }
  .connection-art {
    max-width: 500px;
    justify-self: center;
  }
}
/* Concrete account examples, access policy, and a shorter AI section. */
.accounts-section {
  padding-block: 78px 54px;
  border-top: 1px solid #e8eef2;
}
.accounts-section .section-intro > p {
  max-width: 450px;
}
.account-examples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.account-examples article {
  border: 1px solid #dfe8ee;
  border-radius: 22px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.example-category {
  font-size: 11px;
  color: #61798b;
  margin-bottom: 15px;
}
.account-examples h3 {
  font-size: 23px;
  line-height: 1.35;
  margin-bottom: 15px;
  letter-spacing: -0.04em;
}
.account-examples p {
  font-size: 14px;
  line-height: 1.8;
  color: #5d7180;
  margin-bottom: 24px;
}
.example-accounts {
  display: grid;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 22px;
}
.example-accounts span {
  background: #f3f7fa;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 11px;
}
.account-examples a {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  min-height: 36px;
  align-items: center;
}
.concept-note {
  font-size: 11px;
  color: #6b7f8f;
  margin: 20px 0 0;
}
.access3 {
  gap: 65px;
  padding-block: 75px 90px;
  grid-template-columns: 0.9fr 1.1fr;
}
.access3 h2 {
  font-size: clamp(30px, 3.4vw, 47px);
}
.access-matrix {
  border: 1px solid #dce7ee;
  border-radius: 24px;
  padding: 30px;
  background: #f8fbfd;
  min-width: 0;
}
.matrix-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 25px;
}
.matrix-heading h3 {
  font-size: 18px;
  margin: 0;
}
.matrix-heading > span {
  font-size: 10px;
  color: #657c8c;
  white-space: nowrap;
}
.access-matrix table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  table-layout: fixed;
}
.access-matrix th {
  font-weight: 500;
}
.access-matrix thead th {
  font-size: 11px;
  color: #657c8c;
  padding-bottom: 12px;
}
.access-matrix th:first-child {
  width: 43%;
}
.access-matrix tbody th,
.access-matrix td {
  font-size: 12px;
  padding: 18px 4px 18px 0;
  border-top: 1px solid #dfe8ee;
}
.access-matrix small {
  display: block;
  font-size: 10px;
  color: #6c8191;
  margin-top: 5px;
}
.access-matrix td > span {
  font-size: 10px;
  border-radius: 5px;
  padding: 6px 7px;
  white-space: nowrap;
}
.mode-write {
  background: #dceffa;
  color: #22506d;
}
.mode-read {
  background: #e8edf2;
  color: #415e73;
}
.mode-none {
  color: #8a979f;
}
.access-matrix > p {
  font-size: 11px;
  line-height: 1.7;
  color: #637c8e;
  margin: 20px 0 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.memory3 h2 {
  font-size: clamp(32px, 3.8vw, 49px);
}
.destinations-compact {
  padding-block: 75px;
}
.destinations-compact .destination-grid {
  gap: 16px;
}
.destinations-compact .destination-card {
  padding: 22px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 18px;
  border-radius: 17px;
}
.destinations-compact .destination-symbol {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  margin: 0;
  font-size: 30px;
}
.destinations-compact .destination-symbol .brand-logo {
  width: 29px;
  height: 29px;
}
.destinations-compact .destination-card h3 {
  font-size: 18px;
  margin: 0;
}
.destinations-compact .destination-card .button {
  grid-column: 1/-1;
  margin: 0;
  min-height: 42px;
  font-size: 12px;
}
.product3-heading h2 {
  font-size: clamp(27px, 3.4vw, 45px);
}
.scenario-picker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 0;
  font-size: 11px;
}
.scenario-picker label {
  color: #647e90;
}
.scenario-picker select {
  font-size: 12px;
  min-height: 42px;
  border: 1px solid #d5e2ea;
  background: white;
  border-radius: 7px;
  padding: 8px 12px;
  color: #102c43;
  max-width: 100%;
}
.connection-table .table-status {
  font-size: 10px;
  color: #45657b;
  white-space: normal;
}
.permission-row select {
  width: 124px;
}
@media (max-width: 1100px) {
  .account-examples {
    gap: 15px;
  }
  .account-examples article {
    padding: 23px;
  }
  .account-examples h3 {
    font-size: 20px;
  }
  .access3 {
    gap: 30px;
  }
  .access-matrix {
    padding: 23px;
  }
  .matrix-heading {
    display: block;
  }
  .matrix-heading > span {
    display: block;
    margin-top: 8px;
  }
  .destinations-compact .destination-card {
    gap: 11px;
    padding: 17px;
  }
  .destinations-compact .destination-card h3 {
    font-size: 15px;
  }
}
@media (max-width: 760px) {
  .accounts-section {
    padding-block: 44px;
  }
  .account-examples {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .account-examples article {
    padding: 25px;
  }
  .account-examples h3 {
    font-size: 23px;
  }
  .account-examples p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .example-accounts {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 15px;
  }
  .example-accounts span {
    font-size: 10px;
    padding: 10px;
  }
  .concept-note {
    font-size: 10px;
    line-height: 1.7;
  }
  .accounts-section .section-intro > p {
    font-size: 14px;
    line-height: 1.8;
  }
  .access3 {
    grid-template-columns: 1fr;
    padding-block: 20px 50px;
    gap: 27px;
  }
  .access3-copy > p:not(.overline) {
    font-size: 14px;
  }
  .access-matrix {
    padding: 20px 15px;
    border-radius: 18px;
  }
  .matrix-heading h3 {
    font-size: 17px;
  }
  .access-matrix tbody th,
  .access-matrix td {
    font-size: 10px;
  }
  .access-matrix td > span {
    font-size: 9px;
    padding: 5px;
  }
  .access-matrix small {
    font-size: 9px;
  }
  .access-matrix th:first-child {
    width: 42%;
  }
  .access-matrix thead th {
    font-size: 10px;
  }
  .memory3-copy > p {
    font-size: 14px !important;
  }
  .memory3 li {
    font-size: 12px;
    line-height: 1.7;
  }
  .destinations-compact {
    padding-block: 48px;
  }
  .destinations-compact .section-intro > p {
    font-size: 14px;
    line-height: 1.8;
  }
  .destinations-compact .destination-card {
    padding: 16px;
    grid-template-columns: 32px 1fr;
    gap: 10px;
  }
  .destinations-compact .destination-symbol {
    width: 32px;
    height: 32px;
  }
  .destinations-compact .destination-symbol .brand-logo {
    width: 25px;
    height: 25px;
  }
  .destinations-compact .destination-card h3 {
    font-size: 14px;
  }
  .destinations-compact .destination-card .button {
    font-size: 11px;
    min-height: 44px;
  }
  .destinations-compact .destination-disclaimer {
    font-size: 10px;
  }
  .product3-heading > p:last-child {
    font-size: 12px;
    max-width: 310px;
  }
  .scenario-picker {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
    font-size: 10px;
  }
  .scenario-picker select {
    font-size: 11px;
  }
  .connection-table th:last-child,
  .connection-table td:last-child {
    display: table-cell;
  }
  .connection-table th:first-child {
    width: 49%;
  }
  .connection-table th:nth-child(2) {
    width: 25%;
  }
  .connection-table th:last-child {
    width: 26%;
  }
  .connection-table td:first-child {
    gap: 5px;
  }
  .connection-table .app-symbol {
    display: none;
  }
  .connection-table .table-status {
    font-size: 9px;
  }
  .connection-table strong {
    font-size: 10px;
  }
  .connection-table small {
    font-size: 9px;
    overflow-wrap: anywhere;
  }
  .connection-table th {
    font-size: 9px;
  }
  .table-access {
    font-size: 9px;
    padding: 4px;
  }
  .permission-row select {
    width: 108px;
  }
  .faq-section {
    padding-top: 48px;
  }
  .faq summary {
    font-size: 14px;
  }
  .faq p {
    font-size: 13px;
  }
  .faq-section h2 {
    font-size: 30px;
  }
}

/* Hero: selected team's tools connect through Atso to its AI chat. */
.hero3.hero-permissions {
  grid-template-columns: 1fr 1fr;
  gap: 74px;
  padding-block: 85px;
  min-height: 650px;
}
.hero-permissions h1 {
  font-size: clamp(38px, 3.8vw, 55px);
}
.hero-permissions .hero3-copy > p {
  max-width: 450px;
}
.team-diagram {
  width: 100%;
  max-width: 580px;
  justify-self: end;
}
.team-diagram > svg {
  display: block;
  width: 100%;
  height: auto;
}
.diagram-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 9px 0;
}
.diagram-controls > div {
  display: flex;
  gap: 6px;
}
.diagram-controls button {
  min-height: 38px;
  background: transparent;
  color: #688397;
  font-size: 11px;
  padding: 8px 13px;
  border-radius: 7px;
  border: 1px solid transparent;
}
.diagram-controls button[aria-pressed="true"] {
  border-color: #d7e6f0;
  background: #f5f9fc;
  color: #102c43;
}
.diagram-controls #preview-playback {
  text-decoration: underline;
  min-width: 50px;
}
.diagram-caption {
  font-size: 10px;
  color: #7790a2;
  text-align: center;
  margin: 8px 0 0;
}
.diagram-signal {
  animation: diagram-flow 3s linear infinite;
}
.team-diagram.is-paused .diagram-signal {
  animation-play-state: paused;
}
@keyframes diagram-flow {
  to {
    stroke-dashoffset: -220;
  }
}
@media (max-width: 1100px) and (min-width: 761px) {
  .hero3.hero-permissions {
    gap: 35px;
    padding-block: 65px;
    min-height: 550px;
  }
  .hero-permissions h1 {
    font-size: 39px;
  }
}
@media (max-width: 760px) {
  .hero3.hero-permissions {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 46px;
    padding-bottom: 45px;
    min-height: 0;
  }
  .hero-permissions h1 {
    font-size: clamp(33px, 8.1vw, 52px);
    line-height: 1.17;
  }
  .hero-permissions .hero3-copy > p {
    font-size: 14px;
    line-height: 1.8;
  }
  .team-diagram {
    max-width: 500px;
    justify-self: center;
  }
  .diagram-controls {
    padding: 10px 0 0;
  }
  .diagram-controls button {
    min-height: 44px;
    font-size: 11px;
    padding-inline: 12px;
  }
  .diagram-caption {
    font-size: 9px;
    margin-top: 5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .diagram-signal {
    animation: none;
  }
}

/* Persistent company graph: only permitted paths change emphasis. */
.hero-permissions h1 {
  font-size: clamp(35px, 3.55vw, 51px);
  line-height: 1.15;
}
.team-diagram {
  max-width: 620px;
}
.team-diagram svg text {
  font-family: Manrope, Arial, sans-serif;
}
.team-diagram .node-title {
  font-size: 14px;
  font-weight: 600;
  fill: #102c43;
}
.team-diagram .node-detail {
  font-size: 11px;
  fill: #648195;
}
.team-diagram .owner-title {
  font-size: 17px;
  font-weight: 600;
  fill: #102c43;
}
.team-diagram .hub-title {
  font-size: 21px;
  font-weight: 600;
  fill: #102c43;
}
.team-diagram .avatar-letter {
  font-size: 9px;
  fill: #577b93;
}
.team-diagram .ai-label {
  font-size: 14px;
  fill: #48677e;
}
.company-source rect,
.team-destination rect {
  fill: white;
  stroke: #dfe9ef;
  stroke-width: 1.2;
  transition:
    stroke 0.35s,
    fill 0.35s;
}
.company-source.is-active rect,
.team-destination.is-active rect {
  stroke: #8dbedf;
  fill: #fbfdff;
}
.diagram-routes .is-active {
  stroke: #95c2df;
  stroke-width: 2;
}
.route-signals .diagram-signal {
  opacity: 0;
  stroke-dasharray: 12 75;
}
.route-signals .diagram-signal.is-active {
  opacity: 1;
}
@keyframes diagram-flow {
  to {
    stroke-dashoffset: -174;
  }
}
@media (max-width: 1100px) and (min-width: 761px) {
  .hero-permissions h1 {
    font-size: 36px;
  }
}
@media (max-width: 760px) {
  .hero-permissions h1 {
    font-size: clamp(30px, 7.1vw, 47px);
  }
  .diagram-controls button {
    font-size: 10px;
    padding-inline: 9px;
  }
  .team-diagram .node-title {
    font-size: 15px;
  }
  .team-diagram .node-detail {
    font-size: 12px;
  }
  .team-diagram .ai-label {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .company-source rect,
  .team-destination rect {
    transition: none;
  }
}

/* Inactive tools and personas remain in place, visibly gray. */
.company-source,
.team-destination {
  transition:
    opacity 0.35s,
    filter 0.35s;
}
.company-source.is-inactive,
.team-destination.is-inactive {
  opacity: 0.43;
  filter: grayscale(1);
}
.company-source.is-inactive rect,
.team-destination.is-inactive rect {
  fill: #e5eaf0;
  stroke: #cad4dd;
}
.company-source.is-active,
.team-destination.is-active {
  opacity: 1;
  filter: none;
}
@media (prefers-reduced-motion: reduce) {
  .company-source,
  .team-destination {
    transition: none;
  }
}

/* Keep each logo at the headline left edge; following text uses natural word spacing. */
.hero-permissions h1 .headline-visual {
  color: #102c43;
}
.headline-ai-slot {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
  width: 4.02em;
  justify-content: flex-start;
  height: 1.15em;
  vertical-align: bottom;
  white-space: nowrap;
  text-align: left;
}
.headline-ai-logo {
  width: 0.65em;
  height: 0.65em;
  object-fit: contain;
  flex: 0 0 0.65em;
}
.hero-permissions h1 .headline-ai-name {
  color: #547d96;
}

/* Atso green identity. Söhne-ready; Helvetica Neue is the specified local fallback. */
:root {
  --forest: #044b39;
  --emerald: #1ea97b;
  --mint: #c8efc1;
  --moss: #264b04;
  --lime: #72c613;
  --spring: #cbf39d;
  --deep: #053438;
  --ink: #1c1c1c;
  --night: #044b39;
  --blue: #c8efc1;
  --light: #fafafa;
  --muted: #527065;
  --line: #dfe5e1;
  --font: "Söhne", "Helvetica Neue", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  background: #fff;
  letter-spacing: 0;
}
button,
input,
select,
textarea {
  font-family: var(--font);
}
h1,
h2,
h3,
p {
  font-family: var(--font);
}
h1,
h2,
h3 {
  font-synthesis: none;
}
h1,
h2 {
  font-weight: 400 !important;
  letter-spacing: -0.045em;
  color: var(--forest);
}
h2 em {
  font-style: normal;
}
h3 {
  letter-spacing: -0.025em;
  font-weight: 500;
}
.wrap {
  width: calc(100% - 64px);
  max-width: 1200px;
  padding-inline: 0;
  margin-inline: auto;
}
section[id] {
  scroll-margin-top: 120px;
}
a {
  color: var(--forest);
}
.overline,
.memory-badge {
  font: 500 12px/20px var(--font);
  letter-spacing: 0;
  color: var(--muted);
  text-transform: none;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}
.overline[data-number]:before,
.memory-badge[data-number]:before {
  content: attr(data-number);
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid #044b3926;
  border-radius: 50%;
  font-size: 10px;
}
.button,
.button.black {
  background: var(--forest);
  color: #fff;
  border: 0;
  border-radius: 999px;
  min-height: 48px;
  padding: 13px 23px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
  gap: 18px;
  transition:
    background 0.16s,
    transform 0.1s;
}
.button:hover,
.button.black:hover {
  background: var(--deep);
  transform: none;
}
.button:active,
button:active {
  transform: translateY(1px);
}
.hero-actions .button > span,
.access3-copy .button > span {
  font-size: 0;
  background: var(--lime);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 4px;
}
/* Floating navigation, anchored to the same page grid. */
.topbar {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  background: transparent;
  border: 0;
  z-index: 20;
  backdrop-filter: none;
}
.topbar nav {
  height: 64px;
  background: #fff;
  border-radius: 999px;
  padding: 0 24px;
  gap: 32px;
  box-shadow: 0 2px 8px #05343804;
}
.topbar .brand,
.footer .brand {
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  font: 400 25px/28px var(--font);
  letter-spacing: -0.035em;
  min-height: 0;
}
.brand .mark {
  display: block;
  width: 28px;
  height: 28px;
  fill: none;
  stroke: none;
}
.nav-links {
  background: none;
  border: 0;
  margin-left: auto;
  gap: 28px;
  padding: 0;
}
.nav-links a {
  font-size: 14px;
  color: var(--forest);
}
.topbar .nav-cta {
  font-size: 13px;
  min-height: 40px;
  padding: 10px 20px;
}
.mobile-menu {
  color: var(--forest);
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
}
/* A centred opening, with diffuse light and a compact conversation. */
.hero-band {
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(ellipse 42% 40% at 51% 93%, #72c61399, transparent 100%),
    radial-gradient(ellipse 37% 44% at 50% 75%, #f8ef8a99, transparent 100%),
    #fafafa;
}
.hero-band:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      transparent calc(50% - 601px),
      #044b3908 calc(50% - 600px),
      transparent calc(50% - 599px)
    ),
    linear-gradient(
      90deg,
      transparent calc(50% + 599px),
      #044b3908 calc(50% + 600px),
      transparent calc(50% + 601px)
    );
}
.hero3.hero-simple {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  min-height: 830px;
  padding: 154px 0 40px;
  color: var(--forest);
  text-align: center;
}
.hero3-copy {
  width: 100%;
  max-width: 900px;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 12px !important;
  letter-spacing: 0.015em;
  color: var(--forest) !important;
  margin: 0 auto 24px !important;
}
.hero-eyebrow > span {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--lime);
}
.hero-simple h1 {
  font-family: var(--font);
  font-weight: 400;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.0556;
  letter-spacing: -0.045em;
  max-width: 900px;
  margin: 0 auto;
  color: var(--forest);
}
.hero-simple h1 span {
  color: var(--forest);
}
.hero-simple .hero3-copy > p:not(.hero-eyebrow):not(.hero-disclosure) {
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 550px;
  margin: 25px auto 0;
}
.hero-simple .hero-actions {
  margin: 28px auto 0;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 28px;
}
.hero-secondary {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 44px;
}
.hero-secondary:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.hero-simple .hero3-copy > .hero-disclosure {
  font-size: 11px;
  line-height: 18px;
  margin: 18px auto 0;
  max-width: none;
  color: var(--muted);
}
.hero-scene {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 47px auto 0;
  padding: 0 20px 24px;
  text-align: left;
}
.hero-chat {
  display: flex;
  gap: 12px;
  padding: 16px 20px;
  background: #ffffffbf;
  border: 1px solid #ffffffaa;
  border-radius: 12px;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 40px #05343808;
  max-width: 410px;
}
.hero-chat.request {
  width: 330px;
  margin-left: 20px;
}
.hero-chat.answer {
  width: 410px;
  margin: 12px 0 0 auto;
}
.hero-chat p {
  font-size: 15px;
  line-height: 1.4;
  margin: 4px 0 0;
  color: var(--forest);
}
.chat-avatar {
  background: #c8efc1;
  color: var(--forest);
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  height: 28px;
  border-radius: 8px;
  font-size: 12px;
}
.chat-meta {
  font-size: 11px;
  font-weight: 500;
  color: var(--forest);
}
.chat-meta > span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 400;
  margin-left: 10px;
}
.source-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: var(--muted);
  margin-top: 12px;
}
.scene-note {
  display: block;
  text-align: center;
  font-size: 11px;
  color: var(--muted);
  margin-top: 22px;
}
/* Account scenes and spacious editorial sections. */
.connect-band,
.control-band {
  background: #fff;
}
.accounts-section {
  padding-block: 96px;
  border: 0;
}
.section-intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 44px;
}
.section-intro h2,
.access3 h2,
.memory3 h2 {
  font-size: 48px;
  line-height: 1.08;
  max-width: 510px;
  color: var(--forest);
}
.section-intro > p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 410px;
  margin: 0 0 3px;
}
.account-examples {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.account-examples article {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fafafa;
  padding: 0 28px 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.account-art {
  height: 190px;
  margin: 0 -28px 28px;
  padding: 28px 28px 0;
  overflow: hidden;
  background: linear-gradient(155deg, #eef2eb, #e1efd3);
  border-bottom: 1px solid var(--line);
}
.account-examples article:nth-child(2) .account-art {
  background: linear-gradient(155deg, #e9f4f0, #bdf0ec80);
}
.account-examples article:nth-child(3) .account-art {
  background: linear-gradient(155deg, #f2f5e5, #cbf39d);
}
.account-art-row {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #fff;
  background: #ffffffbf;
  border-radius: 10px;
  padding: 13px 14px;
  font-size: 12px;
  box-shadow: 0 4px 12px #044b3905;
  margin-bottom: 9px;
  white-space: nowrap;
}
.account-art-row:nth-child(2) {
  transform: translateX(14px);
}
.account-art-row:nth-child(3) {
  transform: translateX(28px);
}
.account-art-row img {
  object-fit: contain;
  width: 21px;
  height: 21px;
}
.account-check {
  margin-left: auto;
  color: var(--forest);
  font-size: 11px;
}
.example-category {
  font-size: 11px;
  color: var(--muted);
  margin: 0 0 12px;
}
.account-examples h3 {
  font-size: 25px;
  line-height: 1.12;
  color: var(--forest);
  margin-bottom: 14px;
}
.account-examples p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 20px;
}
.account-examples a {
  font-size: 13px;
  margin-top: auto;
  min-height: 44px;
  display: flex;
  align-items: center;
  color: var(--forest);
  text-decoration: none;
}
.account-examples a:after {
  content: "↗";
  margin-left: auto;
}
.account-examples a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.concept-note {
  font-size: 11px;
  color: var(--muted);
  margin-top: 20px;
}
/* Team access: live routing diagram followed by a precise permission table. */
.access3 {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px 70px;
  padding-block: 90px;
  border-top: 1px solid var(--line);
  align-items: center;
}
.access3-copy > p:not(.overline) {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 390px;
  margin-top: 24px;
}
.access3-copy .button {
  margin-top: 28px;
}
.team-diagram {
  width: 100%;
  min-width: 0;
}
.team-diagram > svg {
  width: 100%;
  height: auto;
  border-radius: 24px;
  background: #fafafa;
  box-shadow: none;
}
.team-diagram > svg > rect:first-of-type {
  fill: #f3f6ef;
}
.team-diagram > svg > rect:not(:first-of-type) {
  fill: var(--forest);
}
.team-diagram text {
  font-family: var(--font);
}
.team-diagram .company-source rect,
.team-diagram .team-destination rect {
  fill: #fff;
  stroke: #bbcfbf;
}
.team-diagram .company-source.is-active rect,
.team-diagram .team-destination.is-active rect {
  fill: #fff;
  stroke: #72c613;
}
.team-diagram .node-title,
.team-diagram .hub-title {
  fill: var(--forest);
}
.team-diagram .node-detail {
  fill: var(--muted);
}
.diagram-routes {
  stroke: #bdd1bd;
}
.route-signals {
  stroke: var(--lime);
}
.diagram-controls {
  margin-top: 12px;
}
.diagram-controls button {
  min-height: 44px;
  font-size: 12px;
  color: var(--muted);
  padding: 8px 14px;
}
.diagram-controls button[aria-pressed="true"] {
  background: var(--spring);
  color: var(--forest);
  border-color: transparent;
}
.diagram-caption {
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
}
.access-detail {
  grid-column: 1/-1;
}
.access-matrix {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fafafa;
  padding: 28px 36px;
  box-shadow: none;
}
.matrix-heading h3 {
  font: 500 20px/26px var(--font);
  color: var(--forest);
}
.matrix-heading > span {
  background: #eef3e9;
  color: var(--muted);
  font-size: 11px;
}
.access-matrix table {
  table-layout: fixed;
}
.access-matrix tbody th {
  font-size: 14px;
  color: var(--forest);
  width: 42%;
}
.access-matrix thead th {
  font-size: 12px;
  color: var(--muted);
}
.access-matrix small {
  font-size: 11px;
  color: var(--muted);
}
.access-matrix td > span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  padding: 6px 14px;
  border-radius: 99px;
  white-space: normal;
}
.mode-write {
  background: var(--spring);
  color: var(--forest);
}
.mode-read {
  background: #e7eee4;
  color: var(--forest);
}
.mode-none {
  background: #eee;
  color: #60675f;
}
.access-matrix > p {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 0;
}
/* Company memory on a dark, softly illuminated surface. */
.memory-band {
  background:
    radial-gradient(ellipse 45% 100% at 78% 105%, #1ea97bc9, transparent 100%),
    radial-gradient(ellipse 30% 70% at 70% 25%, #bdf0ec20, transparent 100%),
    var(--deep);
  position: relative;
  overflow: hidden;
}
.memory-band:before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 49.95%,
    #ffffff08 50%,
    transparent 50.05%
  );
}
.memory3-outer {
  padding-block: 0;
  position: relative;
}
.memory3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  padding: 110px 0;
  background: none;
  border: 0;
  border-radius: 0;
}
.memory-badge {
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--mint);
}
.memory-badge[data-number]:before {
  border-color: #ffffff35;
}
.memory3 h2 {
  color: #fff;
}
.memory3-copy > p {
  font-size: 17px;
  line-height: 1.6;
  color: #c5dbd4;
  max-width: 410px;
  margin-top: 24px;
}
.memory3-copy ul {
  padding-left: 18px;
  margin: 22px 0;
}
.memory3 li {
  font-size: 14px;
  line-height: 1.8;
  color: #c5dbd4;
}
.memory3 .button.black {
  background: var(--spring);
  color: var(--forest);
  margin-top: 12px;
}
.memory3 .button.black:hover {
  background: #c8efc1;
}
.memory3 .memory-card {
  min-height: 320px;
  background: #dff5e51f;
  border: 1px solid #ffffff38;
  border-radius: 20px;
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px #001d1915;
  padding: 32px;
  color: #fff;
}
.memory-card-head {
  font-size: 11px;
  color: #d2e8df;
}
.memory-card-head .mark {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: none;
}
.memory-doc-icon {
  background: #ffffff15;
  color: var(--spring);
  border: 1px solid #ffffff25;
  border-radius: 10px;
  margin-top: 32px;
}
.memory3 .memory-card h3 {
  font-family: var(--font);
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-top: 22px;
}
.memory3 .memory-card p {
  color: #e6f2ed;
  font-size: 16px;
  line-height: 1.6;
}
.memory-source {
  font-size: 12px;
  color: #d2e8df;
  border-color: #ffffff30;
}
.memory-timeline {
  gap: 8px;
  margin-top: 20px;
}
.memory-timeline button {
  font-size: 12px;
  border: 1px solid #ffffff35;
  background: #ffffff0a;
  color: #e1efe8;
  border-radius: 999px;
  min-height: 44px;
  padding: 9px 15px;
}
.memory-timeline button[aria-pressed="true"] {
  background: var(--spring);
  border-color: var(--spring);
  color: var(--forest);
}
.memory3-caption {
  font-size: 11px;
  color: #c5dbd4;
}
.memory-band :focus-visible {
  outline-color: var(--spring);
}
/* AI clients remain recognisable and interactive. */
.destinations3 {
  padding-block: 96px;
  border: 0;
}
.destination-grid,
.destinations-compact .destination-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.destination-card,
.destinations-compact .destination-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  box-shadow: none;
  transform: none !important;
}
.destination-card h3 {
  font-size: 21px;
  font-family: var(--font);
  color: var(--forest);
}
.destination-symbol {
  background: #fafafa;
  width: 36px;
  height: 36px;
}
.destinations-compact .destination-card .button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 10px 0 0;
  background: transparent;
  color: var(--forest);
  font-size: 13px;
  min-height: 44px;
  border-radius: 0;
}
.destination-card .button:after {
  content: "↗";
}
.destination-disclaimer {
  font-size: 11px;
  color: var(--muted);
  margin-top: 20px;
}
/* Operational demo: opaque, readable controls in the same colour family. */
.workspace-band {
  background: #eeefed;
  border-block: 1px solid #e4e7e2;
}
.product-outer {
  padding-block: 96px;
}
.product3 {
  padding: 0;
  background: none;
  border-radius: 0;
}
.product3-heading {
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
}
.product3-heading .overline {
  justify-content: center;
  color: var(--muted);
}
.product3-heading h2 {
  font-size: 48px;
  line-height: 1.08;
  color: var(--forest);
}
.product3-heading > p:last-child {
  font-size: 17px;
  line-height: 1.6;
  max-width: 600px;
  margin: 20px auto 0;
  color: var(--muted);
}
.software {
  background: white;
  border: 1px solid #d0dacf;
  border-radius: 20px;
  box-shadow: 0 12px 40px #05343808;
}
.window-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.sidebar {
  background: #f6f8f3;
}
.sidebar button {
  font-size: 13px;
  min-height: 44px;
}
.sidebar button[aria-selected="true"] {
  background: var(--spring);
  color: var(--forest);
}
.workspace-body h3 {
  font-family: var(--font);
  font-weight: 500;
  color: var(--forest);
}
.add-button {
  background: var(--forest);
  color: white;
  min-height: 44px;
  border-radius: 99px;
  font-size: 12px;
}
.filter-row input,
.filter-row select,
.permission-row select {
  font-size: 14px;
  min-height: 44px;
  border: 1px solid #74877e;
  border-radius: 10px;
  color: var(--forest);
  background: white;
}
.table-access {
  background: #eaf3df;
  color: var(--forest);
  font-size: 12px;
}
.connection-table strong {
  font-size: 14px;
}
.connection-table small {
  font-size: 12px;
}
.connection-table th {
  font-size: 11px;
}
.role-switch button {
  min-height: 44px;
  font-size: 13px;
  border-radius: 99px;
}
.role-switch button[aria-pressed="true"] {
  background: var(--spring);
  color: var(--forest);
}
.permission-row select {
  width: 180px;
  max-width: 48%;
}
.work-head p,
.demo-note {
  font-size: 12px;
  color: var(--muted);
}
.memory-row strong {
  font-size: 14px;
}
.memory-row small {
  font-size: 12px;
}
.faq-section {
  padding-block: 96px;
  border: 0;
  gap: 100px;
}
.faq-section h2 {
  font-size: 48px;
  line-height: 1.08;
  color: var(--forest);
}
.faq summary {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding-block: 22px;
  color: var(--forest);
}
.faq p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
}
.faq details {
  border-color: var(--line);
}
.footer {
  border-top: 1px solid var(--line);
  padding-block: 36px;
  align-items: center;
}
.footer p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
}
.footer p span {
  font-size: 11px;
}
.modal {
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 20px 90px #05343830;
}
.modal h2 {
  font: 400 32px/1.1 var(--font);
  letter-spacing: -0.03em;
  color: var(--forest);
}
.modal::backdrop {
  background: #05343877;
  backdrop-filter: blur(4px);
}
.modal input,
.modal select {
  min-height: 44px;
  border: 1px solid #74877e;
  border-radius: 10px;
}
.cancel {
  min-height: 44px;
  min-width: 44px;
}
.destination-answer {
  color: var(--forest);
  background: #edf5e6;
}
.destination-question {
  font-family: var(--font);
}
@media (max-width: 1199px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero3.hero-simple {
    min-height: 800px;
  }
  .hero-simple h1 {
    font-size: 62px;
  }
  .section-intro {
    gap: 50px;
  }
  .section-intro h2,
  .access3 h2,
  .memory3 h2,
  .product3-heading h2,
  .faq-section h2 {
    font-size: 42px;
  }
  .access3 {
    gap: 40px;
  }
  .memory3 {
    gap: 50px;
  }
  .account-examples article {
    padding-inline: 22px;
  }
  .account-art {
    margin-inline: -22px;
    padding-inline: 18px;
  }
  .account-examples h3 {
    font-size: 23px;
  }
  .nav-links {
    gap: 18px;
  }
  .nav-links a {
    font-size: 12px;
  }
  .topbar nav {
    gap: 22px;
  }
  .destination-card,
  .destinations-compact .destination-card {
    padding: 20px;
  }
}
@media (max-width: 900px) {
  .nav-links a {
    font-size: 11px;
  }
  .topbar nav {
    gap: 18px;
  }
  .topbar .nav-cta {
    font-size: 12px;
    padding-inline: 16px;
  }
  .account-examples {
    gap: 16px;
  }
  .account-examples article {
    padding-inline: 18px;
  }
  .account-art {
    margin-inline: -18px;
  }
  .account-art-row {
    font-size: 10px;
    padding: 12px 10px;
    gap: 8px;
  }
  .account-art-row img {
    width: 18px;
    height: 18px;
  }
  .access3 {
    grid-template-columns: 1fr 1.1fr;
    gap: 28px;
  }
  .memory3 {
    gap: 36px;
  }
  .destination-grid,
  .destinations-compact .destination-grid {
    gap: 16px;
  }
  .destination-card h3 {
    font-size: 18px;
  }
  .destinations-compact .destination-card .button {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .topbar {
    top: 16px;
  }
  .topbar nav {
    height: 56px;
    padding: 0 12px 0 18px;
    gap: 8px;
  }
  .topbar .brand {
    font-size: 23px;
  }
  .brand .mark {
    width: 26px;
    height: 26px;
  }
  .topbar .nav-cta {
    margin-left: auto;
    font-size: 12px;
    min-height: 40px;
    padding-inline: 15px;
  }
  .mobile-menu {
    display: block;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 66px;
    left: 20px;
    right: 20px;
    margin: 0;
    background: white;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 16px 22px;
    box-shadow: 0 12px 40px #05343815;
  }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .nav-links a {
    font-size: 15px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .hero3.hero-simple {
    padding: 120px 0 32px;
    min-height: 0;
  }
  .hero-simple h1 {
    font-size: clamp(42px, 7vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.045em;
  }
  .hero-eyebrow {
    margin-bottom: 24px !important;
    font-size: 11px !important;
  }
  .hero-simple .hero3-copy > p:not(.hero-eyebrow):not(.hero-disclosure) {
    font-size: 16px;
    line-height: 1.6;
    max-width: 450px;
    margin-top: 22px;
  }
  .hero-simple .hero-actions {
    gap: 24px;
    margin-top: 26px;
  }
  .hero-simple .hero3-copy > .hero-disclosure {
    font-size: 10px;
    margin-top: 17px;
  }
  .hero-scene {
    margin-top: 34px;
    padding: 0 0 12px;
    max-width: 440px;
  }
  .hero-chat.request {
    margin-left: 0;
    width: 85%;
  }
  .hero-chat.answer {
    width: 95%;
    padding: 16px;
  }
  .hero-chat {
    padding: 14px 16px;
    gap: 10px;
  }
  .hero-chat p {
    font-size: 14px;
  }
  .chat-meta > span {
    font-size: 9px;
    margin-left: 6px;
  }
  .source-pill {
    font-size: 9px;
    gap: 6px;
  }
  .scene-note {
    font-size: 10px;
    max-width: 260px;
    margin: 20px auto 0;
  }
  .hero-band {
    background:
      radial-gradient(ellipse 80% 35% at 51% 95%, #72c61399, transparent 100%),
      radial-gradient(ellipse 70% 35% at 50% 80%, #f8ef8a99, transparent 100%),
      #fafafa;
  }
  .section-intro {
    display: block;
    margin-bottom: 28px;
  }
  .section-intro h2,
  .access3 h2,
  .memory3 h2,
  .product3-heading h2,
  .faq-section h2 {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -0.035em;
  }
  .section-intro > p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
    max-width: 480px;
  }
  .overline,
  .memory-badge {
    margin-bottom: 18px;
  }
  .accounts-section,
  .destinations3,
  .product-outer,
  .faq-section {
    padding-block: 64px;
  }
  .account-examples {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .account-examples article {
    padding: 0 24px 22px;
  }
  .account-art {
    margin: 0 -24px 24px;
    padding: 24px 30px 0;
    height: 185px;
  }
  .account-art-row {
    font-size: 12px;
    padding: 13px 14px;
    gap: 12px;
  }
  .account-art-row img {
    width: 22px;
    height: 22px;
  }
  .account-examples h3 {
    font-size: 26px;
  }
  .account-examples p {
    font-size: 15px;
  }
  .account-examples a {
    font-size: 14px;
  }
  .access3 {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 64px;
  }
  .access3-copy > p:not(.overline) {
    max-width: none;
    font-size: 16px;
    margin-top: 20px;
  }
  .access3-copy .button {
    margin-top: 24px;
  }
  .team-diagram {
    max-width: 560px;
    margin: auto;
  }
  .team-diagram > svg {
    border-radius: 16px;
  }
  .diagram-controls button {
    font-size: 11px;
    padding-inline: 12px;
  }
  .diagram-caption {
    font-size: 10px;
  }
  .access-matrix {
    padding: 22px 16px;
    border-radius: 16px;
  }
  .matrix-heading {
    align-items: start;
    gap: 12px;
  }
  .matrix-heading h3 {
    font-size: 18px;
    line-height: 1.3;
    max-width: 200px;
  }
  .matrix-heading > span {
    font-size: 10px;
  }
  .access-matrix tbody th {
    font-size: 12px;
  }
  .access-matrix thead th {
    font-size: 11px;
  }
  .access-matrix small {
    font-size: 10px;
  }
  .access-matrix td > span {
    font-size: 10px;
    padding: 6px 8px;
  }
  .access-matrix > p {
    font-size: 11px;
    line-height: 1.5;
  }
  .memory3 {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 64px 0;
  }
  .memory3-copy > p {
    font-size: 16px;
    max-width: none;
  }
  .memory3 li {
    font-size: 14px;
  }
  .memory3 .memory-card {
    padding: 24px;
    min-height: 320px;
    border-radius: 16px;
  }
  .memory3 .memory-card h3 {
    font-size: 28px;
  }
  .memory-card-head {
    font-size: 10px;
  }
  .memory3 .memory-card p {
    font-size: 16px;
  }
  .memory-timeline button {
    font-size: 11px;
    padding-inline: 12px;
  }
  .memory-band {
    background:
      radial-gradient(ellipse 90% 60% at 65% 100%, #1ea97b99, transparent),
      var(--deep);
  }
  .destination-grid,
  .destinations-compact .destination-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .destination-card,
  .destinations-compact .destination-card {
    padding: 20px 16px;
    gap: 12px;
  }
  .destination-card h3 {
    font-size: 18px;
  }
  .destination-card .button {
    font-size: 12px;
  }
  .destination-symbol {
    width: 30px;
    height: 30px;
  }
  .product3-heading {
    margin-bottom: 30px;
  }
  .product3-heading > p:last-child {
    font-size: 16px;
    line-height: 1.6;
  }
  .software {
    border-radius: 16px;
  }
  .sidebar button {
    font-size: 11px;
  }
  .workspace-body {
    padding: 24px 14px;
  }
  .work-head {
    gap: 12px;
  }
  .work-head h3 {
    font-size: 23px;
  }
  .work-head p,
  .demo-note {
    font-size: 11px;
  }
  .add-button {
    font-size: 11px;
    padding-inline: 12px;
  }
  .filter-row input,
  .filter-row select {
    font-size: 12px;
    min-width: 0;
  }
  .connection-table strong {
    font-size: 12px;
  }
  .connection-table small {
    font-size: 11px;
  }
  .connection-table th {
    font-size: 10px;
  }
  .table-access {
    font-size: 10px;
    white-space: normal;
  }
  .permission-row select {
    font-size: 12px;
    width: 160px;
  }
  .permission-row strong {
    font-size: 14px;
  }
  .permission-row small {
    font-size: 12px;
  }
  .role-switch button {
    font-size: 12px;
  }
  .memory-row strong {
    font-size: 14px;
  }
  .memory-row small {
    font-size: 12px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .faq summary {
    font-size: 17px;
    padding-block: 20px;
  }
  .faq p {
    font-size: 15px;
  }
  .footer {
    padding-block: 30px;
    align-items: start;
    gap: 24px;
  }
  .footer p {
    font-size: 11px;
  }
  .footer p span {
    font-size: 10px;
  }
  .modal {
    padding: 24px;
    max-width: calc(100vw - 32px);
  }
  .modal h2 {
    font-size: 28px;
  }
}
@media (max-width: 359px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .hero-simple h1 {
    font-size: 38px;
  }
  .topbar .nav-cta {
    font-size: 11px;
    padding-inline: 12px;
  }
  .hero-simple .hero-actions {
    gap: 18px;
  }
  .hero-secondary {
    font-size: 13px;
    gap: 10px;
  }
  .hero-chat.answer {
    width: 100%;
  }
  .chat-meta > span {
    display: block;
    margin-left: 0;
  }
  .source-pill {
    flex-wrap: wrap;
  }
  .hero-chat p {
    font-size: 13px;
  }
  .scene-note {
    font-size: 10px;
  }
  .access-matrix {
    padding-inline: 12px;
  }
  .access-matrix td > span {
    font-size: 9px;
    padding-inline: 6px;
  }
  .destination-card,
  .destinations-compact .destination-card {
    padding: 18px 12px;
  }
  .destination-card h3 {
    font-size: 16px;
  }
  .footer {
    flex-direction: column;
  }
  .permission-row select {
    font-size: 11px;
  }
  .diagram-controls button {
    padding-inline: 9px;
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  .button:active,
  button:active {
    transform: none;
  }
}
@media (prefers-reduced-transparency: reduce) {
  .hero-chat {
    background: #fff;
    backdrop-filter: none;
  }
  .memory3 .memory-card {
    background: #164f4b;
    backdrop-filter: none;
  }
  .modal::backdrop {
    backdrop-filter: none;
  }
}
@media (prefers-contrast: more) {
  .hero-chat {
    background: #fff;
  }
  .memory3 .memory-card {
    background: #053438;
  }
  .overline,
  .concept-note,
  .hero-disclosure {
    color: var(--forest);
  }
  .memory-band .memory-badge {
    color: #fff;
  }
}

/* Readable supporting details and neutral account pictograms. */
.account-glyph {
  flex: 0 0 22px;
  color: var(--forest);
}
.diagram-caption {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
.memory-card-head > span:last-child {
  background: #ffffff15;
  color: #e6f2ed;
  border: 1px solid #ffffff25;
  border-radius: 99px;
  padding: 4px 8px;
}
.brand svg.mark {
  width: 28px;
  height: 28px;
  min-width: 28px;
}
.team-diagram .diagram-routes {
  stroke: #bdd1bd;
}
.team-diagram .route-signals {
  stroke: #72c613;
}
@media (max-width: 767px) {
  .diagram-caption {
    font-size: 12px;
    max-width: 300px;
    margin: 10px auto 0;
  }
  .brand svg.mark {
    width: 26px;
    height: 26px;
    min-width: 26px;
  }
}
.memory3 li:before {
  color: var(--spring);
}
.matrix-heading > span {
  width: fit-content;
  align-self: flex-start;
}
.team-diagram .route-signals path {
  stroke: var(--lime);
}
@media (max-width: 600px) {
  .connection-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .connection-table,
  .connection-table tbody {
    display: block;
    width: 100%;
  }
  .connection-table tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
  }
  .connection-table td {
    border: 0 !important;
    padding: 0 !important;
    min-width: 0;
    width: auto !important;
  }
  .connection-table td:first-child {
    grid-column: 1/-1;
    display: flex;
    gap: 10px;
  }
  .connection-table td:nth-child(2):before {
    content: "Shared with";
    display: block;
    font-size: 11px;
    color: var(--muted);
    margin-bottom: 6px;
  }
  .connection-table td:nth-child(3):before {
    content: "Access";
    display: block;
    font-size: 11px;
    color: var(--muted);
    margin-bottom: 6px;
  }
  .connection-table strong {
    font-size: 14px;
  }
  .connection-table small {
    font-size: 12px;
  }
  .table-access,
  .table-status {
    font-size: 12px;
    line-height: 1.5;
  }
  .connection-table .app-symbol {
    display: flex !important;
    flex: 0 0 26px;
  }
  .filter-row input {
    width: 100%;
    font-size: 14px;
  }
  .filter-row {
    gap: 12px;
  }
  .matrix-heading {
    display: flex;
    flex-direction: row;
    align-items: start;
  }
  .matrix-heading > span {
    flex-shrink: 0;
  }
}

/* Review: compact, recognisable links and less section furniture. */
.account-examples a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.account-examples a:after {
  content: none;
}
.example-link-label {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.example-link-arrow {
  flex: 0 0 18px;
}
.account-examples a:hover .example-link-label {
  text-decoration-thickness: 2px;
}
.account-examples a:hover {
  color: var(--deep);
  text-decoration: none;
}

/* All example-card actions share the same link treatment. */
.destinations-compact .destination-card .button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  gap: 8px;
  padding: 0;
  min-height: 44px;
  margin-top: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  background: transparent;
  color: var(--forest);
  border: 0;
  border-radius: 0;
}
.destinations-compact .destination-card .button:after {
  content: none;
}
.destinations-compact .destination-card .button:hover {
  color: var(--deep);
  background: transparent;
}
.destinations-compact .destination-card .button:hover .example-link-label {
  text-decoration-thickness: 2px;
}
.destinations-compact .destination-card .button {
  white-space: normal;
  text-align: left;
}
.destination-card .example-link-label {
  min-width: 0;
}

/* Shared knowledge: a single message with generous whitespace. */
.memory-band.knowledge-simple {
  background: #fff;
  overflow: visible;
  border-block: 1px solid var(--line);
}
.memory-band.knowledge-simple:before {
  display: none;
}
.shared-knowledge {
  text-align: center;
  padding-block: 124px 132px;
}
.knowledge-clients {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  margin: 34px 0 0;
}
.knowledge-clients img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.shared-knowledge h2 {
  font-family: var(--font);
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 500;
  color: var(--forest);
  margin: 0 auto;
  max-width: 820px;
}
.shared-knowledge > p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 580px;
  margin: 28px auto 0;
}
.knowledge-demo-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-height: 44px;
  margin-top: 28px;
  font-size: 15px;
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (max-width: 760px) {
  .shared-knowledge {
    padding-block: 82px 88px;
  }
  .shared-knowledge h2 {
    font-size: clamp(31px, 8vw, 42px);
  }
  .shared-knowledge > p {
    font-size: 16px;
    margin-top: 24px;
    max-width: 440px;
  }
  .knowledge-clients {
    margin: 28px 0 0;
    gap: 24px;
  }
  .knowledge-clients img {
    width: 25px;
    height: 25px;
  }
  .knowledge-demo-link {
    margin-top: 22px;
  }
}

/* Full brand names share a stable slot and optical centre. */
.hero-simple h1 .hero-heading-first {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.32em;
  line-height: 1.2;
  margin-bottom: 0.06em;
}
.hero-ai-swap {
  display: inline-block;
  position: relative;
  flex: 0 0 4.15em;
  width: 4.15em;
  height: 1.12em;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0.1em;
  font: inherit;
  /* The rotating client marks are part of the headline, not a control. A pointer
     cursor invites a click that does nothing meaningful, so the whole group is
     inert; reduced-motion still stops the animation. */
  cursor: default;
  pointer-events: none;
  color: #191919;
}
.hero-client {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.19em;
  animation: hero-client-swap 9s infinite both;
  pointer-events: none;
}
.hero-ai-swap .hero-client img {
  display: block;
  position: static;
  object-fit: contain;
  flex: none;
  animation: none;
}
.hero-ai-swap .swap-chatgpt img {
  width: 0.74em;
  height: 0.74em;
}
.hero-simple h1 .chatgpt-name {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045em;
  color: #191919;
}
.hero-ai-swap .swap-claude img {
  width: 3.65em;
  height: 0.79em;
}
.hero-ai-swap .swap-gemini img {
  width: 3.6em;
  height: 0.8em;
}
.hero-ai-swap .swap-claude {
  animation-delay: -6s;
}
.hero-ai-swap .swap-gemini {
  animation-delay: -3s;
}
.hero-ai-swap.is-paused .hero-client {
  animation-play-state: paused;
}
@keyframes hero-client-swap {
  0%,
  28%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  32% {
    opacity: 0;
    transform: translateY(-8%);
  }
  33%,
  96% {
    opacity: 0;
    transform: translateY(8%);
  }
  99% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 760px) {
  .hero-simple h1 .hero-heading-first {
    font-size: clamp(30px, 8.6vw, 44px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-ai-swap .hero-client {
    animation: none;
    transform: none;
  }
  .hero-ai-swap .swap-chatgpt {
    opacity: 1;
  }
  .hero-ai-swap .swap-claude,
  .hero-ai-swap .swap-gemini {
    opacity: 0;
  }
}

/* Reference sketch: one central connection fans out to four familiar tools. */
.hero-scene.hero-tools {
  width: 100%;
  max-width: 800px;
  margin: 42px auto 0;
  padding: 0 0 12px;
  text-align: center;
}
.hero-tools-map {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.hero-tool-lines {
  opacity: 0.45;
}
.hero-tools-map text {
  font-family: var(--font);
}
.hero-tools-hub {
  filter: drop-shadow(0 5px 12px #164a3910);
}
.hero-tool-tile {
  filter: drop-shadow(0 8px 15px #164a3908);
}
@media (max-width: 760px) {
  .hero-scene.hero-tools {
    margin-top: 36px;
    padding-bottom: 12px;
  }
  .hero-tools-map .hero-tool-tile text {
    font-size: 21px;
  }
  .hero-tools-map .hero-tool-lines {
    stroke-width: 2.4;
  }
}

/* Softer rotating brands; opacity sits outside the animated crossfade. */
.hero-ai-swap {
  opacity: 0.98;
}
.hero-simple h1 .chatgpt-name {
  font-weight: 400;
}

/* Valley Sans logo: approved compact icon and wordmark proportions. */
.topbar .brand,
.footer .brand {
  flex-shrink: 0;
  line-height: 0;
}
.brand .atso-wordmark {
  display: block;
  width: 124px;
  height: auto;
}
@media (max-width: 767px) {
  .topbar .brand .atso-wordmark {
    width: 110px;
  }
}

/* Compact chat choices replace the separate destination-card section. */
.hero-chat-choices {
  margin: 22px auto 0;
  padding: 0;
  border: 0;
  max-width: 620px;
}
.chat-choice-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 22px;
}
.chat-choice-row button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 4px 0;
  background: none;
  border: 0;
  border-radius: 4px;
  font: 400 14px var(--font);
  color: var(--muted);
}
.chat-choice-row button:hover {
  color: var(--forest);
}
.chat-choice-row img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  opacity: 0.8;
}
.chat-choice-note {
  font: 400 10px/1.5 var(--font);
  color: var(--muted);
  margin: 4px 0 0;
}
@media (max-width: 760px) {
  .hero-chat-choices {
    margin-top: 16px;
  }
  .chat-choice-row {
    gap: 2px 17px;
  }
  .chat-choice-row button {
    font-size: 12px;
    min-height: 40px;
  }
  .chat-choice-row img {
    width: 17px;
    height: 17px;
  }
  .chat-choice-note {
    font-size: 9px;
  }
}

/* AI choice is a standalone section immediately below the hero. */
.chat-section {
  text-align: center;
  padding-block: 64px;
  border-bottom: 1px solid var(--line);
}
.chat-section h2 {
  font-size: clamp(28px, 3.3vw, 42px);
  line-height: 1.15;
  margin: 0 auto 24px;
  max-width: 700px;
}
.chat-section .chat-choice-row {
  gap: 12px 32px;
}
.chat-section .chat-choice-row button {
  font-size: 16px;
  min-height: 44px;
}
.chat-section .chat-choice-row img {
  width: 23px;
  height: 23px;
}
.chat-section .chat-choice-note {
  margin-top: 12px;
  font-size: 11px;
}
@media (max-width: 760px) {
  .chat-section {
    padding-block: 44px;
  }
  .chat-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .chat-section .chat-choice-row {
    gap: 8px 22px;
  }
  .chat-section .chat-choice-row button {
    font-size: 14px;
  }
}

#accounts .accounts-intro-wide {
  display: block;
}
#accounts .accounts-intro-wide h2 {
  max-width: none;
  width: 100%;
}

/* Quiet access illustrations: consistent card centres and one static line per branch. */
.action-picker-art {
  display: grid;
  place-items: center;
  padding: 16px 28px !important;
}
.action-picker {
  position: relative;
  background: #fffffff0;
  border: 1px solid #e3ebe5;
  border-radius: 12px;
  padding: 7px;
  width: 170px;
  box-shadow: 0 7px 20px #164a3908;
}
.action-picker > div {
  display: flex;
  gap: 12px;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  border-radius: 7px;
  font-size: 14px;
  color: var(--forest);
}
.action-picker > div > span {
  font-size: 20px;
  width: 20px;
  text-align: center;
}
.action-picker .picked {
  background: #dceee2;
}
.action-cursor {
  position: absolute;
  bottom: 0;
  right: 12px;
  transform: translate(14px, 8px);
}
.diagram-clean > svg {
  background: #f7f9f6 !important;
  border-radius: 24px;
}
.diagram-clean .diagram-bg {
  fill: #f7f9f6 !important;
}
.diagram-clean .company-source,
.diagram-clean .team-destination {
  transition: none;
  filter: none;
  opacity: 1;
}
.diagram-clean .company-source rect,
.diagram-clean .team-destination rect {
  fill: #fff !important;
  stroke: #dce5dd !important;
  stroke-width: 1;
  transition: none;
}
.diagram-clean .company-source.is-inactive {
  opacity: 0.3;
  filter: grayscale(1);
}
.diagram-clean .team-destination {
  cursor: pointer;
}
.diagram-clean .team-destination.is-active rect {
  fill: #edf5eb !important;
  stroke: #8eab93 !important;
}
.diagram-clean .team-destination circle {
  fill: #e9efe7;
}
.diagram-clean .clean-avatar {
  font-size: 12px;
  fill: #527065;
}
.diagram-clean .node-title {
  font-size: 16px;
  fill: #214c39;
  font-weight: 400;
}
.diagram-clean .clean-hub rect {
  fill: #fff;
  stroke: #dce5dd;
  stroke-width: 1;
}
.diagram-clean .team-destination:focus-visible {
  outline: none;
}
.diagram-clean .team-destination:focus-visible rect {
  stroke: #227cba !important;
  stroke-width: 2;
}
.clean-diagram-hint {
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  margin: 12px 0 0;
}
.permission-summary {
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
}
.permission-summary > h3 {
  font-size: 24px;
  margin: 0 0 22px;
}
.permission-examples {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.permission-example {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  background: #fff;
}
.permission-example h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 20px;
  color: var(--forest);
}
.permission-avatar {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: #edf3e9;
  border-radius: 50%;
  font-size: 12px;
}
.permission-example ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.permission-example li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #edf0eb;
  font-size: 14px;
  color: var(--muted);
}
.permission-mode {
  font-size: 12px;
  white-space: nowrap;
}
.permission-edit {
  color: #286145;
}
.permission-view {
  color: #5b7162;
}
.permission-none {
  color: #8a918b;
}
.permission-example-note {
  font-size: 11px;
  color: var(--muted);
  margin: 16px 0 0;
}
@media (max-width: 760px) {
  .permission-examples {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .permission-example {
    padding: 20px;
  }
  .permission-summary > h3 {
    font-size: 23px;
  }
  .diagram-clean .node-title {
    font-size: 18px;
  }
  .permission-example li {
    font-size: 13px;
  }
  .permission-mode {
    font-size: 11px;
  }
}

/* Browser feedback: MCP coverage and compact team comparison. */
.mcp-extension-art.account-art {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 24px 25px 18px;
  background: linear-gradient(135deg, #edf3e8, #ddf0e4);
}
.mcp-route {
  display: grid;
  grid-template-columns: 1fr 16px 1fr;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid #ffffffb3;
  background: #ffffffde;
  border-radius: 10px;
  font-size: 12px;
  color: #527064;
  box-shadow: 0 3px 12px #044b3904;
}
.mcp-route strong {
  font-weight: 500;
  color: #044b39;
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.mcp-art-signature {
  font-size: 10px;
  color: #527064;
  text-align: center;
  letter-spacing: 0.03em;
  margin-top: 2px;
}
.permission-comparison.permission-examples {
  display: block;
  overflow: hidden;
  border: 1px solid #e0e8e1;
  border-radius: 18px;
  background: white;
  max-width: 960px;
  margin: 0 auto;
  box-shadow: 0 8px 28px #044b3904;
}
.team-permissions {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  text-align: left;
  font-size: 14px;
  color: #355b4b;
}
.team-permissions th,
.team-permissions td {
  padding: 20px 28px;
  border: 0;
  border-bottom: 1px solid #edf1ed;
}
.team-permissions thead {
  background: #f6f8f4;
}
.team-permissions thead th {
  font-weight: 500;
  color: #044b39;
  font-size: 14px;
}
.team-permissions th:first-child {
  width: 42%;
}
.team-permissions tbody th {
  font-weight: 400;
}
.team-permissions tbody tr:last-child > * {
  border-bottom: 0;
}
.team-column {
  display: flex;
  align-items: center;
  gap: 9px;
}
.team-column .permission-avatar {
  width: 24px;
  height: 24px;
  font-size: 10px;
  background: #e4ede2;
  flex-shrink: 0;
}
.access-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  white-space: nowrap;
}
.access-pill:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.access-edit {
  color: #08724d;
  background: #edf6ee;
  border-radius: 6px;
  padding: 5px 9px;
}
.access-view {
  color: #52675c;
  padding: 5px 9px;
}
.access-none {
  color: #929b94;
  padding: 5px 9px;
}
.access-none:before {
  height: 1px;
  border-radius: 0;
}
.permission-summary > h3 {
  text-align: center;
  margin-bottom: 24px;
}
.permission-example-note {
  text-align: center;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 760px) {
  .team-permissions th,
  .team-permissions td {
    padding: 17px 10px;
  }
  .team-permissions thead th {
    font-size: 11px;
  }
  .team-permissions {
    font-size: 12px;
  }
  .team-permissions th:first-child {
    width: 38%;
  }
  .team-column {
    gap: 5px;
  }
  .team-column .permission-avatar {
    display: none;
  }
  .access-pill {
    font-size: 10px;
    gap: 4px;
    padding: 4px 3px;
  }
  .permission-comparison.permission-examples {
    border-radius: 12px;
  }
  .mcp-extension-art.account-art {
    padding: 25px 28px;
  }
  .mcp-route {
    font-size: 13px;
  }
}

/* Team access: curved routes, gentle cycling, and a permissions surface. */
.diagram-clean .clean-lines path {
  transition:
    opacity 0.65s,
    stroke 0.65s;
  stroke: #a7c4ac;
  stroke-width: 1.5;
}
.diagram-clean .clean-lines path.route-active {
  stroke: #289c70;
  opacity: 0.8;
}
.diagram-clean .clean-lines path.route-muted {
  opacity: 0.14;
}
.diagram-clean .company-source,
.diagram-clean .team-destination rect {
  transition:
    opacity 0.65s,
    fill 0.65s,
    stroke 0.65s;
}
.diagram-clean .team-destination.is-active rect {
  fill: #e6f3df;
  stroke: #7bad86;
}
.diagram-clean .company-source.is-inactive {
  opacity: 0.25;
}
.team-role-icon {
  fill: none;
  stroke: #316d53;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.diagram-controls-minimal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
  color: #527064;
  font-size: 12px;
}
.diagram-controls-minimal p {
  margin: 0;
}
.diagram-pause {
  border: 0;
  background: transparent;
  color: #527064;
  font: inherit;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
}
.diagram-pause:hover {
  background: #edf3e9;
}
.diagram-pause:focus-visible {
  outline: 2px solid #289c70;
  outline-offset: 2px;
}
.permission-summary {
  border: 0;
  padding: 16px 0 0;
}
.permission-summary > h3 {
  margin-bottom: 28px;
}
.permission-comparison.permission-examples {
  padding: 30px;
  background: linear-gradient(125deg, #edf3e7, #e3f3ee);
  border: 1px solid #e0e9dd;
  border-radius: 22px;
  box-shadow: none;
  max-width: 960px;
}
.permission-panel-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #044b39;
}
.permission-panel-heading > svg {
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 10px;
  background: #fff;
  stroke: #217254;
  fill: none;
  stroke-width: 1.5;
}
.permission-panel-heading strong {
  font-weight: 500;
  font-size: 17px;
}
.permission-panel-heading p {
  font-size: 12px;
  color: #60766b;
  margin: 4px 0 0;
}
.permission-panel-heading > span {
  margin-left: auto;
  font-size: 11px;
  padding: 6px 10px;
  background: #ffffffb3;
  border-radius: 20px;
  color: #527064;
}
.team-permissions {
  background: white;
  border-radius: 12px;
  overflow: hidden;
}
.team-permissions thead {
  background: #ffffff;
}
.team-permissions thead th {
  border-bottom: 1px solid #e6eee6;
}
.team-permissions th,
.team-permissions td {
  padding: 18px 20px;
}
.team-permissions tbody th {
  color: #355b4b;
}
.permission-panel-footer {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: #60766b;
  margin: 16px 0 0;
}
.permission-panel-footer svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}
@media (max-width: 760px) {
  .permission-comparison.permission-examples {
    padding: 16px 12px;
    border-radius: 18px;
  }
  .permission-panel-heading {
    gap: 9px;
    margin-bottom: 16px;
  }
  .permission-panel-heading strong {
    font-size: 15px;
  }
  .permission-panel-heading p {
    font-size: 11px;
  }
  .permission-panel-heading > span {
    display: none;
  }
  .team-permissions th,
  .team-permissions td {
    padding: 15px 7px;
  }
  .team-permissions thead th {
    font-size: 10px;
  }
  .team-permissions tbody th {
    font-size: 11px;
  }
  .permission-panel-footer {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .diagram-clean .clean-lines path,
  .diagram-clean .company-source,
  .diagram-clean .team-destination rect {
    transition: none;
  }
}

.diagram-clean .team-role-icon rect {
  fill: none !important;
  stroke: #316d53 !important;
  stroke-width: 1.65 !important;
}

/* Workspace identity at the top; company switcher at the bottom. */
.sidebar .sidebar-atso {
  display: block;
  padding: 10px 8px 22px;
}
.sidebar-atso img {
  display: block;
  width: 112px;
  height: auto;
}
.sidebar .workspace-name {
  margin-top: 24px;
  margin-bottom: 0;
  border-top: 1px solid #dfe7df;
  padding: 20px 8px 4px;
}
.sidebar .sidebar-footer {
  margin-top: auto;
  padding-top: 30px;
}
.sidebar .workspace-avatar {
  background: #e4eedc;
  color: #315a44;
}
@media (max-width: 760px) {
  .sidebar .sidebar-atso {
    display: block;
    grid-column: 1/-1;
    padding: 4px 0 12px;
  }
  .sidebar-atso img {
    width: 100px;
  }
  .sidebar .workspace-name {
    display: none;
  }
}

#product .product3-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#product .product3-heading > p {
  margin-left: auto;
  margin-right: auto;
}

.sidebar .sidebar-atso {
  padding: 6px 8px 16px;
}
.sidebar .sidebar-atso img {
  width: 88px;
}
.sidebar > button[data-view] {
  min-height: 36px;
  padding: 8px 10px;
  margin: 1px 0;
  line-height: 20px;
}
.sidebar .workspace-name {
  margin-top: auto;
  padding-top: 18px;
}
.sidebar .side-destinations {
  margin-bottom: 28px;
}
.analytics-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0;
}
.analytics-metric {
  padding: 22px;
  background: #f5f8f2;
  border: 1px solid #e4ebe1;
  border-radius: 12px;
}
.analytics-metric span {
  font-size: 12px;
  color: #60766b;
}
.analytics-metric strong {
  display: block;
  font-size: 32px;
  font-weight: 500;
  color: #044b39;
  margin-top: 10px;
}
.analytics-access {
  padding: 24px;
  border: 1px solid #e4ebe1;
  border-radius: 12px;
}
.analytics-access h4 {
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 500;
  color: #044b39;
}
.analytics-row {
  display: grid;
  grid-template-columns: 100px 1fr 24px;
  gap: 16px;
  align-items: center;
  margin: 18px 0;
  font-size: 12px;
  color: #527064;
}
.analytics-track {
  height: 7px;
  background: #f0f4ed;
  border-radius: 8px;
  overflow: hidden;
}
.analytics-track > span {
  height: 100%;
  display: block;
  background: #68af84;
  border-radius: 8px;
}
.analytics-empty {
  font-size: 13px;
  color: #60766b;
  margin-top: 28px;
}
@media (max-width: 760px) {
  .sidebar > button[data-view] {
    min-height: 40px;
    padding: 7px 8px;
  }
  .sidebar .sidebar-atso img {
    width: 80px;
  }
  .analytics-metrics {
    gap: 8px;
  }
  .analytics-metric {
    padding: 14px 10px;
  }
  .analytics-metric span {
    font-size: 10px;
  }
  .analytics-metric strong {
    font-size: 26px;
  }
  .analytics-access {
    padding: 18px;
  }
  .analytics-row {
    grid-template-columns: 75px 1fr 16px;
    gap: 10px;
  }
}

.mcp-extension-art .mcp-route {
  grid-template-columns: 1fr auto;
}

.prompt-context-art.account-art {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 22px;
  gap: 0;
}
.context-question {
  background: #ffffffdf;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 11px 9px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--forest);
}
.context-branches {
  width: 100%;
  height: 24px;
  flex-shrink: 0;
  fill: none;
  stroke: #80ac85;
  stroke-opacity: 0.45;
  stroke-width: 1.2;
}
.context-sources {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 6px;
}
.context-sources > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #ffffffc9;
  border-radius: 8px;
  padding: 9px 2px;
  font-size: 9px;
  color: var(--forest);
}
.context-sources img,
.context-sources svg {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
.context-sources svg,
.context-permissions svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.context-permissions {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: var(--muted);
  margin-top: 12px;
}
.context-permissions svg {
  width: 13px;
  height: 13px;
}

.diagram-clean .person-team-label {
  font-size: 12px;
  fill: var(--muted);
  font-weight: 400;
}

.brand-logo {
  display: block;
  object-fit: contain;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  filter: none !important;
}
.flow-app .brand-logo {
  width: 21px;
  height: 21px;
}
.flow-client > span {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.flow-client .brand-logo {
  width: 25px;
  height: 25px;
}
.integration-names .brand-logo {
  width: 28px;
  height: 28px;
}
.destination-symbol .brand-logo {
  width: 42px;
  height: 42px;
}
.connection-table .app-symbol .brand-logo {
  width: 21px;
  height: 21px;
}
.side-destinations p {
  display: flex;
  align-items: center;
  gap: 7px;
}
.side-destinations p span {
  display: flex;
  align-items: center;
}
.side-destinations .brand-logo {
  width: 16px;
  height: 16px;
}
/* Gemini's star has thin points and transparent corners, so it reads
   optically smaller than the Claude/ChatGPT marks at the same box size.
   Nudge it up slightly in scale and correct its vertical centring. */
.side-destinations .brand-logo[src*="gemini"] {
  width: 19px;
  height: 19px;
  margin: -1.5px;
}
.access3-header > .brand-logo {
  width: 35px;
  height: 35px;
}
#destination-logo {
  display: flex;
  align-items: center;
}
#destination-logo .brand-logo {
  width: 29px;
  height: 29px;
}
@media (max-width: 760px) {
  .flow-app .brand-logo {
    width: 16px;
    height: 16px;
  }
  .flow-client .brand-logo {
    width: 18px;
    height: 18px;
  }
  .integration-names .brand-logo {
    width: 21px;
    height: 21px;
  }
  .destination-symbol .brand-logo {
    width: 33px;
    height: 33px;
  }
  .connection-table .app-symbol .brand-logo {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 360px) {
  .flow-app .brand-logo {
    width: 14px;
    height: 14px;
  }
  .flow-client .brand-logo {
    width: 15px;
    height: 15px;
  }
}

.workspace-band #product {
  padding-bottom: 0;
}
.workspace-preview-crop {
  overflow: hidden;
  height: var(--preview-crop-height, auto);
}

.request-modal {
  border: 1px solid #dce7df;
  border-radius: 22px;
  padding: 36px;
  width: 520px;
  max-width: calc(100vw - 32px);
  max-height: calc(100dvh - 40px);
  color: #044b39;
  background: #fff;
  box-shadow: 0 24px 100px #044b3926;
}
.request-modal::backdrop {
  background: #092b2559;
  backdrop-filter: blur(4px);
}
.request-modal h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.035em;
  margin: 0 30px 12px 0;
}
.request-modal > p {
  color: #60766b;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 26px;
}
.request-close {
  position: absolute;
  right: 16px;
  top: 14px;
  border: 0;
  background: none;
  font-size: 28px;
  color: #527064;
  cursor: pointer;
  width: 36px;
  height: 36px;
}
.request-modal label {
  display: block;
  font-size: 14px;
  margin: 18px 0 8px;
}
.request-modal input,
.request-modal textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #cad8ce;
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  font-size: 14px;
  color: #244e3d;
  background: #fafcf9;
}
.request-modal textarea {
  resize: vertical;
  min-height: 120px;
}
.request-modal input:focus,
.request-modal textarea:focus {
  outline: 2px solid #64b890;
  outline-offset: 2px;
}
.request-modal form > .button {
  margin-top: 22px;
  width: 100%;
  justify-content: center;
  cursor: pointer;
}
.request-modal #request-status {
  font-size: 13px;
  line-height: 1.5;
  color: #60766b;
  margin-top: 14px;
}
@media (max-width: 600px) {
  .request-modal {
    padding: 28px 22px;
  }
  .request-modal h2 {
    font-size: 26px;
  }
}

#accounts .accounts-intro-wide {
  display: block;
  text-align: center;
}
#accounts .accounts-intro-wide > div {
  width: 100%;
}
#accounts .accounts-intro-wide h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.footer.footer-refined {
  display: block;
  padding-block: 48px 24px;
  border-top: 1px solid #dfe7df;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  padding-bottom: 36px;
}
.footer-refined .footer-identity .brand {
  display: inline-flex;
}
.footer-refined .footer-identity p {
  font-size: 14px;
  line-height: 1.6;
  color: #61776a;
  max-width: 280px;
  margin: 16px 0 0;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
}
.footer-refined .footer-email {
  font-size: 20px;
  color: #044b39;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.footer-email:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-navigation {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-navigation a {
  font-size: 13px;
  color: #527064;
  text-decoration: none;
}
.footer-navigation a:hover {
  color: #044b39;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-bottom {
  border-top: 1px solid #e8ede7;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer-refined .footer-bottom p {
  margin: 0;
  font-size: 12px;
  color: #78877d;
}
.footer-bottom a {
  font-size: 12px;
  color: #527064;
  text-decoration: none;
}
.footer-refined a:focus-visible {
  outline: 2px solid #289c70;
  outline-offset: 5px;
  border-radius: 3px;
}
@media (max-width: 600px) {
  .footer.footer-refined {
    padding-block: 32px 22px;
  }
  .footer-main {
    flex-direction: column;
    gap: 28px;
    padding-bottom: 28px;
  }
  .footer-contact {
    align-items: flex-start;
    gap: 16px;
  }
  .footer-navigation {
    gap: 20px;
  }
  .footer-refined .footer-email {
    font-size: 18px;
  }
  .footer-refined .footer-identity p {
    font-size: 13px;
  }
  .footer-bottom {
    gap: 12px;
  }
  .footer-refined .footer-bottom p {
    font-size: 11px;
  }
}

.footer-refined .footer-identity p {
  text-align: left;
}

.request-success {
  text-align: center;
  padding: 24px 0 8px;
}
.request-success[hidden] {
  display: none;
}
.request-success-tick {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #e5f4e7;
  color: #08724d;
}
.request-success-tick svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.request-modal .request-success h2 {
  margin: 0 0 12px;
  font-size: 32px;
  outline: none;
}
.request-success p {
  font-size: 15px;
  line-height: 1.6;
  color: #60766b;
  margin: 0 0 28px;
}
.request-success .request-done {
  min-width: 140px;
  justify-content: center;
  cursor: pointer;
}

/* Keep the static workspace preview in its original desktop proportions. */
#knowledge .knowledge-clients {
  gap: 30px;
}
#knowledge .knowledge-clients img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.workspace-preview-crop .software {
  width: 1200px;
  max-width: none;
  transform-origin: top left;
  transform: scale(var(--preview-scale, 1));
}
.workspace-preview-crop .software-main {
  display: grid;
  grid-template-columns: 184px 1fr;
  min-height: 474px;
}
.workspace-preview-crop .sidebar {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 25px 12px 18px;
  border-right: 1px solid #e4eaf0;
  border-bottom: 0;
}
.workspace-preview-crop .sidebar .sidebar-atso {
  padding: 6px 8px 16px;
}
.workspace-preview-crop .sidebar .sidebar-atso img {
  width: 88px;
}
.workspace-preview-crop .sidebar > button[data-view] {
  display: flex;
  min-height: 36px;
  padding: 8px 10px;
  font-size: 13px;
  white-space: nowrap;
}
.workspace-preview-crop .sidebar button svg {
  display: block;
}
.workspace-preview-crop .sidebar-label,
.workspace-preview-crop .side-destinations {
  display: block;
}
.workspace-preview-crop .sidebar .workspace-name {
  display: flex;
  margin-top: auto;
}
.workspace-preview-crop .workspace-body {
  padding: 30px;
}
.workspace-preview-crop .work-head h3 {
  font-size: 23px;
}
.workspace-preview-crop .work-head p,
.workspace-preview-crop .demo-note {
  font-size: 12px;
}
.workspace-preview-crop .add-button {
  font-size: 12px;
  padding-inline: 16px;
  min-height: 44px;
}
.workspace-preview-crop .connection-table {
  display: table;
  width: 100%;
}
.workspace-preview-crop .connection-table thead {
  display: table-header-group;
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
}
.workspace-preview-crop .connection-table tbody {
  display: table-row-group;
}
.workspace-preview-crop .connection-table tr {
  display: table-row;
  border: 0;
  padding: 0;
}
.workspace-preview-crop .connection-table th {
  font-size: 11px;
}
.workspace-preview-crop .connection-table th:first-child {
  width: 47%;
}
.workspace-preview-crop .connection-table th:nth-child(2) {
  width: 29%;
}
.workspace-preview-crop .connection-table th:last-child {
  width: 24%;
  display: table-cell;
}
.workspace-preview-crop .connection-table td {
  display: table-cell;
  padding: 14px 0 !important;
  border-bottom: 1px solid #e6edf3 !important;
}
.workspace-preview-crop .connection-table td:first-child {
  display: flex;
  gap: 11px;
}
.workspace-preview-crop .connection-table td:before {
  content: none;
}
.workspace-preview-crop .connection-table strong {
  font-size: 14px;
}
.workspace-preview-crop .connection-table small {
  font-size: 12px;
  overflow-wrap: normal;
}
.workspace-preview-crop .connection-table .app-symbol {
  display: flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}
.workspace-preview-crop .table-access {
  font-size: 12px;
  white-space: nowrap;
  padding: 4px 7px;
}
@media (max-width: 760px) {
  #knowledge .knowledge-clients img {
    width: 36px;
    height: 36px;
  }
}

.workspace-preview-crop .sidebar > button[data-view] {
  flex: 0 0 auto;
  justify-content: flex-start;
  height: 36px;
}
.workspace-preview-crop .sidebar .sidebar-label,
.workspace-preview-crop .sidebar .side-destinations {
  display: block !important;
}
.workspace-preview-crop .sidebar .workspace-name {
  display: flex !important;
}

.footer-refined .footer-identity p {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(10px, 1.35vw, 14px);
}
.footer-main {
  align-items: center;
  flex-wrap: wrap;
}
.topbar #nav-links {
  margin-left: auto;
  margin-right: 0;
}
.topbar .nav-cta {
  margin-left: 0;
}
@media (max-width: 767px) {
  .topbar #nav-links {
    position: static;
    display: flex;
    flex-direction: row;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: none;
    gap: 12px;
  }
  .topbar #nav-links a {
    font-size: 10px;
    white-space: nowrap;
    padding: 0;
    min-height: 40px;
  }
  .topbar .mobile-menu {
    display: none;
  }
  .topbar .brand .atso-wordmark {
    width: 78px;
  }
  .topbar .nav-cta {
    font-size: 10px;
    padding-inline: 10px;
  }
  .topbar nav {
    gap: 10px;
    padding-inline: 12px;
  }
  .footer-main {
    align-items: flex-start;
  }
}

.workspace-preview-crop .software {
  display: none;
}
.workspace-preview-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

/* Keep navigation and footer actions comfortably sized at every width. */
.topbar .nav-cta {
  flex: 0 0 auto;
  width: auto;
  min-width: 80px;
  height: 44px;
  min-height: 44px;
  padding: 0 22px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 999px;
}
.footer-navigation {
  gap: 12px;
  justify-content: flex-start;
}
.footer-navigation .footer-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  background: transparent;
  color: var(--forest);
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}
.footer-navigation .footer-action:hover {
  background: #f0f5ee;
  color: var(--forest);
  text-decoration: none;
}

.topbar #nav-links a {
  font-size: 14px;
  line-height: 1;
}

.workspace-preview-crop .connection-table .app-symbol {
  align-items: center;
  justify-content: center;
}
.workspace-preview-crop .connection-table .app-symbol .brand-logo {
  display: block;
  margin: 0;
  object-fit: contain;
}

/* Tap targets. The logo link and Contact are visually small on narrow screens,
   so give them a 44px-high hit area without changing how they look. The extra
   height comes from padding on the link itself, not from a larger wordmark. */
@media (max-width: 760px) {
  .topbar .brand,
  .footer-refined .footer-identity .brand {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  .topbar #nav-links a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
}

/* The wordmark is a link home, so hovering it has to answer. A slight fade is
   enough on a logo; it must not recolour or move the mark. */
.topbar .brand,
.footer-refined .footer-identity .brand {
  transition: opacity 0.16s;
}
.topbar .brand:hover,
.footer-refined .footer-identity .brand:hover {
  opacity: 0.72;
}

/* Dialogs fade and lift instead of appearing all at once. `display` and
   `overlay` are in the transition list with allow-discrete so the closing
   animation finishes before the browser drops the dialog out of the top
   layer; @starting-style supplies the from-state on open. Written as
   longhands: a browser that knows none of this keeps the opacity fade and
   simply shows and hides the dialog at once. Reduced motion is already
   handled by the global `transition: none !important` rules above. */
dialog.modal,
dialog.request-modal {
  opacity: 0;
  translate: 0 8px;
  scale: 0.98;
  transition-property: opacity, translate, scale, display, overlay;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-behavior: allow-discrete;
}
dialog.modal[open],
dialog.request-modal[open] {
  opacity: 1;
  translate: 0 0;
  scale: 1;
}
@starting-style {
  dialog.modal[open],
  dialog.request-modal[open] {
    opacity: 0;
    translate: 0 8px;
    scale: 0.98;
  }
}
dialog.modal::backdrop,
dialog.request-modal::backdrop {
  opacity: 0;
  transition-property: opacity, display, overlay;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-behavior: allow-discrete;
}
dialog.modal[open]::backdrop,
dialog.request-modal[open]::backdrop {
  opacity: 1;
}
@starting-style {
  dialog.modal[open]::backdrop,
  dialog.request-modal[open]::backdrop {
    opacity: 0;
  }
}

/* The footer sits at the bottom of a short page (404, an empty blog list) and
   is untouched on a long one: the column is at least the viewport tall and
   <main> takes the slack. Not sticky — it scrolls away like any other block. */
body {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}

/* Cross-document view transitions. Native CSS, no router and no script, so the
   module scripts (Lenis, nav, contact form) load once per page exactly as
   before. The header keeps its own name, so it holds still while the page
   below it crossfades. */
@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation-duration: 220ms;
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  .topbar {
    view-transition-name: header;
  }
}
