/* Godrej Agrovet proposal -- dashboard helpers on top of site.css / quality.css */

/* Compact top nav: each XPro is a main tab */
body.fl-quality-page[data-lead-source="UNITXPRO Godrej Agrovet proposal"] .fl-nav {
  gap: 0;
}

body.fl-quality-page[data-lead-source="UNITXPRO Godrej Agrovet proposal"] .fl-nav-parent {
  padding: 10px 8px;
  font-size: 0.7rem;
  letter-spacing: 0.01em;
}

.av-dash {
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 42%);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(11, 58, 91, 0.06);
}

.av-dash-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  background: #0b3a5b;
  color: #fff;
}

.av-dash-mark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.av-dash-mark i {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--orange);
}

.av-dash-title {
  margin: 4px 0 0;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 750;
  color: #fff;
}

.av-dash-chip {
  margin: 0;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.82);
  white-space: nowrap;
}

.av-dash-kpis {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.av-dash-kpis > div {
  padding: 18px 16px 20px;
  border-right: 1px solid var(--line);
}

.av-dash-kpis > div:last-child {
  border-right: 0;
}

.av-dash-kpis label {
  display: block;
  margin: 0 0 8px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.av-dash-kpis b {
  display: block;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--navy);
}

.av-dash-kpis span {
  display: block;
  margin-top: 8px;
  font-size: 0.82rem;
  color: var(--muted);
}

.av-dash-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 0;
}

.av-dash-panel {
  padding: 20px 18px 22px;
  border-right: 1px solid var(--line);
  background: #fff;
}

.av-dash-panel:last-child {
  border-right: 0;
}

.av-dash-panel h3 {
  margin: 0 0 14px;
  font-family: Manrope, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--navy);
}

.av-bars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.av-bars li {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.6fr) auto;
  gap: 10px;
  align-items: center;
  margin: 0;
  font-size: 0.86rem;
  color: var(--muted);
}

.av-bars strong {
  color: var(--navy);
  font-size: 0.84rem;
  white-space: nowrap;
}

.av-bar {
  height: 10px;
  border-radius: 999px;
  background: #e8eef4;
  overflow: hidden;
}

.av-bar i {
  display: block;
  width: var(--w, 50%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0b3a5b, #1a6b5c 55%, #e87722);
}

.av-rhythm {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.av-rhythm li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 12px;
  align-items: start;
  margin: 0;
}

.av-dot {
  width: 12px;
  height: 12px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--c, var(--orange));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--c, var(--orange)) 18%, transparent);
}

.av-rhythm strong {
  display: block;
  margin: 0 0 2px;
  color: var(--navy);
  font-size: 0.92rem;
}

.av-rhythm p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--muted);
}

.av-dash-note,
.av-dash-source {
  margin: 14px 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.av-dash-source {
  margin: 0;
  padding: 12px 18px 14px;
  border-top: 1px solid var(--line);
  background: #f7f9fc;
}

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

.av-biz-board article {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 18px 16px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(11, 58, 91, 0.04), transparent 42%),
    #fff;
  box-shadow: 0 8px 22px rgba(11, 58, 91, 0.05);
}

.av-biz-board header {
  margin-bottom: 10px;
}

.av-biz-code {
  margin: 0 0 8px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}

.av-biz-board h3 {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.05rem;
  color: var(--navy);
}

.av-biz-board > article > p {
  margin: 0 0 14px;
  flex: 1;
  font-size: 0.9rem;
  color: var(--muted);
}

