/* /redact-sensitive-info-screenshots/ — fast-action proof strip */

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.tool-proof-strip {
    padding: 12px 20px 48px;
    max-width: 960px;
    margin: 0 auto;
}

.tool-proof-inner {
    display: grid;
    gap: 12px;
    padding: 18px 18px 20px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(145deg, rgba(30, 27, 40, 0.9), rgba(18, 16, 24, 0.95));
}

@media (min-width: 720px) {
    .tool-proof-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        align-items: start;
    }
}

.tool-proof-step {
    position: relative;
    padding-left: 14px;
    border-left: 2px solid rgba(199, 184, 255, 0.45);
}

.tool-proof-step-num {
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #a89fd4;
    margin-bottom: 6px;
}

.tool-proof-step h3 {
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ececec;
    margin: 0 0 6px;
    line-height: 1.3;
}

.tool-proof-step p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.55;
    color: #9a9a9a;
}

.tool-proof-tag {
    display: inline-block;
    margin-top: 8px;
    font-size: 0.72rem;
    color: #7dd3c0;
}
