.acc-page {
  --acc-blue: #165dff;
  --acc-blue-deep: #0f3fb8;
  --acc-blue-soft: #eef4ff;
  --acc-cyan: #2aaeff;
  --acc-ink: #101828;
  --acc-text: #475467;
  --acc-line: #dbe5f3;
  --acc-line-strong: #cfdbef;
  --acc-surface: #ffffff;
  --acc-surface-soft: #f7faff;
  --acc-surface-alt: #f4f7fb;
  --acc-shadow: 0 24px 56px rgba(13, 38, 99, 0.08);
  background:
    radial-gradient(circle at 0% 0%, rgba(22, 93, 255, 0.08), transparent 26%),
    radial-gradient(circle at 100% 10%, rgba(42, 174, 255, 0.1), transparent 28%),
    linear-gradient(180deg, #f6f9ff 0%, #f7f9fc 42%, #f4f7fb 100%);
  color: var(--acc-ink);
  overflow-x: hidden;
}

.acc-page a {
  color: inherit;
  text-decoration: none;
}

.acc-shell {
  width: min(100% - 1.5rem, 1400px);
  margin: 0 auto;
}

.acc-hero,
.acc-section {
  position: relative;
}

.acc-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 20%, rgba(39, 132, 255, 0.18), transparent 26%),
    linear-gradient(135deg, #061433 0%, #09255f 46%, #0d38a8 100%);
  padding: 5.8rem 0 3.6rem;
  color: #ffffff;
}

.acc-hero::before,
.acc-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(207, 220, 242, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(207, 220, 242, 0.13) 1px, transparent 1px);
  background-size: 2.8rem 2.8rem;
  pointer-events: none;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent 78%);
}

.acc-section::before {
  opacity: 0.55;
}

.acc-hero__grid,
.acc-two-column {
  display: grid;
  gap: 2rem;
}

.acc-hero__grid {
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  align-items: center;
}

.acc-hero__copy {
  margin-left: 0;
}

.acc-two-column {
  grid-template-columns: minmax(16rem, 0.29fr) minmax(0, 0.71fr);
  align-items: start;
}

.acc-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.88rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #b4d0ff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.acc-kicker--blue {
  background: rgba(22, 93, 255, 0.08);
  color: var(--acc-blue);
}

.acc-kicker--dark {
  background: rgba(255, 255, 255, 0.09);
  color: #a9ccff;
}

.acc-hero__copy h1,
.acc-copy h2,
.acc-cta__copy h2,
.acc-manage-card h3,
.acc-control-card h3 {
  margin: 0;
  letter-spacing: -0.05em;
  line-height: 1.04;
  font-weight: 900;
}

.acc-hero__copy h1 {
  margin-top: 0;
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: clamp(3.45rem, 5.2vw, 5.15rem);
  letter-spacing: -0.06em;
}

.acc-hero__title-base {
  color: #ffffff;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
}

.acc-hero__title-accent {
  color: #19baff;
  text-shadow:
    0 0 22px rgba(24, 183, 255, 0.18),
    0 10px 30px rgba(6, 20, 59, 0.14);
}

.acc-copy h2,
.acc-cta__copy h2 {
  margin-top: 0.8rem;
  font-size: clamp(2.05rem, 3.5vw, 3.15rem);
}

.acc-cta__copy h2 span {
  display: block;
}

.acc-hero__copy p,
.acc-copy p,
.acc-manage-card p,
.acc-control-card p,
.acc-cta-value span,
.acc-org-table__grid,
.acc-org-node,
.acc-panel__heading span,
.acc-insight-card span {
  line-height: 1.72;
}

.acc-hero__copy p {
  max-width: 34rem;
  color: rgba(235, 241, 255, 0.84);
}

.acc-hero__lead {
  margin: 1.15rem 0 0;
  max-width: 29rem;
  color: #ffffff;
  font-size: 1.16rem;
  line-height: 1.46;
  font-weight: 600;
}

.acc-hero__subcopy {
  margin: 1rem 0 0;
  max-width: 31rem;
  color: rgba(225, 233, 248, 0.76);
  font-size: 0.98rem;
  line-height: 1.74;
}

.acc-copy {
  max-width: 22rem;
}

.acc-copy--center {
  max-width: 46rem;
  margin: 0 auto;
  text-align: center;
}

