/* Field Service Proof-of-Work Software commercial authority page */
.pow-authority-page .seo-pillar-hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5.5rem);
}

.pow-authority-page .seo-pillar-hero-copy {
  max-width: 650px;
}

.pow-authority-page .seo-pillar-hero h1 {
  max-width: 720px;
  font-size: clamp(3.25rem, 5vw, 5.55rem);
  line-height: .96;
  letter-spacing: 0;
}

.pow-authority-page .seo-pillar-hero .seo-pillar-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pow-authority-page .seo-pillar-hero .seo-pillar-link-arrow {
  grid-column: 1 / -1;
  justify-self: start;
  width: auto;
}

.pow-authority-page .seo-pillar-visual {
  min-height: clamp(620px, 49vw, 700px);
}

.pow-cockpit .seo-pillar-visual-shell {
  --pow-cockpit-inset: clamp(1rem, 2vw, 1.4rem);
  position: relative;
  inset: auto;
  width: calc(100% - var(--pow-cockpit-inset) - var(--pow-cockpit-inset));
  max-width: none;
  min-height: 0;
  margin: var(--pow-cockpit-inset);
  background:
    linear-gradient(145deg, rgba(6, 42, 53, .28), rgba(4, 18, 30, .76)),
    linear-gradient(rgba(83, 226, 237, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 226, 237, .07) 1px, transparent 1px),
    #092633;
  background-size: auto, 54px 54px, 54px 54px, auto;
}

.pow-cockpit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 1rem;
  min-height: 485px;
  padding: 1rem 0;
}

.pow-cockpit-grid section {
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid rgba(113, 238, 247, .22);
  border-radius: 20px;
  background: rgba(3, 22, 34, .84);
  box-shadow: 0 18px 40px rgba(1, 11, 19, .2);
}

.pow-cockpit-grid section > span,
.pow-disambiguation > span,
.pow-evidence-grid article > span,
.pow-comparison-grid article > span,
.pow-role-grid article > span,
.pow-workflow-grid article > span,
.pow-product-map > * > span,
.pow-fit-grid article > span,
.pow-system-rail article > span,
.pow-pilot-panel > span,
.pow-resource-groups section > span {
  display: block;
  color: #73f2fa;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pow-cockpit-grid section > strong {
  display: block;
  margin-top: .55rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
}

.pow-cockpit-grid section > p {
  margin: .55rem 0 0;
  color: rgba(232, 247, 250, .82);
  font-size: .88rem;
  line-height: 1.5;
}

.pow-cockpit-workflow {
  grid-row: span 2;
}

.pow-cockpit-workflow > strong {
  font-size: 1.75rem !important;
}

.pow-cockpit-workflow ul,
.pow-comparison-grid ul,
.pow-fit-grid ul,
.pow-pilot-panel ul {
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.pow-cockpit-workflow li {
  position: relative;
  padding: .72rem .7rem .72rem 2rem;
  margin-top: .55rem;
  border: 1px solid rgba(113, 238, 247, .16);
  border-radius: 13px;
  color: #edf9fb;
  background: rgba(255, 255, 255, .05);
  font-size: .84rem;
  font-weight: 850;
}

.pow-cockpit-workflow li::before,
.pow-comparison-grid li::before,
.pow-fit-grid li::before,
.pow-pilot-panel li::before {
  content: "";
  position: absolute;
  left: .75rem;
  top: .95rem;
  width: .46rem;
  height: .46rem;
  border-radius: 50%;
  background: #4ddbe7;
  box-shadow: 0 0 0 4px rgba(77, 219, 231, .13);
}

.pow-cockpit-workflow .pow-cockpit-warning {
  border-color: rgba(255, 156, 74, .35);
  background: rgba(91, 48, 20, .3);
}

.pow-cockpit-workflow .pow-cockpit-warning::before {
  background: #ff9c4a;
  box-shadow: 0 0 0 4px rgba(255, 156, 74, .14);
}

.pow-progress {
  height: 7px;
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, .12);
}

