:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #10251d;
  background: #edf9f4;
  font-synthesis: none;
  --ink: #10251d;
  --muted: #536b61;
  --green: #00a95a;
  --green-dark: #007f43;
  --line: rgba(15, 92, 64, 0.14);
  --glass: rgba(255, 255, 255, 0.72);
  --glass-strong: rgba(255, 255, 255, 0.88);
  --shadow: 0 24px 70px rgba(24, 91, 67, 0.12);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  line-height: 1.65;
  background:
    radial-gradient(circle at 8% 2%, rgba(85, 235, 168, 0.24), transparent 30rem),
    radial-gradient(circle at 95% 36%, rgba(69, 210, 203, 0.14), transparent 28rem),
    linear-gradient(180deg, #edf9f4 0%, #f8fbfa 44%, #eef8f4 100%);
}

a {
  color: var(--green-dark);
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 21rem;
  height: 21rem;
  border-radius: 999px;
  opacity: 0.24;
  filter: blur(70px);
  pointer-events: none;
}

.ambient--one {
  top: 8rem;
  left: -8rem;
  background: #5ef2ae;
}

.ambient--two {
  right: -10rem;
  bottom: 20%;
  background: #83e8df;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(237, 249, 244, 0.76);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
}

.site-header__inner,
main,
.site-footer__inner {
  width: min(100% - 36px, 1080px);
  margin: 0 auto;
}

.site-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: -0.03em;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(18, 74, 54, 0.12);
}

.privacy-link {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  text-underline-offset: 4px;
}

main {
  padding: 62px 0 80px;
}

.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(125%);
  -webkit-backdrop-filter: blur(24px) saturate(125%);
}

.hero {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  align-items: center;
  gap: 46px;
  padding: clamp(34px, 7vw, 78px);
  overflow: hidden;
  border-radius: 44px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(42px, 7vw, 74px);
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4.5vw, 47px);
}

h3 {
  margin: 0;
  font-size: 21px;
}

.hero__lead {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  font: inherit;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:disabled {
  cursor: wait;
  opacity: 0.76;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(0, 169, 90, 0.28);
  outline-offset: 3px;
}

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, #00bc64, #008e4c);
  box-shadow: 0 13px 28px rgba(0, 143, 76, 0.25);
}

.button--secondary {
  border-color: rgba(9, 108, 69, 0.18);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
}

.farewell-mark {
  position: relative;
  width: min(100%, 290px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  justify-self: center;
}

.farewell-mark__halo {
  position: absolute;
  inset: 5%;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(62, 229, 146, 0.44), rgba(255, 255, 255, 0.22));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.84), 0 28px 70px rgba(0, 138, 75, 0.17);
}

.farewell-mark img {
  z-index: 1;
  width: 52%;
  aspect-ratio: 1;
  border-radius: 28%;
  filter: drop-shadow(0 18px 23px rgba(11, 45, 34, 0.16));
}

.farewell-mark span {
  position: absolute;
  z-index: 2;
  right: 11%;
  bottom: 15%;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  font-size: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 32px rgba(40, 88, 71, 0.18);
}

.section {
  margin-top: 90px;
  scroll-margin-top: 100px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading > p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  max-width: 900px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  min-height: 148px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px;
  border-radius: 28px;
}

.step-number {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 169, 90, 0.18);
  border-radius: 19px;
  color: var(--green-dark);
  background: rgba(220, 250, 236, 0.72);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.steps p,
.support p,
.after-delete p {
  margin: 10px 0 0;
  color: var(--muted);
}

.support {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  padding: 34px;
  border-radius: 32px;
}

.support__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  background: linear-gradient(145deg, #13c874, #008e4c);
  box-shadow: 0 14px 32px rgba(0, 143, 76, 0.22);
}

.support__copy h2 {
  font-size: clamp(28px, 4vw, 38px);
}

.safety-note {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(192, 128, 0, 0.2);
  border-radius: 16px;
  color: #684c13;
  background: rgba(255, 244, 206, 0.62);
  font-size: 14px;
}

.support__button {
  white-space: nowrap;
}

.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.5fr);
  align-items: start;
  gap: 38px;
  padding: 38px;
  border-radius: 34px;
}

