/* Shared multi-page additions for the ScrubPlan marketing refresh. */

.desktop-nav a[aria-current="page"] {
  color: var(--brand-strong);
}

.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.button-secondary {
  color: var(--navy-900);
  background: var(--white);
  border-color: var(--line);
  box-shadow: none;
}

.button-secondary:hover {
  color: var(--brand-dark);
  background: var(--brand-soft);
  border-color: #bfd7e8;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

.text-link-arrow::after {
  content: "→";
  transition: transform 180ms ease;
}

.text-link-arrow:hover::after {
  transform: translateX(4px);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 104px;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 14%, rgba(45, 156, 219, 0.25), transparent 31%),
    radial-gradient(circle at 62% 110%, rgba(35, 63, 132, 0.42), transparent 42%),
    linear-gradient(128deg, #07162f 0%, #0b2443 53%, #0b355d 100%);
}

.page-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(119, 216, 236, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 216, 236, 0.14) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(90deg, transparent 4%, black 72%);
  opacity: 0.38;
}

.page-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1.06fr);
  gap: clamp(54px, 8vw, 108px);
}

.page-hero-copy h1 {
  max-width: 780px;
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(3rem, 5.4vw, 5.45rem);
}

.page-hero-copy > p:not(.eyebrow) {
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 1.06rem;
  line-height: 1.75;
}

.hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.hero-chip-row span {
  padding: 7px 11px;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 650;
}

.page-hero-art {
  position: relative;
  min-width: 0;
}

.page-hero-art::before {
  position: absolute;
  inset: 8% 5%;
  background: rgba(45, 156, 219, 0.28);
  border-radius: 50%;
  content: "";
  filter: blur(72px);
}

.ui-window {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
}

.ui-titlebar {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--navy-950);
  font-size: 0.66rem;
  font-weight: 700;
}

.ui-titlebar > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ui-titlebar > span:first-child::before {
  width: 9px;
  height: 9px;
  background: var(--cyan);
  border-radius: 3px;
  content: "";
}

.ui-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9ee3cb;
}

.ui-status::before {
  width: 6px;
  height: 6px;
  background: #54c79b;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(84, 199, 155, 0.11);
  content: "";
}

.ui-body {
  padding: 22px;
}

.ui-project-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.ui-project-head > div {
  display: flex;
  flex-direction: column;
}

