/* Promptvergleich Core, WordPress and WooCommerce visual integration. */

.pvc-formula > dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0 0;
  background: var(--line);
}

.pvc-formula > dl > div {
  display: grid;
  gap: 8px;
  padding: 20px;
  background: var(--paper-bright);
}

.pvc-formula > dl dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pvc-formula > dl dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 740;
  line-height: .9;
}

@media (max-width: 680px) {
  .pvc-formula > dl { grid-template-columns: 1fr; }
}

.pv-page-canvas,
.pv-commerce {
  min-height: 70vh;
  padding: clamp(70px, 8vw, 130px) 0 clamp(120px, 12vw, 200px);
  background: var(--paper);
}

.pv-page-canvas--platform {
  padding-top: 0;
}

.pv-page-entry--platform,
.pv-entry-content,
.pv-page-entry--platform .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.pv-standard-head {
  max-width: 1050px;
  margin-bottom: 70px;
  padding-top: 30px;
}

.pv-standard-head h1 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-size: clamp(58px, 8.5vw, 136px);
  font-weight: 740;
  line-height: .85;
  letter-spacing: -.075em;
}

.pv-micro-label,
.pvc-eyebrow {
  margin: 0;
  color: var(--red);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .095em;
  text-transform: uppercase;
}

.pv-entry-content {
  font-size: 17px;
}

.pv-entry-content > *:not(.pvc-app),
.pv-editor-content > * {
  max-width: 880px;
}

.pv-entry-content h2,
.pv-entry-content h3,
.pv-entry-content h4 {
  font-family: var(--font-display);
  letter-spacing: -.045em;
}

.pv-editor-content {
  padding-block: 70px;
}

.pv-post-list {
  display: grid;
  gap: 0;
}

.pv-post-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .55fr) auto;
  gap: 40px;
  align-items: center;
  padding: 36px 0;
  border-top: 1px solid var(--line);
}

.pv-post-teaser h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 60px);
  line-height: .98;
  letter-spacing: -.055em;
}

.pvc-app {
  width: var(--shell);
  max-width: none;
  margin: 0 auto;
  padding: clamp(70px, 8vw, 130px) 0 clamp(120px, 12vw, 190px);
  color: var(--ink);
  font-family: var(--font-ui);
  background: transparent;
}

.pv-solutions .pvc-app {
  width: 100%;
  margin: 0;
  padding: 0;
}

.pvc-app *,
.pvc-app *::before,
.pvc-app *::after {
  box-sizing: border-box;
}

.pvc-page-head,
.pvc-explorer__hero {
  position: relative;
  z-index: 20;
  overflow: hidden;
  margin: 0 0 68px;
  padding: clamp(45px, 6vw, 92px);
  border: 1px solid rgba(17,18,16,.48);
  border-radius: 0;
  background: var(--concrete);
  box-shadow: none;
  color: var(--ink);
  isolation: isolate;
}

.pvc-explorer__hero {
  overflow: visible;
  min-height: clamp(590px, 66vw, 760px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(17,18,16,.045) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(rgba(17,18,16,.045) 1px, transparent 1px) 0 0 / 64px 64px,
    var(--concrete);
}

.pvc-page-head::before,
.pvc-explorer__hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: clamp(14px, 2.4vw, 38px);
  background: var(--red);
}

.pvc-page-head::after,
.pvc-explorer__hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -34%;
  right: -5%;
  width: clamp(210px, 27vw, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--red);
}

.pvc-explorer__hero::after {
  top: -18%;
  right: -8%;
  width: clamp(310px, 36vw, 590px);
  box-shadow: 0 0 0 1px rgba(17,18,16,.32), 0 0 0 4.5vw rgba(17,18,16,.035), -14vw 25vw 0 -5vw var(--lilac);
}

.pvc-method .pvc-page-head::after {
  top: -18%;
  right: -2%;
  border-radius: 0;
  background: var(--lilac);
  clip-path: polygon(30% 0, 100% 0, 72% 100%, 0 100%);
}

.pvc-page-head h2,
.pvc-explorer__hero h2 {
  max-width: 1180px;
  margin: 20px 0 24px;
  font-family: var(--font-display);
  font-size: clamp(50px, 7vw, 112px);
  font-weight: 730;
  line-height: .88;
  letter-spacing: -.073em;
  color: var(--ink) !important;
  text-wrap: balance;
}

.pvc-page-head > p:last-child,
.pvc-explorer__hero > p:last-of-type {
  max-width: 680px;
  margin: 0;
  color: #484945;
  font-size: 15px;
  line-height: 1.62;
}

.pvc-explorer__hero > .pvc-eyebrow {
  position: relative;
  z-index: 2;
  width: fit-content;
  min-height: 30px;
  padding: 8px 10px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: white;
}

.pvc-explorer__hero h2,
.pvc-explorer__hero > p,
.pvc-explorer__hero .pvc-search {
  position: relative;
  z-index: 2;
}

.pvc-explorer__hero .pvc-search {
  z-index: 30;
  overflow: visible;
}

body:not(.pv-is-frontpage) .pvc-explorer__hero .pvc-search__main {
  box-shadow: 10px 10px 0 rgba(17,18,16,.17);
}

body:not(.pv-is-frontpage) .pvc-explorer__hero .pvc-filters {
  gap: 10px;
  margin-top: 30px;
  padding: 18px;
  border: 1px solid rgba(17,18,16,.32);
  background: rgba(17,18,16,.055);
}

.pvc-explorer__hero h2 {
  max-width: 980px;
}

.pvc-explorer__hero > p:last-of-type {
  max-width: 610px;
  font-size: clamp(15px, 1.15vw, 18px);
}

.pvc-explorer__hero .pvc-search {
  width: 100%;
  margin-top: clamp(34px, 5vw, 64px);
}

.pv-solutions .pvc-explorer__hero {
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, .6fr);
  gap: 34px clamp(45px, 8vw, 145px);
  align-items: end;
  margin-bottom: 54px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  isolation: auto;
}

.pv-solutions .pvc-explorer__hero::before {
  display: none;
}

.pv-solutions .pvc-explorer__hero::after {
  display: none;
}

.pv-solutions .pvc-explorer__hero > .pvc-eyebrow {
  display: none;
}

.pv-solutions .pvc-explorer__hero h2 {
  max-width: 1250px;
  margin: 0;
}

.pv-solutions .pvc-explorer__hero > p:last-of-type {
  max-width: 580px;
  margin-bottom: 4px;
}

.pv-solutions .pvc-search {
  position: relative;
  z-index: 30;
  grid-column: 1 / -1;
  margin-top: 22px;
  overflow: visible;
}

.pv-solutions .pvc-search__main {
  display: none;
}

.pv-solutions .pvc-filters {
  position: relative;
  z-index: 30;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ink);
  overflow: visible;
}

.pv-solutions .pvc-filters label:not(.pvc-check) {
  flex: 0 1 185px;
}

.pv-solutions .pvc-filters label:not(.pvc-check) > span:not(.pv-select) {
  display: none;
}

.pv-solutions .pvc-filters select,
.pv-solutions .pvc-check {
  min-height: 46px;
  border-color: rgba(17,18,16,.28);
  border-radius: 999px;
  background: var(--concrete);
}

.pv-solutions .pvc-check {
  flex: 0 0 auto;
  align-self: auto;
}

.pvc-search {
  margin-top: 46px;
}

.pvc-search__main {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 76px;
  padding: 8px 8px 8px 22px;
  border: 1px solid var(--ink);
  background: var(--paper-bright);
  box-shadow: 9px 9px 0 rgba(17,18,16,.12);
}

.pvc-search__main svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.pvc-search__main input {
  width: 100%;
  min-height: 58px;
  padding: 0 15px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(18px, 1.7vw, 28px);
  font-weight: 500;
  letter-spacing: -.04em;
}

.pvc-search__main button,
.pvc-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--ink);
  color: white;
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.pvc-search__main button:hover,
.pvc-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-element-button:hover {
  border-color: var(--ink);
  background: var(--paper-bright);
  color: var(--ink);
  transform: translateY(-2px);
}

body.pv-design-v3 .pvc-search__main button:hover,
body.pv-design-v3 .pvc-button:hover,
body.pv-design-v3 .woocommerce a.button:hover,
body.pv-design-v3 .woocommerce button.button:hover,
body.pv-design-v3 .woocommerce input.button:hover,
body.pv-design-v3 .wp-element-button:hover {
  color: var(--ink) !important;
}

.pvc-button > *,
.pvc-button:hover > * {
  color: inherit !important;
}

.pvc-button--accent {
  border-color: var(--red);
  background: var(--red);
}

