.pch-page {
  --pch-cyan: #65e9ff;
  position: relative;
  isolation: isolate;
  width: min(1540px, calc(100% - 32px));
  margin: 0 auto 72px;
  color: rgba(236, 244, 255, 0.94);
}

.pch-page__glow {
  position: absolute;
  inset: -8% auto auto 50%;
  width: min(920px, 92vw);
  height: 420px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(92, 180, 255, 0.2), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.pch-page__glow--secondary {
  inset: 28% auto auto 8%;
  width: 480px;
  height: 360px;
  transform: none;
  background: radial-gradient(ellipse at center, rgba(120, 90, 255, 0.12), transparent 70%);
}

.pch-page__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 900px);
  gap: 24px;
  align-items: start;
  justify-content: center;
}

.pch-page__layout:has(.pch-page__side--left .dp-slot-wrapper):has(.pch-page__side--right .dp-slot-wrapper) {
  grid-template-columns: minmax(0, 300px) minmax(0, 900px) minmax(0, 300px);
}

.pch-page__layout:has(.pch-page__side--left .dp-slot-wrapper):not(:has(.pch-page__side--right .dp-slot-wrapper)) {
  grid-template-columns: minmax(0, 300px) minmax(0, 900px);
}

.pch-page__layout:has(.pch-page__side--right .dp-slot-wrapper):not(:has(.pch-page__side--left .dp-slot-wrapper)) {
  grid-template-columns: minmax(0, 900px) minmax(0, 300px);
}

.pch-page__side:not(:has(.dp-slot-wrapper)) {
  display: none;
}

.pch-page__footer:not(:has(.dp-slot-wrapper)) {
  display: none;
}

.pch-page__content {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.pch-page__side {
  display: flex;
  justify-content: center;
  align-self: start;
  position: sticky;
  top: 78px;
  height: max-content;
  z-index: 30;
}

.pch-page__side .dp-slot {
  width: 100%;
}

.pch-page__footer {
  position: relative;
  z-index: 1;
  width: min(970px, 100%);
  margin: 24px auto 0;
}

.pch-breadcrumbs {
  position: relative;
  z-index: 1;
  width: min(1540px, calc(100% - 32px));
  margin: 18px auto 0;
}

.pch-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pch-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(214, 231, 244, 0.72);
  font-size: 0.95rem;
}

.pch-breadcrumbs__item:not(:last-child)::after {
  content: "/";
  color: rgba(214, 231, 244, 0.28);
}

.pch-breadcrumbs__link {
  color: rgba(214, 231, 244, 0.8);
  text-decoration: none;
}

.pch-breadcrumbs__link:hover,
.pch-breadcrumbs__link:focus-visible {
  color: #ffffff;
}

.pch-breadcrumbs__current {
  color: #ffffff;
}

.pch-hero,
.pch-cta,
.pch-section {
  padding: 28px 30px;
  border-radius: 24px;
  border: 1px solid rgba(159, 214, 255, 0.14);
  background: rgba(8, 13, 28, 0.72);
}

.pch-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 22px;
  align-items: start;
  padding: 8px 4px 4px;
  border: 0;
  background: transparent;
}

.pch-hero__eyebrow,
.pch-cta__eyebrow {
  margin: 0 0 10px;
  color: #bfe9ff;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.pch-hero__title {
  margin: 0;
  color: #f7fbff;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.06;
  background: linear-gradient(135deg, #ffffff 0%, #b8d4ff 55%, #8ee9ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pch-hero__lead,
.pch-section p,
.pch-cta__hint {
  color: rgba(223, 235, 248, 0.84);
  line-height: 1.75;
}

.pch-hero__lead {
  margin: 16px 0 0;
  font-size: 1.04rem;
  max-width: 46rem;
}

.pch-hero__meta {
  margin: 16px 0 0;
  color: rgba(176, 191, 224, 0.72);
  font-size: 0.88rem;
  line-height: 1.5;
}

.pch-hero__media {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(ellipse 80% 60% at 0% 0%, rgba(101, 233, 255, 0.1), transparent 50%),
    rgba(6, 10, 22, 0.9);
  box-shadow:
    0 28px 56px -32px rgba(0, 0, 0, 0.8),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pch-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 42% 55%;
}

.pch-hero__media figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 12px;
  padding: 12px 14px 14px;
}

.pch-hero__media figcaption a {
  color: #f7fbff;
  font-weight: 750;
  text-decoration: none;
}

.pch-hero__media figcaption span {
  color: rgba(176, 191, 224, 0.72);
  font-size: 0.82rem;
}

.pch-cta {
  background:
    radial-gradient(ellipse 80% 60% at 0% 0%, rgba(101, 233, 255, 0.08), transparent 50%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(120, 90, 255, 0.06), transparent 50%),
    linear-gradient(180deg, rgba(14, 22, 42, 0.96), rgba(7, 12, 26, 0.98));
  box-shadow:
    0 32px 64px -36px rgba(0, 0, 0, 0.75),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pch-cta__title,
.pch-section h2 {
  margin: 0 0 10px;
  color: #f7fbff;
  font-size: 1.45rem;
  line-height: 1.2;
}

.pch-cta__hint {
  margin: 0 0 18px;
}

.pch-search {
  position: relative;
}

.pch-search__shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 8px 8px 8px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.32);
}

.pch-search__shell:focus-within {
  border-color: rgba(101, 233, 255, 0.4);
}

.pch-search__shell > i,
.pch-search__shell > svg {
  width: 18px;
  height: 18px;
  color: rgba(160, 200, 230, 0.55);
  flex: 0 0 auto;
}

.pch-search__input {
  flex: 1 1 180px;
  min-width: 0;
  height: 40px;
  border: 0;
  background: transparent;
  color: #f4f8ff;
  font: inherit;
  font-weight: 650;
  outline: none;
}

