@charset "UTF-8";
:root {
  --psu-navy: #001E44;
  --psu-beaver: #1E407C;
  --psu-sky: #009CDE;
  --psu-slate: #314D64;
  --psu-text: var(--ps-limestone-gray-750);
  --psu-text-muted: var(--ps-limestone-gray-700);
  --psu-text-light: var(--ps-limestone-gray-650);
  --psu-border: #D1D5DB;
  --psu-border-soft: #E5E7EB;
  --psu-bg: #FFFFFF;
  --psu-bg-soft: #F5F6F8;
  --psu-bg-tint: #FAFBFC;
  --psu-success-bg: #E6F0DD;
  --psu-success-text: #2D5016;
  --psu-warn-bg: #FAEEDA;
  --psu-warn-text: #633806;
  --psu-danger-bg: #FCEBEB;
  --psu-danger-text: #791F1F;
  --psu-info-bg: #E3EEF9;
  --psu-info-text: #001E44;
  --psu-neutral-bg: #EDEEF1;
  --psu-neutral-text: #3F3F46;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
}

/* min height on tool to prevent collision with footer */
.component.component-id-286954 {
  min-height: 680px;
}

/* Screen-reader-only utility */
.psu-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* On dark backgrounds, use a contrasting double-ring */
.psu-topbar a:focus-visible,
.psu-subnav a:focus-visible,
.psu-cta.solid:focus-visible,
.psu-table thead th a:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--psu-sky);
}

/* Table cell expansion buttons - ensure visible focus inside cell */
.psu-more-btn:focus-visible {
  outline: 2px solid var(--psu-navy);
  outline-offset: 3px;
}

/* Top Penn State strip */
.psu-topbar {
  background: var(--psu-navy);
  color: #fff;
  padding: 10px 0;
}

.psu-topbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.psu-topbar a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.psu-topbar a:hover {
  text-decoration: none;
  opacity: 0.9;
}

.psu-topbar img {
  height: 28px;
  width: auto;
}

/* Site header */
.psu-header {
  background: #fff;
  border-bottom: 1px solid var(--psu-border-soft);
}

.psu-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.psu-logo {
  display: inline-flex;
  align-items: center;
}

.psu-logo img {
  height: 56px;
  width: auto;
}

.psu-header-right {
  display: flex;
  align-items: center;
  gap: 22px;
}