.pvc-button--dark {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.pvc-button--accent:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

body.pv-design-v3 .pvc-button--accent:hover {
  color: white !important;
}

.pvc-button--dark:hover {
  border-color: var(--ink);
  background: var(--paper-bright);
  color: var(--ink);
}

body.pv-design-v3 .pvc-button--dark:hover {
  color: var(--ink) !important;
}

.pvc-button--ghost {
  background: transparent;
  color: var(--ink);
}

.pvc-button--ghost:hover {
  background: var(--ink);
  color: white;
}

body.pv-design-v3 .pvc-button--ghost:hover {
  color: white !important;
}

.pvc-filters {
  display: grid;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  gap: 8px;
  margin-top: 26px;
}

.pvc-filters label,
.pvc-field {
  display: grid;
  gap: 7px;
  color: #62635f;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8px;
  font-weight: 650;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.pvc-filters label > span,
.pvc-check span {
  color: var(--ink);
}

.pvc-filters select,
.pvc-field input,
.pvc-field select,
.pvc-field textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .quantity .qty,
.select2-container--default .select2-selection--single {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid rgba(17,18,16,.35);
  border-radius: 0;
  outline: 0;
  background: var(--paper-bright);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 12px;
  text-transform: none;
}

.pvc-field textarea {
  min-height: 130px;
  padding-block: 13px;
  resize: vertical;
}

.pvc-field input:focus,
.pvc-field select:focus,
.pvc-field textarea:focus,
.pvc-filters select:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 2px rgba(232,79,47,.12);
}

.pvc-check {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 48px;
  padding: 0 16px 0 56px;
  border: 1px solid rgba(17,18,16,.35);
  background: var(--concrete);
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: -.01em;
  text-transform: none;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.pvc-check input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.pvc-check::before,
.pvc-check::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.pvc-check::before {
  left: 13px;
  width: 32px;
  height: 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: #9b9995;
}

.pvc-check::after {
  left: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
}

.pvc-check:hover {
  border-color: var(--ink);
  background: var(--lilac);
  color: var(--ink);
  transform: translateY(-1px);
}

.pvc-check.is-checked,
.pvc-check:has(input:checked) {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.pvc-check.is-checked::before,
.pvc-check:has(input:checked)::before {
  border-color: var(--red);
  background: var(--red);
}

.pvc-check.is-checked::after,
.pvc-check:has(input:checked)::after {
  transform: translate(14px, -50%);
}

.pvc-check.is-checked span,
.pvc-check:has(input:checked) span {
  color: white;
}

.pvc-check:has(input:focus-visible) {
  outline: 3px solid var(--lilac-strong);
  outline-offset: 2px;
}

.pv-select {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  color: var(--ink);
  font-family: var(--font-ui);
  text-transform: none;
}

.pv-select.is-open {
  z-index: 320;
}

.pvc-filters select.pv-native-select {
  position: absolute !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  white-space: nowrap !important;
}

.pv-select__button {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 13px;
  border: 1px solid rgba(17,18,16,.42);
  border-radius: 0;
  background: var(--concrete);
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.2;
  text-align: left;
  transition: background 190ms ease, border-color 190ms ease, color 190ms ease, transform 190ms ease;
}

.pv-select__button::after {
  content: "+";
  flex: 0 0 auto;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 450;
  line-height: 1;
  transition: transform 190ms ease;
}

.pv-select__button:hover {
  border-color: var(--ink);
  background: var(--paper-bright);
  color: var(--ink) !important;
  transform: translateY(-1px);
}

.pv-solutions .pv-select__button {
  min-height: 46px;
  border-radius: 999px;
  background: var(--concrete);
}

.pv-solutions .pv-select.is-open .pv-select__button {
  border-radius: 22px 22px 0 0;
}

.pv-select.is-open .pv-select__button {
  border-color: var(--ink);
  background: var(--ink);
  color: white !important;
}

.pv-select.is-open .pv-select__button::after {
  transform: rotate(45deg);
}

.pv-select__menu {
  position: absolute;
  z-index: 330;
  top: calc(100% - 1px);
  left: 0;
  display: grid;
  width: max(100%, 220px);
  max-height: 310px;
  overflow-y: auto;
  padding: 6px;
  border: 1px solid var(--ink);
  background: var(--ink);
  box-shadow: 9px 9px 0 rgba(17,18,16,.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.pv-select.is-open .pv-select__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.pv-select__option {
  display: flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
  transition: background 150ms ease, color 150ms ease;
}

.pv-select__option:hover,
.pv-select__option:focus-visible,
.pv-select__option.is-selected {
  outline: 0;
  background: var(--paper-bright);
  color: var(--ink);
}

.pvc-results-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.pvc-results-count,
.pvc-results-method {
  margin: 0;
}

.pvc-results-method span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--red);
}

.pvc-results {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 28px);
}

.pvc-results.is-loading {
  opacity: .5;
  pointer-events: none;
}

.pvc-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(17,18,16,.38);
  border-radius: 0;
  background: var(--paper-bright);
  box-shadow: none;
  transition: transform 340ms cubic-bezier(.2,.75,.2,1), box-shadow 340ms ease;
}

.pvc-card:hover {
  transform: translateY(-8px);
  box-shadow: 12px 12px 0 rgba(17,18,16,.11);
}

.pvc-card--favorite {
  box-shadow: inset 0 0 0 3px var(--lilac);
}

.pvc-card__media {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 230px;
  aspect-ratio: 1.9 / 1;
  place-items: center;
  border-bottom: 1px solid rgba(17,18,16,.34);
  background: var(--red);
}

.pvc-card:nth-child(6n + 2) .pvc-card__media {
  background: var(--sage);
}

.pvc-card:nth-child(6n + 3) .pvc-card__media {
  background: var(--ink);
  color: white;
}

.pvc-card:nth-child(6n + 4) .pvc-card__media {
  background: var(--lilac);
}

.pvc-card:nth-child(6n + 5) .pvc-card__media {
  background: var(--concrete);
}

.pvc-card:nth-child(6n) .pvc-card__media {
  background: var(--red-soft);
}

.pvc-card__media::before,
.pvc-card__media::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.pvc-card__media::before {
  width: 48%;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .17;
}

.pvc-card__media::after {
  width: 1px;
  height: 82%;
  background: currentColor;
  opacity: .18;
  transform: rotate(35deg);
}

.pvc-card__media img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04);
  transition: transform 650ms cubic-bezier(.2,.75,.2,1), filter 300ms ease;
}

.pvc-card:hover .pvc-card__media img {
  transform: scale(1.055);
  filter: saturate(1) contrast(1.06);
}

.pvc-card__fallback {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: clamp(76px, 9vw, 150px);
  font-weight: 730;
  line-height: 1;
  letter-spacing: -.09em;
}

.pvc-card__fallback::first-letter {
  color: inherit;
}

.pvc-card__ad,
.pvc-card__match {
  position: absolute;
  z-index: 3;
  top: 13px;
  padding: 7px 9px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.pvc-card__ad {
  left: 13px;
  background: white;
  color: var(--ink);
}

.pvc-card__match {
  right: 62px;
  display: flex;
  min-height: 40px;
  align-items: center;
  gap: 4px;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,.82);
  background: var(--ink);
  box-shadow: 4px 4px 0 rgba(17,18,16,.16);
  color: white !important;
  text-align: right;
}

.pvc-card__match strong {
  display: inline;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 680;
  line-height: 1;
}

.pvc-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.pvc-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #63645f;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8px;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.pvc-card h3 {
  margin: 18px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(27px, 2.25vw, 39px);
  font-weight: 680;
  line-height: .96;
  letter-spacing: -.06em;
  color: var(--ink) !important;
  text-wrap: balance;
}

.pvc-card h3 a:hover {
  color: var(--red);
}

.pvc-card__outcome {
  min-height: 64px;
  margin: 0 0 18px;
  color: #555651;
  font-size: 12px;
  line-height: 1.5;
}

.pvc-card__reasons {
  display: grid;
  gap: 6px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  font-size: 10px;
}

.pvc-card__reasons li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--red);
  font-weight: 800;
}

.pvc-card__evidence {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 8px;
}

.pvc-card__evidence > span,
.pvc-status,
.pvc-pill,
.pvc-version {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 8px;
  border: 1px solid rgba(17,18,16,.26);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8px;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.pvc-card__evidence .pvc-evidence-value--benchmark,
.pvc-single-evidence .pvc-evidence-value--benchmark {
  border-color: var(--red);
  color: var(--red);
  font-weight: 750;
}

.pvc-status--editorial {
  border-color: rgba(35,102,70,.38);
  background: #dce9df;
  color: #17482e;
}

.pvc-status--creator {
  border-color: rgba(118,87,255,.34);
  background: var(--lilac);
  color: #392d70;
}

.pvc-status--stale,
.pvc-status--untested {
  border-color: rgba(232,79,47,.38);
  background: #f4d5cd;
  color: #7e2615;
}

.pvc-ad-label {
  border-color: rgba(232,79,47,.45) !important;
  background: #f4d5cd !important;
  color: #7e2615 !important;
}

.pvc-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
  padding-top: 18px;
}

.pvc-card__footer > div:first-child {
  display: grid;
  gap: 2px;
}

.pvc-card__footer > div:first-child > strong {
  font-family: var(--font-display);
  font-size: 21px;
  letter-spacing: -.04em;
}

.pvc-card__footer small {
  color: #686963;
  font-size: 8px;
}

.pvc-card__actions {
  display: flex;
  gap: 5px;
  align-items: center;
}

.pvc-card__actions .pvc-button {
  min-height: 38px;
  padding: 0 11px;
  font-size: 9px;
}

.pvc-card__actions .pvc-favorite-toggle {
  position: absolute;
  z-index: 5;
  top: 14px;
  right: 14px;
  width: 39px;
  height: 39px;
  min-height: 39px;
  background: transparent;
}

.pvc-card:nth-child(6n + 3) .pvc-favorite-toggle {
  border-color: rgba(255,255,255,.8);
  color: white;
}

.pvc-icon-button {
  display: grid;
  width: 39px;
  height: 39px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 19px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.pvc-icon-button:hover {
  transform: scale(1.06);
  border-color: var(--ink);
  background: var(--lilac);
  color: var(--ink);
}

.pvc-icon-button[aria-pressed="true"] {
  transform: scale(1.06);
  border-color: var(--red);
  background: var(--red);
  color: white;
}

.pvc-pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  margin-top: 45px;
  font-size: 11px;
}

.pvc-empty,
.pvc-loading,
.pv-core-required {
  grid-column: 1 / -1;
  padding: clamp(40px, 7vw, 95px);
  border: 1px solid rgba(17,18,16,.32);
  background: var(--concrete);
}

.pvc-empty strong,
.pv-core-required h2 {
  display: block;
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 60px);
  line-height: .96;
  letter-spacing: -.055em;
}

.pvc-empty p,
.pv-core-required p {
  max-width: 650px;
  color: #555651;
}

.pvc-empty--section {
  margin-top: 24px;
  padding: clamp(28px, 4vw, 48px);
}

.pvc-favorites-grid {
  margin-top: 28px;
}

.pvc-compare-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(17,18,16,.38);
  background: var(--paper-bright);
}

.pvc-compare-table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
}

.pvc-compare-table th,
.pvc-compare-table td {
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.pvc-compare-actions td {
  background: var(--paper-bright);
}

.pvc-compare-table thead th {
  min-width: 235px;
  background: var(--concrete);
}

.pvc-compare-table thead th:first-child,
.pvc-compare-table tbody th {
  width: 170px;
  min-width: 170px;
  background: var(--ink);
  color: white;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pvc-compare-table thead img {
  display: block;
  width: 100%;
  aspect-ratio: 1.6 / 1;
  margin-bottom: 17px;
  object-fit: cover;
}

.pvc-compare-table thead a {
  display: block;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.055em;
}

.pvc-compare-table thead span {
  display: block;
  margin-top: 10px;
  color: #565752;
  font-size: 11px;
}

.pvc-compare-score {
  color: var(--red);
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 760;
}

.pvc-library-overview,
.pvc-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 55px;
}

.pvc-library-overview > div,
.pvc-stat-grid > div {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 170px;
  padding: 23px;
  align-content: space-between;
  border: 1px solid var(--line);
  background: var(--paper-bright);
  transition: transform 260ms ease, background 260ms ease, box-shadow 260ms ease;
}

.pvc-library-overview > div::after,
.pvc-stat-grid > div::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -52px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(17,18,16,.2);
  border-radius: 50%;
  background: var(--lilac);
  transition: transform 330ms cubic-bezier(.2,.75,.2,1);
}