.av-biz-board dl {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.av-biz-board dl div {
  display: grid;
  gap: 2px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #f4f7fb;
}

.av-biz-board dt {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.av-biz-board dd {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.av-map {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 12px;
  background: var(--white);
  border: 1px solid var(--line);
}

.av-map caption {
  caption-side: bottom;
  padding-top: 14px;
  text-align: left;
  font-size: 0.88rem;
  color: var(--muted);
}

.av-map th,
.av-map td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 0.94rem;
}

.av-map thead th {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  background: #f7f9fc;
  border-bottom: 1px solid var(--line);
}

.av-map tbody th {
  font-family: Manrope, sans-serif;
  font-weight: 750;
  color: var(--navy);
  width: 22%;
}

.av-map tbody td:nth-child(2) {
  width: 24%;
  font-weight: 700;
  color: var(--green);
}

.av-map tbody td:nth-child(2) a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.av-map tbody td:nth-child(2) a:hover {
  border-bottom-color: currentColor;
}

.av-map tbody tr:last-child th,
.av-map tbody tr:last-child td {
  border-bottom: 0;
}

.av-compare {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 0;
  background: var(--white);
  border: 1px solid var(--line);
}

.av-compare th,
.av-compare td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 0.9rem;
}

.av-compare thead th {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  background: #f7f9fc;
}

.av-compare tbody th {
  font-weight: 750;
  color: var(--navy);
  width: 18%;
}

.av-compare tbody tr:last-child th,
.av-compare tbody tr:last-child td {
  border-bottom: 0;
}

.av-lenses {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 28px;
  border: 1px solid var(--line);
  background: var(--white);
}

.av-lenses article {
  padding: 18px 16px 20px;
  border-right: 1px solid var(--line);
}

.av-lenses article:last-child { border-right: 0; }

.av-lenses p:first-child {
  margin: 0 0 8px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
}

.av-lenses h3 {
  margin: 0 0 8px;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  color: var(--navy);
}

.av-lenses p:last-child {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.av-steps {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.av-steps li {
  margin: 0;
  padding: 14px 12px 16px;
  border-right: 1px solid var(--line);
  font-size: 0.84rem;
  color: var(--muted);
}

.av-steps li:last-child { border-right: 0; }

.av-steps span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
}

.av-steps strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 0.9rem;
}

.av-lifecycle {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.av-lifecycle li {
  margin: 0;
  padding: 14px 14px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--orange);
  border-radius: var(--radius);
  font-size: 0.88rem;
  color: var(--muted);
}

.av-lifecycle span {
  display: block;
  margin-bottom: 4px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
}

.av-lifecycle strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 0.92rem;
}

.av-contact-meta a {
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
}

.av-contact-meta a:hover,
.av-contact-meta a:focus-visible {
  text-decoration: underline;
}

/* Implementation Gantt */
.av-gantt {
  margin: 0 0 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(11, 58, 91, 0.06);
}

.av-gantt-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  background: #0b3a5b;
  color: #fff;
}

.av-gantt-mark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.av-gantt-mark i {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--orange);
}

.av-gantt-title {
  margin: 4px 0 0;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 750;
}

.av-gantt-chip {
  margin: 0;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.av-gantt-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  background: #f7f9fc;
  font-size: 0.8rem;
  color: var(--muted);
}

.av-gantt-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.av-gantt-swatch {
  width: 18px;
  height: 8px;
  border-radius: 999px;
}