.acc-copy p {
  margin: 1rem 0 0;
  color: var(--acc-text);
  font-size: 0.98rem;
}

.acc-actions {
  margin-top: 1.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.acc-actions--center {
  justify-content: center;
}

.acc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.45rem;
  padding: 0 1.6rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.acc-button:hover {
  transform: translateY(-1px);
}

.acc-button--primary {
  background: linear-gradient(135deg, #145bff, #2aaeff);
  color: #ffffff;
  box-shadow: 0 20px 44px rgba(20, 91, 255, 0.24);
}

.acc-button--primary span {
  color: #ffffff;
}

.acc-button--primary:hover,
.acc-button--primary:focus-visible {
  box-shadow: 0 24px 48px rgba(20, 91, 255, 0.3);
}

.acc-button--secondary {
  background: rgba(5, 19, 55, 0.28);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.acc-button--secondary span,
.acc-button--ghost span {
  color: inherit;
}

.acc-button--secondary:hover,
.acc-button--secondary:focus-visible,
.acc-button--ghost:hover,
.acc-button--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.25);
}

.acc-button--ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #e3efff;
}

.acc-hero__highlights {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.acc-highlight {
  min-width: 0;
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.3rem;
  padding: 1.15rem 1rem 0;
}

.acc-highlight:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  bottom: 0.35rem;
  width: 1px;
  background: rgba(170, 198, 255, 0.22);
}