.pvc-library-overview > div:nth-child(2)::after,
.pvc-stat-grid > div:nth-child(2)::after {
  background: var(--red);
}

.pvc-library-overview > div:hover,
.pvc-stat-grid > div:hover {
  transform: translateY(-5px);
  background: var(--concrete);
  box-shadow: 8px 8px 0 rgba(17,18,16,.1);
}

.pvc-library-overview > div:hover::after,
.pvc-stat-grid > div:hover::after {
  transform: scale(1.14) translate(-8px, -8px);
}

.pvc-library-overview strong,
.pvc-stat-grid strong {
  position: relative;
  z-index: 2;
  font-family: var(--font-display);
  font-size: clamp(54px, 7vw, 95px);
  line-height: .8;
  letter-spacing: -.075em;
}

.pvc-library-overview span,
.pvc-stat-grid span {
  position: relative;
  z-index: 2;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  text-transform: uppercase;
}

.pvc-library-section {
  margin-top: 80px;
}

.pvc-library-section__head {
  display: grid;
  grid-template-columns: 1fr minmax(260px, .55fr);
  gap: 50px;
  align-items: end;
  margin-bottom: 32px;
}

.pvc-library-section__head h3,
.pvc-creator-list h3 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 5.6vw, 78px);
  line-height: .9;
  letter-spacing: -.065em;
}

.pvc-library-section__head > p {
  margin: 0;
  color: #555651;
  font-size: 13px;
}

.pvc-library-grid {
  display: grid;
  gap: 12px;
}

.pvc-library-item {
  border: 1px solid rgba(17,18,16,.38);
  background: var(--paper-bright);
}

.pvc-library-item__head {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 26px;
}

.pvc-library-item__head h3 {
  margin: 15px 0 7px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 47px);
  line-height: .96;
  letter-spacing: -.055em;
}

.pvc-library-item__head p {
  margin: 0;
  color: #555651;
}

.pvc-library-item details {
  border-top: 1px solid var(--line);
}

.pvc-library-item summary {
  padding: 20px 26px;
  cursor: pointer;
  font-weight: 700;
}

.pvc-library-item__content {
  padding: 5px 26px 30px;
}

.pvc-private-content,
.pvc-example,
.pvc-richtext {
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  background: #ebe8e3;
  white-space: pre-wrap;
}

.pvc-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.pvc-method-grid article {
  min-height: 330px;
  padding: 24px;
  border: 1px solid rgba(17,18,16,.38);
  background: var(--paper-bright);
}

.pvc-method-grid article:nth-child(2) {
  background: var(--red);
  color: white;
}

.pvc-method-grid article:nth-child(3) {
  background: var(--ink);
  color: white;
}

.pvc-method-grid article:nth-child(4) {
  background: var(--lilac);
  color: var(--ink);
}

.pvc-method-grid article > span {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
}

.pvc-method-grid h3 {
  margin: 90px 0 15px;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 47px);
  line-height: .94;
  letter-spacing: -.055em;
  color: inherit !important;
}

.pvc-method-grid p {
  font-size: 12px;
  line-height: 1.55;
}

.pvc-formula {
  display: grid;
  grid-template-columns: .4fr 1fr;
  gap: 30px;
  margin-top: 10px;
  padding: 30px;
  border: 1px solid var(--ink);
  background: var(--concrete);
  color: var(--ink);
}

.pvc-formula strong {
  font-family: var(--font-display);
  font-size: 26px;
  letter-spacing: -.05em;
}

.pvc-creator-list {
  margin-top: 55px;
}

.pvc-creator-list article {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.pvc-creator-list article > div {
  display: grid;
  gap: 5px;
}

.pvc-submit-form fieldset {
  margin: 0 0 18px;
  padding: clamp(25px, 4vw, 55px);
  border: 1px solid rgba(17,18,16,.38);
  background: var(--paper-bright);
}

.pvc-submit-form legend {
  padding: 0 14px;
  font-family: var(--font-display);
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 680;
  letter-spacing: -.05em;
}

.pvc-submit-form legend span {
  margin-right: 10px;
  color: var(--red);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
}

.pvc-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.pvc-field--wide {
  grid-column: 1 / -1;
}

.pvc-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  margin: 24px 0;
  align-items: start;
  font-size: 12px;
}

.pvc-consent input {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.pvc-honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.pvc-submit-form__end {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 28px;
  background: var(--ink);
  color: white;
}

.pvc-submit-form__end p {
  max-width: 650px;
  margin: 5px 0 0;
  color: rgba(255,255,255,.67);
}

.pvc-notice,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin: 0 0 28px;
  padding: 18px 20px;
  border: 0;
  border-left: 8px solid var(--red);
  border-radius: 0;
  background: var(--concrete);
  color: var(--ink);
}

.pvc-notice--success {
  border-left-color: #397651;
}

.pvc-notice--error {
  border-left-color: var(--red);
  background: #f4d5cd;
}

.pvc-login-gate {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, .8fr);
  grid-template-rows: auto 1fr auto;
  gap: 22px 60px;
  max-width: var(--shell);
  min-height: clamp(520px, 62vw, 680px);
  margin-inline: auto;
  padding: clamp(52px, 7vw, 105px);
  border: 1px solid rgba(17,18,16,.38);
  background:
    linear-gradient(90deg, rgba(17,18,16,.045) 1px, transparent 1px) 0 0 / 62px 62px,
    linear-gradient(rgba(17,18,16,.045) 1px, transparent 1px) 0 0 / 62px 62px,
    var(--concrete);
  text-align: left;
}

.pvc-login-gate::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -22%;
  right: -7%;
  width: clamp(300px, 38vw, 590px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 1px rgba(17,18,16,.34), 0 0 0 5vw rgba(17,18,16,.035);
  transition: transform 800ms cubic-bezier(.2,.75,.2,1);
}

.pvc-login-gate::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 9%;
  bottom: -18%;
  width: 34%;
  height: 48%;
  transform: rotate(-11deg);
  border: 1px solid var(--ink);
  background: var(--lilac);
}

.pvc-login-gate:hover::before {
  transform: scale(1.045) translate(-10px, 12px);
}

.pvc-login-gate > span[aria-hidden="true"] {
  display: none;
}

.pvc-login-gate h2 {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  max-width: 830px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(58px, 8.5vw, 132px);
  line-height: .83;
  letter-spacing: -.07em;
}

.pvc-login-gate h2::before {
  content: "DEIN BEREICH / 01";
  display: block;
  width: fit-content;
  margin-bottom: clamp(42px, 6vw, 76px);
  padding: 8px 10px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: white;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .09em;
}

.pvc-login-gate > p {
  position: relative;
  z-index: 2;
  grid-column: 1;
  align-self: end;
  max-width: 540px;
  margin: 24px 0 0;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.48;
  letter-spacing: -.025em;
}

.pvc-login-gate > .pvc-button {
  position: relative;
  z-index: 2;
  grid-column: 1;
  justify-self: start;
  min-width: 155px;
  margin-top: 14px;
}

.pvc-single-evidence,
.pvc-loop-evidence {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin: 14px 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
}

.pvc-single-evidence > span:not(.pvc-status),
.pvc-loop-evidence > strong {
  padding: 6px 9px;
  border: 1px solid var(--line);
}

.pvc-tab {
  max-width: 1200px;
  padding: 30px 0;
}

.pvc-tab-grid,
.pvc-score-grid,
.pvc-safety {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pvc-tab-grid > div,
.pvc-score-grid > div,
.pvc-safety > div {
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--concrete);
}

.pvc-score-grid progress {
  width: 100%;
  accent-color: var(--red);
}

.pvc-test-list article {
  margin-top: 10px;
  padding: 22px;
  border: 1px solid var(--line);
}

.pvc-test-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.pvc-limit {
  padding: 15px 17px;
  border-left: 7px solid var(--lilac-strong);
  background: var(--lilac);
  color: var(--ink);
}

/* Prompt-Labor 1.1 — live multi-model and A/B comparison */
.pv-prompt-lab-stage {
  padding-bottom: clamp(135px, 15vw, 240px);
}

.pvc-prompt-lab {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(17,18,16,.5);
  background: var(--paper-bright);
  color: var(--ink);
}

.pvc-prompt-lab__head {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(100px, .25fr) minmax(0, 1.45fr) minmax(260px, .55fr);
  gap: clamp(25px, 5vw, 80px);
  min-height: clamp(380px, 42vw, 650px);
  padding: clamp(34px, 5vw, 76px);
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px) 0 0 / 62px 62px,
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px) 0 0 / 62px 62px,
    var(--ink);
  color: white;
}

.pvc-prompt-lab__head::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -34%;
  right: 9%;
  width: clamp(300px, 39vw, 650px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5vw rgba(255,255,255,.025), 0 0 0 10vw rgba(255,255,255,.015);
}

.pvc-prompt-lab__head::after {
  content: "COMPARE / 04";
  position: absolute;
  right: 4%;
  bottom: 2%;
  opacity: .07;
  font-family: var(--font-display);
  font-size: clamp(80px, 12vw, 200px);
  font-weight: 740;
  line-height: .75;
  letter-spacing: -.085em;
  white-space: nowrap;
}

.pvc-prompt-lab__index {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 18px;
  border-right: 1px solid rgba(255,255,255,.27);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  letter-spacing: .07em;
}

.pvc-prompt-lab__index > span {
  color: var(--red-soft);
}

.pvc-prompt-lab__head h2 {
  max-width: 930px;
  margin: 20px 0 0;
  color: white !important;
  font-family: var(--font-display);
  font-size: clamp(55px, 7.2vw, 122px);
  font-weight: 700;
  line-height: .86;
  letter-spacing: -.074em;
}

.pvc-prompt-lab__head > p {
  position: relative;
  z-index: 2;
  max-width: 380px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(17,18,16,.76);
  color: rgba(255,255,255,.76);
  font-size: 12px;
  line-height: 1.55;
  backdrop-filter: blur(8px);
}

.pvc-prompt-lab__form {
  padding: clamp(20px, 4vw, 58px);
  background: var(--concrete);
}