.av-gantt-swatch.is-plan { background: linear-gradient(90deg, #0b3a5b, #1a6b5c); }
.av-gantt-swatch.is-build { background: linear-gradient(90deg, #1a6b5c, #2f8f7c); }
.av-gantt-swatch.is-run { background: linear-gradient(90deg, #e87722, #c45c26); }

.av-gantt-head,
.av-gantt-rows > li {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 0 18px;
}

.av-gantt-head {
  padding-top: 14px;
  padding-bottom: 8px;
}

.av-gantt-phase-label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.av-gantt-weeks {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 4px;
  margin: 0;
  padding: 0;
}

.av-gantt-weeks li {
  margin: 0;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.av-gantt-rows {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
}

.av-gantt-rows > li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.av-gantt-rows > li + li {
  border-top: 1px solid #eef2f6;
}

.av-gantt-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 2px;
  align-items: baseline;
}

.av-gantt-meta span {
  grid-row: 1 / span 2;
  align-self: center;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 650;
  color: var(--navy);
}

.av-gantt-meta strong {
  font-family: Manrope, sans-serif;
  font-size: 0.92rem;
  color: var(--navy);
}

.av-gantt-meta em {
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--orange);
}

.av-gantt-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 4px;
  height: 28px;
  align-items: center;
  border-radius: 8px;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent calc(10% - 1px),
      #e8eef4 calc(10% - 1px),
      #e8eef4 10%
    );
  background-color: #f4f7fb;
}

.av-gantt-track b {
  grid-column: var(--start) / span var(--span);
  height: 16px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(11, 58, 91, 0.12);
}

.av-gantt-track b.is-plan { background: linear-gradient(90deg, #0b3a5b, #1a6b5c); }
.av-gantt-track b.is-build { background: linear-gradient(90deg, #1a6b5c, #2f8f7c); }
.av-gantt-track b.is-run { background: linear-gradient(90deg, #e87722, #c45c26); }

.av-gantt-foot {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  border-top: 1px solid var(--line);
  background: #f7f9fc;
  font-size: 0.86rem;
  color: var(--muted);
}

.av-gantt-foot p {
  margin: 0;
}

.av-gantt-foot p:last-child {
  text-align: right;
}

.av-gantt-foot strong {
  color: var(--navy);
}

.av-gantt-arrow {
  width: min(160px, 100%);
  height: 2px;
  background: linear-gradient(90deg, #0b3a5b, #e87722);
  position: relative;
}

.av-gantt-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #e87722;
  border-top: 2px solid #e87722;
  transform: translateY(-50%) rotate(45deg);
}

.av-engage {
  margin: 0 0 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.av-engage-label {
  margin: 0;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  background: #f7f9fc;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.av-engage-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
}

.av-engage-steps li {
  margin: 0;
  padding: 18px 16px 20px;
  border-right: 1px solid var(--line);
}

.av-engage-steps li:last-child {
  border-right: 0;
}

.av-engage-steps span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--orange);
}

.av-engage-steps strong {
  display: block;
  margin-bottom: 6px;
  font-family: Manrope, sans-serif;
  color: var(--navy);
}

.av-engage-steps p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

@media (max-width: 1100px) {
  .av-biz-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .av-dash-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .av-dash-kpis > div:nth-child(3n) {
    border-right: 0;
  }

  .av-dash-kpis > div:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 980px) {
  .av-dash-grid,
  .av-lenses {
    grid-template-columns: 1fr;
  }

  .av-gantt-head,
  .av-gantt-rows > li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .av-gantt-track {
    height: 24px;
  }

  .av-engage-steps {
    grid-template-columns: 1fr 1fr;
  }

  .av-engage-steps li:nth-child(2n) {
    border-right: 0;
  }

  .av-engage-steps li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .av-gantt-foot {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .av-gantt-foot p:last-child {
    text-align: left;
  }

  .av-gantt-arrow {
    width: 100%;
  }

  .av-dash-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .av-dash-panel:last-child {
    border-bottom: 0;
  }

  .av-lenses article:nth-child(2n) {
    border-right: 0;
  }

  .av-lenses {
    grid-template-columns: 1fr 1fr;
  }

  .av-lenses article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .av-steps {
    grid-template-columns: 1fr 1fr;
  }

  .av-steps li:nth-child(2n) { border-right: 0; }

  .av-steps li {
    border-bottom: 1px solid var(--line);
  }

  .av-steps li:nth-last-child(-n + 2) { border-bottom: 0; }

  .av-lifecycle {
    grid-template-columns: 1fr 1fr;
  }

  .av-map thead { display: none; }

  .av-map,
  .av-map tbody,
  .av-map tr,
  .av-map th,
  .av-map td {
    display: block;
    width: 100%;
  }

  .av-map tbody tr {
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
  }

  .av-map tbody tr:last-child { border-bottom: 0; }

  .av-map tbody th,
  .av-map tbody td {
    padding: 4px 0;
    border: 0;
  }

  .av-compare thead { display: none; }

  .av-compare,
  .av-compare tbody,
  .av-compare tr,
  .av-compare th,
  .av-compare td {
    display: block;
    width: 100%;
  }

  .av-compare tbody tr {
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
  }

  .av-compare tbody tr:last-child { border-bottom: 0; }

  .av-compare tbody th,
  .av-compare tbody td {
    padding: 4px 0;
    border: 0;
  }

  .av-bars li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 640px) {
  .av-dash-top,
  .av-gantt-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .av-dash-kpis,
  .av-biz-board,
  .av-lenses,
  .av-lifecycle,
  .av-steps,
  .av-engage-steps {
    grid-template-columns: 1fr;
  }

  .av-engage-steps li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .av-engage-steps li:last-child {
    border-bottom: 0;
  }

  .av-engage-steps li:nth-child(n + 3) {
    border-top: 0;
  }

  .av-dash-kpis > div,
  .av-lenses article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .av-dash-kpis > div:last-child,
  .av-lenses article:last-child {
    border-bottom: 0;
  }

  .av-dash-kpis > div:nth-child(n + 4),
  .av-lenses article:nth-child(n + 3) {
    border-top: 0;
  }

  .av-steps li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .av-steps li:last-child { border-bottom: 0; }
}

/* Reporting dashboards: native screens, never soft-upscale */
#reporting .qd-showcase-stage {
  overflow: auto;
  background: #e8eef2;
  padding: 18px 16px;
}

#reporting .qd-panel {
  margin: 0;
}

#reporting .qd-panel.is-active {
  animation: none;
}

#reporting .qd-panel img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-inline: auto;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 1px 0 rgba(11, 58, 91, 0.06);
  image-rendering: auto;
}

#reporting .av-dash-stack {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
}

#reporting .av-dash-stack img {
  margin-inline: 0;
  flex: 0 1 auto;
}


/* Sharp HTML audit dashboards (replace blurry PDF screenshots) */
.av-audit-board {
  border: 1px solid rgba(14, 58, 107, 0.14);
  background:
    linear-gradient(180deg, #f3faf6 0%, #ffffff 28%),
    #fff;
  overflow: hidden;
}

.av-audit-board-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(42, 157, 143, 0.18);
}

.av-audit-kicker {
  margin: 0 0 4px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1f8a6e;
}

.av-audit-board-top h4 {
  margin: 0 0 6px;
  font-family: Manrope, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0b5c45;
}

.av-audit-board-top p {
  margin: 0;
  max-width: 52ch;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--muted);
}

.av-audit-grade {
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(231, 76, 60, 0.28);
  background: #fff5f4;
  text-align: right;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.av-audit-grade strong {
  display: block;
  margin-top: 2px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #c0392b;
  line-height: 1;
}

.av-audit-grade span {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #c0392b;
}

.av-audit-board-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
  gap: 0;
}

.av-audit-main,
.av-audit-dqmp {
  padding: 16px 18px 20px;
}

.av-audit-dqmp {
  border-left: 1px solid rgba(14, 58, 107, 0.1);
  background: #fbfefc;
}

.av-audit-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--navy);
}

