/* CSS Document */

 /* Reusable responsive banner image.
       Uses <picture> so it cannot inherit the site's large .slide styles. */
    
pcs-download-bar {
        width: 100%;
        border-collapse: collapse;
        background-color: #ff0000;
    }

    .pcs-download-bar td {
        width: 100%;
        height: 52px;
        padding: 6px 12px;
        background-color: #ff0000;
        text-align: right;
        vertical-align: middle;
    }

    .pcs-download-buttons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        flex-wrap: wrap;
    }

    .pcs-download-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-height: 34px;
        padding: 7px 13px;
        border: 2px solid #ffffff;
        border-radius: 4px;
        background-color: #000000;
        color: #ffffff !important;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        text-decoration: none !important;
        transition: background-color 0.2s ease,
                    color 0.2s ease,
                    transform 0.2s ease;
    }

    .pcs-download-button i {
        color: #ffffff;
        font-size: 16px;
    }

    .pcs-download-button:hover,
    .pcs-download-button:focus {
        background-color: #ffffff;
        color: #ff0000 !important;
        text-decoration: none;
        transform: translateY(-1px);
    }

    .pcs-download-button:hover i,
    .pcs-download-button:focus i {
        color: #ff0000;
    }

    @media (max-width: 749px) {
        .pcs-download-bar td {
            height: auto;
            padding: 8px;
        }

        .pcs-download-buttons {
            justify-content: center;
        }

        .pcs-download-button {
            flex: 1 1 130px;
            max-width: 190px;
        }
    }


.pcs-responsive-banner {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        line-height: 0;
        background-color: #000000;
    }

    .pcs-responsive-banner img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
        object-fit: contain;
    }

	
	
	  .wholesale-intro {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }

  .wholesale-text {
    flex: 1;
  }

  .wholesale-image {
    flex: 0 0 400px;
  }

  .wholesale-image img {
    max-width: 100%;
    height: auto;
  }

  /* Mobile */
  @media (max-width: 800px) {
    .wholesale-intro {
      flex-direction: column;
    }

    .wholesale-image {
      order: 2;
    }
  }
	
	
 .gekko-links {
    list-style: none;
    padding: 0;
    margin: 15px 0 25px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 24px;
  }

  /* Tablet */
  @media (max-width: 100%) {
    .gekko-links {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Mobile */
  @media (max-width: 600px) {
    .gekko-links {
      grid-template-columns: 1fr;
    }
  }

  .gekko-links li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .gekko-links li img {
    width: 18px;
    height: 18px;
    margin-top: 4px;
  }

  .gekko-link-text strong a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
  }

  .gekko-link-text p {
    margin: 3px 0 0 0;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
  }

	
/* Container to hold image and content */
.image-container {
  text-align: left;
  margin-bottom: 20px; /* Spacing between images */
  cursor: pointer;
}

/* Default Red Image */
#courseImage {
  transition: all 0.5s ease;
}

/* Content initially hidden, but it still takes up space */
.content {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
}

/* Content to be visible and pushing down other elements */
.content.show {
  visibility: visible;
  height: auto;
  opacity: 1;
  margin-top: 10px; /* Space between image and content */
}
	
  ul.custom-bullet-list {
    list-style-type: none; /* Remove default bullet points */
    padding-left: 0; /* Remove default padding */
  }
  
  ul.custom-bullet-list li {
    display: flex; /* Align bullet and text */
    align-items: center; /* Vertically align the items */
    margin-bottom: 20px; /* Space between list items */
  }
  
  ul.custom-bullet-list li img {
    margin-right: 10px; /* Space between image and text */
  }

  ul.custom-bullet-list h5 {
    margin: 0; /* Remove default margin from headings */
  }
  </style>
  <!-- Workflow tab styling copied from index.html so the copied Workflow layout renders identically. -->
  <style id="gekko-workflow-index-styles">
   /* =========================================================
   MODERN HOME PAGE STYLE - MATCHES TRAINING PAGE
========================================================= */

.home-page-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 35px;
}

.home-main-heading {
  width: 100%;
  height: 105px;
  background: #ff0000;
  border: 3px solid #000000;
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}



.home-main-heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.18),
    rgba(255,255,255,0.20),
    rgba(0,0,0,0.12)
  );
}

.home-main-heading h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
}

.home-main-heading img {
  position: absolute;
  top: 50%;
  right: 28px;
  height: 72%;
  width: auto;
  transform: translateY(-50%);
  filter: drop-shadow(0 5px 8px rgba(0,0,0,0.28));
}

.home-info-card,
.home-option-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.home-info-card {
  padding: 28px;
  margin: 28px auto;
  color: #555;
  font-size: 16px;
  line-height: 1.65;
}

.home-info-card h2,
.home-info-card h3 {
  color: #ff0000;
  font-weight: 900;
}

.home-info-card h2 {
  margin: 0 0 10px;
  font-size: 32px;
}

.home-info-card h3 {
  font-size: 24px;
  margin: 22px 0 12px;
}

.home-bar-wrapper {
  width: 100%;
  margin: 20px auto 30px;
}

.home-bar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.home-bar-link {
  display: block;
  width: 100%;
  min-height: 105px;
  border-radius: 18px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
  transition: all 0.3s ease;
  border: 3px solid #ffffff;
  cursor: pointer;
}

.home-bar-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.28);
  text-decoration: none;
}

.home-bar-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.18),
    rgba(255,255,255,0.20),
    rgba(0,0,0,0.12)
  );
  z-index: 1;
}

.home-bar-content {
  position: relative;
  z-index: 2;
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
}

.home-bar-content,
.home-bar-text,
.home-bar-logo {
  pointer-events: none;
}

.home-bar-text {
  text-align: left;
  padding-right: 20px;
}

.home-bar-text h2 {
  margin: 0 0 6px;
  font-size: 32px;
  font-weight: 900;
}

.home-bar-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  max-width: 760px;
}

.home-bar-logo {
  height: 78px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 5px 8px rgba(0,0,0,0.28));
}

.home-bar-red {
  background: #ff0000;
}

.home-bar-blue {
  background: #0b4ea2;
}

.home-bar-green {
  background: #00c853;
}

.home-bar-yellow {
  background: #ffea00;
}

.home-bar-red h2,
.home-bar-red p,
.home-bar-blue h2,
.home-bar-blue p,
.home-bar-green h2,
.home-bar-green p {
  color: #ffffff;
}

.home-bar-yellow h2,
.home-bar-yellow p {
  color: #111111;
}

.home-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
  margin: 28px 0;
}

.home-option-card {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #222;
  padding: 28px 20px 26px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.home-option-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #ff0000, #ff4d4d, #ff0000);
}

.home-option-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 34px rgba(0,0,0,0.22);
  text-decoration: none;
  color: #222;
}

.home-option-icon {
  width: 145px;
  height: 145px;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 900;
  font-size: 36px;
  line-height: 145px;
  text-align: center;
  border: 7px solid #ffffff;
  background: radial-gradient(circle at top left, #ff4d4d, #ff0000);
  box-shadow: 0 0 0 3px #ff0000, 0 8px 18px rgba(0,0,0,0.25);
}

.home-option-icon-blue {
  background: radial-gradient(circle at top left, #4a90e2, #0b4ea2);
  box-shadow: 0 0 0 3px #0b4ea2, 0 8px 18px rgba(0,0,0,0.25);
}

.home-option-icon-green {
  background: radial-gradient(circle at top left, #2ecc71, #087d35);
  box-shadow: 0 0 0 3px #087d35, 0 8px 18px rgba(0,0,0,0.25);
}

.home-option-icon-yellow {
  background: radial-gradient(circle at top left, #ffe066, #d6a900);
  box-shadow: 0 0 0 3px #d6a900, 0 8px 18px rgba(0,0,0,0.25);
  color: #222;
}

.home-option-card h2 {
  margin: 8px 0 8px;
  color: #ff0000;
  font-size: 23px;
  font-weight: 900;
}

.home-option-card p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.45;
}

.home-cta-area {
  text-align: center;
  margin: 28px 0;
}

.home-cta-button {
  display: inline-block;
  background: #ff0000;
  color: #ffffff;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(255,0,0,0.35);
  transition: all 0.3s ease;
}

.home-cta-button:hover {
  background: #cc0000;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-3px);
}

.home-footer-logo {
  text-align: center;
  margin-top: 45px;
  font-size: 17px;
}

.home-footer-logo a {
  color: #ff0000;
  font-weight: 800;
  text-decoration: none;
}

.home-footer-logo a:hover {
  text-decoration: underline;
}

.home-footer-logo img {
  margin: 0 10px;
  vertical-align: middle;
}

@media (max-width: 760px) {
  .home-main-heading {
    height: auto;
    min-height: 125px;
    padding: 22px 15px;
  }

  .home-main-heading h1 {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: 32px;
  }

  .home-main-heading img {
    display: none;
  }

  .home-bar-content {
    flex-direction: column;
    text-align: center;
    gap: 14px;
    padding: 22px 18px;
  }

  .home-bar-text {
    text-align: center;
    padding-right: 0;
  }

  .home-bar-text h2 {
    font-size: 27px;
  }

  .home-bar-text p {
    font-size: 14px;
  }

  .home-bar-logo {
    height: 65px;
  }

  .home-info-card {
    padding: 22px;
  }
}


/* FORCE TRAINING LINKS TO WORK */
.js-training-link {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.js-training-link * {
  pointer-events: none !important;
}


/* ABSOLUTE CLICK COVER FOR TRAINING LINKS */
.training-click-cover {
  position: absolute !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: block !important;
  background: transparent !important;
  text-decoration: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.home-bar-link.js-training-link,
.home-option-card.js-training-link {
  position: relative !important;
  cursor: pointer !important;
}

.home-bar-link.js-training-link .home-bar-content,
.home-option-card.js-training-link .home-option-icon,
.home-option-card.js-training-link h2,
.home-option-card.js-training-link p {
  pointer-events: none !important;
}



/* =========================================================
   PROBLEM SOLVER HOME HERO - WIDE COMPANY STYLE
   Picture above, dropdown/button below, full-width solution cards
========================================================= */
.pcs-problem-hero {
  margin: 0 0 30px;
  padding: 0;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  overflow: hidden;
  position: relative;
}

.pcs-problem-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background: #ff0000;
  z-index: 3;
}

.pcs-problem-inner {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.pcs-problem-image-box {
  width: 100%;
  background: #111111;
  border-bottom: 3px solid #000000;
  overflow: visible;
  text-align: center;


  padding: 0;
  margin: 0;
}

.pcs-problem-image-box img {

  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}

.pcs-problem-content {
  width: 100%;
  padding: 28px;
}

.pcs-problem-content h1 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 900;
}

.pcs-problem-content h1 span {
  color: #ff0000;
}

.pcs-problem-intro {
  margin: 0 0 20px;
  color: #444444;
  font-size: 17px;
  line-height: 1.6;
}

.pcs-problem-picker-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  padding: 22px;
  position: relative;
  overflow: hidden;
  margin: 18px 0 0;
}

.pcs-problem-picker-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background: #ff0000;
}

.pcs-problem-picker-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: end;
}

.pcs-problem-selector-label {
  display: block;
  margin: 0 0 8px;
  color: #111111;
  font-size: 16px;
  font-weight: 900;
}

.pcs-problem-select {
  width: 100%;
  min-height: 52px;
  padding: 13px 16px;
  border: 3px solid #ff0000;
  border-radius: 14px;
  background: #ffffff;
  color: #111111;
  font-size: 17px;
  font-weight: 800;
  outline: none;
  cursor: pointer;
}

.pcs-problem-action-button {
  min-height: 52px;
  border: 3px solid #000000;
  border-radius: 999px;
  background: #ff0000;
  color: #ffffff;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(255,0,0,0.35);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.pcs-problem-action-button:hover,
.pcs-problem-action-button:focus {
  background: #cc0000;
  color: #ffffff;
  transform: translateY(-3px);
}

.pcs-problem-action-button.is-hidden {
  display: none;
}

.pcs-problem-help-text {
  margin-top: 12px;
  color: #555555;
  font-size: 14px;
  font-weight: 800;
}

.pcs-problem-result {
  display: none;
  margin-top: 24px;
  padding: 0;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  overflow: hidden;
}

.pcs-problem-result.is-visible {
  display: block;
}

.pcs-problem-result-header {
  background: #ff0000;
  color: #ffffff;
  border: 3px solid #000000;
  border-left: 0;
  border-right: 0;
  padding: 20px 26px;
  position: relative;
  overflow: hidden;
}

.pcs-problem-result-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.18), rgba(255,255,255,0.20), rgba(0,0,0,0.12));
}

