/* Warranty Claim Documentation commercial authority page */
.wcd-authority-page .seo-pillar-hero-grid {
  grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5.5rem);
}

.wcd-authority-page .seo-pillar-hero-copy {
  max-width: 670px;
}

.wcd-authority-page .seo-pillar-hero h1 {
  max-width: 760px;
  font-size: clamp(3.1rem, 4.9vw, 5.45rem);
  line-height: .97;
  letter-spacing: 0;
}

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

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

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

.wcd-boundary {
  padding: 1rem 1.1rem;
  border-left: 3px solid #ff9d4d;
  border-radius: 0 10px 10px 0;
  line-height: 1.55;
}

.wcd-boundary strong {
  display: block;
  margin-bottom: .25rem;
  color: #ffd0a8;
}

.wcd-boundary-dark {
  color: rgba(236, 248, 250, .84);
  background: rgba(83, 45, 20, .28);
}

.wcd-cockpit .seo-pillar-visual-shell {
  --wcd-cockpit-inset: clamp(1rem, 2vw, 1.4rem);
  position: relative;
  inset: auto;
  width: calc(100% - var(--wcd-cockpit-inset) - var(--wcd-cockpit-inset));
  max-width: none;
  min-height: 0;
  margin: var(--wcd-cockpit-inset);
  background:
    linear-gradient(145deg, rgba(8, 50, 60, .18), rgba(3, 19, 30, .82)),
    linear-gradient(rgba(87, 228, 238, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 228, 238, .065) 1px, transparent 1px),
    #082735;
  background-size: auto, 52px 52px, 52px 52px, auto;
}

.wcd-illustrative {
  margin: .8rem 0 0;
  color: rgba(224, 244, 247, .62);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wcd-cockpit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: .9rem;
  min-height: 480px;
  padding: .85rem 0 1rem;
}

.wcd-cockpit-grid section {
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid rgba(111, 237, 246, .2);
  border-radius: 18px;
  background: rgba(3, 22, 34, .86);
  box-shadow: 0 18px 42px rgba(1, 10, 18, .2);
}

.wcd-cockpit-grid section > span,
.wcd-boundary-panel > span,
.wcd-category-map article > span,
.wcd-failure-grid article > span,
.wcd-role-grid article > span,
.wcd-reviewer-grid article > span,
.wcd-example-grid article > span,
.wcd-fit-grid article > span,
.wcd-system-rail article > span,
.wcd-pilot-panel > span,
.wcd-resource-groups section > span {
  display: block;
  color: #70eef7;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .09em;
  line-height: 1.25;
  text-transform: uppercase;
}

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

.wcd-cockpit-grid section > p {
  margin: .5rem 0 0;
  color: rgba(232, 247, 250, .8);
  font-size: .84rem;
  line-height: 1.48;
}

.wcd-cockpit-context {
  grid-column: 1 / -1;
}

.wcd-cockpit-context > strong {
  font-size: 1.45rem !important;
}

.wcd-cockpit-evidence {
  grid-row: span 2;
}

.wcd-cockpit-evidence ul,
.wcd-fit-grid ul,
.wcd-pilot-panel ul {
  padding: 0;
  margin: .8rem 0 0;
  list-style: none;
}

.wcd-cockpit-evidence li,
.wcd-fit-grid li,
.wcd-pilot-panel li {
  position: relative;
  padding-left: 1.5rem;
  margin-top: .65rem;
  color: rgba(235, 248, 250, .84);
  font-size: .84rem;
  line-height: 1.42;
}

.wcd-cockpit-evidence li::before,
.wcd-fit-grid li::before,
.wcd-pilot-panel li::before {
  content: "";
  position: absolute;
  top: .45rem;
  left: .15rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: #4edce8;
  box-shadow: 0 0 0 4px rgba(78, 220, 232, .12);
}

.wcd-cockpit-exception {
  border-color: rgba(255, 159, 80, .34) !important;
  background: linear-gradient(145deg, rgba(75, 42, 22, .78), rgba(5, 28, 38, .9)) !important;
}

