:root {
  color-scheme: light;
}

body {
  background: #edf0f4;
  color: var(--ink);
}

.pc-skip {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-160%);
  padding: 0.72rem 1rem;
  color: var(--midnight-navy);
  background: var(--soft-white);
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 150ms ease;
}

.pc-skip:focus {
  transform: translateY(0);
}

.pc-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: 84px;
  display: flex;
  align-items: center;
  color: var(--soft-white);
  background: rgba(1, 11, 26, 0.96);
  border-bottom: 1px solid rgba(212, 167, 111, 0.15);
  box-shadow: 0 12px 34px rgba(1, 11, 26, 0.16);
  backdrop-filter: blur(16px);
}

.pc-header-inner {
  width: min(100%, var(--page-width));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-inline: auto;
  padding: 0.2rem var(--gutter);
}

.pc-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.pc-brand img {
  width: 148px;
  height: auto;
  margin-block: -24px;
}

.pc-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.75rem, 2.5vw, 2rem);
}

.pc-home-link {
  position: relative;
  color: rgba(242, 242, 244, 0.72);
  font-size: 0.72rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 160ms ease;
}

.pc-home-link:hover,
.pc-home-link:focus-visible {
  color: var(--stellar-gold-bright);
}

.pc-language {
  position: relative;
}

.pc-language::after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: 0.72rem;
  transform: translateY(-56%);
  color: var(--stellar-gold);
  pointer-events: none;
}

.pc-language select {
  min-height: 38px;
  appearance: none;
  padding: 0.45rem 2rem 0.45rem 0.8rem;
  color: var(--soft-white);
  border: 1px solid rgba(242, 242, 244, 0.16);
  border-radius: 4px;
  background: rgba(14, 27, 49, 0.78);
  font-size: 0.7rem;
  cursor: pointer;
}

.pc-language option {
  color: var(--ink);
  background: var(--soft-white);
}

main {
  min-height: 70svh;
}

.pc-hero {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(5.5rem, 9vw, 8rem) max(var(--gutter), calc((100vw - var(--page-width)) / 2 + var(--gutter))) clamp(5.5rem, 8vw, 7rem);
  color: var(--soft-white);
  background:
    radial-gradient(circle at 82% 28%, rgba(102, 154, 239, 0.22), transparent 22%),
    linear-gradient(120deg, #010814, var(--deep-space-blue));
}

.pc-hero::before,
.pc-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.pc-hero::before {
  inset: 0;
  opacity: 0.58;
  background-image:
    radial-gradient(circle, rgba(242, 242, 244, 0.76) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(102, 154, 239, 0.7) 0 0.8px, transparent 1.2px);
  background-position: 9px 17px, 41px 63px;
  background-size: 151px 163px, 211px 187px;
  mask-image: linear-gradient(90deg, transparent 8%, black 42%, black 100%);
}

.pc-hero::after {
  right: -17vw;
  bottom: -44vw;
  width: min(70vw, 880px);
  aspect-ratio: 1;
  border: 1px solid rgba(169, 204, 255, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 24%, rgba(102, 154, 239, 0.22), transparent 25%),
    radial-gradient(circle at 37% 27%, #244769, #0b2038 45%, #020a16 76%);
  box-shadow:
    -20px -18px 58px rgba(102, 154, 239, 0.18),
    inset -100px -80px 160px rgba(0, 0, 0, 0.72);
}

.pc-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  color: var(--stellar-gold-bright);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pc-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0;
  color: var(--soft-white);
  font-size: clamp(2.65rem, 6vw, 6rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.pc-hero-lead {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 1.35rem 0 0;
  color: rgba(242, 242, 244, 0.68);
  font-size: clamp(0.98rem, 1.3vw, 1.13rem);
  line-height: 1.82;
}

.pc-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
  margin-top: 2rem;
}

.pc-pill {
  padding: 0.46rem 0.72rem;
  color: rgba(242, 242, 244, 0.72);
  border: 1px solid rgba(242, 242, 244, 0.16);
  border-radius: 999px;
  background: rgba(14, 27, 49, 0.48);
  font-size: 0.66rem;
}

.pc-pill strong {
  color: var(--soft-white);
  font-weight: 600;
}

.pc-summary-grid {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 2 * var(--gutter)), var(--page-width));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: -42px auto clamp(3.5rem, 6vw, 6rem);
  overflow: hidden;
  border: 1px solid rgba(1, 11, 26, 0.1);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-lg);
}

