/* ============================================
   CHECKOUT — modern PayU flow
   ============================================ */
.co {
  position: relative;
  padding: 1.25rem 1.15rem 3.75rem;
  overflow: clip;
}
.co-bg {
  position: absolute;
  inset: 0 0 auto;
  height: 280px;
  background:
    radial-gradient(520px 200px at 90% 0%, rgba(61, 95, 217, 0.18), transparent 60%),
    linear-gradient(180deg, #e8eefc 0%, var(--bg, #f5f7fc) 100%);
  pointer-events: none;
  z-index: 0;
}
.co-wrap {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}

.co-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 0 auto 1.5rem;
  max-width: 420px;
  padding: 0.55rem 0.85rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(3, 27, 78, 0.06);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  box-shadow: 0 6px 20px rgba(3, 27, 78, 0.05);
}
.co-step {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
}
.co-step-n {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1.5px solid rgba(3, 27, 78, 0.12);
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--ink-soft);
  flex-shrink: 0;
}
.co-step-n .shop-icon {
  width: 13px;
  height: 13px;
}
.co-step.is-active { color: var(--blue); }
.co-step.is-active .co-step-n {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  box-shadow: 0 4px 12px rgba(36, 72, 198, 0.28);
}
.co-step.is-done { color: var(--ink-soft); }
.co-step.is-done .co-step-n {
  background: #e7f7ee;
  border-color: rgba(10, 122, 74, 0.28);
  color: #0a7a4a;
}
.co-step-line {
  flex: 1 1 20px;
  min-width: 16px;
  max-width: 40px;
  height: 2px;
  background: rgba(3, 27, 78, 0.1);
  border-radius: 2px;
}
@media (max-width: 420px) {
  .co-steps {
    border-radius: 18px;
    gap: 0.35rem;
    padding: 0.5rem 0.65rem;
  }
  .co-step span:not(.co-step-n) {
    font-size: 0.72rem;
  }
}

.co-head {
  margin-bottom: 1.35rem;
  max-width: 42ch;
}
.co-head .shop-h2 { margin: 0.25rem 0 0.4rem; }
.co-head .shop-lead { margin: 0; }

.co-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .co-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: start;
    gap: 1.35rem;
  }
  .co-summary {
    position: sticky;
    top: 5.5rem;
    align-self: start;
  }
}
.co-summary,
.co-form {
  min-width: 0;
  max-width: 100%;
}

.co-card {
  background: #fff;
  border: 1px solid rgba(3, 27, 78, 0.08);
  border-radius: 22px;
  padding: 1.25rem 1.15rem;
  box-shadow: var(--shadow);
}
@media (min-width: 640px) {
  .co-card { padding: 1.45rem 1.4rem; }
}
.co-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.co-card-head h2 {
  margin: 0;
  font-size: 1.05rem;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.co-card-head h2 .shop-icon {
  width: 18px;
  height: 18px;
  color: var(--blue);
}
.co-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--blue-mist);
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.co-pill-ok {
  background: #e7f7ee;
  color: #0a7a4a;
}

