/* Conncise — Solution page styles (loaded after style.css) */

/* ---------- page hero ---------- */
.page-hero { padding: 108px 0 88px; }
.page-hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 62px;
  line-height: 1.08;
  letter-spacing: -0.012em;
  color: var(--ink);
  max-width: 860px;
  text-wrap: balance;
  margin-top: 22px;
}
.page-hero h1 em { font-style: italic; color: var(--accent); }
.page-lede {
  margin-top: 26px;
  font-size: 19px;
  line-height: 1.65;
  color: var(--ink2);
  max-width: 620px;
  text-wrap: pretty;
}
.page-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }

/* ---------- what you gain strip ---------- */
.sec-gains { padding-top: 72px; padding-bottom: 76px; }
.gain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; margin-top: 34px; }
.gain {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid var(--hair);
  padding-top: 20px;
  text-decoration: none;
}
.gain h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  min-height: 2.5em;
  letter-spacing: -0.005em;
  color: var(--ink);
  transition: color 0.2s ease;
}
.gain p { margin-top: 8px; font-size: 14.5px; line-height: 1.55; color: var(--ink2); }
.gain .go {
  display: inline-block;
  margin-top: auto;
  padding-top: 12px;
  font-size: 14px;
  color: var(--accent);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.gain:hover h3 { color: var(--accent); }
.gain:hover .go { transform: translateY(3px); }

/* ---------- architecture diagram ---------- */
.arch-panel { margin-top: 56px; padding: 44px 36px 48px; }
.arch2 { display: flex; align-items: flex-start; justify-content: center; }
.arch2 > .a2-node { margin-top: 158px; }
.arch2 > .a2-arrow { margin-top: 213px; }
.a2-node { position: relative; display: grid; place-items: center; isolation: isolate; }
.a2-lb {
  position: absolute; top: calc(100% + 16px); left: 50%; transform: translateX(-50%);
  font-weight: 600; font-size: 15px; color: var(--ink); line-height: 1.4;
  text-align: center; white-space: nowrap;
}
.a2-toplb {
  position: absolute; bottom: calc(100% + 14px); left: 50%; transform: translateX(-50%);
  font-size: 13px; font-weight: 500; color: var(--ink); line-height: 1.4;
  text-align: center; white-space: nowrap;
}
.a2-epm {
  width: 186px; height: 122px;
  border: 1.5px solid var(--hairp); border-radius: 11px; background: var(--paper);
  display: grid; place-items: center; position: relative;
  font-weight: 500; font-size: 15px; color: var(--ink);
}
.a2-epm::before {
  content: ""; position: absolute; left: -21px; top: 21px; width: 100%; height: 100%;
  border: 1.5px solid var(--hair); border-radius: 11px; background: #fff; z-index: -1;
}
.a2-arrow { flex: 0 0 auto; color: var(--indigo); }
.a2-azure .a2-arrow { margin: 0 9px 0 12px; }
.a2-azure .a2-cont { margin-left: 0; }
.arch2 > .a2-line { margin-right: -44px; }
.a2-arrow svg { display: block; }
.a2-azure {
  display: flex; align-items: center;
  border-radius: 6px;
  padding: 156px 138px 108px 44px; position: relative;
}
.a2-dash { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.a2-dash rect {
  x: 1px; y: 1px; width: calc(100% - 2px); height: calc(100% - 2px); rx: 6px;
  fill: none; stroke: var(--hairp); stroke-width: 1.5; stroke-dasharray: 7 7;
}
.a2-azlb {
  position: absolute; bottom: 10px; right: 18px;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink3);
  display: inline-flex; align-items: center; gap: 8px;
}
.a2-azlogo { width: 15px; height: 15px; display: block; }
.a2-tile { width: 126px; height: 126px; border-radius: 13px; background: var(--indigo); display: grid; place-items: center; }
.a2-tile img { width: 62px; height: 62px; display: block; }
.a2-dots {
  width: 126px; height: 126px; border-radius: 13px;
  border: 2px solid rgba(101, 98, 128, 0.7); background: #fff;
  display: grid; grid-template-columns: repeat(3, 14px); grid-template-rows: repeat(2, 14px);
  gap: 21px; place-content: center;
}
.a2-dots i { width: 14px; height: 14px; border-radius: 99px; background: var(--indigo); }
.a2-flow {
  position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.a2-miniwrap { position: relative; isolation: isolate; }
.a2-mini {
  width: 62px; height: 62px; border-radius: 10px;
  border: 1.5px solid var(--hairp); background: var(--paper);
  display: grid; grid-template-columns: repeat(3, 7px); grid-template-rows: repeat(2, 7px);
  gap: 9px; place-content: center; position: relative;
}
.a2-mini::before {
  content: ""; position: absolute; left: 10px; top: -10px; width: 100%; height: 100%;
  border: 1.5px solid var(--hair); border-radius: 10px; background: #fff; z-index: -1;
}
.a2-mini i { width: 7px; height: 7px; border-radius: 99px; background: var(--ink3); }
.a2-minilb {
  position: absolute; left: calc(100% + 20px); top: 50%; transform: translateY(-50%);
  font-size: 12px; color: var(--ink2); line-height: 1.45; width: max-content; text-align: center;
}
.a2-minilb strong { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 2px; white-space: nowrap; }
.a2-varrow { color: var(--indigo); }
.a2-varrow svg { display: block; }
.a2-sidelb {
  position: absolute; left: calc(100% + 16px); top: 50%; transform: translateY(-50%);
  font-weight: 600; font-size: 15px; color: var(--ink); white-space: nowrap;
  display: inline-flex; align-items: center; gap: 9px;
}
.a2-pbilogo { width: 22px; height: 22px; display: block; }
.arch-rep { display: block; }
.arch-rep .rp-doc { fill: #fff; stroke: rgba(101, 98, 128, 0.7); stroke-width: 2; }
.arch-rep .rp-fold { fill: none; stroke: rgba(101, 98, 128, 0.7); stroke-width: 2; }
.arch-rep .rp-pie { fill: none; stroke: var(--indigo); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.arch-rep .rp-line { fill: none; stroke: var(--indigo); stroke-width: 2; stroke-linecap: round; opacity: 0.55; }
.arch-rep .rp-bar { fill: rgba(101, 98, 128, 0.5); }

/* dots base kept for section 06 (src-model) */
.arch-dots {
  border: 1.5px solid var(--accent2); background: #fff;
  display: grid; place-content: center;
}
.arch-dots i { border-radius: 99px; background: var(--indigo); }

/* ---------- how it works points ---------- */
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; margin-top: 56px; }
.how { border-top: 1px solid var(--hair); padding-top: 18px; }
.how .n { font-family: var(--mono); font-size: 13px; color: var(--accent); }
.how h3 { margin-top: 10px; font-weight: 600; font-size: 17px; color: var(--ink); line-height: 1.35; }
.how p { margin-top: 8px; font-size: 14.5px; line-height: 1.6; color: var(--ink2); text-wrap: pretty; }
.how-foot { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--hair); display: flex; justify-content: flex-end; align-items: baseline; gap: 30px; flex-wrap: wrap; }
.how-foot .note { font-size: 15px; color: var(--ink2); }

/* ---------- app / load sets card ---------- */
.loads-card { padding: 0; overflow: hidden; }
.load {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px; align-items: center;
  padding: 18px 20px;
  border-top: 1px solid var(--hairp);
}
.load:first-of-type { border-top: 0; }
.load .nm { font-weight: 600; font-size: 15px; color: var(--ink); }
.load .nm span { display: block; font-weight: 400; font-family: var(--mono); font-size: 11px; color: var(--ink3); margin-top: 3px; }
.load .meta { font-family: var(--mono); font-size: 11.5px; color: var(--ink2); line-height: 1.6; }
.load .st {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.02em;
  border-radius: 99px; padding: 4px 11px; white-space: nowrap;
}
.st-ok { color: var(--green); background: rgba(62, 155, 99, 0.1); }
.st-next { color: var(--accent); border: 1px solid var(--accent2); min-width: 84px; text-align: center; }
.st-run {
  color: var(--accent); border: 1px solid var(--accent2);
  min-width: 84px;
  display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  word-spacing: -3.5px;
}
.st-run svg { fill: currentColor; display: block; }
.loads-foot {
  padding: 12px 20px; border-top: 1px solid var(--hairp);
  font-family: var(--mono); font-size: 11px; color: var(--ink3);
}

/* ---------- governed self-service ---------- */
.gov-cols { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 360px; margin-left: auto; }
.gov-foot { max-width: 520px; margin-left: auto; margin-top: 24px; text-align: right; }
.gov-col {
  background: #fff;
  border: 1px solid var(--hair);
  border-radius: 10px;
  padding: 20px 24px 10px;
}
.gov-col h4 {
  font-family: var(--mono); font-weight: 500; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 6px;
}
.gov-col ul { list-style: none; }
.gov-col li {
  padding: 12px 0; border-bottom: 1px solid var(--hair);
  font-size: 15px; color: var(--ink); font-weight: 500;
}
.gov-col li:last-of-type { border-bottom: none; }
.gov-col li:first-of-type { border-top: 1px solid var(--hair); }

/* ---------- integrated insights ---------- */
.band-paper { background: var(--paper); }

/* ---------- reporting ---------- */
.sec-dark .rep-note { margin-top: 22px; font-size: 14px; color: rgba(255, 255, 255, 0.55); }
.rep-block { max-width: 520px; margin-top: 26px; }
.rep-block h4 {
  font-family: var(--mono); font-weight: 500; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.rep-block p { font-size: 17.5px; line-height: 1.65; color: var(--ink2); }
.ai-list { list-style: none; max-width: 440px; margin-left: auto; }
.ai-list li {
  display: flex; gap: 16px; align-items: baseline;
  padding: 11px 0; border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14.5px; line-height: 1.6; color: rgba(255, 255, 255, 0.72);
}
.ai-list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.ai-list strong { flex: 0 0 86px; color: var(--accent2); font-weight: 400; font-size: 14.5px; }

/* ---------- the quiet sum ---------- */
.receipt {
  max-width: 480px; margin: 44px auto 0;
  text-align: left;
  background: #fff; border: 1px solid var(--hair); border-radius: 10px;
  padding: 10px 28px;
  box-shadow: 0 24px 60px -34px rgba(38, 35, 47, 0.18);
}
.receipt .r-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 24px;
  padding: 15px 0; border-bottom: 1px solid var(--hair);
}
.receipt .r-row:last-child { border-bottom: 0; }
.receipt .r-lb { font-size: 15px; color: var(--ink2); }
.receipt .r-val { font-family: var(--mono); font-size: 15px; color: var(--ink); white-space: nowrap; }
.receipt .r-total .r-lb { color: var(--ink); font-weight: 600; }
.receipt .r-total .r-val { font-size: 22px; font-weight: 500; }
.sum-note { margin-top: 26px; }

/* dark section text */
#ai .sec-title { color: #fff; }
#ai .sec-sub { color: rgba(255, 255, 255, 0.72); }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .gain-grid, .how-grid { grid-template-columns: 1fr 1fr; }
  .arch2, .a2-azure { flex-direction: column; align-items: center; }
  .arch2 { position: relative; z-index: 0; }
  .arch2 > .a2-node { margin-top: 0; }
  .a2-azure { padding: 44px 24px 60px; gap: 0; z-index: 0; }
  /* diagram: blocks on a left vertical rail, labels to the right */
  .arch2, .a2-azure { flex-direction: column; align-items: flex-start; }
  .arch2 { position: relative; z-index: 0; max-width: 320px; margin: 0 auto; }
  .arch2 .a2-node { width: 186px; }
  .arch2 > .a2-node { margin-top: 0; margin-left: 12px; }
  .a2-azure { width: 100%; padding: 40px 12px 52px; gap: 0; z-index: 0; }
  .arch2 > .a2-arrow, .a2-azure .a2-arrow {
    margin: 0; transform: none; position: relative; z-index: -1;
    width: 12px; align-self: flex-start;
  }
  .arch2 > .a2-arrow svg, .a2-azure .a2-arrow svg { display: none; }
  .arch2 > .a2-arrow::before, .a2-azure .a2-arrow::before {
    content: ""; display: block; width: 2px; height: 56px; margin: 0 auto; background: var(--indigo);
  }
  .arch2 > .a2-line { margin-right: 0; margin-left: 99px; margin-bottom: -52px; }
  .arch2 > .a2-line::before { height: 108px; }
  /* EPM shadow card up-right on mobile, so the line meets the box itself */
  .a2-epm::before { left: 21px; top: -21px; }
  .a2-azure .a2-arrow { margin-left: 87px; }
  .a2-azure .a2-arrow::after {
    content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 0; height: 0;
    border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 7px solid var(--indigo);
  }
  .a2-lb {
    position: absolute; left: calc(50% + 77px); top: 50%; transform: translateY(-50%);
    margin: 0; text-align: left; white-space: normal; width: max-content; max-width: 96px;
  }
  .a2-toplb {
    position: absolute; left: calc(50% + 77px); bottom: calc(50% + 4px); transform: none;
    margin: 0; text-align: left; white-space: normal; width: 96px;
  }
  .a2-toplb + .a2-tile + .a2-lb { top: calc(50% + 4px); transform: none; }
  .a2-sidelb { position: absolute; left: calc(50% + 49px); top: 43px; transform: translateY(-50%); margin: 0; }
  .a2-sidelb { margin-top: 12px; }
  .a2-flow {
    display: flex; position: static; bottom: auto; left: auto; transform: none;
    flex-direction: column-reverse; align-items: center; gap: 12px;
    order: 3; margin: 18px 0 0;
  }
  .a2-flow .a2-varrow { position: static; transform: rotate(180deg); }
}
@media (max-width: 900px) {
  .page-hero { padding: 72px 0 64px; }
  .page-hero h1 { font-size: 42px; }
  .gain-grid, .how-grid { grid-template-columns: 1fr; gap: 24px; }
  .arch-panel { padding: 36px 20px; }
  .gov-cols { max-width: 100%; margin-left: 0; }
  .gov-foot { max-width: 100%; margin-left: 0; text-align: left; }
  .rep-comment { position: static; margin-top: 14px; max-width: 100%; }
  .rep-visual { padding-bottom: 0; }
  .receipt { padding: 4px 20px; }
}
