.pw { max-width: 850px; font-family: clear_sans, sans-serif; background: #fff; border: 1px solid #e0e3e8; border-radius: 8px; overflow: hidden; margin: 0 0 28px; }
/* --- Белая полоса с лого --- */
.pw-logo-bar { background: #fff; border-bottom: 1px solid #d4e2f0; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; }
.pw-logo { height: 44px; width: auto; object-fit: contain; display: block; }
.pw-badge { display: inline-flex; align-items: center; gap: 6px; background: #f0f7ff; border: 1px solid #c8ddf0; color: #3a6ea8; font-size: 11px; font-weight: 600; letter-spacing: .3px; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; }
.pw-badge-dot { width: 6px; height: 6px; background: #22c55e; border-radius: 50%; flex-shrink: 0; }
/* --- Голубая зона с промокодом --- */
.pw-head { background: #eef4fb; border-bottom: 1px solid #d4e2f0; padding: 16px 24px 20px; }
.pw-title { font-size: 16px; font-weight: 700; color: #111; margin-bottom: 2px; }
.pw-sub { font-size: 12px; color: #5a7a9a; margin-bottom: 14px; }
.pw-code-row { display: flex; align-items: stretch; border-radius: 8px; overflow: hidden; border: 1.5px solid #c8ddf0; }
.pw-code-box { flex: 1; background: #fff; padding: 12px 20px; }
.pw-code-lbl { display: block; font-size: 10px; color: #7a9dbf; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
.pw-code-val { display: block; font-size: 30px; font-weight: 800; color: #111; letter-spacing: 5px; font-family: 'Courier New', Courier, monospace; line-height: 1; }
.pw-copy-btn { background: #ff5400; border: none; color: #fff; font-size: 13px; font-weight: 700; padding: 0 24px; cursor: pointer; display: flex; align-items: center; gap: 7px; min-width: 148px; justify-content: center; transition: background .15s; white-space: nowrap; }
.pw-copy-btn:hover { background: #e04a00; }
.pw-copy-btn.is-copied { background: #16a34a; }
/* --- Полоса статистики --- */
.pw-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: #deeaf6; border-bottom: 1px solid #c8ddf0; }
.pw-stat { padding: 11px 8px; text-align: center; border-right: 1px solid #c8ddf0; }
.pw-stat:last-child { border-right: none; }
.pw-stat-val { display: block; color: #1a3a5c; font-size: 17px; font-weight: 700; line-height: 1.1; margin-bottom: 3px; }
.pw-stat-lbl { display: block; color: #5a7a9a; font-size: 10px; text-transform: uppercase; letter-spacing: .3px; }
/* --- Нижний блок --- */
.pw-bottom { padding: 18px 24px; background: #fff; }
.pw-steps-title { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: #9ca3af; margin-bottom: 12px; }
.pw-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 16px; }
.pw-step { display: flex; align-items: flex-start; gap: 8px; }
.pw-step-num { width: 22px; height: 22px; min-width: 22px; border-radius: 50%; background: #ff5400; color: #fff; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-top: 1px; flex-shrink: 0; }
.pw-step-text { font-size: 12px; color: #374151; line-height: 1.4; }
.pw-step-text strong { display: block; font-size: 12px; font-weight: 700; color: #111; margin-bottom: 2px; }
.pw-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 14px; border-top: 1px solid #e0e3e8; }
.pw-wager { font-size: 11px; color: #6b7280; margin-bottom: 3px; }
.pw-upd { font-size: 11px; color: #9ca3af; }
.pw-cta { display: inline-flex; align-items: center; gap: 5px; background: #ff5400; color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; padding: 11px 22px; border-radius: 6px; white-space: nowrap; transition: background .15s; }
.pw-cta:hover { background: #e04a00; color: #fff; text-decoration: none; }

/* --- Адаптив --- */
@media (max-width: 600px) {
  .pw-logo-bar { padding: 10px 16px; }
  .pw-logo { height: 34px; }
  .pw-head { padding: 14px 16px 16px; }
  .pw-code-val { font-size: 22px; letter-spacing: 2px; }
  .pw-copy-btn { min-width: 110px; padding: 0 14px; font-size: 12px; }
  .pw-stats { grid-template-columns: repeat(2, 1fr); }
  .pw-stat:nth-child(2) { border-right: none; }
  .pw-stat:nth-child(3) { border-top: 1px solid #c8ddf0; }
  .pw-bottom { padding: 14px 16px; }
  .pw-steps { grid-template-columns: repeat(2, 1fr); }
  .pw-footer { flex-direction: column; align-items: stretch; }
  .pw-cta { text-align: center; justify-content: center; }
}