.pc-summary-card {
  min-height: 176px;
  padding: 1.65rem clamp(1.2rem, 2.7vw, 2.2rem);
  border-right: 1px solid var(--line-dark);
}

.pc-summary-card:last-child {
  border-right: 0;
}

.pc-summary-card > span {
  color: var(--stellar-gold);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.pc-summary-card > strong {
  display: block;
  margin-top: 1rem;
  color: var(--midnight-navy);
  font-size: 1rem;
  font-weight: 600;
}

.pc-summary-card p {
  margin: 0.65rem 0 0;
  color: var(--muted-dark);
  font-size: 0.82rem;
  line-height: 1.72;
}

.pc-shell {
  width: min(calc(100% - 2 * var(--gutter)), var(--page-width));
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
  margin: 0 auto clamp(5rem, 8vw, 8rem);
}

.pc-toc {
  position: sticky;
  top: 112px;
  max-height: calc(100svh - 136px);
  overflow: auto;
  padding: 1.6rem;
  color: var(--soft-white);
  border: 1px solid rgba(242, 242, 244, 0.1);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 85% 0%, rgba(102, 154, 239, 0.12), transparent 34%),
    var(--deep-space-blue);
  box-shadow: var(--shadow-sm);
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 167, 111, 0.5) transparent;
}

.pc-toc-title {
  margin: 0 0 1.1rem;
  color: var(--stellar-gold-bright);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.pc-toc ol {
  display: grid;
  gap: 0.13rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}

.pc-toc li {
  counter-increment: toc;
}

.pc-toc a {
  display: grid;
  grid-template-columns: 1.65rem 1fr;
  gap: 0.45rem;
  padding: 0.47rem 0.35rem;
  color: rgba(242, 242, 244, 0.6);
  border-radius: 4px;
  font-size: 0.73rem;
  line-height: 1.45;
  text-decoration: none;
  transition:
    color 150ms ease,
    background-color 150ms ease;
}

.pc-toc a::before {
  content: counter(toc, decimal-leading-zero);
  color: rgba(212, 167, 111, 0.58);
  font-size: 0.58rem;
  letter-spacing: 0.04em;
}

.pc-toc a:hover,
.pc-toc a:focus-visible,
.pc-toc a[aria-current="true"] {
  color: var(--soft-white);
  background: rgba(102, 154, 239, 0.09);
}

.pc-toc a[aria-current="true"]::before {
  color: var(--stellar-gold-bright);
}

.pc-article {
  min-width: 0;
}

.pc-notice {
  margin: 0 0 1.4rem;
  padding: 1.1rem 1.25rem;
  color: #354254;
  border: 1px solid rgba(102, 154, 239, 0.2);
  border-left: 3px solid var(--aurora-blue);
  border-radius: 4px var(--radius-md) var(--radius-md) 4px;
  background: rgba(102, 154, 239, 0.08);
  font-size: 0.84rem;
  line-height: 1.7;
}

.pc-section {
  position: relative;
  scroll-margin-top: 108px;
  margin-bottom: 1.35rem;
  padding: clamp(1.6rem, 4.2vw, 3.5rem);
  overflow: hidden;
  border: 1px solid rgba(1, 11, 26, 0.09);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 10px 30px rgba(1, 11, 26, 0.055);
}

.pc-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  opacity: 0.4;
  background: radial-gradient(circle at 100% 0%, rgba(102, 154, 239, 0.18), transparent 70%);
  pointer-events: none;
}