.pvc-lab-modes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 10px;
  border: 1px solid var(--ink);
  background: var(--paper-bright);
}

.pvc-lab-modes button {
  display: flex;
  min-width: 0;
  min-height: 70px;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  transition: background 220ms ease, color 220ms ease;
}

.pvc-lab-modes button + button {
  border-left: 1px solid var(--ink);
}

.pvc-lab-modes button span {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
}

.pvc-lab-modes button:hover {
  background: #e5e2dd;
  color: var(--ink);
}

.pvc-lab-modes button.is-active,
.pvc-lab-modes button.is-active:hover {
  background: var(--ink);
  color: white;
}

.pvc-lab-modes button.is-active span {
  color: var(--red-soft);
}

.pvc-lab-prompts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.pvc-prompt-lab.is-ab-mode .pvc-lab-prompts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pvc-lab-prompt {
  display: block;
  min-width: 0;
  border: 1px solid var(--ink);
  background: var(--paper-bright);
}

.pvc-lab-prompt > span {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pvc-lab-prompt > span small,
.pvc-lab-prompt > span b {
  color: var(--muted);
  font-weight: 500;
}

.pvc-lab-prompt textarea {
  display: block;
  width: 100%;
  min-height: clamp(220px, 24vw, 340px);
  padding: clamp(18px, 2.5vw, 34px);
  border: 0;
  outline: 0;
  resize: vertical;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 470;
  line-height: 1.28;
  letter-spacing: -.045em;
}

.pvc-lab-prompt textarea::placeholder {
  color: #7b7a75;
  opacity: 1;
}

.pvc-lab-prompt:focus-within {
  box-shadow: inset 0 0 0 3px var(--red);
}

.pvc-lab-providers {
  margin: clamp(28px, 4vw, 58px) 0 0;
  padding: 0;
  border: 0;
}

.pvc-lab-providers legend {
  width: 100%;
  margin: 0 0 17px;
  padding: 0;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 650;
  letter-spacing: -.05em;
}

.pvc-lab-providers legend span {
  margin-right: 12px;
  color: var(--red);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  letter-spacing: .06em;
}

.pvc-lab-provider-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.pvc-lab-provider {
  position: relative;
  isolation: isolate;
  display: grid;
  min-width: 0;
  min-height: 175px;
  padding: 17px;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--paper-bright);
  color: var(--ink);
  cursor: pointer;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.pvc-lab-provider::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -43px;
  bottom: -55px;
  width: 135px;
  height: 135px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .18;
  transition: transform 330ms cubic-bezier(.2,.75,.2,1);
}

.pvc-lab-provider:hover {
  transform: translateY(-5px);
  background: #e7e4df;
  color: var(--ink);
  box-shadow: 7px 7px 0 rgba(17,18,16,.12);
}

.pvc-lab-provider:hover::before {
  transform: scale(1.14) translate(-7px, -7px);
}

.pvc-lab-provider input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.pvc-lab-provider.is-selected,
.pvc-lab-provider:has(input:checked),
.pvc-lab-provider.is-selected:hover,
.pvc-lab-provider:has(input:checked):hover {
  background: var(--ink);
  color: white;
}

.pvc-lab-provider:has(input:checked)::before {
  background: var(--red);
  opacity: 1;
}

.pvc-lab-provider.is-unavailable {
  cursor: not-allowed;
  opacity: .44;
}

.pvc-lab-provider__mark {
  position: absolute;
  top: 15px;
  right: 15px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.pvc-lab-provider:has(input:checked) .pvc-lab-provider__mark::after {
  content: "✓";
  font-size: 12px;
  font-weight: 800;
}

.pvc-lab-provider__copy {
  display: grid;
  align-self: end;
  gap: 2px;
}

.pvc-lab-provider__copy small,
.pvc-lab-provider__state {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8px;
  font-style: normal;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.pvc-lab-provider__copy strong {
  font-family: var(--font-display);
  font-size: clamp(27px, 2.6vw, 43px);
  line-height: .95;
  letter-spacing: -.06em;
}

.pvc-lab-provider__copy em {
  overflow: hidden;
  opacity: .65;
  font-size: 9px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvc-lab-provider__state {
  position: absolute;
  top: 19px;
  left: 17px;
}

.pvc-lab-submit-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-top: 10px;
  padding: 18px;
  border: 1px solid var(--ink);
  background: var(--paper-bright);
}

.pvc-lab-privacy {
  display: flex;
  max-width: 720px;
  align-items: flex-start;
  gap: 11px;
}

.pvc-lab-privacy > span {
  color: var(--red);
}

.pvc-lab-privacy p {
  margin: 0;
  color: #5c5d58;
  font-size: 10px;
  line-height: 1.5;
}

.pvc-lab-privacy strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
}

.pvc-lab-run {
  min-width: 225px;
}

.pvc-lab-run b {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: var(--ink);
  font-size: 10px;
}

.pvc-lab-run:disabled {
  cursor: wait;
  opacity: .66;
}

.pvc-lab-results {
  padding: clamp(32px, 5vw, 72px);
  border-top: 1px solid var(--ink);
  background: var(--paper);
  scroll-margin-top: 90px;
}

.pvc-lab-results > header {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 52px);
}

.pvc-lab-results h3 {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-size: clamp(42px, 5.6vw, 86px);
  line-height: .9;
  letter-spacing: -.065em;
}

.pvc-lab-results__grid {
  display: grid;
  grid-template-columns: repeat(var(--pvc-lab-columns, 2), minmax(0, 1fr));
  gap: 10px;
}

.pvc-prompt-lab.is-ab-mode .pvc-lab-results__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pvc-lab-result {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--paper-bright);
}

.pvc-lab-result__head {
  display: flex;
  min-height: 72px;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--ink);
  background: var(--ink);
  color: white;
}

.pvc-lab-result__head > div {
  display: grid;
  min-width: 0;
}

.pvc-lab-result__head strong {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.045em;
}

.pvc-lab-result__head span,
.pvc-lab-result__head small {
  overflow: hidden;
  color: rgba(255,255,255,.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pvc-lab-result__head small {
  color: var(--red-soft);
}

.pvc-lab-result__outputs.is-ab {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pvc-lab-output {
  min-width: 0;
  padding: clamp(17px, 2vw, 28px);
}

.pvc-lab-output + .pvc-lab-output {
  border-left: 1px solid var(--ink);
}

.pvc-lab-output__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8px;
  letter-spacing: .04em;
}

.pvc-lab-output__top strong {
  color: var(--red);
}

.pvc-lab-output__text {
  min-height: 220px;
  margin: 22px 0 30px;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  font-size: 12px;
  line-height: 1.65;
}

.pvc-lab-copy {
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
}

.pvc-lab-copy:hover {
  color: var(--red);
}

.pvc-lab-citations {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin: -10px 0 20px;
}

.pvc-lab-citations small {
  margin-right: 6px;
  font-size: 8px;
}

.pvc-lab-citations a {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 9px;
}

.pvc-lab-citations a:hover {
  background: var(--red);
  color: white;
}

.pvc-lab-vote {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 14px;
  border-top: 1px solid var(--ink);
  background: #e6e3de;
}

.pvc-lab-vote small {
  width: 100%;
  margin-bottom: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8px;
  text-transform: uppercase;
}

.pvc-lab-vote button {
  padding: 7px 9px;
  border: 1px solid var(--ink);
  background: var(--paper-bright);
  color: var(--ink);
  cursor: pointer;
  font-size: 9px;
}

.pvc-lab-vote button:hover {
  background: var(--ink);
  color: white;
}

.pvc-lab-vote button[aria-pressed="true"] {
  background: var(--red);
  color: white;
}

.pvc-lab-loading {
  display: grid;
  min-height: 310px;
  place-items: center;
  align-content: center;
  gap: 20px;
  color: var(--muted);
  font-size: 10px;
}

.pvc-lab-loading i {
  width: 48px;
  height: 48px;
  border: 4px solid #d7d4cf;
  border-top-color: var(--red);
  border-radius: 50%;
  animation: pvc-lab-spin .78s linear infinite;
}

.pvc-lab-result.is-error {
  background: #f4d5cd;
}

.pvc-lab-result.is-error .pvc-lab-result__head {
  background: var(--red-dark);
}

.pvc-lab-result__error {
  min-height: 270px;
  padding: 30px;
}

.pvc-lab-result__error strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.05em;
}

.pvc-lab-setup {
  position: relative;
  overflow: hidden;
  max-width: var(--shell);
  min-height: 560px;
  margin-inline: auto;
  padding: clamp(45px, 7vw, 100px);
  border: 1px solid var(--ink);
  background:
    linear-gradient(90deg, rgba(17,18,16,.045) 1px, transparent 1px) 0 0 / 62px 62px,
    linear-gradient(rgba(17,18,16,.045) 1px, transparent 1px) 0 0 / 62px 62px,
    var(--concrete);
}

.pvc-lab-setup::after {
  content: "";
  position: absolute;
  top: -25%;
  right: -8%;
  width: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--red);
  opacity: .9;
}

.pvc-lab-setup > * {
  position: relative;
  z-index: 2;
}

.pvc-lab-setup h2 {
  max-width: 900px;
  margin: 35px 0 24px;
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 104px);
  line-height: .88;
  letter-spacing: -.07em;
}

.pvc-lab-setup > p:not(.pvc-eyebrow) {
  max-width: 620px;
}

.pvc-lab-setup__providers {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 30px 0;
}

.pvc-lab-setup__providers > span {
  display: grid;
  min-width: 125px;
  padding: 12px;
  border: 1px solid var(--ink);
  background: var(--paper-bright);
  font-weight: 700;
}

.pvc-lab-setup__providers > span small {
  color: var(--muted);
  font-size: 8px;
  text-transform: uppercase;
}

.pvc-lab-setup__providers > span.is-ready {
  background: var(--ink);
  color: white;
}

.pvc-prompt-lab-gate::after {
  display: none;
}

@keyframes pvc-lab-spin {
  to { transform: rotate(360deg); }
}

.pvc-disclaimer {
  padding: 17px;
  border-left: 7px solid var(--red);
  background: var(--concrete);
}

.pvc-compare-tray {
  display: none !important;
}