.co-lines {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.co-lines li {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(3, 27, 78, 0.07);
}
.co-lines li:last-child { border-bottom: 0; }
.co-line-media {
  width: 56px;
  height: 36px;
  border-radius: 10px;
  background: var(--blue-wash);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.co-line-media img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.co-line-fallback .shop-icon {
  width: 18px;
  height: 18px;
  color: var(--blue);
}
.co-line-copy strong {
  display: block;
  font-size: 0.92rem;
  margin-bottom: 0.1rem;
  line-height: 1.25;
}
.co-line-copy span {
  font-size: 0.8rem;
  color: var(--muted);
}
.co-line-right {
  text-align: right;
}
.co-line-right em {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 0.95rem;
}
.co-line-right small {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--blue);
}

.co-totals {
  margin-top: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: linear-gradient(160deg, var(--blue-wash), #fff);
  border: 1px solid rgba(36, 72, 198, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.co-totals > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.co-ok { color: #0a7a4a; }
.co-disc strong { color: #0a7a4a; }
.co-disc span,
.co-earn span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.co-disc .shop-icon,
.co-earn .shop-icon {
  width: 15px;
  height: 15px;
}
.co-earn {
  padding: 0.45rem 0;
  border-top: 1px dashed rgba(3, 27, 78, 0.14);
  border-bottom: 1px dashed rgba(3, 27, 78, 0.14);
  color: var(--blue) !important;
  font-weight: 700;
}
.co-earn strong {
  color: var(--blue);
  font-size: 1.02rem;
}
.co-pay {
  padding-top: 0.15rem;
  color: var(--ink) !important;
  font-weight: 700;
  font-size: 1.02rem !important;
}
.co-pay strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--blue);
  letter-spacing: -0.02em;
}
.co-hint {
  margin: 0.85rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.45;
}
.co-hint b { color: var(--ink-soft); font-weight: 700; }

.co-trust {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.co-trust li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-soft);
  padding: 0.55rem 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(3, 27, 78, 0.06);
}
.co-trust .shop-icon {
  width: 16px;
  height: 16px;
  color: var(--blue);
  flex-shrink: 0;
}

.co-form {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}
.co-block-lead {
  margin: -0.35rem 0 0.95rem;
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.45;
}

.co-promo {
  display: flex;
  gap: 0.55rem;
  align-items: stretch;
}
.co-promo input {
  flex: 1 1 auto;
  min-width: 0;
  height: 46px;
  padding: 0 0.95rem;
  border-radius: 12px;
  border: 1px solid rgba(3, 27, 78, 0.12);
  background: #fff;
  font: inherit;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}
.co-promo input::placeholder {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  color: var(--muted);
}
.co-promo input:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(36, 72, 198, 0.12);
}
.co-promo .shop-btn {
  flex: 0 0 auto;
  height: 46px;
  padding-inline: 1rem;
}
.co-promo-applied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  background: #e7f7ee;
  border: 1px solid rgba(10, 122, 74, 0.18);
}
.co-promo-applied strong {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: #0a7a4a;
}
.co-promo-applied span {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.78rem;
  font-weight: 650;
  color: #0a7a4a;
  opacity: 0.85;
}
.co-points-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem 0.75rem;
  margin-bottom: 0.55rem;
}
.co-points-top label {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ink);
  flex: 1 1 auto;
  min-width: 0;
}
.co-points-val {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--blue);
}
.co-points-val-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
  text-align: right;
  flex: 0 0 auto;
}
.co-points-manual {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(3, 27, 78, 0.12);
  background: #fff;
  border-radius: 10px;
  padding: 0.2rem 0.55rem 0.2rem 0.35rem;
  max-width: 100%;
}
.co-points-manual input[type="number"] {
  width: 4.75rem;
  max-width: 100%;
  border: 0;
  background: transparent;
  font: inherit;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--blue);
  text-align: right;
  outline: none;
  -moz-appearance: textfield;
}
.co-points-manual input[type="number"]::-webkit-outer-spin-button,
.co-points-manual input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.co-points-manual input[type="number"]:disabled {
  opacity: 0.45;
}
.co-points-unit {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
}
body.is-mojcashback .co-points-manual {
  border-color: rgba(239, 0, 40, 0.18);
}
body.is-mojcashback .co-points-manual input[type="number"] {
  color: #ef0028;
}
.co-points-hint {
  font-size: 0.72rem;
  font-weight: 650;
  color: var(--muted);
  max-width: 14rem;
  line-height: 1.25;
}
.co-points input[type="range"] {
  width: 100%;
  accent-color: var(--blue);
  height: 28px;
  cursor: pointer;
}
.co-points input[type="range"]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.co-points-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--muted);
  margin-top: 0.15rem;
}
.co-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}
.co-presets button {
  border: 1px solid rgba(3, 27, 78, 0.1);
  background: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink-soft);
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.co-presets button:hover {
  background: var(--blue-mist);
  border-color: rgba(36, 72, 198, 0.25);
  color: var(--blue);
}
.co-points-empty {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.co-methods {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.co-method {
  position: relative;
  display: grid;
  grid-template-columns: 22px 48px 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1.5px solid rgba(3, 27, 78, 0.1);
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  touch-action: manipulation;
}
.co-method input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.co-method-mark,
.co-method-ico,
.co-method-copy {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.co-method-mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(3, 27, 78, 0.22);
  display: grid;
  place-items: center;
}
.co-method-mark::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
}
.co-method.is-checked,
.co-method:has(input:checked) {
  border-color: rgba(36, 72, 198, 0.45);
  background: var(--blue-mist);
  box-shadow: 0 0 0 3px rgba(36, 72, 198, 0.08);
}
.co-method.is-checked .co-method-mark,
.co-method:has(input:checked) .co-method-mark {
  border-color: var(--blue);
}
.co-method.is-checked .co-method-mark::after,
.co-method:has(input:checked) .co-method-mark::after {
  background: var(--blue);
}
.co-method-ico {
  width: 48px;
  height: 36px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(3, 27, 78, 0.08);
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: var(--blue);
}
.co-method-blik {
  background: linear-gradient(135deg, #111 0%, #333 100%);
  color: #fff;
  border-color: transparent;
  font-size: 0.68rem;
}
.co-method-ico .shop-icon {
  width: 18px;
  height: 18px;
  color: var(--blue);
}
.co-method-copy strong {
  display: block;
  font-size: 0.92rem;
  margin-bottom: 0.1rem;
}
.co-method-copy small {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.35;
}

.co-mode {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.45;
}
.co-mode em {
  font-style: normal;
  color: #b45309;
  font-weight: 700;
}

.co-zero {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 16px;
  background: linear-gradient(145deg, #e7f7ee, #fff);
  border: 1px solid rgba(10, 122, 74, 0.18);
}
.co-zero .shop-icon {
  width: 22px;
  height: 22px;
  color: #0a7a4a;
  margin-top: 0.1rem;
}
.co-zero strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--ink);
}
.co-zero p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--ink-soft);
  line-height: 1.45;
}