.pc-section-number {
  display: inline-flex;
  margin-bottom: 1.1rem;
  color: var(--stellar-gold);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.pc-section h2 {
  max-width: 780px;
  margin: 0 0 1.35rem;
  color: var(--midnight-navy);
  font-size: clamp(1.75rem, 3.6vw, 3.15rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.pc-section h3 {
  margin: 2rem 0 0.75rem;
  color: var(--deep-space-blue);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
}

.pc-section p,
.pc-section li,
.pc-section dd,
.pc-section td,
.pc-section th {
  overflow-wrap: anywhere;
}

.pc-section p {
  margin: 0.9rem 0;
  color: #475465;
  line-height: 1.82;
}

.pc-section p:first-of-type {
  margin-top: 0;
}

.pc-section a {
  color: #255fa9;
  text-decoration-color: rgba(37, 95, 169, 0.32);
  text-underline-offset: 0.2em;
}

.pc-section a:hover,
.pc-section a:focus-visible {
  color: #173f76;
  text-decoration-color: currentColor;
}

.pc-section ul,
.pc-section ol:not(.pc-request-steps) {
  display: grid;
  gap: 0.62rem;
  margin: 1rem 0;
  padding-left: 1.25rem;
  color: #475465;
}

.pc-section li::marker {
  color: var(--stellar-gold);
}

.pc-callout {
  margin: 1.45rem 0;
  padding: 1.25rem 1.35rem;
  color: var(--soft-white);
  border: 1px solid rgba(212, 167, 111, 0.22);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 100% 0%, rgba(102, 154, 239, 0.16), transparent 36%),
    var(--deep-space-blue);
}

.pc-callout p,
.pc-callout a {
  color: inherit;
}

.pc-callout strong {
  color: var(--stellar-gold-bright);
}

.pc-product-card {
  position: relative;
  margin-top: 1.5rem;
  padding: clamp(1.4rem, 3.5vw, 2.4rem);
  overflow: hidden;
  color: var(--soft-white);
  border: 1px solid rgba(212, 167, 111, 0.24);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 90% 12%, rgba(102, 154, 239, 0.2), transparent 34%),
    var(--deep-space-blue);
}

.pc-product-card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -90px;
  width: 220px;
  aspect-ratio: 1;
  border: 1px solid rgba(212, 167, 111, 0.18);
  border-radius: 50%;
}

.pc-product-card h3 {
  position: relative;
  z-index: 1;
  margin: 1.25rem 0 0.8rem;
  color: var(--soft-white);
  font-size: clamp(1.35rem, 3vw, 2.1rem);
}

.pc-product-card p {
  position: relative;
  z-index: 1;
  max-width: 690px;
  color: rgba(242, 242, 244, 0.7);
}

.pc-badge {
  display: inline-flex;
  padding: 0.4rem 0.64rem;
  color: var(--stellar-gold-bright);
  border: 1px solid rgba(212, 167, 111, 0.34);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pc-product-package {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 1.15rem;
  color: rgba(242, 242, 244, 0.43);
  font-size: 0.68rem;
}

.pc-product-package code {
  color: rgba(242, 242, 244, 0.74);
  font-family: ui-monospace, "Cascadia Code", monospace;
}

.pc-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.3rem 0;
}

.pc-fact {
  padding: 1.25rem;
  border: 1px solid rgba(1, 11, 26, 0.1);
  border-radius: var(--radius-md);
  background: #f6f7f9;
}

.pc-fact strong {
  color: var(--deep-space-blue);
  font-size: 0.88rem;
}

.pc-fact p {
  margin: 0.55rem 0 0;
  font-size: 0.8rem;
  line-height: 1.68;
}

.pc-identity {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 1.3rem 0;
  overflow: hidden;
  border: 1px solid rgba(1, 11, 26, 0.1);
  border-radius: var(--radius-md);
}

.pc-identity > div {
  min-width: 0;
  padding: 1rem 1.15rem;
  border-right: 1px solid rgba(1, 11, 26, 0.09);
  border-bottom: 1px solid rgba(1, 11, 26, 0.09);
}

.pc-identity > div:nth-child(2n) {
  border-right: 0;
}