.pvc-toast {
  position: fixed;
  z-index: 120;
  right: 22px;
  bottom: 105px;
  max-width: min(390px, calc(100vw - 44px));
  padding: 15px 18px;
  border: 1px solid var(--ink);
  background: var(--paper-bright);
  box-shadow: 8px 8px 0 rgba(17,18,16,.15);
  color: var(--ink);
  font-size: 12px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.pvc-toast:not(.is-visible) {
  opacity: 0;
  transform: translateY(12px);
}

.pvc-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease, transform 560ms cubic-bezier(.2,.8,.2,1);
}

.pvc-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* WooCommerce */
.pv-commerce .woocommerce-breadcrumb {
  margin: 0 0 30px;
  color: #64655f;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  text-transform: uppercase;
}

.pv-commerce div.product {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  gap: clamp(45px, 7vw, 115px);
}

.pv-commerce div.product div.images,
.pv-commerce div.product div.summary {
  float: none;
  width: auto;
  margin: 0;
}

.pv-commerce div.product div.images img {
  border: 1px solid rgba(17,18,16,.38);
  background: var(--concrete);
}

.pv-commerce div.product .product_title {
  margin: 15px 0 20px;
  font-family: var(--font-display);
  font-size: clamp(50px, 6.2vw, 96px);
  font-weight: 730;
  line-height: .87;
  letter-spacing: -.073em;
}

.pv-commerce div.product p.price,
.pv-commerce div.product span.price {
  color: var(--red);
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 45px);
  font-weight: 700;
  letter-spacing: -.05em;
}

.pv-commerce div.product .woocommerce-product-details__short-description {
  max-width: 650px;
  color: #50514c;
  font-size: 15px;
  line-height: 1.65;
}

.pv-commerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 10px;
}

.pv-commerce .single_add_to_cart_button {
  min-height: 58px !important;
  border-color: var(--red) !important;
  background: var(--red) !important;
}

.pv-commerce .pvc-single-compare {
  margin: 8px 8px 0 0;
}

.pv-commerce div.product .woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 70px;
}

.pv-commerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  overflow-x: auto;
  gap: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--ink);
}

.pv-commerce div.product .woocommerce-tabs ul.tabs::before,
.pv-commerce div.product .woocommerce-tabs ul.tabs li::before,
.pv-commerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.pv-commerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pv-commerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 15px 20px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  text-transform: uppercase;
}

.pv-commerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: var(--ink);
  color: white;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  padding: 0 0 22px;
  border: 1px solid var(--line);
  background: var(--paper-bright);
}

.woocommerce ul.products li.product > *:not(a:first-child) {
  margin-right: 18px;
  margin-left: 18px;
}

.woocommerce ul.products li.product img {
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: .98;
  letter-spacing: -.055em;
}

.woocommerce ul.products li.product .price {
  color: var(--red);
  font-weight: 700;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 35px;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 13px 10px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  border-color: var(--red);
  background: var(--red);
  color: white;
}

.woocommerce table.shop_table {
  border: 1px solid var(--line);
  border-collapse: collapse;
  border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 15px;
  border: 1px solid var(--line);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-checkout #payment {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper-bright);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}

.woocommerce form .form-row label {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 650;
}

/* Release 2.5: precise geometry, clearer actions, KI-Glossar and KI-Navigator. */
:root {
  --pv-radius-card: 2px;
  --pv-radius-control: 6px;
  --pv-radius-dock: 11px;
  --pv-radius-pill: 999px;
}

.pv-action-dock {
  max-width: calc(100vw - 18px);
  border-radius: var(--pv-radius-dock);
}

.pv-action-dock > a,
.pv-action-dock > button {
  min-width: 0;
  border-radius: var(--pv-radius-control);
}

.pv-action-dock .pv-dock-label,
.pv-action-dock .pv-dock-favorites .pv-dock-label {
  display: inline;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
}

.pvc-card,
.pvc-page-head,
.pvc-explorer__hero,
.pvc-library-item,
.pvc-tool-card,
.pvc-tool-method article,
.pvc-glossary__entry {
  border-radius: var(--pv-radius-card);
}

.pvc-search__main,
.pvc-filters select,
.pvc-field input,
.pvc-field select,
.pvc-field textarea,
.pvc-button,
.pvc-tool-navigator__controls label,
.pvc-tool-navigator__controls select,
.pvc-tool-navigator__controls input {
  border-radius: var(--pv-radius-control);
}

.pvc-status,
.pvc-pill,
.pvc-version,
.pvc-glossary__categories button,
.pvc-glossary__popular button,
.pvc-tool-navigator__use-cases button,
.pvc-tool-card__tags span {
  border-radius: var(--pv-radius-pill);
}

.pvc-card__match {
  right: auto;
  left: 14px;
  display: grid;
  min-width: 82px;
  min-height: 62px;
  align-content: center;
  justify-items: start;
  gap: 3px;
  padding: 8px 11px;
  border: 1px solid var(--ink);
  border-radius: var(--pv-radius-control);
  background: var(--paper-bright);
  box-shadow: 5px 5px 0 rgba(17,18,16,.18);
  color: var(--ink) !important;
  text-align: left;
}

.pvc-card__match small {
  color: #686963;
  font-size: 7px;
  line-height: 1;
  letter-spacing: .08em;
}

.pvc-card__match strong {
  color: var(--ink);
  font-size: 26px;
  line-height: .85;
  letter-spacing: -.06em;
}

.pvc-card__actions {
  min-width: 0;
}

.pvc-card__actions .pvc-favorite-toggle {
  right: 14px;
  display: inline-flex;
  width: auto;
  min-width: 91px;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 11px;
  border-radius: var(--pv-radius-pill);
  background: var(--paper-bright);
  color: var(--ink);
}

.pvc-card__actions .pvc-favorite-toggle span {
  color: var(--red);
  font-size: 19px;
}

.pvc-card__actions .pvc-favorite-toggle small {
  color: inherit;
  font-size: 8px;
  font-weight: 750;
}

.pvc-card__actions .pvc-favorite-toggle:hover,
.pvc-card__actions .pvc-favorite-toggle[aria-pressed="true"] {
  transform: translateY(-2px);
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.pvc-card__actions .pvc-favorite-toggle:hover span,
.pvc-card__actions .pvc-favorite-toggle[aria-pressed="true"] span {
  color: white;
}

.pvc-compare-toggle {
  min-width: 0;
  gap: 6px;
  white-space: normal;
}

.pvc-compare-toggle span {
  display: grid;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  place-items: center;
  border: 1px solid currentColor;
  font-size: 10px;
}

.pvc-compare-toggle b {
  overflow: hidden;
  min-width: 0;
  font-size: inherit;
  line-height: 1.1;
  text-overflow: ellipsis;
}

.pvc-compare-toggle[aria-pressed="true"] {
  background: var(--ink);
  color: white;
}

/* KI-Glossar */
.pvc-glossary {
  width: 100%;
  overflow: clip;
  background: var(--paper);
  color: var(--ink);
}

.pvc-glossary__hero,
.pvc-glossary__workspace,
.pvc-tool-navigator__hero,
.pvc-tool-navigator__board,
.pvc-tool-method {
  width: min(var(--shell), calc(100% - 32px));
  margin-inline: auto;
}

.pvc-glossary__hero {
  padding: clamp(62px, 7vw, 112px) 0 clamp(46px, 5vw, 78px);
  border: 0;
  background: transparent;
}

.pvc-glossary__kicker {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pvc-glossary__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
  gap: clamp(38px, 6vw, 96px);
  align-items: stretch;
  margin-top: clamp(46px, 6vw, 86px);
}

.pvc-glossary__hero h1 {
  margin: 0;
  max-width: 960px;
  font-family: var(--font-display);
  font-size: clamp(62px, 8.1vw, 132px);
  font-weight: 760;
  line-height: .82;
  letter-spacing: -.075em;
}

.pvc-glossary__hero h1 span {
  color: var(--red);
}

.pvc-glossary__hero-copy > p {
  max-width: 700px;
  margin: clamp(28px, 3.4vw, 48px) 0 0;
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.55;
}

.pvc-glossary__hero-side {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--ink);
  background: var(--paper-bright);
}

.pvc-glossary__count {
  display: flex;
  min-height: 180px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(22px, 2.5vw, 36px);
  border-bottom: 1px solid var(--ink);
  background: var(--red);
  color: white;
}

.pvc-glossary__count strong {
  font-family: var(--font-display);
  font-size: clamp(76px, 7vw, 118px);
  font-weight: 520;
  line-height: .72;
  letter-spacing: -.09em;
}

.pvc-glossary__count span {
  max-width: 115px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.pvc-glossary__hero-side ol {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pvc-glossary__hero-side li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 15px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.pvc-glossary__hero-side li:last-child { border-bottom: 0; }

.pvc-glossary__hero-side li > span,
.pvc-glossary__hero-side li p { font-size: 9px; }

.pvc-glossary__hero-side li > span {
  padding-top: 3px;
  color: var(--red);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 800;
}

.pvc-glossary__hero-side li strong { font-size: 15px; }

.pvc-glossary__hero-side li p {
  margin: 0;
  color: #696a65;
  line-height: 1.5;
}

.pvc-glossary__hero-search {
  display: block;
  max-width: 780px;
  margin-top: clamp(32px, 4vw, 54px);
}

.pvc-glossary__hero-search > span,
.pvc-glossary__popular > span,
.pvc-glossary__tools-intro > span {
  display: block;
  margin-bottom: 9px;
  color: #696a65;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.pvc-glossary__hero-search > div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto auto;
  min-height: 66px;
  align-items: center;
  padding: 6px 7px 6px 14px;
  border: 1px solid var(--ink);
  border-radius: var(--pv-radius-control);
  background: var(--paper-bright);
  box-shadow: 7px 7px 0 rgba(17,18,16,.1);
}

.pvc-glossary__hero-search i {
  font-size: 22px;
  font-style: normal;
}

.pvc-glossary__hero-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 17px;
}

.pvc-glossary__hero-search .pvc-glossary__search-clear {
  display: grid;
  width: 31px;
  height: 31px;
  margin-right: 5px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--paper-bright);
  color: var(--ink);
  cursor: pointer;
}

.pvc-glossary__hero-search .pvc-glossary__search-submit {
  display: inline-flex;
  width: auto;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: var(--pv-radius-control);
  background: var(--ink);
  color: white;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.pvc-glossary__hero-search .pvc-glossary__search-submit:hover { background: var(--red); }

.pvc-glossary__hero-popular {
  max-width: 780px;
  margin-top: 22px;
}

.pvc-glossary__quick-start {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: clamp(34px, 4vw, 58px);
}

.pvc-glossary__quick-start button {
  display: grid;
  min-height: 116px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid var(--ink);
  border-radius: var(--pv-radius-card);
  background: var(--paper-bright);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pvc-glossary__quick-start button:nth-child(2) { background: var(--ink); color: white; }
.pvc-glossary__quick-start button:nth-child(3) { background: var(--red); color: white; }
.pvc-glossary__quick-start button:hover { transform: translateY(-3px); box-shadow: 6px 6px 0 rgba(17,18,16,.13); }

.pvc-glossary__quick-start small {
  grid-column: 1 / -1;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  letter-spacing: .06em;
}

.pvc-glossary__quick-start strong {
  max-width: 290px;
  font-size: clamp(17px, 1.7vw, 24px);
  line-height: 1;
  letter-spacing: -.04em;
}

.pvc-glossary__quick-start button > span { align-self: end; font-size: 21px; }

.pvc-glossary__workspace {
  padding: clamp(74px, 8vw, 130px) 0 clamp(120px, 13vw, 210px);
}

.pvc-glossary__tools {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(270px, .55fr) minmax(0, 1.45fr);
  gap: clamp(28px, 5vw, 78px);
  padding: clamp(24px, 3.2vw, 48px);
  border: 1px solid var(--ink);
  border-radius: var(--pv-radius-card);
  background: var(--paper-bright);
  box-shadow: 12px 12px 0 rgba(17,18,16,.1);
}

.pvc-tool-navigator__search button {
  display: grid;
  width: 31px;
  height: 31px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--paper-bright);
  color: var(--ink);
  cursor: pointer;
}

.pvc-glossary__popular > div,
.pvc-glossary__categories,
.pvc-tool-navigator__use-cases {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pvc-glossary__popular button,
.pvc-glossary__categories button,
.pvc-tool-navigator__use-cases button {
  min-height: 31px;
  padding: 0 11px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 9px;
}

.pvc-glossary__popular button:hover,
.pvc-glossary__categories button:hover,
.pvc-glossary__categories button.is-active,
.pvc-tool-navigator__use-cases button:hover,
.pvc-tool-navigator__use-cases button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.pvc-glossary__tools-intro h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(33px, 3.6vw, 58px);
  line-height: .9;
  letter-spacing: -.065em;
}

.pvc-glossary__tools-intro p {
  max-width: 330px;
  margin: 24px 0 0;
  color: #696a65;
  font-size: 11px;
  line-height: 1.6;
}

.pvc-glossary__tools-controls {
  display: grid;
  align-content: start;
  gap: 22px;
}

.pvc-glossary__categories {
  align-content: flex-start;
}

.pvc-glossary__alphabet {
  display: grid;
  grid-template-columns: repeat(26, minmax(31px, 1fr));
  overflow-x: auto;
  border: 1px solid var(--ink);
  border-radius: var(--pv-radius-control);
  background: var(--ink);
}

.pvc-glossary__alphabet a {
  display: grid;
  min-height: 39px;
  place-items: center;
  border-right: 1px solid rgba(255,255,255,.18);
  color: white;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
}

.pvc-glossary__alphabet a:hover { background: var(--red); }
.pvc-glossary__alphabet a[aria-disabled="true"] { color: #666762; pointer-events: none; }

.pvc-glossary__results-head,
.pvc-tool-navigator__results-head {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: end;
  margin: clamp(72px, 9vw, 130px) 0 24px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--ink);
}

.pvc-glossary__results-head > div,
.pvc-tool-navigator__results-head > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.pvc-glossary__results-head span,
.pvc-glossary__results-head p,
.pvc-tool-navigator__results-head span {
  margin: 0;
  color: #686963;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  text-transform: uppercase;
}

.pvc-glossary__results-head strong,
.pvc-tool-navigator__results-head strong {
  font-family: var(--font-display);
  font-size: 38px;
  line-height: .8;
}

.pvc-glossary__groups { display: grid; gap: clamp(65px, 8vw, 120px); }
.pvc-glossary__letter { scroll-margin-top: 25px; }

.pvc-glossary__letter > header {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 25px;
  align-items: end;
  margin-bottom: 18px;
}

.pvc-glossary__letter > header > span {
  color: var(--red);
  font-family: var(--font-display);
  font-size: clamp(90px, 10vw, 160px);
  font-weight: 520;
  line-height: .65;
  letter-spacing: -.09em;
}

.pvc-glossary__letter h2 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: clamp(31px, 4vw, 58px);
  line-height: .9;
  letter-spacing: -.06em;
}

.pvc-glossary__letter header small {
  color: #686963;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  text-transform: uppercase;
}

.pvc-glossary__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pvc-glossary__entry {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 430px;
  flex-direction: column;
  padding: clamp(22px, 2.5vw, 38px);
  scroll-margin-top: 24px;
  border: 1px solid var(--line);
  background: var(--paper-bright);
  transition: transform 230ms ease, box-shadow 230ms ease, border-color 230ms ease;
}

.pvc-glossary__entry:hover,
.pvc-glossary__entry:target {
  transform: translateY(-4px);
  border-color: var(--ink);
  box-shadow: 9px 9px 0 rgba(17,18,16,.1);
}

.pvc-glossary__entry:target { box-shadow: inset 0 0 0 3px var(--red), 9px 9px 0 rgba(17,18,16,.1); }

.pvc-glossary__meta,
.pvc-tool-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #686963;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  text-transform: uppercase;
}

