/* Neoo Accounting — page-specific presentation.
   Shared header, mega menu, sticky navigation and footer come from the Neoo /
   Partners assets loaded by the generated page. */

.accounting-root {
  min-width: 0;
}

.accounting-page {
  --accounting-navy: #080a3e;
  --accounting-navy-2: #0d155a;
  --accounting-ink: #0a103f;
  --accounting-blue: #567eff;
  --accounting-cyan: #42bbdf;
  --accounting-mint: #67e0b9;
  --accounting-paper: #f7f9ff;
  --accounting-paper-2: #eef3ff;
  --accounting-line: rgba(66, 83, 151, .16);
  --accounting-dark-line: rgba(182, 207, 244, .16);
  --accounting-shadow: 0 28px 90px rgba(14, 24, 82, .12);
  min-width: 0;
  color: var(--accounting-ink);
  background: var(--accounting-paper);
}

.accounting-page main {
  display: block;
  overflow: clip;
}

.accounting-shell {
  width: var(--cb-shell);
  margin-inline: auto;
}

.accounting-page .accounting-topbar {
  position: relative;
  z-index: 310;
}

.accounting-page .partner-brand--network small {
  max-width: none;
}

.accounting-page .neoo-mega__group a {
  color: var(--accounting-ink);
}

.accounting-page .neoo-mega__group a:hover {
  color: #2510f3;
}

.accounting-eyebrow {
  margin: 0 0 24px;
  color: var(--accounting-blue);
  font-family: var(--cb-display-font);
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
  line-height: 1.35;
  text-transform: uppercase;
}

.accounting-hero .accounting-eyebrow,
.accounting-section--horus .accounting-eyebrow,
.accounting-section--murphy .accounting-eyebrow,
.accounting-final .accounting-eyebrow {
  color: var(--cb-eyebrow-ink-dark);
}

.accounting-hero__copy h1,
.accounting-head > h2,
.accounting-head > div > h2,
.accounting-final h2 {
  margin: 0;
  font-family: var(--cb-display-font);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

.accounting-hero__copy h1 {
  max-width: 720px;
  color: var(--cb-display-ink-dark);
  font-size: var(--cb-title-hero);
}

.accounting-hero__copy h1 span,
.accounting-head h2 span,
.accounting-final h2 span {
  display: block;
}

.accounting-hero__copy h1 em,
.accounting-head h2 em,
.accounting-final h2 em {
  display: inline;
  color: transparent;
  font-style: normal;
  background: var(--cb-accent-gradient);
  background-clip: text;
  -webkit-background-clip: text;
}

.accounting-head {
  max-width: 1030px;
  margin-bottom: clamp(48px, 6vw, 92px);
}

.accounting-head > h2,
.accounting-head > div > h2 {
  max-width: 1020px;
  color: var(--accounting-ink);
  font-size: var(--cb-title-section);
}

.accounting-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
  align-items: end;
  gap: clamp(56px, 8vw, 130px);
}

.accounting-head--split > div > h2 {
  font-size: var(--cb-title-section-side);
}

.accounting-head--wide {
  max-width: 1180px;
}

.accounting-head__paragraphs,
.accounting-lead,
.accounting-hero__lead,
.accounting-final__copy {
  color: #39466f;
  font-family: var(--cb-display-font);
  font-size: clamp(18px, 1.38vw, 22px);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.62;
}

.accounting-head__paragraphs {
  max-width: 820px;
  margin-top: 32px;
}

.accounting-head__paragraphs p,
.accounting-hero__lead p,
.accounting-final__copy p {
  margin: 0;
}

.accounting-head__paragraphs p + p,
.accounting-hero__lead p + p,
.accounting-final__copy p + p {
  margin-top: 16px;
}

.accounting-lead {
  max-width: 760px;
  margin: 30px 0 0;
  font-size: var(--cb-lead-section);
  line-height: 1.42;
}

.accounting-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.accounting-button,
.accounting-text-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 10px;
  color: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.16, 1, .3, 1), border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.accounting-button {
  padding: 0 24px;
  border: 1px solid transparent;
}

.accounting-button svg,
.accounting-text-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform .25s ease;
}

.accounting-button:hover,
.accounting-text-link:hover {
  transform: translateY(-2px);
}

.accounting-button:hover svg,
.accounting-text-link:hover svg {
  transform: translateX(3px);
}

.accounting-button--primary {
  color: #fff;
  background: linear-gradient(110deg, #526cf7, #5f73ff 55%, #43bfd9);
  box-shadow: 0 16px 40px rgba(79, 103, 245, .3);
}

.accounting-button--primary:hover {
  box-shadow: 0 20px 52px rgba(79, 103, 245, .42);
}

.accounting-button--ghost {
  border-color: rgba(194, 213, 243, .28);
  color: #e9f1ff;
  background: rgba(255, 255, 255, .055);
}

.accounting-button--ghost:hover {
  border-color: rgba(194, 213, 243, .52);
  background: rgba(255, 255, 255, .09);
}

.accounting-button--light {
  margin-top: 34px;
  color: var(--accounting-navy);
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .18);
}

.accounting-text-link {
  padding: 0 8px;
  color: #98dcf0;
}

.accounting-page :is(a, button, summary, select):focus-visible {
  outline: 3px solid #67e0b9;
  outline-offset: 4px;
  border-radius: 6px;
}

/* Hero */
.accounting-hero {
  position: relative;
  min-height: min(990px, calc(100vh - 20px));
  isolation: isolate;
  color: #eef4ff;
  background:
    radial-gradient(circle at 78% 28%, rgba(66, 187, 223, .16), transparent 29%),
    radial-gradient(circle at 8% 82%, rgba(86, 126, 255, .2), transparent 34%),
    linear-gradient(145deg, #070933 0%, #0b1047 48%, #07142f 100%);
}

.accounting-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .32;
  background-image:
    linear-gradient(rgba(139, 169, 220, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 169, 220, .07) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.accounting-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(133, 170, 233, .11);
  border-radius: 50%;
}

.accounting-orbit--one {
  width: 720px;
  height: 720px;
  top: 110px;
  right: -260px;
}

.accounting-orbit--two {
  width: 420px;
  height: 420px;
  bottom: -250px;
  left: 20%;
}

.accounting-hero__inner {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(410px, .82fr) minmax(650px, 1.35fr);
  align-items: center;
  gap: clamp(44px, 5.3vw, 90px);
  padding-block: clamp(108px, 8vw, 150px);
}

.accounting-hero__copy {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.accounting-hero__signature {
  max-width: 580px;
  margin: 28px 0 0;
  color: #f4f7ff;
  font-size: clamp(18px, 1.4vw, 23px);
  font-weight: 600;
  line-height: 1.4;
}

.accounting-hero__lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--cb-lead-ink-dark);
  font-size: clamp(17px, 1.18vw, 20px);
}

.accounting-hero .accounting-actions {
  margin-top: 34px;
}

.accounting-hero__microcopy {
  margin: 24px 0 0;
  color: rgba(207, 220, 241, .63);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.6;
}

.accounting-flow-scene {
  position: relative;
  width: 100%;
  min-width: 0;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(238px, 1fr) minmax(112px, .47fr) minmax(238px, 1fr);
  align-items: center;
  gap: 12px;
  perspective: 1200px;
}

.accounting-workspace {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(178, 205, 242, .2);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035)),
    rgba(7, 12, 47, .7);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .3);
  backdrop-filter: blur(16px);
}

.accounting-workspace--firm {
  transform: rotateY(3deg) translateY(-26px);
}

.accounting-workspace--client {
  transform: rotateY(-3deg) translateY(26px);
}

.accounting-workspace > header {
  min-height: 92px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--accounting-dark-line);
}

.accounting-workspace header small {
  display: block;
  color: rgba(196, 215, 240, .58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
}

.accounting-workspace header h2 {
  margin: 8px 0 0;
  color: #f2f6ff;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.accounting-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8beacb;
  font-size: 10px;
  font-style: normal;
}

.accounting-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67e0b9;
  box-shadow: 0 0 0 5px rgba(103, 224, 185, .1);
}

.accounting-avatar {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(118, 151, 255, .35);
  border-radius: 50%;
  color: #eef3ff;
  background: linear-gradient(135deg, rgba(86, 126, 255, .7), rgba(66, 187, 223, .5));
  font-size: 10px;
  font-weight: 700;
}

