/* The connected firm: real product evidence, conversations and shared context. */
.section-links {
  display: flex;
  gap: 40px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.channel-section {
  position: relative;
  overflow: hidden;
}
.channel-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: start;
}
.channel-grid h2 {
  margin: 20px 0 28px;
}
.channel-grid > .lead {
  max-width: 530px;
}
.channel-availability {
  border-top: 1px solid #ffffff24;
  margin-top: 35px;
  padding-top: 26px;
  display: grid;
  gap: 20px;
}
.channel-availability > div {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 15px;
}
.availability-label {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #baabc9;
}
.channel-availability strong {
  font-size: 23px;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: #ede6f3;
}
.channel-availability strong span {
  color: #8b759e;
  padding: 0 10px;
}
.channel-note {
  font-size: 12px;
  line-height: 1.8;
  color: #a9a0b2;
  max-width: 340px;
  margin-top: 26px;
}
.conversation-demo {
  border: 1px solid #696073;
  background: #252335;
  box-shadow: 0 30px 80px #08071130;
  position: relative;
}
.conversation-demo:before {
  content: "";
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  width: 45%;
  background: linear-gradient(90deg, #c39ade, transparent);
}
.demo-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 22px;
  border-bottom: 1px solid #ffffff17;
  color: #ddd2e6;
  font-size: 12px;
}
.demo-mark {
  font-size: 23px;
  color: #bc9bd3;
}
.demo-head small {
  margin-left: auto;
  color: #9e91aa;
  font-size: 9px;
}
.demo-tabs {
  display: flex;
  padding: 0 18px;
  border-bottom: 1px solid #ffffff17;
  gap: 20px;
}
.demo-tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #9e93ad;
  padding: 16px 0;
  font: inherit;
  font-size: 10px;
  cursor: pointer;
}
.demo-tabs button[aria-selected="true"] {
  color: #e5d7ee;
  border-color: #ba9bce;
}
.chat-panel {
  padding: 25px 24px 0;
}
.chat-panel h3 {
  font-size: 18px;
  line-height: 1.45;
  color: #eee3f4;
  letter-spacing: -0.025em;
  margin: 0 0 23px;
}
.chat-message {
  margin-bottom: 19px;
  max-width: 93%;
  padding-left: 15px;
  border-left: 1px solid #726280;
}
.chat-message span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ad8fc5;
}
.chat-message p {
  font-size: 12px;
  line-height: 1.85;
  margin: 7px 0 0;
  color: #cec3d7;
}
.chat-message.you {
  margin-left: 45px;
  border-left-color: #a97061;
}
.chat-message.you span {
  color: #d79c89;
}
.chat-message.you p {
  color: #f0e6f0;
}
.chat-record {
  display: flex;
  gap: 10px;
  border-top: 1px solid #ffffff17;
  padding: 19px 0;
  font-size: 10px;
  line-height: 1.7;
  color: #b29dbf;
}
.chat-record span {
  color: #cea38e;
}
.demo-disclaimer {
  margin: 0;
  padding: 0 24px 21px;
  font-size: 9px;
  color: #9c90a5;
}
.brain-section {
  background: #ebe8e0;
  overflow: hidden;
}
.brain-system {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  border: 1px solid #c9c0d0;
  margin: 35px 0;
  background: #e5e0e8;
}
.brain-map {
  position: relative;
  background: #242331;
  color: #b9a9c6;
  min-height: 420px;
  overflow: hidden;
}
.brain-map svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.brain-node {
  position: absolute;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #242331;
  border: 1px solid #6d5b7c;
  padding: 9px 12px;
}
.bn-sales {
  top: 20%;
  left: 7%;
}
.bn-recruiting {
  top: 20%;
  right: 5%;
}
.bn-operations {
  bottom: 23%;
  left: 3%;
}
.bn-clients {
  bottom: 23%;
  right: 3%;
}
.brain-center {
  position: absolute;
  top: 61%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.03em;
  color: #c8b5d7;
}
.brain-map-note {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 8px;
  color: #a794b6;
}
.brain-content {
  padding: 28px 34px 33px;
  min-width: 0;
}
.brain-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #c6bacf;
  gap: 0 20px;
  margin-bottom: 28px;
}
.brain-tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  text-align: left;
  font: inherit;
  font-size: 11px;
  line-height: 1.5;
  cursor: pointer;
  padding: 13px 0;
  color: #6d5a7b;
  display: flex;
  gap: 10px;
}
.brain-tabs button span {
  font-size: 9px;
  color: #6d5979;
}
.brain-tabs button[aria-selected="true"] {
  color: #413049;
  border-color: #9878ac;
}
.brain-panel .eyebrow {
  font-size: 9px;
}
.brain-panel h3 {
  font-size: clamp(25px, 2.6vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.045em;
  margin: 15px 0 20px;
  color: #322938;
}
.brain-panel > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.9;
  color: #6b5c75;
  margin: 0;
}
.brain-example {
  font-size: 12px;
  line-height: 1.8;
  color: #6c5274;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #c8becf;
}
.brain-example span {
  display: block;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.12em;
  color: #6d5979;
  margin-bottom: 8px;
}
.linkedin-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  list-style: none;
  border-top: 1px solid #cfc3c6;
  margin: 35px 0 0;
  gap: 30px;
}
.linkedin-steps li {
  font-size: 15px;
  line-height: 1.6;
  padding-top: 25px;
  color: #66546a;
}
.linkedin-steps span {
  display: block;
  font-size: 10px;
  color: #9b7ca3;
  margin-bottom: 13px;
}
.demo-tabs button:focus-visible,
.brain-tabs button:focus-visible {
  outline: 2px solid #b18fce;
  outline-offset: 5px;
}
[data-switch-panel][hidden],
[data-switch-tabs][hidden] {
  display: none;
}
.chat-panel:not([hidden]),
.brain-panel:not([hidden]) {
  animation: connected-enter 0.28s ease-out both;
}
@keyframes connected-enter {
  from {
    opacity: 0.5;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
html[data-motion="off"] :is(.chat-panel, .brain-panel) {
  animation: none;
}
.faq-list {
  margin-top: 40px;
}
.channel-grid .lead {
  font-size: 16px;
}
.product-tabs {
  gap: 15px;
}
.product-tab {
  font-size: 12px;
  line-height: 1.5;
}
.section.dark .text-link {
  color: #dbc8e6;
}
@media (prefers-reduced-motion: reduce) {
  .chat-panel:not([hidden]),
  .brain-panel:not([hidden]) {
    animation: none;
  }
}
@media (max-width: 1000px) {
  .channel-grid {
    gap: 40px;
  }
  .brain-content {
    padding: 25px;
  }
  .product-tabs {
    gap: 9px;
  }
  .product-tab {
    font-size: 11px;
    gap: 6px;
  }
  .demo-tabs {
    gap: 15px;
  }
  .demo-head small {
    font-size: 8px;
  }
  .brain-node {
    font-size: 8px;
    padding: 8px;
  }
  .brain-map {
    min-height: 450px;
  }
  .brain-map svg {
    object-fit: cover;
  }
}
@media (max-width: 800px) {
  .channel-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .channel-grid .lead {
    max-width: 650px;
  }
  .channel-availability {
    grid-template-columns: 1fr 1fr;
  }
  .channel-note {
    max-width: 100%;
  }
  .conversation-demo {
    max-width: 650px;
    width: 100%;
  }
  .chat-panel {
    min-height: 360px;
  }
  .brain-system {
    grid-template-columns: 1fr;
  }
  .brain-map {
    min-height: 340px;
  }
  .brain-map svg {
    max-width: 430px;
    left: 50%;
    transform: translateX(-50%);
  }
  .brain-node {
    font-size: 10px;
  }
  .bn-sales {
    left: 15%;
  }
  .bn-recruiting {
    right: 15%;
  }
  .bn-operations {
    left: 12%;
  }
  .bn-clients {
    right: 12%;
  }
  .brain-center {
    top: 64%;
  }
  .brain-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .brain-tabs button {
    flex-direction: column;
    gap: 5px;
  }
  .brain-panel {
    min-height: 210px;
  }
  .linkedin-steps {
    gap: 20px;
  }
  .product-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-tab {
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  .product-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
  }
  .channel-availability {
    gap: 22px;
  }
  .channel-availability strong {
    font-size: 20px;
  }
  .channel-availability > div {
    font-size: 12px;
  }
  .channel-grid {
    gap: 28px;
  }
  .demo-head {
    padding: 16px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .demo-head small {
    margin-left: auto;
  }
  .demo-tabs {
    gap: 15px;
    padding: 0 16px;
  }
  .demo-tabs button {
    font-size: 9px;
    line-height: 1.6;
    text-align: left;
  }
  .chat-panel {
    padding: 20px 16px 0;
    min-height: 0;
  }
  .chat-panel h3 {
    font-size: 19px;
  }
  .chat-message {
    max-width: 100%;
    padding-left: 11px;
  }
  .chat-message.you {
    margin-left: 20px;
  }
  .chat-message p {
    font-size: 12px;
  }
  .demo-disclaimer {
    padding: 0 16px 18px;
  }
  .brain-content {
    padding: 22px 20px;
  }
  .brain-tabs {
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
  }
  .brain-tabs button {
    flex-direction: row;
    gap: 10px;
    font-size: 10px;
  }
  .brain-map {
    min-height: 300px;
  }
  .brain-node {
    font-size: 8px;
  }
  .bn-sales {
    left: 6%;
  }
  .bn-recruiting {
    right: 6%;
  }
  .bn-operations {
    left: 3%;
  }
  .bn-clients {
    right: 3%;
  }
  .brain-center {
    top: 64%;
  }
  .brain-map-note {
    bottom: 17px;
    font-size: 7px;
  }
  .brain-panel {
    min-height: 0;
  }
  .brain-panel h3 {
    font-size: 28px;
  }
  .brain-panel > p:not(.eyebrow) {
    font-size: 13px;
  }
  .linkedin-steps {
    grid-template-columns: 1fr 1fr;
    gap: 0 25px;
  }
  .linkedin-steps li {
    font-size: 13px;
    padding-top: 20px;
  }
  .linkedin-steps span {
    margin-bottom: 8px;
  }
  .section-links {
    gap: 22px;
  }
  .call-section .btn {
    white-space: normal;
    line-height: 1.5;
    text-align: center;
  }
  .subhero .btn {
    white-space: normal;
    line-height: 1.5;
    text-align: center;
  }
}

.brain-tabs button:focus-visible {
  outline-color: #715282;
}
.brain-panel:focus-visible {
  outline: 2px solid #715282;
  outline-offset: 7px;
}
.chat-panel:focus-visible {
  outline: 2px solid #b18fce;
  outline-offset: -7px;
}

.product-tab {
  color: #6c6074;
}
.product-tab span {
  color: #6c6074;
}

.design-partners {
  position: relative;
  overflow: hidden;
}
.partner-invitation {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 90px;
  align-items: center;
}
.partner-story h2 {
  max-width: 620px;
  margin: 22px 0 28px;
}
.partner-story .lead {
  font-size: 17px;
  max-width: 550px;
}
.partner-qualities {
  border-top: 1px solid #ffffff28;
  margin-top: 30px;
  padding-top: 18px;
}
.partner-qualities p {
  color: #dbd1e3;
  font-size: 14px;
  margin: 10px 0;
}
.partner-process {
  font-size: 10px;
  color: #b3a1c1;
  margin: 28px 0 0;
  letter-spacing: 0.03em;
}
.partner-process span {
  color: #ce927e;
  margin: 0 13px;
}
.partner-offer {
  border: 1px solid #74627f;
  border-top: 2px solid #b99cd1;
  padding: 36px;
  background: linear-gradient(135deg, #b28dcc16, transparent 65%);
}
.partner-status {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #e0b2a4;
  font-size: 11px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ffffff24;
  margin: 0 0 28px;
}
.partner-status span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ce8069;
}
.partner-offer .eyebrow {
  font-size: 9px;
  color: #c4b0d4;
}
.partner-rate {
  font-size: clamp(58px, 7vw, 86px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 1;
  margin: 22px 0 23px;
  color: #f3edf7;
}
.partner-rate span {
  font-size: 16px;
  color: #c1b3cd;
  letter-spacing: -0.02em;
  margin-left: 13px;
}
.partner-term {
  font-size: 17px;
  color: #ddd0e7;
  line-height: 1.65;
  margin: 0 0 29px;
}
.partner-offer .btn {
  width: 100%;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  white-space: normal;
  line-height: 1.5;
}
.partner-terms {
  font-size: 11px;
  line-height: 1.8;
  color: #b9acbf;
  margin: 20px 0 0;
}
select.bkinput {
  font-family: inherit;
  padding-right: 34px;
}
.call-grid > .text-link {
  margin-top: 22px;
}
@media (max-width: 1000px) {
  .partner-invitation {
    gap: 45px;
  }
  .partner-offer {
    padding: 28px;
  }
  .partner-story .lead {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .partner-invitation {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .partner-offer {
    max-width: 650px;
    width: 100%;
  }
  .partner-story .lead {
    max-width: 650px;
  }
}
@media (max-width: 560px) {
  .partner-offer {
    padding: 25px 22px;
  }
  .partner-story h2 {
    font-size: 38px;
  }
  .partner-term {
    font-size: 16px;
  }
  .partner-rate {
    font-size: 70px;
  }
  .partner-offer .btn {
    font-size: 12px;
  }
  .partner-status {
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
  .partner-process {
    font-size: 9px;
  }
  .partner-process span {
    margin: 0 10px;
  }
}