.acc-highlight i {
  width: 4.5rem;
  height: 4.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  background: rgba(13, 62, 164, 0.34);
  border: 1px solid rgba(72, 144, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 14px 28px rgba(2, 11, 35, 0.2);
  color: #b5d5ff;
  font-size: 1.45rem;
}

.acc-highlight:nth-child(1) i {
  background: linear-gradient(180deg, rgba(42, 174, 255, 0.28), rgba(22, 93, 255, 0.18));
  border-color: rgba(82, 169, 255, 0.26);
  color: #8bd7ff;
}

.acc-highlight:nth-child(2) i {
  background: linear-gradient(180deg, rgba(92, 225, 171, 0.24), rgba(34, 197, 94, 0.16));
  border-color: rgba(92, 225, 171, 0.24);
  color: #8df0be;
}

.acc-highlight:nth-child(3) i {
  background: linear-gradient(180deg, rgba(196, 181, 253, 0.24), rgba(139, 92, 246, 0.16));
  border-color: rgba(196, 181, 253, 0.24);
  color: #d3c5ff;
}

.acc-highlight strong {
  margin-top: 0.75rem;
  color: #f5f9ff;
  font-size: 0.9rem;
  line-height: 1.32;
  font-weight: 800;
}

.acc-highlight span {
  max-width: 9rem;
  color: rgba(217, 232, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.5;
}

.acc-hero__visual {
  min-width: 0;
  margin-right: 0;
}

.acc-hero-image {
  overflow: hidden;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 64px rgba(4, 18, 56, 0.3);
}

.acc-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.acc-console-shot,
.acc-org-surface,
.acc-insights-board {
  border: 1px solid rgba(207, 220, 242, 0.9);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--acc-shadow);
}

.acc-console-shot {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  overflow: hidden;
}

.acc-console-shot__sidebar {
  padding: 1.25rem 1rem;
  background: linear-gradient(180deg, #f8fbff 0%, #f0f5ff 100%);
  border-right: 1px solid rgba(207, 220, 242, 0.9);
}

.acc-console-brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #162036;
  font-size: 0.85rem;
  font-weight: 800;
}

.acc-console-brand__logo {
  width: 1.85rem;
  height: 1.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.72rem;
  background: linear-gradient(135deg, #165dff, #2aaeff);
  color: #ffffff;
}

.acc-console-nav {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.35rem;
}

.acc-console-nav span {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.7rem;
  padding: 0 0.8rem;
  border-radius: 0.82rem;
  color: #53637f;
  font-size: 0.85rem;
  font-weight: 700;
}

.acc-console-nav span.is-active {
  background: rgba(22, 93, 255, 0.12);
  color: var(--acc-blue);
}

.acc-console-shot__main {
  min-width: 0;
  padding: 1.25rem 1.3rem;
}

.acc-console-topbar,
.acc-org-table__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.acc-console-topbar strong,
.acc-panel__heading strong,
.acc-org-table__head strong {
  display: block;
  color: #162036;
  font-size: 1.05rem;
  font-weight: 800;
}

.acc-console-topbar span,
.acc-panel__heading span {
  display: block;
  margin-top: 0.18rem;
  color: #6b7280;
  font-size: 0.8rem;
  font-weight: 600;
}

.acc-console-topbar__badge {
  min-height: 2rem;
  padding: 0 0.72rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(22, 93, 255, 0.1);
  color: var(--acc-blue);
  font-size: 0.77rem;
  font-weight: 800;
}

.acc-console-stats,
.acc-insights-stats {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.acc-console-stats article,
.acc-insights-stats article {
  min-width: 0;
  padding: 0.95rem 0.92rem;
  border: 1px solid rgba(207, 220, 242, 0.85);
  border-radius: 1rem;
  background: #ffffff;
}

.acc-console-stats span,
.acc-insights-stats span {
  display: block;
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 700;
}

.acc-console-stats strong,
.acc-insights-stats strong {
  display: block;
  margin-top: 0.32rem;
  color: #162036;
  font-size: 1.45rem;
  line-height: 1.05;
}

.acc-insights-stats em {
  display: inline-block;
  margin-top: 0.42rem;
  color: #0b8a5a;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
}

.acc-console-panels,
.acc-insights-panels {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 0.8rem;
}

.acc-panel,
.acc-insight-card {
  min-width: 0;
  padding: 0.95rem 0.95rem 1rem;
  border: 1px solid rgba(207, 220, 242, 0.85);
  border-radius: 1.05rem;
  background: #ffffff;
}

.acc-panel--small,
.acc-panel--ring {
  grid-column: 2;
}

.acc-panel--list {
  grid-column: 1;
}

.acc-panel--ring {
  display: flex;
  align-items: center;
  justify-content: center;
}

.acc-line-chart,
.acc-trend-chart {
  position: relative;
  margin-top: 0.9rem;
  height: 7.8rem;
  border-radius: 0.95rem;
  background:
    linear-gradient(rgba(207, 220, 242, 0.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(207, 220, 242, 0.45) 1px, transparent 1px),
    linear-gradient(180deg, rgba(238, 244, 255, 0.55), rgba(255, 255, 255, 0.95));
  background-size: 100% 25%, 18% 100%, auto;
  overflow: hidden;
}

.acc-line-chart span,
.acc-trend-chart span {
  position: absolute;
  inset: 0.8rem 0.75rem 0.8rem 0.75rem;
  border-radius: 0.8rem;
  background: linear-gradient(180deg, rgba(42, 174, 255, 0.18), rgba(22, 93, 255, 0.02));
  clip-path: polygon(0% 88%, 14% 72%, 28% 76%, 43% 46%, 56% 52%, 68% 34%, 80% 42%, 100% 12%, 100% 100%, 0% 100%);
}

.acc-line-chart span::after,
.acc-trend-chart span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #2aaeff, #165dff);
  clip-path: polygon(0% 88%, 14% 72%, 28% 76%, 43% 46%, 56% 52%, 68% 34%, 80% 42%, 100% 12%, 100% 20%, 81% 48%, 68% 40%, 56% 58%, 43% 52%, 28% 82%, 14% 78%, 0% 94%);
}

.acc-line-chart__meta,
.acc-alerts {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.acc-line-chart__meta div,
.acc-alerts div {
  border-radius: 0.85rem;
  background: var(--acc-surface-soft);
  padding: 0.72rem 0.75rem;
}

.acc-line-chart__meta strong,
.acc-alerts strong {
  display: block;
  color: #162036;
  font-size: 1rem;
  font-weight: 800;
}

.acc-line-chart__meta span,
.acc-alerts span {
  display: block;
  margin-top: 0.18rem;
  color: #667085;
  font-size: 0.76rem;
}

.acc-panel--list ul {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.acc-panel--list li {
  position: relative;
  padding-left: 1rem;
  color: #344054;
  font-size: 0.84rem;
  font-weight: 600;
}

.acc-panel--list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--acc-blue);
}

.acc-ring,
.acc-donut {
  width: 8.9rem;
  height: 8.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: conic-gradient(#165dff 0 76%, #bfe1ff 76% 100%);
}

.acc-ring__inner,
.acc-donut__inner {
  width: 5.8rem;
  height: 5.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(207, 220, 242, 0.85);
}

.acc-ring__inner strong,
.acc-donut__inner strong {
  color: #162036;
  font-size: 1.3rem;
  font-weight: 900;
}

.acc-ring__inner span,
.acc-donut__inner span {
  margin-top: 0.12rem;
  color: #667085;
  font-size: 0.76rem;
  font-weight: 700;
}

.acc-section {
  padding: 3.8rem 0;
}

.acc-section--manage,
.acc-section--controls {
  background: rgba(255, 255, 255, 0.66);
}

.acc-section--org,
.acc-section--insights {
  background: rgba(244, 247, 251, 0.86);
}

.acc-section--org {
  padding: 2.45rem 0;
}

.acc-org__copy {
  margin-left: -2.2rem;
}

.acc-org__copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.acc-org__copy h2 span {
  display: block;
  white-space: nowrap;
}

.acc-org__copy h2 span + span {
  margin-top: 0.5rem;
}

.acc-org__copy p {
  max-width: 21rem;
}

.acc-manage-grid,
.acc-control-grid {
  display: grid;
  gap: 0.95rem;
}

.acc-manage {
  display: grid;
  gap: 1.9rem;
}

.acc-manage-marquee {
  --acc-manage-card-width: 12rem;
  --acc-manage-gap: 0.95rem;
  --acc-manage-shift: 100rem;
  position: relative;
  overflow: hidden;
  padding: 0.2rem 0;
}

.acc-manage-marquee::before,
.acc-manage-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5rem;
  z-index: 2;
  pointer-events: none;
}

.acc-manage-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0));
}

