/* Generated from the approved PrimeKonzept legal-page design. */
:root {
  --pk-navy: #10253f;
  --pk-navy-2: #173b5d;
  --pk-blue: #0865a6;
  --pk-gold: #bd8b2f;
  --pk-gold-dark: #80601f;
  --pk-gold-soft: #f7efe1;
  --pk-ink: #17202a;
  --pk-muted: #617080;
  --pk-line: #e2e8ed;
  --pk-cloud: #f6f8fa;
  --pk-white: #fff;
  --pk-success: #1e6c55;
  --pk-warning: #8a5c00;
  --pk-warning-bg: #fff8e8;
  --pk-width: 1180px;
  --pk-text: 790px;
  --pk-shadow: 0 24px 70px rgba(16, 37, 63, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  color: var(--pk-ink);
  background: var(--pk-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--pk-blue); text-underline-offset: 3px; }
a:hover { color: var(--pk-navy); }
img { display: block; max-width: 100%; }
.pk-wrap { width: min(calc(100% - 40px), var(--pk-width)); margin-inline: auto; }
.pk-skip {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--pk-navy);
  border-radius: 8px;
  transform: translateY(-160%);
}
.pk-skip:focus { transform: translateY(0); }

.pk-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(226,232,237,.88);
  backdrop-filter: blur(16px);
}
.pk-nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.pk-brand { width: min(238px, 42vw); flex: 0 0 auto; }
.pk-brand img { width: 100%; height: auto; }
.pk-menu { display: flex; align-items: center; gap: 22px; }
.pk-menu a { color: #3f5061; font-size: 13px; font-weight: 700; text-decoration: none; }
.pk-menu a[aria-current="page"] { color: var(--pk-navy); }
.pk-menu .pk-home {
  padding: 10px 15px;
  color: #fff;
  background: var(--pk-navy);
  border-radius: 999px;
}
.pk-menu .pk-home:hover { color: #fff; background: var(--pk-navy-2); }

.pk-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 60px;
  background:
    radial-gradient(circle at 88% 8%, rgba(189,139,47,.13), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8fafb 100%);
  border-bottom: 1px solid var(--pk-line);
}
.pk-hero::after {
  position: absolute;
  right: -125px;
  bottom: -290px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(189,139,47,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 66px rgba(189,139,47,.035), 0 0 0 132px rgba(16,37,63,.02);
  content: "";
}
.pk-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 70px;
  align-items: end;
}
.pk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pk-gold-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.pk-eyebrow::before { width: 30px; height: 1px; background: var(--pk-gold); content: ""; }
.pk-hero h1 {
  max-width: 820px;
  margin: 15px 0 16px;
  color: var(--pk-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.2vw, 68px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.04;
}
.pk-hero-lead { max-width: 760px; margin: 0; color: var(--pk-muted); font-size: 17px; }
.pk-meta-card {
  padding: 22px;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--pk-line);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(16,37,63,.07);
}
.pk-meta-card span { display: block; color: var(--pk-muted); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.pk-meta-card strong { display: block; margin-top: 5px; color: var(--pk-navy); font-size: 15px; }
.pk-meta-card a { display: inline-block; margin-top: 13px; font-size: 12px; font-weight: 750; }

.pk-draft {
  padding: 16px 0;
  color: #604500;
  background: var(--pk-warning-bg);
  border-bottom: 1px solid #ecd49a;
}
.pk-draft .pk-wrap { display: flex; gap: 12px; align-items: flex-start; }
.pk-draft b { color: #493500; }
.pk-draft p { margin: 0; font-size: 13px; }
.pk-draft-mark {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  color: #5b4100;
  background: #f1d48b;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.pk-layout {
  display: grid;
  grid-template-columns: 268px minmax(0, var(--pk-text));
  gap: 66px;
  justify-content: space-between;
  padding: 64px 0 100px;
}
.pk-toc {
  position: sticky;
  top: 112px;
  align-self: start;
  padding: 24px;
  background: var(--pk-cloud);
  border: 1px solid var(--pk-line);
  border-radius: 18px;
}
.pk-toc h2 { margin: 0 0 13px; color: var(--pk-navy); font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }
.pk-toc ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.pk-toc li { counter-increment: toc; }
.pk-toc ol a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 7px;
  color: #4c5d6d;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.38;
  text-decoration: none;
}
.pk-toc ol a::before { color: var(--pk-gold-dark); content: counter(toc, decimal-leading-zero); font-size: 10px; font-weight: 850; }
.pk-toc ol a:hover { color: var(--pk-blue); }
.pk-toc-actions { display: grid; gap: 8px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--pk-line); }
.pk-toc-actions a,
.pk-print {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  color: var(--pk-navy);
  background: #fff;
  border: 1px solid #cfd8df;
  border-radius: 8px;
  font: inherit;
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}
.pk-toc-actions a:hover,
.pk-print:hover { color: #fff; background: var(--pk-navy); border-color: var(--pk-navy); }

.pk-document { min-width: 0; }
.pk-intro {
  margin: 0 0 34px;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid #e7dcc8;
  border-left: 4px solid var(--pk-gold);
  border-radius: 0 14px 14px 0;
  box-shadow: 0 12px 34px rgba(16,37,63,.045);
}
.pk-intro p { margin: 0; color: #465666; font-size: 14px; }
.pk-section {
  padding: 35px 0 39px;
  border-top: 1px solid var(--pk-line);
}
.pk-section:first-of-type { padding-top: 0; border-top: 0; }
.pk-section h2 {
  margin: 0 0 15px;
  color: var(--pk-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 500;
  letter-spacing: -.018em;
  line-height: 1.16;
}
.pk-section h3 { margin: 24px 0 8px; color: var(--pk-navy); font-size: 16px; line-height: 1.35; }
.pk-section p { margin: 0 0 13px; }
.pk-section ul,
.pk-section ol { margin: 13px 0 17px; padding-left: 22px; }
.pk-section li { margin: 7px 0; }
.pk-section address { font-style: normal; }
.pk-section strong { color: #24364a; }
.pk-section :last-child { margin-bottom: 0; }
.pk-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--pk-gold-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pk-data-grid { display: grid; grid-template-columns: 160px 1fr; margin-top: 18px; border-top: 1px solid var(--pk-line); }
.pk-data-grid dt,
.pk-data-grid dd { margin: 0; padding: 12px 0; border-bottom: 1px solid var(--pk-line); }
.pk-data-grid dt { padding-right: 18px; color: var(--pk-navy); font-size: 12px; font-weight: 800; }
.pk-data-grid dd { color: #465666; font-size: 14px; overflow-wrap: anywhere; }
.pk-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 20px 0; }
.pk-card { padding: 20px; background: var(--pk-cloud); border: 1px solid var(--pk-line); border-radius: 14px; }
.pk-card h3 { margin: 0 0 7px; font-size: 14px; }
.pk-card p,
.pk-card address { margin: 0; color: #526272; font-size: 12px; }
.pk-note { margin: 18px 0; padding: 18px 20px; background: var(--pk-gold-soft); border-radius: 12px; }
.pk-note p { color: #54462e; font-size: 13px; }
.pk-note-blue { background: #edf5fa; }
.pk-note-blue p { color: #355065; }
.pk-important { color: var(--pk-navy); font-weight: 800; }
.pk-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 5px 0 12px;
  padding: 5px 9px;
  color: var(--pk-success);
  background: #eaf6f2;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.pk-status::before { width: 7px; height: 7px; background: currentColor; border-radius: 50%; content: ""; }
.pk-updated {
  margin-top: 34px;
  padding-top: 18px;
  color: #778592;
  border-top: 1px solid var(--pk-line);
  font-size: 11px;
}

.pk-footer { padding: 48px 0 30px; color: #bec9d3; background: #0d1d30; }
.pk-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 42px; }
.pk-footer-brand { width: 205px; padding: 11px; background: #fff; border-radius: 9px; }
.pk-footer p { max-width: 430px; margin: 17px 0 0; font-size: 12px; }
.pk-footer h2 { margin: 0 0 12px; color: #fff; font-size: 13px; }
.pk-footer-links { display: grid; gap: 7px; }
.pk-footer a { color: #bec9d3; font-size: 12px; text-decoration: none; }
.pk-footer a:hover { color: #fff; }
.pk-legal { margin-top: 34px; padding-top: 19px; color: #8899a9; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }

@media (max-width: 920px) {
  .pk-menu a:not(.pk-home) { display: none; }
  .pk-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .pk-hero-grid > * { min-width: 0; }
  .pk-meta-card { max-width: 380px; }
  .pk-layout { grid-template-columns: 1fr; gap: 30px; }
  .pk-toc { position: static; }
  .pk-toc ol { grid-template-columns: 1fr 1fr; }
  .pk-footer-grid { grid-template-columns: 1fr 1fr; }
  .pk-footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 88px; }
  .pk-wrap { width: min(calc(100% - 28px), var(--pk-width)); }
  .pk-nav { min-height: 68px; }
  .pk-brand { width: 174px; }
  .pk-menu .pk-home { padding: 8px 11px; font-size: 11px; }
  .pk-hero { padding: 51px 0 43px; }
  .pk-hero h1 {
    font-size: clamp(35px, 9.5vw, 44px);
    hyphens: auto;
    overflow-wrap: anywhere;
  }
  .pk-hero-lead { min-width: 0; font-size: 15px; overflow-wrap: anywhere; }
  .pk-draft .pk-wrap { gap: 9px; }
  .pk-layout { padding: 42px 0 72px; }
  .pk-document { hyphens: auto; overflow-wrap: anywhere; }
  .pk-toc { padding: 20px; }
  .pk-toc ol { grid-template-columns: 1fr; }
  .pk-intro { padding: 20px; }
  .pk-section { padding: 29px 0 33px; }
  .pk-data-grid { grid-template-columns: 1fr; }
  .pk-data-grid dt { padding-bottom: 2px; border-bottom: 0; }
  .pk-data-grid dd { padding-top: 0; }
  .pk-card-grid,
  .pk-footer-grid { grid-template-columns: 1fr; }
  .pk-footer-grid > div:first-child { grid-column: auto; }
}

@media print {
  @page { margin: 18mm; }
  .pk-header,
  .pk-draft,
  .pk-toc,
  .pk-footer { display: none !important; }
  .pk-hero { padding: 0 0 24px; background: #fff; }
  .pk-hero::after { display: none; }
  .pk-hero-grid { display: block; }
  .pk-meta-card { margin-top: 18px; padding: 0; border: 0; box-shadow: none; }
  .pk-layout { display: block; padding: 30px 0 0; }
  .pk-document { max-width: none; }
  .pk-section { break-inside: avoid; }
  a { color: inherit; text-decoration: none; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; }
}