.pcs-problem-result-header h2,
.pcs-problem-result-header span {
  position: relative;
  z-index: 2;
}

.pcs-problem-result-header h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
}

.pcs-problem-question {
  display: block;
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
}

.pcs-problem-result-body {
  padding: 26px;
}

.pcs-problem-full-text {
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

.pcs-problem-full-text h2,
.pcs-problem-full-text h3 {
  color: #ff0000;
  font-weight: 900;
  margin: 20px 0 10px;
}

.pcs-problem-full-text h2 {
  font-size: 26px;
}

.pcs-problem-full-text h3 {
  font-size: 22px;
}

.pcs-problem-full-text p {
  margin: 0 0 12px;
  color: #444444;
  font-size: 16px;
  line-height: 1.62;
}

.pcs-problem-extra-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.pcs-solution-detail-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 22px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  position: relative;
  overflow: hidden;
}

.pcs-solution-detail-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background: #ff0000;
}

.pcs-solution-detail-card.blue::before { background: #0b4ea2; }
.pcs-solution-detail-card.yellow::before { background: #ffd800; }
.pcs-solution-detail-card.green::before { background: #00c853; }

.pcs-solution-detail-card h3 {
  color: #ff0000;
  font-weight: 900;
  font-size: 21px;
  margin: 6px 0 10px;
}

.pcs-solution-detail-card.blue h3 { color: #0b4ea2; }
.pcs-solution-detail-card.yellow h3 { color: #9a7a00; }
.pcs-solution-detail-card.green h3 { color: #087d35; }

.pcs-solution-detail-card p,
.pcs-solution-detail-card li {
  color: #444444;
  font-size: 15px;
  line-height: 1.55;
}

.pcs-solution-detail-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.pcs-problem-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pcs-problem-link {
  display: inline-block;
  padding: 11px 18px;
  border-radius: 999px;
  background: #ff0000;
  color: #ffffff !important;
  font-weight: 900;
  font-size: 14px;
  text-decoration: none !important;
  box-shadow: 0 6px 15px rgba(255,0,0,0.24);
  transition: all 0.25s ease;
}

.pcs-problem-link:hover {
  background: #cc0000;
  transform: translateY(-2px);
}

.pcs-problem-link.secondary {
  background: #0b4ea2;
  box-shadow: 0 6px 15px rgba(11,78,162,0.24);
}

.pcs-problem-link.secondary:hover {
  background: #073a78;
}

.pcs-problem-link.green {
  background: #00a241;
  box-shadow: 0 6px 15px rgba(0,162,65,0.24);
}

.pcs-problem-link.green:hover {
  background: #087d35;
}

.pcs-problem-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff0f0;
  border-left: 6px solid #ff0000;
  color: #333333;
  font-size: 14px;
  font-weight: 800;
}

.pcs-problem-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.pcs-problem-badge {
  padding: 11px;
  border-radius: 12px;
  background: #111111;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
}

.pcs-problem-overview-card {
  margin: 24px 0 0;
  padding: 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  position: relative;
  overflow: hidden;
}

.pcs-problem-overview-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background: #0b4ea2;
}

.pcs-problem-overview-card summary {
  cursor: pointer;
  color: #0b4ea2;
  font-size: 18px;
  font-weight: 900;
  margin-top: 4px;
}

.pcs-problem-overview-card h2,
.pcs-problem-overview-card h3 {
  color: #ff0000;
  font-weight: 900;
  margin: 18px 0 8px;
}

.pcs-problem-overview-card p {
  margin: 0 0 10px;
  color: #444444;
  font-size: 15.5px;
  line-height: 1.58;
}

.pcs-problem-overview-card .pcs-problem-full-text {
  max-height: 590px;
  overflow-y: auto;
  padding-right: 8px;
  margin-top: 14px;
}

/* =========================================================
   PCS BRANDED BULLETS - TRAINING PAGE STYLE
   Red = Training | Blue = Systems | Yellow = Support | Green = First Aid / Compliance
========================================================= */
.pcs-brand-bullet-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 18px;
}

.pcs-brand-bullet-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0 0 12px;
  color: #444444;
  font-size: 16px;
  line-height: 1.55;
}

.pcs-brand-bullet-list li img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  object-fit: contain;
  margin-top: 4px;
}

.pcs-solution-detail-card ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.pcs-solution-detail-card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 11px;
  padding-left: 0;
}

.pcs-solution-detail-card li::before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 4px;
  border-radius: 50%;
  background: radial-gradient(circle at top left, #ff7b7b, #ff0000);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.65), 0 1px 3px rgba(0,0,0,0.25);
}

