:root {
  --store-bg: #f8faf9;
  --store-surface: #ffffff;
  --store-ink: #07111f;
  --store-text: #1e2a37;
  --store-muted: #647386;
  --store-line: #dfe7ee;
  --store-line-soft: #edf2f5;
  --store-accent: #17933d;
  --store-accent-dark: #087229;
  --store-accent-soft: #e9f8ee;
  --store-accent-tint: #f4fbf6;
  --store-danger: #b42318;
  --store-warning: #b7791f;
  --store-shadow: 0 6px 8px rgba(15, 23, 42, 0.07);
  --store-radius-sm: 8px;
  --store-radius-md: 12px;
  --store-radius-lg: 16px;
  --store-shell: 1480px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--store-bg);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--store-ink);
  background:
    radial-gradient(circle at 76% 18%, rgba(23, 147, 61, 0.11), transparent 26%),
    linear-gradient(180deg, #ffffff 0, #ffffff 58%, var(--store-bg) 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(23, 147, 61, 0.28);
  outline-offset: 3px;
}

.store-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--store-line);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
}

.store-header-inner,
.store-shell {
  width: min(var(--store-shell), calc(100% - 48px));
  margin: 0 auto;
}

.store-header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  min-height: 84px;
}

.store-brand,
.store-nav,
.store-header-actions,
.store-status,
.store-portal-link,
.store-hero-actions,
.store-primary-link,
.store-secondary-link,
.store-trust-list div,
.store-payment-icon,
.store-submit,
.store-result-actions,
.store-order-lines,
.store-footer-links {
  display: flex;
  align-items: center;
}

.store-brand {
  display: grid;
  grid-template-columns: 44px auto;
  grid-template-rows: auto auto;
  column-gap: 10px;
  justify-self: start;
  min-width: 300px;
}

.store-brand > span {
  display: grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: var(--store-radius-md);
  background: var(--store-ink);
}

.store-brand img {
  width: 28px;
  height: 28px;
}

.store-brand strong {
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.store-brand strong span {
  color: var(--store-accent);
}

.store-brand small {
  margin-top: 4px;
  color: var(--store-muted);
  font-size: 12px;
  font-weight: 700;
}

.store-nav {
  justify-self: center;
  justify-content: center;
  gap: 38px;
  color: var(--store-text);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.store-nav a {
  transition: color 160ms ease;
}

.store-nav a:hover,
.store-nav a[aria-current="page"] {
  color: var(--store-accent);
}

.store-header-actions {
  justify-content: flex-end;
  gap: 16px;
  min-width: max-content;
}

.store-status {
  gap: 10px;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--store-accent-soft);
  color: var(--store-accent-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.store-status i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--store-accent);
  box-shadow: 0 0 0 5px rgba(23, 147, 61, 0.1);
}

.store-portal-link {
  gap: 10px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-sm);
  background: var(--store-surface);
  color: var(--store-text);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.store-shell {
  min-height: calc(100dvh - 85px);
  padding: 56px 0 34px;
}

.store-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(640px, 1.14fr);
  gap: 44px;
  align-items: start;
}

.store-hero-copy {
  position: sticky;
  top: 118px;
  min-width: 0;
}

.store-eyebrow,
.store-form-head span {
  color: var(--store-accent-dark);
  font-size: 14px;
  font-weight: 900;
}

.store-hero-copy h1 {
  max-width: 650px;
  margin: 14px 0 0;
  font-size: 58px;
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.store-hero-copy p {
  max-width: 62ch;
  margin: 24px 0 0;
  color: var(--store-muted);
  font-size: 18px;
  line-height: 1.65;
  text-wrap: pretty;
}

.store-hero-actions {
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.store-primary-link,
.store-secondary-link {
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: var(--store-radius-sm);
  font-size: 16px;
  font-weight: 900;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease;
}

.store-primary-link {
  background: linear-gradient(180deg, #20a947 0%, #0d822e 100%);
  color: #ffffff;
  box-shadow: var(--store-shadow);
}

.store-secondary-link {
  border: 1px solid var(--store-accent);
  background: #ffffff;
  color: var(--store-accent-dark);
}

.store-primary-link:hover,
.store-secondary-link:hover,
.store-plan-card:hover,
.store-payment-card:hover {
  transform: translateY(-2px);
}

.store-secondary-link:hover {
  background: var(--store-accent-tint);
}

.store-trust-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.store-trust-list div {
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--store-shadow);
}

.store-trust-list span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--store-accent-soft);
  color: var(--store-accent);
}