.psu-header-link {
  color: var(--psu-navy);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.psu-menu-btn {
  background: transparent;
  border: none;
  color: var(--psu-navy);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
}

.psu-menu-btn svg {
  width: 22px;
  height: 22px;
}

/* Subnav */
.psu-subnav {
  background: var(--psu-navy);
}

.psu-subnav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.psu-subnav a {
  display: inline-block;
  padding: 14px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-bottom: 3px solid transparent;
}

.psu-subnav a:hover {
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.psu-subnav a.active {
  border-bottom-color: var(--psu-sky);
  background: rgba(255, 255, 255, 0.04);
}

/* Page hero */
.psu-pagehero {
  background: #fff;
  padding: 40px 0 32px;
  border-bottom: 1px solid var(--psu-border-soft);
}

.psu-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.psu-breadcrumb {
  font-size: 13px;
  color: var(--psu-text-light);
  margin-bottom: 16px;
}

.psu-breadcrumb a {
  color: var(--psu-text-light);
}

.psu-breadcrumb a:hover {
  color: var(--psu-navy);
}

.psu-breadcrumb .sep {
  margin: 0 8px;
  color: var(--psu-border);
}

h1.psu-title {
  font-family: var(--font-serif);
  font-size: 44px;
  font-weight: 600;
  color: var(--psu-navy);
  margin: 0 0 16px;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.psu-lede {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--psu-text);
  max-width: 920px;
  margin: 0 0 12px;
  line-height: 1.4;
}

.psu-subnote {
  font-size: 16px;
  color: var(--psu-text-muted);
  max-width: 920px;
  margin: 16px 0 0;
  line-height: 1.6;
}

/* Hero cards */
.psu-hero-cards {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 20px;
  margin: 0 0 36px;
  align-items: stretch;
}

.psu-hero-card {
  border-radius: var(--radius-md);
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  min-height: 180px;
}

.psu-hero-card.primary {
  background: var(--psu-navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.psu-hero-card.primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--psu-sky);
}

.psu-hero-card.primary h2 {
  color: #fff;
}

.psu-hero-card.primary p {
  color: #C5D2E5;
}

.psu-hero-card.secondary {
  background: var(--psu-bg-soft);
  border: 1px solid var(--psu-border-soft);
}

.psu-hero-card.accent {
  background: linear-gradient(135deg, var(--psu-beaver) 0%, var(--psu-navy) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.psu-hero-card.accent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--psu-sky);
}

.psu-hero-card.accent h2 {
  color: #fff;
}

.psu-hero-card.accent p {
  color: #C5D2E5;
}

.psu-hero-card.accent .psu-demo-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.psu-hero-card h2 {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--psu-navy);
  line-height: 1.25;
  padding-top: 0;
}

.psu-hero-card p {
  padding-top: 0;
  margin: 0;
  font-size: 16px;
  color: var(--psu-text-muted);
  line-height: 1.5;
}

.psu-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.15s ease;
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.psu-cta.solid {
  background: #fff;
  color: var(--psu-navy);
}

.psu-cta.solid:hover {
  background: var(--psu-bg-soft);
  text-decoration: none;
}

.psu-cta.outline {
  background: transparent;
  color: var(--psu-navy);
  border-color: var(--psu-navy);
}

.psu-cta.outline:hover {
  background: var(--psu-navy);
  color: #fff;
  text-decoration: none;
}

.psu-cta svg {
  width: 18px;
  height: 18px;
}

/* Result banner */
/* Recommendation surfaces directly on tool cards after quiz completes */
.psu-rec-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.psu-rec-actions[hidden] {
  display: none;
}

.psu-rec-action-btn {
  background: #fff;
  border: 1.5px solid var(--psu-border);
  color: var(--psu-text);
  padding: 7px 12px;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.15s ease;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.psu-rec-action-btn:hover {
  background: var(--psu-bg-soft);
  border-color: var(--psu-navy);
  color: var(--psu-navy);
}

.psu-rec-action-btn svg {
  width: 12px;
  height: 12px;
}

/* Tool card recommendation states */
.psu-tool-card.is-recommended {
  border: 2px solid var(--psu-navy);
  padding: 19px;
  box-shadow: 0 4px 18px rgba(0, 30, 68, 0.12);
  position: relative;
}

.psu-tool-card.is-recommended::before {
  content: "Recommended for You";
  position: absolute;
  top: -11px;
  left: 16px;
  background: var(--psu-sky);
  color: var(--psu-navy);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.psu-tool-card.is-alternate {
  border-color: var(--psu-beaver);
}

.psu-tool-card-alt-tag {
  display: inline-block;
  background: var(--psu-info-bg);
  color: var(--psu-navy);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  align-self: flex-start;
}

.psu-rec-why {
  background: var(--psu-bg-soft);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  font-size: 12px;
  color: var(--psu-text);
  line-height: 1.5;
  margin: 0;
  border-left: 3px solid var(--psu-sky);
}

.psu-rec-why strong {
  color: var(--psu-navy);
}

.psu-rec-view-table {
  background: var(--psu-navy);
  color: #fff;
  border: none;
  padding: 9px 14px;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.15s ease;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  align-self: flex-start;
}

.psu-rec-view-table:hover {
  background: var(--psu-beaver);
}

.psu-rec-view-table svg {
  width: 12px;
  height: 12px;
}

/* No-recommendation case (sensitive data) â€” special card */
.psu-rec-blocked {
  grid-column: 1/-1;
  background: var(--psu-warn-bg);
  border: 1.5px solid var(--psu-warn-text);
  border-radius: var(--radius-md);
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.psu-rec-blocked-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: var(--psu-warn-text);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.psu-rec-blocked-icon svg {
  width: 18px;
  height: 18px;
}

.psu-rec-blocked-title {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--psu-warn-text);
  margin: 0 0 6px;
}

.psu-rec-blocked-body {
  font-size: 14px;
  color: var(--psu-text);
  margin: 0;
  line-height: 1.5;
}

/* Filter controls */
.psu-controls {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px;
  padding: 16px 20px;
  background: var(--psu-bg-soft);
  border-radius: var(--radius-md);
  border: 1px solid var(--psu-border-soft);
}

/* Tool overview cards (default state, before the table is revealed) */
.psu-tool-overview {
  margin: 0 0 32px;
}

.psu-tool-overview-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
  flex-wrap: wrap;
}

.psu-tool-overview-title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--psu-navy);
  margin: 0;
  line-height: 1.2;
}

