.moving-checklist {
    --checklist-ink: #171717;
    --checklist-red: #bc151c;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #deddd9;
    color: var(--checklist-ink);
    padding: clamp(24px, 4vw, 54px);
    margin: 0 0 64px;
    font-family: Arial, Helvetica, sans-serif;
}
.moving-checklist *, .moving-checklist *::before, .moving-checklist *::after { box-sizing: border-box; }
.moving-checklist [hidden] { display: none !important; }
.moving-checklist .moving-checklist__heading { display: grid; grid-template-columns: 1.4fr 1fr; gap: 38px; align-items: end; }
.moving-checklist .moving-checklist__eyebrow { color: var(--checklist-red); font-size: 9px; line-height: 1.6; letter-spacing: .14em; font-weight: 700; margin: 0 0 16px; }
.moving-checklist h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(32px, 3.7vw, 48px); font-weight: 400; line-height: 1.13; letter-spacing: -.035em; margin: 0; max-width: 510px; }
.moving-checklist .moving-checklist__intro { color: #606060; font-size: 13px; line-height: 1.8; margin: 0 0 3px; max-width: 345px; }
.moving-checklist .moving-checklist__progress { margin: 37px 0 39px; }
.moving-checklist .moving-checklist__progress-labels { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 12px; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.moving-checklist .moving-checklist__status { color: var(--checklist-red); font-size: 12px; letter-spacing: 0; white-space: nowrap; font-variant-numeric: tabular-nums; }
.moving-checklist progress { display: block; appearance: none; -webkit-appearance: none; width: 100%; height: 3px; border: 0; border-radius: 0; background: #e9e7e4; color: var(--checklist-red); }
.moving-checklist progress::-webkit-progress-bar { background: #e9e7e4; }
.moving-checklist progress::-webkit-progress-value { background: var(--checklist-red); transition: width .22s ease; }
.moving-checklist progress::-moz-progress-bar { background: var(--checklist-red); }
.moving-checklist .moving-checklist__groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 29px; }
.moving-checklist .moving-checklist__group { padding: 0; margin: 0; min-width: 0; border: 0; }
.moving-checklist legend { display: block; float: none; width: 100%; padding: 0; margin: 0 0 19px; font-family: Georgia, 'Times New Roman', serif; font-size: 22px; line-height: 1.2; letter-spacing: -.02em; }
.moving-checklist .moving-checklist__number { display: block; font-family: Arial, Helvetica, sans-serif; color: var(--checklist-red); font-size: 10px; line-height: 1; letter-spacing: .12em; font-weight: 700; margin: 0 0 13px; }
.moving-checklist .moving-checklist__tasks { border-top: 1px solid #deddd9; }
.moving-checklist .moving-checklist__task { display: flex; align-items: flex-start; gap: 11px; border-bottom: 1px solid #e9e7e4; padding: 15px 0; margin: 0; cursor: pointer; font-size: 12px; font-weight: 400; line-height: 1.65; }
.moving-checklist .moving-checklist__task input { appearance: auto; -webkit-appearance: checkbox; display: block; flex: 0 0 18px; width: 18px; height: 18px; min-height: 0; margin: 1px 0 0; padding: 0; border-radius: 0; accent-color: var(--checklist-red); cursor: pointer; }
.moving-checklist .moving-checklist__task span { transition: color .15s ease; }
.moving-checklist .moving-checklist__task input:checked + span { color: #666; text-decoration: line-through; text-decoration-color: #a2a09c; text-decoration-thickness: 1px; }
.moving-checklist .moving-checklist__task input:focus-visible, .moving-checklist button:focus-visible { outline: 3px solid var(--checklist-red); outline-offset: 4px; }
.moving-checklist .moving-checklist__footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #deddd9; margin: 35px 0 0; padding: 22px 0 0; }
.moving-checklist .moving-checklist__privacy { color: #606060; font-size: 10px; line-height: 1.7; margin: 0; max-width: 300px; }
.moving-checklist .moving-checklist__actions { display: flex; gap: 12px; flex-shrink: 0; align-items: center; }
.moving-checklist button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 15px; border: 1px solid #d9d7d4; border-radius: 0; background: #fff; color: var(--checklist-ink); font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.4; font-weight: 700; cursor: pointer; }
.moving-checklist .moving-checklist__print { border-color: var(--checklist-ink); background: var(--checklist-ink); color: #fff; }
.moving-checklist .moving-checklist__reset:hover { border-color: var(--checklist-red); color: var(--checklist-red); }
.moving-checklist .moving-checklist__print:hover { background: #bc151c; border-color: #bc151c; }
@media (max-width: 900px) {
    .moving-checklist .moving-checklist__heading { grid-template-columns: 1fr; gap: 18px; }
    .moving-checklist .moving-checklist__intro { max-width: 480px; }
    .moving-checklist .moving-checklist__groups { gap: 20px; }
    .moving-checklist legend { font-size: 20px; }
    .moving-checklist .moving-checklist__footer { flex-wrap: wrap; gap: 15px; }
}
@media (max-width: 650px) {
    .moving-checklist .moving-checklist__groups { grid-template-columns: 1fr; gap: 30px; }
    .moving-checklist .moving-checklist__progress { margin: 28px 0 31px; }
    .moving-checklist .moving-checklist__task { font-size: 13px; padding: 14px 0; }
    .moving-checklist legend { font-size: 24px; margin-bottom: 15px; }
    .moving-checklist .moving-checklist__number { display: inline-block; margin: 0 13px 0 0; vertical-align: middle; }
    .moving-checklist .moving-checklist__actions { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
    .moving-checklist progress::-webkit-progress-value, .moving-checklist .moving-checklist__task span { transition: none; }
}
@media print {
    .moving-checklist { border: 1px solid #999; padding: 20px; margin: 0 0 25px; color: #000; break-inside: avoid; box-shadow: none; }
    .moving-checklist .moving-checklist__heading { grid-template-columns: 1fr; gap: 10px; }
    .moving-checklist h2 { font-size: 28px; }
    .moving-checklist .moving-checklist__intro { max-width: none; }
    .moving-checklist .moving-checklist__groups { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
    .moving-checklist legend { font-size: 18px; }
    .moving-checklist .moving-checklist__task { font-size: 10px; padding: 10px 0; break-inside: avoid; }
    .moving-checklist .moving-checklist__task input { accent-color: #000; }
    .moving-checklist .moving-checklist__footer { display: none; }
    .moving-checklist .moving-checklist__progress { margin: 20px 0; }
}