.accounting-workspace__metrics {
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.accounting-workspace__metrics div {
  min-width: 0;
  padding: 12px 8px;
  border: 1px solid rgba(178, 205, 242, .1);
  border-radius: 10px;
  background: rgba(255, 255, 255, .035);
}

.accounting-workspace__metrics strong,
.accounting-workspace__metrics span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accounting-workspace__metrics strong {
  color: #f0f5ff;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.accounting-workspace__metrics span {
  margin-top: 5px;
  color: rgba(196, 215, 240, .55);
  font-size: 8px;
  line-height: 1.25;
}

.accounting-workspace__rows {
  padding: 0 16px 16px;
}

.accounting-workspace__rows > div {
  min-height: 62px;
  display: grid;
  grid-template-columns: 26px 1fr auto;
  align-items: center;
  gap: 8px;
  border-top: 1px solid rgba(178, 205, 242, .1);
}

.accounting-workspace__rows > div > i {
  color: rgba(148, 176, 220, .48);
  font-size: 8px;
  font-style: normal;
}

.accounting-workspace__rows p {
  min-width: 0;
  margin: 0;
}

.accounting-workspace__rows strong,
.accounting-workspace__rows p span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accounting-workspace__rows strong {
  color: #dfe9fb;
  font-size: 10px;
  font-weight: 600;
}

.accounting-workspace__rows p span {
  margin-top: 5px;
  color: rgba(185, 204, 233, .52);
  font-size: 8px;
}

.accounting-workspace__rows em {
  padding: 5px 7px;
  border-radius: 6px;
  color: #a9c6fb;
  background: rgba(86, 126, 255, .1);
  font-size: 7px;
  font-style: normal;
  white-space: nowrap;
}

.accounting-document-flow {
  position: relative;
  z-index: 2;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.accounting-document-flow::before,
.accounting-document-flow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 38%;
  height: 1px;
  background: linear-gradient(90deg, rgba(86, 126, 255, .1), #5b8dfb);
  box-shadow: 0 0 18px rgba(86, 126, 255, .7);
}

.accounting-document-flow::before {
  right: 91%;
}

.accounting-document-flow::after {
  left: 91%;
  transform: rotate(180deg);
}

.accounting-document-flow__label {
  position: absolute;
  top: 32px;
  color: rgba(192, 211, 240, .5);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  white-space: nowrap;
}

.accounting-document {
  position: relative;
  width: 72px;
  height: 92px;
  padding: 20px 14px;
  border: 1px solid rgba(135, 179, 242, .45);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(102, 143, 255, .28), rgba(52, 85, 176, .08));
  box-shadow: 0 18px 48px rgba(14, 46, 121, .36), inset 0 0 24px rgba(79, 136, 242, .12);
}

.accounting-document::after {
  content: "";
  position: absolute;
  inset: -10px;
  z-index: -1;
  border: 1px solid rgba(97, 199, 210, .16);
  border-radius: 18px;
}

.accounting-document i {
  height: 3px;
  display: block;
  margin-bottom: 8px;
  border-radius: 4px;
  background: rgba(205, 225, 251, .55);
}

.accounting-document i:nth-child(2) { width: 72%; }
.accounting-document i:nth-child(3) { width: 48%; }

.accounting-document b {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #86e0c5;
  font-size: 8px;
  letter-spacing: .08em;
}

.accounting-document-flow ol {
  margin: 28px 0 20px;
  padding: 0;
  list-style: none;
}

.accounting-document-flow li {
  position: relative;
  min-height: 31px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(192, 211, 240, .58);
  font-size: 8px;
  white-space: nowrap;
}

.accounting-document-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 8px;
  width: 1px;
  height: 15px;
  background: rgba(103, 224, 185, .35);
}

.accounting-document-flow li span {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(103, 224, 185, .4);
  border-radius: 50%;
  color: #8de7cc;
  font-size: 7px;
}

.accounting-document-flow > strong {
  padding: 8px 14px;
  border: 1px solid rgba(103, 224, 185, .24);
  border-radius: 999px;
  color: #92e8d0;
  background: rgba(103, 224, 185, .06);
  font-size: 10px;
  letter-spacing: .08em;
}

/* Sticky section navigation */
.accounting-page .accounting-subnav {
  top: var(--partner-overview-header-h, 100px);
  border-bottom-color: rgba(157, 184, 224, .14);
  background: rgba(5, 11, 37, .94);
}

.accounting-page .accounting-subnav .partner-hub__links {
  justify-content: center;
  gap: clamp(20px, 3vw, 54px);
}

.accounting-page .accounting-subnav .partner-hub__links a[aria-current="location"] {
  color: #f4f8ff;
}

.accounting-page .accounting-subnav .partner-hub__links a[aria-current="location"]::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Sections */
.accounting-section {
  position: relative;
  padding-block: clamp(100px, 10vw, 168px);
}

.accounting-section--shared {
  background:
    radial-gradient(circle at 85% 10%, rgba(102, 126, 255, .11), transparent 30%),
    #f8faff;
}

.accounting-responsibilities {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
}

.accounting-responsibilities > article {
  min-height: 440px;
  padding: clamp(30px, 3vw, 48px);
  border: 1px solid var(--accounting-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--accounting-shadow);
}

.accounting-responsibilities > article > span,
.accounting-crm-card > span {
  color: #7180a9;
  font: 600 12px/1.2 "JetBrains Mono", monospace;
  letter-spacing: .08em;
}

.accounting-responsibilities h3 {
  margin: 20px 0 28px;
  color: var(--accounting-ink);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 600;
  letter-spacing: -.035em;
}

.accounting-responsibilities ul,
.accounting-adapter__safeguards,
.accounting-indicators {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accounting-responsibilities li {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(71, 91, 154, .1);
  color: #38446b;
  font-size: 15px;
}

.accounting-responsibilities li svg,
.accounting-adapter__safeguards li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: #3d73f2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.accounting-shared-core {
  position: relative;
  width: 170px;
  height: 170px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(73, 103, 230, .18);
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 34%, rgba(86, 126, 255, .13) 35% 48%, transparent 49%);
}

.accounting-shared-core::before,
.accounting-shared-core::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 70px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #587ff9);
}

.accounting-shared-core::before { right: 100%; }
.accounting-shared-core::after { left: 100%; transform: rotate(180deg); }

.accounting-shared-core span {
  color: var(--accounting-navy);
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -.06em;
}

.accounting-shared-core span b { color: #5135ff; }

.accounting-shared-core i {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #67e0b9;
  box-shadow: 0 0 14px rgba(103, 224, 185, .8);
}

.accounting-shared-core i:nth-of-type(1) { top: 18px; left: 38px; }
.accounting-shared-core i:nth-of-type(2) { right: 18px; bottom: 48px; }
.accounting-shared-core i:nth-of-type(3) { bottom: 13px; left: 65px; }

.accounting-quote {
  max-width: 1040px;
  margin: 82px auto 0;
  color: var(--accounting-navy);
  font-family: var(--cb-display-font);
  font-size: clamp(27px, 3.4vw, 52px);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: 1.14;
  text-align: center;
}

.accounting-quote::before {
  content: "“";
  display: block;
  margin-bottom: 12px;
  color: #5f74f7;
  font-size: 70px;
  line-height: .5;
}

.accounting-section--crm {
  background: #fff;
}

.accounting-crm-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.accounting-crm-card {
  position: relative;
  min-height: 420px;
  padding: clamp(28px, 2.7vw, 42px);
  overflow: hidden;
  border: 1px solid var(--accounting-line);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(242, 246, 255, .92));
  box-shadow: 0 16px 46px rgba(23, 36, 92, .055);
}

.accounting-crm-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  opacity: .65;
  background: var(--cb-accent-gradient);
}

.accounting-crm-card h3 {
  margin: 26px 0 14px;
  color: var(--accounting-navy);
  font-size: 24px;
  font-weight: 650;
  letter-spacing: -.035em;
}

.accounting-crm-card > p {
  min-height: 76px;
  margin: 0 0 22px;
  color: #526083;
  font-size: 15px;
  line-height: 1.6;
}

.accounting-crm-card ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.accounting-crm-card li {
  padding: 8px 10px;
  border: 1px solid rgba(73, 94, 170, .1);
  border-radius: 8px;
  color: #36436b;
  background: rgba(255, 255, 255, .7);
  font-size: 11px;
  line-height: 1.25;
}

.accounting-section--documents {
  color: #eaf2ff;
  background:
    radial-gradient(circle at 18% 26%, rgba(78, 111, 255, .17), transparent 30%),
    linear-gradient(150deg, #071029, #0a1740 52%, #07142e);
}

.accounting-section--documents .accounting-head h2 {
  color: var(--cb-display-ink-dark);
}

.accounting-section--documents .accounting-head__paragraphs,
.accounting-section--documents .accounting-lead {
  color: var(--cb-lead-ink-dark);
}

.accounting-flow-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.accounting-flow-list::before {
  content: "";
  position: absolute;
  top: 29px;
  right: 7%;
  left: 7%;
  height: 1px;
  background: linear-gradient(90deg, #5a80f4, #45badf, #65deb9);
  box-shadow: 0 0 20px rgba(72, 161, 226, .45);
}

.accounting-flow-step {
  position: relative;
  z-index: 1;
  padding: 0 28px 34px;
}

.accounting-flow-step > span {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(127, 173, 244, .35);
  border-radius: 50%;
  color: #8de4cb;
  background: #0a173d;
  box-shadow: 0 0 0 9px rgba(71, 127, 224, .07);
  font: 600 12px/1 "JetBrains Mono", monospace;
}

.accounting-flow-step > div {
  height: calc(100% - 88px);
  padding: 28px;
  border: 1px solid var(--accounting-dark-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .035);
}

.accounting-flow-step h3 {
  margin: 0;
  color: #f1f6ff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.035em;
}

.accounting-flow-step p {
  margin: 14px 0 22px;
  color: rgba(202, 216, 237, .7);
  font-size: 14px;
  line-height: 1.6;
}

.accounting-flow-step ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.accounting-flow-step li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: rgba(220, 230, 246, .78);
  font-size: 12px;
  line-height: 1.4;
}

.accounting-flow-step li svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: #67e0b9;
  stroke-width: 2;
}