.pow-progress i {
  display: block;
  width: 87.5%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff9c4a, #62e9f2);
}

.pow-cockpit-output {
  grid-column: 1 / -1;
}

.pow-cockpit-output dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .55rem;
  margin: 1rem 0 0;
}

.pow-cockpit-output dl div {
  padding: .65rem;
  border-radius: 12px;
  background: rgba(219, 245, 247, .94);
}

.pow-cockpit-output dt {
  color: #526c77;
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pow-cockpit-output dd {
  margin: .2rem 0 0;
  color: #071724;
  font-size: .78rem;
  font-weight: 950;
}

.pow-definition-grid,
.pow-gate-layout,
.pow-evaluation-layout,
.pow-systems-layout,
.pow-pilot-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.pow-definition-grid h2,
.pow-gate-layout h2,
.pow-evaluation-layout h2,
.pow-systems-layout h2,
.pow-pilot-layout h2 {
  max-width: 720px;
}

.pow-disambiguation,
.pow-pilot-panel {
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid rgba(0, 126, 139, .2);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(226, 249, 251, .94), rgba(255, 249, 242, .94));
  box-shadow: 0 22px 54px rgba(7, 34, 45, .1);
}

.pow-disambiguation > span,
.pow-pilot-panel > span {
  color: #007d8b;
}

.pow-disambiguation h3,
.pow-pilot-panel h3 {
  margin: .75rem 0 0;
  color: #071724;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  line-height: 1.18;
}

.pow-disambiguation p,
.pow-pilot-panel p {
  color: #385363;
}

.pow-control-model {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .72rem;
  padding: 0;
  margin: 2.3rem 0 0;
  list-style: none;
}

.pow-control-model li {
  position: relative;
  min-width: 0;
  min-height: 235px;
  padding: 1.2rem;
  border: 1px solid rgba(105, 231, 240, .2);
  border-radius: 18px;
  background: linear-gradient(150deg, rgba(21, 61, 73, .82), rgba(5, 23, 35, .92));
}

.pow-control-model li:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 2rem;
  right: -.63rem;
  width: .55rem;
  height: .55rem;
  border-top: 2px solid #60e7ef;
  border-right: 2px solid #60e7ef;
  transform: rotate(45deg);
}

.pow-control-model b,
.pow-gate-list b,
.pow-journey b {
  display: grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  color: #052130;
  background: #62e9f2;
  font-size: .82rem;
  font-weight: 950;
}

.pow-control-model span {
  display: block;
  margin-top: 1rem;
  color: #77f2f8;
  font-size: .69rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pow-control-model strong {
  display: block;
  margin-top: .55rem;
  color: #fff;
  font-size: .95rem;
  line-height: 1.45;
}

.pow-model-note {
  margin: 1.1rem 0 0;
  color: rgba(229, 245, 248, .72);
  font-size: .82rem;
}

.pow-evidence-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.pow-evidence-grid article,
.pow-role-grid article,
.pow-product-map > *,
.pow-fit-grid article {
  min-width: 0;
  padding: 1.35rem;
  border: 1px solid rgba(0, 126, 139, .17);
  border-radius: 19px;
  background:
    radial-gradient(circle at 100% 0, rgba(76, 222, 233, .12), transparent 9rem),
    rgba(255, 255, 255, .92);
  box-shadow: 0 18px 42px rgba(7, 34, 45, .07);
}

.pow-evidence-grid article > span,
.pow-role-grid article > span,
.pow-product-map > * > span,
.pow-fit-grid article > span,
.pow-resource-groups section > span {
  color: #007d8b;
}

.pow-evidence-grid p {
  margin: .55rem 0 0;
  color: #304c5c;
  line-height: 1.55;
}

.pow-comparison-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.pow-comparison-grid article {
  min-width: 0;
  padding: 1.5rem;
  border: 1px solid rgba(105, 231, 240, .18);
  border-radius: 20px;
  background: rgba(20, 54, 65, .72);
}

.pow-comparison-grid h3 {
  margin: .65rem 0 0;
  color: #fff;
  font-size: 1.35rem;
}

.pow-comparison-grid li,
.pow-fit-grid li,
.pow-pilot-panel li {
  position: relative;
  padding-left: 1.6rem;
  margin-top: .7rem;
  color: rgba(232, 247, 250, .82);
  line-height: 1.48;
}

.pow-comparison-featured {
  border-color: rgba(255, 157, 77, .45) !important;
  background: linear-gradient(145deg, rgba(76, 44, 24, .72), rgba(8, 39, 50, .9)) !important;
}

.pow-comparison-featured > span {
  color: #ffb678 !important;
}

.pow-gate-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pow-gate-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .8rem;
  align-items: center;
  min-width: 0;
  padding: .9rem;
  border: 1px solid rgba(0, 126, 139, .17);
  border-radius: 15px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 30px rgba(7, 34, 45, .06);
}

