:root{--color-orange:#ff5900;--color-purple:#432f64;--color-text-light:#5a6a7d;--color-border-light:#eef0f3;--color-bg-light:#f9f9fa}.req-checklist-container{background:#fff;border:1px solid var(--color-border-light);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.05);box-sizing:border-box;margin:40px 20px!important;max-width:700px;padding:32px 24px;width:100%;width:auto}.req-header{margin-bottom:32px;text-align:center}.req-header h2{color:var(--color-purple);font-size:28px;font-weight:800;margin-bottom:16px}.req-header .req-intro{color:var(--color-text-light);font-size:18px;line-height:1.5;margin:0}.req-secondary-cta{background-color:var(--color-bg-light);border-radius:8px;font-size:15px;margin-bottom:24px;padding:16px;text-align:center}.req-secondary-cta span{color:var(--color-text-light);display:block;margin-bottom:4px}.req-secondary-cta a{color:var(--color-purple);font-weight:700;text-decoration:underline}.checklist-wrapper{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.check-item{align-items:center;border:1px solid var(--color-border-light);border-radius:8px;display:flex;flex-wrap:wrap;padding:16px;transition:border-color .2s ease}.req-checkbox{display:none}.check-label{cursor:pointer;flex-grow:1}.check-label,.checkmark-box{align-items:center;display:flex}.checkmark-box{border:2px solid var(--color-border-light);border-radius:4px;flex-shrink:0;height:24px;justify-content:center;margin-right:12px;transition:all .2s ease;width:24px}.item-text{color:var(--color-purple);font-size:16px;font-weight:600;line-height:1.4;transition:all .2s ease}.req-checkbox:checked+.check-label .checkmark-box{background-color:var(--color-orange);border-color:var(--color-orange)}.req-checkbox:checked+.check-label .item-text{color:var(--color-text-light);text-decoration:line-through}.checkmark-box:after{border:solid #fff;border-width:0 3px 3px 0;content:"";display:block;height:12px;transform:rotate(45deg) scale(0);transition:transform .1s ease;width:6px}.req-checkbox:checked+.check-label .checkmark-box:after{transform:rotate(45deg) scale(1)}.modal-trigger{background:none;border:none;color:var(--color-orange);cursor:pointer;font-size:14px;font-weight:600;margin-left:36px;margin-top:8px;padding:0;text-decoration:underline}.req-primary-cta-wrapper{margin-top:24px;text-align:center}.cta-placeholder{background-color:var(--color-bg-light);border:1px dashed var(--color-border-light);border-radius:8px;padding:20px}.cta-placeholder p{color:var(--color-text-light);font-size:15px;font-style:italic;font-weight:500;margin:0}.primary-req-cta{background-color:var(--color-orange);border-radius:6px;color:#fff;display:inline-block;font-size:16px;font-weight:700;padding:14px 28px;text-decoration:none;transition:background-color .2s ease}.primary-req-cta:hover{background-color:#d44a00}@media (min-width:768px){.req-checklist-container{margin:40px auto!important;width:100%}.req-header h2{font-size:32px}}