.store-trust-list strong {
  min-width: 150px;
  color: var(--store-ink);
  font-size: 15px;
  font-weight: 900;
}

.store-trust-list p {
  margin: 0;
  color: var(--store-muted);
  font-size: 13px;
  line-height: 1.45;
}

.store-renewal-context {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: rgba(255, 255, 255, 0.9);
}

.store-renewal-context strong {
  color: var(--store-ink);
  font-size: 18px;
  font-weight: 900;
}

.store-renewal-context span {
  color: var(--store-muted);
  font-size: 14px;
  font-weight: 780;
}

.store-visual {
  position: relative;
  height: 230px;
  margin-top: 34px;
}

.store-visual::before {
  content: "";
  position: absolute;
  inset: 8px 40px 0 0;
  border-radius: 48% 52% 42% 58% / 46% 48% 52% 54%;
  background:
    radial-gradient(circle at 77% 25%, rgba(23, 147, 61, 0.15) 0 2px, transparent 3px) 0 0 / 18px 18px,
    linear-gradient(135deg, rgba(23, 147, 61, 0.08), rgba(23, 147, 61, 0.02));
}

.store-visual-screen {
  position: absolute;
  left: 12px;
  top: 32px;
  width: 310px;
  height: 160px;
  padding: 34px 30px 30px 132px;
  border: 10px solid #e8edf2;
  border-radius: var(--store-radius-lg);
  background: #ffffff;
  box-shadow: var(--store-shadow);
}

.store-visual-screen span {
  position: absolute;
  left: 36px;
  top: 34px;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: var(--store-radius-lg);
  background: linear-gradient(180deg, #84d996 0%, #14933d 100%);
  color: #ffffff;
  box-shadow: 0 6px 8px rgba(23, 147, 61, 0.28);
}

.store-visual-screen i,
.store-visual-ticket small {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: #eff3f7;
}

.store-visual-screen i {
  width: 120px;
}

.store-visual-screen i + i {
  width: 96px;
  margin-top: 17px;
}

.store-visual-screen i + i + i {
  width: 68px;
}

.store-visual-ticket {
  position: absolute;
  right: 24px;
  bottom: 14px;
  display: grid;
  gap: 6px;
  width: 190px;
  padding: 22px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--store-shadow);
}

.store-visual-ticket b {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--store-accent);
}

.store-visual-ticket strong {
  color: var(--store-ink);
  font-size: 18px;
  font-weight: 900;
}

.store-visual-ticket small {
  width: 116px;
  height: 9px;
  font-size: 0;
}

.store-flow-panel {
  display: grid;
  gap: 18px;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--store-shadow);
}

.store-flow-panel h2 {
  margin: 6px 0 0;
  color: var(--store-ink);
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

.store-flow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.store-flow-step {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 6px 10px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--store-line-soft);
  border-radius: var(--store-radius-md);
  background: #fbfdfc;
}

.store-flow-step span {
  display: grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--store-accent-soft);
  color: var(--store-accent-dark);
  font-size: 13px;
  font-weight: 950;
}

.store-flow-step strong {
  color: var(--store-ink);
  font-size: 14px;
  font-weight: 900;
}

.store-flow-step p {
  margin: 0;
  color: var(--store-muted);
  font-size: 13px;
  line-height: 1.45;
}

.store-checkout,
.store-result,
.store-message {
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--store-shadow);
}

.store-checkout {
  scroll-margin-top: 110px;
  padding: 28px;
}