.psu-tool-overview-sub {
  font-size: 14px;
  color: var(--psu-text-muted);
  margin: 4px 0 0;
  padding-top: 0;
}

.psu-tool-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 0 0 24px;
}

.psu-tool-card {
  background: var(--psu-bg);
  border: 1px solid var(--psu-border-soft);
  border-radius: var(--radius-md);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.15s ease;
  position: relative;
}

.psu-tool-card:hover {
  border-color: var(--psu-navy);
  box-shadow: 0 4px 14px rgba(0, 30, 68, 0.08);
  transform: translateY(-2px);
}

.psu-tool-card-name {
  padding-top: 0;
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 600;
  color: var(--psu-navy);
  margin: 0;
  line-height: 1.2;
}

.psu-tool-card-desc {
  font-size: 13px;
  color: var(--psu-text-muted);
  line-height: 1.5;
  margin: 0;
  flex: 1;
}

.psu-tool-card-link {
  font-size: 17px;
  font-weight: 600;
  color: var(--psu-beaver);
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

.psu-tool-card-link:hover {
  color: var(--psu-navy);
  text-decoration: underline;
}

.psu-tool-card-link svg {
  width: 17px;
  height: 17px;
}

.psu-tool-card-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: auto;
}

.psu-tool-card-kb {
  font-size: 12px;
  font-weight: 500;
  color: var(--psu-text-muted);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0 0;
  border-top: 1px dashed var(--psu-border-soft);
}

.psu-tool-card-kb:hover {
  color: var(--psu-navy);
}

.psu-tool-card-kb svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.psu-show-table-row {
  text-align: center;
  padding: 8px 0 0;
}

.psu-show-table-btn {
  background: var(--psu-navy);
  border: 2px solid var(--psu-navy);
  color: #fff;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.15s ease;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.psu-show-table-btn:hover {
  background: var(--psu-beaver);
  border-color: var(--psu-beaver);
}

.psu-show-table-btn:focus-visible {
  outline: 3px solid var(--psu-sky);
  outline-offset: 3px;
}

.psu-show-table-btn svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.psu-show-table-btn:hover svg:last-child {
  transform: translateY(2px);
}

.psu-show-table-hint {
  font-size: 13px;
  color: var(--psu-text-light);
  margin: 10px 0 0;
}

/* Table reveal/hide states */
#table-section {
  display: none;
}

#table-section.is-revealed {
  display: block;
  animation: psuTableReveal 0.5s ease-out;
}

@keyframes psuTableReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  #table-section.is-revealed {
    animation: none;
  }
}
/* When the table is revealed, hide the tool overview reveal button (cards stay) */
body.table-revealed .psu-show-table-row {
  display: none;
}

.psu-controls-label {
  font-size: 13px;
  color: var(--psu-text-muted);
  font-weight: 600;
  margin-right: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.psu-chip {
  font-size: 13px;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1.5px solid var(--psu-border);
  background: #fff;
  cursor: pointer;
  font-family: inherit;
  color: var(--psu-text);
  transition: all 0.15s ease;
  font-weight: 500;
}

.psu-chip:hover:not(.active) {
  border-color: var(--psu-navy);
  color: var(--psu-navy);
}

.psu-chip.active {
  background: #e6f7ff;
  color: var(--psu-text);
  border-color: #005FA9;
}

.psu-row-count {
  margin-left: auto;
  font-size: 13px;
  color: var(--psu-text-muted);
  font-weight: 500;
  padding-left: 12px;
}

.psu-row-count strong {
  color: var(--psu-navy);
  font-weight: 700;
}

@media (max-width: 768px) {
  .psu-row-count {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
}
/* Table */
.psu-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--psu-border);
  border-radius: var(--radius-md);
  background: var(--psu-bg);
}