.pow-gate-list b {
  width: 2rem;
  height: 2rem;
  font-size: .7rem;
}

.pow-gate-list span {
  color: #153042;
  font-size: .89rem;
  font-weight: 850;
  line-height: 1.4;
}

.pow-context-link {
  margin: 1.5rem 0 0;
  color: #456170;
}

.pow-context-link a {
  color: #007d8b;
  font-weight: 900;
}

.pow-matrix {
  overflow: hidden;
  border: 1px solid rgba(105, 231, 240, .22);
  border-radius: 22px;
  background: rgba(7, 34, 45, .72);
  box-shadow: 0 22px 55px rgba(0, 8, 14, .2);
}

.pow-matrix table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.pow-matrix caption {
  padding: 1rem 1.2rem;
  color: rgba(229, 245, 248, .7);
  font-size: .78rem;
  text-align: left;
}

.pow-matrix th,
.pow-matrix td {
  padding: 1rem;
  border-top: 1px solid rgba(105, 231, 240, .14);
  color: rgba(235, 248, 250, .83);
  font-size: .84rem;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.pow-matrix thead th {
  color: #73f2fa;
  background: rgba(3, 20, 31, .7);
  font-size: .69rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.pow-matrix tbody th {
  color: #fff;
  font-weight: 900;
}

.pow-gap-flow,
.pow-journey {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 2rem;
}

.pow-gap-flow > div {
  position: relative;
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid rgba(255, 157, 77, .28);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(67, 41, 24, .62), rgba(8, 32, 43, .88));
}

.pow-gap-flow > div:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  top: 1.15rem;
  right: -.75rem;
  z-index: 2;
  color: #ffad68;
  font-weight: 950;
}

.pow-gap-flow span {
  color: #ffad68;
  font-size: .7rem;
  font-weight: 950;
}

.pow-gap-flow strong {
  display: block;
  margin-top: .45rem;
  color: #fff;
  line-height: 1.3;
}

.pow-gap-flow p {
  margin: .55rem 0 0;
  color: rgba(235, 248, 250, .74);
  font-size: .82rem;
  line-height: 1.5;
}

.pow-journey {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 0;
  margin-bottom: 1.1rem;
  list-style: none;
}

.pow-journey li {
  display: flex;
  gap: .7rem;
  align-items: center;
  min-width: 0;
  padding: .85rem;
  border: 1px solid rgba(0, 126, 139, .15);
  border-radius: 15px;
  background: rgba(255, 255, 255, .9);
}

.pow-journey b {
  flex: 0 0 auto;
  width: 1.9rem;
  height: 1.9rem;
  font-size: .72rem;
}

.pow-journey span {
  color: #183647;
  font-size: .8rem;
  font-weight: 900;
  line-height: 1.3;
}

.pow-role-grid,
.pow-workflow-grid,
.pow-product-map,
.pow-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.pow-role-grid h3,
.pow-product-map strong,
.pow-fit-grid h3 {
  display: block;
  margin: .65rem 0 0;
  color: #071724;
  font-size: 1.2rem;
  line-height: 1.3;
}