.wcd-cockpit-exception > span {
  color: #ffb478 !important;
}

.wcd-cockpit-output dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  margin: .8rem 0 0;
}

.wcd-cockpit-output dl div {
  min-width: 0;
  padding: .55rem;
  border-radius: 10px;
  background: rgba(221, 246, 248, .95);
}

.wcd-cockpit-output dt {
  color: #526b76;
  font-size: .6rem;
  font-weight: 900;
  text-transform: uppercase;
}

.wcd-cockpit-output dd {
  margin: .18rem 0 0;
  color: #071724;
  font-size: .75rem;
  font-weight: 950;
}

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

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

.wcd-boundary-panel,
.wcd-pilot-panel {
  padding: clamp(1.4rem, 3vw, 2.15rem);
  border: 1px solid rgba(0, 126, 139, .2);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(228, 249, 251, .96), rgba(255, 248, 241, .96));
  box-shadow: 0 22px 54px rgba(7, 34, 45, .09);
}

.wcd-boundary-panel > span,
.wcd-pilot-panel > span {
  color: #007d8b;
}

.wcd-boundary-panel h3,
.wcd-pilot-panel h3 {
  margin: .7rem 0 0;
  color: #071724;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  line-height: 1.2;
}

.wcd-boundary-panel p,
.wcd-pilot-panel p {
  color: #345261;
}

.wcd-control-chain {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .75rem;
  padding: 0;
  margin: 2.2rem 0 1.2rem;
  list-style: none;
}

.wcd-control-chain li {
  position: relative;
  min-width: 0;
  min-height: 245px;
  padding: 1.15rem;
  border: 1px solid rgba(105, 231, 240, .2);
  border-radius: 17px;
  background: linear-gradient(150deg, rgba(21, 61, 73, .83), rgba(5, 23, 35, .94));
}

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

.wcd-control-chain b,
.wcd-gate-list b,
.wcd-workflow-steps b {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  color: #052130;
  background: #62e9f2;
  font-size: .78rem;
  font-weight: 950;
}

.wcd-control-chain span {
  display: block;
  margin-top: .9rem;
  color: #77f2f8;
  font-size: .67rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wcd-control-chain strong {
  display: block;
  margin-top: .5rem;
  color: #fff;
  font-size: .95rem;
  line-height: 1.35;
}

.wcd-control-chain p {
  margin: .6rem 0 0;
  color: rgba(229, 245, 248, .73);
  font-size: .78rem;
  line-height: 1.48;
}

.wcd-model-note {
  margin: 1rem 0;
  color: rgba(229, 245, 248, .7);
  font-size: .82rem;
}

.wcd-category-map,
.wcd-role-grid,
.wcd-reviewer-grid,
.wcd-resource-groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

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

.wcd-category-map article > span,
.wcd-role-grid article > span,
.wcd-fit-grid article > span,
.wcd-resource-groups section > span {
  color: #007d8b;
}

.wcd-category-map h3,
.wcd-role-grid h3,
.wcd-fit-grid h3 {
  margin: .65rem 0 0;
  color: #071724;
  font-size: 1.2rem;
  line-height: 1.3;
}

.wcd-category-map p,
.wcd-role-grid p {
  color: #385565;
  line-height: 1.52;
}

.wcd-category-map a,
.wcd-example-grid a {
  color: #007d8b;
  font-weight: 900;
}

.wcd-category-current {
  border-color: rgba(255, 155, 71, .42) !important;
  background: linear-gradient(145deg, rgba(255, 243, 233, .98), rgba(229, 249, 250, .97)) !important;
}

.wcd-category-current > span {
  color: #a55216 !important;
}

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

.wcd-failure-grid article,
.wcd-reviewer-grid article,
.wcd-example-grid article {
  min-width: 0;
  padding: 1.4rem;
  border: 1px solid rgba(105, 231, 240, .19);
  border-radius: 18px;
  background: rgba(20, 54, 65, .74);
}

.wcd-failure-grid h3,
.wcd-reviewer-grid h3,
.wcd-example-grid h3 {
  margin: .6rem 0 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.32;
}

.wcd-failure-grid p,
.wcd-reviewer-grid p,
.wcd-example-grid p {
  color: rgba(232, 247, 250, .8);
  line-height: 1.52;
}

.wcd-example-grid article {
  border-color: rgba(0, 126, 139, .17);
  background: radial-gradient(circle at 100% 0, rgba(76, 222, 233, .12), transparent 9rem), rgba(255, 255, 255, .94);
  box-shadow: 0 18px 42px rgba(7, 34, 45, .07);
}

.wcd-example-grid article > span {
  color: #007d8b;
}

.wcd-example-grid h3 {
  color: #071724;
}

.wcd-example-grid p {
  color: #385565;
}

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

.wcd-gate-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .75rem;
  align-items: center;
  min-width: 0;
  padding: .85rem;
  border: 1px solid rgba(0, 126, 139, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 12px 28px rgba(7, 34, 45, .06);
}

.wcd-gate-list b {
  width: 1.95rem;
  height: 1.95rem;
  font-size: .68rem;
}

.wcd-gate-list span {
  color: #173345;
  font-size: .86rem;
  font-weight: 850;
  line-height: 1.4;
}

.wcd-context-link {
  margin: 1.3rem 0 .8rem;
  color: #3d5b6b;
}

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

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

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

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

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

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

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

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

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

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

.wcd-correction-flow span {
  color: #ffad68;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.wcd-correction-flow strong {
  display: block;
  margin-top: .5rem;
  color: #fff;
  font-size: .95rem;
  line-height: 1.35;
}

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

.wcd-workflow-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .7rem;
  align-items: center;
  min-width: 0;
  padding: .85rem;
  border: 1px solid rgba(0, 126, 139, .15);
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
}

