    body{font-family:Arial;margin:0;background:#f9fafb}
    .top{
          position:sticky;
          top:0;
          background:#dc2626;
          color:#fff;
          padding:14px 16px;
          font-weight:900;
          z-index:10;
          box-shadow:0 2px 10px rgba(0,0,0,.08);

          display:flex;
          justify-content:center;   /* ✅ center horizontally */
          text-align:center;        /* ✅ center text */
        }
    .top a{color:#fff;text-decoration:none;display:inline-block}
    .wrap{max-width:760px;margin:0 auto;padding:16px}
    .card{background:#fff;border-radius:12px;padding:12px;box-shadow:0 2px 10px rgba(0,0,0,.06);margin-bottom:12px}
    .btn{background:#dc2626;color:#fff;border:none;border-radius:10px;padding:10px 12px;font-weight:900;cursor:pointer;width:100%}
    .btn2{background:#111827;color:#fff;border:none;border-radius:10px;padding:10px 12px;font-weight:900;cursor:pointer;width:100%}
    .btnRow{display:flex;gap:10px}
    @media(max-width:520px){.btnRow{flex-direction:column}}
    input{width:100%;padding:10px;border:1px solid #e5e7eb;border-radius:10px}
    .muted{color:#6b7280;font-size:13px;line-height:1.35}
    .pill{display:inline-block;padding:4px 10px;border-radius:999px;font-weight:900;font-size:12px;background:#111827;color:#fff}
    .row{display:flex;justify-content:space-between;gap:10px;align-items:center}
    .hr{border-top:1px solid #eee;margin:12px 0}
    .item{margin:8px 0}
    .addon{margin-left:12px;color:#6b7280;font-size:13px}
    .note{margin-left:12px;color:#b91c1c;font-weight:900;font-size:13px}

    /* Progress */
    .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}
    .step{
      border:1px solid #e5e7eb;border-radius:12px;padding:10px;text-align:center;
      font-weight:900;font-size:12px;background:#fff;color:#6b7280;
    }
    .step.active{border-color:#dc2626;color:#111827;background:#fff7f7}
    .step.done{border-color:#16a34a;color:#166534;background:#ecfdf5}
    .barWrap{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin-top:10px}
    .bar{height:10px;background:#dc2626;width:0%;transition:width .25s ease}
    .refreshLine{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:10px}
    .mini{font-size:12px;color:#6b7280}
    /* Footer */
    /* Footer (same as index.html) */
.site-footer{margin-top:26px;background:#0f0f10;color:#fff;padding:26px 16px}
.footer-wrap{max-width:1100px;margin:0 auto;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.footer-title{font-weight:900;margin-bottom:6px}
.footer-brand{font-weight:1000;font-size:18px}
.footer-muted{opacity:.85;font-size:14px;line-height:1.5}
.site-footer a{color:#fff;text-decoration:none;opacity:.9}
.site-footer a:hover{text-decoration:underline;opacity:1}
.footer-bottom{max-width:1100px;margin:14px auto 0;padding-top:12px;border-top:1px solid rgba(255,255,255,.12);opacity:.8;font-size:13px;text-align:center}