.pvc-glossary__entry h3 {
  margin: 35px 0 20px;
  font-family: var(--font-display);
  font-size: clamp(31px, 3.5vw, 52px);
  line-height: .92;
  letter-spacing: -.065em;
}

.pvc-glossary__definition { margin: 0; font-size: 14px; line-height: 1.58; }

.pvc-glossary__example {
  margin: 25px 0;
  padding: 16px;
  border-left: 5px solid var(--red);
  border-radius: 0 var(--pv-radius-control) var(--pv-radius-control) 0;
  background: var(--concrete);
}

.pvc-glossary__example small,
.pvc-glossary__related small {
  display: block;
  margin-bottom: 7px;
  color: #686963;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 7px;
  text-transform: uppercase;
}

.pvc-glossary__example p { margin: 0; font-size: 12px; line-height: 1.5; }

.pvc-glossary__related {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: auto;
  padding: 18px 20px 0 0;
  border-top: 1px solid var(--line);
}

.pvc-glossary__related small { width: 100%; }
.pvc-glossary__related a { padding: 5px 8px; border: 1px solid var(--line); border-radius: var(--pv-radius-pill); font-size: 8px; }
.pvc-glossary__related a:hover { background: var(--ink); color: white; }
.pvc-glossary__permalink { position: absolute; right: 10px; bottom: 10px; color: var(--red); font: 10px ui-monospace, monospace; }

.pvc-glossary__empty,
.pvc-tool-navigator__empty {
  padding: clamp(55px, 8vw, 120px);
  border: 1px solid var(--ink);
  border-radius: var(--pv-radius-card);
  background: var(--concrete);
  text-align: center;
}

.pvc-glossary__empty h2,
.pvc-tool-navigator__empty h2 {
  margin: 12px 0;
  font-family: var(--font-display);
  font-size: clamp(42px, 6vw, 82px);
  line-height: .9;
  letter-spacing: -.07em;
}

/* KI-Navigator */
.pvc-tool-navigator { width: 100%; overflow: clip; background: var(--paper); color: var(--ink); }

.pvc-tool-navigator__hero {
  position: relative;
  min-height: 710px;
  padding: clamp(90px, 10vw, 155px) min(5vw, 70px);
  border: 1px solid var(--ink);
  background:
    linear-gradient(90deg, rgba(17,18,16,.045) 1px, transparent 1px) 0 0 / 62px 62px,
    linear-gradient(rgba(17,18,16,.045) 1px, transparent 1px) 0 0 / 62px 62px,
    var(--concrete);
}

.pvc-tool-navigator__hero::after {
  content: "PV";
  position: absolute;
  right: 3%;
  bottom: 6%;
  display: grid;
  width: min(32vw, 420px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--red);
  box-shadow: 22px 22px 0 rgba(17,18,16,.13);
  color: white;
  font-family: var(--font-display);
  font-size: min(12vw, 170px);
  font-weight: 800;
  letter-spacing: -.1em;
}

.pvc-tool-navigator__hero > div,
.pvc-tool-navigator__hero > h1,
.pvc-tool-navigator__hero > p,
.pvc-tool-navigator__hero > a { position: relative; z-index: 2; max-width: 70%; }

.pvc-tool-navigator__hero > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ink);
  font: 8px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pvc-tool-navigator__hero h1 {
  margin: clamp(60px, 7vw, 110px) 0 30px;
  font-family: var(--font-display);
  font-size: clamp(60px, 7.6vw, 125px);
  font-weight: 760;
  line-height: .79;
  letter-spacing: -.08em;
  text-transform: uppercase;
}

.pvc-tool-navigator__hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 2px var(--ink); }
.pvc-tool-navigator__hero > p { max-width: 610px; margin: 0 0 32px; font-size: 15px; line-height: 1.55; }

.pvc-tool-navigator__board { padding: clamp(95px, 10vw, 160px) 0 clamp(125px, 13vw, 210px); }

.pvc-tool-navigator__board-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
  gap: clamp(50px, 8vw, 140px);
  align-items: end;
  margin-bottom: 50px;
}

.pvc-tool-navigator__board-head > div > span,
.pvc-tool-method > div:first-child > span {
  color: var(--red);
  font: 9px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pvc-tool-navigator__board-head h2,
.pvc-tool-method h2 {
  margin: 20px 0 0;
  font-family: var(--font-display);
  font-size: clamp(52px, 7vw, 110px);
  line-height: .82;
  letter-spacing: -.075em;
}

.pvc-tool-navigator__board-head > p { margin: 0; font-size: 13px; line-height: 1.65; }

.pvc-tool-navigator__use-cases {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-width: thin;
}

.pvc-tool-navigator__use-cases button { flex: 0 0 auto; min-height: 36px; padding-inline: 14px; }

.pvc-tool-navigator__controls {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(300px, 1.4fr) repeat(3, minmax(155px, .5fr));
  gap: 7px;
  margin: 18px 0 28px;
  padding: 8px;
  border: 1px solid var(--ink);
  border-radius: var(--pv-radius-card);
  background: var(--ink);
}

.pvc-tool-navigator__controls label {
  min-width: 0;
  padding: 10px 12px;
  background: var(--paper-bright);
}

.pvc-tool-navigator__controls label > span {
  display: block;
  margin-bottom: 6px;
  color: #686963;
  font: 7px ui-monospace, SFMono-Regular, Menlo, monospace;
  text-transform: uppercase;
}

.pvc-tool-navigator__controls select,
.pvc-tool-navigator__controls input {
  width: 100%;
  min-height: 37px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
}

.pvc-tool-navigator__search > div {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) auto;
  align-items: center;
}