.wcd-workflow-steps b {
  flex: 0 0 auto;
  width: 1.9rem;
  height: 1.9rem;
  font-size: .68rem;
}

.wcd-workflow-steps span {
  color: #173345;
  font-size: .8rem;
  font-weight: 900;
  line-height: 1.32;
}

.wcd-role-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.wcd-reviewer-grid article > span {
  color: #72f1f8;
}

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

.wcd-evaluation-checks span {
  padding: .62rem .8rem;
  border: 1px solid rgba(0, 126, 139, .18);
  border-radius: 10px;
  color: #153747;
  background: rgba(230, 248, 250, .82);
  font-size: .78rem;
  font-weight: 850;
}

.wcd-fit-grid {
  display: grid;
  gap: 1rem;
}

.wcd-fit-grid li,
.wcd-pilot-panel li {
  color: #2f4c5c;
}

.wcd-systems-layout a {
  color: #72f1f8;
  font-weight: 900;
}

.wcd-system-rail {
  display: grid;
  gap: .8rem;
}

.wcd-system-rail article {
  padding: 1.3rem;
  border: 1px solid rgba(105, 231, 240, .2);
  border-radius: 17px;
  background: rgba(20, 54, 65, .75);
}

.wcd-system-rail article > strong {
  display: block;
  margin-top: .65rem;
  color: #fff;
  line-height: 1.5;
}

.wcd-system-rail > div {
  justify-self: center;
  color: #ffae6b;
  font-size: 1.5rem;
  font-weight: 950;
}

.wcd-pilot-panel .seo-pillar-actions {
  margin-top: 1.25rem;
}

.wcd-pilot-panel .seo-pillar-link-arrow {
  color: #007d8b;
}

.wcd-resource-groups section {
  padding: 1.3rem;
  border: 1px solid rgba(105, 231, 240, .18);
  border-radius: 17px;
  background: rgba(20, 54, 65, .74);
}

.wcd-resource-groups section > a {
  display: block;
  margin-top: .8rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.35;
}

.wcd-resource-groups section > a::after {
  content: " \2192";
  color: #72f1f8;
}