.acc-manage-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0));
}

.acc-manage-track {
  display: flex;
  gap: var(--acc-manage-gap);
  width: max-content;
  will-change: transform;
  animation: acc-manage-scroll 34s linear infinite;
}

@keyframes acc-manage-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-1 * var(--acc-manage-shift)));
  }
}

.acc-control-grid {
  margin-top: 1.75rem;
  position: relative;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.15rem;
}

.acc-control-grid::before {
  content: "";
  position: absolute;
  left: calc(100% / 12);
  right: calc(100% / 12);
  top: 1.5rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(116, 142, 191, 0.22), rgba(72, 125, 255, 0.38), rgba(116, 142, 191, 0.22));
  z-index: 0;
}

.acc-manage-card,
.acc-control-card,
.acc-org-tree,
.acc-org-table,
.acc-insight-card {
  min-width: 0;
}

.acc-manage-card {
  padding: 1.15rem 1rem 1.05rem;
  border: 1px solid rgba(207, 220, 242, 0.92);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.045);
}

.acc-manage-card {
  flex: 0 0 var(--acc-manage-card-width);
}

.acc-control-card {
  position: relative;
  z-index: 1;
  padding: 0.25rem 0.15rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.acc-manage-card__icon,
.acc-control-card__icon,
.acc-cta-value__icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.98rem;
  background: linear-gradient(180deg, #eff4ff 0%, #dce8ff 100%);
  color: var(--acc-blue);
  box-shadow: 0 8px 18px rgba(59, 130, 246, 0.12);
  font-size: 1rem;
}

.acc-manage-card:nth-child(8n + 1) .acc-manage-card__icon {
  background: linear-gradient(180deg, #eef5ff 0%, #dceaff 100%);
  color: #2f6bff;
}

.acc-manage-card:nth-child(8n + 2) .acc-manage-card__icon {
  background: linear-gradient(180deg, #eefdf8 0%, #d4f7e8 100%);
  color: #11a36a;
}

.acc-manage-card:nth-child(8n + 3) .acc-manage-card__icon {
  background: linear-gradient(180deg, #f5f1ff 0%, #e7ddff 100%);
  color: #7b57f6;
}

.acc-manage-card:nth-child(8n + 4) .acc-manage-card__icon {
  background: linear-gradient(180deg, #fff6ea 0%, #ffe6c2 100%);
  color: #e08a00;
}

.acc-manage-card:nth-child(8n + 5) .acc-manage-card__icon {
  background: linear-gradient(180deg, #eefaff 0%, #d7f1ff 100%);
  color: #0f9fda;
}

.acc-manage-card:nth-child(8n + 6) .acc-manage-card__icon {
  background: linear-gradient(180deg, #eff7ff 0%, #dbe8ff 100%);
  color: #3867d6;
}

.acc-manage-card:nth-child(8n + 7) .acc-manage-card__icon {
  background: linear-gradient(180deg, #fff1f8 0%, #ffd8ea 100%);
  color: #d9468b;
}

.acc-manage-card:nth-child(8n + 8) .acc-manage-card__icon {
  background: linear-gradient(180deg, #f3f4ff 0%, #e0e3ff 100%);
  color: #5865f2;
}

.acc-manage-card h3,
.acc-control-card h3 {
  margin-top: 0.9rem;
  color: #162036;
  font-size: 1.05rem;
}

.acc-manage-card p,
.acc-control-card p {
  margin-top: 0.5rem;
  color: var(--acc-text);
  font-size: 0.9rem;
}

.acc-control-card__icon {
  background: linear-gradient(180deg, #f6f7ff 0%, #eef2ff 100%);
  box-shadow: none;
}

.acc-control-card:nth-child(6n + 1) .acc-control-card__icon {
  background: linear-gradient(180deg, #eefcf8 0%, #def7f0 100%);
  color: #21a49a;
}

.acc-control-card:nth-child(6n + 2) .acc-control-card__icon {
  background: linear-gradient(180deg, #f2f0ff 0%, #e8e3ff 100%);
  color: #7160ff;
}

.acc-control-card:nth-child(6n + 3) .acc-control-card__icon {
  background: linear-gradient(180deg, #f1f3ff 0%, #e6e9ff 100%);
  color: #5a67ff;
}

.acc-control-card:nth-child(6n + 4) .acc-control-card__icon {
  background: linear-gradient(180deg, #f6f2ff 0%, #ece4ff 100%);
  color: #7f63ff;
}

.acc-control-card:nth-child(6n + 5) .acc-control-card__icon {
  background: linear-gradient(180deg, #eefbfb 0%, #ddf5f5 100%);
  color: #34b3bf;
}

.acc-control-card:nth-child(6n + 6) .acc-control-card__icon {
  background: linear-gradient(180deg, #f3f1ff 0%, #e8e4ff 100%);
  color: #7e6aff;
}

.acc-control-card h3 {
  margin-top: 0.95rem;
  font-size: 1rem;
  line-height: 1.28;
}

.acc-control-card p {
  margin-top: 0.55rem;
  max-width: 11rem;
  font-size: 0.88rem;
  line-height: 1.6;
}

.acc-feature-list {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.72rem;
}

.acc-feature-list li {
  display: grid;
  grid-template-columns: 1.15rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
}

.acc-feature-list i {
  margin-top: 0.14rem;
  color: var(--acc-blue);
  font-size: 0.85rem;
}

.acc-feature-list span {
  color: #344054;
  font-size: 0.92rem;
  line-height: 1.62;
}

.acc-org-surface {
  display: grid;
  grid-template-columns: 14rem minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  margin-right: -2.2rem;
}

.acc-org-tree {
  padding: 1rem;
  background: linear-gradient(180deg, #f8fbff 0%, #f1f6ff 100%);
  border-right: 1px solid rgba(207, 220, 242, 0.92);
}

.acc-org-tree__head {
  color: #162036;
  font-size: 0.92rem;
  font-weight: 800;
}

.acc-org-tree__body {
  margin-top: 0.85rem;
  display: grid;
  gap: 0.48rem;
}

.acc-org-node {
  min-height: 2.35rem;
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
  border-radius: 0.9rem;
  color: #42526b;
  font-size: 0.84rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.86);
}

.acc-org-node.is-root {
  background: rgba(22, 93, 255, 0.12);
  color: var(--acc-blue);
}

.acc-org-table {
  padding: 1rem 1rem 0.95rem;
  background: #ffffff;
}

.acc-org-table__head button {
  min-height: 2rem;
  padding: 0 0.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(22, 93, 255, 0.1);
  color: var(--acc-blue);
  font-size: 0.76rem;
  font-weight: 800;
}

.acc-org-table__tabs {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.acc-org-table__tabs span {
  min-height: 2rem;
  padding: 0 0.78rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #667085;
  font-size: 0.76rem;
  font-weight: 700;
  background: var(--acc-surface-soft);
}

.acc-org-table__tabs span.is-active {
  background: rgba(22, 93, 255, 0.12);
  color: var(--acc-blue);
}

.acc-org-table__grid {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 0.82fr;
  gap: 0;
  border: 1px solid rgba(207, 220, 242, 0.9);
  border-radius: 1rem;
  overflow: hidden;
  font-size: 0.82rem;
}

.acc-org-table__grid > div {
  min-width: 0;
  padding: 0.66rem 0.72rem;
  border-bottom: 1px solid rgba(207, 220, 242, 0.75);
  background: #ffffff;
  color: #344054;
  font-weight: 600;
}

.acc-org-table__grid > div:nth-child(-n + 4) {
  background: #f8fbff;
  color: #667085;
  font-size: 0.76rem;
  font-weight: 800;
}

.acc-org-table__grid > div:nth-last-child(-n + 4) {
  border-bottom: 0;
}

.acc-status {
  min-height: 1.6rem;
  padding: 0 0.55rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}

.acc-status.is-active {
  background: rgba(16, 185, 129, 0.12);
  color: #0f9f6e;
}

.acc-status.is-pending {
  background: rgba(245, 158, 11, 0.12);
  color: #d97706;
}

.acc-insights-board {
  padding: 1.15rem;
}

.acc-insights-panels {
  grid-template-columns: 1fr 1.25fr;
}

.acc-progress {
  margin-top: 1rem;
  height: 0.72rem;
  border-radius: 999px;
  background: #e8eef8;
  overflow: hidden;
}

.acc-progress span {
  display: block;
  width: 46%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2aaeff, #165dff);
}

.acc-mini-bars {
  margin-top: 1rem;
  height: 4.4rem;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.4rem;
  align-items: end;
}

.acc-mini-bars span {
  display: block;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, rgba(42, 174, 255, 0.58), rgba(22, 93, 255, 0.9));
}

.acc-mini-bars span:nth-child(1) { height: 38%; }
.acc-mini-bars span:nth-child(2) { height: 54%; }
.acc-mini-bars span:nth-child(3) { height: 46%; }
.acc-mini-bars span:nth-child(4) { height: 72%; }
.acc-mini-bars span:nth-child(5) { height: 58%; }
.acc-mini-bars span:nth-child(6) { height: 84%; }
.acc-mini-bars span:nth-child(7) { height: 64%; }

.acc-section--cta {
  background:
    radial-gradient(circle at 10% 10%, rgba(42, 174, 255, 0.16), transparent 26%),
    linear-gradient(135deg, #07193f 0%, #08245b 42%, #0f3fb8 100%);
  color: #ffffff;
  padding: 2.9rem 0 3rem;
}

.acc-section--cta::before {
  background-image:
    linear-gradient(rgba(207, 220, 242, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(207, 220, 242, 0.14) 1px, transparent 1px);
  opacity: 0.9;
}

.acc-cta {
  display: grid;
  gap: 1.55rem;
}

.acc-cta__top {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  gap: 1.8rem;
  align-items: center;
}

.acc-cta__copy {
  max-width: 24rem;
}

.acc-cta__index {
  color: #a9ccff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.acc-cta__copy h2 {
  margin-top: 0.35rem;
  font-size: clamp(2.15rem, 3.45vw, 3.2rem);
  line-height: 1.03;
}

.acc-cta__copy h2 span {
  white-space: nowrap;
}

.acc-cta__copy p {
  max-width: 22rem;
  margin: 1rem 0 0;
  color: rgba(225, 233, 248, 0.82);
  font-size: 0.98rem;
  line-height: 1.72;
}

.acc-cta__values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  align-self: center;
}

.acc-cta-value {
  min-width: 0;
  position: relative;
  min-height: 100%;
  display: grid;
  grid-template-rows: 3.35rem 2.3rem 5.4rem;
  align-content: center;
  align-items: start;
  justify-items: center;
  padding: 0.55rem 1.2rem 0.45rem;
  text-align: center;
}

.acc-cta-value:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  width: 1px;
  height: 4.9rem;
  background: rgba(169, 204, 255, 0.22);
  transform: translateY(-50%);
}

.acc-cta-value__icon {
  margin: 0 auto;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(74, 155, 255, 0.22), rgba(47, 115, 255, 0.16));
  color: #8ec5ff;
  box-shadow: inset 0 0 0 1px rgba(148, 188, 255, 0.18);
  border: 0;
  font-size: 1.42rem;
}

.acc-cta-value:nth-child(1) .acc-cta-value__icon {
  background: linear-gradient(135deg, rgba(79, 169, 255, 0.24), rgba(43, 118, 255, 0.16));
  color: #7cc7ff;
}

.acc-cta-value:nth-child(2) .acc-cta-value__icon {
  background: linear-gradient(135deg, rgba(77, 227, 179, 0.24), rgba(29, 164, 117, 0.16));
  color: #57dfb2;
}

.acc-cta-value:nth-child(3) .acc-cta-value__icon {
  background: linear-gradient(135deg, rgba(173, 118, 255, 0.24), rgba(110, 72, 221, 0.16));
  color: #bf9dff;
}

.acc-cta-value:nth-child(4) .acc-cta-value__icon {
  background: linear-gradient(135deg, rgba(255, 177, 86, 0.24), rgba(255, 126, 59, 0.16));
  color: #ffbf73;
}

.acc-cta-value strong {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 2.3rem;
  margin-top: 0.55rem;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.34;
  font-weight: 800;
}

.acc-cta-value span {
  display: block;
  max-width: 16rem;
  height: 5.4rem;
  margin-top: 0.24rem;
  color: rgba(225, 233, 248, 0.74);
  font-size: 0.92rem;
  line-height: 1.45;
  overflow: hidden;
}

.acc-section--cta .acc-actions {
  justify-content: center;
  margin-top: 0.15rem;
}

.acc-section--cta .acc-button {
  min-width: 10.2rem;
}

@media (min-width: 1440px) {
  .acc-hero__copy {
    margin-left: -2cm;
  }

  .acc-hero__visual {
    margin-right: -2cm;
  }
}

@media (max-width: 1199px) {
  .acc-hero__grid,
  .acc-two-column {
    grid-template-columns: 1fr;
  }

  .acc-hero__copy {
    margin-left: 0;
  }

  .acc-hero__visual {
    width: 100%;
    margin-right: 0;
  }

  .acc-hero-image {
    max-width: 100%;
  }

  .acc-copy {
    max-width: none;
  }

  .acc-control-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .acc-insights-panels,
  .acc-console-panels {
    grid-template-columns: 1fr 1fr;
  }

  .acc-panel--small,
  .acc-panel--ring,
  .acc-panel--list {
    grid-column: auto;
  }

  .acc-org-surface {
    grid-template-columns: 12rem minmax(0, 1fr);
  }

  .acc-cta__values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acc-cta__top {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .acc-cta__copy {
    max-width: none;
  }
}

@media (max-width: 991px) {
  .acc-hero {
    padding-top: 5.05rem;
  }

  .acc-hero__highlights {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .acc-highlight {
    justify-items: start;
    text-align: left;
    padding: 1rem 0 0;
    grid-template-columns: 4rem minmax(0, 1fr);
    align-items: center;
    gap: 0.18rem 0.95rem;
  }

  .acc-highlight:not(:first-child)::before {
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .acc-highlight i {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 3.55rem;
    height: 3.55rem;
    font-size: 1.15rem;
  }

  .acc-highlight strong,
  .acc-highlight span {
    grid-column: 2;
    max-width: none;
  }

  .acc-highlight strong {
    margin-top: 0;
    line-height: 1.28;
  }

  .acc-highlight span {
    margin-top: 0.08rem;
    line-height: 1.46;
  }

  .acc-console-shot {
    grid-template-columns: 1fr;
  }

  .acc-console-shot__sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(207, 220, 242, 0.9);
  }

  .acc-console-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .acc-console-nav span {
    justify-content: center;
    padding: 0.6rem 0.45rem;
    min-height: 0;
    text-align: center;
  }

  .acc-console-nav span i {
    display: none;
  }

  .acc-org-surface {
    grid-template-columns: 1fr;
    margin-right: 0;
  }

  .acc-org-tree {
    border-right: 0;
    border-bottom: 1px solid rgba(207, 220, 242, 0.92);
  }

  .acc-org__copy {
    margin-left: 0;
  }

  .acc-insights-stats,
  .acc-console-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .acc-shell {
    width: min(100% - 1rem, 1400px);
  }

  .acc-hero {
    padding: 4.8rem 0 2.65rem;
  }

  .acc-hero__grid {
    gap: 1.35rem;
  }

  .acc-hero__copy,
  .acc-hero__visual {
    width: 100%;
  }

  .acc-section {
    padding: 2.8rem 0;
  }

  .acc-hero__copy h1 {
    display: block;
    gap: 0.38rem;
    font-size: clamp(2.6rem, 11vw, 3.55rem);
    white-space: normal;
  }

  .acc-hero__title-base,
  .acc-hero__title-accent {
    display: block;
  }

  .acc-copy h2,
  .acc-cta__copy h2 {
    font-size: clamp(1.95rem, 9vw, 2.55rem);
  }

  .acc-org__copy h2 {
    font-size: clamp(1.82rem, 8.5vw, 2.22rem);
  }

  .acc-hero__copy p,
  .acc-copy p {
    font-size: 0.95rem;
    line-height: 1.68;
  }

  .acc-hero__lead {
    font-size: 1.02rem;
    line-height: 1.48;
  }

  .acc-hero__subcopy {
    font-size: 0.9rem;
    line-height: 1.68;
  }

  .acc-actions {
    flex-direction: column;
  }

  .acc-button {
    width: 100%;
  }

  .acc-console-shot,
  .acc-hero-image,
  .acc-org-surface,
  .acc-insights-board {
    border-radius: 1.2rem;
  }

  .acc-console-shot__sidebar,
  .acc-console-shot__main,
  .acc-org-tree,
  .acc-org-table,
  .acc-insights-board {
    padding: 1rem;
  }

  .acc-section--org {
    padding: 2.35rem 0;
  }

  .acc-section--cta {
    padding: 2.45rem 0 2.6rem;
  }

  .acc-cta__copy h2 {
    font-size: clamp(1.95rem, 9vw, 2.55rem);
  }

  .acc-cta__copy p {
    max-width: none;
    font-size: 0.93rem;
    line-height: 1.66;
  }

  .acc-cta__values {
    gap: 0.9rem;
  }

  .acc-cta-value {
    padding: 0;
  }

  .acc-cta-value:not(:first-child)::before {
    display: none;
  }

  .acc-cta-value span {
    font-size: 0.92rem;
  }

  .acc-console-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .acc-console-nav span {
    font-size: 0.8rem;
  }

  .acc-console-stats,
  .acc-control-grid,
  .acc-insights-stats,
  .acc-insights-panels,
  .acc-cta__values {
    grid-template-columns: 1fr;
  }

  .acc-console-panels {
    grid-template-columns: 1fr;
  }

  .acc-panel,
  .acc-insight-card,
  .acc-cta-value {
    padding: 1rem 0.95rem;
  }

  .acc-cta-value {
    grid-template-rows: auto;
  }

  .acc-cta-value strong,
  .acc-cta-value span {
    min-height: 0;
    height: auto;
  }

  .acc-manage-card,
  .acc-control-card {
    display: grid;
    grid-template-columns: 2.95rem minmax(0, 1fr);
    gap: 0.18rem 0.82rem;
    align-items: center;
    text-align: left;
  }

  .acc-control-card {
    padding: 0;
  }

  .acc-control-grid::before {
    display: none;
  }

  .acc-manage-card__icon,
  .acc-control-card__icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 2.95rem;
    height: 2.95rem;
    margin: 0;
  }

  .acc-manage-card h3,
  .acc-control-card h3 {
    grid-column: 2;
    margin-top: 0;
    font-size: 1rem;
  }

  .acc-manage-card p,
  .acc-control-card p {
    grid-column: 2;
    margin-top: 0.12rem;
    font-size: 0.86rem;
    line-height: 1.58;
    max-width: none;
  }

  .acc-manage-marquee::before,
  .acc-manage-marquee::after {
    width: 2.5rem;
  }

  .acc-manage {
    gap: 1.45rem;
  }


  .acc-org-table__head,
  .acc-console-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .acc-org-table__grid {
    grid-template-columns: 1.25fr 1fr;
  }

  .acc-org-table__grid > div:nth-child(4n + 3),
  .acc-org-table__grid > div:nth-child(4n + 4) {
    border-top: 1px solid rgba(207, 220, 242, 0.55);
  }

  .acc-org-table__tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .acc-feature-list span {
    font-size: 0.9rem;
  }

  .acc-ring,
  .acc-donut {
    width: 8rem;
    height: 8rem;
    margin: 0 auto;
  }

  .acc-ring__inner,
  .acc-donut__inner {
    width: 5.2rem;
    height: 5.2rem;
  }

  .acc-section--cta {
    padding-bottom: 3rem;
  }
}