.pvc-tool-navigator__search i { font-size: 20px; font-style: normal; }

.pvc-tool-stack {
  display: grid;
  grid-template-columns: minmax(220px, .36fr) minmax(0, 1.64fr);
  gap: 24px;
  min-height: 250px;
  margin-bottom: 50px;
  padding: 18px;
  border: 1px solid var(--ink);
  border-radius: var(--pv-radius-card);
  background: var(--concrete);
}

.pvc-tool-stack > div:first-child {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: var(--pv-radius-card);
  background: var(--ink);
  color: white;
}

.pvc-tool-stack > div:first-child > span { width: fit-content; padding: 4px 7px; border-radius: var(--pv-radius-pill); background: var(--red); font: 8px ui-monospace, monospace; text-transform: uppercase; }
.pvc-tool-stack h3 { margin: auto 0 8px; font-family: var(--font-display); font-size: clamp(35px, 4vw, 58px); line-height: .86; letter-spacing: -.065em; }
.pvc-tool-stack > div:first-child p { margin: 0; color: #aeb0aa; font-size: 10px; }

.pvc-tool-stack__cards { position: relative; min-height: 215px; }
.pvc-tool-stack__cards > a {
  position: absolute;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  min-height: 150px;
  align-items: center;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--ink);
  border-radius: var(--pv-radius-card);
  background: var(--paper-bright);
  box-shadow: 8px 8px 0 rgba(17,18,16,.12);
  transition: transform 200ms ease;
}
.pvc-tool-stack__cards > a:nth-child(1) { inset: 0 0 auto 0; }
.pvc-tool-stack__cards > a:nth-child(2) { inset: 24px 26px auto 26px; }
.pvc-tool-stack__cards > a:nth-child(3) { inset: 48px 52px auto 52px; }
.pvc-tool-stack__cards > a:hover { z-index: 5; transform: translateY(-5px); }
.pvc-tool-stack__cards > a small { font: 9px ui-monospace, monospace; }
.pvc-tool-stack__cards > a strong { overflow: hidden; font-family: var(--font-display); font-size: clamp(27px, 3vw, 47px); line-height: .9; letter-spacing: -.055em; text-overflow: ellipsis; white-space: nowrap; }
.pvc-tool-stack__cards > a span { color: var(--red); font-family: var(--font-display); font-size: 34px; font-weight: 700; letter-spacing: -.06em; }
.pvc-tool-stack__cards > a i { font-size: 8px; font-style: normal; }
.pvc-tool-stack__empty { display: grid; min-height: 210px; place-items: center; border: 1px dashed #686963; color: #686963; }

.pvc-tool-navigator__results-head { margin: 0 0 18px; }
.pvc-tool-navigator__results-head button { padding: 0; border: 0; border-bottom: 1px solid; background: transparent; color: var(--ink); cursor: pointer; font-size: 9px; }

.pvc-tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 1.5vw, 24px); }

.pvc-tool-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--paper-bright);
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.pvc-tool-card:hover { transform: translateY(-6px); box-shadow: 11px 11px 0 rgba(17,18,16,.12); }

.pvc-tool-card__visual {
  position: relative;
  display: grid;
  min-height: 205px;
  overflow: hidden;
  place-items: center;
  border-bottom: 1px solid var(--ink);
  background: var(--concrete);
}

.pvc-tool-card:nth-child(5n + 2) .pvc-tool-card__visual { background: var(--red); color: white; }
.pvc-tool-card:nth-child(5n + 3) .pvc-tool-card__visual { background: var(--ink); color: white; }
.pvc-tool-card:nth-child(5n + 4) .pvc-tool-card__visual { background: var(--sage); }
.pvc-tool-card__visual::before { content: ""; position: absolute; width: 190px; height: 190px; border: 1px solid currentColor; border-radius: 50%; opacity: .22; }
.pvc-tool-card__visual > span { position: absolute; top: 14px; left: 14px; font: 8px ui-monospace, monospace; }
.pvc-tool-card__visual > strong { position: relative; font-family: var(--font-display); font-size: clamp(75px, 8vw, 125px); line-height: .75; letter-spacing: -.1em; }

.pvc-tool-card__score {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: grid;
  grid-template-columns: auto auto;
  min-width: 76px;
  padding: 7px 10px;
  border: 1px solid var(--ink);
  border-radius: var(--pv-radius-control);
  background: var(--paper-bright);
  color: var(--ink);
}

.pvc-tool-card__score small { grid-column: 1 / -1; color: #686963; font: 6px ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }
.pvc-tool-card__score b { font-family: var(--font-display); font-size: 24px; line-height: .9; letter-spacing: -.05em; }
.pvc-tool-card__score span { align-self: end; font-size: 7px; }

.pvc-tool-heart {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  min-height: 39px;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid var(--ink);
  border-radius: var(--pv-radius-pill);
  background: var(--paper-bright);
  color: var(--ink);
  cursor: pointer;
}

.pvc-tool-heart span { color: var(--red); font-size: 18px; }
.pvc-tool-heart small { font-size: 8px; font-weight: 700; }
.pvc-tool-heart:hover,
.pvc-tool-heart.is-saved { background: var(--ink); color: white; transform: translateY(-2px); }
.pvc-tool-heart:hover span,
.pvc-tool-heart.is-saved span { color: white; }

.pvc-tool-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.pvc-tool-card__vendor { margin: 24px 0 5px; color: var(--red); font: 8px ui-monospace, monospace; text-transform: uppercase; }
.pvc-tool-card h3 { margin: 0; font-family: var(--font-display); font-size: clamp(31px, 3vw, 49px); line-height: .88; letter-spacing: -.065em; }
.pvc-tool-card__summary { min-height: 78px; margin: 17px 0 20px; color: #565752; font-size: 12px; line-height: 1.55; }
.pvc-tool-card__verdict { display: grid; gap: 6px; }
.pvc-tool-card__verdict > div { padding: 12px; border-left: 4px solid var(--red); border-radius: 0 var(--pv-radius-control) var(--pv-radius-control) 0; background: var(--concrete); }
.pvc-tool-card__verdict > div + div { border-left-color: var(--ink); background: #e7e5e1; }
.pvc-tool-card__verdict small { display: block; margin-bottom: 5px; color: #686963; font: 7px ui-monospace, monospace; text-transform: uppercase; }
.pvc-tool-card__verdict p { margin: 0; font-size: 10px; line-height: 1.45; }
.pvc-tool-card__tags { display: flex; flex-wrap: wrap; gap: 4px; margin: 17px 0; }
.pvc-tool-card__tags span { padding: 5px 8px; border: 1px solid var(--line); font: 7px ui-monospace, monospace; text-transform: uppercase; }

.pvc-tool-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.pvc-tool-card__actions > .pvc-button { grid-column: 1 / -1; min-height: 44px; }
.pvc-tool-card__compare,
.pvc-tool-card__actions > a:not(.pvc-button) { display: flex; min-width: 0; min-height: 36px; align-items: center; justify-content: center; gap: 6px; padding: 0 8px; border: 1px solid var(--ink); border-radius: var(--pv-radius-control); background: transparent; color: var(--ink); cursor: pointer; font-size: 8px; text-align: center; }
.pvc-tool-card__compare span { display: grid; width: 16px; height: 16px; flex: 0 0 16px; place-items: center; border: 1px solid; }
.pvc-tool-card__compare b { overflow: hidden; font-size: inherit; text-overflow: ellipsis; }
.pvc-tool-card__compare:hover,
.pvc-tool-card__compare.is-active { background: var(--ink); color: white; }

.pvc-tool-method {
  display: grid;
  grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr);
  gap: clamp(55px, 8vw, 140px);
  margin-bottom: clamp(100px, 12vw, 180px);
  padding: clamp(80px, 10vw, 145px) min(5vw, 70px);
  background: var(--ink);
  color: white;
}

.pvc-tool-method > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.pvc-tool-method article { min-height: 250px; padding: 22px; border: 1px solid rgba(255,255,255,.3); }
.pvc-tool-method article:nth-child(2) { background: var(--red); }
.pvc-tool-method article:nth-child(3) { background: white; color: var(--ink); }
.pvc-tool-method article > span { font: 8px ui-monospace, monospace; }
.pvc-tool-method article h3 { margin: 85px 0 12px; font-family: var(--font-display); font-size: clamp(29px, 3vw, 47px); line-height: .9; letter-spacing: -.06em; }
.pvc-tool-method article p { margin: 0; font-size: 11px; line-height: 1.55; }

.pvc-tool-dock {
  position: fixed;
  z-index: 91;
  right: 20px;
  bottom: 94px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 6px 6px 6px 16px;
  border: 1px solid var(--ink);
  border-radius: var(--pv-radius-control);
  background: var(--paper-bright);
  box-shadow: 8px 8px 0 rgba(17,18,16,.16);
  font-size: 10px;
}

.pvc-tool-dock button { min-height: 40px; padding: 0 15px; border: 1px solid var(--red); border-radius: var(--pv-radius-control); background: var(--red); color: white; cursor: pointer; font-weight: 700; }
.pvc-tool-dock button:disabled { opacity: .55; cursor: not-allowed; }

.pvc-tool-compare { position: fixed; z-index: 130; inset: 0; overflow-y: auto; padding: 3vh 16px; }
.pvc-tool-compare__backdrop { position: fixed; inset: 0; border: 0; background: rgba(17,18,16,.76); }
.pvc-tool-compare > section { position: relative; width: min(1100px, 100%); max-height: 94svh; overflow-y: auto; margin: 0 auto; padding: clamp(18px, 3vw, 34px); border: 1px solid var(--ink); border-radius: var(--pv-radius-card); background: var(--paper); }
.pvc-tool-compare > section > header { display: flex; justify-content: space-between; gap: 25px; align-items: start; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--ink); }
.pvc-tool-compare header span { color: var(--red); font: 8px ui-monospace, monospace; text-transform: uppercase; }
.pvc-tool-compare header h2 { margin: 8px 0 0; font-family: var(--font-display); font-size: clamp(42px, 6vw, 80px); line-height: .85; letter-spacing: -.07em; }
.pvc-tool-compare header > button { padding: 8px; border: 0; border-bottom: 1px solid; background: transparent; cursor: pointer; font-size: 9px; }
.pvc-tool-compare [data-pvc-tool-compare-grid] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--ink); background: var(--ink); }
.pvc-tool-compare [data-pvc-tool-compare-grid] article { position: relative; padding: 25px; background: var(--paper-bright); }
.pvc-tool-compare article > button { position: absolute; top: 13px; right: 13px; width: 31px; height: 31px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; }
.pvc-tool-compare article > small { font: 8px ui-monospace, monospace; text-transform: uppercase; }
.pvc-tool-compare article h3 { margin: 26px 38px 28px 0; font-family: var(--font-display); font-size: clamp(31px, 4vw, 58px); line-height: .88; letter-spacing: -.065em; }
.pvc-tool-compare article > strong { color: var(--red); font-family: var(--font-display); font-size: 70px; line-height: .8; letter-spacing: -.08em; }
.pvc-tool-compare article > strong i { font-size: 9px; font-style: normal; letter-spacing: 0; }
.pvc-tool-compare article dl { margin: 30px 0; }
.pvc-tool-compare article dl > div { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 10px; }
.pvc-tool-compare article dt,
.pvc-tool-compare article dd { margin: 0; }
.pvc-tool-compare article dd { max-width: 60%; text-align: right; }
.pvc-tool-compare article > p { min-height: 72px; font-size: 11px; line-height: 1.5; }
body.pvc-modal-open { overflow: hidden; }