.store-form-head {
  display: grid;
  gap: 6px;
  margin-bottom: 20px;
}

.store-form-head strong {
  color: var(--store-ink);
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.store-form-head small {
  max-width: 64ch;
  color: var(--store-muted);
  font-size: 14px;
  font-weight: 700;
}

.store-alert {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(180, 35, 24, 0.28);
  border-radius: var(--store-radius-md);
  background: #fff1ef;
  color: var(--store-danger);
  font-weight: 850;
}

.store-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.store-plan-card,
.store-payment-card {
  position: relative;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: #ffffff;
  cursor: pointer;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.store-plan-card {
  display: grid;
  gap: 9px;
  min-height: 232px;
  padding: 18px;
}

.store-plan-card:hover,
.store-plan-card.is-selected,
.store-payment-card:hover,
.store-payment-card.is-selected {
  border-color: rgba(23, 147, 61, 0.46);
  background: var(--store-accent-tint);
  box-shadow: var(--store-shadow);
}

.store-plan-card input,
.store-payment-card input {
  position: absolute;
  accent-color: var(--store-accent);
}

.store-plan-card input {
  inset: 16px 16px auto auto;
  width: 18px;
  height: 18px;
}

.store-plan-kicker,
.store-plan-card small,
.store-plan-meta {
  color: var(--store-muted);
  font-size: 12px;
  font-weight: 800;
}

.store-plan-card strong {
  padding-right: 30px;
  color: var(--store-ink);
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.store-plan-card em {
  color: var(--store-accent-dark);
  font-size: 28px;
  font-style: normal;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
}

.store-plan-card ul {
  display: grid;
  gap: 6px;
  min-height: 74px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.store-plan-card li {
  color: var(--store-text);
  font-size: 13px;
}

.store-plan-card li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--store-accent);
  vertical-align: 1px;
}

.store-plan-meta {
  align-self: end;
  padding-top: 10px;
  border-top: 1px solid var(--store-line);
}

.store-plan-grid.store-source-plan-grid {
  grid-template-columns: 1fr;
}

.store-source-license-card {
  gap: 26px;
  min-height: auto;
  padding: 28px;
  cursor: default;
}

.store-source-license-card:hover {
  transform: none;
}

.store-source-license-card .store-plan-hidden {
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.store-source-head,
.store-source-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.store-source-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: var(--store-radius-lg);
  background: #f3f6fb;
  color: var(--store-ink);
}

.store-source-icon svg {
  width: 34px;
  height: 34px;
}

.store-source-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(37, 99, 235, 0.3);
  border-radius: 999px;
  background: #f7faff;
  color: #1f5eff;
  font-size: 14px;
  font-weight: 900;
}

.store-source-title strong {
  padding: 0;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.store-source-title span {
  padding: 7px 14px;
  border: 1px solid rgba(16, 185, 129, 0.28);
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 14px;
  font-weight: 900;
}

.store-source-copy {
  max-width: 48ch;
  margin: 0;
  color: var(--store-text);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 760;
}

.store-source-pricing {
  padding: 22px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: #f8fafc;
}

.store-source-pricing > span,
.store-source-scope > span {
  display: block;
  color: var(--store-muted);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.store-source-pricing p {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 14px;
  margin: 12px 0 10px;
}

.store-source-pricing del {
  color: #8391a6;
  font-size: 22px;
  font-weight: 900;
}

.store-source-pricing strong {
  color: #245cff;
  font-size: 44px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.store-source-pricing b {
  color: #050b15;
  font-size: 16px;
  font-weight: 950;
}

.store-source-pricing small {
  color: var(--store-text);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 850;
}

.store-source-scope {
  padding-top: 26px;
  border-top: 1px solid var(--store-line);
}

.store-source-scope ul {
  min-height: 0;
  gap: 14px;
  margin: 18px 0 0;
}

.store-source-scope li {
  color: var(--store-ink);
  font-size: 17px;
  font-weight: 760;
}

.store-source-scope li::before {
  content: "✓";
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 14px;
  border-radius: 0;
  background: transparent;
  color: #245cff;
  font-weight: 950;
  vertical-align: 0;
}

.store-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 22px;
  margin-top: 28px;
}

.store-info-panel {
  padding: 28px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--store-shadow-card);
}

.store-info-panel h2 {
  margin: 8px 0 14px;
  color: var(--store-ink);
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.store-info-panel p,
.store-info-list {
  color: var(--store-text);
  font-size: 15px;
  line-height: 1.7;
}

.store-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.store-steps div,
.store-info-list li,
.store-faq-panel details {
  border: 1px solid var(--store-line-soft);
  border-radius: var(--store-radius-md);
  background: #fbfdfc;
}

.store-steps div {
  padding: 18px;
}

.store-steps strong {
  display: block;
  margin-bottom: 8px;
  color: var(--store-ink);
  font-size: 15px;
}

.store-steps p {
  margin: 0;
  color: var(--store-muted);
  font-size: 14px;
}

.store-info-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.store-info-list li {
  padding: 12px 14px;
}

.store-faq-panel {
  grid-column: 1 / -1;
}

.store-faq-panel details {
  padding: 16px 18px;
}

.store-faq-panel details + details {
  margin-top: 10px;
}

.store-faq-panel summary {
  cursor: pointer;
  color: var(--store-ink);
  font-weight: 900;
}

.store-faq-panel details p {
  margin: 12px 0 0;
  color: var(--store-muted);
}

.store-section-label {
  margin: 24px 0 10px;
  color: var(--store-text);
  font-size: 14px;
  font-weight: 900;
}

.store-payment-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.store-payment-card {
  display: grid;
  gap: 8px;
  min-height: 98px;
  padding: 15px;
}

.store-payment-card input {
  inset: 15px 15px auto auto;
  width: 16px;
  height: 16px;
}

.store-payment-card small {
  max-width: 92%;
  color: var(--store-muted);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}

.store-payment-icon {
  gap: 10px;
  min-width: 0;
}

.store-payment-logo {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 34px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

.store-payment-logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.store-payment-icon b {
  min-width: 0;
  padding-right: 24px;
  color: var(--store-ink);
  font-size: 14px;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.store-buyer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.store-buyer-grid label:first-child {
  grid-column: 1 / -1;
}

.store-buyer-grid label {
  display: grid;
  gap: 7px;
  color: var(--store-text);
  font-size: 13px;
  font-weight: 850;
}

.store-buyer-grid input,
.store-txid-form input {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #d4dde5;
  border-radius: var(--store-radius-md);
  background: #ffffff;
  color: var(--store-ink);
}

.store-buyer-grid input::placeholder,
.store-txid-form input::placeholder {
  color: #6b7786;
}

.store-buyer-grid input:focus,
.store-txid-form input:focus {
  border-color: var(--store-accent);
}

.store-submit,
.store-result-actions a,
.store-link-submit {
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  border: 0;
  border-radius: var(--store-radius-sm);
  background: linear-gradient(180deg, #20a947 0%, #0d822e 100%);
  color: #ffffff;
  font-weight: 950;
  cursor: pointer;
  transition: transform 170ms ease, background 170ms ease;
}

.store-submit {
  width: 100%;
  margin-top: 20px;
}

.store-submit b {
  display: grid;
  place-items: center;
}

.store-submit:hover,
.store-result-actions a:hover,
.store-link-submit:hover {
  transform: translateY(-1px);
}

.store-submit:active,
.store-result-actions a:active,
.store-link-submit:active {
  transform: translateY(1px) scale(0.99);
}

.store-safe {
  margin: 14px 0 0;
  color: var(--store-muted);
  font-size: 13px;
  text-align: center;
}

.store-policy-links {
  max-width: 66ch;
  margin: 8px auto 0;
  color: var(--store-muted);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.store-policy-links a {
  color: var(--store-accent-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(23, 147, 61, 0.28);
  text-underline-offset: 3px;
}

.store-result,
.store-message {
  width: min(860px, 100%);
  margin: 6vh auto 0;
  padding: 42px;
}

.store-result-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: var(--store-radius-lg);
  background: var(--store-accent-soft);
  color: var(--store-accent-dark);
  font-size: 28px;
  font-weight: 950;
}

.store-result h1,
.store-message h1 {
  margin: 18px 0 8px;
  color: var(--store-ink);
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.store-result p,
.store-message p {
  max-width: 680px;
  color: var(--store-muted);
  font-size: 16px;
}

.store-instructions,
.store-license-box,
.store-order-lines,
.store-usdt-box {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-lg);
  background: #ffffff;
}

.store-usdt-box {
  display: grid;
  gap: 14px;
}

.store-usdt-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--store-line);
}

.store-usdt-head span {
  color: var(--store-muted);
  font-size: 12px;
  font-weight: 850;
  text-align: right;
}

.store-usdt-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.store-usdt-grid > div {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-md);
  background: var(--store-bg);
}

.store-usdt-grid span,
.store-usdt-submitted span,
.store-txid-form span,
.store-license-box span {
  color: var(--store-muted);
  font-size: 12px;
  font-weight: 850;
}

.store-usdt-grid strong,
.store-usdt-grid code,
.store-usdt-submitted code,
.store-license-box code,
.table-code {
  color: var(--store-ink);
  font-family: "SFMono-Regular", Consolas, monospace;
  overflow-wrap: anywhere;
}

.store-usdt-address {
  grid-column: 1 / -1;
}

.store-usdt-address button,
.store-license-box button {
  width: fit-content;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--store-ink);
  border-radius: var(--store-radius-sm);
  background: #ffffff;
  color: var(--store-ink);
  font-weight: 900;
  cursor: pointer;
}

.store-usdt-box p {
  margin: 0;
  color: var(--store-text);
  font-size: 14px;
}

.store-txid-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.store-txid-form label,
.store-license-box,
.store-payment-summary {
  display: grid;
  gap: 7px;
}

.store-submit-compact {
  width: auto;
  min-width: 132px;
  margin-top: 0;
  padding: 0 16px;
}

.store-usdt-submitted {
  display: grid;
  gap: 5px;
  padding: 14px;
  border-radius: var(--store-radius-md);
  background: var(--store-accent-soft);
  color: var(--store-accent-dark);
}

.store-payment-summary .store-payment-logo {
  width: 34px;
  height: 28px;
  border-radius: 8px;
}

.store-payment-summary .store-payment-icon b {
  font-size: 13px;
}

.table-code {
  display: block;
  max-width: 190px;
  font-size: 12px;
}

.store-order-lines {
  flex-wrap: wrap;
  gap: 10px;
}

.store-order-lines span {
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--store-accent-soft);
  color: var(--store-accent-dark);
  font-size: 13px;
  font-weight: 850;
}

.store-license-box code {
  font-size: 24px;
  font-weight: 900;
}

.store-renewal-box strong,
.store-renewal-box p {
  margin: 0;
}

.store-renewal-box strong {
  color: var(--store-accent-dark);
  font-size: 17px;
}

.store-renewal-box p {
  color: var(--store-muted);
  font-size: 14px;
}

.store-result-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.store-result-actions a,
.store-link-submit {
  min-width: 150px;
  padding: 0 16px;
}

.store-link-submit {
  display: inline-flex;
  width: fit-content;
}

.store-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 28px 0 0;
  border-top: 1px solid var(--store-line);
  color: var(--store-muted);
  font-size: 14px;
}

.store-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 28px;
}