table.psu-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 1080px;
  margin-top: 0;
}

.psu-table th, .psu-table td {
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--psu-border-soft);
}

.psu-table thead th {
  background: var(--psu-navy);
  color: #fff;
  border-bottom: none;
  padding: 20px 20px;
}

.psu-table thead th.row-label {
  background: var(--psu-navy);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: var(--font-sans);
  font-weight: 700;
  color: #fff;
}

.psu-table thead th.row-label {
  background: var(--psu-navy);
  font-size: 17px;
  font-family: var(--font-sans);
  font-weight: 700;
  color: #fff;
}

.psu-table tbody tr:hover td:not(.row-label) {
  background: rgba(0, 30, 68, 0.015);
}

.psu-table tr:last-child td {
  border-bottom: none;
}

.psu-table td.cell {
  line-height: 1.55;
  color: var(--psu-text);
}

.psu-tool-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  min-height: 4rem;
  justify-content: space-between;
}

.psu-tool-name {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.2;
}

.psu-tool-name svg {
  width: 20px;
  height: 20px;
  color: var(--psu-sky);
}

.psu-tool-logo {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex-shrink: 0;
}

.psu-inline-mark {
  display: inline-flex;
  align-items: center;
}

.psu-inline-mark svg {
  height: 30px;
  width: auto;
  display: block;
}

.psu-inline-mark--header svg {
  height: 44px;
}

.psu-tool-link {
  color: #fff;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  align-self: flex-start;
}

.psu-tool-link:hover, .psu-tool-link:focus {
  color: var(--psu-sky);
}

.psu-tool-head.recommended::before {
  content: "Recommended";
  display: inline-flex;
  align-self: flex-start;
  background: var(--psu-sky);
  color: var(--psu-navy);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: var(--font-sans);
}

.psu-col-recommended {
  background: rgba(0, 156, 222, 0.05);
}

.psu-tag {
  display: inline-block;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 3px;
  margin: 0 4px 6px 0;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.tag-good {
  background: var(--psu-success-bg);
  color: var(--psu-success-text);
}

.tag-ok {
  background: var(--psu-warn-bg);
  color: var(--psu-warn-text);
}

.tag-limited {
  background: var(--psu-neutral-bg);
  color: var(--psu-neutral-text);
}

.tag-secure {
  background: var(--psu-info-bg);
  color: var(--psu-info-text);
}

.tag-cost {
  background: var(--psu-danger-bg);
  color: var(--psu-danger-text);
}

.tag-free {
  background: var(--psu-success-bg);
  color: var(--psu-success-text);
}

.psu-cell-text {
  display: block;
  margin-top: 2px;
  color: var(--psu-text);
  font-size: 14px;
}

.psu-cell-detail {
  display: none;
  margin-top: 12px;
  padding: 12px 14px;
  background: var(--psu-bg-soft);
  border-left: 3px solid var(--psu-sky);
  font-size: 13px;
  line-height: 1.6;
  color: var(--psu-text-muted);
}

.psu-cell.expanded .psu-cell-detail {
  display: block;
}

.psu-more-btn {
  font-size: 12px;
  color: var(--psu-beaver);
  background: none;
  border: none;
  padding: 8px 0 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.psu-more-btn:hover {
  text-decoration: underline;
}

.psu-more-btn svg {
  width: 12px;
  height: 12px;
}

/* Modal */
.psu-modal-bg {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 30, 68, 0.65);
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 1000;
}

.psu-modal-bg.open {
  display: flex;
}

.psu-modal {
  background: var(--psu-bg);
  border-radius: var(--radius-md);
  padding: var(--spacing-medium-small);
  max-width: 600px;
  width: 100%;
  box-shadow: 0 16px 40px rgba(0, 30, 68, 0.3);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  border-top: 4px solid var(--psu-sky);
}

.psu-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.psu-step-indicator {
  font-size: 12px;
  color: var(--psu-text-light);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.psu-modal h3 {
  padding-top: 0;
  font-size: 26px;
  font-weight: 600;
  color: var(--psu-navy);
  margin: 12px 0 24px;
  line-height: 1.25;
}

#modal-title:focus {
  outline: none;
  box-shadow: none;
}

.psu-modal-close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--psu-text-muted);
  padding: 4px;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
}

