.deletion { max-width: 780px; padding-top: 70px; padding-bottom: 110px; }
.deletion h1 { font-family: Georgia, serif; font-size: clamp(38px, 6vw, 62px); font-weight: 400; line-height: 1.1; letter-spacing: -1.6px; margin: 18px 0 24px; }
.deletion-lead { color: var(--muted); font-size: 17px; line-height: 1.8; }
.deletion section { margin-top: 52px; }
.deletion h2 { font-size: 28px; letter-spacing: -.5px; margin: 0 0 20px; }
.deletion ol { padding-left: 24px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.deletion li { padding-left: 6px; margin-bottom: 15px; }
.deletion-form { display: grid; gap: 13px; margin-top: 44px; padding: 30px; background: #ecf6f3; border: 1px solid var(--line); border-radius: 12px; }
.deletion-form label { font-size: 14px; font-weight: 650; }
.deletion-form input { width: 100%; padding: 13px 15px; border: 1px solid #a5bbb9; border-radius: 7px; background: white; color: var(--ink); font: inherit; }
.deletion-form input:focus-visible, .deletion-form button:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.deletion-form button { justify-self: start; border: 0; cursor: pointer; font: inherit; }
.deletion-form button:disabled { cursor: wait; opacity: .65; }
#deletion-result { margin: 0; min-height: 1.5em; font-size: 14px; line-height: 1.5; }
.deletion-note { margin-top: 30px; color: var(--muted); font-size: 14px; line-height: 1.75; }
@media (max-width: 640px) { .deletion { padding-top: 35px; padding-bottom: 70px; } .deletion-form { padding: 22px; } }