.pow-role-grid p,
.pow-product-map p {
  margin: .55rem 0 0;
  color: #3a5665;
  line-height: 1.5;
}

.pow-workflow-grid article {
  padding: 1.5rem;
  border: 1px solid rgba(105, 231, 240, .19);
  border-radius: 20px;
  background: rgba(20, 54, 65, .74);
}

.pow-workflow-grid h3 {
  margin: .65rem 0 0;
  color: #fff;
  font-size: 1.35rem;
}

.pow-workflow-grid p {
  color: rgba(232, 247, 250, .78);
}

.pow-workflow-grid a {
  color: #72f1f8;
  font-weight: 900;
}

.pow-secondary-workflows {
  display: flex;
  gap: .75rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}

.pow-secondary-workflows span {
  color: rgba(232, 247, 250, .72);
  font-size: .78rem;
  font-weight: 900;
}

.pow-secondary-workflows a {
  padding: .65rem .9rem;
  border: 1px solid rgba(105, 231, 240, .24);
  border-radius: 10px;
  color: #74f1f8;
  font-weight: 900;
}

.pow-product-map > * {
  display: block;
  color: inherit;
  text-decoration: none;
}

.pow-product-map > [aria-current="page"] {
  border-color: rgba(255, 157, 77, .38);
  background: linear-gradient(145deg, rgba(255, 243, 233, .96), rgba(232, 249, 250, .96));
}

.pow-product-map a:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 126, 139, .36);
}

.pow-evaluation-layout {
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1fr);
}

.pow-evaluation-chips {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}

.pow-evaluation-chips span {
  padding: .55rem .72rem;
  border: 1px solid rgba(105, 231, 240, .24);
  border-radius: 10px;
  color: #dff8fa;
  background: rgba(255, 255, 255, .05);
  font-size: .78rem;
  font-weight: 850;
}

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

.pow-fit-grid li {
  color: #385363;
}

.pow-fit-grid article > span {
  color: #007d8b;
}

.pow-fit-prep {
  background: linear-gradient(145deg, rgba(255, 244, 234, .96), rgba(255, 255, 255, .94)) !important;
}

.pow-fit-prep > span {
  color: #a85111 !important;
}

.pow-fit-prep a {
  display: inline-block;
  margin-top: 1rem;
  color: #007d8b;
  font-weight: 950;
}

.pow-systems-layout {
  align-items: center;
}

.pow-system-note {
  padding-left: 1rem;
  border-left: 3px solid #3bd2df;
  color: #385363;
  font-weight: 750;
}

.pow-system-rail {
  display: grid;
  gap: .75rem;
}