.psu-modal-close:hover {
  background: var(--psu-bg-soft);
  color: var(--psu-text);
}

.psu-modal-close svg {
  width: 22px;
  height: 22px;
}

.psu-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.psu-option {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1.5px solid var(--psu-border);
  border-radius: var(--radius-sm);
  background: #fff;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  color: var(--psu-text);
  transition: all 0.15s ease;
  width: 100%;
}

.psu-option:hover {
  background: var(--psu-bg-soft);
  border-color: var(--psu-navy);
  transform: translateX(2px);
}

.psu-option .icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--psu-info-bg);
  color: var(--psu-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.psu-option .icon-wrap svg {
  width: 24px;
  height: 24px;
}

.psu-option-text {
  flex: 1;
}

.psu-option-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--psu-navy);
}

.psu-option-desc {
  font-size: 13px;
  color: var(--psu-text-muted);
  line-height: 1.4;
  margin-top: 3px;
}

.psu-option .chevron {
  color: var(--psu-text-light);
  flex-shrink: 0;
}

.psu-option .chevron svg {
  width: 20px;
  height: 20px;
}

.psu-modal-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.psu-back-btn {
  font-size: 13px;
  color: var(--psu-text-muted);
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding: 6px 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.psu-back-btn:hover {
  color: var(--psu-navy);
}

.psu-back-btn svg {
  width: 14px;
  height: 14px;
}

.psu-progress {
  display: flex;
  gap: 5px;
}

.psu-progress-dot {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background: var(--psu-border);
  transition: background 0.2s ease;
}

.psu-progress-dot.done {
  background: var(--psu-sky);
}

/* Table-section header bar + hide button */
.psu-table-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin: 0 0 16px;
  flex-wrap: wrap;
}

.psu-table-h2 {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--psu-navy);
  margin: 0;
  line-height: 1.2;
}

.psu-table-h2-sub {
  font-size: 13px;
  color: var(--psu-text-muted);
  margin: 4px 0 0;
}

.psu-hide-table-btn {
  background: var(--psu-bg);
  border: 1.5px solid var(--psu-border);
  color: var(--psu-text);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.15s ease;
}

.psu-hide-table-btn:hover {
  background: var(--psu-bg-soft);
  border-color: var(--psu-navy);
  color: var(--psu-navy);
}

.psu-hide-table-btn svg {
  width: 14px;
  height: 14px;
}

/* Compare-pair filter banner (above the table when a 2-tool comparison is active) */
.psu-compare-banner {
  margin: 0 0 16px;
}

.psu-compare-banner[hidden] {
  display: none;
}

.psu-compare-banner-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: var(--psu-info-bg);
  border-left: 4px solid var(--psu-sky);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  flex-wrap: wrap;
}

.psu-compare-banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--psu-navy);
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.psu-compare-banner-icon svg {
  width: 14px;
  height: 14px;
}

.psu-compare-banner-text {
  font-size: 14px;
  color: var(--psu-text);
  font-weight: 500;
  flex: 1;
  min-width: 200px;
}

.psu-compare-banner-text strong {
  color: var(--psu-navy);
  font-weight: 700;
}

.psu-compare-clear {
  background: #fff;
  border: 1.5px solid var(--psu-navy);
  color: var(--psu-navy);
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: all 0.15s ease;
}

.psu-compare-clear:hover {
  background: var(--psu-navy);
  color: #fff;
}

.psu-compare-clear svg {
  width: 12px;
  height: 12px;
}

/* When in compare-pair mode, show an "unavailable" hint in the column header for any audience-restricted tool that's been pulled into the comparison */
.psu-tool-head .psu-tool-unavail-note {
  display: block;
  font-size: 11px;
  color: var(--psu-danger-text);
  font-weight: 600;
  margin-top: 4px;
  line-height: 1.3;
}

/* Unavailable-tools note (shown when audience excludes a tool) */
.psu-unavail-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  padding: 14px 18px;
  background: var(--psu-bg-soft);
  border: 1px solid var(--psu-border-soft);
  border-left: 4px solid var(--psu-text-muted);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  max-width: 920px;
}