.pc-identity > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.pc-identity dt {
  color: var(--muted-dark);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pc-identity dd {
  margin: 0.35rem 0 0;
  color: var(--midnight-navy);
  font-size: 0.84rem;
}

.pc-placeholder {
  display: inline;
  padding: 0.1rem 0.24rem;
  color: #7b4b13;
  border-radius: 3px;
  background: rgba(212, 167, 111, 0.2);
  font-weight: 600;
}

.pc-table-wrap {
  margin: 1.35rem 0;
  overflow-x: auto;
  border: 1px solid rgba(1, 11, 26, 0.1);
  border-radius: var(--radius-md);
  background: #fff;
  scrollbar-width: thin;
}

.pc-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  font-size: 0.79rem;
  line-height: 1.6;
}

.pc-table th,
.pc-table td {
  padding: 0.9rem 1rem;
  vertical-align: top;
  border-right: 1px solid rgba(1, 11, 26, 0.08);
  border-bottom: 1px solid rgba(1, 11, 26, 0.08);
  text-align: left;
}

.pc-table th:last-child,
.pc-table td:last-child {
  border-right: 0;
}

.pc-table tr:last-child td {
  border-bottom: 0;
}

.pc-table thead th {
  color: var(--soft-white);
  background: var(--deep-space-blue);
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pc-table tbody tr:nth-child(even) {
  background: #f6f7f9;
}

.pc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.45rem;
}

.pc-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  color: var(--midnight-navy) !important;
  border: 1px solid rgba(1, 11, 26, 0.18);
  border-radius: 4px;
  background: transparent;
  font-size: 0.73rem;
  font-weight: 600;
  text-decoration: none !important;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms var(--ease);
}

.pc-button:hover {
  transform: translateY(-2px);
  border-color: var(--midnight-navy);
}

.pc-button-primary {
  color: var(--midnight-navy) !important;
  border-color: var(--stellar-gold);
  background: var(--stellar-gold);
}

.pc-button-primary:hover {
  border-color: var(--stellar-gold-bright);
  background: var(--stellar-gold-bright);
}

.pc-contact-section {
  overflow: visible;
}

.pc-contact-form {
  position: relative;
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(1, 11, 26, 0.1);
}

.pc-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.pc-form-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.55rem;
}

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

.pc-form-field label {
  color: var(--midnight-navy);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.pc-form-field input,
.pc-form-field textarea {
  width: 100%;
  color: var(--midnight-navy);
  border: 1px solid rgba(1, 11, 26, 0.2);
  border-radius: 4px;
  outline: none;
  background: #ffffff;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.pc-form-field input {
  min-height: 50px;
  padding: 0.72rem 0.85rem;
}

.pc-form-field textarea {
  min-height: 180px;
  padding: 0.85rem;
  line-height: 1.65;
  resize: vertical;
}

.pc-form-field input:hover,
.pc-form-field textarea:hover {
  border-color: rgba(1, 11, 26, 0.42);
}

.pc-form-field input:focus-visible,
.pc-form-field textarea:focus-visible {
  border-color: var(--stellar-gold);
  box-shadow: 0 0 0 3px rgba(212, 167, 111, 0.22);
}

.pc-form-field small {
  color: #687486;
  font-size: 0.69rem;
  line-height: 1.55;
}

.pc-form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.pc-turnstile {
  width: min(100%, 420px);
  min-height: 70px;
  margin-top: 1.25rem;
}

.pc-form-note {
  max-width: 760px;
  margin-top: 1.1rem !important;
  color: #687486 !important;
  font-size: 0.73rem;
  line-height: 1.7 !important;
}

.pc-contact-form .pc-actions {
  margin-top: 1.1rem;
}

.pc-contact-form button[type="submit"] {
  min-width: 150px;
  cursor: pointer;
}

.pc-contact-form button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.pc-form-status {
  min-height: 1.55rem;
  margin: 0.85rem 0 0 !important;
  color: #475465 !important;
  font-size: 0.76rem;
  font-weight: 600;
}

.pc-form-status[data-state="success"] {
  color: #17633a !important;
}

.pc-form-status[data-state="error"] {
  color: #9b2c2c !important;
}

.pc-contact-fallback {
  margin-top: 1.5rem !important;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(1, 11, 26, 0.08);
  font-size: 0.78rem;
}

@media (max-width: 720px) {
  .pc-form-grid {
    grid-template-columns: 1fr;
  }

  .pc-form-field-wide {
    grid-column: auto;
  }

  .pc-contact-form button[type="submit"] {
    width: 100%;
  }
}


.pc-request-steps {
  display: grid;
  gap: 0.8rem;
  margin: 1.2rem 0;
  padding: 0;
  list-style: none;
  counter-reset: request-step;
}

.pc-request-steps li {
  position: relative;
  counter-increment: request-step;
  min-height: 52px;
  padding: 0.9rem 1rem 0.9rem 4rem;
  color: #475465;
  border: 1px solid rgba(1, 11, 26, 0.09);
  border-radius: var(--radius-md);
  background: #f6f7f9;
}

.pc-request-steps li::before {
  content: counter(request-step, decimal-leading-zero);
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--stellar-gold);
  border: 1px solid rgba(212, 167, 111, 0.36);
  border-radius: 50%;
  font-size: 0.6rem;
  font-weight: 700;
}