.pcs-solution-detail-card.blue li::before {
  background: radial-gradient(circle at top left, #75b8ff, #0b4ea2);
}

.pcs-solution-detail-card.yellow li::before {
  background: radial-gradient(circle at top left, #fff176, #d6a900);
}

.pcs-solution-detail-card.green li::before {

  background: radial-gradient(circle at top left, #75ff91, #087d35);
}

@media (max-width: 1000px) {
  .pcs-problem-extra-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .pcs-problem-content,
  .pcs-problem-result-body,
  .pcs-problem-picker-card,
  .pcs-problem-overview-card {
    padding: 20px;
  }

  .pcs-problem-content h1 {
    font-size: 30px;
  }

  .pcs-problem-picker-grid {
    grid-template-columns: 1fr;
  }

  .pcs-problem-action-button {
    width: 100%;
  }

  .pcs-problem-badges {
    grid-template-columns: 1fr;
  }
}
  </style>
  <style id="pcs-consolidated-tab-styles">
   /* Styles originally scoped to tab1 */
#tab1 .pcs-gw-page,
                    #tab1 .pcs-gw-page * {
                        box-sizing: border-box;
                    }

                    #tab1 .pcs-gw-page {
                        --pcs-blue: #1456c8;
                        --pcs-blue-dark: #0b2f72;
                        --pcs-red: #b5171e;
                        --pcs-ink: #111827;
                        --pcs-muted: #5f6877;
                        --pcs-line: #dce3ee;
                        --pcs-soft: #f5f8ff;
                        --pcs-white: #ffffff;
                        color: var(--pcs-ink);
                    }

                    #tab1 .pcs-gw-page p {
                        line-height: 1.72;
                    }

                    #tab1 .pcs-gw-page a {
                        transition: all 0.2s ease;
                    }

                    #tab1 .pcs-gw-hero {
                        margin: 24px 0;
                        padding: 34px;
                        border: 1px solid var(--pcs-line);
                        border-top: 7px solid var(--pcs-blue);
                        border-radius: 8px;
                        background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%);
                        box-shadow: 0 4px 17px rgba(0, 0, 0, 0.08);
                    }

                    #tab1 .pcs-gw-eyebrow {
                        display: inline-block;
                        margin: 0 0 8px 0;
                        color: var(--pcs-blue);
                        font-size: 0.84em;
                        font-weight: 800;
                        letter-spacing: 0.09em;
                        text-transform: uppercase;
                    }

                    #tab1 .pcs-gw-hero h1 {
                        margin: 0 0 8px 0;
                        font-size: clamp(32px, 5vw, 52px);
                        line-height: 1.1;
                        font-weight: 800;
                    }

                    #tab1 .pcs-gw-hero h2 {
                        margin: 0 0 18px 0;
                        color: var(--pcs-blue-dark);
                        font-size: clamp(21px, 3vw, 30px);
                        line-height: 1.3;
                        font-weight: 700;
                    }

                    #tab1 .pcs-gw-lead {
                        max-width: 1040px;
                        margin: 0 0 15px 0;
                        font-size: 1.1em;
                    }

                    #tab1 .pcs-gw-action-row {
                        display: flex;
                        gap: 10px;
                        flex-wrap: wrap;
                        margin: 22px 0 0 0;
                    }

                    #tab1 .pcs-gw-button {
                        display: inline-block;
                        padding: 11px 19px;
                        border: 2px solid var(--pcs-blue);
                        border-radius: 5px;
                        background: var(--pcs-blue);
                        color: #ffffff;
                        text-decoration: none;
                        font-weight: 700;
                    }

                    #tab1 .pcs-gw-button:hover,
                    #tab1 .pcs-gw-button:focus {
                        background: var(--pcs-blue-dark);
                        border-color: var(--pcs-blue-dark);
                        color: #ffffff;
                        text-decoration: none;
                    }

                    #tab1 .pcs-gw-button-secondary {
                        background: #ffffff;
                        color: var(--pcs-blue-dark);
                    }

                    #tab1 .pcs-gw-button-secondary:hover,
                    #tab1 .pcs-gw-button-secondary:focus {
                        background: var(--pcs-soft);
                        color: var(--pcs-blue-dark);
                    }

                    #tab1 .pcs-gw-button-red {
                        border-color: var(--pcs-red);
                        background: var(--pcs-red);
                    }

                    #tab1 .pcs-gw-button-red:hover,
                    #tab1 .pcs-gw-button-red:focus {
                        border-color: #851015;
                        background: #851015;
                    }

                    #tab1 .pcs-gw-process-strip {
                        display: grid;
                        grid-template-columns: repeat(5, minmax(0, 1fr));
                        gap: 10px;
                        margin: 24px 0 0 0;
                    }

                    #tab1 .pcs-gw-process-item {
                        min-height: 58px;
                        padding: 12px;
                        border: 1px solid var(--pcs-line);
                        border-radius: 5px;
                        background: #ffffff;
                        text-align: center;
                        font-size: 0.92em;
                        font-weight: 700;
                        line-height: 1.35;
                    }

                    #tab1 .pcs-gw-process-item:nth-child(even) {
                        border-top: 4px solid var(--pcs-red);
                    }

                    #tab1 .pcs-gw-process-item:nth-child(odd) {
                        border-top: 4px solid var(--pcs-blue);
                    }

                    #tab1 .pcs-gw-section {
                        margin: 30px 0;
                    }

                    #tab1 .pcs-gw-section-heading {
                        margin: 0 0 18px 0;
                    }

                    #tab1 .pcs-gw-section-heading h2 {
                        margin: 0 0 8px 0;
                        font-size: clamp(27px, 4vw, 38px);
                        line-height: 1.2;
                        font-weight: 800;
                    }

                    #tab1 .pcs-gw-section-heading p {
                        max-width: 980px;
                        margin: 0;
                        color: var(--pcs-muted);
                        font-size: 1.04em;
                    }

                    #tab1 .pcs-gw-nav-grid {
                        display: grid;
                        grid-template-columns: repeat(2, minmax(0, 1fr));
                        gap: 13px;
                        margin: 20px 0;
                    }

                    #tab1 .pcs-gw-nav-card {
                        display: flex;
                        align-items: flex-start;
                        gap: 12px;
                        min-height: 105px;
                        padding: 17px;
                        border: 1px solid var(--pcs-line);
                        border-left: 6px solid var(--pcs-blue);
                        border-radius: 6px;
                        background: #ffffff;
                        text-decoration: none;
                        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.05);
                    }

                    #tab1 .pcs-gw-nav-card:nth-child(even) {
                        border-left-color: var(--pcs-red);
                    }

                    #tab1 .pcs-gw-nav-card:hover,
                    #tab1 .pcs-gw-nav-card:focus {
                        transform: translateY(-2px);
                        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
                        text-decoration: none;
                    }

                    #tab1 .pcs-gw-nav-number {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 39px;
                        height: 39px;
                        flex: 0 0 39px;
                        border-radius: 50%;
                        background: var(--pcs-blue);
                        color: #ffffff;
                        font-size: 0.85em;
                        font-weight: 800;
                    }

                    #tab1 .pcs-gw-nav-card:nth-child(even) .pcs-gw-nav-number {
                        background: var(--pcs-red);
                    }

                    #tab1 .pcs-gw-nav-card strong {
                        display: block;
                        margin-bottom: 4px;
                        color: var(--pcs-ink);
                        font-size: 1.06em;
                    }

                    #tab1 .pcs-gw-nav-card span:last-child {
                        color: var(--pcs-muted);
                        line-height: 1.5;
                    }

                    #tab1 .pcs-gw-two-column {
                        display: grid;
                        grid-template-columns: repeat(2, minmax(0, 1fr));
                        gap: 18px;
                        margin: 20px 0;
                    }

                    #tab1 .pcs-gw-story-card {
                        padding: 24px;
                        border: 1px solid var(--pcs-line);
                        border-radius: 7px;
                        background: #ffffff;
                        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
                    }

                    #tab1 .pcs-gw-story-card.problem {
                        border-top: 6px solid var(--pcs-red);
                    }

                    #tab1 .pcs-gw-story-card.solution {
                        border-top: 6px solid var(--pcs-blue);
                    }

                    #tab1 .pcs-gw-story-card h3 {
                        margin: 0 0 12px 0;
                        font-size: 1.45em;
                        font-weight: 750;
                    }

                    #tab1 .pcs-gw-list {
                        margin: 13px 0 0 0;
                        padding: 0;
                        list-style: none;
                    }

                    #tab1 .pcs-gw-list li {
                        position: relative;
                        margin: 0 0 9px 0;
                        padding-left: 24px;
                        line-height: 1.5;
                    }

                    #tab1 .pcs-gw-list li::before {
                        content: "";
                        position: absolute;
                        top: 7px;
                        left: 0;
                        width: 11px;
                        height: 11px;
                        border: 3px solid var(--pcs-blue);
                        border-radius: 50%;
                        background: #ffffff;
                    }

                    #tab1 .pcs-gw-story-card.problem .pcs-gw-list li::before {
                        border-color: var(--pcs-red);
                    }

                    #tab1 .pcs-gw-feature-grid {
                        display: grid;
                        grid-template-columns: repeat(3, minmax(0, 1fr));
                        gap: 15px;
                        margin: 20px 0;
                    }

                    #tab1 .pcs-gw-feature-card {
                        padding: 20px;
                        border: 1px solid var(--pcs-line);
                        border-radius: 6px;
                        background: #ffffff;
                        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.05);
                    }

                    #tab1 .pcs-gw-feature-card h3 {
                        margin: 0 0 9px 0;
                        color: var(--pcs-blue-dark);
                        font-size: 1.2em;
                        font-weight: 750;
                    }

                    #tab1 .pcs-gw-feature-card p {
                        margin: 0;
                        color: var(--pcs-muted);
                    }

                    #tab1 .pcs-gw-burn-brighter {
                        margin: 30px 0;
                        padding: 29px;
                        border-left: 8px solid #3b82f6;
                        border-radius: 6px;
                        background: #050b18;
                        color: #ffffff;
                        box-shadow: 0 5px 18px rgba(0, 0, 0, 0.16);
                    }

                    #tab1 .pcs-gw-burn-brighter h2 {
                        margin: 0 0 10px 0;
                        color: #ffffff;
                        font-size: clamp(28px, 4vw, 42px);
                        font-weight: 800;
                    }

                    #tab1 .pcs-gw-burn-brighter p {
                        margin: 0;
                        color: #e7edfa;
                        font-size: 1.06em;
                    }

                    #tab1 .pcs-gw-support-section {
                        margin: 32px 0;
                        padding: 30px;
                        border-radius: 8px;
                        background: linear-gradient(135deg, #061022 0%, #123a7b 100%);
                        color: #ffffff;
                    }

                    #tab1 .pcs-gw-support-section h2,
                    #tab1 .pcs-gw-support-section h3 {
                        color: #ffffff;
                    }

                    #tab1 .pcs-gw-support-section > p {
                        color: #e1eaff;
                    }

                    #tab1 .pcs-gw-support-pillars {
                        display: grid;
                        grid-template-columns: repeat(3, minmax(0, 1fr));
                        gap: 14px;
                        margin: 20px 0;
                    }

                    #tab1 .pcs-gw-support-pillar {
                        padding: 19px;
                        border: 1px solid rgba(255, 255, 255, 0.18);
                        border-top: 5px solid #75a8ff;
                        border-radius: 5px;
                        background: rgba(255, 255, 255, 0.08);
                    }

                    #tab1 .pcs-gw-support-pillar:nth-child(2) {
                        border-top-color: #ff7379;
                    }

                    #tab1 .pcs-gw-support-pillar h3 {
                        margin: 0 0 8px 0;
                        font-size: 1.22em;
                        font-weight: 750;
                    }

                    #tab1 .pcs-gw-support-pillar p {
                        margin: 0;
                        color: #e3ebfb;
                    }

                    #tab1 .pcs-gw-support-grid {
                        display: grid;
                        grid-template-columns: repeat(2, minmax(0, 1fr));
                        gap: 9px 20px;
                        margin: 20px 0 0 0;
                        padding: 0;
                        list-style: none;
                    }

                    #tab1 .pcs-gw-support-grid li {
                        position: relative;
                        padding-left: 23px;
                        color: #f3f6ff;
                        line-height: 1.5;
                    }

                    #tab1 .pcs-gw-support-grid li::before {
                        content: "";
                        position: absolute;
                        top: 7px;
                        left: 0;
                        width: 10px;
                        height: 10px;
                        border: 3px solid #72a4ff;
                        border-radius: 50%;
                    }

                    #tab1 .pcs-gw-quote {
                        margin: 24px 0;
                        padding: 22px;
                        border: 3px solid #000000;
                        background: var(--pcs-soft);
                        text-align: center;
                        font-size: 1.12em;
                        line-height: 1.65;
                    }

                    #tab1 .pcs-gw-quote strong {
                        display: block;
                        margin-bottom: 5px;
                        font-size: 1.25em;
                    }

                    #tab1 .pcs-gw-timeline {
                        position: relative;
                        margin: 22px 0;
                        padding-left: 42px;
                    }

                    #tab1 .pcs-gw-timeline::before {
                        content: "";
                        position: absolute;
                        top: 5px;
                        bottom: 5px;
                        left: 15px;
                        width: 3px;
                        background: #d9e4f7;
                    }

                    #tab1 .pcs-gw-timeline-item {
                        position: relative;
                        margin: 0 0 20px 0;
                        padding: 20px;
                        border: 1px solid var(--pcs-line);
                        border-radius: 6px;
                        background: #ffffff;
                        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.05);
                    }

                    #tab1 .pcs-gw-timeline-item::before {
                        content: "";
                        position: absolute;
                        top: 24px;
                        left: -35px;
                        width: 17px;
                        height: 17px;
                        border: 4px solid #ffffff;
                        border-radius: 50%;
                        background: var(--pcs-blue);
                        box-shadow: 0 0 0 2px var(--pcs-blue);
                    }

                    #tab1 .pcs-gw-timeline-item:nth-child(even)::before {
                        background: var(--pcs-red);
                        box-shadow: 0 0 0 2px var(--pcs-red);
                    }

                    #tab1 .pcs-gw-timeline-year {
                        display: inline-block;
                        margin: 0 0 6px 0;
                        color: var(--pcs-blue);
                        font-size: 0.85em;
                        font-weight: 800;
                        letter-spacing: 0.07em;
                        text-transform: uppercase;
                    }

                    #tab1 .pcs-gw-timeline-item h3 {
                        margin: 0 0 9px 0;
                        font-weight: 750;
                    }

                    #tab1 .pcs-gw-timeline-item p:last-child {
                        margin-bottom: 0;
                    }

                    #tab1 .pcs-gw-roadmap-grid {
                        display: grid;
                        grid-template-columns: repeat(2, minmax(0, 1fr));
                        gap: 16px;
                        margin: 20px 0;
                    }

                    #tab1 .pcs-gw-roadmap-card {
                        padding: 22px;
                        border: 1px solid var(--pcs-line);
                        border-top: 6px solid var(--pcs-blue);
                        border-radius: 6px;
                        background: #ffffff;
                    }

                    #tab1 .pcs-gw-roadmap-card:nth-child(even) {
                        border-top-color: var(--pcs-red);
                    }

                    #tab1 .pcs-gw-roadmap-card h3 {
                        margin: 0 0 10px 0;
                        font-size: 1.3em;
                        font-weight: 750;
                    }

                    #tab1 .pcs-gw-note {
                        margin: 20px 0;
                        padding: 16px 18px;
                        border: 1px solid #e2e2e2;
                        border-left: 6px solid #c98a00;
                        background: #fff9e9;
                        line-height: 1.65;
                    }

                    #tab1 .pcs-gw-closing-cta {
                        margin: 30px 0 20px 0;
                        padding: 28px;
                        border: 3px solid #000000;
                        background: var(--pcs-soft);
                        text-align: center;
                    }

                    #tab1 .pcs-gw-closing-cta h2 {
                        margin: 0 0 10px 0;
                        font-size: clamp(26px, 4vw, 38px);
                        font-weight: 800;
                    }

                    #tab1 .pcs-gw-closing-cta p {
                        max-width: 850px;
                        margin: 0 auto 16px auto;
                    }

                    #tab1 .pcs-gw-footer {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 12px;
                        flex-wrap: wrap;
                        margin: 24px 0;
                        text-align: center;
                    }

                    #tab1 .pcs-gw-footer img {
                        max-height: 52px;
                        width: auto;
                    }

                    #tab1 .pcs-gw-footer a {
                        color: #000000;
                        text-decoration: none;
                        font-weight: 700;
                    }

                    @media (max-width: 1000px) {
                        #tab1 .pcs-gw-process-strip {
                            grid-template-columns: repeat(2, minmax(0, 1fr));
                        }

                        #tab1 .pcs-gw-feature-grid,
                        #tab1 .pcs-gw-support-pillars {
                            grid-template-columns: repeat(2, minmax(0, 1fr));
                        }
                    }

                    @media (max-width: 749px) {
                        #tab1 .pcs-gw-hero,
                        #tab1 .pcs-gw-story-card,
                        #tab1 .pcs-gw-support-section,
                        #tab1 .pcs-gw-closing-cta,
                        #tab1 .pcs-gw-burn-brighter {
                            padding: 19px;
                        }

                        #tab1 .pcs-gw-process-strip,
                        #tab1 .pcs-gw-nav-grid,
                        #tab1 .pcs-gw-two-column,
                        #tab1 .pcs-gw-feature-grid,
                        #tab1 .pcs-gw-support-pillars,
                        #tab1 .pcs-gw-support-grid,
                        #tab1 .pcs-gw-roadmap-grid {
                            grid-template-columns: 1fr;
                        }

                        #tab1 .pcs-gw-nav-card {
                            min-height: 0;
                        }

                        #tab1 .pcs-gw-timeline {
                            padding-left: 0;
                        }

                        #tab1 .pcs-gw-timeline::before,
                        #tab1 .pcs-gw-timeline-item::before {
                            display: none;
                        }
                    }