.psu-unavail-icon {
  flex-shrink: 0;
  color: var(--psu-text-muted);
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

.psu-unavail-icon svg {
  width: 100%;
  height: 100%;
}

.psu-unavail-text {
  margin: 0;
  font-size: 14px;
  color: var(--psu-text-muted);
  line-height: 1.5;
}

/* Audience tabs (Direction A) */
.psu-audience-section {
  margin: 0 0 24px;
}

.psu-audience-label {
  font-size: 13px;
  color: var(--psu-text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 12px;
}

.psu-audience-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--psu-border);
  flex-wrap: wrap;
}

.psu-audience-tab {
  padding: 14px 28px;
  border: none;
  background: transparent;
  color: var(--psu-text-muted);
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  margin-bottom: -2px;
  transition: all 0.15s ease;
}

.psu-audience-tab:hover:not([aria-selected=true]):not(.is-active) {
  color: var(--psu-navy);
  background: var(--psu-bg-soft);
}

.psu-audience-tab[aria-selected=true],
.psu-audience-tab.is-active {
  color: var(--psu-text);
  background: #e6f7ff;
  border-bottom-color: var(--psu-sky);
  font-weight: 600;
}

@media (min-width: 480px) {
  h1.psu-title {
    font-size: 38px;
  }
  .psu-table-h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  h1.psu-title {
    font-size: 44px;
  }
  .psu-table-h2 {
    font-size: 36px;
  }
}
.psu-audience-intro {
  background: var(--psu-info-bg);
  border-left: 4px solid var(--psu-sky);
  padding: 18px 24px;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin: 18px 0 0;
}

.psu-audience-intro h2 {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--psu-navy);
  margin: 0 0 6px;
  line-height: 1.3;
}

.psu-audience-intro p {
  margin: 0;
  color: var(--psu-text);
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 700px) {
  .psu-audience-tab {
    padding: 11px 16px;
    font-size: 14px;
  }
  .psu-audience-intro {
    padding: 14px 18px;
  }
  .psu-audience-intro h2 {
    font-size: 17px;
  }
  .psu-audience-intro p {
    font-size: 14px;
  }
}
/* Responsive */
@media (max-width: 1024px) {
  .psu-subnav-inner {
    gap: 0;
  }
  .psu-subnav a {
    padding: 12px 14px;
    font-size: 13px;
  }
  /* At tablet: agent card spans full width on top, quiz + table cards below */
  .psu-hero-cards {
    grid-template-columns: 1fr 1fr;
  }
  .psu-hero-card.accent {
    grid-column: 1/-1;
    order: -1;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .psu-lede {
    font-size: 18px;
  }
  .psu-hero-cards {
    grid-template-columns: 1fr;
  }
  .psu-hero-card {
    padding: 22px;
    min-height: auto;
  }
  .psu-hero-card.accent {
    grid-column: auto;
    order: 0;
  }
  .psu-hero-card h2 {
    font-size: 22px;
  }
  .psu-modal {
    padding: 24px;
  }
  .psu-modal h3 {
    font-size: 21px;
  }
  .psu-chat-head, .psu-chat-foot {
    padding-left: 18px;
    padding-right: 18px;
  }
  .psu-chat-suggestions {
    padding-left: 18px;
    padding-right: 18px;
  }
  .psu-chat-body {
    padding: 16px 18px;
    max-height: 55vh;
  }
  .psu-chat-title {
    font-size: 19px;
  }
  .psu-chat-send {
    padding: 12px 14px;
  }
  .psu-chat-send span {
    display: none;
  }
  .psu-subnav-inner {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .psu-subnav a {
    white-space: nowrap;
  }
  .psu-header-link {
    display: none;
  }
}
@media (max-width: 600px) {
  .psu-pagehero {
    padding: 28px 0 24px;
  }
  .psu-controls {
    padding: 14px;
  }
  .psu-table-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .psu-hide-table-btn {
    align-self: stretch;
    justify-content: center;
  }
  .psu-tool-overview-head {
    align-items: stretch;
  }
  .psu-rec-actions {
    width: 100%;
  }
  .psu-rec-action-btn {
    flex: 1;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .psu-container {
    padding: 0;
  }
  .psu-pagehero {
    padding-top: 30px;
  }
  .psu-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-items: stretch;
  }
  .psu-controls-label,
  .psu-row-count {
    grid-column: 1/-1;
    width: 100%;
  }
  .psu-chip {
    width: 100%;
    min-height: 44px;
    padding: 9px 10px;
    border-radius: var(--radius-sm);
  }
  .psu-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  table.psu-table {
    min-width: 0;
    font-size: 14px;
  }
  .psu-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
  .psu-table,
  .psu-table tbody,
  .psu-table tr,
  .psu-table th,
  .psu-table td {
    display: block;
    width: 100%;
  }
  .psu-table tbody tr {
    margin: 0 0 16px;
    border: 1px solid var(--psu-border-soft);
    border-radius: var(--radius-md);
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 30, 68, 0.06);
  }
  .psu-table .row-label {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--psu-border-soft);
    padding: 14px 16px;
    background: var(--psu-bg-tint);
  }
  .psu-table td.cell {
    padding: 14px 16px;
    border-bottom: 1px solid var(--psu-border-soft);
  }
  .psu-table td.cell::before {
    content: attr(data-tool-label);
    display: block;
    color: var(--psu-navy);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 6px;
  }
  .psu-table td.cell:last-child {
    border-bottom: 0;
  }
  .psu-table .psu-tool-logo {
    width: 28px;
    height: 28px;
  }
  .psu-modal {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
  }
}
/* WCAG 2.3.3 - Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .psu-option:hover {
    transform: none !important;
  }
}
/* Phase 3 Help Me Choose page */
.psu-option-title,
.psu-option-desc {
  display: block;
}