.accounting-flow-step--context {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 28px;
  padding-top: 24px;
}

.accounting-flow-step--context > span {
  margin: 0;
}

.accounting-flow-step--context > div {
  height: auto;
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  align-items: center;
  column-gap: 36px;
}

.accounting-flow-step--context h3,
.accounting-flow-step--context p {
  grid-column: 1;
}

.accounting-question-cloud {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 10px;
}

.accounting-question-cloud span {
  padding: 12px 15px;
  border: 1px solid rgba(88, 134, 237, .24);
  border-radius: 10px 10px 10px 2px;
  color: #d8e8ff;
  background: rgba(82, 114, 230, .1);
  font-size: 12px;
}

.accounting-evidence-note {
  margin: 52px 0 0;
  padding: 18px 22px;
  border-left: 3px solid #58c8d6;
  color: inherit;
  background: rgba(73, 117, 211, .08);
  font-size: 13px;
  line-height: 1.6;
}

.accounting-section--pre {
  background:
    radial-gradient(circle at 82% 18%, rgba(82, 111, 248, .1), transparent 28%),
    #f4f7ff;
}

.accounting-pre-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .55fr);
  align-items: start;
  gap: 54px;
}

.accounting-flow-list--compact {
  grid-template-columns: 1fr;
  gap: 0;
}

.accounting-flow-list--compact::before {
  top: 30px;
  bottom: 40px;
  left: 29px;
  width: 1px;
  height: auto;
  background: linear-gradient(#5a80f4, #45badf, #65deb9);
}

.accounting-flow-list--compact .accounting-flow-step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 26px;
  padding: 0 0 28px;
}

.accounting-flow-list--compact .accounting-flow-step > div {
  height: auto;
  border-color: var(--accounting-line);
  background: #fff;
  box-shadow: 0 16px 46px rgba(21, 32, 90, .055);
}

.accounting-flow-list--compact .accounting-flow-step > span {
  margin: 0;
  color: #435fe0;
  background: #f4f7ff;
  box-shadow: 0 0 0 9px #f4f7ff;
}