.av-audit-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.av-audit-legend i {
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

.av-audit-months {
  list-style: none;
  margin: 0 0 16px;
  padding: 12px 10px 8px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 6px;
  align-items: end;
  min-height: 160px;
  border: 1px solid rgba(14, 58, 107, 0.08);
  background: #fff;
}

.av-audit-months li {
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  justify-items: center;
  gap: 6px;
  min-height: 120px;
}

.av-audit-months span {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  order: 3;
}

.av-audit-months em {
  order: 1;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--navy);
}

.av-audit-stack {
  order: 2;
  align-self: end;
  width: 100%;
  max-width: 28px;
  height: 100px;
  display: flex;
  flex-direction: column-reverse;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  background: #eef3f1;
}

.av-audit-stack b,
.av-audit-stack i {
  display: block;
  width: 100%;
  height: var(--h, 50%);
}

.av-audit-stack b { background: #3cb371; }
.av-audit-stack i { background: #95a5a6; }

.av-audit-months-lg {
  min-height: 200px;
}

.av-audit-months-lg .av-audit-stack {
  height: 140px;
  max-width: 36px;
}

.av-audit-gauge-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.av-audit-gauge {
  width: 112px;
  height: 112px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  border: 8px solid #e74c3c;
  border-right-color: #f1c40f;
  border-bottom-color: #3cb371;
  background: #fff;
  box-shadow: inset 0 0 0 6px #f7faf8;
}

.av-audit-gauge span {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
  color: var(--navy);
}

.av-audit-gauge small {
  display: block;
  margin-top: 4px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1f8a6e;
}

.av-audit-board-compact .av-audit-gauge {
  flex-shrink: 0;
}

.av-audit-mini,
.av-audit-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78rem;
}

.av-audit-mini th,
.av-audit-mini td,
.av-audit-table th,
.av-audit-table td {
  padding: 7px 8px;
  border-bottom: 1px solid rgba(14, 58, 107, 0.08);
  text-align: right;
  color: var(--navy);
}

.av-audit-mini th:first-child,
.av-audit-table th:first-child,
.av-audit-table td:nth-child(2),
.av-audit-mini tbody th,
.av-audit-table tbody th {
  text-align: left;
}

.av-audit-mini thead th,
.av-audit-table thead th {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: #1f8a6e;
  border-bottom: 0;
}

.av-audit-dqmp-title {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1f8a6e;
}

.av-audit-table .is-neg { color: #c0392b; font-weight: 800; }
.av-audit-table .is-pos { color: #1f8a6e; font-weight: 800; }
.av-audit-mini tr.is-hot th,
.av-audit-mini tr.is-hot td,
.av-audit-table tr.is-hot th,
.av-audit-table tr.is-hot td {
  background: #e74c3c;
  color: #fff;
  font-weight: 800;
  border-bottom-color: #e74c3c;
}

.av-audit-table-wide {
  display: block;
  overflow-x: auto;
  margin: 0 18px 18px;
  width: calc(100% - 36px);
  font-size: 0.74rem;
}

.av-audit-table-wide thead,
.av-audit-table-wide tbody,
.av-audit-table-wide tr {
  width: 100%;
}

.av-audit-note {
  margin: 12px 0 0;
  font-size: 0.76rem;
  line-height: 1.4;
  color: var(--muted);
}

@media (max-width: 980px) {
  .av-audit-board-grid {
    grid-template-columns: 1fr;
  }
  .av-audit-dqmp {
    border-left: 0;
    border-top: 1px solid rgba(14, 58, 107, 0.1);
  }
  .av-audit-board-top {
    flex-direction: column;
  }
  .av-audit-months {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .av-audit-gauge-row {
    grid-template-columns: 1fr;
  }
  .av-audit-months {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}


/* Agrovet commercials — TBD placeholders, no calculator */
#pricing .av-plans-static {
  pointer-events: none;
}

#pricing .av-plans-static .fl-plan {
  cursor: default;
}

#pricing .av-plans-static .fl-plan.is-recommended {
  border-color: rgba(42, 157, 143, 0.45);
  box-shadow: 0 0 0 1px rgba(42, 157, 143, 0.2);
}

.av-commercial {
  margin-top: 8px;
  padding: 22px 22px 20px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 40%);
}

.av-commercial-label {
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.av-commercial-rows {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  background: #fff;
}

.av-commercial-rows > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.av-commercial-rows > div:last-child {
  border-bottom: 0;
}

.av-commercial-rows dt {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 0.95rem;
  font-weight: 750;
  color: var(--navy);
}

.av-commercial-rows dd {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1f8a6e;
  white-space: nowrap;
}

.av-commercial-note {
  margin: 14px 0 16px;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--muted);
}

@media (max-width: 640px) {
  .av-commercial-rows > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}


/* Agrovet pricing — TBD only */
.av-pricing-tbd {
  max-width: 42rem;
  margin: 8px 0 0;
  padding: 28px 28px 26px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 42%);
}