.pch-search__input::placeholder {
  color: rgba(170, 190, 220, 0.4);
}

.pch-search__submit {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: #65e9ff;
  color: #041018;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.pch-search__submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.pch-search__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 40;
  max-height: 320px;
  overflow: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0c1428;
}

.pch-option {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.pch-option.is-active,
.pch-option:hover {
  background: rgba(101, 233, 255, 0.08);
}

.pch-option__thumb {
  width: 42px;
  height: 32px;
  object-fit: contain;
  flex: 0 0 auto;
}

.pch-option__label {
  display: block;
  font-weight: 700;
}

.pch-option__meta {
  display: block;
  color: rgba(176, 191, 224, 0.7);
  font-size: 0.8rem;
}

.pch-search__status {
  min-height: 1.2em;
  margin: 10px 0 0;
  color: rgba(176, 191, 224, 0.75);
  font-size: 0.88rem;
}

.pch-dests {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.pch-dest {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.28);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.16s ease, transform 0.16s ease, background 0.16s ease;
}

.pch-dest:hover,
.pch-dest:focus-visible {
  border-color: rgba(101, 233, 255, 0.35);
  background: rgba(101, 233, 255, 0.06);
  transform: translateY(-1px);
}

.pch-dest__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(101, 233, 255, 0.1);
  color: var(--pch-cyan);
}

.pch-dest__icon i,
.pch-dest__icon svg,
.pch-dest__arrow i,
.pch-dest__arrow svg {
  width: 18px;
  height: 18px;
}

.pch-dest__body {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.pch-dest strong {
  color: #f7fbff;
  font-size: 0.95rem;
  font-weight: 750;
}

.pch-dest__body span {
  color: rgba(176, 191, 224, 0.74);
  font-size: 0.8rem;
  line-height: 1.35;
}

.pch-dest__arrow {
  display: grid;
  place-items: center;
  color: rgba(176, 191, 224, 0.55);
}

.pch-section a,
.pch-start-link {
  color: #9fe6ff;
}

.pch-compare,
.pch-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.pch-compare__card {
  padding: 16px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
}

.pch-compare__card h3,
.pch-types h3 {
  margin: 0 0 8px;
  color: #f7fbff;
  font-size: 1.05rem;
}

.pch-compare__card p,
.pch-types p {
  margin: 0;
}

.pch-seed-pair {
  margin-top: 8px;
}

.pch-seed-pair__label {
  margin: 0 0 12px;
  color: rgba(210, 225, 255, 0.82);
  font-weight: 700;
}

.pch-seed-pair__grid,
.pch-start-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pch-seed-pair__item,
.pch-type-card,
.pch-examples a,
.pch-start-strip a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.28);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.16s ease, transform 0.16s ease;
}

.pch-seed-pair__item:hover,
.pch-type-card:hover,
.pch-examples a:hover,
.pch-start-strip a:hover,
.pch-seed-pair__item:focus-visible,
.pch-type-card:focus-visible,
.pch-examples a:focus-visible,
.pch-start-strip a:focus-visible {
  border-color: rgba(101, 233, 255, 0.35);
  transform: translateY(-2px);
}

.pch-seed-pair__item img,
.pch-type-card img,
.pch-examples img,
.pch-start-strip img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #070b16;
}

.pch-start-strip img {
  object-fit: cover;
}

.pch-seed-pair__item span,
.pch-type-card h3,
.pch-type-card p,
.pch-examples span,
.pch-start-strip span {
  display: block;
  padding: 0 12px;
}

.pch-seed-pair__item span,
.pch-examples span,
.pch-start-strip span {
  padding-top: 10px;
  padding-bottom: 12px;
  color: #f4f8ff;
  font-weight: 750;
}

.pch-type-card h3 {
  padding-top: 12px;
}

.pch-type-card p {
  padding-bottom: 14px;
  color: rgba(176, 191, 224, 0.78);
}

.pch-steps {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  counter-reset: none;
}

.pch-steps li {
  padding: 16px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
}

.pch-steps__index {
  display: block;
  margin-bottom: 8px;
  color: var(--pch-cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.pch-steps strong {
  display: block;
  color: #f7fbff;
}

.pch-steps p {
  margin: 8px 0 0;
}

.pch-examples__label {
  margin: 18px 0 12px;
  color: rgba(210, 225, 255, 0.82);
  font-weight: 700;
}

.pch-examples {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pch-table-wrap {
  overflow-x: auto;
}

.pch-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.pch-table th,
.pch-table td {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

.pch-table th {
  color: #d8ecff;
}

.pch-start-strip {
  margin: 16px 0;
}

.pch-start-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 700;
}

.pch-faq__item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 0;
}

.pch-faq__item:first-child {
  border-top: 0;
}

.pch-faq__q {
  cursor: pointer;
  font-weight: 750;
  color: #f4f8ff;
}

.pch-faq__a {
  margin: 10px 0 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1160px) {
  .pch-page__layout {
    grid-template-columns: minmax(0, 900px);
  }

  .pch-page__side {
    display: none;
  }
}

@media (max-width: 820px) {
  .pch-hero {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .pch-page {
    width: min(100% - 20px, 900px);
  }

  .pch-hero,
  .pch-cta,
  .pch-section {
    padding: 22px 18px;
  }

  .pch-hero {
    padding: 12px 0 0;
  }

  .pch-search__submit {
    width: 100%;
  }

  .pch-compare,
  .pch-types,
  .pch-steps,
  .pch-examples,
  .pch-seed-pair__grid,
  .pch-start-strip,
  .pch-dests {
    grid-template-columns: minmax(0, 1fr);
  }
}
