.deletion-page { padding-block: 48px 80px; }
.deletion-page h1 { max-width: 900px; margin: 14px 0; font: 700 clamp(34px,5vw,58px)/1.08 "Source Serif 4",serif; letter-spacing: -.025em; }
.deletion-lead { max-width: 780px; font-size: 19px; line-height: 1.6; color: var(--muted); }
.deletion-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); gap: 44px; margin-top: 30px; align-items: start; }
.deletion-card { padding: 28px; border: 1px solid var(--line); border-top: 4px solid var(--red); background: #fff; }
.deletion-page h2 { font: 800 24px/1.25 "Libre Franklin",sans-serif; margin: 0 0 18px; }
.deletion-page h3 { font-size: 18px; }
.deletion-page p,.deletion-page li { line-height: 1.65; }
.deletion-page a { color: var(--red); text-decoration: underline; overflow-wrap: anywhere; }
.deletion-page label { display: block; font-weight: 700; margin-top: 18px; }
.deletion-page label span,.deletion-page small { font-weight: 400; }
.deletion-page input:not([type=checkbox]):not([type=hidden]) { display: block; width: 100%; min-height: 46px; border: 1px solid #aaa; border-radius: 6px; padding: 10px 12px; margin-top: 6px; font: inherit; box-sizing: border-box; }
.deletion-page small { display: block; margin-top: 6px; color: #555; line-height: 1.5; }
.deletion-page input:focus-visible,.deletion-submit:focus-visible { outline: 3px solid #111; outline-offset: 3px; }
.deletion-check { display: flex !important; gap: 12px; align-items: flex-start; line-height: 1.5; }
.deletion-check input { width: 20px; height: 20px; flex-shrink: 0; margin-top: 3px; }
.deletion-submit { border: 0; border-radius: 6px; background: var(--red); color: white; padding: 16px; width: 100%; margin-top: 22px; font: 700 16px "DM Sans",sans-serif; cursor: pointer; }
.deletion-fine { font-size: 13px; color: #555; }
.deletion-summary { padding-top: 8px; }
.deletion-summary li { margin-bottom: 18px; padding-left: 5px; }
.deletion-details { max-width: 920px; padding-top: 48px; }
.deletion-details h2:not(:first-child) { margin-top: 36px; }
.deletion-details li { margin-block: 8px; }
.deletion-notice { border-left: 4px solid var(--red); background: #fff1f3; padding: 16px; overflow-wrap: anywhere; }
.deletion-notice.success { border-color: #236c46; background: #eef8f1; }
.deletion-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
@media(max-width:760px) { .deletion-layout { grid-template-columns: 1fr; gap: 30px; } .deletion-card { padding: 20px; } .deletion-page { padding-top: 30px; } }