.av-pricing-tbd-value {
  margin: 0 0 10px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.av-pricing-tbd-note {
  margin: 0 0 20px;
  max-width: 38ch;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--muted);
}

/* Orchestration board -- native platform section */
.av-orch {
  --orch-ink: var(--navy);
  --orch-soft: rgba(11, 58, 91, 0.08);
  --orch-edge: rgba(11, 58, 91, 0.12);
  --orch-accent: #1b5e20;
  --orch-mint: #e8f2ea;
  margin: 10px 0 0;
  padding: 28px 24px 30px;
  border: 1px solid var(--orch-edge);
  background:
    linear-gradient(165deg, #fbfcfd 0%, #ffffff 45%, #f7faf8 100%);
  position: relative;
  overflow: hidden;
}

.av-orch::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #2e7d32, #0b3a5b);
}

.av-orch-rail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--orch-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orch-accent);
}

.av-orch-rail i {
  display: block;
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #2e7d32 40%, #0b3a5b 60%, transparent);
}

.av-orch-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.4fr) minmax(0, 0.88fr);
  gap: 18px;
  align-items: stretch;
}

.av-orch-col {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px 20px 24px;
  background: #fff;
  border: 1px solid var(--orch-soft);
}

.av-orch-col.is-supply,
.av-orch-col.is-demand {
  border-top: 3px solid #0b3a5b;
}