/* Single KI-Tool dossier */
.pv-tool-single { padding: clamp(80px, 9vw, 145px) 0 clamp(130px, 13vw, 210px); background: var(--paper); }
.pv-tool-single__crumb { display: flex; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--ink); font: 8px ui-monospace, monospace; text-transform: uppercase; }
.pv-tool-single__hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(240px, .55fr); gap: clamp(45px, 8vw, 130px); align-items: end; padding: clamp(70px, 9vw, 140px) 0; }
.pv-tool-single__hero h1 { margin: 20px 0 28px; font-family: var(--font-display); font-size: clamp(72px, 10vw, 165px); line-height: .75; letter-spacing: -.085em; }
.pv-tool-single__hero-grid > div > p:last-of-type { max-width: 760px; font-size: 16px; line-height: 1.6; }
.pv-tool-single__actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 34px; }
.pv-tool-single__hero-grid aside { display: grid; min-height: 285px; padding: 22px; align-content: space-between; grid-template-columns: 1fr auto; border: 1px solid var(--ink); background: var(--red); color: white; }
.pv-tool-single__hero-grid aside small,
.pv-tool-single__hero-grid aside p { grid-column: 1 / -1; margin: 0; font: 8px ui-monospace, monospace; text-transform: uppercase; }
.pv-tool-single__hero-grid aside strong { font-family: var(--font-display); font-size: 110px; line-height: .7; letter-spacing: -.09em; }
.pv-tool-single__hero-grid aside > span { align-self: end; font-size: 10px; }
.pv-tool-single__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--ink); background: var(--ink); gap: 1px; }
.pv-tool-single__facts > div { display: grid; min-height: 145px; padding: 20px; align-content: space-between; background: var(--paper-bright); }
.pv-tool-single__facts small,
.pv-tool-single__verdict small,
.pv-tool-single__content aside > small { color: #686963; font: 8px ui-monospace, monospace; text-transform: uppercase; }
.pv-tool-single__facts strong { font-family: var(--font-display); font-size: clamp(25px, 3vw, 43px); line-height: .95; letter-spacing: -.05em; }
.pv-tool-single__verdict { display: grid; gap: 8px; padding-block: clamp(75px, 9vw, 135px); }
.pv-tool-single__verdict article { display: grid; grid-template-columns: 95px minmax(0, 1fr); gap: 30px; padding: 30px; border: 1px solid var(--ink); background: var(--paper-bright); }
.pv-tool-single__verdict article > span { display: grid; width: 70px; height: 70px; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: 30px; }
.pv-tool-single__verdict article + article > span { background: var(--ink); }
.pv-tool-single__verdict h2 { margin: 14px 0 0; font-family: var(--font-display); font-size: clamp(32px, 4vw, 63px); line-height: .92; letter-spacing: -.06em; }
.pv-tool-single__content { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); gap: clamp(45px, 8vw, 130px); }
.pv-tool-single__richtext { font-size: 16px; line-height: 1.75; }
.pv-tool-single__content aside { align-self: start; padding: 22px; border: 1px solid var(--ink); background: var(--concrete); }
.pv-tool-single__content aside > div { display: flex; flex-wrap: wrap; gap: 5px; margin: 16px 0 30px; }
.pv-tool-single__content aside span { padding: 6px 9px; border: 1px solid var(--line); border-radius: var(--pv-radius-pill); font-size: 8px; }
.pv-tool-single__content aside a { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid; font-size: 10px; }

/* 3.0.4 — serious, self-explanatory cart coupon and totals layout. */
body.woocommerce-cart .woocommerce-cart-form table.shop_table { border-color: var(--ink); background: var(--paper-bright); }
body.woocommerce-cart .woocommerce-cart-form table.shop_table thead th { padding: 18px 15px; background: var(--concrete); font-size: 10px; text-transform: uppercase; }
body.woocommerce-cart .woocommerce-cart-form table.shop_table td { vertical-align: middle; }
body.woocommerce-cart .woocommerce-cart-form td.actions { padding: 20px !important; background: var(--paper-bright); }
body.woocommerce-cart .woocommerce-cart-form .coupon {
	float: left !important;
	display: grid !important;
	width: min(100%, 520px);
	grid-template-columns: minmax(180px, 1fr) auto;
	gap: 8px;
	padding: 18px;
	border: 1px solid var(--ink);
	border-left: 6px solid var(--red);
	border-radius: var(--pv-radius-control);
	background: var(--concrete);
}
body.woocommerce-cart .woocommerce-cart-form .coupon::before {
	grid-column: 1 / -1;
	color: var(--ink);
	content: "Gutscheincode";
	font: 800 9px/1 ui-monospace, monospace;
	letter-spacing: .09em;
	text-transform: uppercase;
}
body.woocommerce-cart .woocommerce-cart-form .coupon::after {
	grid-column: 1 / -1;
	margin-bottom: 8px;
	color: #5f605b;
	content: "Optional – Code eingeben und direkt auf diesen Warenkorb anwenden.";
	font-size: 10px;
	line-height: 1.45;
}
body.woocommerce-cart .woocommerce-cart-form .coupon > label { display: none !important; }
body.woocommerce-cart .woocommerce-cart-form .coupon input.input-text {
	float: none !important;
	width: 100% !important;
	height: 52px;
	margin: 0 !important;
	padding: 0 15px !important;
	border: 1px solid var(--ink) !important;
	border-radius: 4px !important;
	background: var(--paper-bright) !important;
	color: var(--ink) !important;
	font-size: 13px;
}
body.woocommerce-cart .woocommerce-cart-form .coupon button,
body.woocommerce-cart .woocommerce-cart-form button[name="update_cart"] {
	min-height: 52px !important;
	padding: 0 20px !important;
	border: 1px solid var(--ink) !important;
	border-radius: 4px !important;
	background: var(--ink) !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 800 !important;
}
body.woocommerce-cart .woocommerce-cart-form button[name="update_cart"] { float: right; margin-top: 42px; }
body.woocommerce-cart .woocommerce-cart-form button:disabled { background: #858681 !important; color: #fff !important; opacity: 1 !important; }
body.woocommerce-cart .woocommerce-cart-form .coupon button:hover,
body.woocommerce-cart .woocommerce-cart-form .coupon button:focus-visible { background: var(--red) !important; outline: 3px solid var(--ink); outline-offset: 2px; }
body.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	padding: clamp(24px, 3vw, 36px);
	border: 1px solid var(--ink);
	border-top: 6px solid var(--red);
	border-radius: var(--pv-radius-control);
	background: var(--paper-bright);
}
body.woocommerce-cart .cart-collaterals .cart_totals h2 { margin: 0 0 20px; font-family: var(--font-display); font-size: 25px; letter-spacing: -.04em; }
body.woocommerce-cart .cart-collaterals .cart_totals table { margin-bottom: 24px; }
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout { padding: 0; }
body.woocommerce-cart .cart-collaterals .cart_totals .checkout-button { display: flex; min-height: 56px; align-items: center; justify-content: center; margin: 0; border-radius: 4px; background: var(--ink); color: #fff; font-size: 11px; }
body.woocommerce-cart .cart-collaterals .cart_totals .checkout-button:hover { background: var(--red); }
@media (max-width: 720px) {
	body.woocommerce-cart .woocommerce-cart-form .coupon { float: none !important; grid-template-columns: 1fr; width: 100%; }
	body.woocommerce-cart .woocommerce-cart-form .coupon::before,
	body.woocommerce-cart .woocommerce-cart-form .coupon::after { grid-column: auto; }
	body.woocommerce-cart .woocommerce-cart-form button[name="update_cart"] { float: none; width: 100%; margin-top: 12px; }
}

/* 3.0.5 — give protected Stripe/Link card actions enough readable width. */
body.woocommerce-checkout .woocommerce-checkout #payment { overflow: visible !important; }
body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods,
body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods > li,
body.woocommerce-checkout .woocommerce-checkout #payment .payment_box {
	min-width: 0 !important;
	overflow: visible !important;
}
body.woocommerce-checkout .woocommerce-checkout #payment .payment_box {
	padding: 14px !important;
}
body.woocommerce-checkout :is(#wc-stripe-upe-form, .wc-stripe-payment-element, .wc-stripe-upe-element, .StripeElement, .stripe-source-errors) {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	overflow: visible !important;
}
body.woocommerce-checkout .woocommerce-checkout #payment iframe {
	display: block;
	width: 100% !important;
	max-width: none !important;
	min-width: 100% !important;
}
@media (max-width: 600px) {
	body.woocommerce-checkout .woocommerce-checkout #payment { padding: 12px !important; }
	body.woocommerce-checkout .woocommerce-checkout #payment .payment_box { margin-right: 0 !important; margin-left: 0 !important; padding: 8px !important; }
	body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods { padding-right: 0 !important; padding-left: 0 !important; }
}