.accounting-flow-list--compact h3 { color: var(--accounting-navy); }
.accounting-flow-list--compact p { color: #536082; }
.accounting-flow-list--compact li { color: #344268; }
.accounting-flow-list--compact li svg { stroke: #3e70e8; }

.accounting-confidence {
  position: sticky;
  top: 190px;
  overflow: hidden;
  border: 1px solid var(--accounting-dark-line);
  border-radius: 26px;
  color: #eef4ff;
  background:
    radial-gradient(circle at 90% 10%, rgba(65, 192, 216, .17), transparent 35%),
    linear-gradient(145deg, #09113a, #0e194b);
  box-shadow: 0 28px 80px rgba(12, 25, 83, .2);
}

.accounting-confidence > header {
  padding: 30px;
  border-bottom: 1px solid var(--accounting-dark-line);
}

.accounting-confidence header small {
  color: #70d9bf;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}

.accounting-confidence header h3 {
  margin: 10px 0 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.035em;
}

.accounting-confidence > article {
  padding: 24px 30px;
  border-bottom: 1px solid var(--accounting-dark-line);
}

.accounting-confidence article > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.accounting-confidence article strong {
  font: 600 19px/1 "JetBrains Mono", monospace;
}

.accounting-confidence article span {
  color: rgba(206, 220, 241, .66);
  font-size: 11px;
}

.accounting-confidence article > i {
  height: 5px;
  display: block;
  margin: 16px 0 12px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, .08);
}

.accounting-confidence article > i b {
  width: var(--confidence);
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--cb-accent-gradient);
}

.accounting-confidence article > em {
  color: #8ee2ca;
  font-size: 10px;
  font-style: normal;
}

.accounting-confidence footer {
  padding: 26px 30px 30px;
  background: rgba(86, 126, 255, .07);
}

.accounting-confidence footer small {
  color: #7edac4;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
}

.accounting-confidence footer p {
  margin: 12px 0 0;
  color: rgba(213, 224, 241, .7);
  font-size: 12px;
  line-height: 1.55;
}

/* Horus and connector architecture */
.accounting-section--horus {
  color: #eaf2ff;
  background:
    radial-gradient(circle at 88% 22%, rgba(57, 203, 194, .13), transparent 26%),
    radial-gradient(circle at 12% 55%, rgba(80, 96, 232, .17), transparent 30%),
    linear-gradient(155deg, #060a26, #0a123b 58%, #06142d);
}

.accounting-section--horus .accounting-head h2 {
  color: var(--cb-display-ink-dark);
}

.accounting-section--horus .accounting-head__paragraphs,
.accounting-section--horus .accounting-lead {
  color: var(--cb-lead-ink-dark);
}

.accounting-horus-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
}

.accounting-horus-map > article,
.accounting-adapter-node {
  position: relative;
  min-height: 440px;
  padding: clamp(28px, 3vw, 46px);
  border: 1px solid var(--accounting-dark-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .035);
}

.accounting-horus-map article > span {
  color: #eef4ff;
  font-size: 34px;
  font-weight: 650;
  letter-spacing: -.06em;
}

.accounting-horus-map article > span b { color: #5d7eff; }

.accounting-horus-map article > .accounting-horus-wordmark {
  color: #68dec0;
  font-size: 31px;
  letter-spacing: -.04em;
}

.accounting-horus-map article > small,
.accounting-adapter-node > small {
  display: block;
  margin: 12px 0 26px;
  color: rgba(193, 212, 240, .5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}

.accounting-horus-map article > p {
  margin: 0 0 18px;
  color: rgba(202, 217, 239, .7);
  font-size: 12px;
  line-height: 1.55;
}

.accounting-horus-map ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
}

.accounting-horus-map li {
  padding: 9px 10px;
  border: 1px solid rgba(157, 188, 232, .1);
  border-radius: 7px;
  color: rgba(221, 231, 247, .78);
  background: rgba(255, 255, 255, .025);
  font-size: 10px;
  line-height: 1.35;
}

.accounting-adapter-node {
  min-height: 0;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle, rgba(75, 130, 239, .2), transparent 55%),
    rgba(255, 255, 255, .03);
}

.accounting-adapter-node::before,
.accounting-adapter-node::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #5f8fea;
  box-shadow: 0 0 16px rgba(79, 143, 238, .8);
}

.accounting-adapter-node::before { right: 100%; }
.accounting-adapter-node::after { left: 100%; }

.accounting-adapter-node code {
  color: #dceaff;
  font: 500 13px/1.55 "JetBrains Mono", monospace;
  white-space: nowrap;
}

.accounting-adapter-node i {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #67e0b9;
  box-shadow: 0 0 14px rgba(103, 224, 185, .8);
}

.accounting-adapter-node i:first-of-type { top: 28px; left: 42px; }
.accounting-adapter-node i:last-of-type { right: 34px; bottom: 34px; }

.accounting-flow-labels {
  display: grid;
  grid-template-columns: 1fr 250px 1fr;
  gap: 18px;
  margin-top: 16px;
}

.accounting-flow-labels strong {
  color: rgba(195, 214, 241, .65);
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.accounting-flow-labels strong:last-child { grid-column: 3; }

.accounting-horus-evidence {
  margin-top: 42px;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 26px;
  border: 1px solid var(--accounting-dark-line);
  border-radius: 18px;
  background: rgba(82, 115, 208, .075);
}

.accounting-horus-evidence p {
  margin: 0;
  color: rgba(209, 222, 241, .7);
  font-size: 12px;
  line-height: 1.55;
}

.accounting-horus-evidence strong {
  max-width: 250px;
  color: #83e2c6;
  font-size: 16px;
  line-height: 1.4;
}

.accounting-adapter {
  margin-top: clamp(100px, 10vw, 170px);
}

.accounting-adapter__contract {
  padding: 32px;
  border: 1px solid var(--accounting-dark-line);
  border-radius: 22px;
  background: #050a21;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.accounting-adapter__contract code {
  display: block;
  margin-bottom: 24px;
  color: #83e3c8;
  font: 500 15px/1.5 "JetBrains Mono", monospace;
}

.accounting-adapter__contract div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.accounting-adapter__contract span {
  padding: 11px 12px;
  border: 1px solid rgba(117, 156, 224, .14);
  border-radius: 8px;
  color: rgba(220, 231, 247, .72);
  background: rgba(255, 255, 255, .025);
  font: 400 11px/1.4 "JetBrains Mono", monospace;
}

.accounting-adapter__safeguards {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.accounting-adapter__safeguards li {
  min-height: 64px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--accounting-dark-line);
  border-radius: 12px;
  color: rgba(220, 231, 247, .72);
  background: rgba(255, 255, 255, .025);
  font-size: 11px;
}

.accounting-adapter__safeguards li svg { stroke: #67e0b9; }

/* Client insight */
.accounting-section--finance {
  color: #eff4ff;
  background:
    radial-gradient(circle at 18% 20%, rgba(84, 108, 246, .2), transparent 27%),
    linear-gradient(142deg, #12185c, #101944 53%, #0a263c);
}

.accounting-finance-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(480px, 1fr);
  align-items: center;
  gap: clamp(64px, 8vw, 132px);
}

.accounting-section--finance .accounting-head {
  margin-bottom: 42px;
}

.accounting-section--finance .accounting-head h2 {
  color: var(--cb-display-ink-dark);
  font-size: var(--cb-title-section-side);
}

.accounting-section--finance .accounting-head__paragraphs {
  color: var(--cb-lead-ink-dark);
}

.accounting-mini-title {
  margin: 0 0 18px;
  color: #eaf2ff;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .02em;
}

.accounting-indicators {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.accounting-indicators li {
  padding: 9px 12px;
  border: 1px solid rgba(181, 205, 238, .14);
  border-radius: 999px;
  color: rgba(222, 232, 247, .7);
  background: rgba(255, 255, 255, .035);
  font-size: 11px;
}

.accounting-finance-cockpit {
  overflow: hidden;
  border: 1px solid rgba(175, 203, 239, .2);
  border-radius: 28px;
  background: rgba(6, 13, 44, .65);
  box-shadow: 0 38px 110px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
}

.accounting-finance-cockpit > header {
  min-height: 82px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--accounting-dark-line);
}

.accounting-finance-cockpit header span {
  color: #eef4ff;
  font-size: 19px;
  font-weight: 620;
  letter-spacing: -.04em;
}

.accounting-finance-cockpit header span b { color: #617fff; }

.accounting-finance-cockpit header small {
  color: rgba(200, 217, 240, .55);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.accounting-finance-chart {
  position: relative;
  height: 255px;
  margin: 28px;
  overflow: hidden;
  border: 1px solid rgba(178, 205, 242, .1);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(82, 120, 217, .08), transparent);
}

.accounting-finance-chart i {
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  background: rgba(179, 205, 239, .08);
}

.accounting-finance-chart i:nth-child(1) { top: 20%; }
.accounting-finance-chart i:nth-child(2) { top: 40%; }
.accounting-finance-chart i:nth-child(3) { top: 60%; }
.accounting-finance-chart i:nth-child(4) { top: 80%; }

.accounting-finance-chart svg {
  position: absolute;
  inset: 22px;
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  overflow: visible;
}

.accounting-finance-chart path {
  fill: none;
  stroke: #63dec0;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.accounting-finance-chart path:last-child {
  stroke: #6384ff;
  stroke-dasharray: 7 7;
}

.accounting-finance-sources {
  padding: 0 28px 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.accounting-finance-sources article {
  padding: 14px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  border: 1px solid rgba(177, 204, 239, .1);
  border-radius: 11px;
  background: rgba(255, 255, 255, .025);
}

.accounting-finance-sources article > i {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  margin-top: 3px;
  border-radius: 50%;
  background: #67e0b9;
  box-shadow: 0 0 10px rgba(103, 224, 185, .5);
}

.accounting-finance-sources .is-operations > i { background: #5d7fff; }
.accounting-finance-sources .is-forecast > i { background: #f2b95e; }
.accounting-finance-sources .is-ai > i { background: #d68bf4; }

.accounting-finance-sources strong,
.accounting-finance-sources span {
  display: block;
}

.accounting-finance-sources strong {
  color: #e9f1ff;
  font-size: 11px;
}

.accounting-finance-sources span {
  margin-top: 5px;
  color: rgba(201, 218, 241, .55);
  font-size: 9px;
  line-height: 1.4;
}

.accounting-finance-cockpit > p {
  margin: 0;
  padding: 18px 28px 22px;
  border-top: 1px solid var(--accounting-dark-line);
  color: #f3c978;
  background: rgba(229, 174, 78, .06);
  font-size: 11px;
  line-height: 1.5;
}

/* Murphy, cockpit, access, FAQ */
.accounting-section--murphy {
  color: #eef4ff;
  background:
    radial-gradient(circle at 25% 30%, rgba(89, 107, 247, .17), transparent 30%),
    #05091f;
}

.accounting-murphy-layout {
  display: grid;
  grid-template-columns: minmax(360px, .75fr) minmax(500px, 1.25fr);
  align-items: center;
  gap: clamp(60px, 9vw, 150px);
}

.accounting-section--murphy .accounting-head {
  margin: 0;
}

.accounting-section--murphy .accounting-head h2 {
  color: var(--cb-display-ink-dark);
  font-size: var(--cb-title-section-side);
}

.accounting-section--murphy .accounting-lead {
  color: var(--cb-lead-ink-dark);
}

.accounting-murphy-queue {
  position: relative;
  min-height: 650px;
  padding: 64px 0 0 160px;
}

.accounting-murphy-orb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 120px;
  height: 120px;
  transform: translateY(-50%);
  border: 1px solid rgba(101, 142, 231, .35);
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 37%, #87a3ff 0 4%, #4a5fd1 5% 12%, #111948 13% 42%, #070b24 43%);
  box-shadow: 0 0 80px rgba(83, 101, 227, .34);
}

.accounting-murphy-orb::before,
.accounting-murphy-orb::after {
  content: "";
  position: absolute;
  inset: -24px;
  border: 1px solid rgba(99, 132, 225, .16);
  border-radius: 50%;
}

.accounting-murphy-orb::after { inset: -52px; }

.accounting-murphy-orb i {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 65px;
  height: 1px;
  transform-origin: left;
  background: linear-gradient(90deg, #617cff, transparent);
}

.accounting-murphy-orb i:nth-child(1) { transform: rotate(-28deg); }
.accounting-murphy-orb i:nth-child(2) { transform: rotate(0); }
.accounting-murphy-orb i:nth-child(3) { transform: rotate(28deg); }

.accounting-murphy-queue article {
  min-height: 50px;
  margin-bottom: 8px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 28px 1fr 10px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(171, 201, 239, .1);
  border-radius: 10px;
  background: rgba(255, 255, 255, .028);
}

.accounting-murphy-queue article:nth-of-type(2n) {
  transform: translateX(28px);
}

.accounting-murphy-queue article > span {
  color: rgba(178, 201, 233, .45);
  font: 500 8px/1 "JetBrains Mono", monospace;
}

.accounting-murphy-queue article p {
  margin: 0;
  color: rgba(222, 231, 246, .78);
  font-size: 11px;
}

.accounting-murphy-queue article > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5b6d9b;
}

.accounting-murphy-queue article > i.is-ready {
  background: #67e0b9;
  box-shadow: 0 0 10px rgba(103, 224, 185, .7);
}

.accounting-section--cockpit {
  background:
    radial-gradient(circle at 90% 10%, rgba(82, 121, 245, .12), transparent 26%),
    #f5f8ff;
}

.accounting-cockpit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.accounting-cockpit-grid article {
  min-height: 132px;
  padding: 22px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid var(--accounting-line);
  border-radius: 17px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 36px rgba(26, 41, 98, .05);
}

.accounting-cockpit-grid article > i {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  margin-top: 5px;
  border-radius: 50%;
  background: #567eff;
  box-shadow: 0 0 0 6px rgba(86, 126, 255, .08);
}

.accounting-cockpit-grid .is-risk > i,
.accounting-cockpit-grid .is-sync > i { background: #ee6e82; }
.accounting-cockpit-grid .is-deadline > i,
.accounting-cockpit-grid .is-question > i { background: #e8b45b; }
.accounting-cockpit-grid .is-validation > i,
.accounting-cockpit-grid .is-capacity > i { background: #67d8ba; }

.accounting-cockpit-grid span,
.accounting-cockpit-grid strong {
  display: block;
}

.accounting-cockpit-grid span {
  min-height: 42px;
  color: #576486;
  font-size: 12px;
  line-height: 1.45;
}

.accounting-cockpit-grid strong {
  margin-top: 12px;
  color: var(--accounting-navy);
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -.035em;
}

.accounting-filter-bar {
  margin-top: 28px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid var(--accounting-line);
  border-radius: 16px;
  background: #fff;
}

.accounting-filter-bar > strong {
  color: var(--accounting-navy);
  font-size: 13px;
  font-weight: 600;
}

.accounting-filter-bar > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.accounting-filter-bar span {
  padding: 8px 10px;
  border-radius: 7px;
  color: #637093;
  background: #f1f4fb;
  font-size: 10px;
}

.accounting-filter-bar span.is-active {
  color: #fff;
  background: #4e64ed;
}

.accounting-section--access {
  background: #fff;
}

.accounting-access-layout {
  display: grid;
  grid-template-columns: minmax(350px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(70px, 10vw, 160px);
}

.accounting-access-layout .accounting-head {
  position: sticky;
  top: 190px;
  margin: 0;
}

.accounting-access-layout .accounting-head h2 {
  font-size: var(--cb-title-section-side);
}

.accounting-access-layout ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accounting-access-layout li {
  min-height: 92px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 18px;
  border-top: 1px solid var(--accounting-line);
}

.accounting-access-layout li:last-child {
  border-bottom: 1px solid var(--accounting-line);
}

.accounting-access-layout li span {
  color: #5572e8;
  font: 600 11px/1 "JetBrains Mono", monospace;
}

.accounting-access-layout li p {
  margin: 0;
  color: #334169;
  font-size: 16px;
  line-height: 1.55;
}

.accounting-section--faq {
  background: #f5f8ff;
}

.accounting-faq {
  display: grid;
  grid-template-columns: minmax(330px, .65fr) minmax(0, 1.35fr);
  align-items: start;
  gap: clamp(64px, 10vw, 160px);
}

.accounting-faq .accounting-head {
  position: sticky;
  top: 190px;
  margin: 0;
}

.accounting-faq .accounting-head h2 {
  font-size: var(--cb-title-section-side);
}

.accounting-faq details {
  border-top: 1px solid var(--accounting-line);
}

.accounting-faq details:last-child {
  border-bottom: 1px solid var(--accounting-line);
}

.accounting-faq summary {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr 34px;
  align-items: center;
  gap: 20px;
  color: var(--accounting-navy);
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.018em;
  list-style: none;
}

.accounting-faq summary::-webkit-details-marker { display: none; }

.accounting-faq summary span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--accounting-line);
  border-radius: 50%;
  color: #5874ed;
  transition: transform .25s ease;
}

.accounting-faq details[open] summary span { transform: rotate(45deg); }

.accounting-faq details p {
  max-width: 780px;
  margin: -4px 54px 30px 0;
  color: #526082;
  font-size: 15px;
  line-height: 1.7;
}

/* Final */
.accounting-final {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #eef4ff;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    #060927;
  background-size: 72px 72px;
}

.accounting-final__glow {
  position: absolute;
  width: 720px;
  height: 720px;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83, 114, 241, .25), rgba(51, 189, 204, .08) 38%, transparent 68%);
}

.accounting-final .accounting-shell {
  position: relative;
  z-index: 1;
  padding-block: 120px;
}

.accounting-final h2 {
  max-width: 920px;
  color: var(--cb-display-ink-dark);
  font-size: var(--cb-title-section);
}

.accounting-final__copy {
  max-width: 790px;
  margin-top: 34px;
  color: var(--cb-lead-ink-dark);
}

.accounting-final .accounting-actions {
  margin-top: 40px;
}

/* Reveal and motion */
.accounting-page .partner-reveal[data-reveal-ready="true"] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
}

.accounting-page .partner-reveal[data-reveal-ready="true"].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1360px) {
  .accounting-hero__inner {
    grid-template-columns: minmax(390px, .85fr) minmax(570px, 1.15fr);
  }

  .accounting-flow-scene {
    grid-template-columns: minmax(205px, 1fr) 100px minmax(205px, 1fr);
  }

  .accounting-workspace__metrics {
    grid-template-columns: 1fr;
  }

  .accounting-workspace__metrics div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }

  .accounting-workspace__metrics span { margin: 0; }
}

@media (max-width: 1180px) {
  .accounting-hero {
    min-height: auto;
  }

  .accounting-hero__inner {
    grid-template-columns: 1fr;
    padding-block: 100px 120px;
  }

  .accounting-hero__copy {
    max-width: 820px;
  }

  .accounting-flow-scene {
    max-width: 900px;
    margin-inline: auto;
    grid-template-columns: minmax(260px, 1fr) 150px minmax(260px, 1fr);
  }

  .accounting-workspace__metrics {
    grid-template-columns: repeat(3, 1fr);
  }

  .accounting-workspace__metrics div {
    display: block;
  }

  .accounting-workspace__metrics span { margin-top: 5px; }

  .accounting-responsibilities {
    grid-template-columns: 1fr 120px 1fr;
  }

  .accounting-shared-core {
    width: 120px;
    height: 120px;
  }

  .accounting-shared-core::before,
  .accounting-shared-core::after { width: 40px; }

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

  .accounting-horus-map {
    grid-template-columns: minmax(0, 1fr) 190px minmax(0, 1fr);
  }

  .accounting-flow-labels {
    grid-template-columns: 1fr 190px 1fr;
  }

  .accounting-adapter__contract div,
  .accounting-adapter__safeguards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 1120px) {
  .accounting-page .accounting-subnav {
    top: 70px;
  }

  .accounting-page .accounting-subnav .partner-hub__details summary {
    color: #eef4ff;
  }

  .accounting-head--split,
  .accounting-pre-layout,
  .accounting-finance-layout,
  .accounting-murphy-layout,
  .accounting-access-layout,
  .accounting-faq {
    grid-template-columns: 1fr;
  }

  .accounting-head--split {
    align-items: start;
    gap: 32px;
  }

  .accounting-head--split .accounting-head__paragraphs {
    margin: 0;
  }

  .accounting-confidence,
  .accounting-access-layout .accounting-head,
  .accounting-faq .accounting-head {
    position: static;
  }

  .accounting-confidence {
    max-width: 650px;
    width: 100%;
    margin-inline: auto;
  }

  .accounting-finance-layout,
  .accounting-murphy-layout {
    gap: 70px;
  }

  .accounting-finance-cockpit {
    max-width: 850px;
    width: 100%;
    margin-inline: auto;
  }

  .accounting-murphy-queue {
    max-width: 800px;
    width: 100%;
    margin-inline: auto;
  }

  .accounting-access-layout,
  .accounting-faq {
    gap: 54px;
  }
}

@media (max-width: 900px) {
  .accounting-shell {
    width: min(calc(100% - 48px), 720px);
  }

  .accounting-flow-scene {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .accounting-workspace--firm,
  .accounting-workspace--client {
    transform: none;
  }

  .accounting-document-flow {
    min-height: 230px;
    flex-direction: row;
    gap: 20px;
  }

  .accounting-document-flow::before,
  .accounting-document-flow::after {
    top: auto;
    left: 50%;
    width: 1px;
    height: 30px;
  }

  .accounting-document-flow::before {
    right: auto;
    bottom: 100%;
    background: linear-gradient(transparent, #5b8dfb);
  }

  .accounting-document-flow::after {
    top: 100%;
    transform: none;
    background: linear-gradient(#5b8dfb, transparent);
  }

  .accounting-document-flow__label {
    top: 8px;
  }

  .accounting-document-flow ol {
    margin: 0;
  }

  .accounting-responsibilities {
    grid-template-columns: 1fr;
  }

  .accounting-shared-core {
    margin: 10px auto;
    transform: rotate(90deg);
  }

  .accounting-shared-core span { transform: rotate(-90deg); }

  .accounting-responsibilities > article {
    min-height: auto;
  }

  .accounting-flow-list {
    grid-template-columns: 1fr;
  }

  .accounting-flow-list::before {
    top: 30px;
    bottom: 50px;
    left: 29px;
    width: 1px;
    height: auto;
  }

  .accounting-flow-list:not(.accounting-flow-list--compact) .accounting-flow-step {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 24px;
    padding: 0 0 28px;
  }

  .accounting-flow-list:not(.accounting-flow-list--compact) .accounting-flow-step > span {
    margin: 0;
  }

  .accounting-flow-step--context {
    grid-column: auto;
    padding-top: 0;
  }

  .accounting-flow-step--context > div {
    grid-template-columns: 1fr;
  }

  .accounting-question-cloud {
    grid-column: 1;
    grid-row: auto;
    margin-top: 12px;
  }

  .accounting-horus-map {
    grid-template-columns: 1fr;
  }

  .accounting-adapter-node {
    min-height: 170px;
  }

  .accounting-adapter-node::before,
  .accounting-adapter-node::after {
    top: auto;
    left: 50%;
    width: 1px;
    height: 18px;
  }

  .accounting-adapter-node::before {
    right: auto;
    bottom: 100%;
  }

  .accounting-adapter-node::after {
    top: 100%;
  }

  .accounting-flow-labels {
    display: none;
  }

  .accounting-horus-evidence {
    grid-template-columns: 1fr;
  }

  .accounting-horus-evidence strong {
    max-width: none;
  }

  .accounting-adapter__contract div,
  .accounting-adapter__safeguards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .accounting-filter-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .accounting-filter-bar > div {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .accounting-page section[id],
  .accounting-page article[id] {
    scroll-margin-top: 140px;
  }

  .accounting-shell {
    width: min(calc(100% - 28px), 560px);
  }

  .accounting-section {
    padding-block: 86px;
  }

  .accounting-eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .accounting-hero__copy h1 {
    font-size: clamp(42px, 13.4vw, 58px);
    overflow-wrap: break-word;
    hyphens: manual;
  }

  .accounting-head > h2,
  .accounting-head > div > h2,
  .accounting-final h2 {
    font-size: clamp(38px, 11.4vw, 54px);
  }

  .accounting-hero__inner {
    padding-block: 72px 90px;
  }

  .accounting-hero__signature {
    margin-top: 22px;
    font-size: 17px;
  }

  .accounting-hero__lead {
    font-size: 16px;
  }

  .accounting-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .accounting-button,
  .accounting-text-link {
    width: 100%;
    min-height: 54px;
  }

  .accounting-text-link {
    justify-content: flex-start;
  }

  .accounting-workspace__metrics {
    grid-template-columns: 1fr;
  }

  .accounting-workspace__metrics div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .accounting-workspace__metrics span { margin: 0; }

  .accounting-document-flow {
    min-height: 300px;
    flex-wrap: wrap;
  }

  .accounting-document-flow ol {
    flex: 1 1 130px;
  }

  .accounting-responsibilities > article,
  .accounting-crm-card,
  .accounting-flow-step > div {
    padding: 24px;
    border-radius: 18px;
  }

  .accounting-crm-grid,
  .accounting-cockpit-grid {
    grid-template-columns: 1fr;
  }

  .accounting-crm-card {
    min-height: 0;
  }

  .accounting-crm-card > p {
    min-height: 0;
  }

  .accounting-flow-list:not(.accounting-flow-list--compact) .accounting-flow-step,
  .accounting-flow-list--compact .accounting-flow-step,
  .accounting-flow-step--context {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .accounting-flow-list::before,
  .accounting-flow-list--compact::before {
    left: 23px;
  }

  .accounting-flow-step > span {
    width: 48px;
    height: 48px;
  }

  .accounting-flow-step--context > div {
    padding: 24px;
  }

  .accounting-question-cloud span {
    width: 100%;
  }

  .accounting-horus-map ul {
    grid-template-columns: 1fr;
  }

  .accounting-horus-evidence,
  .accounting-adapter__contract {
    padding: 22px;
  }

  .accounting-adapter__contract div,
  .accounting-adapter__safeguards,
  .accounting-finance-sources {
    grid-template-columns: 1fr;
  }

  .accounting-finance-cockpit > header {
    padding: 20px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }

  .accounting-finance-chart {
    height: 200px;
    margin: 18px;
  }

  .accounting-finance-sources {
    padding: 0 18px 18px;
  }

  .accounting-murphy-queue {
    min-height: 610px;
    padding: 160px 0 0;
  }

  .accounting-murphy-orb {
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
  }

  .accounting-murphy-orb i {
    display: none;
  }

  .accounting-murphy-queue article:nth-of-type(2n) {
    transform: none;
  }

  .accounting-filter-bar {
    padding: 20px;
  }

  .accounting-access-layout li {
    grid-template-columns: 34px 1fr;
  }

  .accounting-faq summary {
    min-height: 82px;
    font-size: 16px;
  }

  .accounting-final {
    min-height: 700px;
  }

  .accounting-final .accounting-shell {
    padding-block: 90px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .accounting-page *,
  .accounting-page *::before,
  .accounting-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .accounting-page .partner-reveal[data-reveal-ready="true"] {
    opacity: 1;
    transform: none;
  }
}

/* Reference hero 2026-07-31 — live DOM/CSS, based on the supplied 1672 × 941 composition. */
.accounting-page {
  --accounting-topbar-h: 85px;
  --accounting-topbar-offset: 20px;
  background: #f8f9fd;
}

.accounting-announcement {
  position: relative;
  z-index: 320;
  width: 100%;
  height: 38px;
  display: grid;
  place-items: center;
  color: #080a3e;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, .72), transparent 50%),
    linear-gradient(90deg, #eceefc 0%, #f4f5ff 48%, #eceefb 100%);
}

.accounting-announcement a {
  min-height: 38px;
  padding-inline: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: inherit;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}

.accounting-announcement strong {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .16em;
}

.accounting-announcement a > span:last-of-type {
  color: #3f50f4;
  font-weight: 400;
}

.accounting-announcement svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #3f50f4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform .2s ease;
}

.accounting-announcement a:hover svg {
  transform: translateX(3px);
}

.accounting-page.neoo-home--unified .accounting-topbar {
  position: sticky;
  top: var(--accounting-topbar-offset);
  z-index: 310;
  width: var(--header-container);
  height: var(--accounting-topbar-h);
  min-height: var(--accounting-topbar-h);
  margin: var(--accounting-topbar-offset) auto 0;
  border: 1px solid rgba(220, 225, 242, .82);
  border-radius: 16px;
  color: var(--cb-ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 36px rgba(43, 53, 118, .055);
  backdrop-filter: blur(24px) saturate(135%);
}

.accounting-page.neoo-home--unified .accounting-topbar .site-header__inner {
  width: 100%;
  min-height: calc(var(--accounting-topbar-h) - 2px);
  padding: 0 26px;
  grid-template-columns: 270px minmax(620px, 1fr) auto;
  gap: 18px;
}

.accounting-page .accounting-topbar .partner-brand--network {
  min-height: 54px;
  justify-self: start;
}

.accounting-page .accounting-topbar .partner-brand__neoo {
  color: #070934;
  font-size: 62px;
  font-weight: 600;
  letter-spacing: -.055em;
}

.accounting-page .accounting-topbar .partner-topnav--overview {
  position: relative;
  left: -8px;
  justify-content: center;
  gap: clamp(20px, 1.7vw, 32px);
  transform: none;
}

.accounting-page .accounting-topbar .partner-topnav--overview > a,
.accounting-page .accounting-topbar .neoo-mega-trigger {
  min-height: 48px;
  padding: 0;
  color: #070934;
  font-size: 14px;
  font-weight: 500;
}

.accounting-page .accounting-topbar .header-actions {
  gap: 16px;
  transform: none;
}

.accounting-page .accounting-topbar .login-link {
  min-width: auto;
  min-height: 48px;
  padding-inline: 12px;
  border: 0;
  color: #070934;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
}

.accounting-page .accounting-topbar .header-cta {
  min-width: 181px;
  min-height: 48px;
  padding-inline: 20px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(90deg, #424bfe 0%, #5d3df4 100%);
  box-shadow: 0 10px 24px rgba(73, 68, 244, .2);
  font-size: 14px;
  font-weight: 600;
}

.accounting-page .accounting-topbar .neoo-mega {
  top: calc(var(--accounting-topbar-h) + 12px);
}

.accounting-page .accounting-hero {
  position: relative;
  min-height: calc(100svh - 143px);
  overflow: clip;
  isolation: isolate;
  color: var(--cb-ink);
  background:
    radial-gradient(circle at 75% 32%, rgba(214, 222, 255, .34), transparent 27%),
    radial-gradient(circle at 90% 80%, rgba(221, 228, 255, .28), transparent 29%),
    linear-gradient(180deg, #fcfcfe 0%, #f8f9fd 100%);
}

.accounting-page .accounting-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .7;
  background:
    radial-gradient(ellipse at 65% 48%, rgba(255, 255, 255, .92), transparent 44%),
    radial-gradient(circle at 4% 88%, rgba(229, 233, 255, .42), transparent 25%);
  pointer-events: none;
}

.accounting-page .accounting-hero__inner {
  width: var(--cb-shell);
  min-height: calc(100svh - 143px);
  padding: 26px 0 48px;
  display: grid;
  grid-template-columns: 532px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
}

.accounting-page .accounting-hero__copy {
  z-index: 3;
  max-width: 532px;
  margin-top: 52px;
}

.accounting-page .accounting-hero .accounting-eyebrow {
  width: max-content;
  max-width: 100%;
  min-height: 32px;
  margin: 0 0 25px;
  padding: 7px 17px 6px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(70, 72, 247, .64);
  border-radius: 9px;
  color: #3538ef;
  background: rgba(255, 255, 255, .68);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.35;
  white-space: nowrap;
}

.accounting-page .accounting-hero__copy h1 {
  max-width: 532px;
  color: var(--cb-ink);
  font-size: var(--cb-title-hero);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
  text-wrap: initial;
}

.accounting-page .accounting-hero__copy h1 span {
  display: block;
}

.accounting-page .accounting-hero__lead {
  max-width: 465px;
  margin: 22px 0 0;
  color: #39496f;
  font-size: 16px;
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.56;
}

.accounting-page .accounting-hero__lead p + p {
  margin-top: 14px;
}

.accounting-page .accounting-hero__buttons {
  margin-top: 25px;
  flex-wrap: nowrap;
  gap: 14px;
}

.accounting-page .accounting-hero__buttons .accounting-button {
  min-height: 52px;
  padding-inline: 18px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.accounting-page .accounting-hero__buttons .accounting-button--primary {
  width: 236px;
  color: #fff;
  background: linear-gradient(100deg, #424bfe 0%, #5d3df4 100%);
  box-shadow: 0 14px 30px rgba(72, 68, 244, .2);
}

.accounting-page .accounting-hero__buttons .accounting-button--ghost {
  width: 210px;
  border-color: rgba(65, 74, 137, .54);
  color: #070934;
  background: rgba(255, 255, 255, .78);
  box-shadow: none;
}

.accounting-page .accounting-hero__tertiary {
  width: max-content;
  min-height: 32px;
  margin-top: 12px;
  padding: 0;
  justify-content: flex-start;
  color: #3149f4;
  font-size: 15px;
  font-weight: 500;
}

.accounting-page .accounting-hero__proofs {
  margin: 34px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 14px;
  list-style: none;
}

.accounting-page .accounting-hero__proofs li {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #536184;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

.accounting-page .accounting-hero__proofs li > span {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(72, 76, 245, .68);
  border-radius: 50%;
  color: #4548f1;
  background: rgba(255, 255, 255, .78);
}

.accounting-page .accounting-hero__proofs svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.accounting-cockpit-figure {
  position: relative;
  z-index: 2;
  width: calc(100% + 24px);
  min-width: 0;
  margin: 0;
  transform: perspective(1800px) rotateY(-1.1deg) rotateX(.35deg) rotateZ(-.18deg);
  transform-origin: left center;
}

.accounting-cockpit-caption {
  position: absolute;
  top: 12px;
  right: 296px;
  z-index: 5;
  margin: 0;
}

.accounting-cockpit-caption > span:first-child {
  min-height: 24px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d7ddef;
  border-radius: 999px;
  color: #52607e;
  background: rgba(255, 255, 255, .96);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .04em;
  box-shadow: 0 5px 16px rgba(30, 45, 104, .07);
}

.accounting-illustration-chip {
  width: max-content;
  max-width: min(100%, 420px);
  min-height: 26px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7ddef;
  border-radius: 999px;
  color: #52607e;
  background: rgba(255, 255, 255, .96);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .035em;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 5px 16px rgba(30, 45, 104, .07);
}

.accounting-illustration-chip--confidence {
  margin: 18px 18px 0 auto;
  border-color: rgba(141, 163, 224, .28);
  color: #dce6fb;
  background: rgba(8, 18, 57, .72);
}

.accounting-confidence > .accounting-illustration-chip + header {
  padding-top: 18px;
}

.accounting-illustration-chip--cockpit {
  margin: -42px 0 28px auto;
}

.accounting-cockpit {
  width: 100%;
  aspect-ratio: 1004 / 714;
  overflow: hidden;
  border: 1px solid #d7deed;
  border-radius: 20px;
  color: #10143e;
  background: rgba(255, 255, 255, .96);
  box-shadow:
    0 30px 70px rgba(28, 43, 101, .13),
    0 3px 10px rgba(39, 53, 111, .06);
}

.accounting-cockpit svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.accounting-cockpit__bar {
  min-height: 72px;
  padding: 0 22px 0 18px;
  display: grid;
  grid-template-columns: 164px 1fr 280px;
  align-items: center;
  border-bottom: 1px solid #e3e7f0;
  background: rgba(252, 253, 255, .92);
}

.accounting-cockpit__brand {
  color: #090b3c;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -.06em;
  line-height: 1;
}

.accounting-cockpit__brand span {
  color: #4d47fb;
}

.accounting-cockpit__workspace,
.accounting-cockpit__space {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #2f3b60;
  font-size: 11px;
  font-weight: 500;
}

.accounting-cockpit__workspace {
  padding-left: 18px;
  border-left: 1px solid #e3e7f0;
}

.accounting-cockpit__space {
  justify-self: end;
}

.accounting-cockpit__workspace svg,
.accounting-cockpit__space svg {
  width: 18px;
  height: 18px;
  color: #4e55f6;
}

.accounting-cockpit__body {
  height: calc(100% - 72px);
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr) 280px;
}

.accounting-cockpit__firm,
.accounting-cockpit__client {
  min-width: 0;
  padding: 20px 14px;
  background: #fbfcff;
}

.accounting-cockpit__firm {
  border-right: 1px solid #e3e7f0;
}

.accounting-cockpit__client {
  border-left: 1px solid #e3e7f0;
}

.accounting-cockpit__firm header small,
.accounting-cockpit__client header small {
  color: #4e53e9;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.3;
}

.accounting-cockpit__firm header h2,
.accounting-cockpit__client header h2 {
  margin: 7px 0 0;
  color: #11153d;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.accounting-cockpit__firm dl {
  margin: 18px 0 0;
  display: grid;
  gap: 7px;
}

.accounting-cockpit__firm dl div {
  min-height: 44px;
  padding: 8px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  border: 1px solid #e5e9f2;
  border-radius: 8px;
  background: #fff;
}

.accounting-cockpit__firm dt {
  min-width: 0;
  color: #5a6681;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.25;
}

.accounting-cockpit__firm dd {
  margin: 0;
  color: #12173f;
  font-size: 12px;
  font-weight: 600;
}

.accounting-cockpit__firm ul,
.accounting-cockpit__client ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.accounting-cockpit__firm li,
.accounting-cockpit__client li {
  min-width: 0;
  min-height: 55px;
  padding-block: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  border-top: 1px solid #e8ebf3;
}

.accounting-cockpit__firm li > span,
.accounting-cockpit__client li > span {
  min-width: 0;
}

.accounting-cockpit__firm li strong,
.accounting-cockpit__client li strong,
.accounting-cockpit__firm li small,
.accounting-cockpit__client li small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accounting-cockpit__firm li strong,
.accounting-cockpit__client li strong {
  color: #222947;
  font-size: 8px;
  font-weight: 600;
}

.accounting-cockpit__firm li small,
.accounting-cockpit__client li small {
  margin-top: 4px;
  color: #68748e;
  font-size: 7px;
}

.accounting-cockpit__firm li em,
.accounting-cockpit__client li em {
  padding: 4px 5px;
  border-radius: 5px;
  color: #4855d9;
  background: #f0f2ff;
  font-size: 6px;
  font-style: normal;
  line-height: 1.2;
  white-space: nowrap;
}

.accounting-cockpit__document {
  min-width: 0;
  padding: 20px 16px 16px;
  background: #fff;
}

.accounting-document__title {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.accounting-document__title > span {
  width: 34px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #dfe4f1;
  border-radius: 8px;
  color: #5368f9;
  background: #fbfcff;
}

.accounting-document__title svg {
  width: 20px;
  height: 20px;
}

.accounting-document__title small {
  display: block;
  color: #5e6986;
  font-size: 8px;
  font-weight: 500;
}

.accounting-document__title h2 {
  margin: 4px 0 0;
  color: #11153e;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.accounting-document__source {
  min-height: 62px;
  margin-top: 10px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #e1e6f1;
  border-radius: 10px;
  background: #fcfdff;
}

.accounting-document__source small,
.accounting-document__source strong {
  display: block;
}

.accounting-document__source small {
  color: #64708b;
  font-size: 8px;
}

.accounting-document__source strong {
  margin-top: 4px;
  color: #252a4a;
  font-size: 10px;
  font-weight: 600;
}

.accounting-document__source > span {
  padding: 6px 8px;
  border-radius: 6px;
  color: #27775f;
  background: #eefaf6;
  font-size: 7px;
  white-space: nowrap;
}

.accounting-document__processing {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #dfe5f0;
  border-radius: 11px;
  background: #fcfdff;
}

.accounting-document__processing h3 {
  margin: 0 0 8px;
  color: #28304f;
  font-size: 9px;
  font-weight: 600;
}

.accounting-document__processing ol {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  list-style: none;
}

.accounting-document__processing li {
  min-height: 36px;
  padding: 7px 8px;
  display: grid;
  grid-template-columns: 20px 1fr 14px;
  align-items: center;
  gap: 7px;
  border: 1px solid #e8ebf3;
  border-radius: 7px;
  color: #42506f;
  background: #fff;
}

.accounting-document__processing li > span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid #cfd7f7;
  border-radius: 50%;
  color: #4b55ed;
  font-size: 7px;
}

.accounting-document__processing li strong {
  font-size: 8px;
  font-weight: 500;
}

.accounting-document__processing li > svg {
  width: 13px;
  height: 13px;
  color: #28966e;
}

.accounting-document__question,
.accounting-document__sync {
  min-height: 38px;
  margin-top: 7px;
  padding: 7px 9px;
  display: grid;
  align-items: center;
  gap: 7px;
  border: 1px solid #e4e8f2;
  border-radius: 7px;
  background: #fff;
}

.accounting-document__question {
  grid-template-columns: 20px auto 1fr;
}

.accounting-document__question > span {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid #8792fc;
  border-radius: 50%;
  color: #4a4fec;
  font-size: 9px;
  font-weight: 700;
}

.accounting-document__question small {
  color: #64708c;
  font-size: 7px;
}

.accounting-document__question strong {
  justify-self: end;
  color: #3944cf;
  font-size: 8px;
  font-weight: 600;
}

.accounting-document__sync {
  grid-template-columns: 1fr auto;
}

.accounting-document__sync span {
  color: #28304e;
  font-size: 9px;
  font-weight: 600;
}

.accounting-document__sync strong {
  padding: 5px 7px;
  border-radius: 5px;
  color: #27815f;
  background: #edf9f4;
  font-size: 7px;
}

.accounting-document__murphy {
  min-height: 44px;
  margin-top: 10px;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: 20px auto 1fr;
  align-items: center;
  gap: 7px;
  border: 1px solid #e1e6f1;
  border-radius: 9px;
  background: #fcfdff;
}

.accounting-document__murphy > span {
  color: #4a50f0;
}

.accounting-document__murphy strong {
  color: #232947;
  font-size: 9px;
  font-weight: 600;
}

.accounting-document__murphy small {
  justify-self: end;
  color: #27815f;
  font-size: 7px;
}

.accounting-client__metrics {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.accounting-client__metrics div {
  min-height: 62px;
  padding: 10px;
  border: 1px solid #e2e7f1;
  border-radius: 8px;
  background: #fff;
}

.accounting-client__metrics div:first-child {
  grid-column: 1 / -1;
}

.accounting-client__metrics small,
.accounting-client__metrics strong {
  display: block;
}

.accounting-client__metrics small {
  color: #65708a;
  font-size: 7px;
}

.accounting-client__metrics strong {
  margin-top: 6px;
  color: #151a41;
  font-size: 14px;
  font-weight: 600;
}

.accounting-client__chart {
  margin-top: 9px;
  padding: 10px;
  border: 1px solid #e2e7f1;
  border-radius: 9px;
  background: #fff;
}

.accounting-client__chart > span {
  color: #3e4868;
  font-size: 8px;
  font-weight: 600;
}

.accounting-client__chart svg {
  width: 100%;
  height: 80px;
  margin-top: 7px;
  overflow: visible;
}

.accounting-client__chart .grid {
  stroke: #e8ebf4;
  stroke-width: 1;
}

.accounting-client__chart .line {
  stroke: #4354f5;
  stroke-width: 2.5;
}

.accounting-page .accounting-subnav {
  top: calc(var(--accounting-topbar-offset) + var(--accounting-topbar-h));
}

@media (max-width: 1380px) and (min-width: 1121px) {
  .accounting-page.neoo-home--unified .accounting-topbar {
    width: calc(100% - 64px);
  }

  .accounting-page.neoo-home--unified .accounting-topbar .site-header__inner {
    padding-inline: 20px;
    grid-template-columns: 220px minmax(510px, 1fr) auto;
    gap: 12px;
  }

  .accounting-page .accounting-topbar .partner-brand__neoo {
    font-size: 52px;
  }

  .accounting-page .accounting-topbar .partner-topnav--overview {
    gap: 17px;
    transform: none;
  }

  .accounting-page .accounting-topbar .partner-topnav--overview > a,
  .accounting-page .accounting-topbar .neoo-mega-trigger {
    font-size: 12.5px;
  }

  .accounting-page .accounting-topbar .login-link {
    padding-inline: 8px;
  }

  .accounting-page .accounting-topbar .header-cta {
    min-width: 158px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .accounting-page .accounting-hero__inner {
    grid-template-columns: 450px minmax(0, 1fr);
    gap: 42px;
  }

  .accounting-page .accounting-hero__copy {
    max-width: 450px;
  }

  .accounting-page .accounting-hero__buttons .accounting-button--primary {
    width: 224px;
  }

  .accounting-page .accounting-hero__buttons .accounting-button--ghost {
    width: 204px;
  }

  .accounting-cockpit-figure {
    width: calc(100% + 12px);
  }
}

@media (max-width: 1120px) {
  .accounting-page {
    --accounting-topbar-h: 76px;
    --accounting-topbar-offset: 16px;
  }

  .accounting-page.neoo-home--unified .accounting-topbar {
    width: calc(100% - 32px);
    height: var(--accounting-topbar-h);
    min-height: var(--accounting-topbar-h);
    margin-top: var(--accounting-topbar-offset);
    border-radius: 15px;
  }

  .accounting-page.neoo-home--unified .accounting-topbar .site-header__inner {
    min-height: calc(var(--accounting-topbar-h) - 2px);
    padding: 0 14px 0 20px;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }

  .accounting-page .accounting-topbar .partner-brand__neoo {
    font-size: 38px;
  }

  .accounting-page .accounting-topbar .partner-topnav--overview {
    left: 16px;
    right: 16px;
    top: calc(var(--accounting-topbar-offset) + var(--accounting-topbar-h) + 8px);
    transform: none;
  }

  .accounting-page .accounting-topbar .neoo-mega {
    top: auto;
  }

  .accounting-page .accounting-hero {
    min-height: auto;
  }

  .accounting-page .accounting-hero__inner {
    width: min(calc(100% - 48px), 1000px);
    min-height: auto;
    padding: 74px 0 84px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .accounting-page .accounting-hero__copy {
    max-width: 760px;
    margin-top: 0;
  }

  .accounting-page .accounting-hero__lead {
    max-width: 680px;
    font-size: 18px;
  }

  .accounting-cockpit-figure {
    width: min(100%, 1000px);
    margin-inline: auto;
    transform: none;
  }
}

@media (max-width: 900px) {
  .accounting-announcement a {
    font-size: 13px;
  }

  .accounting-announcement strong {
    font-size: 12px;
  }

  .accounting-page .accounting-hero__inner {
    width: min(calc(100% - 40px), 760px);
  }

  .accounting-cockpit {
    aspect-ratio: auto;
  }

  .accounting-cockpit-caption {
    right: 190px;
  }

  .accounting-cockpit__bar {
    grid-template-columns: 150px 1fr auto;
  }

  .accounting-cockpit__body {
    height: auto;
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .accounting-cockpit__client {
    grid-column: 1 / -1;
    padding: 20px;
    display: grid;
    grid-template-columns: 170px minmax(220px, 1fr) minmax(180px, .8fr);
    align-items: start;
    gap: 14px;
    border-top: 1px solid #e3e7f0;
    border-left: 0;
  }

  .accounting-cockpit__client header {
    grid-column: 1 / -1;
  }

  .accounting-client__metrics,
  .accounting-client__chart,
  .accounting-cockpit__client ul {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .accounting-page {
    --accounting-topbar-h: 70px;
    --accounting-topbar-offset: 14px;
  }

  .accounting-announcement a {
    width: 100%;
    padding-inline: 12px;
    gap: 6px;
    font-size: 12px;
  }

  .accounting-announcement strong,
  .accounting-announcement a > span[aria-hidden="true"] {
    display: none;
  }

  .accounting-announcement svg {
    width: 16px;
    height: 16px;
  }

  .accounting-page.neoo-home--unified .accounting-topbar {
    width: calc(100% - 28px);
    border-radius: 14px;
  }

  .accounting-page.neoo-home--unified .accounting-topbar .site-header__inner {
    padding-inline: 14px;
    gap: 8px;
  }

  .accounting-page .accounting-topbar .partner-brand__neoo {
    font-size: 31px;
  }

  .accounting-page .accounting-topbar .login-link,
  .accounting-page .accounting-topbar .header-cta {
    display: none;
  }

  .accounting-page .accounting-topbar .header-actions {
    position: absolute;
    top: 12px;
    right: 78px;
    z-index: 2;
    margin: 0;
  }

  .accounting-page .accounting-topbar .partner-topnav--overview {
    left: 14px;
    right: 14px;
  }

  .accounting-page .accounting-hero__inner {
    width: calc(100% - 28px);
    padding: 62px 0 72px;
    gap: 38px;
  }

  .accounting-page .accounting-hero .accounting-eyebrow {
    min-height: 30px;
    margin-bottom: 24px;
    padding-inline: 12px;
    font-size: 9.5px;
    white-space: normal;
  }

  .accounting-page .accounting-hero__copy h1 {
    font-size: clamp(42px, 12.7vw, 54px);
    overflow-wrap: break-word;
  }

  .accounting-page .accounting-hero__lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.55;
  }

  .accounting-page .accounting-hero__buttons {
    margin-top: 26px;
    align-items: stretch;
    flex-direction: column;
    gap: 11px;
  }

  .accounting-page .accounting-hero__buttons .accounting-button {
    width: 100%;
    min-height: 54px;
    white-space: normal;
  }

  .accounting-page .accounting-hero__tertiary {
    width: 100%;
    margin-top: 12px;
  }

  .accounting-page .accounting-hero__proofs {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .accounting-page .accounting-hero__proofs li {
    font-size: 10px;
    white-space: normal;
  }

  .accounting-cockpit-caption {
    top: -34px;
    right: 0;
  }

  .accounting-cockpit-caption > span:first-child {
    max-width: calc(100vw - 28px);
    white-space: normal;
    text-align: center;
    font-size: 8px;
  }

  .accounting-illustration-chip--cockpit {
    margin: 0 0 22px;
  }

  .accounting-cockpit {
    border-radius: 15px;
  }

  .accounting-cockpit__bar {
    min-height: 62px;
    padding-inline: 12px;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  .accounting-cockpit__brand {
    font-size: 25px;
  }

  .accounting-cockpit__workspace {
    display: none;
  }

  .accounting-cockpit__space {
    max-width: 120px;
    font-size: 8px;
    text-align: right;
  }

  .accounting-cockpit__body {
    grid-template-columns: 1fr;
  }

  .accounting-cockpit__firm,
  .accounting-cockpit__document,
  .accounting-cockpit__client {
    grid-column: 1;
    padding: 18px;
    border: 0;
    border-top: 1px solid #e3e7f0;
  }

  .accounting-cockpit__firm dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .accounting-cockpit__firm dl div {
    min-height: 60px;
    align-items: flex-start;
    flex-direction: column;
  }

  .accounting-cockpit__firm ul {
    display: none;
  }

  .accounting-cockpit__client {
    display: block;
  }

  .accounting-client__metrics {
    margin-top: 16px;
  }

  .accounting-client__chart {
    margin-top: 10px;
  }

  .accounting-cockpit__client ul {
    margin-top: 12px;
  }

  .accounting-page .accounting-subnav {
    top: calc(var(--accounting-topbar-offset) + var(--accounting-topbar-h));
  }
}

@media (max-width: 390px) {
  .accounting-page.neoo-home--unified .accounting-topbar {
    width: calc(100% - 20px);
  }

  .accounting-page .accounting-hero__inner {
    width: calc(100% - 24px);
  }

  .accounting-page .accounting-hero__copy h1 {
    font-size: 42px;
  }

  .accounting-page .accounting-hero__proofs {
    grid-template-columns: 1fr;
  }

  .accounting-cockpit__firm,
  .accounting-cockpit__document,
  .accounting-cockpit__client {
    padding: 14px;
  }

  .accounting-cockpit__firm dl {
    gap: 5px;
  }

  .accounting-cockpit__firm dl div {
    padding: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .accounting-announcement svg,
  .accounting-cockpit-figure,
  .accounting-page .accounting-button,
  .accounting-page .accounting-text-link {
    transition: none !important;
    transform: none !important;
  }
}

@media (forced-colors: active) {
  .accounting-page.neoo-home--unified .accounting-topbar,
  .accounting-cockpit,
  .accounting-cockpit__firm dl div,
  .accounting-document__source,
  .accounting-document__processing,
  .accounting-client__metrics div,
  .accounting-client__chart {
    border: 1px solid CanvasText;
  }
}