/* Styles originally scoped to tab2 */
#tab2 .pcs-workflow-wrapper,
                    #tab2 .pcs-workflow-wrapper * {
                        box-sizing: border-box;
                    }

                    #tab2 .pcs-workflow-wrapper {
                        color: #202020;
                    }

                    #tab2 .pcs-workflow-intro {
                        margin: 24px 0;
                        padding: 30px;
                        border: 1px solid #d9e2f0;
                        border-top: 6px solid #1456c8;
                        border-radius: 6px;
                        background:
                            linear-gradient(
                                135deg,
                                #ffffff 0%,
                                #f3f7ff 100%
                            );
                        box-shadow: 0 3px 14px rgba(0, 0, 0, 0.07);
                    }

                    #tab2 .pcs-workflow-eyebrow {
                        display: inline-block;
                        margin: 0 0 8px 0;
                        color: #1456c8;
                        font-size: 0.86em;
                        font-weight: 700;
                        letter-spacing: 0.08em;
                        text-transform: uppercase;
                    }

                    #tab2 .pcs-workflow-intro h1 {
                        margin: 0 0 16px 0;
                        font-size: 32px;
                        line-height: 1.2;
                        font-weight: 700;
                    }

                    #tab2 .pcs-workflow-lead {
                        margin: 0 0 15px 0;
                        font-size: 1.1em;
                        line-height: 1.75;
                    }

                    #tab2 .pcs-process-grid {
                        display: grid;
                        grid-template-columns: repeat(5, minmax(0, 1fr));
                        gap: 10px;
                        margin: 24px 0;
                    }

                    #tab2 .pcs-process-chip {
                        display: flex;
                        align-items: center;
                        min-height: 60px;
                        padding: 10px;
                        border: 1px solid #dce3ee;
                        border-radius: 5px;
                        background: #ffffff;
                        font-size: 0.92em;
                        font-weight: 600;
                        line-height: 1.3;
                        box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
                    }

                    #tab2 .pcs-process-chip span {
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        width: 31px;
                        height: 31px;
                        flex: 0 0 31px;
                        margin-right: 8px;
                        border-radius: 50%;
                        background: #1456c8;
                        color: #ffffff;
                        font-size: 0.82em;
                        font-weight: 700;
                    }

                    #tab2 .pcs-process-chip:nth-child(even) span {
                        background: #b5171e;
                    }

                    #tab2 .pcs-management-question {
                        margin: 26px 0;
                        padding: 28px;
                        border-left: 7px solid #2e71ed;
                        border-radius: 5px;
                        background: #050b18;
                        color: #ffffff;
                        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.16);
                    }

                    #tab2 .pcs-management-question h2 {
                        margin: 0 0 12px 0;
                        color: #ffffff;
                        font-size: 25px;
                        line-height: 1.35;
                        font-weight: 700;
                    }

                    #tab2 .pcs-management-question p {
                        margin: 0;
                        color: #e9efff;
                        line-height: 1.7;
                    }

                    #tab2 .pcs-question-label {
                        display: block;
                        margin: 0 0 7px 0;
                        color: #72a4ff;
                        font-size: 0.85em;
                        font-weight: 700;
                        letter-spacing: 0.08em;
                        text-transform: uppercase;
                    }

                    #tab2 .pcs-workflow-heading {
                        margin: 32px 0 20px 0;
                        text-align: center;
                    }

                    #tab2 .pcs-workflow-heading h2 {
                        margin: 0 0 10px 0;
                        font-size: 29px;
                        font-weight: 700;
                    }

                    #tab2 .pcs-workflow-heading p {
                        max-width: 900px;
                        margin: 0 auto;
                        line-height: 1.7;
                    }

                    #tab2 .pcs-workflow-list {
                        position: relative;
                        margin: 25px 0;
                    }

                    #tab2 .pcs-workflow-list::before {
                        content: "";
                        position: absolute;
                        top: 30px;
                        bottom: 30px;
                        left: 34px;
                        width: 3px;
                        background: #d9e4f7;
                    }

                    #tab2 .pcs-workflow-step {
                        position: relative;
                        display: grid;
                        grid-template-columns: 70px minmax(0, 1fr);
                        gap: 18px;
                        margin: 0 0 22px 0;
                    }

                    #tab2 .pcs-workflow-number {
                        position: relative;
                        z-index: 2;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 68px;
                        height: 68px;
                        border: 6px solid #ffffff;
                        border-radius: 50%;
                        background: #1456c8;
                        color: #ffffff;
                        font-size: 1.2em;
                        font-weight: 700;
                        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
                    }

                    #tab2 .pcs-workflow-step:nth-child(even) .pcs-workflow-number {
                        background: #b5171e;
                    }

                    #tab2 .pcs-step-content {
                        padding: 23px;
                        border: 1px solid #dce3ee;
                        border-left: 6px solid #1456c8;
                        border-radius: 6px;
                        background: #ffffff;
                        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
                    }

                    #tab2 .pcs-workflow-step:nth-child(even) .pcs-step-content {
                        border-left-color: #b5171e;
                    }

                    #tab2 .pcs-step-label {
                        display: block;
                        margin: 0 0 5px 0;
                        color: #1456c8;
                        font-size: 0.82em;
                        font-weight: 700;
                        letter-spacing: 0.07em;
                        text-transform: uppercase;
                    }

                    #tab2 .pcs-workflow-step:nth-child(even) .pcs-step-label {
                        color: #b5171e;
                    }

                    #tab2 .pcs-step-content h3 {
                        margin: 0 0 13px 0;
                        font-size: 23px;
                        line-height: 1.3;
                        font-weight: 700;
                    }

                    #tab2 .pcs-step-content p {
                        line-height: 1.7;
                    }

                    #tab2 .pcs-step-points {
                        display: grid;
                        grid-template-columns: repeat(2, minmax(0, 1fr));
                        gap: 8px 18px;
                        margin: 15px 0;
                        padding: 0;
                        list-style: none;
                    }

                    #tab2 .pcs-step-points li {
                        position: relative;
                        margin: 0;
                        padding: 0 0 0 23px;
                        line-height: 1.5;
                    }

                    #tab2 .pcs-step-points li::before {
                        content: "";
                        position: absolute;
                        top: 7px;
                        left: 0;
                        width: 10px;
                        height: 10px;
                        border: 3px solid #1456c8;
                        border-radius: 50%;
                        background: #ffffff;
                    }

                    #tab2 .pcs-workflow-step:nth-child(even) .pcs-step-points li::before {
                        border-color: #b5171e;
                    }

                    #tab2 .pcs-step-outcome {
                        margin: 17px 0 0 0;
                        padding: 13px 15px;
                        border-radius: 4px;
                        background: #f2f6fc;
                        line-height: 1.55;
                    }

                    #tab2 .pcs-step-outcome strong {
                        color: #1456c8;
                    }

                    #tab2 .pcs-workflow-step:nth-child(even) .pcs-step-outcome strong {
                        color: #b5171e;
                    }

                    #tab2 .pcs-results-section {
                        margin: 30px 0;
                        padding: 27px;
                        border: 3px solid #000000;
                        background: #f5f8ff;
                    }

                    #tab2 .pcs-results-section h2 {
                        margin: 0 0 12px 0;
                        text-align: center;
                        font-weight: 700;
                    }

                    #tab2 .pcs-results-section > p {
                        max-width: 920px;
                        margin: 0 auto 20px auto;
                        text-align: center;
                        line-height: 1.7;
                    }

                    #tab2 .pcs-results-grid {
                        display: grid;
                        grid-template-columns: repeat(4, minmax(0, 1fr));
                        gap: 14px;
                    }

                    #tab2 .pcs-result-box {
                        padding: 18px;
                        border-top: 5px solid #1456c8;
                        background: #ffffff;
                        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
                    }

                    #tab2 .pcs-result-box:nth-child(even) {
                        border-top-color: #b5171e;
                    }

                    #tab2 .pcs-result-box h4 {
                        margin: 0 0 8px 0;
                        font-weight: 700;
                    }

                    #tab2 .pcs-result-box p {
                        margin: 0;
                        line-height: 1.55;
                    }

                    #tab2 .pcs-workflow-closing {
                        margin: 25px 0;
                        padding: 23px;
                        border-left: 6px solid #1456c8;
                        background: #f7f9fc;
                    }

                    #tab2 .pcs-workflow-closing p {
                        margin: 0 0 10px 0;
                        line-height: 1.7;
                    }

                    #tab2 .pcs-workflow-closing p:last-child {
                        margin-bottom: 0;
                    }

                    #tab2 .pcs-workflow-cta {
                        margin: 25px 0;
                        padding: 28px;
                        text-align: center;
                        border-radius: 5px;
                        background: #050b18;
                        color: #ffffff;
                    }

                    #tab2 .pcs-workflow-cta h3 {
                        margin: 0 0 10px 0;
                        color: #ffffff;
                        font-weight: 700;
                    }

                    #tab2 .pcs-workflow-cta p {
                        max-width: 800px;
                        margin: 0 auto 15px auto;
                        color: #e7edfa;
                        line-height: 1.65;
                    }

                    #tab2 .pcs-workflow-button {
                        display: inline-block;
                        padding: 11px 21px;
                        border-radius: 4px;
                        background: #236ee8;
                        color: #ffffff;
                        text-decoration: none;
                        font-weight: 700;
                    }

                    #tab2 .pcs-workflow-button:hover,
                    #tab2 .pcs-workflow-button:focus {
                        background: #ffffff;
                        color: #1456c8;
                        text-decoration: none;
                    }

                    #tab2 .pcs-workflow-footer {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 12px;
                        flex-wrap: wrap;
                        margin: 24px 0;
                        text-align: center;
                    }

                    #tab2 .pcs-workflow-footer img {
                        max-height: 52px;
                        width: auto;
                    }

                    #tab2 .pcs-workflow-footer a {
                        color: #000000;
                        text-decoration: none;
                        font-weight: 700;
                    }

                    @media (max-width: 1000px) {
                        #tab2 .pcs-process-grid {
                            grid-template-columns: repeat(2, minmax(0, 1fr));
                        }

                        #tab2 .pcs-results-grid {
                            grid-template-columns: repeat(2, minmax(0, 1fr));
                        }
                    }

                    @media (max-width: 749px) {
                        #tab2 .pcs-workflow-intro,
                        #tab2 .pcs-management-question,
                        #tab2 .pcs-step-content,
                        #tab2 .pcs-results-section,
                        #tab2 .pcs-workflow-closing,
                        #tab2 .pcs-workflow-cta {
                            padding: 18px;
                        }

                        #tab2 .pcs-workflow-intro h1 {
                            font-size: 26px;
                        }

                        #tab2 .pcs-management-question h2 {
                            font-size: 22px;
                        }

                        #tab2 .pcs-workflow-heading h2 {
                            font-size: 25px;
                        }

                        #tab2 .pcs-process-grid,
                        #tab2 .pcs-results-grid {
                            grid-template-columns: 1fr;
                        }

                        #tab2 .pcs-workflow-list::before {
                            display: none;
                        }

                        #tab2 .pcs-workflow-step {
                            grid-template-columns: 1fr;
                            gap: 10px;
                        }

                        #tab2 .pcs-workflow-number {
                            width: 55px;
                            height: 55px;
                            border-width: 4px;
                        }

                        #tab2 .pcs-step-content {
                            border-left-width: 5px;
                        }

                        #tab2 .pcs-step-content h3 {
                            font-size: 21px;
                        }

                        #tab2 .pcs-step-points {
                            grid-template-columns: 1fr;
                        }
                    }

