.document-page {
  min-height: 100vh;
  background: var(--paper);
}

.document-nav-wrap {
  color: var(--white);
  background: #121416;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.document-nav-wrap .nav { height: 76px; }

.document-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 88px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 20%, rgba(215, 171, 82, .15), transparent 30%),
    linear-gradient(135deg, #171a1d, #262b2f);
}

.document-hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -130px;
  top: -170px;
  border: 1px solid rgba(241, 207, 122, .16);
  border-radius: 50%;
}

.document-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr .65fr;
  gap: 80px;
  align-items: end;
}

.document-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 76px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.04em;
}

.document-lede {
  max-width: 720px;
  margin: 24px 0 0;
  color: #c5cac7;
  font-size: 17px;
  line-height: 1.7;
}

.document-meta {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 6px;
  background: rgba(255, 255, 255, .05);
}

.document-meta span,
.document-meta strong { display: block; }
.document-meta span { color: #8f9692; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.document-meta strong { margin-top: 8px; color: var(--gold-bright); font-family: Georgia, serif; font-size: 20px; font-weight: 500; }

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-item {
  min-height: 126px;
  padding: 28px 34px;
  border-right: 1px solid var(--line);
}

.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item b { display: block; margin-bottom: 8px; font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.trust-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.document-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 72px;
  padding-top: 86px;
  padding-bottom: 100px;
}

.document-toc {
  align-self: start;
  position: sticky;
  top: 24px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.document-toc > strong {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-dark);
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.document-toc a {
  display: block;
  padding: 8px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
}

.document-toc a:hover { color: var(--gold-dark); }

.document-content { min-width: 0; }

.policy-section {
  padding: 0 0 52px;
  scroll-margin-top: 28px;
}

.policy-section + .policy-section {
  padding-top: 52px;
  border-top: 1px solid var(--line);
}

.policy-section h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -.025em;
}

.policy-section h3 {
  margin: 30px 0 10px;
  font-size: 15px;
}

.policy-section p,
.policy-section li {
  color: #565b59;
  font-size: 15px;
  line-height: 1.78;
}

.policy-section ul { padding-left: 20px; }
.policy-section li + li { margin-top: 7px; }
.policy-section strong { color: var(--ink); }
.policy-section a { color: #795819; text-decoration: underline; text-underline-offset: 3px; }
.policy-section code { padding: 3px 6px; border-radius: 3px; background: #ebe6db; font-family: var(--font-geist-mono), monospace; font-size: 12px; }

.plain-language {
  margin: 8px 0 30px;
  padding: 22px 24px;
  border-left: 3px solid var(--gold);
  background: #eee8da;
}

.plain-language p { margin: 0; color: #4e4c46; }

.service-grid,
.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.service-card,
.choice-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--white);
}

.service-card strong,
.choice-card strong { display: block; margin-bottom: 8px; font-family: Georgia, serif; font-size: 19px; font-weight: 500; }
.service-card p,
.choice-card p { margin: 0; font-size: 13px; line-height: 1.65; }

.contact-panel {
  padding: 30px;
  color: white;
  border-radius: 7px;
  background: linear-gradient(135deg, #191c1e, #2b3033);
}

.contact-panel h2 { color: white; }
.contact-panel p { color: #bfc4c1; }
.contact-panel a { color: var(--gold-bright); }
.contact-button { margin-top: 12px; }

.support-steps {
  counter-reset: support-step;
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.support-step {
  counter-increment: support-step;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--white);
}

.support-step::before {
  content: counter(support-step, decimal-leading-zero);
  color: var(--gold-dark);
  font-family: Georgia, serif;
  font-size: 20px;
  font-style: italic;
}

.support-step p { margin: 0; font-size: 13px; }

.faq-list { display: grid; gap: 10px; }

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--white);
}

.faq-list summary {
  padding: 19px 50px 19px 20px;
  position: relative;
  cursor: pointer;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 16px; color: var(--gold-dark); font-size: 22px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 20px 20px; font-size: 13px; }

.safety-note {
  padding: 20px;
  border: 1px solid #d7c99e;
  border-radius: 5px;
  background: #f5edd8;
}

.safety-note p { margin: 0; color: #5a513a; font-size: 13px; }

.document-footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.document-footer-links a { color: #9aa09c; font-size: 12px; }
.document-footer-links a:hover { color: var(--gold-bright); }

@media (max-width: 850px) {
  .document-hero-inner,
  .document-layout { grid-template-columns: 1fr; }
  .document-hero-inner { gap: 34px; }
  .document-layout { gap: 34px; padding-top: 62px; }
  .document-toc { position: static; }
}

@media (max-width: 620px) {
  .document-hero { padding: 66px 0; }
  .document-hero h1 { font-size: 46px; }
  .trust-grid,
  .service-grid,
  .choice-grid { grid-template-columns: 1fr; }
  .trust-item,
  .trust-item:first-child { min-height: auto; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .policy-section { padding-bottom: 40px; }
  .policy-section + .policy-section { padding-top: 40px; }
  .document-footer-links { gap: 14px; }
}