.co-form .shop-btn-lg {
  margin-top: 0.15rem;
}
.co-opt {
  font-size: 0.78em;
  font-weight: 550;
  color: var(--ink-soft);
}
.co-legal {
  margin: 0;
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.45;
  text-align: center;
}
.co-legal a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}
.co-legal a:hover { text-decoration: underline; }

.co-addr {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  min-width: 0;
}
.co-addr-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.75rem;
}
.co-field {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}
.co-field > span {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink-soft);
}
.co-field input {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
.co-field input:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.co-consents .co-block-lead {
  margin-top: -0.35rem;
}
.co-check {
  display: grid;
  grid-template-columns: 1.15rem 1fr;
  gap: 0.7rem 0.85rem;
  align-items: start;
  margin: 0 0 0.85rem;
  cursor: pointer;
}
.co-check:last-child {
  margin-bottom: 0;
}
.co-check-main {
  display: contents;
  cursor: pointer;
}
.co-check-link {
  grid-column: 2;
  font-size: 0.82rem;
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  width: fit-content;
  margin-top: -0.45rem;
}
.co-check input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.co-check-box {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.12rem;
  border: 2px solid var(--blue);
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.co-check input:checked + .co-check-box {
  background: var(--blue);
}
.co-check input:checked + .co-check-box::after {
  content: "";
  position: absolute;
  left: 0.28rem;
  top: 0.05rem;
  width: 0.28rem;
  height: 0.55rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.co-check input:focus-visible + .co-check-box {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}
.co-check-copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}
.co-check-copy strong {
  font-size: 0.92rem;
  font-weight: 650;
  color: var(--ink);
  line-height: 1.35;
}
.co-check-copy small {
  font-size: 0.78rem;
  color: var(--ink-soft);
  line-height: 1.45;
}
.co-check-all {
  padding-bottom: 0.55rem;
  margin-bottom: 0.85rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.co-check-all .co-check-copy strong {
  font-weight: 700;
}

@media (max-width: 560px) {
  .co-addr-row {
    grid-template-columns: 1fr;
  }
}

/* Mock payment */
.co-mock {
  max-width: 480px;
  margin: 0 auto;
  padding: 2rem 1.15rem 3.5rem;
}
.co-mock .co-card { text-align: center; }
.co-mock-amt {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 700;
  color: var(--blue);
  margin: 0.35rem 0 1.25rem;
  letter-spacing: -0.02em;
}
.co-mock-note {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.45;
}

@media (max-width: 560px) {
  .co-lines li {
    grid-template-columns: 44px 1fr auto;
    gap: 0.55rem;
  }
  .co-line-media { width: 44px; height: 30px; }
  .co-method {
    grid-template-columns: 20px 40px 1fr;
    padding: 0.8rem 0.85rem;
  }
  .co-method-ico { width: 40px; height: 32px; }
}

/* ============================================
   ORDER SUCCESS — confirmation stage
   ============================================ */
.os {
  position: relative;
  padding: 1.25rem 1.15rem 4rem;
  overflow: clip;
  min-height: min(78vh, 820px);
}
.os-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(640px 280px at 50% -8%, rgba(36, 72, 198, 0.16), transparent 58%),
    radial-gradient(420px 220px at 100% 20%, rgba(10, 122, 74, 0.08), transparent 55%),
    linear-gradient(180deg, #e8eefc 0%, var(--bg, #f5f7fc) 42%, #f5f7fc 100%);
  pointer-events: none;
  z-index: 0;
}
.os-wrap {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
}
.os .co-steps {
  margin-bottom: 1.75rem;
}

.os-stage {
  text-align: center;
  padding: 0.25rem 0.15rem 0.5rem;
  animation: os-rise 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes os-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

.os-mark {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto 1.15rem;
}
.os-mark-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(10, 122, 74, 0.12);
  animation: os-ring 1.1s ease-out both;
}
.os-mark-core {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #12a05a 0%, #0a7a4a 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(10, 122, 74, 0.28);
  animation: os-pop 0.55s cubic-bezier(0.34, 1.4, 0.64, 1) 0.08s both;
}
.os-mark-core .shop-icon {
  width: 28px;
  height: 28px;
}
@keyframes os-pop {
  from { opacity: 0; transform: scale(0.55); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes os-ring {
  from { opacity: 0; transform: scale(0.7); }
  to { opacity: 1; transform: scale(1); }
}

.os-brand {
  margin: 0 0 0.35rem;
  font-family: Anybody, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 4vw, 1.65rem);
  letter-spacing: -0.02em;
  color: var(--blue, #2448c6);
}
.os-title {
  margin: 0 0 0.55rem;
  font-family: Anybody, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.55rem, 4.5vw, 1.95rem);
  letter-spacing: -0.03em;
  color: var(--blue-ink, #06122f);
  line-height: 1.15;
}
.os-lead {
  margin: 0 auto 1.25rem;
  max-width: 34rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ink-soft, #3a4666);
}
.os-lead strong {
  color: var(--blue-ink, #06122f);
  font-weight: 700;
}

.os-order {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin: 0 auto 1.35rem;
  padding: 0.7rem 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(3, 27, 78, 0.08);
  box-shadow: 0 8px 24px rgba(3, 27, 78, 0.06);
  backdrop-filter: blur(8px);
}
.os-order-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted, #7a849e);
}
.os-order-num {
  font-family: Anybody, system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--blue, #2448c6);
}

.os-lines {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  text-align: left;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(3, 27, 78, 0.07);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(3, 27, 78, 0.04);
}
.os-lines li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(3, 27, 78, 0.06);
}
.os-lines li:last-child { border-bottom: 0; }
.os-line-media {
  width: 52px;
  height: 34px;
  border-radius: 8px;
  overflow: hidden;
  background: #f0f3fa;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.os-line-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.os-line-fallback .shop-icon {
  width: 18px;
  height: 18px;
  color: var(--blue);
}
.os-line-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.os-line-copy strong {
  font-size: 0.95rem;
  color: var(--blue-ink, #06122f);
}
.os-line-copy span {
  font-size: 0.85rem;
  color: var(--muted, #7a849e);
  font-weight: 600;
}

.os-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.65rem;
  margin: 0 0 1.45rem;
}
.os-meta > div {
  padding: 0.7rem 0.75rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(3, 27, 78, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.os-meta span {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted, #7a849e);
}
.os-meta strong {
  font-size: 1.02rem;
  color: var(--blue-ink, #06122f);
}
.os-meta-pts strong {
  color: #0a7a4a;
}

.os-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: 1.1rem;
}
.os-actions .shop-btn {
  min-width: min(100%, 200px);
}
.os-actions .shop-btn .shop-icon {
  width: 18px;
  height: 18px;
}

.os-note {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--muted, #7a849e);
}
.os-note a {
  color: var(--blue, #2448c6);
  font-weight: 700;
  text-decoration: none;
}
.os-note a:hover { text-decoration: underline; }

@media (max-width: 560px) {
  .os { padding-top: 0.85rem; }
  .os-actions {
    flex-direction: column;
  }
  .os-actions .shop-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .os-stage,
  .os-mark-ring,
  .os-mark-core {
    animation: none;
  }
}