.deletion-form {
  min-width: 0;
  padding: 4px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 20px;
}

.form-grid label,
.deletion-form label {
  display: block;
  min-width: 0;
}

.form-grid label > span {
  display: block;
  margin: 0 0 7px 3px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.form-grid small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.account-id-field {
  padding: 16px;
  border: 1px solid rgba(0, 169, 90, 0.18);
  border-radius: 20px;
  background: rgba(226, 249, 238, 0.58);
}

.account-id-field input {
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.account-id-field small {
  display: block;
  margin: 8px 3px 0;
  line-height: 1.5;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(23, 100, 72, 0.18);
  border-radius: 17px;
  outline: none;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.form-grid input,
.form-grid select {
  min-height: 54px;
  padding: 12px 15px;
}

.form-grid textarea {
  min-height: 116px;
  padding: 14px 15px;
  resize: vertical;
}

.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: #7b9188;
  opacity: 1;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--green);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 4px rgba(0, 169, 90, 0.12);
}

.form-grid__wide {
  grid-column: 1 / -1;
}

.website-field {
  display: none !important;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 14px;
  cursor: pointer;
}

.consent-row > span {
  display: block;
  color: var(--muted);
  line-height: 1.55;
}

.consent-row input {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  margin: 2px 0 0;
  accent-color: var(--green);
}

.form-submit {
  position: relative;
  min-width: 220px;
  min-height: 54px;
  margin-top: 22px;
  border: 0;
}

.form-submit__spinner {
  position: absolute;
  width: 21px;
  height: 21px;
  border: 3px solid rgba(255, 255, 255, 0.38);
  border-top-color: #fff;
  border-radius: 50%;
  opacity: 0;
  animation: request-spin 700ms linear infinite;
}

.form-submit.is-loading .form-submit__label {
  opacity: 0;
}

.form-submit.is-loading .form-submit__spinner {
  opacity: 1;
}

@keyframes request-spin {
  to {
    transform: rotate(360deg);
  }
}

.form-status {
  min-height: 0;
  margin: 16px 0 0;
  padding: 0;
  border-radius: 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.form-status:not(:empty) {
  padding: 14px 16px;
}

.form-status--info {
  color: #315f4d;
  background: rgba(218, 247, 233, 0.76);
}

.form-status--success {
  border: 1px solid rgba(0, 150, 79, 0.2);
  color: #006b38;
  background: rgba(215, 250, 232, 0.9);
}

.form-status--error {
  border: 1px solid rgba(185, 42, 42, 0.18);
  color: #9c2424;
  background: rgba(255, 229, 229, 0.86);
}

.verification-panel,
.final-delete-panel,
.deletion-success {
  padding: clamp(24px, 5vw, 38px);
  border: 1px solid rgba(22, 116, 78, 0.14);
  border-radius: 28px;
  background: rgba(239, 251, 245, 0.72);
  text-align: center;
}

.verification-panel__icon,
.deletion-success > div:first-child {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin: 0 auto 19px;
  border-radius: 21px;
  color: #fff;
  background: linear-gradient(145deg, #13c874, #008e4c);
  box-shadow: 0 14px 32px rgba(0, 143, 76, 0.2);
  font-size: 29px;
  font-weight: 950;
}

.verification-panel .eyebrow {
  margin-bottom: 8px;
}

.verification-copy,
.final-delete-panel p,
.deletion-success p {
  margin: 12px auto 0;
  color: var(--muted);
}

.verification-copy {
  max-width: 540px;
}

.verification-copy strong {
  color: var(--ink);
}

.otp-boxes {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 64px));
  justify-content: center;
  gap: 10px;
  margin: 28px auto 22px;
}

.otp-boxes input {
  width: 100%;
  aspect-ratio: 1;
  min-width: 0;
  padding: 0;
  border: 2px solid rgba(23, 100, 72, 0.22);
  border-radius: 17px;
  outline: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  caret-color: var(--green);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.otp-boxes input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(0, 169, 90, 0.13);
}

.otp-boxes.has-error input {
  border-color: #d23b3b;
  box-shadow: 0 0 0 3px rgba(210, 59, 59, 0.1);
  animation: otp-shake 280ms ease;
}

@keyframes otp-shake {
  25% { transform: translateX(-3px); }
  50% { transform: translateX(3px); }
  75% { transform: translateX(-2px); }
}

.verification-button {
  min-width: 220px;
}

.resend-code {
  display: block;
  margin: 16px auto 0;
  padding: 8px;
  border: 0;
  color: var(--green-dark);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.resend-code:disabled {
  color: var(--muted);
  cursor: default;
  opacity: 0.75;
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #006b38;
  background: rgba(215, 250, 232, 0.94);
  font-size: 14px;
  font-weight: 850;
}

.verified-badge span {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
}

.button--danger {
  margin-top: 24px;
  border-color: rgba(184, 30, 45, 0.16);
  color: #fff;
  background: linear-gradient(135deg, #dc4352, #aa1729);
  box-shadow: 0 13px 28px rgba(170, 23, 41, 0.2);
}

.deletion-success > div:first-child {
  border-radius: 50%;
}

.request-aside {
  align-self: stretch;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(22, 116, 78, 0.13);
  border-radius: 25px;
  background: rgba(232, 250, 241, 0.62);
}

.request-aside h3 {
  margin-top: 22px;
}

.request-aside ol {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.request-aside li + li {
  margin-top: 11px;
}

.request-aside p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.request-aside strong {
  color: var(--ink);
  overflow-wrap: anywhere;
}

.copy-email {
  margin-top: 14px;
  padding: 0;
  border: 0;
  color: var(--green-dark);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.data-card {
  padding: 30px;
  border-radius: 30px;
}

.data-card__title {
  display: flex;
  align-items: center;
  gap: 13px;
}

.data-card__title span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  font-weight: 950;
}

.data-card--deleted .data-card__title span {
  color: #fff;
  background: var(--green);
}

.data-card--retained .data-card__title span {
  color: #745914;
  background: #ffe99d;
}

.data-card ul {
  margin: 24px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.data-card li + li {
  margin-top: 10px;
}

.retention {
  margin-top: 20px;
  padding: 32px;
  border-radius: 30px;
}

.retention__rows {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.retention__rows > div {
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.52);
}

.retention__rows strong,
.retention__rows span {
  display: block;
}

.retention__rows strong {
  line-height: 1.35;
}

.retention__rows span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.retention__note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.after-delete {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 34px;
  border-radius: 32px;
}

.after-delete__emoji {
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  font-size: 35px;
  background: rgba(220, 250, 236, 0.9);
}

.after-delete h2 {
  font-size: clamp(28px, 4vw, 38px);
}

.updated {
  margin: 40px 0 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.site-footer {
  border-top: 1px solid rgba(22, 101, 72, 0.1);
  background: rgba(247, 251, 249, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-footer__inner {
  min-height: 135px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand--footer img {
  width: 36px;
  height: 36px;
}

.site-footer p {
  margin: 0 auto 0 0;
  color: var(--muted);
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.footer-links a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  text-underline-offset: 4px;
}

@media (max-width: 880px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .farewell-mark {
    width: 220px;
    grid-row: 1;
  }

  .support {
    grid-template-columns: auto 1fr;
  }

  .support__button {
    grid-column: 2;
    justify-self: start;
  }

  .request-layout {
    grid-template-columns: 1fr;
  }

  .retention__rows {
    grid-template-columns: 1fr;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 0;
  }

  .site-footer p {
    margin: -14px 0 0 48px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-header__inner,
  main,
  .site-footer__inner {
    width: min(100% - 24px, 1080px);
  }

  .site-header__inner {
    min-height: 66px;
  }

  .brand {
    font-size: 19px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  main {
    padding-top: 24px;
  }

  .hero {
    min-height: auto;
    gap: 18px;
    padding: 28px 20px 32px;
    border-radius: 30px;
  }

  .farewell-mark {
    width: 145px;
  }

  .farewell-mark span {
    width: 46px;
    height: 46px;
    font-size: 23px;
  }

  .hero__actions {
    display: grid;
  }

  .section {
    margin-top: 64px;
  }

  .steps,
  .data-grid {
    grid-template-columns: 1fr;
  }

  .steps li {
    min-height: auto;
    align-items: flex-start;
    padding: 23px;
    border-radius: 24px;
  }

  .step-number {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 16px;
  }

  .support {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 26px;
  }

  .support__button {
    grid-column: 1;
    justify-self: stretch;
  }

  .request-layout {
    gap: 24px;
    padding: 22px;
    border-radius: 26px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid__wide {
    grid-column: 1;
  }

  .form-submit {
    width: 100%;
  }

  .otp-boxes {
    gap: 6px;
  }

  .otp-boxes input {
    border-radius: 13px;
    font-size: 21px;
  }

  .verification-button,
  .button--danger {
    width: 100%;
  }

  .request-aside {
    padding: 22px;
  }

  .data-card,
  .retention {
    padding: 24px;
    border-radius: 25px;
  }

  .after-delete {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
    border-radius: 26px;
  }

  .site-footer p {
    margin: -14px 0 0 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }

  .form-submit__spinner {
    animation-duration: 1.4s;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --ink: #effff8;
    --muted: #a9c4b8;
    --green: #20d77f;
    --green-dark: #62eaa7;
    --line: rgba(162, 235, 203, 0.15);
    --glass: rgba(11, 31, 24, 0.72);
    --glass-strong: rgba(15, 38, 30, 0.9);
    --shadow: 0 26px 76px rgba(0, 0, 0, 0.25);
    background: #07140f;
  }

  body {
    background:
      radial-gradient(circle at 8% 2%, rgba(19, 151, 91, 0.22), transparent 30rem),
      radial-gradient(circle at 95% 36%, rgba(24, 129, 124, 0.15), transparent 28rem),
      linear-gradient(180deg, #07140f 0%, #0b1914 52%, #081510 100%);
  }

  .site-header {
    border-bottom-color: rgba(191, 244, 219, 0.08);
    background: rgba(7, 20, 15, 0.78);
  }

  .brand img,
  .farewell-mark img {
    box-shadow: none;
  }

  .button--secondary,
  .retention__rows > div,
  .form-grid input,
  .form-grid select,
  .form-grid textarea {
    background: rgba(255, 255, 255, 0.07);
  }

  .form-grid input:focus,
  .form-grid select:focus,
  .form-grid textarea:focus {
    background: rgba(255, 255, 255, 0.1);
  }

  .form-grid input,
  .form-grid select,
  .form-grid textarea {
    border-color: rgba(177, 226, 204, 0.2);
    color: #f4fff9;
    background-color: rgba(255, 255, 255, 0.075);
    color-scheme: dark;
  }

  .form-grid select option {
    color: #effff8;
    background: #10251d;
  }

  .form-grid input::placeholder,
  .form-grid textarea::placeholder {
    color: #8fa99d;
  }

  .form-grid label > span,
  .consent-row > span {
    color: #dff4ea;
  }

  .request-aside {
    border-color: rgba(138, 227, 187, 0.15);
    background: rgba(27, 83, 60, 0.28);
  }

  .request-aside ol,
  .request-aside p {
    color: #bad2c7;
  }

  .form-status--info {
    color: #bce8d4;
    background: rgba(35, 112, 79, 0.28);
  }

  .form-status--success {
    color: #8df0ba;
    background: rgba(25, 112, 73, 0.3);
  }

  .form-status--error {
    color: #ffb7b7;
    background: rgba(127, 33, 33, 0.32);
  }

  .safety-note {
    border-color: rgba(255, 221, 115, 0.2);
    color: #f8dea0;
    background: rgba(123, 85, 0, 0.2);
  }

  .verification-panel,
  .final-delete-panel,
  .deletion-success {
    border-color: rgba(138, 227, 187, 0.16);
    background: rgba(27, 83, 60, 0.25);
  }

  .otp-boxes input {
    border-color: rgba(177, 226, 204, 0.22);
    color: #f4fff9;
    background: rgba(255, 255, 255, 0.08);
  }

  .verified-badge {
    color: #9af0c0;
    background: rgba(25, 112, 73, 0.32);
  }

  .after-delete__emoji {
    background: rgba(29, 104, 70, 0.35);
  }

  .step-number {
    border-color: rgba(98, 234, 167, 0.2);
    background: rgba(29, 104, 70, 0.28);
  }

  .site-footer {
    background: rgba(6, 18, 13, 0.78);
  }
}