.pc-simple-main > .pc-article {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 2 * var(--gutter)), 970px);
  margin: -36px auto clamp(5rem, 8vw, 8rem);
}

.pc-simple-main .pc-hero {
  padding-bottom: 7.5rem;
}

.pc-simple-main .pc-hero .pc-actions .pc-button {
  color: var(--soft-white) !important;
  border-color: rgba(242, 242, 244, 0.24);
}

.pc-simple-main .pc-hero .pc-actions .pc-button-primary {
  color: var(--midnight-navy) !important;
  border-color: var(--stellar-gold);
}

.pc-footer {
  padding: clamp(3.5rem, 6vw, 5.5rem) var(--gutter) 2.2rem;
  color: var(--soft-white);
  background: #010814;
  border-top: 1px solid rgba(242, 242, 244, 0.09);
}

.pc-footer-inner {
  width: min(100%, var(--page-width));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  margin-inline: auto;
}

.pc-footer .pc-brand img {
  width: 150px;
}

.pc-footer p {
  margin: 1rem 0 0;
  color: rgba(242, 242, 244, 0.43);
  font-size: 0.68rem;
}

.pc-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem 1.35rem;
}

.pc-footer-nav a {
  color: rgba(242, 242, 244, 0.64);
  font-size: 0.7rem;
  text-decoration: none;
  transition: color 160ms ease;
}

.pc-footer-nav a:hover,
.pc-footer-nav a:focus-visible {
  color: var(--stellar-gold-bright);
}

@media (max-width: 980px) {
  .pc-summary-grid {
    grid-template-columns: 1fr;
  }

  .pc-summary-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .pc-summary-card:last-child {
    border-bottom: 0;
  }

  .pc-shell {
    grid-template-columns: 1fr;
  }

  .pc-toc {
    position: static;
    max-height: none;
  }

  .pc-toc ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.15rem 1rem;
  }
}

@media (max-width: 720px) {
  .pc-header {
    min-height: 76px;
  }

  .pc-header-inner {
    gap: 0.8rem;
    padding-inline: 1rem;
  }

  .pc-brand img {
    width: 122px;
    margin-block: -19px;
  }

  .pc-header-actions {
    gap: 0.55rem;
  }

  .pc-home-link {
    display: none;
  }

  .pc-language select {
    max-width: 116px;
  }

  .pc-hero {
    min-height: 390px;
    padding: 4.6rem 1.25rem 5.4rem;
  }

  .pc-hero::after {
    right: -45vw;
    bottom: -50vw;
    width: 105vw;
    opacity: 0.54;
  }

  .pc-hero h1 {
    font-size: clamp(2.5rem, 12vw, 4.25rem);
  }

  .pc-summary-grid,
  .pc-shell,
  .pc-simple-main > .pc-article {
    width: calc(100% - 2.5rem);
  }

  .pc-summary-grid {
    margin-top: -28px;
  }

  .pc-toc ol {
    grid-template-columns: 1fr;
  }

  .pc-section {
    padding: 1.45rem 1.2rem;
  }

  .pc-fact-grid,
  .pc-identity {
    grid-template-columns: 1fr;
  }

  .pc-identity > div,
  .pc-identity > div:nth-child(2n),
  .pc-identity > div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(1, 11, 26, 0.09);
  }

  .pc-identity > div:last-child {
    border-bottom: 0;
  }

  .pc-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .pc-footer-nav {
    justify-content: flex-start;
  }
}
/* Contact form refinement */
.pc-contact-section > p {
  max-width: 720px;
}

