body.docs-deletion-page { padding-top: 0 !important; overflow-x: hidden; color: var(--docs-ink); background: #fff; font-family: var(--docs-body); -webkit-font-smoothing: antialiased; }
.docs-deletion-page::selection { color: #fff; background: var(--docs-primary); }
.docs-deletion-page .container { width: min(100% - 48px, 1360px); max-width: 1360px; padding: 0; margin-inline: auto; }
.docs-deletion-page a { color: inherit; text-decoration: none; }
.docs-deletion-page h1, .docs-deletion-page h2, .docs-deletion-page h3 { font-family: var(--docs-heading); letter-spacing: -.035em; }
.docs-deletion-page em { font-style: normal; }
.docs-deletion-page [hidden] { display: none !important; }

.docs-deletion-hero { position: relative; min-height: 680px; overflow: hidden; padding: 142px 0 88px; color: #fff; background: linear-gradient(116deg, #031828 0%, #06324d 55%, #0877a5 118%); }
.docs-deletion-hero::before { position: absolute; inset: 0 0 0 auto; width: 50%; content: ""; opacity: .25; background: linear-gradient(138deg, transparent 0 27%, rgba(117, 220, 255, .13) 27% 42%, transparent 42% 57%, rgba(117, 220, 255, .08) 57% 72%, transparent 72%); }
.docs-deletion-hero::after { position: absolute; right: -12%; bottom: -102%; width: 760px; height: 760px; border: 116px solid rgba(117, 220, 255, .055); border-radius: 50%; content: ""; }
.docs-deletion-hero__grid { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.docs-deletion-hero__layout { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 7vw; }
.docs-deletion-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--docs-cyan); font: 800 .68rem var(--docs-heading); letter-spacing: .11em; text-transform: uppercase; }
.docs-deletion-eyebrow i { width: 9px; height: 9px; border-radius: 50%; background: #2ed29c; box-shadow: 0 0 0 6px rgba(46, 210, 156, .13); }
.docs-deletion-hero__copy h1 { max-width: 720px; margin: 25px 0 23px; color: #fff; font-size: clamp(3.7rem, 4.7vw, 5.35rem); font-weight: 700; line-height: .91; }
.docs-deletion-hero__copy h1 span, .docs-deletion-hero__copy h1 em { display: block; }
.docs-deletion-hero__copy h1 em { color: var(--docs-cyan); }
.docs-deletion-hero__copy > p { max-width: 630px; margin: 0; color: rgba(233, 250, 255, .73); font-size: 1rem; line-height: 1.7; }
.docs-deletion-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 29px; }
.docs-deletion-share { display: inline-flex; align-items: center; gap: 11px; padding: 0; border: 0; color: rgba(255, 255, 255, .76); background: transparent; font: 700 .79rem var(--docs-heading); }
.docs-deletion-share span { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(255, 255, 255, .25); border-radius: 11px; background: rgba(255, 255, 255, .07); }
.docs-deletion-share:hover { color: #fff; }
.docs-deletion-back { display: inline-flex; align-items: center; gap: 9px; margin-top: 23px; color: rgba(255, 255, 255, .58) !important; font: 700 .69rem var(--docs-heading); }
.docs-deletion-back:hover { color: #fff !important; }

.docs-deletion-route { overflow: hidden; border: 1px solid rgba(255, 255, 255, .27); border-radius: 24px; color: var(--docs-ink); background: rgba(255, 255, 255, .98); box-shadow: 0 30px 65px rgba(0, 12, 29, .3); }
.docs-deletion-route__topline { display: flex; min-height: 56px; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--docs-border); font: 800 .68rem var(--docs-heading); letter-spacing: .09em; text-transform: uppercase; }
.docs-deletion-route__topline small { display: inline-flex; align-items: center; gap: 8px; color: #178a64; font-size: .61rem; }
.docs-deletion-route__topline small i { width: 7px; height: 7px; border-radius: 50%; background: #25b981; box-shadow: 0 0 0 5px rgba(37, 185, 129, .11); }
.docs-deletion-route__body { min-height: 390px; padding: 24px; background-color: #f8fbfc; background-image: linear-gradient(#e9f1f4 1px, transparent 1px), linear-gradient(90deg, #e9f1f4 1px, transparent 1px); background-size: 34px 34px; }
.docs-deletion-route__steps { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }
.docs-deletion-route__steps::before { position: absolute; z-index: 0; top: 50%; right: 5%; left: 5%; height: 1px; content: ""; background: #b7dce9; }
.docs-deletion-route__steps button { position: relative; z-index: 1; display: grid; min-width: 0; min-height: 73px; place-items: center; gap: 3px; padding: 10px 6px; border: 1px solid #cfe3eb; border-radius: 13px; color: #678092; background: rgba(255, 255, 255, .96); transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.docs-deletion-route__steps button:hover { border-color: #86cce4; color: var(--docs-primary); transform: translateY(-2px); }
.docs-deletion-route__steps button:focus-visible { outline: 3px solid rgba(86, 209, 255, .36); outline-offset: 2px; }
.docs-deletion-route__steps button.is-active { border-color: #56c9ed; color: #fff; background: linear-gradient(145deg, var(--docs-primary-bright), var(--docs-primary)); box-shadow: 0 9px 20px rgba(5, 111, 164, .22); transform: translateY(-2px); }
.docs-deletion-route__steps button span { font: 800 .55rem var(--docs-heading); letter-spacing: .08em; }
.docs-deletion-route__steps button svg { font-size: 1rem; }
.docs-deletion-route__focus { position: relative; display: grid; min-height: 223px; grid-template-columns: 62px minmax(0, 1fr); align-content: center; column-gap: 19px; margin-top: 17px; padding: 31px 34px; overflow: hidden; border: 1px solid #badde9; border-radius: 17px; background: rgba(255, 255, 255, .96); box-shadow: 0 12px 28px rgba(10, 47, 73, .06); }
.docs-deletion-route__focus::after { position: absolute; top: -65px; right: -65px; width: 170px; height: 170px; border: 29px solid #e3f5fb; border-radius: 50%; content: ""; }
.docs-deletion-route__focus > span { z-index: 1; display: grid; width: 62px; height: 62px; grid-row: 1 / 5; place-items: center; align-self: center; border-radius: 17px; color: #fff; background: linear-gradient(145deg, var(--docs-primary-bright), var(--docs-primary)); box-shadow: 0 12px 25px rgba(7, 120, 175, .2); }
.docs-deletion-route__focus small { z-index: 1; color: var(--docs-primary); font: 800 .59rem var(--docs-heading); letter-spacing: .1em; text-transform: uppercase; }
.docs-deletion-route__focus strong { z-index: 1; display: block; max-width: 390px; margin-top: 6px; color: var(--docs-ink); font: 700 1.65rem/1.05 var(--docs-heading); letter-spacing: -.035em; }
.docs-deletion-route__focus p { z-index: 1; max-width: 440px; margin: 9px 0 0; color: var(--docs-muted); font-size: .75rem; line-height: 1.55; }
.docs-deletion-route__focus em { z-index: 1; display: inline-flex; align-items: center; gap: 7px; margin-top: 13px; color: #668093; font: 600 .61rem var(--docs-body); }
.docs-deletion-route__focus em svg { color: var(--docs-primary); }
.docs-deletion-route__focus em b { font-weight: 600; }
.docs-deletion-route__footer { display: flex; min-height: 56px; align-items: center; gap: 22px; padding: 0 22px; border-top: 1px solid var(--docs-border); color: var(--docs-muted); background: #fff; font-size: .64rem; }
.docs-deletion-route__footer span { display: inline-flex; align-items: center; gap: 7px; }
.docs-deletion-route__footer span:first-child svg { color: #21a777; }
.docs-deletion-route__footer span:last-child svg { color: #c27a13; }

.docs-deletion-flow { padding: 120px 0 130px; background: #f3f7fa; }
.docs-deletion-flow__heading { display: grid; grid-template-columns: .52fr 1.48fr; align-items: start; gap: 40px; margin-bottom: 53px; }
.docs-deletion-flow__heading h2 { max-width: 920px; margin: -9px 0 17px; color: var(--docs-ink); font-size: clamp(3.1rem, 5vw, 5.25rem); font-weight: 700; line-height: .94; }
.docs-deletion-flow__heading h2 em { display: block; color: var(--docs-primary); }
.docs-deletion-flow__heading p { max-width: 730px; margin: 0; color: var(--docs-muted); line-height: 1.7; }
.docs-deletion-scope { display: grid; grid-template-columns: 60px minmax(0, 1fr) minmax(250px, .62fr); align-items: center; gap: 22px; margin-bottom: 18px; padding: 25px 27px; border: 1px solid #abd9e9; border-radius: 19px; background: linear-gradient(120deg, #fff, #edf9fd); box-shadow: 0 9px 26px rgba(10, 47, 73, .055); }
.docs-deletion-scope > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(145deg, var(--docs-primary-bright), var(--docs-primary)); }
.docs-deletion-scope small { color: var(--docs-primary); font: 800 .64rem var(--docs-heading); letter-spacing: .09em; text-transform: uppercase; }
.docs-deletion-scope h3 { margin: 4px 0 5px; color: var(--docs-ink); font-size: 1.45rem; font-weight: 700; }
.docs-deletion-scope div p { margin: 0; color: var(--docs-muted); font-size: .76rem; line-height: 1.55; }
.docs-deletion-scope > p { display: flex; align-items: center; gap: 12px; padding: 15px 17px; margin: 0; border-left: 1px solid #c9e6ef; color: #527083; font-size: .7rem; line-height: 1.5; }
.docs-deletion-scope > p svg { flex: 0 0 auto; color: #218e67; font-size: 1rem; }
.docs-deletion-layout { display: grid; grid-template-columns: minmax(265px, .38fr) minmax(0, 1.62fr); align-items: start; gap: 18px; }
.docs-deletion-warning { position: sticky; top: 102px; padding: 28px; border: 1px solid #efd49e; border-radius: 19px; background: linear-gradient(145deg, #fff, #fffaf0); box-shadow: 0 11px 30px rgba(104, 67, 12, .07); }
.docs-deletion-warning > span { display: grid; width: 56px; height: 56px; margin-bottom: 25px; place-items: center; border: 1px solid #efc979; border-radius: 16px; color: #b86d08; background: #fff8e8; font-size: 1.15rem; }
.docs-deletion-warning small { color: #a76307; font: 800 .62rem var(--docs-heading); letter-spacing: .1em; text-transform: uppercase; }
.docs-deletion-warning h3 { margin: 9px 0 13px; color: var(--docs-ink); font-size: 1.7rem; font-weight: 700; line-height: 1.07; }
.docs-deletion-warning p { margin: 0; color: var(--docs-muted); font-size: .8rem; line-height: 1.65; }
.docs-deletion-warning ul { display: grid; gap: 9px; padding: 19px 0 0; margin: 22px 0 0; border-top: 1px solid #eeddbd; list-style: none; }
.docs-deletion-warning li { display: flex; align-items: center; gap: 9px; color: #65798a; font-size: .68rem; }
.docs-deletion-warning li svg { color: #1d9f71; }
.docs-deletion-timeline { position: relative; display: grid; gap: 13px; }
.docs-deletion-timeline::before { position: absolute; z-index: 0; top: 60px; bottom: 60px; left: 57px; width: 2px; content: ""; background: linear-gradient(var(--docs-primary), #9bcfe2 80%, #d19a43); }
.docs-deletion-step { position: relative; z-index: 1; display: grid; min-height: 168px; grid-template-columns: 92px minmax(0, 1fr) auto; align-items: center; gap: 25px; padding: 27px 30px 27px 24px; border: 1px solid var(--docs-border); border-radius: 19px; background: #fff; box-shadow: 0 10px 28px rgba(10, 47, 73, .055); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.docs-deletion-step:hover, .docs-deletion-step.is-current { border-color: #87cfe7; box-shadow: 0 16px 34px rgba(8, 89, 132, .1); transform: translateX(4px); }
.docs-deletion-step__marker { position: relative; display: grid; width: 66px; height: 84px; justify-self: center; place-items: center; border: 1px solid #bce0ed; border-radius: 18px; color: var(--docs-primary); background: #eef9fd; }
.docs-deletion-step__marker span { position: absolute; top: 9px; left: 10px; color: #4f7185; font: 800 .52rem var(--docs-heading); letter-spacing: .08em; }
.docs-deletion-step__marker svg { margin-top: 13px; font-size: 1.15rem; }
.docs-deletion-step__content small { color: var(--docs-primary); font: 800 .61rem var(--docs-heading); letter-spacing: .1em; text-transform: uppercase; }
.docs-deletion-step__content h3 { margin: 7px 0 10px; color: var(--docs-ink); font-size: 1.55rem; font-weight: 700; line-height: 1.08; }
.docs-deletion-step__content p { max-width: 720px; margin: 0; color: var(--docs-muted); font-size: .84rem; line-height: 1.65; }
.docs-deletion-step__status { min-width: 98px; padding: 8px 11px; border: 1px solid #c9e4ee; border-radius: 999px; color: #4f7185; background: #f5fbfd; font: 800 .55rem var(--docs-heading); letter-spacing: .07em; text-align: center; text-transform: uppercase; }
.docs-deletion-step--final { border-color: #ead3a9; }
.docs-deletion-step--final .docs-deletion-step__marker { border-color: #efca7f; color: #af6809; background: #fff8e9; }
.docs-deletion-step--final .docs-deletion-step__status { border-color: #efd198; color: #9f620e; background: #fff9ee; }
.docs-deletion-guidance { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 22px; margin-top: 18px; padding: 27px; border: 1px solid #b9dce9; border-radius: 19px; background: linear-gradient(120deg, #fff, #edf8fc); box-shadow: 0 9px 26px rgba(10, 47, 73, .055); }
.docs-deletion-guidance > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(145deg, var(--docs-primary-bright), var(--docs-primary)); }
.docs-deletion-guidance small { color: var(--docs-primary); font: 800 .64rem var(--docs-heading); letter-spacing: .09em; text-transform: uppercase; }
.docs-deletion-guidance h3 { max-width: 770px; margin: 5px 0 0; color: var(--docs-ink); font-size: 1.4rem; font-weight: 700; }
.docs-deletion-guidance a { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 14px; padding: 11px 17px; border: 1px solid #9bcfe2; border-radius: 11px; color: var(--docs-primary); font: 700 .78rem var(--docs-heading); white-space: nowrap; }
.docs-deletion-guidance a svg { margin-left: 3px; }

.docs-deletion-page #ButtonScrollTop { right: 23px; bottom: 23px; display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; color: #fff !important; background: linear-gradient(145deg, var(--docs-primary-bright), var(--docs-primary)); box-shadow: 0 10px 25px rgba(4, 61, 95, .25); }
.docs-deletion-page .modal-content { overflow: hidden; border: 1px solid var(--docs-border); border-radius: 18px; color: var(--docs-ink); box-shadow: var(--docs-shadow); }

@media (max-width: 1199.98px) {
    .docs-deletion-hero__layout { gap: 4vw; }
    .docs-deletion-route__focus { padding-inline: 25px; }
}

@media (max-width: 991.98px) {
    .docs-deletion-hero { padding-top: 123px; }
    .docs-deletion-hero__layout { grid-template-columns: 1fr; }
    .docs-deletion-hero__copy { max-width: 780px; }
    .docs-deletion-route { width: min(100%, 800px); }
    .docs-deletion-flow__heading { grid-template-columns: 1fr; gap: 25px; }
    .docs-deletion-flow__heading h2 { margin-top: 0; }
    .docs-deletion-scope { grid-template-columns: 58px minmax(0, 1fr); }
    .docs-deletion-scope > p { grid-column: 1 / -1; border-top: 1px solid #c9e6ef; border-left: 0; }
    .docs-deletion-layout { grid-template-columns: 1fr; }
    .docs-deletion-warning { position: static; }
    .docs-deletion-warning ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .docs-deletion-guidance { grid-template-columns: 58px 1fr; }
    .docs-deletion-guidance a { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 767.98px) {
    .docs-deletion-page .container { width: min(100% - 30px, 1360px); }
    .docs-deletion-hero { min-height: 0; padding: 106px 0 72px; }
    .docs-deletion-hero__copy h1 { font-size: clamp(3.05rem, 13.8vw, 4.8rem); }
    .docs-deletion-hero__copy > p { font-size: .94rem; }
    .docs-deletion-hero__actions { align-items: stretch; flex-direction: column; }
    .docs-deletion-share { justify-content: center; }
    .docs-deletion-route__body { min-height: 0; padding: 17px; }
    .docs-deletion-route__steps { gap: 5px; }
    .docs-deletion-route__steps button { min-height: 61px; padding: 8px 3px; border-radius: 10px; }
    .docs-deletion-route__steps button svg { font-size: .85rem; }
    .docs-deletion-route__focus { min-height: 260px; grid-template-columns: 47px minmax(0, 1fr); column-gap: 15px; padding: 27px 21px; }
    .docs-deletion-route__focus > span { width: 47px; height: 47px; border-radius: 14px; }
    .docs-deletion-route__focus strong { font-size: 1.4rem; }
    .docs-deletion-route__footer { flex-wrap: wrap; gap: 9px 18px; padding-block: 13px; }
    .docs-deletion-flow { padding: 85px 0 90px; }
    .docs-deletion-flow__heading { margin-bottom: 40px; }
    .docs-deletion-flow__heading h2 { font-size: 3rem; }
    .docs-deletion-warning { padding: 24px; }
    .docs-deletion-scope { grid-template-columns: 50px minmax(0, 1fr); padding: 22px; }
    .docs-deletion-scope > span { width: 50px; height: 50px; }
    .docs-deletion-step { min-height: 0; grid-template-columns: 64px minmax(0, 1fr); gap: 17px; padding: 23px 20px; }
    .docs-deletion-timeline::before { left: 50px; }
    .docs-deletion-step:hover, .docs-deletion-step.is-current { transform: translateY(-2px); }
    .docs-deletion-step__marker { width: 58px; height: 72px; }
    .docs-deletion-step__content h3 { font-size: 1.35rem; }
    .docs-deletion-step__status { grid-column: 2; justify-self: start; min-width: 0; margin-top: -5px; }
    .docs-deletion-guidance { grid-template-columns: 50px 1fr; padding: 22px; }
    .docs-deletion-guidance > span { width: 50px; height: 50px; }
    .docs-deletion-guidance h3 { font-size: 1.2rem; }
    .docs-deletion-guidance a { width: 100%; }
}

@media (max-width: 420px) {
    .docs-deletion-hero__copy h1 { font-size: 2.8rem; }
    .docs-deletion-route__topline { padding-inline: 16px; }
    .docs-deletion-route__topline small { display: none; }
    .docs-deletion-route__focus { display: block; }
    .docs-deletion-route__focus > span { margin-bottom: 18px; }
    .docs-deletion-route__focus strong { margin-top: 7px; }
    .docs-deletion-flow__heading h2 { font-size: 2.72rem; }
    .docs-deletion-warning ul { grid-template-columns: 1fr; }
    .docs-deletion-scope { display: flex; align-items: flex-start; flex-direction: column; }
    .docs-deletion-scope > p { width: 100%; padding-inline: 0; }
    .docs-deletion-step { grid-template-columns: 54px minmax(0, 1fr); gap: 14px; padding-inline: 17px; }
    .docs-deletion-timeline::before { left: 43px; }
    .docs-deletion-step__marker { width: 51px; height: 67px; border-radius: 15px; }
    .docs-deletion-step__content h3 { font-size: 1.23rem; overflow-wrap: anywhere; }
    .docs-deletion-step__content p { font-size: .79rem; }
    .docs-deletion-guidance { display: flex; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    .docs-deletion-page *, .docs-deletion-page *::before, .docs-deletion-page *::after { transition-duration: .01ms !important; }
}