.store-footer > span {
  order: 1;
}

.store-footer nav {
  order: 2;
}

.store-footer .store-service-status {
  order: 3;
}

.store-footer a:hover {
  color: var(--store-accent-dark);
}

.store-concerns-panel details + details {
  margin-top: 10px;
}

.store-result-panel {
  max-width: 920px;
  margin: 0 auto;
  padding: 34px;
}

.store-result-panel.store-result-success {
  border-color: rgba(23, 147, 61, 0.34);
  background: linear-gradient(180deg, #ffffff 0%, #f5fbf7 100%);
}

.store-result-panel.store-result-pending {
  border-color: rgba(183, 121, 31, 0.28);
  background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

.store-result-panel.store-result-danger {
  border-color: rgba(180, 35, 24, 0.3);
  background: linear-gradient(180deg, #ffffff 0%, #fff5f4 100%);
}

.store-result-panel .store-result-mark {
  margin-bottom: 16px;
}

.store-result-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 9px 12px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius-sm);
  background: rgba(255, 255, 255, 0.8);
  color: var(--store-muted);
  font-size: 13px;
  font-weight: 800;
}

.store-service-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--store-muted);
  font-size: 11px;
  font-weight: 760;
  opacity: 0.66;
  white-space: nowrap;
}

.store-service-status:hover {
  opacity: 1;
}