/* Styles originally scoped to tab2 */
#pcsWorkflowSelector,
  #pcsWorkflowSelector * {
    box-sizing: border-box;
  }

  #pcsWorkflowSelector {
    --pcs-blue: #1456c8;
    --pcs-blue-dark: #0d347d;
    --pcs-red: #b5171e;
    --pcs-ink: #111827;
    --pcs-muted: #5f6878;
    --pcs-line: #dce3ee;
    --pcs-soft: #f5f8ff;
    --pcs-white: #ffffff;
    margin: 0;
    color: var(--pcs-ink);
  }

  #pcsWorkflowSelector .pcs-problem-inner {
    width: 100%;
    margin: 0 auto;
  }

  #pcsWorkflowSelector .pcs-problem-content {
    padding: 28px;
    border: 1px solid var(--pcs-line);
    border-top: 7px solid var(--pcs-blue);
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #f3f7ff 100%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }

  #pcsWorkflowSelector h1 {
    margin: 0 0 14px 0;
    font-size: clamp(29px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 800;
  }

  #pcsWorkflowSelector h1 span {
    color: var(--pcs-blue);
  }

  #pcsWorkflowSelector .pcs-problem-intro {
    max-width: 1050px;
    margin: 0 0 20px 0;
    font-size: 1.08em;
    line-height: 1.75;
  }

  #pcsWorkflowSelector .pcs-workflow-connection {
    margin: 18px 0 24px 0;
    padding: 17px 19px;
    border-left: 6px solid var(--pcs-red);
    background: #ffffff;
    line-height: 1.7;
  }

  #pcsWorkflowSelector .pcs-problem-picker-card {
    padding: 21px;
    border: 2px solid var(--pcs-blue);
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 3px 11px rgba(20, 86, 200, 0.11);
  }

  #pcsWorkflowSelector .pcs-problem-picker-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  #pcsWorkflowSelector .pcs-problem-selector-label {
    display: block;
    margin: 0 0 10px 0;
    font-size: 1.02em;
    font-weight: 700;
    line-height: 1.55;
  }

  #pcsWorkflowSelector .pcs-problem-select {
    display: block;
    width: 100%;
    min-height: 52px;
    padding: 11px 44px 11px 14px;
    border: 2px solid #aebbd0;
    border-radius: 5px;
    background-color: #ffffff;
    color: var(--pcs-ink);
    font: inherit;
    font-weight: 600;
    cursor: pointer;
  }

  #pcsWorkflowSelector .pcs-problem-select:focus {
    border-color: var(--pcs-blue);
    outline: 3px solid rgba(20, 86, 200, 0.18);
    outline-offset: 1px;
  }

  #pcsWorkflowSelector .pcs-problem-help-text {
    margin-top: 9px;
    color: var(--pcs-muted);
    font-size: 0.94em;
    line-height: 1.5;
  }

  #pcsWorkflowSelector .pcs-workflow-result {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
    overflow: visible !important;
    scroll-margin-top: 20px;
    margin: 22px 0 0 0;
  }

  #pcsWorkflowSelector .pcs-workflow-placeholder {
    padding: 22px;
    border: 1px dashed #aab8cc;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.72);
    text-align: center;
    color: var(--pcs-muted);
  }

  #pcsWorkflowSelector .pcs-workflow-placeholder strong {
    display: block;
    margin-bottom: 5px;
    color: var(--pcs-ink);
    font-size: 1.05em;
  }

  #pcsWorkflowSelector .pcs-workflow-article {
    overflow: hidden;
    border: 1px solid var(--pcs-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.08);
  }

  #pcsWorkflowSelector .pcs-workflow-article-header {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 17px;
    align-items: center;
    padding: 22px;
    background: linear-gradient(135deg, #061022 0%, #102f68 100%);
    color: #ffffff;
  }

  #pcsWorkflowSelector .pcs-workflow-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 4px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: var(--pcs-blue);
    color: #ffffff;
    font-size: 1.25em;
    font-weight: 800;
  }

  #pcsWorkflowSelector .pcs-workflow-article:nth-child(even) .pcs-workflow-number {
    background: var(--pcs-red);
  }

  #pcsWorkflowSelector .pcs-workflow-kicker {
    display: block;
    margin: 0 0 4px 0;
    color: #9fc0ff;
    font-size: 0.8em;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  #pcsWorkflowSelector .pcs-workflow-article-header h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(24px, 3.3vw, 34px);
    line-height: 1.2;
    font-weight: 800;
  }

  #pcsWorkflowSelector .pcs-workflow-article-header p {
    margin: 7px 0 0 0;
    color: #dbe8ff;
    line-height: 1.55;
  }

  #pcsWorkflowSelector .pcs-workflow-body {
    padding: 24px;
  }

  #pcsWorkflowSelector .pcs-workflow-body h3 {
    margin: 25px 0 10px 0;
    padding-bottom: 7px;
    border-bottom: 2px solid #e7edf6;
    font-size: 1.28em;
    line-height: 1.3;
    font-weight: 750;
  }

  #pcsWorkflowSelector .pcs-workflow-body h3:first-child {
    margin-top: 0;
  }

  #pcsWorkflowSelector .pcs-workflow-body p {
    margin: 0 0 13px 0;
    line-height: 1.72;
  }

  #pcsWorkflowSelector .pcs-workflow-body ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    margin: 13px 0 19px 0;
    padding: 0;
    list-style: none;
  }

  #pcsWorkflowSelector .pcs-workflow-body li {
    position: relative;
    padding-left: 24px;
    line-height: 1.55;
  }

  #pcsWorkflowSelector .pcs-workflow-body li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 11px;
    height: 11px;
    border: 3px solid var(--pcs-blue);
    border-radius: 50%;
    background: #ffffff;
  }

  #pcsWorkflowSelector .pcs-workflow-question,
  #pcsWorkflowSelector .pcs-workflow-callout,
  #pcsWorkflowSelector .pcs-workflow-result-box,
  #pcsWorkflowSelector .pcs-workflow-roadmap {
    margin: 18px 0;
    padding: 17px 18px;
    border-radius: 5px;
    line-height: 1.65;
  }

  #pcsWorkflowSelector .pcs-workflow-question {
    border-left: 6px solid var(--pcs-red);
    background: #fff5f5;
    font-size: 1.04em;
  }

  #pcsWorkflowSelector .pcs-workflow-callout {
    border-left: 6px solid var(--pcs-blue);
    background: var(--pcs-soft);
  }

  #pcsWorkflowSelector .pcs-workflow-result-box {
    border: 2px solid #d7e2f4;
    background: #f8fbff;
  }

  #pcsWorkflowSelector .pcs-workflow-result-box strong {
    color: var(--pcs-blue-dark);
  }

  #pcsWorkflowSelector .pcs-workflow-roadmap {
    border: 1px solid #ead7a5;
    border-left: 6px solid #c98a00;
    background: #fff9e9;
  }

  #pcsWorkflowSelector .pcs-workflow-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
  }

  #pcsWorkflowSelector .pcs-workflow-metric {
    padding: 17px;
    border-top: 5px solid var(--pcs-blue);
    background: #f7f9fd;
    text-align: center;
  }

  #pcsWorkflowSelector .pcs-workflow-metric strong {
    display: block;
    margin-bottom: 4px;
    color: var(--pcs-blue-dark);
    font-size: 1.25em;
  }

  #pcsWorkflowSelector .pcs-workflow-nav {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding: 18px 24px 24px 24px;
    border-top: 1px solid var(--pcs-line);
    background: #fafbfe;
  }

  #pcsWorkflowSelector .pcs-workflow-nav button {
    min-width: 145px;
    padding: 10px 16px;
    border: 0;
    border-radius: 4px;
    background: var(--pcs-blue);
    color: #ffffff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
  }

  #pcsWorkflowSelector .pcs-workflow-nav button:hover,
  #pcsWorkflowSelector .pcs-workflow-nav button:focus {
    background: var(--pcs-blue-dark);
  }

  #pcsWorkflowSelector .pcs-workflow-nav button[disabled] {
    background: #aab2bf;
    cursor: not-allowed;
    opacity: 0.72;
  }

  #pcsWorkflowSelector .pcs-problem-badges {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 22px 0;
  }

  #pcsWorkflowSelector .pcs-problem-badge {
    padding: 9px 14px;
    border-radius: 999px;
    background: #061022;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 700;
  }

  #pcsWorkflowSelector .pcs-problem-badge:nth-child(2) {
    background: var(--pcs-blue);
  }

  #pcsWorkflowSelector .pcs-problem-badge:nth-child(3) {
    background: var(--pcs-red);
  }

  #pcsWorkflowSelector .pcs-problem-overview-card {
    margin-top: 18px;
    border: 1px solid var(--pcs-line);
    border-radius: 6px;
    background: #ffffff;
  }

  #pcsWorkflowSelector .pcs-problem-overview-card summary {
    padding: 16px 18px;
    cursor: pointer;
    color: var(--pcs-blue-dark);
  }

  #pcsWorkflowSelector .pcs-problem-full-text {
    padding: 0 18px 20px 18px;
  }

  #pcsWorkflowSelector .pcs-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 15px 0;
  }

  #pcsWorkflowSelector .pcs-overview-item {
    padding: 14px;
    border-left: 5px solid var(--pcs-blue);
    background: #f7f9fd;
  }

  #pcsWorkflowSelector .pcs-overview-item:nth-child(even) {
    border-left-color: var(--pcs-red);
  }

  #pcsWorkflowSelector .pcs-overview-item strong {
    display: block;
    margin-bottom: 4px;
  }

  .home-footer-logo.pcs-workflow-footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 24px 0;
    text-align: center;
  }

  .home-footer-logo.pcs-workflow-footer-logo img {
    max-height: 52px;
    width: auto;
  }

  .home-footer-logo.pcs-workflow-footer-logo a {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
  }

  @media (max-width: 800px) {
    #pcsWorkflowSelector .pcs-problem-content,
    #pcsWorkflowSelector .pcs-workflow-body {
      padding: 18px;
    }

    #pcsWorkflowSelector .pcs-workflow-article-header {
      grid-template-columns: 58px minmax(0, 1fr);
      gap: 12px;
      padding: 18px;
    }

    #pcsWorkflowSelector .pcs-workflow-number {
      width: 54px;
      height: 54px;
      border-width: 3px;
      font-size: 1em;
    }

    #pcsWorkflowSelector .pcs-workflow-body ul,
    #pcsWorkflowSelector .pcs-overview-grid,
    #pcsWorkflowSelector .pcs-workflow-metric-grid {
      grid-template-columns: 1fr;
    }

    #pcsWorkflowSelector .pcs-workflow-nav {
      padding: 16px 18px 20px 18px;
    }

    #pcsWorkflowSelector .pcs-workflow-nav button {
      flex: 1 1 140px;
    }
  }

  @media print {
    #pcsWorkflowSelector .pcs-problem-picker-card,
    #pcsWorkflowSelector .pcs-problem-badges,
    #pcsWorkflowSelector .pcs-problem-overview-card,
    #pcsWorkflowSelector .pcs-workflow-nav,
    .pcs-workflow-footer-logo {
      display: none !important;
    }

    #pcsWorkflowSelector .pcs-workflow-article {
      box-shadow: none;
    }
  }

