.deletion-hero { padding-bottom: 76px; }
.deletion-hero h1 { max-width: 820px; }
.deletion-layout {
  width: min(1120px, calc(100% - 36px));
  margin: -38px auto 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}
.deletion-explainer,
.deletion-form {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid #293b4b;
  border-radius: 18px;
  background: linear-gradient(145deg, #101925f5, #080d15f8);
  box-shadow: 0 28px 80px #0008;
}
.deletion-form { border-top: 3px solid #f05d4e; }
.deletion-step { color: #f0a33a; font: 800 11px/1.2 monospace; letter-spacing: 2px; }
.deletion-layout h2 { margin: 10px 0 14px; color: #f2f5f7; font-size: clamp(27px, 4vw, 42px); }
.deletion-layout p,
.deletion-layout li { color: #8d9aa7; font-size: 14px; line-height: 1.7; }
.deletion-explainer ol { margin: 22px 0; padding-left: 22px; }
.deletion-explainer li { padding: 5px 0 5px 8px; }
.deletion-explainer b { color: #eef4f7; }
.deletion-data-card,
.deletion-subscription-note {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid #30495a;
  border-radius: 11px;
  background: #0b151f;
}
.deletion-data-card h3 { margin: 0 0 7px; color: #70dcaa; font-size: 15px; }
.deletion-data-card p,
.deletion-subscription-note p { margin: 0; font-size: 12px; }
.deletion-data-card.retained h3 { color: #efb257; }
.deletion-subscription-note { border-color: #6f5129; background: #21180c; }
.deletion-subscription-note b { display: block; margin-bottom: 6px; color: #f1b65d; }
.deletion-form > p { margin: 0 0 20px; }
.deletion-form > label:not(.deletion-consent):not(.website-field) { display: block; margin-top: 14px; }
.deletion-form label > span { display: flex; justify-content: space-between; margin-bottom: 7px; color: #7f91a0; font: 800 10px monospace; letter-spacing: 1px; }
.deletion-form label > span b { color: #f07868; }
.deletion-form label > span i { color: #5d7180; font-style: normal; }
.deletion-form input[type="text"],
.deletion-form input[type="email"],
.deletion-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #354958;
  border-radius: 8px;
  outline: none;
  color: #edf5f8;
  background: #070d14;
  font: 600 14px/1.4 sans-serif;
}
.deletion-form input[type="text"],
.deletion-form input[type="email"] { height: 49px; padding: 0 14px; }
.deletion-form textarea { min-height: 108px; padding: 13px 14px; resize: vertical; }
.deletion-form input:focus,
.deletion-form textarea:focus { border-color: #f06e5f; box-shadow: 0 0 0 3px #f05d4e18; }
.deletion-consent { margin-top: 18px; display: grid; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; cursor: pointer; }
.deletion-consent input { width: 18px; height: 18px; accent-color: #ef6859; }
.deletion-consent span { display: block !important; margin: 1px 0 0 !important; color: #a7b1b9 !important; font: 600 12px/1.5 sans-serif !important; letter-spacing: 0 !important; }
.deletion-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 20px;
  border: 1px solid #ff796b;
  border-radius: 8px;
  color: #fff6f3;
  background: linear-gradient(135deg, #ad4137, #72271f);
  box-shadow: 0 12px 30px #ef49352b;
  font: 900 12px monospace;
  letter-spacing: .8px;
  cursor: pointer;
}
.deletion-submit:disabled { opacity: .6; cursor: wait; }
.deletion-form > small { display: block; margin-top: 16px; color: #617482; font-size: 11px; line-height: 1.55; }
.deletion-form > small a { color: #76cfe8; }
.website-field { position: absolute; left: -10000px; }
.deletion-form .form-status { margin: 14px 0 0; padding: 0; font-size: 12px; }
.deletion-form .form-status.is-success { padding: 13px; border: 1px solid #3a7c5e; border-radius: 8px; color: #8ee2b6; background: #10281d; }
.deletion-form .form-status.is-error { padding: 13px; border: 1px solid #8f443b; border-radius: 8px; color: #ffaca1; background: #311714; }
@media (max-width: 820px) {
  .deletion-layout { grid-template-columns: 1fr; margin-top: -25px; }
  .deletion-form { order: -1; }
}
@media (max-width: 540px) {
  .deletion-layout { width: min(100% - 20px, 1120px); gap: 14px; }
  .deletion-explainer, .deletion-form { padding: 22px 17px; border-radius: 13px; }
}
