.wpw-footer { margin: 18px 0; text-align: center; }
.wpw-footer__link { border: 1px solid currentColor; border-radius: 999px; display: inline-block; font-weight: 700; padding: 10px 18px; }
.wpw-card { background: #fff; border: 1px solid #dbe5e3; border-radius: 18px; box-shadow: 0 12px 34px rgba(15, 118, 110, .08); margin: 12px auto 30px; max-width: 860px; padding: 28px; }
.wpw-card__head { border-bottom: 1px solid #e7efed; margin-bottom: 22px; padding-bottom: 12px; }
.wpw-step { background: #e6fffa; border-radius: 999px; color: #0f766e; display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .08em; margin-bottom: 12px; padding: 5px 10px; }
.wpw-muted { color: #64748b; font-size: 13px; }
.wpw-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wpw-form label span, .wpw-fieldset legend { color: #334155; display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.wpw-fieldset { border: 0; margin: 20px 0; padding: 0; }
.wpw-choice { display: block; margin: 8px 0; }
.wpw-items { background: #f8fafc; border-radius: 12px; margin-bottom: 18px; padding: 14px; }
.wpw-item { display: grid; gap: 8px; grid-template-columns: 2fr 1fr .7fr; margin-bottom: 8px; }
.wpw-note { display: block; margin-top: 18px; }
.wpw-primary { background: #0f766e; border: 0; border-radius: 999px; color: #fff; cursor: pointer; font-weight: 800; margin-top: 18px; padding: 13px 22px; }
.wpw-secondary { border: 1px solid #94a3b8; border-radius: 999px; color: #334155; display: inline-block; margin-top: 18px; padding: 12px 20px; }
.wpw-actions { align-items: center; display: flex; gap: 14px; justify-content: space-between; }
.wpw-review { display: grid; gap: 8px 18px; grid-template-columns: minmax(150px, .7fr) 1fr; }
.wpw-review dt { color: #64748b; font-size: 13px; }
.wpw-review dd { font-weight: 700; margin: 0; overflow-wrap: anywhere; }
.wpw-card--success { border-color: #86efac; }
.wpw-check { align-items: center; background: #dcfce7; border-radius: 50%; color: #15803d; display: flex; font-size: 28px; font-weight: 900; height: 54px; justify-content: center; margin-bottom: 18px; width: 54px; }
@media (max-width: 640px) { .wpw-grid, .wpw-item, .wpw-review { grid-template-columns: 1fr; } }