.pc-contact-form {
  position: relative;
  max-width: 820px;
  margin: 2rem 0 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(1, 11, 26, 0.12);
  border-radius: 10px;
  background: linear-gradient(145deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 18px 45px rgba(1, 11, 26, 0.08);
}

.pc-contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 3px;
  background: var(--stellar-gold);
}

.pc-contact-form .pc-form-grid {
  gap: 1.15rem 1.25rem;
}

.pc-contact-form .pc-form-field {
  gap: 0.45rem;
}

.pc-contact-form .pc-form-field label {
  color: #14233a;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pc-contact-form .pc-form-field input,
.pc-contact-form .pc-form-field textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  color: var(--midnight-navy);
  border: 1px solid rgba(1, 11, 26, 0.2);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(1, 11, 26, 0.025);
  font: inherit;
}

.pc-contact-form .pc-form-field input {
  min-height: 48px;
  padding: 0.7rem 0.85rem;
}

.pc-contact-form .pc-form-field textarea {
  min-height: 160px;
  padding: 0.8rem 0.85rem;
}

.pc-contact-form .pc-form-field small {
  margin-top: 0.05rem;
  color: #667286;
  font-size: 0.68rem;
}

.pc-contact-form .pc-form-trap[hidden] {
  display: none !important;
}

.pc-contact-form .pc-turnstile {
  width: min(100%, 320px);
  min-height: 65px;
  margin: 1.25rem 0 0;
  overflow: hidden;
  border-radius: 4px;
}

.pc-contact-form .pc-turnstile iframe {
  max-width: 100% !important;
}

.pc-contact-form .pc-form-note {
  max-width: 100%;
  margin: 1rem 0 0 !important;
  padding: 0.8rem 0.95rem;
  color: #5f6c7e !important;
  border-left: 2px solid var(--stellar-gold);
  border-radius: 0 6px 6px 0;
  background: rgba(1, 11, 26, 0.035);
  font-size: 0.7rem;
  line-height: 1.65 !important;
}

.pc-contact-form .pc-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}

.pc-contact-form button[type="submit"] {
  min-width: 160px;
  min-height: 48px;
}

.pc-contact-form .pc-form-status {
  min-height: 1.4rem;
  margin-top: 0.7rem !important;
}

@media (max-width: 720px) {
  .pc-contact-form {
    padding: 1.15rem;
    border-radius: 8px;
  }

  .pc-contact-form .pc-form-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .pc-contact-form .pc-form-field-wide {
    grid-column: auto;
  }

  .pc-contact-form .pc-turnstile {
    width: min(100%, 320px);
  }

  .pc-contact-form button[type="submit"] {
    width: 100%;
  }
}

@media print {
  :root {
    color-scheme: light;
  }

  .pc-header,
  .pc-footer,
  .pc-toc,
  .pc-actions {
    display: none !important;
  }

  body {
    background: #fff;
  }

  .pc-hero {
    min-height: 0;
    padding: 1cm 0;
    color: #000;
    background: transparent;
  }

  .pc-hero::before,
  .pc-hero::after {
    display: none;
  }

  .pc-hero h1,
  .pc-kicker,
  .pc-hero-lead,
  .pc-pill {
    color: #000;
  }

  .pc-summary-grid,
  .pc-shell,
  .pc-simple-main > .pc-article {
    width: 100%;
    display: block;
    margin: 0;
  }

  .pc-summary-grid {
    box-shadow: none;
  }

  .pc-section {
    break-inside: avoid;
    box-shadow: none;
  }
}