.wcd-authority-page :is(a, button):focus-visible {
  outline: 3px solid #ffad68;
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .wcd-authority-page .seo-pillar-hero-grid {
    grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
    gap: 2rem;
  }

  .wcd-authority-page .seo-pillar-hero h1 {
    font-size: clamp(3rem, 5vw, 4.7rem);
  }

  .wcd-control-chain {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wcd-control-chain li {
    min-height: 210px;
  }

  .wcd-control-chain li:nth-child(3)::after {
    display: none;
  }

  .wcd-failure-grid,
  .wcd-example-grid,
  .wcd-role-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

  .wcd-authority-page .seo-pillar-hero-copy {
    max-width: 760px;
  }

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

  .wcd-category-map,
  .wcd-reviewer-grid,
  .wcd-resource-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wcd-workflow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

  .wcd-matrix tr {
    margin-top: .9rem;
    overflow: hidden;
    border: 1px solid rgba(105, 231, 240, .22);
    border-radius: 16px;
    background: rgba(7, 34, 45, .78);
  }

  .wcd-matrix th,
  .wcd-matrix td {
    position: relative;
    min-height: 3rem;
    padding: .8rem .9rem .8rem 10rem;
    border-top: 1px solid rgba(105, 231, 240, .13);
  }

  .wcd-matrix tbody th {
    padding-left: .9rem;
    background: rgba(3, 20, 31, .72);
  }

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

  .wcd-matrix td:nth-of-type(1)::before { content: "Field source"; }
  .wcd-matrix td:nth-of-type(2)::before { content: "Reviewer question"; }
  .wcd-matrix td:nth-of-type(3)::before { content: "Missing risk"; }
  .wcd-matrix td:nth-of-type(4)::before { content: "Owner"; }
}

@media (max-width: 720px) {
  .wcd-authority-page .seo-pillar-hero h1 {
    font-size: clamp(2.55rem, 11vw, 4rem);
    line-height: 1;
  }

  .wcd-authority-page .seo-pillar-hero .seo-pillar-actions,
  .wcd-cockpit-grid,
  .wcd-control-chain,
  .wcd-category-map,
  .wcd-failure-grid,
  .wcd-gate-list,
  .wcd-correction-flow,
  .wcd-workflow-steps,
  .wcd-role-grid,
  .wcd-reviewer-grid,
  .wcd-example-grid,
  .wcd-resource-groups {
    grid-template-columns: minmax(0, 1fr);
  }

  .wcd-authority-page .seo-pillar-hero .seo-pillar-link-arrow {
    grid-column: auto;
  }

  .wcd-authority-page .seo-pillar-visual {
    min-height: 0;
  }

  .wcd-cockpit-context,
  .wcd-cockpit-evidence {
    grid-column: auto;
    grid-row: auto;
  }

  .wcd-cockpit-grid {
    min-height: 0;
  }

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

  .wcd-control-chain li {
    min-height: 0;
  }

  .wcd-control-chain li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -.65rem;
    left: 2rem;
    transform: rotate(135deg);
  }

  .wcd-correction-flow > div:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -.85rem;
    left: 1.2rem;
    transform: rotate(90deg);
  }

  .wcd-matrix th,
  .wcd-matrix td {
    padding-left: .9rem;
  }

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

@media (max-width: 460px) {
  .wcd-authority-page .seo-pillar-hero h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.2rem);
  }

  .wcd-authority-page .seo-pillar-hero .seo-pillar-btn,
  .wcd-authority-page .seo-pillar-final-actions .seo-pillar-btn {
    width: 100%;
  }

  .wcd-cockpit-grid section,
  .wcd-boundary-panel,
  .wcd-pilot-panel,
  .wcd-category-map article,
  .wcd-failure-grid article,
  .wcd-reviewer-grid article,
  .wcd-example-grid article,
  .wcd-role-grid article,
  .wcd-fit-grid article {
    padding: 1rem;
  }

  .wcd-cockpit-output dl {
    grid-template-columns: minmax(0, 1fr);
  }
}

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