.store-service-status i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--store-accent);
  box-shadow: none;
}

.store-service-status small {
  display: none;
}

.store-service-status-notice i {
  background: var(--store-warning);
  box-shadow: none;
}

.store-service-status-degraded i {
  background: var(--store-danger);
  box-shadow: none;
}

.store-header svg,
.store-hero svg,
.store-submit svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.store-visual-screen svg {
  width: 48px;
  height: 48px;
}

@media (max-width: 1180px) {
  .store-header-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 0;
  }

  .store-brand,
  .store-header-actions {
    justify-self: center;
  }

  .store-hero {
    grid-template-columns: 1fr;
  }

  .store-hero-copy {
    position: static;
  }

  .store-visual {
    width: min(520px, 100%);
  }
}

@media (max-width: 900px) {
  .store-nav {
    flex-wrap: wrap;
    gap: 16px 24px;
  }

  .store-hero-copy h1 {
    font-size: 46px;
  }

  .store-plan-grid {
    grid-template-columns: 1fr;
  }

  .store-info-grid,
  .store-steps,
  .store-flow-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .store-header-inner,
  .store-shell {
    width: min(100% - 28px, var(--store-shell));
  }

  .store-header {
    position: static;
  }

  .store-brand {
    justify-self: start;
  }

  .store-brand strong {
    font-size: 21px;
  }

  .store-nav {
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
  }

  .store-header-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .store-status {
    min-height: 34px;
    padding: 0 14px;
    font-size: 13px;
  }

  .store-shell {
    padding-top: 38px;
  }

  .store-hero {
    gap: 34px;
  }

  .store-hero-copy h1 {
    font-size: 38px;
  }

  .store-hero-copy p {
    font-size: 16px;
    line-height: 1.6;
  }

  .store-primary-link,
  .store-secondary-link {
    width: 100%;
  }

  .store-trust-list div {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-flow-panel {
    padding: 16px;
  }

  .store-trust-list strong {
    min-width: 0;
  }

  .store-visual {
    height: 220px;
  }

  .store-visual-screen {
    left: 0;
    width: min(320px, 100%);
  }

  .store-visual-ticket {
    right: 0;
    width: 168px;
  }

  .store-checkout,
  .store-result,
  .store-message,
  .store-info-panel {
    padding: 22px;
  }

  .store-form-head strong,
  .store-result h1,
  .store-message h1,
  .store-info-panel h2 {
    font-size: 32px;
  }

  .store-source-head,
  .store-source-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-source-title strong {
    font-size: 30px;
  }

  .store-source-copy {
    font-size: 16px;
  }

  .store-source-pricing strong {
    font-size: 38px;
  }

  .store-payment-methods,
  .store-buyer-grid,
  .store-usdt-grid,
  .store-txid-form {
    grid-template-columns: 1fr;
  }

  .store-buyer-grid label:first-child,
  .store-usdt-address {
    grid-column: auto;
  }

  .store-submit-compact,
  .store-result-actions a {
    width: 100%;
  }

  .store-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-footer nav {
    justify-content: flex-start;
    gap: 16px 22px;
  }

  .store-service-status {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