.pow-system-rail article {
  padding: 1.3rem;
  border: 1px solid rgba(0, 126, 139, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 17px 40px rgba(7, 34, 45, .08);
}

.pow-system-rail article > span {
  color: #007d8b;
}

.pow-system-rail article strong {
  display: block;
  margin-top: .55rem;
  color: #153042;
  line-height: 1.5;
}

.pow-system-rail > i {
  color: #008896;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 950;
  text-align: center;
}

.pow-system-rail nav {
  display: flex;
  gap: .7rem;
  flex-wrap: wrap;
}

.pow-system-rail nav a {
  color: #007d8b;
  font-weight: 900;
}

.pow-pilot-layout {
  align-items: center;
}

.pow-pilot-panel li {
  color: #385363;
}

.pow-pilot-panel p {
  margin: 1rem 0 0;
  font-size: .82rem;
}

.pow-resource-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pow-resource-groups section {
  padding: 1.45rem;
  border: 1px solid rgba(0, 126, 139, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .92);
}

.pow-resource-groups a {
  display: block;
  padding: .78rem 0;
  border-bottom: 1px solid rgba(0, 126, 139, .12);
  color: #173747;
  font-weight: 900;
  line-height: 1.35;
}

.pow-resource-groups a:last-child {
  border-bottom: 0;
}

.pow-final-section {
  padding-top: 0;
}

.pow-authority-page a:focus-visible,
.pow-authority-page button:focus-visible {
  outline: 3px solid #ff9c4a;
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .pow-authority-page .seo-pillar-hero-grid,
  .pow-definition-grid,
  .pow-gate-layout,
  .pow-evaluation-layout,
  .pow-systems-layout,
  .pow-pilot-layout {
    grid-template-columns: 1fr;
  }

  .pow-authority-page .seo-pillar-hero-copy {
    max-width: 800px;
  }

  .pow-authority-page .seo-pillar-hero h1 {
    max-width: 13ch;
  }

  .pow-authority-page .seo-pillar-visual {
    min-height: 650px;
  }

  .pow-control-model {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pow-control-model li {
    min-height: 190px;
  }

  .pow-control-model li::after,
  .pow-gap-flow > div::after {
    display: none;
  }

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

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

@media (max-width: 860px) {
  .pow-authority-page .seo-pillar-hero h1 {
    font-size: clamp(3rem, 8vw, 4.2rem);
  }

  .pow-control-model,
  .pow-evidence-grid,
  .pow-comparison-grid,
  .pow-gap-flow,
  .pow-role-grid,
  .pow-workflow-grid,
  .pow-product-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pow-matrix {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .pow-matrix table,
  .pow-matrix tbody,
  .pow-matrix tr,
  .pow-matrix th,
  .pow-matrix td {
    display: block;
    width: 100%;
  }

  .pow-matrix thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .pow-matrix caption {
    padding: 0 0 1rem;
  }

  .pow-matrix tr {
    margin-bottom: .85rem;
    overflow: hidden;
    border: 1px solid rgba(105, 231, 240, .22);
    border-radius: 18px;
    background: rgba(7, 34, 45, .8);
  }

  .pow-matrix th,
  .pow-matrix td {
    position: relative;
    min-height: 3rem;
    padding: .75rem .85rem .75rem 10rem;
  }

  .pow-matrix tbody th {
    padding-left: .85rem;
    background: rgba(18, 62, 74, .82);
  }

  .pow-matrix td::before {
    position: absolute;
    left: .85rem;
    width: 8.2rem;
    color: #73f2fa;
    font-size: .65rem;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .pow-matrix td:nth-child(2)::before { content: "Required proof"; }
  .pow-matrix td:nth-child(3)::before { content: "Supporting context"; }
  .pow-matrix td:nth-child(4)::before { content: "Gap response"; }
  .pow-matrix td:nth-child(5)::before { content: "Reviewer"; }

  .pow-resource-groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .pow-authority-page .seo-pillar-hero h1 {
    max-width: 100%;
    font-size: 2.55rem;
  }

  .pow-authority-page .seo-pillar-hero .seo-pillar-actions,
  .pow-cockpit-grid,
  .pow-cockpit-output dl,
  .pow-control-model,
  .pow-evidence-grid,
  .pow-comparison-grid,
  .pow-gate-list,
  .pow-gap-flow,
  .pow-journey,
  .pow-role-grid,
  .pow-workflow-grid,
  .pow-product-map,
  .pow-fit-grid {
    grid-template-columns: 1fr;
  }

  .pow-authority-page .seo-pillar-hero .seo-pillar-link-arrow {
    width: 100%;
  }

  .pow-authority-page .seo-pillar-visual {
    min-height: auto;
  }

  .pow-authority-page .seo-pillar-visual-shell {
    position: relative;
    inset: auto;
    min-height: auto;
    padding: .85rem;
  }

  .pow-cockpit-workflow,
  .pow-cockpit-output {
    grid-row: auto;
    grid-column: auto;
  }

  .pow-control-model li {
    min-height: auto;
  }

  .pow-matrix th,
  .pow-matrix td {
    padding-left: .85rem;
  }

  .pow-matrix td::before {
    position: static;
    display: block;
    width: auto;
    margin-bottom: .28rem;
  }

  .pow-secondary-workflows {
    align-items: stretch;
    flex-direction: column;
  }

  .pow-secondary-workflows a {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pow-product-map a {
    transition: none;
  }
}
