.public-request {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(38px, 7vw, 100px);
  padding: 110px clamp(24px, 7vw, 110px);
  background: #eef6ff;
}

.request-intro { align-self: start; position: sticky; top: 125px; }
.request-intro h2 { margin-top: 16px; font-size: clamp(2.5rem, 4.5vw, 5rem); line-height: 1; letter-spacing: -.065em; }
.request-intro h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--green); }
.request-intro > p:not(.section-kicker) { max-width: 570px; margin-top: 24px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.request-intro ol { display: grid; gap: 14px; margin: 32px 0 0; padding: 0; list-style: none; }
.request-intro li { display: flex; align-items: center; gap: 12px; font-weight: 750; }
.request-intro li span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--ink-2); color: white; font-size: .76rem; }
.request-card { min-width: 0; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow); }
.public-request-form { display: grid; gap: 18px; }
.request-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.public-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.public-upload > span { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px; border: 1px dashed #9cb8d9; border-radius: 15px; background: var(--cream); cursor: pointer; }
.public-upload small { color: var(--muted); font-weight: 500; text-align: right; }
.privacy-choices { display: grid; gap: 11px; padding-top: 5px; }
.choice { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 11px; color: var(--muted); font-size: .82rem; font-weight: 500; line-height: 1.5; }
.choice input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--ink-2); }
.choice a { color: var(--green); font-weight: 750; }
.required-choice { color: var(--ink); }
.form-note { color: var(--muted); font-size: .8rem; }
.public-request-form > .button { justify-self: start; }
.request-success { min-height: 480px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.success-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 22px; border-radius: 50%; background: #e5f5ed; color: var(--success); font-size: 1.5rem; font-weight: 900; }
.request-success h3 { max-width: 680px; margin-top: 10px; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.12; letter-spacing: -.05em; }
.request-success > p:not(.section-kicker) { max-width: 650px; margin-top: 16px; color: var(--muted); line-height: 1.65; }
.request-success .ghost-button { margin-top: 28px; }
.privacy-view { min-height: 100vh; padding: 70px 20px; background: #f3f7fb; }
.privacy-document { max-width: 900px; margin: auto; padding: clamp(28px, 6vw, 70px); border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow); }
.privacy-document > img { display: block; width: 180px; margin: 38px 0 25px; }
.privacy-document h1 { margin-top: 10px; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.065em; }
.privacy-warning { margin-top: 25px; padding: 16px; border-radius: 13px; background: #fff3e8; color: #78400f; line-height: 1.55; }
.privacy-document section { margin-top: 32px; }
.privacy-document section h2 { margin-bottom: 10px; font-size: 1.2rem; }
.privacy-document section p,.privacy-document section li { color: var(--muted); line-height: 1.7; }
.privacy-document section ul { margin: 0; padding-left: 22px; }
.privacy-updated { margin-top: 45px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.footer-links { display: flex; gap: 20px; }

@media (max-width: 900px) {
  .public-request { grid-template-columns: 1fr; }
  .request-intro { position: static; }
}

@media (max-width: 600px) {
  .public-request { padding: 75px 16px; }
  .request-fields { grid-template-columns: 1fr; }
  .request-card { padding: 20px; }
  .public-upload > span,.footer-links { align-items: flex-start; flex-direction: column; }
}