.ui-project-head span,
.ui-label {
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ui-project-head strong {
  color: var(--navy-900);
  font-family: var(--font-heading);
  font-size: 0.86rem;
}

.health-score {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  color: var(--success);
  background: var(--success-soft);
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 750;
}

.health-grid {
  display: grid;
  margin-bottom: 13px;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.health-grid > div {
  display: flex;
  min-height: 80px;
  justify-content: space-between;
  padding: 12px;
  background: var(--paper-blue);
  border: 1px solid #e0eaf1;
  border-radius: 11px;
  flex-direction: column;
}

.health-grid span {
  color: var(--muted);
  font-size: 0.53rem;
  font-weight: 650;
}

.health-grid strong {
  color: var(--navy-900);
  font-family: var(--font-heading);
  font-size: 1.03rem;
}

.health-grid strong.warning-text {
  color: var(--warning);
}

.proactive-feed {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 11px;
  color: var(--muted);
  background: #f8fafb;
  border-bottom: 1px solid var(--line);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.feed-item {
  display: grid;
  min-height: 63px;
  align-items: center;
  padding: 10px 11px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 27px 1fr auto;
  gap: 10px;
}

.feed-item:last-child {
  border-bottom: 0;
}

.feed-icon {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  color: var(--brand-strong);
  background: var(--brand-soft);
  border-radius: 8px;
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 800;
}

.feed-icon.feed-warn {
  color: var(--warning);
  background: var(--warning-soft);
}

.feed-icon.feed-good {
  color: var(--success);
  background: var(--success-soft);
}

.feed-item > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.feed-item strong {
  overflow: hidden;
  color: var(--navy-900);
  font-size: 0.61rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feed-item small,
.feed-time {
  color: var(--muted);
  font-size: 0.49rem;
}

.page-intro {
  padding: 112px 0 74px;
}

.intro-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(52px, 8vw, 114px);
}

.intro-grid h2 {
  margin-bottom: 0;
}

.intro-copy {
  color: var(--slate);
  font-size: 1.03rem;
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.section-soft {
  background: var(--paper-blue);
}

.section-paper {
  background: var(--paper);
}

.section-heading-narrow {
  max-width: 780px;
}

.section-heading-narrow.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading-narrow.centered .eyebrow {
  justify-content: center;
}

.section-heading-narrow > p:last-child {
  color: var(--slate);
  font-size: 1rem;
}

.capability-grid {
  display: grid;
  margin-top: 54px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.capability-card {
  position: relative;
  display: flex;
  min-height: 350px;
  overflow: hidden;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(7, 22, 47, 0.055);
  flex-direction: column;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.capability-card:hover {
  border-color: #bfd6e6;
  box-shadow: var(--shadow-sm);
  transform: translateY(-4px);
}

.capability-card::after {
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 130px;
  height: 130px;
  background: var(--brand-soft);
  border-radius: 50%;
  content: "";
  opacity: 0.7;
}

.capability-card-dark {
  color: rgba(255, 255, 255, 0.68);
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.capability-card-dark::after {
  background: rgba(119, 216, 236, 0.15);
}

.capability-card-dark h3,
.capability-card-dark .capability-number {
  color: var(--white);
}

.capability-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
  color: var(--brand-strong);
  background: var(--brand-soft);
  border-radius: 12px;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
}

.capability-card-dark .capability-number {
  color: var(--cyan);
  background: rgba(255, 255, 255, 0.08);
}

.capability-card h3 {
  position: relative;
  z-index: 2;
  font-size: 1.46rem;
}

.capability-card p {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
  color: var(--slate);
  font-size: 0.86rem;
}

.capability-card-dark p {
  color: rgba(255, 255, 255, 0.62);
}

.capability-card .text-link {
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.capability-card-dark .text-link {
  color: var(--cyan);
}

.capability-card-wide {
  display: grid;
  min-height: 330px;
  align-items: center;
  grid-column: span 2;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1.15fr);
  gap: 40px;
}

.feature-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}

.feature-list li {
  position: relative;
  padding-left: 25px;
  color: var(--slate);
  font-size: 0.82rem;
}

.feature-list li::before {
  position: absolute;
  top: 0.34em;
  left: 0;
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  color: var(--success);
  background: var(--success-soft);
  border-radius: 50%;
  content: "✓";
  font-size: 0.6rem;
  font-weight: 900;
}

.automation-section {
  overflow: hidden;
}

.automation-layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(54px, 8vw, 112px);
}

.automation-copy > p:not(.eyebrow) {
  color: var(--slate);
}

.automation-board {
  position: relative;
  display: grid;
  min-height: 430px;
  align-items: center;
  padding: 32px;
  background: linear-gradient(145deg, #eef6fb, #f9fbfc);
  border: 1px solid #d7e7f0;
  border-radius: 28px;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
}

.automation-board::before {
  position: absolute;
  inset: 18px;
  border: 1px dashed #cbdde8;
  border-radius: 20px;
  content: "";
  pointer-events: none;
}

.signal-stack,
.action-stack {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.signal-stack > span,
.action-stack > span {
  margin: 0 0 2px 4px;
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-card,
.action-card {
  display: flex;
  min-height: 60px;
  align-items: center;
  gap: 10px;
  padding: 11px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(7, 22, 47, 0.05);
}

.signal-card i,
.action-card i {
  display: inline-flex;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--brand-strong);
  background: var(--brand-soft);
  border-radius: 8px;
  font-size: 0.63rem;
  font-style: normal;
  font-weight: 850;
}

.action-card i {
  color: var(--success);
  background: var(--success-soft);
}

.signal-card div,
.action-card div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.signal-card strong,
.action-card strong {
  color: var(--navy-900);
  font-size: 0.62rem;
}

.signal-card small,
.action-card small {
  color: var(--muted);
  font-size: 0.5rem;
}

.ai-core {
  position: relative;
  z-index: 3;
  display: flex;
  width: 106px;
  height: 106px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: linear-gradient(145deg, var(--brand-strong), var(--navy-800));
  border: 8px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(33, 121, 202, 0.28);
  flex-direction: column;
}

.ai-core::before,
.ai-core::after {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 1px;
  background: #9fc5db;
  content: "";
}

.ai-core::before { right: 100%; }
.ai-core::after { left: 100%; }

.ai-core strong {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  line-height: 1;
}

.ai-core span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.48rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.automation-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 25px;
  padding: 16px 18px;
  color: var(--slate);
  background: var(--paper-blue);
  border: 1px solid #d9e7f0;
  border-radius: 14px;
  font-size: 0.8rem;
}

.automation-note::before {
  display: inline-flex;
  width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--brand-strong);
  background: var(--white);
  border-radius: 7px;
  content: "AI";
  font-size: 0.52rem;
  font-weight: 850;
}

.markup-section {
  overflow: hidden;
}

.markup-layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(520px, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(54px, 8vw, 110px);
}

.markup-copy > p:not(.eyebrow) {
  color: var(--slate);
}

.pdf-stage {
  position: relative;
  min-height: 530px;
  padding: 32px 30px;
  background:
    linear-gradient(rgba(18, 51, 86, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 51, 86, 0.04) 1px, transparent 1px),
    var(--paper-blue);
  background-size: 22px 22px;
  border: 1px solid #d6e5ee;
  border-radius: 28px;
}

.pdf-window-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.pdf-window-head > div {
  display: flex;
  flex-direction: column;
}

.pdf-window-head span {
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pdf-window-head strong {
  color: var(--navy-900);
  font-family: var(--font-heading);
  font-size: 0.78rem;
}

.export-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  color: var(--brand-strong) !important;
  background: var(--white);
  border: 1px solid #cadde9;
  border-radius: 8px;
  font-size: 0.55rem !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.pdf-sheet {
  position: relative;
  min-height: 416px;
  overflow: hidden;
  background: #fffefd;
  border: 1px solid #cbd7de;
  border-radius: 9px;
  box-shadow: 0 18px 36px rgba(7, 22, 47, 0.13);
}

.sheet-header {
  display: flex;
  height: 34px;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  color: #4d6070;
  border-bottom: 1px solid #d9e0e5;
  font-size: 0.49rem;
  font-weight: 750;
}

.plan-canvas {
  position: absolute;
  inset: 34px 0 0;
  background-image:
    linear-gradient(rgba(31, 57, 81, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 57, 81, 0.09) 1px, transparent 1px);
  background-size: 18px 18px;
}

.plan-wall,
.plan-room,
.plan-detail-circle,
.plan-note,
.highlight-zone {
  position: absolute;
}

.plan-wall {
  height: 3px;
  background: #667886;
  transform-origin: left;
}

.wall-1 { top: 28%; left: 9%; width: 62%; }
.wall-2 { top: 28%; left: 42%; width: 33%; transform: rotate(90deg); }
.wall-3 { top: 68%; left: 18%; width: 64%; }
.wall-4 { top: 43%; left: 62%; width: 31%; transform: rotate(90deg); }
.wall-5 { top: 48%; left: 8%; width: 29%; transform: rotate(-28deg); }

.plan-room {
  padding: 2px 5px;
  color: #758592;
  border: 1px solid #9eabb4;
  font-size: 0.42rem;
  font-weight: 700;
}

.room-1 { top: 12%; left: 16%; }
.room-2 { top: 42%; left: 51%; }
.room-3 { top: 72%; left: 25%; }

.plan-detail-circle {
  display: flex;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  color: #516574;
  border: 1px solid #70818e;
  border-radius: 50%;
  font-size: 0.43rem;
  font-weight: 800;
}

.detail-1 { top: 20%; right: 15%; }
.detail-2 { right: 32%; bottom: 14%; }

.plan-note {
  width: 72px;
  color: #5d6d79;
  font-size: 0.36rem;
  line-height: 1.4;
}

.note-1 { top: 11%; right: 25%; }
.note-2 { bottom: 12%; left: 9%; }

.highlight-zone {
  display: flex;
  align-items: flex-end;
  padding: 5px;
  border: 2px solid;
  border-radius: 5px;
}

.highlight-zone span {
  padding: 3px 5px;
  color: #17334c;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 4px;
  font-size: 0.4rem;
  font-weight: 800;
}

.highlight-blue {
  top: 21%;
  left: 10%;
  width: 35%;
  height: 31%;
  background: rgba(68, 177, 227, 0.24);
  border-color: #2b9cd2;
}

.highlight-gold {
  top: 38%;
  right: 9%;
  width: 33%;
  height: 38%;
  background: rgba(242, 182, 66, 0.24);
  border-color: #d69a29;
}

.highlight-violet {
  bottom: 8%;
  left: 23%;
  width: 34%;
  height: 24%;
  background: rgba(132, 105, 205, 0.2);
  border-color: #7556bd;
}

.pdf-legend {
  position: absolute;
  z-index: 4;
  right: 13px;
  bottom: 13px;
  display: flex;
  min-width: 145px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #cbd7de;
  border-radius: 7px;
  box-shadow: 0 8px 18px rgba(7, 22, 47, 0.1);
  flex-direction: column;
  gap: 5px;
}

.pdf-legend strong {
  margin-bottom: 2px;
  color: var(--navy-900);
  font-size: 0.48rem;
}

.pdf-legend span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #596c7b;
  font-size: 0.42rem;
}

.pdf-legend i {
  width: 9px;
  height: 9px;
  border-radius: 2px;
}

.legend-blue { background: #44b1e3; }
.legend-gold { background: #e1a43a; }
.legend-violet { background: #8469cd; }

.outcome-strip {
  display: grid;
  padding: 0;
  background: var(--navy-900);
  border-radius: 24px;
  grid-template-columns: repeat(4, 1fr);
}

.outcome-strip > div {
  display: flex;
  min-height: 148px;
  justify-content: center;
  padding: 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  flex-direction: column;
}

.outcome-strip > div:last-child {
  border-right: 0;
}

.outcome-strip strong {
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.outcome-strip span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
}

.pricing-shell {
  position: relative;
  margin-top: -50px;
  padding-bottom: 112px;
}

.pricing-grid {
  position: relative;
  z-index: 4;
  display: grid;
  align-items: stretch;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 20px;
}

.price-card {
  display: flex;
  min-height: 570px;
  padding: clamp(32px, 4vw, 50px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow-md);
  flex-direction: column;
}

.price-card-featured {
  color: rgba(255, 255, 255, 0.7);
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.price-card h2 {
  margin-bottom: 8px;
  font-size: 2rem;
}

.price-card-featured h2,
.price-card-featured .price,
.price-card-featured .price-unit {
  color: var(--white);
}

.plan-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
  padding: 6px 9px;
  color: var(--brand-strong);
  background: var(--brand-soft);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.price-card-featured .plan-label {
  color: var(--cyan);
  background: rgba(255, 255, 255, 0.08);
}

.price-row {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  margin: 17px 0 22px;
}

.price {
  color: var(--navy-900);
  font-family: var(--font-heading);
  font-size: clamp(3.4rem, 6vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.price-unit {
  padding-bottom: 5px;
  color: var(--slate);
  font-size: 0.72rem;
  line-height: 1.4;
}

.price-card > p {
  color: var(--slate);
  font-size: 0.86rem;
}

.price-card-featured > p {
  color: rgba(255, 255, 255, 0.62);
}

.price-card .button {
  width: 100%;
  margin: 18px 0 26px;
}

.price-list {
  display: flex;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
  flex-direction: column;
  gap: 12px;
}

.price-card-featured .price-list {
  border-color: rgba(255, 255, 255, 0.13);
}

.price-list li {
  position: relative;
  padding-left: 25px;
  color: var(--slate);
  font-size: 0.8rem;
}

.price-card-featured .price-list li {
  color: rgba(255, 255, 255, 0.65);
}

.price-list li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  color: var(--success);
  content: "✓";
  font-weight: 900;
}

.price-card-featured .price-list li::before {
  color: #78ddbd;
}

.inclusions-grid {
  display: grid;
  margin-top: 52px;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.inclusion-card {
  min-height: 155px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.inclusion-card span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--success);
  background: var(--success-soft);
  border-radius: 8px;
  font-size: 0.7rem;
  font-weight: 850;
}

.inclusion-card strong {
  display: block;
  margin-bottom: 5px;
  color: var(--navy-900);
  font-family: var(--font-heading);
  font-size: 0.83rem;
}

.inclusion-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.pricing-note {
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.7rem;
  text-align: center;
}

.mission-layout {
  display: grid;
  align-items: stretch;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 20px;
}

.mission-card {
  display: flex;
  min-height: 440px;
  justify-content: flex-end;
  padding: 42px;
  color: rgba(255, 255, 255, 0.68);
  background:
    radial-gradient(circle at 88% 8%, rgba(119, 216, 236, 0.22), transparent 35%),
    var(--navy-900);
  border-radius: 28px;
  flex-direction: column;
}

.mission-card h2 {
  color: var(--white);
}

.mission-card p {
  margin-bottom: 0;
}

.mission-principles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.principle-card {
  display: flex;
  min-height: 210px;
  padding: 30px;
  background: var(--paper-blue);
  border: 1px solid #dce8ef;
  border-radius: 22px;
  flex-direction: column;
}

.principle-card span {
  margin-bottom: auto;
  color: var(--brand-strong);
  font-family: var(--font-heading);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.principle-card strong {
  color: var(--navy-900);
  font-family: var(--font-heading);
  font-size: 1.05rem;
}

.principle-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.73rem;
}

.timeline {
  position: relative;
  display: grid;
  margin-top: 56px;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.timeline::before {
  position: absolute;
  top: 24px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: #c9d9e4;
  content: "";
}

.timeline-item {
  position: relative;
  z-index: 2;
}

.timeline-dot {
  width: 49px;
  height: 49px;
  margin-bottom: 23px;
  background: var(--white);
  border: 10px solid var(--brand-soft);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--brand-strong);
}

.timeline-item time {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-strong);
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 850;
}

.timeline-item strong {
  display: block;
  margin-bottom: 7px;
  color: var(--navy-900);
  font-family: var(--font-heading);
  font-size: 0.88rem;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.contact-split {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-panel {
  min-height: 270px;
  padding: 38px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.contact-panel-dark {
  color: rgba(255, 255, 255, 0.66);
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.contact-panel h3 {
  font-size: 1.5rem;
}

.contact-panel-dark h3 {
  color: var(--white);
}

.contact-panel p {
  color: var(--slate);
}

.contact-panel-dark p {
  color: rgba(255, 255, 255, 0.58);
}

.case-feature {
  display: grid;
  overflow: hidden;
  margin-top: 52px;
  background: var(--navy-900);
  border-radius: 28px;
  grid-template-columns: 0.9fr 1.1fr;
}

.case-feature-copy {
  display: flex;
  justify-content: center;
  padding: clamp(38px, 6vw, 66px);
  color: rgba(255, 255, 255, 0.65);
  flex-direction: column;
}

.case-feature-copy h3 {
  color: var(--white);
  font-size: 2rem;
}

.case-feature-copy .text-link {
  margin-top: 18px;
  color: var(--cyan);
}

.case-feature-metrics {
  display: grid;
  padding: 42px;
  background:
    radial-gradient(circle at 85% 15%, rgba(119, 216, 236, 0.22), transparent 32%),
    #0d2b4c;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.case-feature-metrics > div {
  display: flex;
  min-height: 145px;
  justify-content: center;
  padding: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  flex-direction: column;
}

.case-feature-metrics strong {
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 2.1rem;
  letter-spacing: -0.05em;
}

.case-feature-metrics span {
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.68rem;
}

.case-grid {
  display: grid;
  margin-top: 22px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.case-card {
  display: flex;
  min-height: 360px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  flex-direction: column;
}

.case-value {
  display: block;
  margin-bottom: 38px;
  color: var(--brand-strong);
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 850;
  letter-spacing: -0.06em;
}

.case-card h3 {
  font-size: 1.25rem;
}

.case-card p {
  color: var(--slate);
  font-size: 0.8rem;
}

.case-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.64rem;
}

.case-card footer strong {
  color: var(--success);
  font-size: 0.66rem;
}

.method-card {
  display: grid;
  align-items: center;
  padding: 42px;
  background: var(--paper-blue);
  border: 1px solid #d7e6ef;
  border-radius: 24px;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 60px;
}

.method-card h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.3rem);
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.method-steps > div {
  min-height: 150px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 15px;
}

.method-steps span {
  color: var(--brand-strong);
  font-size: 0.64rem;
  font-weight: 850;
}

.method-steps strong {
  display: block;
  margin: 18px 0 5px;
  color: var(--navy-900);
  font-family: var(--font-heading);
  font-size: 0.76rem;
}

.method-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.63rem;
}

.faq-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 60px;
}

.faq-sidebar {
  position: sticky;
  top: 110px;
  padding: 24px;
  background: var(--paper-blue);
  border: 1px solid #dce8ef;
  border-radius: 18px;
}

.faq-sidebar strong {
  display: block;
  margin-bottom: 12px;
  color: var(--navy-900);
  font-family: var(--font-heading);
  font-size: 0.8rem;
}

.faq-sidebar a {
  display: block;
  padding: 8px 0;
  color: var(--slate);
  font-size: 0.75rem;
}

.faq-sidebar a:hover {
  color: var(--brand-strong);
}

.faq-group {
  margin-bottom: 50px;
  scroll-margin-top: 110px;
}

.faq-group h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.faq-item {
  border-top: 1px solid var(--line);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  display: grid;
  width: 100%;
  min-height: 76px;
  align-items: center;
  padding: 18px 4px;
  color: var(--navy-900);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 750;
  text-align: left;
  grid-template-columns: 1fr 30px;
  gap: 20px;
}

.faq-question::after {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: var(--brand-strong);
  background: var(--brand-soft);
  border-radius: 8px;
  content: "+";
  font-size: 1.2rem;
  font-weight: 500;
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
}

.faq-answer {
  max-width: 820px;
  padding: 0 54px 25px 4px;
  color: var(--slate);
  font-size: 0.88rem;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer a {
  color: var(--brand-strong);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.security-principles {
  display: grid;
  margin-top: 52px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.security-principle {
  min-height: 250px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.security-principle span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
  color: var(--brand-strong);
  background: var(--brand-soft);
  border-radius: 13px;
  font-size: 0.72rem;
  font-weight: 850;
}

.security-principle h3 {
  font-size: 1.2rem;
}

.security-principle p {
  margin: 0;
  color: var(--slate);
  font-size: 0.78rem;
}

.control-grid {
  display: grid;
  margin-top: 48px;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.control-card {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.control-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.control-card h3::before {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  color: var(--success);
  background: var(--success-soft);
  border-radius: 8px;
  content: "✓";
  font-size: 0.64rem;
}

.control-card ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}

.control-card li {
  padding-left: 17px;
  color: var(--slate);
  font-size: 0.75rem;
}

.control-card li::before {
  margin-left: -17px;
  padding-right: 10px;
  color: var(--brand);
  content: "•";
}

.human-oversight-card {
  display: grid;
  align-items: center;
  padding: 44px;
  color: rgba(255, 255, 255, 0.65);
  background:
    radial-gradient(circle at 92% 0, rgba(119, 216, 236, 0.22), transparent 35%),
    var(--navy-900);
  border-radius: 26px;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
}

.human-oversight-card h2 {
  margin-bottom: 0;
  color: var(--white);
}

.human-oversight-card p:last-child {
  margin-bottom: 0;
}

.page-cta {
  position: relative;
  display: grid;
  min-height: 330px;
  overflow: hidden;
  align-items: center;
  padding: clamp(44px, 7vw, 76px);
  color: rgba(255, 255, 255, 0.68);
  background:
    radial-gradient(circle at 92% 0, rgba(119, 216, 236, 0.24), transparent 35%),
    linear-gradient(130deg, var(--navy-950), #123b65);
  border-radius: 34px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
}

.page-cta::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(119, 216, 236, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 216, 236, 0.1) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, black);
}

.page-cta > * {
  position: relative;
  z-index: 2;
}

.page-cta h2 {
  margin-bottom: 11px;
  color: var(--white);
  font-size: clamp(2.3rem, 4vw, 4rem);
}

.page-cta p {
  max-width: 680px;
  margin: 0;
}

.page-cta .button-row {
  flex-direction: column;
  align-items: stretch;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.62);
}

.source-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.68rem;
}

@media (max-width: 1120px) {
  .page-hero-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    gap: 48px;
  }

  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .automation-layout,
  .markup-layout {
    gap: 54px;
  }

  .automation-layout {
    grid-template-columns: minmax(0, 0.75fr) minmax(480px, 1.25fr);
  }

  .markup-layout {
    grid-template-columns: minmax(480px, 1.1fr) minmax(0, 0.9fr);
  }

  .outcome-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .outcome-strip > div:nth-child(2) {
    border-right: 0;
  }

  .outcome-strip > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .timeline {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 38px;
  }

  .timeline::before {
    display: none;
  }
}

@media (max-width: 940px) {
  .page-hero {
    padding: 78px 0 96px;
  }

  .page-hero-grid,
  .intro-grid,
  .automation-layout,
  .markup-layout,
  .mission-layout,
  .case-feature,
  .method-card,
  .human-oversight-card {
    grid-template-columns: 1fr;
  }

  .page-hero-copy {
    max-width: 760px;
  }

  .page-hero-art {
    width: min(680px, 100%);
  }

  .intro-grid {
    gap: 26px;
  }

  .automation-copy,
  .markup-copy {
    max-width: 720px;
  }

  .automation-board,
  .pdf-stage {
    width: min(720px, 100%);
  }

  .markup-layout .pdf-stage {
    order: 2;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: auto;
  }

  .inclusions-grid,
  .case-grid,
  .security-principles {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-split {
    grid-template-columns: 1fr;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-sidebar {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 18px;
  }

  .faq-sidebar strong {
    width: 100%;
  }

  .method-card,
  .human-oversight-card {
    gap: 34px;
  }

  .page-cta {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page-cta .button-row {
    align-items: flex-start;
    flex-direction: row;
  }
}

@media (max-width: 720px) {
  .page-hero {
    padding: 62px 0 80px;
  }

  .page-hero-copy h1 {
    font-size: clamp(2.65rem, 12.5vw, 4.3rem);
  }

  .page-hero-art {
    margin-top: 18px;
  }

  .ui-body {
    padding: 15px;
  }

  .health-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .health-grid > div:last-child {
    display: none;
  }

  .page-intro {
    padding: 80px 0 54px;
  }

  .capability-grid,
  .capability-card-wide,
  .inclusions-grid,
  .mission-principles,
  .case-grid,
  .security-principles,
  .control-grid {
    grid-template-columns: 1fr;
  }

  .capability-card,
  .capability-card-wide {
    min-height: 300px;
  }

  .automation-board {
    min-height: 0;
    width: 100%;
    padding: 25px;
    grid-template-columns: 1fr;
  }

  .automation-board::before {
    inset: 12px;
  }

  .ai-core {
    width: 88px;
    height: 88px;
    grid-column: 1 / -1;
    place-self: center;
    margin: 4px auto;
    border-radius: 23px;
  }

  .ai-core strong,
  .ai-core span {
    width: 100%;
    text-align: center;
  }

  .ai-core span {
    padding-inline: 4px;
    line-height: 1.2;
  }

  .ai-core::before,
  .ai-core::after {
    top: auto;
    left: 50%;
    width: 1px;
    height: 16px;
  }

  .ai-core::before { right: auto; bottom: 100%; }
  .ai-core::after { top: 100%; }

  .pdf-stage {
    min-height: 470px;
    padding: 20px 17px;
  }

  .pdf-sheet {
    min-height: 380px;
  }

  .outcome-strip {
    grid-template-columns: 1fr;
  }

  .outcome-strip > div,
  .outcome-strip > div:nth-child(2) {
    min-height: 110px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .outcome-strip > div:last-child {
    border-bottom: 0;
  }

  .pricing-shell {
    margin-top: -34px;
    padding-bottom: 80px;
  }

  .price-card {
    padding: 31px 27px;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    display: grid;
    grid-template-columns: 49px 1fr;
    column-gap: 18px;
  }

  .timeline-dot {
    grid-row: 1 / span 3;
    margin: 0;
  }

  .case-feature-metrics,
  .method-steps {
    grid-template-columns: 1fr;
  }

  .case-feature-metrics {
    padding: 26px;
  }

  .case-feature-metrics > div {
    min-height: 115px;
  }

  .method-card,
  .human-oversight-card {
    padding: 30px;
  }

  .faq-question {
    font-size: 0.92rem;
  }

  .page-cta {
    min-height: 0;
    padding: 42px 28px;
    border-radius: 26px;
  }

  .page-cta .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .page-cta .button {
    width: 100%;
  }

  .footer-bottom {
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .button-row .button {
    width: 100%;
  }

  .feed-item {
    grid-template-columns: 27px 1fr;
  }

  .feed-time {
    display: none;
  }

  .pdf-window-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .highlight-zone span,
  .pdf-legend {
    display: none;
  }

  .contact-panel,
  .mission-card,
  .principle-card,
  .case-card,
  .security-principle,
  .control-card {
    padding: 26px;
  }

  .faq-sidebar {
    display: none;
  }

  .faq-answer {
    padding-right: 4px;
  }

  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}
/* Consistency proof, customer proof, and bidder pre-submit workflow. */
.feature-card-consistency { grid-template-columns: 48px minmax(0, 0.95fr) minmax(300px, 1.05fr); }
.feature-card-consistency .consistency-note { margin: -6px 0 0; padding: 13px 15px; color: var(--navy-800); background: rgba(255, 255, 255, 0.7); border-left: 3px solid var(--brand); border-radius: 0 10px 10px 0; font-size: 0.76rem; line-height: 1.6; }
.consistency-compare { display: grid; align-items: stretch; padding: 14px; background: rgba(255, 255, 255, 0.72); border: 1px solid #d7e6ee; border-radius: 20px; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 9px; }
.consistency-path { display: flex; min-width: 0; min-height: 218px; padding: 19px 16px; justify-content: center; flex-direction: column; background: var(--white); border: 1px solid #dfe9ee; border-radius: 15px; }
.consistency-path span { margin-bottom: 28px; color: var(--muted); font-size: 0.58rem; font-weight: 800; letter-spacing: 0.08em; line-height: 1.45; text-transform: uppercase; }
.consistency-path b { color: var(--navy-900); font-family: var(--font-heading); font-size: 0.95rem; }
.consistency-path i { display: block; margin: 9px 0 20px; color: var(--slate); font-size: 0.75rem; font-style: normal; }
.consistency-path small { margin-top: auto; padding: 7px 8px; text-align: center; border-radius: 8px; font-size: 0.62rem; font-weight: 800; }
.consistency-path-scrubplan { background: linear-gradient(155deg, #f2fbff, #ffffff); border-color: #bfe4ef; box-shadow: 0 10px 24px rgba(25, 143, 177, 0.09); }
.consistency-path-scrubplan span { color: var(--brand-strong); }
.consistency-path-scrubplan i { color: var(--navy-800); font-weight: 700; }
.consistency-path-scrubplan small { color: #087e61; background: #e4f8f1; }
.consistency-path-generic { opacity: 0.76; }
.consistency-path-generic i { color: #9b5f17; }
.consistency-path-generic small { color: #89500d; background: #fff2df; }
.consistency-versus { align-self: center; color: var(--muted); font-family: var(--font-heading); font-size: 0.65rem; font-weight: 800; text-transform: uppercase; }
.change-preview-action > i { padding: 6px 8px; color: var(--brand-strong); white-space: nowrap; background: var(--white); border: 1px solid #cce1eb; border-radius: 7px; }
.testimonial-grid-five { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.testimonial-grid-five .quote-card { min-height: 290px; }
.testimonial-grid-five .quote-card:nth-child(-n+3) { grid-column: span 2; }
.testimonial-grid-five .quote-card:nth-child(n+4) { grid-column: span 3; }
.bidder-review-section { overflow: hidden; background: linear-gradient(180deg, #f3f8fb 0%, #edf6fa 100%); }
.bidder-review-board { display: grid; align-items: stretch; grid-template-columns: minmax(300px, 1.3fr) 34px minmax(185px, 0.78fr) 34px minmax(205px, 0.86fr) 34px minmax(185px, 0.78fr); gap: 10px; }
.review-stage { position: relative; display: flex; min-width: 0; min-height: 430px; padding: 23px 19px; overflow: hidden; flex-direction: column; background: var(--white); border: 1px solid #d8e5ec; border-radius: 22px; box-shadow: 0 12px 34px rgba(10, 39, 68, 0.06); }
.review-stage::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: #c9dce7; content: ""; }
.review-stage-drawing { background: linear-gradient(160deg, #ffffff, #f4fbfe); border-color: #bfdfeb; }
.review-stage-drawing::before, .review-stage-accent::before { background: linear-gradient(90deg, var(--brand), var(--cyan)); }
.review-stage-accent { background: linear-gradient(155deg, var(--navy-950), #123c65); border-color: transparent; }
.review-stage-head { display: flex; min-height: 54px; align-items: flex-start; gap: 10px; }
.review-stage-head > span { display: grid; width: 29px; height: 29px; flex: 0 0 auto; place-items: center; color: var(--brand-strong); background: var(--brand-soft); border-radius: 9px; font-size: 0.6rem; font-weight: 800; }
.review-stage-head strong { display: block; color: var(--navy-900); font-family: var(--font-heading); font-size: 0.82rem; line-height: 1.3; }
.review-stage-head small { display: block; margin-top: 3px; color: var(--muted); font-size: 0.58rem; line-height: 1.35; }
.review-stage-accent .review-stage-head > span { color: var(--cyan); background: rgba(119, 216, 236, 0.14); }
.review-stage-accent .review-stage-head strong { color: var(--white); }
.review-stage-accent .review-stage-head small { color: rgba(255, 255, 255, 0.56); }
.review-stage > p { margin: auto 0 0; padding-top: 18px; color: var(--muted); font-size: 0.68rem; line-height: 1.6; }
.review-stage-accent > p { color: rgba(255, 255, 255, 0.62); }
.review-flow-arrow { position: relative; display: grid; place-items: center; }
.review-flow-arrow::before { position: absolute; right: 0; left: 0; height: 1px; background: #b9d1de; content: ""; }
.review-flow-arrow span { position: relative; z-index: 1; display: grid; width: 27px; height: 27px; place-items: center; color: var(--brand-strong); background: #f1f8fb; border: 1px solid #b9d1de; border-radius: 50%; font-size: 0.82rem; }
.bid-form-demo { margin-top: 16px; overflow: hidden; background: var(--white); border: 1px solid #dbe8ee; border-radius: 14px; box-shadow: 0 10px 24px rgba(10, 39, 68, 0.06); }
.demo-toolbar { display: flex; padding: 10px 11px; align-items: center; justify-content: space-between; color: var(--navy-800); background: #f3f8fa; border-bottom: 1px solid #e0e9ed; font-size: 0.58rem; font-weight: 800; }
.demo-toolbar i { padding: 4px 6px; color: #89500d; background: #fff1dd; border-radius: 6px; font-size: 0.5rem; font-style: normal; }
.demo-check-row { display: grid; padding: 12px 11px; align-items: center; grid-template-columns: 19px minmax(0, 1fr) auto; gap: 8px; }
.demo-check-row > div { display: flex; min-width: 0; flex-direction: column; }
.demo-check-row b { color: var(--navy-900); font-size: 0.62rem; }
.demo-check-row small { color: var(--muted); font-size: 0.52rem; }
.demo-check { display: grid; width: 18px; height: 18px; place-items: center; color: var(--white); background: var(--success); border-radius: 5px; font-size: 0.57rem; }
.demo-check-row button { padding: 6px 7px; color: var(--brand-strong); background: #eef9fd; border: 1px solid #c8e5ef; border-radius: 7px; font: inherit; font-size: 0.51rem; font-weight: 800; }
.drawing-demo { position: relative; min-height: 145px; overflow: hidden; background-color: #fbfcfc; background-image: linear-gradient(#e5ecef 1px, transparent 1px), linear-gradient(90deg, #e5ecef 1px, transparent 1px); background-size: 16px 16px; border-top: 1px solid #e2eaed; }
.drawing-demo::before { position: absolute; inset: 27px 38px 24px 28px; border: 2px solid #8fa0a8; content: ""; }
.drawing-line { position: absolute; z-index: 1; display: block; background: #8fa0a8; }
.line-a { top: 27px; bottom: 24px; left: 50%; width: 2px; }
.line-b { top: 65px; right: 38px; left: 28px; height: 2px; }
.line-c { top: 27px; right: 78px; width: 2px; height: 38px; }
.drawing-room { position: absolute; z-index: 2; top: 39px; left: 42px; color: #70828b; font-size: 0.48rem; font-weight: 700; }
.drawing-highlight { position: absolute; z-index: 3; right: 29px; bottom: 31px; display: flex; padding: 7px 8px; align-items: center; gap: 5px; color: var(--navy-900); background: rgba(119, 216, 236, 0.88); border: 1px solid #45bad2; border-radius: 8px; box-shadow: 0 5px 14px rgba(10, 39, 68, 0.14); font-size: 0.5rem; }
.drawing-highlight i { width: 6px; height: 6px; background: var(--navy-900); border-radius: 50%; box-shadow: 0 0 0 4px rgba(10, 39, 68, 0.12); }
.drawing-highlight b { font-size: 0.5rem; }
.proposal-upload-demo { display: flex; min-height: 166px; margin-top: 20px; padding: 19px 12px; align-items: center; justify-content: center; flex-direction: column; text-align: center; background: #f5fafc; border: 1px dashed #9dc9da; border-radius: 14px; }
.proposal-upload-demo i { display: grid; width: 38px; height: 38px; margin-bottom: 12px; place-items: center; color: var(--brand-strong); background: var(--brand-soft); border-radius: 11px; font-size: 1rem; font-style: normal; }
.proposal-upload-demo b { max-width: 100%; overflow: hidden; color: var(--navy-900); font-size: 0.58rem; text-overflow: ellipsis; }
.proposal-upload-demo span { margin-top: 7px; padding: 5px 7px; color: #087e61; background: #e4f8f1; border-radius: 6px; font-size: 0.5rem; font-weight: 800; }
.conflict-demo { display: grid; margin-top: 20px; gap: 8px; }
.conflict-demo div { display: grid; min-height: 49px; padding: 9px 10px; align-items: center; color: var(--white); background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 10px; grid-template-columns: 22px minmax(0, 1fr); gap: 7px; font-size: 0.56rem; line-height: 1.35; }
.conflict-demo i { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 6px; font-size: 0.58rem; font-style: normal; font-weight: 800; }
.conflict-ok { color: #9ff0d5; background: rgba(49, 193, 145, 0.16); }
.conflict-warn { color: #ffd69c; background: rgba(239, 167, 63, 0.16); }
.conflict-open { color: #b7e9f3; background: rgba(119, 216, 236, 0.14); }
.resolution-demo { display: grid; margin-top: 20px; gap: 9px; }
.resolution-demo span { display: grid; min-height: 55px; padding: 10px; place-items: center; color: var(--brand-strong); text-align: center; background: #eff9fc; border: 1px solid #c9e5ef; border-radius: 11px; font-size: 0.62rem; font-weight: 800; }
.pre-submit-result { display: grid; margin-top: 22px; padding: 22px 26px; align-items: center; color: var(--white); background: linear-gradient(120deg, var(--navy-950), #123f69); border-radius: 20px; grid-template-columns: auto minmax(0, 1fr) auto; gap: 20px; box-shadow: var(--shadow-sm); }

/* August 2026 asset, trial, workflow, pricing, and case-study refresh. */
.brand img { object-fit: contain; background: #fff; border-radius: 9px; }
.brand-footer img { box-shadow: 0 0 0 1px rgba(255,255,255,.14); }
.sample-visual { overflow: hidden; background: #fff; border: 1px solid #d5e4eb; border-radius: 24px; box-shadow: 0 24px 60px rgba(10,39,68,.12); }
.sample-visual-head { display: flex; min-height: 76px; padding: 18px 22px; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy-900); background: linear-gradient(135deg,#f4f9fb,#eaf5f9); border-bottom: 1px solid #d8e7ed; }
.sample-visual-head div { display: flex; flex-direction: column; gap: 3px; }
.sample-visual-head span { color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sample-visual-head strong { font-family: var(--font-heading); font-size: .9rem; }
.sample-visual-head .export-chip { padding: 8px 10px; color: var(--brand-strong); background: #fff; border: 1px solid #c9e1ea; border-radius: 9px; white-space: nowrap; }
.sample-visual > img { display: block; width: 100%; aspect-ratio: 2.08 / 1; object-fit: cover; object-position: center; }
.scope-output-section { background: linear-gradient(180deg,#fff,#f7fafb); }
.scope-output-grid { display: grid; align-items: stretch; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.scope-sample-card { display: flex; min-height: 590px; padding: 26px; flex-direction: column; }
.scope-sample-card > p { min-height: 92px; }
.scope-control-card { min-height: 0; grid-column: 1 / -1; display: grid; align-items: center; grid-template-columns: 54px minmax(220px,.5fr) minmax(300px,1fr) auto; gap: 22px; }
.scope-control-card h3,.scope-control-card p { margin: 0; }
.sample-image-wrap { margin: 18px 0 16px; overflow: hidden; background: #eef5f8; border: 1px solid #d7e5eb; border-radius: 14px; }
.sample-image-wrap img { display: block; width: 100%; height: 230px; object-fit: cover; object-position: top left; }
.sample-download { display: flex; margin-top: auto; padding: 13px 14px; align-items: center; gap: 11px; color: var(--navy-900); background: #f1f8fb; border: 1px solid #cbe3ec; border-radius: 12px; transition: transform .2s ease,border-color .2s ease; }
.sample-download:hover { transform: translateY(-2px); border-color: var(--brand); }
.sample-download > span { display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--brand-strong); border-radius: 9px; font-weight: 800; }
.sample-download div { display: flex; min-width: 0; flex-direction: column; }
.sample-download strong { font-size: .75rem; }
.sample-download small { overflow: hidden; color: var(--muted); font-size: .6rem; text-overflow: ellipsis; white-space: nowrap; }
.document-preview,.change-preview { min-height: 230px; margin: 18px 0 16px; padding: 22px; background: linear-gradient(145deg,#f4f9fb,#e9f3f7); border: 1px solid #d7e5eb; border-radius: 14px; }
.document-preview { display: grid; align-content: center; justify-items: center; text-align: center; }
.document-preview > span { display: grid; width: 54px; height: 54px; place-items: center; color: #fff; background: var(--brand-strong); border-radius: 13px; font: 800 .85rem var(--font-heading); }
.document-preview > div { display: grid; width: 80%; margin: 20px 0 14px; gap: 7px; }
.document-preview i { display: block; height: 5px; background: #c4d7df; border-radius: 9px; }
.document-preview i:nth-child(2),.document-preview i:nth-child(4) { width: 76%; }
.document-preview strong { color: var(--navy-900); font-size: .76rem; }
.change-preview { display: flex; flex-direction: column; justify-content: center; }
.change-preview > div { display: flex; margin-bottom: 28px; justify-content: space-between; align-items: center; gap: 10px; }
.change-preview > div span { padding: 7px 9px; color: #89500d; background: #fff0d7; border-radius: 8px; font-size: .6rem; font-weight: 800; }
.change-preview > div b { color: var(--brand-strong); font-size: .66rem; }
.change-preview > strong { color: var(--navy-900); font-size: .78rem; }
.change-preview > small { margin-top: 7px; color: var(--muted); font-size: .62rem; }
.workflow-shot-wrap { margin-top: 16px; overflow: hidden; background: #eef4f7; border: 1px solid #d6e5ec; border-radius: 14px; }
.workflow-shot { display: block; width: 100%; height: 230px; object-fit: cover; object-position: top left; }
.review-stage-drawing { min-width: 0; }
.pre-submit-result > span { padding: 7px 10px; color: var(--cyan); background: rgba(119,216,236,.12); border-radius: 999px; font-size: .6rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.pre-submit-result > strong { font: 700 1rem var(--font-heading); }
.pre-submit-result > small { color: rgba(255,255,255,.64); font-size: .66rem; }
.agent-followup-section { overflow: hidden; background: linear-gradient(155deg,#071b32,#0c3358 68%,#0c4665); color: #fff; }
.agent-followup-section .section-heading h2,.agent-followup-section .section-heading > p { color: #fff; }
.agent-followup-section .section-heading > p { opacity: .7; }
.agent-followup-section .eyebrow { color: var(--cyan); }
.agent-followup-board { display: grid; align-items: stretch; grid-template-columns: repeat(3,minmax(0,1fr) 30px) minmax(0,1fr); gap: 9px; }
.agent-step { position: relative; min-height: 310px; padding: 26px 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; backdrop-filter: blur(8px); }
.agent-step-accent { background: linear-gradient(145deg,rgba(34,161,196,.36),rgba(255,255,255,.08)); border-color: rgba(119,216,236,.38); }
.agent-step-number { color: var(--cyan); font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.agent-step-icon { display: grid; width: 52px; height: 52px; margin: 38px 0 24px; place-items: center; color: #fff; background: rgba(119,216,236,.14); border: 1px solid rgba(119,216,236,.28); border-radius: 15px; font-size: 1.35rem; }
.agent-step h3 { color: #fff; font-size: 1rem; }
.agent-step p { margin: 12px 0 0; color: rgba(255,255,255,.65); font-size: .73rem; line-height: 1.65; }
.agent-connector { display: grid; place-items: center; color: var(--cyan); font-size: 1.2rem; }
.agent-status-rail { display: grid; max-width: 680px; margin: 24px auto 0; padding: 16px 18px; align-items: center; color: var(--navy-900); background: #fff; border-radius: 15px; grid-template-columns: 42px minmax(0,1fr) auto; gap: 12px; box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.agent-avatar { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--brand-strong); border-radius: 12px; font-size: .7rem; font-weight: 800; }
.agent-status-rail div { display: flex; flex-direction: column; }
.agent-status-rail strong { font-size: .76rem; }
.agent-status-rail small { margin-top: 3px; color: var(--muted); font-size: .62rem; }
.agent-live { padding: 6px 8px; color: #087e61; background: #e4f8f1; border-radius: 7px; font-size: .58rem; font-weight: 800; }
.trial-main { background: var(--navy-950); }
.trial-hero { position: relative; padding: 94px 0 104px; overflow: hidden; background: radial-gradient(circle at 85% 10%,rgba(33,159,196,.28),transparent 34%),linear-gradient(145deg,#061a30,#0b3358); }
.trial-hero::after { position: absolute; right: -140px; bottom: -240px; width: 540px; height: 540px; border: 1px solid rgba(119,216,236,.16); border-radius: 50%; content: ''; box-shadow: 0 0 0 70px rgba(119,216,236,.035),0 0 0 140px rgba(119,216,236,.025); }
.trial-layout { position: relative; z-index: 1; display: grid; align-items: center; grid-template-columns: minmax(0,.95fr) minmax(400px,.75fr); gap: clamp(48px,8vw,110px); }
.trial-copy h1 { max-width: 720px; margin: 20px 0; color: #fff; font-size: clamp(3.1rem,6vw,5.9rem); line-height: .98; }
.trial-copy > p:not(.eyebrow) { max-width: 660px; color: rgba(255,255,255,.7); font-size: 1.03rem; line-height: 1.8; }
.trial-proof { display: grid; margin-top: 42px; gap: 13px; }
.trial-proof > div { display: grid; padding: 15px 17px; align-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); border-radius: 13px; grid-template-columns: 35px minmax(140px,.55fr) minmax(0,1fr); gap: 12px; }
.trial-proof span { color: var(--cyan); font-size: .62rem; font-weight: 800; }
.trial-proof strong { color: #fff; font-size: .74rem; }
.trial-proof small { color: rgba(255,255,255,.55); font-size: .64rem; line-height: 1.5; }
.trial-form-card { padding: 34px; color: var(--navy-900); background: rgba(255,255,255,.98); border: 1px solid rgba(255,255,255,.7); border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.form-kicker { display: inline-flex; padding: 6px 9px; color: var(--brand-strong); background: var(--brand-soft); border-radius: 999px; font-size: .6rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.trial-form-head h2,.trial-form-head h3 { margin: 17px 0 9px; color: var(--navy-900); font-family: var(--font-heading); font-size: 1.65rem; }
.trial-form-head p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.65; }
.trial-form { display: grid; margin-top: 26px; gap: 17px; }
.form-field { display: grid; gap: 8px; }
.form-field > span { color: var(--navy-900); font-size: .68rem; font-weight: 800; }
.form-field input { width: 100%; min-height: 52px; padding: 0 15px; color: var(--navy-900); background: #f7fafb; border: 1px solid #cddde4; border-radius: 11px; outline: 0; font: 500 .82rem var(--font-body); transition: border-color .2s ease,box-shadow .2s ease; }
.form-field input:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(34,161,196,.12); }
.trial-submit { width: 100%; min-height: 54px; justify-content: space-between; }
.form-status { margin: -3px 0 0; color: var(--muted); font-size: .62rem; line-height: 1.5; }
.trial-form.is-complete { margin-top: 22px; }
.trial-form.is-complete .form-field,.trial-form.is-complete .trial-submit { display: none; }
.form-status.is-success { display: grid; margin: 0; padding: 16px; align-items: center; color: #087e61; background: #edf9f5; border: 1px solid #bde8da; border-radius: 13px; grid-template-columns: 34px minmax(0,1fr); gap: 12px; font-size: .68rem; font-weight: 500; }
.form-status.is-success strong { display: block; margin-bottom: 3px; color: #075f4b; font-size: .75rem; }
.form-success-mark { display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: #0f9977; border-radius: 50%; font-size: .9rem; font-weight: 800; }
.trial-band { padding: 34px 0; color: #fff; background: #06172b; border-top: 1px solid rgba(255,255,255,.08); }
.trial-band-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.trial-band-grid > div { display: flex; padding: 8px 34px; flex-direction: column; border-right: 1px solid rgba(255,255,255,.12); }
.trial-band-grid > div:first-child { padding-left: 0; }
.trial-band-grid > div:last-child { padding-right: 0; border-right: 0; }
.trial-band-grid strong { font-size: .74rem; }
.trial-band-grid span { margin-top: 6px; color: rgba(255,255,255,.54); font-size: .64rem; line-height: 1.5; }
.feature-trial-section { background: radial-gradient(circle at 10% 20%,rgba(119,216,236,.14),transparent 30%),linear-gradient(135deg,#071b31,#0b385e); }
.feature-trial-layout { display: grid; align-items: center; grid-template-columns: minmax(0,1fr) minmax(350px,.62fr); gap: 78px; }
.feature-trial-copy h2 { margin: 17px 0; color: #fff; font-size: clamp(2.7rem,5vw,5rem); }
.feature-trial-copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 28px; color: rgba(255,255,255,.65); line-height: 1.8; }
.trial-form-inline { padding: 28px; }
.usage-rate-grid { display: grid; margin: 24px 0 6px; grid-template-columns: repeat(2,1fr); gap: 10px; }
.usage-rate-grid > div { display: flex; min-height: 112px; padding: 15px; flex-direction: column; justify-content: center; background: #f2f8fa; border: 1px solid #d5e5eb; border-radius: 13px; }
.usage-rate-grid span { color: var(--muted); font-size: .62rem; }
.usage-rate-grid strong { margin: 7px 0 2px; color: var(--navy-900); font: 800 1.5rem var(--font-heading); }
.usage-rate-grid small { color: var(--brand-strong); font-size: .6rem; font-weight: 800; }
.case-hero { overflow: hidden; }
.case-hero-panel { padding: 36px; color: #fff; background: linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.05)); border: 1px solid rgba(255,255,255,.15); border-radius: 26px; box-shadow: 0 30px 70px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.case-hero-label { color: var(--cyan); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.case-hero-panel > strong { display: block; margin: 18px 0 8px; font: 800 clamp(3.6rem,7vw,6.6rem) var(--font-heading); line-height: 1; }
.case-hero-panel > p { color: rgba(255,255,255,.66); line-height: 1.7; }
.case-hero-panel > div { display: grid; margin-top: 28px; gap: 10px; }
.case-hero-panel > div span { padding: 12px 13px; background: rgba(255,255,255,.07); border-radius: 10px; color: rgba(255,255,255,.7); font-size: .68rem; }
.case-hero-panel > div b { color: #fff; }
.case-intro-section { padding-top: 70px; }
.case-study-feature { display: grid; overflow: hidden; background: #fff; border: 1px solid #d5e4eb; border-radius: 26px; grid-template-columns: minmax(340px,.88fr) minmax(0,1.12fr); box-shadow: 0 24px 70px rgba(10,39,68,.09); }
.case-media-placeholder { position: relative; display: flex; min-height: 260px; padding: 28px; justify-content: flex-end; flex-direction: column; overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 15%,rgba(119,216,236,.4),transparent 26%),linear-gradient(145deg,#103f65,#09223c); }
.case-media-placeholder::before { position: absolute; top: 26px; right: 26px; width: 86px; height: 86px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; content: ''; box-shadow: 0 0 0 24px rgba(255,255,255,.025); }
.case-media-placeholder span { position: relative; color: var(--cyan); font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.case-media-placeholder strong { position: relative; margin-top: 9px; font: 700 1.25rem var(--font-heading); }
.case-media-placeholder small { position: relative; margin-top: 7px; color: rgba(255,255,255,.56); font-size: .63rem; }
.case-media-dark { min-height: 490px; background: radial-gradient(circle at 75% 20%,rgba(119,216,236,.3),transparent 28%),linear-gradient(145deg,#06182b,#0b4167); }
.case-media-blue { background: radial-gradient(circle at 15% 20%,rgba(119,216,236,.35),transparent 25%),linear-gradient(145deg,#0a2d50,#17617d); }
.case-study-copy { padding: clamp(34px,5vw,68px); }
.case-badges { display: flex; flex-wrap: wrap; gap: 7px; }
.case-badges span { padding: 6px 8px; color: var(--brand-strong); background: var(--brand-soft); border-radius: 999px; font-size: .58rem; font-weight: 800; }
.case-study-copy h3 { margin: 22px 0 16px; color: var(--navy-900); font-size: clamp(1.8rem,3vw,3rem); line-height: 1.15; }
.case-study-copy > p { color: var(--muted); line-height: 1.75; }
.case-metric-row { display: grid; margin-top: 34px; grid-template-columns: repeat(4,1fr); gap: 9px; }
.case-metric-row > div { display: flex; min-height: 92px; padding: 13px; justify-content: center; flex-direction: column; background: #f2f7f9; border-radius: 11px; }
.case-metric-row strong { color: var(--navy-900); font: 800 1.35rem var(--font-heading); }
.case-metric-row span { margin-top: 4px; color: var(--muted); font-size: .57rem; }
.case-study-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.case-study-grid-two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.case-study-card { overflow: hidden; background: #fff; border: 1px solid #d5e3e9; border-radius: 22px; box-shadow: 0 16px 45px rgba(10,39,68,.07); }
.case-card-content { padding: 25px; }
.case-card-topline { display: flex; min-height: 30px; align-items: center; justify-content: space-between; gap: 9px; color: var(--muted); font-size: .58rem; }
.case-card-topline strong { padding: 6px 8px; color: #087e61; background: #e5f7f1; border-radius: 8px; white-space: nowrap; }
.case-card-content h3 { margin: 17px 0 13px; color: var(--navy-900); font-size: 1.08rem; line-height: 1.35; }
.case-card-content > p { min-height: 128px; color: var(--muted); font-size: .72rem; line-height: 1.7; }
.case-card-content footer { display: flex; margin-top: 22px; padding-top: 15px; justify-content: space-between; gap: 10px; color: var(--muted); border-top: 1px solid #e1eaee; font-size: .56rem; }
.case-card-content footer b { color: var(--brand-strong); }
.case-metric-row.compact { grid-template-columns: repeat(3,1fr); margin-top: 20px; }
.case-metric-row.compact > div { min-height: 76px; }
@media (max-width: 1120px) {
  .scope-output-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .scope-control-card { grid-column: auto; display: flex; flex-direction: column; align-items: flex-start; }
  .scope-control-card p { margin: 12px 0 22px; }
  .bidder-review-board { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .review-flow-arrow { display: none; }
  .agent-followup-board { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .agent-connector { display: none; }
  .trial-layout { grid-template-columns: minmax(0,1fr) minmax(360px,.85fr); gap: 45px; }
  .case-study-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 940px) {
  .trial-layout,.feature-trial-layout,.case-study-feature { grid-template-columns: 1fr; }
  .trial-copy { max-width: 760px; }
  .trial-form-card { max-width: 620px; }
  .trial-band-grid { grid-template-columns: 1fr; gap: 18px; }
  .trial-band-grid > div,.trial-band-grid > div:first-child,.trial-band-grid > div:last-child { padding: 4px 0 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trial-band-grid > div:last-child { border-bottom: 0; }
  .feature-trial-layout { gap: 42px; }
  .case-media-dark { min-height: 330px; }
}
@media (max-width: 720px) {
  .sample-visual-head { align-items: flex-start; flex-direction: column; }
  .sample-visual > img { min-height: 260px; object-fit: cover; }
  .scope-output-grid,.bidder-review-board,.agent-followup-board,.case-study-grid,.case-study-grid-two { grid-template-columns: 1fr; }
  .scope-sample-card { min-height: 0; }
  .scope-sample-card > p { min-height: 0; }
  .scope-control-card { grid-column: auto; }
  .review-stage { min-height: 0; }
  .workflow-shot { height: auto; max-height: 330px; }
  .pre-submit-result { grid-template-columns: 1fr; gap: 10px; }
  .agent-step { min-height: 270px; }
  .trial-hero { padding: 70px 0 76px; }
  .trial-layout { grid-template-columns: 1fr; }
  .trial-copy h1 { font-size: clamp(2.8rem,14vw,4.5rem); }
  .trial-proof > div { grid-template-columns: 30px 1fr; }
  .trial-proof small { grid-column: 2; }
  .trial-form-card { padding: 26px 22px; }
  .usage-rate-grid { grid-template-columns: 1fr; }
  .case-hero-panel { padding: 27px; }
  .case-study-copy { padding: 30px 24px; }
  .case-metric-row { grid-template-columns: repeat(2,1fr); }
  .case-card-content > p { min-height: 0; }
}
@media (max-width: 480px) {
  .sample-image-wrap img { height: 190px; }
  .case-card-topline,.case-card-content footer { align-items: flex-start; flex-direction: column; }
  .case-metric-row.compact { grid-template-columns: 1fr; }
}

/* August 2026 legal, SMS, and complete case-study pages. */
.legal-hero { background: radial-gradient(circle at 80% 15%,rgba(119,216,236,.2),transparent 30%),linear-gradient(145deg,#061a30,#0c385f); }
.legal-hero-grid { display: grid; align-items: center; grid-template-columns: minmax(0,1fr) minmax(300px,.45fr); gap: clamp(44px,8vw,100px); }
.legal-hero-card { padding: 30px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.legal-hero-card > span { color: var(--cyan); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-hero-card > strong { display: block; margin: 18px 0 8px; font: 700 1.35rem var(--font-heading); }
.legal-hero-card > p { margin: 0 0 22px; color: rgba(255,255,255,.64); font-size: .73rem; line-height: 1.65; }
.legal-section { background: linear-gradient(180deg,#f4f8fa,#fff); }
.legal-layout { display: grid; align-items: start; grid-template-columns: 230px minmax(0,850px); justify-content: center; gap: clamp(34px,6vw,80px); }
.legal-aside { position: sticky; top: 112px; display: flex; padding: 23px; flex-direction: column; background: #0b2c4d; border-radius: 18px; box-shadow: var(--shadow-sm); }
.legal-aside span { color: var(--cyan); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-aside strong { margin: 15px 0 5px; color: #fff; font: 700 1.05rem var(--font-heading); }
.legal-aside p { margin: 0; color: rgba(255,255,255,.56); font-size: .62rem; }
.legal-aside a { margin-top: 25px; color: #fff; font-size: .65rem; font-weight: 800; }
.legal-document { padding: clamp(30px,5vw,64px); background: #fff; border: 1px solid #d9e5ea; border-radius: 24px; box-shadow: 0 24px 70px rgba(10,39,68,.08); }
.legal-document > h1 { margin: 0 0 8px; color: var(--navy-950); font-size: clamp(2rem,4vw,3.4rem); text-align: center; }
.legal-document .legal-subtitle { margin: 0 0 30px; color: var(--brand-strong); font: 700 1rem var(--font-heading); text-align: center; }
.legal-document h2 { margin: 42px 0 16px; padding-top: 30px; color: var(--navy-900); border-top: 1px solid #e1eaee; font-size: 1.42rem; line-height: 1.3; }
.legal-document h2:first-of-type { margin-top: 28px; }
.legal-clause,.legal-callout { color: #384d61; font-size: .78rem; line-height: 1.86; }
.legal-clause + .legal-clause { margin-top: 15px; }
.legal-callout { padding: 18px 20px; color: var(--navy-900); background: #eef7fa; border-left: 4px solid var(--brand); border-radius: 0 12px 12px 0; font-weight: 700; }
.legal-document a { color: var(--brand-strong); text-decoration: underline; text-underline-offset: 3px; }
.sms-hero { background: radial-gradient(circle at 78% 20%,rgba(119,216,236,.2),transparent 28%),linear-gradient(145deg,#071a30,#0c3c61); }
.sms-hero-card { display: flex; padding: 30px; align-items: flex-start; gap: 15px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; }
.sms-status-dot { width: 13px; height: 13px; margin-top: 4px; flex: 0 0 auto; background: #5ee0b2; border: 4px solid rgba(94,224,178,.17); border-radius: 50%; box-sizing: content-box; }
.sms-hero-card strong { font: 700 1.05rem var(--font-heading); }
.sms-hero-card p { margin: 8px 0 0; color: rgba(255,255,255,.62); font-size: .72rem; line-height: 1.6; }
.sms-section { background: linear-gradient(180deg,#f5f9fa,#fff); }
.sms-layout { display: grid; align-items: start; grid-template-columns: 220px minmax(0,820px); justify-content: center; gap: clamp(34px,6vw,72px); }
.sms-nav { position: sticky; top: 112px; display: grid; padding: 22px; gap: 7px; background: #fff; border: 1px solid #d9e5ea; border-radius: 16px; box-shadow: var(--shadow-sm); }
.sms-nav > span { margin-bottom: 8px; color: var(--navy-900); font-size: .62rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.sms-nav a { padding: 8px 10px; color: var(--muted); border-radius: 8px; font-size: .65rem; font-weight: 700; }
.sms-nav a:hover { color: var(--brand-strong); background: var(--brand-soft); }
.sms-document { padding: clamp(30px,5vw,58px); background: #fff; border: 1px solid #d9e5ea; border-radius: 24px; box-shadow: 0 24px 70px rgba(10,39,68,.08); }
.sms-document > section + section { margin-top: 40px; padding-top: 36px; border-top: 1px solid #e1eaee; }
.sms-document h2 { margin: 0 0 18px; color: var(--navy-900); font-size: 1.6rem; }
.sms-document p,.sms-document li { color: #43586a; font-size: .79rem; line-height: 1.8; }
.sms-document ul { display: grid; margin: 16px 0 20px; padding: 0; gap: 9px; list-style: none; }
.sms-document li { position: relative; padding-left: 24px; }
.sms-document li::before { position: absolute; left: 0; top: .65em; width: 8px; height: 8px; background: var(--brand); border-radius: 50%; content: ''; }
.sms-document a { color: var(--brand-strong); font-weight: 700; }
.sms-example { padding: 28px; background: linear-gradient(145deg,#f2f8fa,#eaf4f8); border: 1px solid #cfe2e9; border-radius: 18px; }
.sms-example-head { display: flex; margin-bottom: 22px; flex-direction: column; }
.sms-example-head span { color: var(--brand-strong); font-size: .59rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.sms-example-head strong { margin-top: 7px; color: var(--navy-900); font: 700 1.12rem var(--font-heading); }
.sms-phone { display: grid; gap: 8px; }
.sms-phone span { color: var(--navy-900); font-size: .67rem; font-weight: 800; }
.sms-phone input { min-height: 48px; background: #fff; border: 1px solid #c8dbe3; border-radius: 10px; }
.sms-consent { display: grid; margin-top: 18px; align-items: start; grid-template-columns: 19px 1fr; gap: 12px; }
.sms-consent input { width: 18px; height: 18px; margin-top: 5px; accent-color: var(--brand-strong); }
.sms-consent span { color: #374e61; font-size: .72rem; line-height: 1.7; }
.sms-policy-links { display: flex; margin: 18px 0 12px 31px; gap: 9px; font-size: .66rem; }
.case-directory-section { padding-bottom: 78px; background: #fff; }
.case-directory { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.case-directory a { display: grid; min-height: 150px; padding: 22px; align-content: start; color: var(--navy-900); background: linear-gradient(145deg,#fff,#f4f9fb); border: 1px solid #d6e4ea; border-radius: 17px; transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.case-directory a:hover { transform: translateY(-3px); border-color: var(--brand); box-shadow: var(--shadow-sm); }
.case-directory a > span { color: var(--brand); font-size: .6rem; font-weight: 800; }
.case-directory strong { margin: 25px 0 8px; font: 700 .95rem var(--font-heading); }
.case-directory small { color: var(--muted); font-size: .62rem; }
.case-detail { scroll-margin-top: 84px; }
.case-detail-shell { display: grid; align-items: start; grid-template-columns: 120px minmax(0,920px); justify-content: center; gap: clamp(32px,6vw,76px); }
.case-number { position: sticky; top: 112px; display: flex; flex-direction: column; }
.case-number > span { color: var(--muted); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.case-number > strong { color: var(--brand); font: 800 4.8rem var(--font-heading); line-height: 1; }
.case-number > a { margin-top: 22px; color: var(--brand-strong); font-size: .62rem; font-weight: 800; }
.case-article { min-width: 0; }
.case-type { margin: 0 0 14px; color: var(--brand-strong); font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.case-article > h2 { max-width: 900px; margin: 0 0 36px; color: var(--navy-950); font-size: clamp(2.2rem,5vw,4.4rem); line-height: 1.02; }
.case-prose h3 { margin: 38px 0 13px; color: var(--navy-900); font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }
.case-prose > p { max-width: 850px; color: #43586a; font-size: .82rem; line-height: 1.85; }
.case-prose > p + p { margin-top: 16px; }
.case-media-wide,.case-media-inline { margin: 34px 0; border-radius: 20px; }
.case-media-wide { min-height: 380px; }
.case-media-inline { min-height: 260px; }
.case-media-pair { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.case-published { display: inline-flex; margin-top: 30px!important; padding: 9px 12px; color: var(--brand-strong)!important; background: var(--brand-soft); border-radius: 999px; font-weight: 800; }
.case-parameter-grid { display: grid; margin: 20px 0 34px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.case-parameter-grid p { margin: 0; padding: 16px; color: #43586a; background: #f1f7f9; border-radius: 11px; font-size: .68rem; line-height: 1.55; }
.case-parameter-grid p:last-child:nth-child(odd) { grid-column: 1/-1; }
.case-parameter-grid strong { color: var(--navy-900); }
.case-table-wrap { width: 100%; margin: 22px 0 40px; overflow-x: auto; border: 1px solid #d6e3e8; border-radius: 16px; box-shadow: var(--shadow-sm); }
.case-results-table { width: 100%; min-width: 880px; border-collapse: collapse; background: #fff; }
.case-results-table th { padding: 14px 16px; color: #fff; background: var(--navy-900); font-size: .58rem; letter-spacing: .07em; text-align: left; }
.case-results-table td { padding: 17px 16px; vertical-align: top; color: #43586a; border-bottom: 1px solid #e0e9ed; font-size: .65rem; line-height: 1.65; }
.case-results-table tr:last-child td { border-bottom: 0; }
.case-results-table td:first-child { width: 100px; color: var(--navy-900); }
.case-results-table td:nth-child(2) { width: 34%; }
.case-results-table td:nth-child(3) { width: 90px; color: var(--brand-strong); }
.form-honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; opacity: 0!important; }
.trial-submit:disabled { cursor: wait; opacity: .7; }
.form-status.is-success { color: #087e61; font-weight: 700; }
.form-status.is-error { color: #b84a42; font-weight: 700; }
.form-status.is-error a { color: inherit; text-decoration: underline; }
@media (max-width: 940px) {
  .legal-hero-grid,.legal-layout,.sms-layout,.case-detail-shell { grid-template-columns: 1fr; }
  .legal-aside,.sms-nav,.case-number { position: static; }
  .legal-aside { max-width: 360px; }
  .sms-nav { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .sms-nav > span { grid-column: 1/-1; }
  .case-number { flex-direction: row; align-items: center; gap: 12px; }
  .case-number > strong { font-size: 2.8rem; }
  .case-number > a { margin: 0 0 0 auto; }
  .case-directory { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 720px) {
  .legal-document,.sms-document { padding: 27px 22px; }
  .sms-nav,.case-directory,.case-media-pair,.case-parameter-grid { grid-template-columns: 1fr; }
  .sms-nav > span { grid-column: auto; }
  .case-parameter-grid p:last-child:nth-child(odd) { grid-column: auto; }
  .case-article > h2 { font-size: clamp(2rem,11vw,3.3rem); }
  .case-media-wide { min-height: 280px; }
}
/* Refresh additions: social links, supplied case imagery, SMS opt-in screen, and site guide */
.footer-social { display:flex; margin-top:18px; gap:9px; }
.footer-social a { display:grid; width:36px; height:36px; place-items:center; color:#fff; border:1px solid rgba(255,255,255,.18); border-radius:10px; background:rgba(255,255,255,.07); transition:transform .18s ease,border-color .18s ease,background .18s ease; }
.footer-social a:hover,.footer-social a:focus-visible { color:#fff; border-color:rgba(73,193,230,.72); background:rgba(73,193,230,.18); transform:translateY(-2px); }
.social-icon { position:relative; display:grid; width:18px; height:18px; place-items:center; }
.social-instagram { border:2px solid currentColor; border-radius:5px; }
.social-instagram::before { width:6px; height:6px; border:2px solid currentColor; border-radius:50%; content:""; }
.social-instagram::after { position:absolute; top:2px; right:2px; width:2.5px; height:2.5px; border-radius:50%; background:currentColor; content:""; }
.social-youtube { width:20px; height:14px; border-radius:4px; background:currentColor; }
.social-youtube::before { margin-left:2px; border-top:4px solid transparent; border-bottom:4px solid transparent; border-left:6px solid #102b48; content:""; }
.social-linkedin { border-radius:3px; background:#fff; color:#102b48; font:800 11px/1 Arial,sans-serif; letter-spacing:-.04em; }
.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; clip-path:inset(50%)!important; white-space:nowrap!important; border:0!important; }
.sms-screen-figure { margin:36px 0 0; overflow:hidden; border:1px solid #cfdee6; border-radius:20px; background:#fff; box-shadow:0 22px 52px rgba(17,46,73,.12); }
.sms-screen-figure img { display:block; width:100%; height:auto; }
.sms-screen-figure figcaption,.case-study-image figcaption { display:flex; padding:14px 18px; align-items:center; justify-content:space-between; gap:18px; color:#21435d; border-top:1px solid #dbe7ec; background:#f5f9fb; font-size:.59rem; font-weight:800; letter-spacing:.065em; text-transform:uppercase; }
.sms-screen-figure figcaption span { color:#657b8c; font-weight:600; letter-spacing:0; text-align:right; text-transform:none; }
.case-study-image { margin:34px 0; overflow:hidden; border:1px solid #d4e1e7; border-radius:20px; background:#fff; box-shadow:0 18px 46px rgba(17,46,73,.1); }
.case-study-image img { display:block; width:100%; max-height:540px; object-fit:cover; object-position:center; background:#fff; }
.case-study-image-contain img,.case-study-image-lighting img { max-height:500px; object-fit:contain; }
.case-study-image-gas video { display:block; width:100%; height:auto; max-height:none; background:#fff; object-fit:contain; }
.case-study-image-native { padding-top:24px; background:linear-gradient(180deg,#edf4f7,#fff 42%); }
.case-study-image-native img { width:auto; max-width:100%; height:auto; max-height:none; margin:0 auto; object-fit:contain; }
.case-study-image-native figcaption { margin-top:24px; }
.scrubplan-chat { position:fixed; right:22px; bottom:22px; z-index:2000; color:#18344c; font-family:Inter,Arial,sans-serif; }
.chat-launcher { display:flex; min-height:54px; padding:0 19px; align-items:center; gap:10px; color:#fff; border:1px solid rgba(255,255,255,.14); border-radius:999px; background:linear-gradient(135deg,#102f4d,#176b8f); box-shadow:0 16px 38px rgba(7,35,58,.3); cursor:pointer; font:800 .69rem/1 Manrope,Inter,sans-serif; letter-spacing:.015em; transition:transform .18s ease,box-shadow .18s ease; }
.chat-launcher:hover,.chat-launcher:focus-visible { transform:translateY(-2px); box-shadow:0 20px 44px rgba(7,35,58,.36); }
.chat-launcher-mark { position:relative; display:inline-block; width:22px; height:18px; border-radius:7px 7px 7px 2px; background:#58c7e5; }
.chat-launcher-mark::after { position:absolute; left:5px; top:7px; width:3px; height:3px; border-radius:50%; background:#10314d; box-shadow:5px 0 #10314d,10px 0 #10314d; content:""; }
.chat-panel { position:absolute; right:0; bottom:66px; display:flex; width:min(390px,calc(100vw - 32px)); height:min(620px,calc(100vh - 112px)); overflow:hidden; flex-direction:column; border:1px solid #ccdde5; border-radius:22px; background:#fff; box-shadow:0 26px 70px rgba(7,35,58,.28); }
.chat-panel[hidden] { display:none; }
.chat-header { display:flex; padding:18px 18px 16px; align-items:flex-start; justify-content:space-between; gap:16px; color:#fff; background:radial-gradient(circle at 82% 10%,rgba(81,198,229,.25),transparent 38%),linear-gradient(135deg,#102f4d,#155e7e); }
.chat-header-copy { display:flex; flex-direction:column; gap:4px; }
.chat-header-copy strong { font:800 .84rem/1.2 Manrope,Inter,sans-serif; }
.chat-header-copy span { color:rgba(255,255,255,.74); font-size:.6rem; }
.chat-close { display:grid; width:32px; height:32px; flex:0 0 auto; place-items:center; color:#fff; border:1px solid rgba(255,255,255,.2); border-radius:9px; background:rgba(255,255,255,.08); cursor:pointer; font-size:1.25rem; line-height:1; }
.chat-messages { display:flex; padding:18px; overflow-y:auto; flex:1 1 auto; flex-direction:column; gap:12px; background:linear-gradient(180deg,#f6fafc,#fff 34%); scrollbar-color:#9fc2d1 transparent; }
.chat-message { max-width:88%; padding:11px 13px; border-radius:15px; font-size:.67rem; line-height:1.55; }
.chat-message-assistant { align-self:flex-start; color:#29465d; border:1px solid #dce8ed; border-bottom-left-radius:4px; background:#fff; box-shadow:0 7px 18px rgba(17,46,73,.07); }
.chat-message-user { align-self:flex-end; color:#fff; border-bottom-right-radius:4px; background:#176d91; }
.chat-message p { margin:0; }
.chat-message p + p { margin-top:8px; }
.chat-message a { color:#0b6f93; font-weight:800; text-decoration:underline; text-underline-offset:2px; }
.chat-message-user a { color:#fff; }
.chat-prompts { display:grid; padding:12px 14px 14px; flex:0 0 auto; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; border-top:1px solid #e3ecef; background:#fff; }
.chat-prompts-label { grid-column:1/-1; color:#718796; font:750 .52rem/1.2 Inter,sans-serif; letter-spacing:.07em; text-transform:uppercase; }
.chat-prompt { display:grid; min-width:0; min-height:44px; padding:8px 9px; align-items:center; color:#155b79; border:1px solid #d2e2e8; border-radius:11px; background:linear-gradient(145deg,#fbfdfe,#f3f9fb); cursor:pointer; grid-template-columns:25px minmax(0,1fr); gap:7px; font:750 .56rem/1.2 Inter,sans-serif; text-align:left; transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease; }
.chat-prompt > span { display:grid; width:25px; height:25px; place-items:center; color:#0f7296; background:#e3f4f9; border-radius:8px; font-size:.48rem; letter-spacing:.02em; }
.chat-prompt:hover,.chat-prompt:focus-visible { border-color:#53b9d7; background:#f0fafc; box-shadow:0 7px 16px rgba(18,83,110,.09); transform:translateY(-1px); }
.chat-form { display:grid; padding:12px; grid-template-columns:minmax(0,1fr) auto; gap:8px; border-top:1px solid #e1ebef; background:#fff; }
.chat-form input { min-width:0; height:43px; padding:0 13px; color:#17344b; border:1px solid #cbdce4; border-radius:12px; outline:none; background:#fff; font:500 .65rem Inter,sans-serif; }
.chat-form input:focus { border-color:#37a7ca; box-shadow:0 0 0 3px rgba(55,167,202,.14); }
.chat-form button { min-width:67px; padding:0 14px; color:#fff; border:0; border-radius:12px; background:#153e5c; cursor:pointer; font:800 .61rem Inter,sans-serif; }
.chat-disclaimer { margin:0; padding:0 14px 12px; color:#788d9c; background:#fff; font-size:.51rem; line-height:1.35; text-align:center; }
@media (max-width:720px) {
  .sms-screen-figure figcaption { align-items:flex-start; flex-direction:column; gap:5px; }
  .sms-screen-figure figcaption span { text-align:left; }
  .case-study-image { border-radius:15px; }
  .case-study-image img { max-height:410px; }
}
@media (max-width:540px) {
  .scrubplan-chat { right:12px; bottom:12px; }
  .chat-panel { right:0; bottom:64px; width:calc(100vw - 24px); height:min(610px,calc(100vh - 92px)); border-radius:18px; }
  .chat-launcher { min-height:50px; padding:0 16px; }
}
@media (prefers-reduced-motion:reduce) {
  .footer-social a,.chat-launcher { transition:none; }
}


/* Infinite Bidder Network */
.bidder-network-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 10% 18%, rgba(61, 186, 221, .18), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(42, 116, 155, .22), transparent 32%),
    linear-gradient(145deg, #081d31, #0d2e49 58%, #0b253c);
}

.bidder-network-section::before {
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  pointer-events: none;
}

.bidder-network-section .shell {
  position: relative;
  z-index: 1;
}

.bidder-network-heading {
  margin-bottom: 42px;
}

.bidder-network-heading h2 {
  max-width: 720px;
  color: #fff;
}

.bidder-network-heading > p {
  max-width: 560px;
  color: rgba(229, 243, 249, .78);
}

.bidder-network-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr);
  align-items: stretch;
  gap: 22px;
}

.network-map-board {
  padding: 17px;
  border: 1px solid rgba(141, 208, 229, .24);
  border-radius: 26px;
  background: rgba(5, 24, 41, .72);
  box-shadow: 0 28px 70px rgba(1, 13, 25, .34);
  backdrop-filter: blur(14px);
}

.network-map-topline,
.network-map-bottomline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.network-map-topline {
  padding: 3px 4px 14px;
  color: rgba(221, 239, 246, .66);
  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.network-map-topline strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #79d8ef;
  font-weight: 800;
}

.network-map-topline i,
.network-live-row i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #65e0bb;
  box-shadow: 0 0 0 5px rgba(101, 224, 187, .12), 0 0 17px rgba(101, 224, 187, .6);
}

.network-map-canvas {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(156, 211, 228, .13);
  border-radius: 19px;
  background:
    radial-gradient(ellipse at center, rgba(32, 126, 163, .18), transparent 48%),
    linear-gradient(135deg, rgba(255,255,255,.025), rgba(255,255,255,0));
}

.network-map-canvas::before,
.network-map-canvas::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.network-map-canvas::before {
  inset: 12% 8%;
  border: 1px dashed rgba(105, 191, 219, .15);
  border-radius: 50%;
  transform: rotate(-7deg);
}

.network-map-canvas::after {
  right: 24px;
  bottom: 12px;
  color: rgba(153, 211, 229, .055);
  content: "USA";
  font: 800 clamp(4rem, 10vw, 7.5rem)/1 Manrope, sans-serif;
  letter-spacing: -.06em;
}

.network-route {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 1;
  width: var(--distance);
  height: 1px;
  overflow: hidden;
  transform: rotate(var(--angle));
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(87, 202, 232, .85), rgba(87, 202, 232, .08));
}

.network-route::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0 38%, #d6f8ff 50%, transparent 62%);
  background-size: 210% 100%;
  animation: network-signal 4.4s linear infinite;
  content: "";
}

.network-hub {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 4;
  display: grid;
  width: 118px;
  height: 118px;
  padding: 13px;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(122, 216, 240, .52);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #226e92, #102f4b 66%);
  box-shadow: 0 0 0 10px rgba(69, 181, 214, .07), 0 0 0 23px rgba(69, 181, 214, .035), 0 20px 45px rgba(0, 10, 20, .38);
  transform: translate(-50%, -50%);
  text-align: center;
}

.network-hub > span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 6px;
  place-items: center;
  color: #0c2940;
  border-radius: 10px;
  background: #6fd6ed;
  font: 800 .72rem/1 Manrope, sans-serif;
}

.network-hub strong {
  font: 800 .66rem/1.2 Manrope, sans-serif;
}

.network-hub small {
  margin-top: 4px;
  color: rgba(230, 247, 251, .64);
  font-size: .49rem;
}

.network-node {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  display: grid;
  justify-items: center;
  transform: translate(-50%, -50%);
  text-align: center;
}

.network-node > span {
  position: relative;
  width: 15px;
  height: 15px;
  margin-bottom: 7px;
  border: 3px solid #0d2d47;
  border-radius: 50%;
  background: #73dcf2;
  box-shadow: 0 0 0 4px rgba(115, 220, 242, .11), 0 0 18px rgba(115, 220, 242, .45);
}

.network-node > span::after {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(115, 220, 242, .32);
  border-radius: 50%;
  content: "";
}

.network-node strong {
  color: #eefbff;
  font: 800 .55rem/1.15 Manrope, sans-serif;
  white-space: nowrap;
}

.network-node small {
  margin-top: 2px;
  color: rgba(199, 226, 237, .55);
  font-size: .45rem;
  white-space: nowrap;
}

.network-map-bottomline {
  padding: 14px 4px 3px;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: rgba(213, 236, 244, .64);
  font-size: .5rem;
  font-weight: 700;
}

.network-map-bottomline span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.network-map-bottomline i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4eb9da;
}

.network-compare {
  display: flex;
  flex-direction: column;
}

.network-compare-card {
  padding: 25px;
  border-radius: 21px;
}

.network-compare-directory {
  color: #233e53;
  border: 1px solid #d7e4e9;
  background: #f2f6f8;
}

.network-compare-active {
  color: #fff;
  border: 1px solid rgba(104, 217, 241, .34);
  background: linear-gradient(145deg, rgba(26, 105, 139, .95), rgba(13, 60, 88, .96));
  box-shadow: 0 20px 45px rgba(1, 16, 29, .24);
}

.network-compare-kicker {
  display: block;
  margin-bottom: 12px;
  color: #39738d;
  font-size: .54rem;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.network-compare-active .network-compare-kicker {
  color: #8ce4f6;
}

.network-compare-card h3 {
  margin: 0;
  color: inherit;
  font-size: 1.12rem;
  line-height: 1.2;
}

.network-compare-card p {
  margin: 13px 0 0;
  color: #587082;
  font-size: .66rem;
  line-height: 1.65;
}

.network-compare-active p {
  color: rgba(232, 247, 251, .76);
}

.network-boundary {
  display: flex;
  margin-top: 19px;
  flex-wrap: wrap;
  gap: 6px;
}

.network-boundary span {
  padding: 7px 9px;
  color: #617888;
  border: 1px solid #d4e0e5;
  border-radius: 999px;
  background: #fff;
  font-size: .48rem;
  font-weight: 800;
}

.network-versus {
  position: relative;
  z-index: 2;
  display: flex;
  height: 34px;
  align-items: center;
  justify-content: center;
}

.network-versus span {
  padding: 6px 10px;
  color: #97becd;
  border: 1px solid rgba(139, 198, 218, .2);
  border-radius: 999px;
  background: #0c2941;
  font-size: .45rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.network-live-row {
  display: grid;
  margin-top: 19px;
  padding: 12px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(150, 225, 243, .2);
  border-radius: 12px;
  background: rgba(3, 27, 44, .28);
}

.network-live-row strong {
  font-size: .55rem;
}

.network-live-row span {
  color: #8ee5f7;
  font-size: .49rem;
  font-weight: 800;
}

.network-source-note {
  margin: 13px 4px 0;
  color: rgba(201, 226, 236, .58);
  font-size: .47rem;
  line-height: 1.55;
}

.network-source-note a {
  color: #83d9ef;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.network-value-row {
  display: grid;
  margin-top: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(139, 205, 226, .16);
  border-radius: 18px;
  background: rgba(4, 25, 42, .5);
}

.network-value-row > div {
  min-height: 118px;
  padding: 21px;
  border-right: 1px solid rgba(139, 205, 226, .13);
}

.network-value-row > div:last-child {
  border-right: 0;
}

.network-value-row strong {
  display: block;
  color: #ecfbff;
  font: 800 .68rem/1.25 Manrope, sans-serif;
}

.network-value-row span {
  display: block;
  margin-top: 7px;
  color: rgba(211, 235, 243, .62);
  font-size: .54rem;
  line-height: 1.55;
}

@keyframes network-signal {
  from { background-position: 110% 0; }
  to { background-position: -110% 0; }
}

@media (max-width: 1040px) {
  .bidder-network-layout {
    grid-template-columns: 1fr;
  }

  .network-compare {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
  }

  .network-versus {
    width: 48px;
    height: auto;
  }

  .network-versus span {
    writing-mode: vertical-rl;
  }

  .network-source-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .bidder-network-heading {
    margin-bottom: 30px;
  }

  .network-map-board {
    padding: 11px;
    border-radius: 19px;
  }

  .network-map-canvas {
    min-height: 390px;
  }

  .network-map-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .network-hub {
    width: 96px;
    height: 96px;
  }

  .network-node small {
    display: none;
  }

  .network-compare {
    display: flex;
  }

  .network-versus {
    width: auto;
    height: 32px;
  }

  .network-versus span {
    writing-mode: horizontal-tb;
  }

  .network-value-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .network-value-row > div:nth-child(2) {
    border-right: 0;
  }

  .network-value-row > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(139, 205, 226, .13);
  }
}

@media (max-width: 520px) {
  .network-map-canvas {
    min-height: 350px;
  }

  .network-node strong {
    font-size: .48rem;
  }

  .network-map-bottomline {
    gap: 10px;
  }

  .network-compare-card {
    padding: 21px;
  }

  .network-value-row {
    grid-template-columns: 1fr;
  }

  .network-value-row > div,
  .network-value-row > div:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(139, 205, 226, .13);
  }

  .network-value-row > div:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .network-route::after {
    animation: none;
  }
}


/* August 2026 favicon and supplied workflow imagery */
.home-change-log-shot {
  margin-top: auto;
  overflow: hidden;
  border: 1px solid #d2e2e9;
  border-radius: 12px;
  background: #eef5f8;
  box-shadow: 0 9px 22px rgba(10, 39, 68, .08);
}

.home-change-log-shot img {
  display: block;
  width: 100%;
  height: 126px;
  object-fit: cover;
  object-position: top left;
}

.sample-image-change-log img {
  height: 230px;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.bidder-review-board {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.bidder-review-board .review-flow-arrow {
  display: none;
}

.bidder-review-board .review-stage {
  min-height: 480px;
  padding: 20px 15px;
}

.bidder-review-board .review-stage-head {
  min-height: 76px;
}

.bidder-review-board .review-stage-head strong {
  font-size: .74rem;
}

.review-stage-evidence::before {
  background: linear-gradient(90deg, var(--cyan), var(--brand));
}

.workflow-shot-contain {
  height: 230px;
  object-fit: contain;
  object-position: center top;
  background: #fff;
}

@media (max-width: 1120px) {
  .bidder-review-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bidder-review-board .review-stage {
    min-height: 450px;
    padding: 23px 19px;
  }

  .bidder-review-board .review-stage-head strong {
    font-size: .82rem;
  }
}

@media (max-width: 720px) {
  .bidder-review-board {
    grid-template-columns: 1fr;
  }

  .bidder-review-board .review-stage {
    min-height: 0;
  }

  .workflow-shot-contain {
    height: auto;
    max-height: 330px;
  }

  .home-change-log-shot img {
    height: auto;
    max-height: 220px;
  }
}
/* Mobile testimonial fit */
@media (max-width: 940px) {
  .testimonial-grid-five {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .testimonial-grid-five .quote-card,
  .testimonial-grid-five .quote-card:nth-child(-n + 3),
  .testimonial-grid-five .quote-card:nth-child(n + 4) {
    min-width: 0;
    min-height: 0;
    height: auto;
    padding: 28px;
    grid-column: 1 / -1;
  }

  .testimonial-grid-five .quote-card blockquote {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 480px) {
  .testimonial-grid-five .quote-card,
  .testimonial-grid-five .quote-card:nth-child(-n + 3),
  .testimonial-grid-five .quote-card:nth-child(n + 4) {
    padding: 25px 22px;
  }

  .testimonial-grid-five .quote-card blockquote {
    margin-bottom: 22px;
    font-size: 1rem;
    line-height: 1.55;
  }
}
/* Mobile chat viewport fit */
.chat-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: rgba(88, 199, 229, .2);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 11px;
  font: 800 .66rem/1 Manrope, Inter, sans-serif;
}

.chat-header-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.chat-header-copy span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.chat-header-copy span i {
  display: inline-block;
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  background: #5ee0b2;
  border-radius: 50%;
}

.chat-footer {
  margin: 0;
  padding: 0 14px 12px;
  color: #788d9c;
  background: #fff;
  font-size: .51rem;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 540px) {
  .scrubplan-chat {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    left: auto;
  }

  .chat-panel {
    position: fixed;
    top: max(8px, env(safe-area-inset-top));
    right: max(8px, env(safe-area-inset-right));
    bottom: calc(70px + env(safe-area-inset-bottom));
    left: max(8px, env(safe-area-inset-left));
    width: auto;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    border-radius: 16px;
    overscroll-behavior: contain;
  }

  .chat-header {
    padding: 14px;
    align-items: center;
    gap: 10px;
  }

  .chat-avatar {
    width: 34px;
    height: 34px;
  }

  .chat-close {
    width: 34px;
    height: 34px;
  }

  .chat-messages {
    min-width: 0;
    min-height: 0;
    padding: 14px;
  }

  .chat-message {
    max-width: 92%;
    overflow-wrap: anywhere;
  }

  .chat-prompts {
    min-width: 0;
    padding: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .chat-prompt {
    min-width: 0;
    min-height: 42px;
    padding: 7px;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 6px;
    overflow-wrap: anywhere;
  }

  .chat-prompt > span {
    width: 22px;
    height: 22px;
  }

  .chat-form {
    min-width: 0;
    padding: 10px;
    gap: 6px;
  }

  .chat-form input {
    width: 100%;
    height: 42px;
    font-size: 16px;
  }

  .chat-form button {
    min-width: 48px;
    padding: 0 11px;
  }
}

@media (max-width: 360px) {
  .chat-panel {
    right: max(5px, env(safe-area-inset-right));
    left: max(5px, env(safe-area-inset-left));
  }

  .chat-header-copy span,
  .chat-footer {
    font-size: .49rem;
  }

  .chat-prompt {
    font-size: .54rem;
  }
}