.av-orch-col.is-core {
  padding: 22px 18px 20px;
  background:
    linear-gradient(180deg, #f3f8f4 0%, #ffffff 22%);
  border: 1px solid rgba(46, 125, 50, 0.28);
  border-top: 3px solid #2e7d32;
}

.av-orch-col > header {
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--orch-soft);
}

.av-orch-col > header > p:first-child {
  margin: 0 0 8px;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orch-accent);
}

.av-orch-col h3 {
  margin: 0 0 10px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--orch-ink);
}

.av-orch-product {
  margin: 0;
  display: inline-block;
  padding: 5px 10px;
  font-family: Manrope, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: #0b3a5b;
}

.av-orch-col.is-core > header h3 {
  margin-bottom: 0;
}

.av-orch-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.av-orch-col li {
  position: relative;
  padding: 0 0 0 14px;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--muted);
}

.av-orch-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 6px;
  height: 2px;
  background: #2e7d32;
}

.av-orch-mods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.av-orch-mods article,
.av-orch-foundation article {
  padding: 14px 14px 15px;
  border: 1px solid var(--orch-soft);
  background: #fff;
}

.av-orch-mods p,
.av-orch-foundation p,
.av-orch-flow > p {
  margin: 0 0 6px;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.av-orch-mods h4,
.av-orch-foundation h4 {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--orch-ink);
}

.av-orch-mods .is-hub {
  grid-column: 1 / -1;
  border-color: rgba(46, 125, 50, 0.4);
  background: linear-gradient(120deg, var(--orch-mint) 0%, #ffffff 72%);
}

.av-orch-mods .is-hub h4 {
  color: var(--orch-accent);
}

.av-orch-flow {
  margin: 0 0 12px;
  padding: 14px 14px 16px;
  border: 1px solid var(--orch-soft);
  background: #fff;
}

.av-orch-flow ol {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  position: relative;
}

.av-orch-flow li {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 12px 12px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--orch-ink);
  background: #f5f8f6;
  border-right: 1px solid rgba(46, 125, 50, 0.14);
}

.av-orch-flow li:last-child {
  border-right: 0;
}