.psu-option-desc {
  margin-top: 6px;
}

.psu-help-cards {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
}

.psu-help-cards .psu-hero-card {
  min-height: 220px;
}

.psu-result-section[hidden] {
  display: none !important;
}

.psu-result-section {
  margin-top: 36px;
}

.psu-result-why {
  display: none;
}

.psu-result-why h3 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.3;
  color: var(--psu-navy);
}

.psu-result-why p {
  margin: 0;
  color: var(--psu-text);
}

.psu-ranked-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.psu-ranked-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.psu-rank-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--psu-navy);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
}

.psu-ranked-list strong {
  color: var(--psu-navy);
}

.psu-result-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 1040px;
  margin-bottom: 22px;
}

.psu-result-card {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
  padding: 24px;
  min-height: auto;
}

.psu-result-card:hover {
  transform: none;
}

.psu-result-card.is-recommended::before {
  content: none;
  display: none;
}

.psu-result-card.is-recommended {
  padding: 24px;
}

.psu-result-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.psu-result-logo-wrap {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.psu-result-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.psu-result-role {
  display: block;
  color: var(--psu-text-light);
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 2px;
}

.psu-result-card .psu-tool-card-name {
  margin: 0;
}

.psu-result-card .psu-tool-card-desc {
  font-size: 14px;
}

.psu-result-details {
  display: grid;
  gap: 10px;
  color: var(--psu-text);
  line-height: 1.55;
}

.psu-result-details p {
  margin: 0;
  line-height: var(--line-height-medium);
}

.psu-result-reason {
  padding-top: 0;
  font-size: 17px;
}

.psu-result-reason strong {
  color: var(--psu-navy);
  font-weight: 700;
}

.psu-result-best {
  font-size: 15px;
  color: var(--psu-text);
  border-top: 1px solid var(--psu-border-soft);
  padding-top: 0.5rem;
}

.psu-result-best strong {
  color: var(--psu-navy);
}

.psu-result-card .psu-tool-card-links {
  align-self: center;
  min-width: 140px;
}

.psu-result-next {
  max-width: 1040px;
  padding: 18px 22px;
  border: 1px solid var(--psu-border-soft);
  border-radius: var(--radius-md);
  background: var(--psu-bg-tint);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.psu-result-next p {
  padding-top: 0;
  font-size: var(--font-size-standard);
  margin: 0;
  color: var(--psu-text-muted);
}

.psu-result-next .psu-cta {
  background: var(--psu-navy);
  color: #fff;
  border-color: var(--psu-navy);
}

.psu-result-next .psu-cta:hover {
  background: var(--psu-beaver);
  color: #fff;
  border-color: var(--psu-beaver);
}

@media (max-width: 900px) {
  .psu-help-cards {
    grid-template-columns: 1fr;
  }
  .psu-result-card {
    grid-template-columns: 1fr;
  }
  .psu-result-card .psu-tool-card-links {
    align-self: stretch;
  }
}
@media (max-width: 700px) {
  .psu-result-why {
    padding: 18px;
  }
  .psu-result-next {
    align-items: stretch;
  }
  .psu-result-next .psu-cta {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 480px) {
  .psu-tool-overview-title {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .psu-tool-overview-title {
    font-size: 36px;
  }
}
/* Phase 3 comparison-table-only page */
.psu-audience-gate {
  margin: 0 0 26px;
}

.psu-audience-gate h2 {
  padding-top: 0;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.3;
  color: var(--psu-text-muted);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.psu-audience-gate p {
  margin: 0 0 18px;
  color: var(--psu-text-muted);
  max-width: 760px;
}

.psu-audience-gate .psu-audience-tabs {
  border-bottom: 0;
  gap: 10px;
}

.psu-audience-gate .psu-audience-tab {
  border: 1.5px solid var(--psu-border);
  border-radius: var(--radius-sm);
  margin: 0;
  padding: 13px 22px;
  background: #fff;
  min-height: 48px;
}

.psu-audience-gate .psu-audience-tab:hover {
  border-color: #005FA9;
  background: #f5fbff;
  color: var(--psu-text);
}

.psu-audience-gate .psu-audience-tab[aria-pressed=true],
.psu-audience-gate .psu-audience-tab.is-active {
  border-color: #005FA9;
  background: #e6f7ff;
  color: var(--psu-text);
}

#table-section[hidden] {
  display: none !important;
}

#table-section.is-revealed {
  display: block;
}

.psu-table-header {
  margin-top: 6px;
}

.psu-filter-shell {
  margin: 0 0 20px;
}

.psu-filter-toggle {
  background: #005FA9;
  border: 0;
  color: #fff;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.psu-filter-toggle:hover {
  background: #004f8f;
}

.psu-filter-toggle[aria-expanded=true] {
  background: #e6f7ff;
  color: var(--psu-text);
  box-shadow: inset 0 0 0 1.5px #005FA9;
}

.psu-filter-toggle svg {
  width: 16px;
  height: 16px;
  transition: transform 0.15s ease;
}

.psu-filter-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.psu-filter-summary {
  margin-left: 12px;
  font-size: 13px;
  color: var(--psu-text-muted);
  font-weight: 500;
}

.psu-controls[hidden] {
  display: none !important;
}

.psu-filter-shell .psu-controls {
  margin-top: 12px;
}

.psu-table-wrap {
  max-height: none;
  overflow-x: auto;
  overflow-y: visible;
}

.psu-sticky-col-header {
  display: none;
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: 100;
  pointer-events: none;
  border: 1px solid var(--psu-border);
  border-bottom: 0;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  background: var(--psu-navy);
  box-shadow: 0 8px 22px rgba(0, 30, 68, 0.18);
}

.psu-sticky-col-header table {
  margin: 0;
  transition: none;
}

.psu-sticky-col-header tbody,
.psu-sticky-col-header caption {
  display: none;
}

.psu-table tbody th.row-label {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 200px;
  background: var(--psu-bg-tint);
}

@media (max-width: 700px) {
  .psu-audience-gate {
    padding: 0;
  }
  .psu-audience-gate .psu-audience-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .psu-audience-gate .psu-audience-tab {
    width: 100%;
    padding: 12px;
  }
  .psu-filter-toggle {
    width: 100%;
    justify-content: center;
  }
  .psu-filter-summary {
    display: block;
    margin: 8px 0 0;
  }
  .psu-table-wrap {
    max-height: none;
    overflow: visible;
  }
  .psu-sticky-col-header {
    display: none !important;
  }
  .psu-table tbody th.row-label {
    position: static;
  }
}
.component table.psu-table tbody tr:nth-of-type(odd) { /* override standard table striping */
  background-color: transparent;
}