/* Styles originally scoped to tab7 */
#tab7 .pcs-funding-feature {
                        position: relative;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        min-height: 100px;
                        padding: 15px 120px 15px 20px;
                        box-sizing: border-box;
                        background: url('img/buttons/butblue.png') no-repeat center center;
                        background-size: cover;
                    }

                    #tab7 .pcs-funding-feature-logo {
                        position: absolute;
                        top: 50%;
                        right: 30px;
                        transform: translateY(-50%);
                        width: auto;
                        height: 70%;
                        max-height: 70px;
                    }

                    @media (max-width: 749px) {
                        #tab7 .pcs-funding-feature {
                            padding: 15px;
                        }

                        #tab7 .pcs-funding-feature-logo {
                            display: none;
                        }
                    }

/* Styles originally scoped to tab8 */
#tab8 .pcs-price-lead {
                        font-size: 1.08em;
                        line-height: 1.7;
                    }

                    #tab8 .pcs-price-callout {
                        margin: 20px 0;
                        padding: 20px;
                        border-left: 6px solid #1456c8;
                        background: #f5f8ff;
                        box-sizing: border-box;
                    }

                    #tab8 .pcs-price-callout h3 {
                        margin: 0 0 10px 0;
                        font-weight: 600;
                    }

                    #tab8 .pcs-price-callout p:last-child {
                        margin-bottom: 0;
                    }

                    #tab8 .pcs-price-grid {
                        display: grid;
                        grid-template-columns: repeat(2, minmax(0, 1fr));
                        gap: 18px;
                        margin: 20px 0;
                    }

                    #tab8 .pcs-price-card {
                        display: flex;
                        flex-direction: column;
                        padding: 22px;
                        border: 1px solid #d8dfeb;
                        border-top: 6px solid #1456c8;
                        border-radius: 6px;
                        background: #ffffff;
                        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
                        box-sizing: border-box;
                    }

                    #tab8 .pcs-price-card-managed {
                        border-top-color: #b5171e;
                    }

                    #tab8 .pcs-price-card h3 {
                        margin: 0 0 6px 0;
                        font-weight: 600;
                    }

                    #tab8 .pcs-price-card h4 {
                        margin: 0 0 14px 0;
                        font-weight: 600;
                    }

                    #tab8 .pcs-price-amount {
                        margin: 4px 0 2px 0;
                        font-size: 1.65em;
                        line-height: 1.2;
                        font-weight: 700;
                    }

                    #tab8 .pcs-price-label {
                        margin: 0 0 15px 0;
                        color: #4d4d4d;
                        font-size: 0.95em;
                    }

                    #tab8 .pcs-price-table-wrap {
                        width: 100%;
                        margin: 15px 0 20px 0;
                        overflow-x: auto;
                        -webkit-overflow-scrolling: touch;
                    }

                    #tab8 .pcs-price-table {
                        width: 100%;
                        min-width: 590px;
                        border-collapse: collapse;
                        background: #ffffff;
                    }

                    #tab8 .pcs-price-table th,
                    #tab8 .pcs-price-table td {
                        padding: 12px 14px;
                        border: 1px solid #d8dfeb;
                        text-align: left;
                        vertical-align: top;
                    }

                    #tab8 .pcs-price-table th {
                        background: #eef3fb;
                        font-weight: 600;
                    }

                    #tab8 .pcs-price-table td:last-child,
                    #tab8 .pcs-price-table th:last-child {
                        text-align: right;
                        white-space: nowrap;
                    }

                    #tab8 .pcs-price-table .pcs-total-row td {
                        font-weight: 700;
                        background: #f7f9fc;
                    }

                    #tab8 .pcs-icon-list {
                        margin: 10px 0 18px 0;
                        padding: 0;
                        list-style: none;
                    }

                    #tab8 .pcs-icon-list li {
                        display: flex;
                        align-items: flex-start;
                        gap: 8px;
                        margin: 0 0 9px 0;
                        line-height: 1.5;
                    }

                    #tab8 .pcs-icon-list li img {
                        width: 20px;
                        height: 20px;
                        flex: 0 0 20px;
                        margin-top: 2px;
                    }

                    #tab8 .pcs-inclusion-grid {
                        display: grid;
                        grid-template-columns: repeat(3, minmax(0, 1fr));
                        gap: 14px;
                        margin: 18px 0;
                    }

                    #tab8 .pcs-inclusion-box {
                        padding: 18px;
                        border: 1px solid #dce2eb;
                        background: #f8fafc;
                        box-sizing: border-box;
                    }

                    #tab8 .pcs-inclusion-box h4 {
                        margin: 0 0 8px 0;
                        font-weight: 600;
                    }

                    #tab8 .pcs-inclusion-box p {
                        margin: 0;
                    }

                    #tab8 .pcs-price-note {
                        margin: 20px 0;
                        padding: 16px 18px;
                        border: 1px solid #e0e0e0;
                        background: #fafafa;
                        box-sizing: border-box;
                    }

                    #tab8 .pcs-price-note h4 {
                        margin: 0 0 8px 0;
                        font-weight: 600;
                    }

                    #tab8 .pcs-price-cta {
                        margin: 25px 0 20px 0;
                        padding: 24px;
                        text-align: center;
                        border: 3px solid #000000;
                        background: #f5f8ff;
                        box-sizing: border-box;
                    }

                    #tab8 .pcs-price-cta h3 {
                        margin: 0 0 10px 0;
                        font-weight: 600;
                    }

                    #tab8 .pcs-price-button {
                        display: inline-block;
                        margin-top: 8px;
                        padding: 11px 20px;
                        color: #ffffff;
                        background: #1456c8;
                        border-radius: 4px;
                        text-decoration: none;
                        font-weight: 600;
                    }

                    #tab8 .pcs-price-button:hover,
                    #tab8 .pcs-price-button:focus {
                        color: #ffffff;
                        background: #0f4198;
                        text-decoration: none;
                    }

                    #tab8 .prices-footer-logo {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 12px;
                        flex-wrap: wrap;
                        margin: 22px 0;
                        text-align: center;
                    }

                    #tab8 .prices-footer-logo img {
                        max-height: 52px;
                        width: auto;
                    }

                    #tab8 .prices-footer-logo a {
                        color: #000000;
                        text-decoration: none;
                        font-weight: 600;
                    }

                    @media (max-width: 900px) {
                        #tab8 .pcs-inclusion-grid {
                            grid-template-columns: repeat(2, minmax(0, 1fr));
                        }
                    }

                    @media (max-width: 749px) {
                        #tab8 .pcs-price-grid,
                        #tab8 .pcs-inclusion-grid {
                            grid-template-columns: 1fr;
                        }

                        #tab8 .pcs-price-callout,
                        #tab8 .pcs-price-card,
                        #tab8 .pcs-inclusion-box,
                        #tab8 .pcs-price-note,
                        #tab8 .pcs-price-cta {
                            padding: 16px;
                        }
                    }

