/* Shared public pages and demonstration workspace. */
.abs-site:not(.landing-page) {
  font-size: 16px;
  background: #fbfaf7;
}
.abs-site:not(.landing-page) .btn {
  border-radius: 9px;
  font-size: 14px;
  min-height: 46px;
}
.abs-site:not(.landing-page) .intro {
  font-size: 18px;
  line-height: 1.8;
}
.abs-site:not(.landing-page) .section-heading > p {
  font-size: 16px;
  line-height: 1.8;
}
.abs-site:not(.landing-page) h1 {
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 600;
}
.abs-site:not(.landing-page) h2 {
  font-size: clamp(28px, 3vw, 42px);
}
.abs-site:not(.landing-page) .value-grid p,
.abs-site:not(.landing-page) .included-panel p,
.abs-site:not(.landing-page) .contact-panel p {
  font-size: 15px;
  line-height: 1.8;
}
.abs-site:not(.landing-page)
  :is(.included-panel, .contact-panel, .logo-showcase, .palette article) {
  border-radius: 16px;
}
.abs-site:not(.landing-page) .value-grid article {
  padding: 28px;
}
.abs-site:not(.landing-page) .nav nav {
  font-size: 13px;
}
.abs-site:not(.landing-page) .footer-columns nav a,
.abs-site:not(.landing-page) .footer-about p {
  font-size: 13px;
  line-height: 1.8;
}
.abs-site:not(.landing-page) .stage-label {
  display: none;
}
.abs-site :is(input, select, textarea) {
  font-size: 16px;
}
.abs-site :is(a, button, input, select, textarea):focus-visible,
.abs-dashboard :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #776294;
  outline-offset: 4px;
}
/* The approach uses the same column edges for heading, tabs and content. */
.landing-page .method-section {
  background: #f0edf4;
}
.landing-page .method-section .section-heading {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: start;
  gap: 64px;
  margin-bottom: 40px;
}
.landing-page .method-section .section-heading > p {
  margin: 40px 0 0;
  max-width: 440px;
  justify-self: end;
}
.landing-page .method-interactive {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}
.landing-page .method-tabs {
  padding: 10px;
  background: #e6dfed;
  border: 1px solid #dcd3e5;
  border-radius: 16px;
  gap: 8px;
  justify-content: center;
}
.landing-page .method-tabs button {
  padding: 22px 18px;
  min-height: 84px;
  gap: 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 19px;
  color: #62586e;
}
.landing-page .method-tabs button[aria-selected="true"] {
  padding-left: 18px;
  background: #fff;
  border-color: #dbd1e5;
  color: #30263f;
  box-shadow: 0 4px 14px #30263f07;
}
.landing-page .method-tabs button > span {
  width: 22px;
  flex-shrink: 0;
  font-size: 12px;
}
.landing-page .method-tabs button > .icon {
  flex-shrink: 0;
}
.landing-page .method-panel {
  border: 1px solid #dfd6e8;
  border-radius: 16px;
  background: #fff;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
}
.landing-page .bridge-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: auto;
  min-height: 76px;
  padding: 0;
  align-items: start;
}
.landing-page .flow-rail {
  top: 9px;
  left: 16.666%;
  right: 16.666%;
  height: 2px;
}
.landing-page .flow-node {
  min-width: 0;
  gap: 15px;
  justify-self: stretch;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
.landing-page .flow-node i {
  width: 18px;
  height: 18px;
  transform: none;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #bda6ce;
}
.landing-page .flow-node:first-of-type i {
  background: #776294;
  border-color: #776294;
}
.landing-page .method-copy {
  padding-top: 22px;
  max-width: 610px;
}
.landing-page .method-copy .eyebrow {
  display: block;
  margin: 0 0 13px;
}
.landing-page .method-copy h3 {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 15px;
}
.landing-page .method-copy > p {
  max-width: none;
  margin: 0 0 22px;
  line-height: 1.8;
  font-size: 16px;
}
.landing-page .method-outcome {
  padding-top: 18px;
  border-top: 1px solid #e8e1ee;
  font-size: 14px;
  align-items: flex-start;
}
.landing-page .method-outcome .icon {
  flex-shrink: 0;
  margin-top: 3px;
}
/* Demo: match the hierarchy and density of the Next workspace. */
.abs-dashboard {
  background: #f6f5f8;
  font-size: 14px;
}
.abs-dashboard .sidebar {
  background: #fff;
  border-right: 1px solid #e3dfe9;
}
.abs-dashboard .sidebar nav a {
  font-size: 13px;
  min-height: 44px;
  border-radius: 9px;
}
.abs-dashboard .app-topbar {
  background: #ffffffef;
  backdrop-filter: blur(12px);
  min-height: 76px;
}
.abs-dashboard .dashboard-main {
  max-width: 1600px;
  padding: 36px 40px 60px;
  margin: auto;
}
.abs-dashboard .dash-heading {
  gap: 24px;
  align-items: center;
  margin-bottom: 30px;
}
.abs-dashboard .dash-heading h1 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
}
.abs-dashboard .dash-heading p {
  font-size: 14px;
  line-height: 1.7;
}
.abs-dashboard .dash-heading .eyebrow {
  display: none;
}
.abs-dashboard .btn {
  font-size: 13px;
  border-radius: 8px;
  min-height: 43px;
  gap: 10px;
}
.abs-dashboard :is(input, select, textarea) {
  font-size: 14px;
  border-radius: 7px;
  min-height: 40px;
}
.abs-dashboard
  :is(.panel, .kpi, .report-card, .member-card, .integration-card, .risk-item) {
  border: 1px solid #e3deea;
  border-radius: 13px;
  box-shadow: 0 3px 14px #27203504;
  background: #fff;
}
.abs-dashboard .panel h2,
.abs-dashboard .report-card h2,
.abs-dashboard .integration-card h2 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}
.abs-dashboard .panel-heading p,
.abs-dashboard .panel-body p,
.abs-dashboard .report-card p,
.abs-dashboard .integration-card p,
.abs-dashboard .member-card p {
  font-size: 13px;
  line-height: 1.8;
}
.abs-dashboard .kpi {
  padding: 24px;
}
.abs-dashboard .kpi small {
  font-size: 11px;
  line-height: 1.6;
}
.abs-dashboard .overview-banner {
  border-radius: 12px;
  background: #eae5f1;
}
.abs-dashboard .notice {
  font-size: 13px;
  line-height: 1.8;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 22px;
}
.abs-dashboard table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.abs-dashboard th {
  font-size: 11px;
  text-align: left;
  color: #666071;
  background: #f8f6fa;
  font-weight: 600;
}
.abs-dashboard td,
.abs-dashboard th {
  padding: 16px;
  border-bottom: 1px solid #eeeaf3;
}
.abs-dashboard .task-title {
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
}
.abs-dashboard .kanban-column {
  background: #eeebf2;
  border: 1px solid #e4dfea;
  border-radius: 12px;
}
.abs-dashboard .task-card {
  border-radius: 9px;
  background: #fff;
}
.abs-dashboard .task-card h3 {
  font-size: 14px;
  font-weight: 500;
}
.abs-dashboard .task-card > small {
  font-size: 10px;
}
.abs-dashboard .task-card-actions button,
.abs-dashboard .task-card-actions select {
  font-size: 11px;
}
.abs-dashboard .fine-print {
  font-size: 11px;
  line-height: 1.8;
}
.demo-view-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  background: #eae6f0;
  border: 1px solid #dfd8e8;
  padding: 5px;
  border-radius: 10px;
  width: fit-content;
  margin-bottom: 22px;
}
.demo-view-tabs button {
  border: 0;
  background: transparent;
  color: #635970;
  padding: 11px 19px;
  border-radius: 7px;
  font-size: 13px;
  min-height: 42px;
}
.demo-view-tabs button[aria-pressed="true"] {
  background: white;
  color: #352b44;
  box-shadow: 0 2px 5px #252d3d0b;
}
.demo-hook {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin: 24px 0;
}
.demo-hook > div {
  max-width: 650px;
}
.demo-hook h2 {
  margin: 0 0 8px;
}
.demo-hook p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 8px;
}
.demo-hook small {
  font-size: 11px;
  color: #666071;
}
.demo-hook > .btn {
  flex-shrink: 0;
}
.demo-totals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 24px;
  border-bottom: 1px solid #e3deea;
}
.demo-totals small {
  display: block;
  font-size: 12px;
  color: #666071;
}
.demo-totals strong {
  display: block;
  font-size: 28px;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: -0.7px;
}
.demo-time .fine-print {
  padding: 0 24px;
}
.demo-time {
  overflow: hidden;
}
.demo-time .table-wrap {
  overflow: auto;
}
.demo-gantt {
  padding: 24px;
}
.demo-gantt > .between {
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.demo-gantt-scroll {
  overflow: auto;
}
.demo-gantt-grid {
  min-width: 620px;
}
.demo-gantt-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px;
  min-height: 74px;
  align-items: center;
  border-top: 1px solid #eeeaf3;
}
.demo-gantt-row .task-title {
  border: 0;
  background: transparent;
  padding: 10px 0;
}
.demo-gantt-row small {
  display: block;
  font-size: 10px;
  color: #706678;
}
.demo-gantt-track {
  height: 42px;
  background: repeating-linear-gradient(
    90deg,
    #f7f5fa 0,
    #f7f5fa calc(10% - 1px),
    #e9e3ef calc(10% - 1px),
    #e9e3ef 10%
  );
  position: relative;
  border-radius: 6px;
}
.demo-gantt-bar {
  position: absolute;
  top: 7px;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #afa0c6;
  background: #e2d8ef;
  color: #48365f;
  border-radius: 6px;
  font-size: 11px;
  padding: 0 8px;
  min-width: 4px;
}
.demo-gantt-bar.done {
  background: #d6e8eb;
  border-color: #a8c9ce;
  color: #365c62;
}
.demo-gantt-bar.doing {
  background: #bda6ce;
  color: #362246;
}
.demo-meeting-note {
  display: block;
  margin-top: 20px;
  font-size: 11px;
  color: #706678;
}
@media (max-width: 1100px) {
  .abs-dashboard .dashboard-main {
    padding: 28px 24px;
  }
  .demo-hook {
    align-items: flex-start;
    flex-direction: column;
  }
  .landing-page .method-interactive {
    grid-template-columns: 260px minmax(0, 1fr);
  }
  .landing-page .method-panel {
    padding: 28px;
  }
  .landing-page .method-section .section-heading {
    gap: 32px;
  }
}
@media (max-width: 700px) {
  .landing-page .method-section .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .landing-page .method-section .section-heading > p {
    margin: 0;
    justify-self: start;
  }
  .landing-page .method-interactive {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .landing-page .method-tabs {
    padding: 6px;
    gap: 5px;
    flex-direction: column;
  }
  .landing-page .method-tabs button {
    padding: 16px;
    min-height: 58px;
    font-size: 17px;
  }
  .landing-page .method-tabs button[aria-selected="true"] {
    padding-left: 16px;
  }
  .landing-page .method-panel {
    padding: 24px 20px;
    min-height: 0;
  }
  .landing-page .flow-node {
    font-size: 11px;
  }
  .landing-page .method-copy h3 {
    font-size: 25px;
  }
  .landing-page .method-copy > p {
    font-size: 15px;
  }
  .abs-dashboard .dashboard-main {
    padding: 24px 16px 40px;
  }
  .abs-dashboard .dash-heading h1 {
    font-size: 27px;
  }
  .abs-dashboard .dash-heading {
    align-items: flex-start;
  }
  .demo-hook {
    padding: 20px;
    gap: 18px;
  }
  .demo-totals {
    gap: 14px;
    padding: 20px;
  }
  .demo-totals strong {
    font-size: 21px;
  }
  .demo-view-tabs button {
    padding: 10px 12px;
    font-size: 12px;
  }
  .demo-gantt {
    padding: 18px;
  }
  .abs-dashboard .app-topbar {
    padding-inline: 16px;
  }
  .abs-site:not(.landing-page) .value-grid article {
    padding: 24px 0;
  }
  .abs-site:not(.landing-page) .nav nav {
    font-size: 15px;
  }
}
.product-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.product-feature-grid article {
  padding: 30px;
  border: 1px solid #dfd9e7;
  background: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-feature-grid article > .icon {
  width: 30px;
  height: 30px;
  color: #776294;
  margin-bottom: 22px;
}
.product-feature-grid h3 {
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.6px;
  margin: 0 0 16px;
}
.product-feature-grid p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 24px;
}
.product-feature-grid a {
  margin-top: auto;
  font-size: 14px;
  min-height: 44px;
}
.abs-site .palette {
  gap: 20px;
}
.abs-site .palette article {
  padding: 28px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.abs-site .palette article b {
  font-size: 24px;
}
.abs-site .palette article p {
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 960px) {
  .product-feature-grid {
    grid-template-columns: 1fr;
  }
  .product-feature-grid article {
    padding: 25px;
  }
}