.av-orch-flow li span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--orch-accent);
}

.av-orch-foundation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
}

.av-orch-foundation article {
  border-bottom: 2px solid #0b3a5b;
}

@media (max-width: 1040px) {
  .av-orch-grid {
    grid-template-columns: 1fr;
  }

  .av-orch-flow ol {
    grid-template-columns: 1fr 1fr;
  }

  .av-orch-flow li:nth-child(2) {
    border-right: 0;
  }

  .av-orch-flow li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(46, 125, 50, 0.14);
  }
}

@media (max-width: 560px) {
  .av-orch {
    padding: 20px 14px 22px;
  }

  .av-orch-mods,
  .av-orch-foundation,
  .av-orch-flow ol {
    grid-template-columns: 1fr;
  }

  .av-orch-flow li {
    border-right: 0;
    border-bottom: 1px solid rgba(46, 125, 50, 0.14);
  }

  .av-orch-flow li:last-child {
    border-bottom: 0;
  }

  .av-orch-rail {
    gap: 10px;
    letter-spacing: 0.1em;
    flex-wrap: wrap;
  }

  .av-orch-rail i {
    width: 24px;
  }
}

/* Cropped platform diagram — preserve aspect ratio */
#platform-diagram .av-diagram {
  margin: 0;
  padding: 0;
  border: 1px solid rgba(14, 58, 107, 0.12);
  background: #fff;
  overflow: hidden;
}

#platform-diagram .av-diagram img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
}


/* XPro product showcases — visual-first sections from proposal PDF */
.av-xpro {
  --xpro-edge: rgba(11, 58, 91, 0.1);
  --xpro-soft: #f3f6f8;
}

.av-xpro-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.2fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  margin-top: 4px;
}

.av-xpro-hero.is-flip {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.92fr);
}

.av-xpro-hero.is-flip .av-xpro-copy {
  order: 2;
}

.av-xpro-hero.is-flip .av-xpro-shot {
  order: 1;
}

.av-xpro-copy .fl-kicker {
  margin-bottom: 10px;
}

.av-xpro-copy h2 {
  margin: 0 0 12px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--navy);
}

.av-xpro-copy .fl-lead {
  margin: 0 0 22px;
  max-width: 36ch;
}

.av-xpro-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.av-xpro-pillars li {
  padding: 7px 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1b5e20;
  background: #e8f2ea;
  border: 1px solid rgba(46, 125, 50, 0.18);
}

.av-xpro-shot {
  margin: 0;
  position: relative;
  border: 1px solid var(--xpro-edge);
  background:
    linear-gradient(160deg, #eef3f7 0%, #ffffff 45%, #f5f8f6 100%);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(11, 58, 91, 0.08);
}

.av-xpro-shot.is-dark {
  background: #0b1f18;
}

.av-xpro-shot img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(62vh, 560px);
  object-fit: cover;
  object-position: top center;
  transition: transform 0.55s ease;
}

.av-xpro-shot:hover img {
  transform: scale(1.02);
}

.av-xpro-shot figcaption,
.av-xpro-gallery figcaption,
.av-xpro-duo figcaption {
  margin: 0;
  padding: 10px 14px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid var(--xpro-edge);
}

.av-xpro-shot.is-dark figcaption {
  background: rgba(8, 24, 18, 0.92);
  color: rgba(255, 255, 255, 0.72);
  border-top-color: rgba(255, 255, 255, 0.08);
}

.av-xpro-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 28px 0 0;
  border: 1px solid var(--xpro-edge);
  background: #fff;
}

.av-xpro-kpis article {
  padding: 20px 18px 22px;
  border-right: 1px solid var(--xpro-edge);
}

.av-xpro-kpis article:last-child {
  border-right: 0;
}

.av-xpro-kpi {
  margin: 0 0 6px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  color: var(--navy);
  line-height: 1;
}