/* Styles originally scoped to tab9 */
#tab9 .pcs-support-lead {
                        font-size: 1.08em;
                        line-height: 1.7;
                    }

                    #tab9 .pcs-support-callout {
                        margin: 20px 0;
                        padding: 20px;
                        border-left: 6px solid #1456c8;
                        background: #f5f8ff;
                        box-sizing: border-box;
                    }

                    #tab9 .pcs-support-callout h3,
                    #tab9 .pcs-support-callout p:last-child {
                        margin-bottom: 0;
                    }

                    #tab9 .pcs-support-grid {
                        display: grid;
                        grid-template-columns: repeat(2, minmax(0, 1fr));
                        gap: 14px;
                        margin: 18px 0 5px 0;
                    }

                    #tab9 .pcs-support-card {
                        padding: 18px;
                        border: 1px solid #d9e1ef;
                        border-radius: 6px;
                        background: #ffffff;
                        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
                        box-sizing: border-box;
                    }

                    #tab9 .pcs-support-card h4 {
                        margin: 0 0 8px 0;
                        font-weight: 600;
                    }

                    #tab9 .pcs-support-card p {
                        margin: 0;
                    }

                    #tab9 .pcs-support-summary-grid {
                        display: grid;
                        grid-template-columns: repeat(3, minmax(0, 1fr));
                        gap: 14px;
                        margin: 18px 0;
                    }

                    #tab9 .pcs-support-summary-box {
                        padding: 18px;
                        border-top: 5px solid #1456c8;
                        background: #f7f9fc;
                        box-sizing: border-box;
                    }

                    #tab9 .pcs-support-summary-box h4 {
                        margin: 0 0 8px 0;
                        font-weight: 600;
                    }

                    #tab9 .pcs-icon-list {
                        margin: 10px 0 18px 0;
                        padding: 0;
                        list-style: none;
                    }

                    #tab9 .pcs-icon-list li {
                        display: flex;
                        align-items: flex-start;
                        gap: 8px;
                        margin: 0 0 9px 0;
                        line-height: 1.5;
                    }

                    #tab9 .pcs-icon-list li img {
                        width: 20px;
                        height: 20px;
                        flex: 0 0 20px;
                        margin-top: 2px;
                    }

                    #tab9 .pcs-support-steps {
                        margin: 12px 0 20px 0;
                        padding-left: 25px;
                    }

                    #tab9 .pcs-support-steps li {
                        margin-bottom: 10px;
                        padding-left: 5px;
                    }

                    #tab9 .pcs-support-note {
                        margin: 20px 0;
                        padding: 15px 18px;
                        border: 1px solid #e2e2e2;
                        background: #fafafa;
                        box-sizing: border-box;
                    }

                    #tab9 .pcs-support-cta {
                        margin: 25px 0 20px 0;
                        padding: 24px;
                        text-align: center;
                        border: 3px solid #000000;
                        background: #f5f8ff;
                        box-sizing: border-box;
                    }

                    #tab9 .pcs-support-cta h3 {
                        margin: 0 0 10px 0;
                        font-weight: 600;
                    }

                    #tab9 .pcs-support-button {
                        display: inline-block;
                        margin-top: 8px;
                        padding: 11px 20px;
                        color: #ffffff;
                        background: #1456c8;
                        border-radius: 4px;
                        text-decoration: none;
                        font-weight: 600;
                    }

                    #tab9 .pcs-support-button:hover,
                    #tab9 .pcs-support-button:focus {
                        color: #ffffff;
                        text-decoration: none;
                        background: #0f4198;
                    }

                    #tab9 .prices-footer-logo {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 12px;
                        flex-wrap: wrap;
                        margin: 22px 0;
                        text-align: center;
                    }

                    #tab9 .prices-footer-logo img {
                        max-height: 52px;
                        width: auto;
                    }

                    #tab9 .prices-footer-logo a {
                        color: #000000;
                        text-decoration: none;
                        font-weight: 600;
                    }

                    @media (max-width: 749px) {
                        #tab9 .pcs-support-grid,
                        #tab9 .pcs-support-summary-grid {
                            grid-template-columns: 1fr;
                        }

                        #tab9 .pcs-support-callout,
                        #tab9 .pcs-support-card,
                        #tab9 .pcs-support-summary-box,
                        #tab9 .pcs-support-cta {
                            padding: 16px;
                        }
                    }
  </style>
  <style id="pcs-unified-tab-theme">
   /* =========================================================
      GEKKO WHOLESALE - CLEAN FULL-WIDTH TAB POLISH

      This block only improves the content area. The original
      PringlePCS left-hand menu, its classes, colours and hover
      behaviour are deliberately left unchanged.
      ========================================================= */

   #tab {
     --pcs-blue: #1456c8;
     --pcs-blue-dark: #0b2f72;
     --pcs-red: #b5171e;
     --pcs-ink: #172033;
     --pcs-copy: #465268;
     --pcs-line: #dde5ef;
     --pcs-page: #f5f7fb;
     --pcs-white: #ffffff;
     width: 100%;
     max-width: none;
     overflow-x: hidden;
   }

   /* =========================================================
      FULL-WIDTH TAB LAYOUT - LIVE PRINGLEPCS MENU WIDTH

      The live PringlePCS responsive stylesheet uses a 250px stacked
      tab menu on desktop and a 50px icon menu at 1024px and below.
      The original float/media layout is retained so the menu cannot
      overlap the active tab, while the tab content fills all remaining
      browser width.
      ========================================================= */

   #tab > .container {
     box-sizing: border-box !important;
     width: 100% !important;
     max-width: none !important;
     margin-right: 0 !important;
     margin-left: 0 !important;
     padding-right: 8px !important;
     padding-left: 8px !important;
   }

   #tab > .container > .row {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }

   #tab > .container > .row > .col-md-12 {
     box-sizing: border-box !important;
     width: 100% !important;
     padding-right: 0 !important;
     padding-left: 0 !important;
   }

   #tab .tab-wrap {
     box-sizing: border-box !important;
     width: 100% !important;
     max-width: none !important;
   }

   /* Restore the same float/media relationship used on pringlepcs.co.uk. */
   #tab .tab-wrap > .media {
     display: block !important;
     box-sizing: border-box !important;
     width: 100% !important;
     max-width: none !important;
     margin: 0 !important;
     overflow: hidden !important;
   }

   #tab .tab-wrap > .media::before,
   #tab .tab-wrap > .media::after {
     display: table !important;
     content: " " !important;
   }

   #tab .tab-wrap > .media::after {
     clear: both !important;
   }

   /* Desktop menu: exactly the same 250px width defined by responsive.css. */
   #tab .tab-wrap > .media > .parrent.pull-left {
     position: relative !important;
     z-index: 2 !important;
     float: left !important;
     box-sizing: border-box !important;
     width: 250px !important;
     min-width: 250px !important;
     max-width: 250px !important;
     margin: 0 12px 0 0 !important;
     padding: 0 !important;
     transform: none !important;
     overflow: visible !important;
   }

   #tab .tab-wrap > .media > .parrent.pull-left .nav-tabs,
   #tab .tab-wrap > .media > .parrent.pull-left .nav-tabs > li,
   #tab .tab-wrap > .media > .parrent.pull-left .nav-tabs > li > a {
     box-sizing: border-box !important;
     width: 250px !important;
     min-width: 250px !important;
     max-width: 250px !important;
   }

   /* The media-body forms a new block formatting context and occupies
      every pixel remaining to the right of the 250px menu. */
   #tab .tab-wrap > .media > .parrent.media-body {
     position: relative !important;
     z-index: 1 !important;
     display: block !important;
     float: none !important;
     box-sizing: border-box !important;
     width: auto !important;
     min-width: 0 !important;
     max-width: none !important;
     margin: 0 !important;
     padding: 0 !important;
     transform: none !important;
     overflow: hidden !important;
   }

   #tab .tab-content {
     box-sizing: border-box !important;
     width: 100% !important;
     min-width: 0 !important;
     max-width: none !important;
     margin: 0 !important;
     padding: 0 !important;
     overflow: visible !important;
     border: 0 !important;
     border-radius: 0 !important;
     background: var(--pcs-page) !important;
     box-shadow: none !important;
   }

   #tab .tab-content > .tab-pane {
     box-sizing: border-box !important;
     width: 100% !important;
     min-width: 0 !important;
     max-width: none !important;
     margin: 0 !important;
   }

   /* Tab 2 and the other tabs use different inner wrappers. These rules
      make every active tab fill the complete content column. */
   #tab .tab-content > .tab-pane > .media,
   #tab .tab-content > .tab-pane > .media-body,
   #tab .tab-content > .tab-pane > .media > .media-body {
     position: relative !important;
     display: block !important;
     float: none !important;
     box-sizing: border-box !important;
     width: 100% !important;
     min-width: 0 !important;
     max-width: none !important;
     margin: 0 !important;
     padding-right: 0 !important;
     padding-left: 0 !important;
     overflow: visible !important;
   }

   #tab .tab-content > .tab-pane .list-tab,
   #tab .tab-content > .tab-pane .pcs-tab-surface,
   #tab .tab-content > .tab-pane .home-page-wrapper,
   #tab .tab-content > .tab-pane .pcs-gw-page,
   #tab .tab-content > .tab-pane .pcs-shared-page,
   #tab .tab-content > .tab-pane .pcs-shared-card {
     box-sizing: border-box !important;
     width: 100% !important;
     min-width: 0 !important;
     max-width: none !important;
     margin-right: 0 !important;
     margin-left: 0 !important;
   }

   #tab .tab-content > .tab-pane table,
   #tab .tab-content > .tab-pane .pcs-responsive-banner,
   #tab .tab-content > .tab-pane .pcs-responsive-banner img {
     box-sizing: border-box !important;
     width: 100% !important;
     max-width: 100% !important;
   }

   /* The live site switches to its 50px icon-only menu at 1024px. */
   @media (max-width: 1024px) {
     #tab > .container {
       padding-right: 5px !important;
       padding-left: 5px !important;
     }

     #tab .tab-wrap > .media > .parrent.pull-left {
       width: 50px !important;
       min-width: 50px !important;
       max-width: 50px !important;
       margin-right: 6px !important;
     }

     #tab .tab-wrap > .media > .parrent.pull-left .nav-tabs,
     #tab .tab-wrap > .media > .parrent.pull-left .nav-tabs > li,
     #tab .tab-wrap > .media > .parrent.pull-left .nav-tabs > li > a {
       width: 50px !important;
       min-width: 50px !important;
       max-width: 50px !important;
     }
   }

   /* The existing table-based black title banners are intentionally
      preserved exactly in the HTML. */
   #tab .pcs-responsive-banner {
     display: block;
     width: 100%;
     max-width: 100%;
     margin: 0;
     padding: 0;
     overflow: hidden;
     line-height: 0;
     background: #000000;
   }

   #tab .pcs-responsive-banner img {
     display: block;
     width: 100%;
     max-width: 100%;
     height: auto;
     margin: 0;
     object-fit: contain;
   }

   /* Tabs 3-11 use these restrained shared content cards. The styling
      follows Tab 1's blue/red visual language without making the page heavy. */
   #tab .pcs-shared-page {
     width: 100%;
     max-width: none;
     padding: 20px;
     background: var(--pcs-page);
   }

   #tab .pcs-shared-card {
     position: relative;
     width: 100%;
     margin: 0 0 18px;
     padding: 24px;
     border: 1px solid var(--pcs-line);
     border-top: 5px solid var(--pcs-blue);
     border-radius: 6px;
     background: var(--pcs-white);
     box-shadow: 0 2px 10px rgba(22, 45, 85, 0.07);
   }

   #tab .pcs-shared-card:nth-of-type(even) {
     border-top-color: var(--pcs-red);
   }

   #tab .pcs-shared-card.pcs-shared-intro-card {
     padding: 28px;
     border-top-width: 6px;
     background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%);
   }

   #tab .pcs-shared-card:last-child {
     margin-bottom: 0;
   }

   #tab .pcs-shared-card > :first-child {
     margin-top: 0 !important;
   }

   #tab .pcs-shared-card > :last-child {
     margin-bottom: 0 !important;
   }

   #tab .pcs-shared-card h1 {
     margin: 0 0 12px;
     color: var(--pcs-ink);
     font-size: clamp(30px, 3.8vw, 42px);
     line-height: 1.15;
     font-weight: 800;
   }

   #tab .pcs-shared-card h2 {
     margin: 0 0 14px;
     color: var(--pcs-blue-dark);
     font-size: clamp(24px, 3vw, 31px);
     line-height: 1.25;
     font-weight: 750;
   }

   #tab .pcs-shared-card h3 {
     margin: 0 0 13px;
     padding-bottom: 8px;
     border-bottom: 1px solid #e7ecf3;
     color: var(--pcs-ink);
     font-size: clamp(21px, 2.4vw, 27px);
     line-height: 1.3;
     font-weight: 750;
   }

   #tab .pcs-shared-card h4 {
     margin: 20px 0 9px;
     color: var(--pcs-blue-dark);
     font-size: 18px;
     line-height: 1.35;
     font-weight: 750;
   }

   #tab .pcs-shared-card p {
     margin: 0 0 13px;
     color: var(--pcs-copy);
     font-size: 15.5px;
     line-height: 1.72;
   }

   #tab .pcs-shared-card strong {
     color: var(--pcs-ink);
   }

   #tab .pcs-shared-card ul,
   #tab .pcs-shared-card ol {
     margin: 14px 0 19px;
   }

   #tab .pcs-shared-card ul:not(.pcs-icon-list) {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 9px 18px;
     padding: 0;
     list-style: none;
   }

   #tab .pcs-shared-card ul:not(.pcs-icon-list) > li {
     display: flex;
     align-items: flex-start;
     gap: 8px;
     min-width: 0;
     margin: 0;
     color: #3d495d;
     line-height: 1.55;
   }

   #tab .pcs-shared-card ul:not(.pcs-icon-list) > li:not(.pcs-has-icon)::before {
     content: "";
     width: 10px;
     height: 10px;
     flex: 0 0 10px;
     margin-top: 7px;
     border: 3px solid var(--pcs-blue);
     border-radius: 50%;
     background: #ffffff;
   }

   #tab .pcs-shared-card:nth-of-type(even)
   ul:not(.pcs-icon-list) > li:not(.pcs-has-icon)::before {
     border-color: var(--pcs-red);
   }

   #tab .pcs-shared-card ul > li > img:first-child,
   #tab .pcs-shared-card .pcs-icon-list li > img:first-child {
     width: 20px;
     height: 20px;
     flex: 0 0 20px;
     margin-top: 2px;
     object-fit: contain;
   }

   #tab .pcs-shared-card .pcs-icon-list {
     padding: 0;
     list-style: none;
   }

   #tab .pcs-shared-card .pcs-icon-list li {
     display: flex;
     align-items: flex-start;
     gap: 8px;
     margin-bottom: 9px;
     color: #3d495d;
     line-height: 1.55;
   }

   #tab .pcs-shared-card hr {
     margin: 24px 0;
     border: 0;
     border-top: 1px solid #e4eaf2;
   }

   #tab .pcs-shared-card table:not(.pcs-price-table) {
     width: 100%;
     border-collapse: collapse;
     background: #ffffff;
   }

   #tab .pcs-shared-card table:not(.pcs-price-table) th,
   #tab .pcs-shared-card table:not(.pcs-price-table) td {
     padding: 11px 13px;
     border: 1px solid var(--pcs-line);
     vertical-align: top;
   }

   #tab .pcs-shared-card table:not(.pcs-price-table) th {
     background: #eef3fb;
     color: var(--pcs-blue-dark);
     font-weight: 700;
   }

   #tab .pcs-price-table-wrap {
     max-width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
   }

   #tab .pcs-price-grid,
   #tab .pcs-support-grid,
   #tab .pcs-inclusion-grid,
   #tab .pcs-support-summary-grid,
   #tab .pcs-workflow-metric-grid {
     align-items: stretch;
     gap: 14px;
   }

   #tab .pcs-price-card,
   #tab .pcs-support-card,
   #tab .pcs-inclusion-box,
   #tab .pcs-support-summary-box,
   #tab .pcs-workflow-metric {
     height: 100%;
   }

   #tab .pcs-shared-button {
     display: inline-block;
     margin-top: 8px;
     padding: 11px 20px;
     border: 2px solid var(--pcs-blue);
     border-radius: 4px;
     background: var(--pcs-blue);
     color: #ffffff !important;
     text-decoration: none;
     font-weight: 700;
   }

   #tab .pcs-shared-button:hover,
   #tab .pcs-shared-button:focus {
     border-color: var(--pcs-blue-dark);
     background: var(--pcs-blue-dark);
     color: #ffffff !important;
     text-decoration: none;
   }

   #tab .prices-footer-logo,
   #tab .pcs-gw-footer,
   #tab .pcs-workflow-footer,
   #tab .home-footer-logo,
   #tab .pcs-workflow-footer-logo {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 12px;
     flex-wrap: wrap;
     margin: 22px 0 0;
     padding: 18px 10px 4px;
     border-top: 1px solid var(--pcs-line);
     text-align: center;
   }

   #tab .prices-footer-logo img,
   #tab .pcs-gw-footer img,
   #tab .pcs-workflow-footer img,
   #tab .home-footer-logo img,
   #tab .pcs-workflow-footer-logo img {
     width: auto;
     max-width: 150px;
     max-height: 52px;
   }

   #tab .prices-footer-logo a,
   #tab .pcs-gw-footer a,
   #tab .pcs-workflow-footer a,
   #tab .home-footer-logo a,
   #tab .pcs-workflow-footer-logo a {
     color: var(--pcs-ink);
     text-decoration: none;
     font-weight: 700;
   }

   @media (max-width: 749px) {
     #tab > .container {
       padding-right: 5px !important;
       padding-left: 5px !important;
     }

     #tab .pcs-shared-page {
       padding: 10px;
     }

     #tab .pcs-shared-card,
     #tab .pcs-shared-card.pcs-shared-intro-card {
       padding: 17px;
       border-radius: 5px;
     }

     #tab .pcs-shared-card ul:not(.pcs-icon-list) {
       grid-template-columns: 1fr;
     }

     #tab .pcs-shared-card h1 {
       font-size: 28px;
     }

     #tab .pcs-shared-card h2 {
       font-size: 24px;
     }

     #tab .pcs-shared-card h3 {
       font-size: 21px;
     }
   }