.av-xpro-kpis h3 {
  margin: 0 0 4px;
  font-family: Manrope, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--navy);
}

.av-xpro-kpis p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--muted);
}

.av-xpro-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 0;
}

.av-xpro-gallery.is-wide {
  grid-template-columns: 1.4fr 1fr;
}

.av-xpro-gallery figure,
.av-xpro-duo > figure {
  margin: 0;
  border: 1px solid var(--xpro-edge);
  background: #fff;
  overflow: hidden;
}

.av-xpro-gallery img,
.av-xpro-duo img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.45s ease;
}

.av-xpro-gallery.is-wide img {
  height: 280px;
}

.av-xpro-gallery figure:hover img,
.av-xpro-duo figure:hover img {
  transform: scale(1.03);
}

.av-xpro-duo {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 18px;
  margin: 28px 0 0;
  align-items: stretch;
}

.av-xpro-duo > figure img {
  height: min(420px, 52vh);
}

.av-xpro-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 22px 24px;
  border: 1px solid var(--xpro-edge);
  background: linear-gradient(180deg, #f7faf8 0%, #ffffff 55%);
}

.av-xpro-side .fl-sub {
  margin-top: 0;
}

.av-xpro-flow {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.av-xpro-flow li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  align-items: baseline;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--xpro-edge);
  border-left: 3px solid #2e7d32;
}

.av-xpro-flow li span {
  grid-row: 1 / span 2;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #2e7d32;
}

.av-xpro-flow strong {
  font-family: Manrope, sans-serif;
  font-size: 0.92rem;
  color: var(--navy);
}

.av-xpro-flow li {
  color: var(--muted);
  font-size: 0.84rem;
}

.av-xpro-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.av-xpro-checklist li {
  position: relative;
  padding: 0 0 0 22px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--muted);
}

.av-xpro-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2e7d32;
}

.av-xpro-lifecycle {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--xpro-edge);
  background: #fff;
  overflow: hidden;
}

.av-xpro-lifecycle li {
  display: grid;
  gap: 6px;
  padding: 16px 10px 18px;
  text-align: center;
  border-right: 1px solid var(--xpro-edge);
  background: linear-gradient(180deg, #f7faf8 0%, #fff 70%);
}

.av-xpro-lifecycle li:last-child {
  border-right: 0;
}

.av-xpro-lifecycle span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #2e7d32;
}

.av-xpro-lifecycle strong {
  font-family: Manrope, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--navy);
}

@media (max-width: 980px) {
  .av-xpro-hero,
  .av-xpro-hero.is-flip,
  .av-xpro-duo,
  .av-xpro-gallery,
  .av-xpro-gallery.is-wide {
    grid-template-columns: 1fr;
  }

  .av-xpro-hero.is-flip .av-xpro-copy,
  .av-xpro-hero.is-flip .av-xpro-shot {
    order: initial;
  }

  .av-xpro-kpis {
    grid-template-columns: 1fr 1fr;
  }

  .av-xpro-kpis article:nth-child(2) {
    border-right: 0;
  }

  .av-xpro-kpis article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--xpro-edge);
  }

  .av-xpro-lifecycle {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .av-xpro-lifecycle li:nth-child(4) {
    border-right: 0;
  }

  .av-xpro-lifecycle li:nth-child(-n + 4) {
    border-bottom: 1px solid var(--xpro-edge);
  }

  .av-xpro-gallery img,
  .av-xpro-gallery.is-wide img,
  .av-xpro-duo > figure img {
    height: 240px;
  }
}

@media (max-width: 560px) {
  .av-xpro-kpis,
  .av-xpro-lifecycle {
    grid-template-columns: 1fr;
  }

  .av-xpro-kpis article,
  .av-xpro-lifecycle li {
    border-right: 0;
    border-bottom: 1px solid var(--xpro-edge);
  }

  .av-xpro-kpis article:last-child,
  .av-xpro-lifecycle li:last-child {
    border-bottom: 0;
  }
}
