:root {
  --bg: #09111f;
  --bg-deep: #050913;
  --panel: rgba(9, 12, 20, 0.86);
  --panel-strong: rgba(16, 18, 26, 0.96);
  --panel-border: rgba(255, 255, 255, 0.08);
  --text: #f7f2e8;
  --muted: #b7c3da;
  --muted-strong: #dbe7ff;
  --accent: #f4b814;
  --accent-strong: #ffde6e;
  --accent-alt: #56e3b5;
  --accent-shadow: rgba(244, 184, 20, 0.3);
  --success: #55d88f;
  --danger: #ff7e7e;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow: 0 28px 80px rgba(1, 4, 12, 0.48);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 208, 74, 0.12), transparent 26%),
    radial-gradient(circle at 82% 10%, rgba(244, 184, 20, 0.22), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(120, 78, 5, 0.16), transparent 34%),
    linear-gradient(180deg, #050607 0%, #0b0d11 50%, #13171d 100%);
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  z-index: -1;
  filter: blur(40px);
  opacity: 0.6;
}

body::before {
  width: 20rem;
  height: 20rem;
  top: 9%;
  right: -5rem;
  background: rgba(81, 227, 181, 0.16);
  animation: drift 14s ease-in-out infinite;
}

body::after {
  width: 18rem;
  height: 18rem;
  bottom: 7%;
  left: -4rem;
  background: rgba(247, 183, 49, 0.14);
  animation: drift 18s ease-in-out infinite reverse;
}

.ambient-scene {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(22px);
  opacity: 0.42;
}

.orb-a {
  width: 16rem;
  height: 16rem;
  top: 10%;
  left: -4rem;
  background: rgba(255, 194, 59, 0.24);
  animation: floaty 18s ease-in-out infinite;
}

.orb-b {
  width: 24rem;
  height: 24rem;
  top: 28%;
  right: -8rem;
  background: rgba(244, 184, 20, 0.14);
  animation: floaty 20s ease-in-out infinite reverse;
}

.orb-c {
  width: 18rem;
  height: 18rem;
  bottom: -4rem;
  left: 24%;
  background: rgba(148, 103, 16, 0.15);
  animation: floaty 16s ease-in-out infinite;
}

.grid-wash {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 82%);
  opacity: 0.18;
}

.page-shell {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem clamp(1rem, 4vw, 2.5rem);
  background: linear-gradient(180deg, rgba(20, 21, 26, 0.98), rgba(15, 16, 22, 0.94));
  border-bottom: 1px solid rgba(244, 184, 20, 0.16);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.32);
  animation: rise-in 700ms ease both;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(244, 184, 20, 1), rgba(255, 230, 110, 0.9));
  box-shadow: 0 18px 38px rgba(244, 184, 20, 0.26);
  position: relative;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 12px;
  border: 2px solid rgba(12, 18, 33, 0.72);
}

.brand-mark::after {
  inset: 22px;
  border-width: 3px;
}

.topbar h1,
.hero-panel h2,
.checkout-card h2,
.site-footer h2,
.site-footer h3,
.status-panel h3 {
  margin: 0;
  font-family: "Inter", sans-serif;
}

.brand-title-desktop,
.hero-title-desktop,
.hero-copy-desktop,
.hero-badge-desktop,
.hero-primary-desktop,
.footer-copy-desktop,
.footer-title-desktop,
.footer-link-desktop,
.desktop-bnb-icon,
.hero-bnb-icon {
  display: none;
}

.topbar .brand-mark,
.site-footer .footer-brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0d1016;
  border: 1px solid rgba(244, 184, 20, 0.24);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.topbar .brand-mark::before,
.topbar .brand-mark::after,
.site-footer .footer-brand-mark::before,
.site-footer .footer-brand-mark::after,
.hero-verify-card .hero-emblem-core::before,
.hero-verify-card .hero-emblem-core::after {
  display: none;
}

.desktop-bnb-icon {
  display: block;
  width: 18px;
  height: 18px;
  color: #f4b814;
}

.topbar h1 {
  font-size: clamp(1.52rem, 4vw, 2.1rem);
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
}

.eyebrow,
.hero-kicker {
  margin: 0 0 0.35rem;
  color: var(--accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 800;
}

.topbar-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.topbar-chip::before {
  content: none;
}

.page-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.25rem, 2.2vw, 1.75rem);
  min-width: 0;
}

.hero-panel,
.checkout-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(12, 19, 36, 0.92), rgba(7, 12, 24, 0.82));
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.hero-panel {
  min-height: 650px;
  padding: 2.6rem 1.2rem 2.5rem;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  animation: rise-in 850ms ease both;
}

.hero-panel-content {
  width: min(1100px, calc(100% - 1.5rem));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: clamp(0.9rem, 1.6vw, 1.15rem);
}

.hero-panel::after,
.checkout-card::after {
  content: "";
  position: absolute;
  inset: auto -8rem -8rem auto;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 196, 90, 0.22), transparent 65%);
  pointer-events: none;
}

.hero-sheen,
.card-sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 22%, rgba(255, 255, 255, 0.06) 49%, transparent 76%);
  transform: translateX(-120%);
  animation: sheen 8s ease-in-out infinite;
  pointer-events: none;
}

.card-sheen {
  animation-delay: 1.8s;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 0;
  color: var(--accent-strong);
  background: rgba(244, 184, 20, 0.08);
  border: 1px solid rgba(244, 184, 20, 0.28);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-panel h2 {
  font-size: clamp(2.65rem, 6vw, 4.7rem);
  font-weight: 900;
  line-height: 0.88;
  max-width: none;
  letter-spacing: -0.04em;
}

.hero-copy {
  max-width: 42ch;
  color: rgba(219, 231, 255, 0.68);
  font-size: clamp(0.92rem, 1.55vw, 1.04rem);
  line-height: 1.55;
  margin: 0;
  text-wrap: balance;
}

.hero-verify-card {
  width: min(100%, 620px);
  margin-top: 0.3rem;
  padding: 1.8rem 1.2rem 1.2rem;
  border-radius: 34px;
  border: 1px solid rgba(244, 184, 20, 0.6);
  background: linear-gradient(180deg, rgba(11, 14, 19, 0.96), rgba(11, 13, 18, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 28px 70px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(244, 184, 20, 0.08);
}

.hero-emblem {
  width: 128px;
  height: 128px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(244, 184, 20, 0.3), rgba(244, 184, 20, 0.04) 62%, transparent 72%);
  box-shadow: 0 0 50px rgba(244, 184, 20, 0.16);
}

.hero-emblem-core {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #070a0e;
  border: 1px solid rgba(244, 184, 20, 0.26);
  position: relative;
  box-shadow: 0 0 0 1px rgba(244, 184, 20, 0.06);
}

.hero-bnb-icon {
  display: block;
  width: 34px;
  height: 34px;
  color: #f4b814;
}

.hero-primary {
  width: 100%;
  margin-top: 1.2rem;
  min-height: 84px;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  border-radius: 22px;
}

.hero-transfer-pills {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1rem;
}

.hero-transfer-pills .status-pill,
.hero-transfer-pills .network-badge {
  margin-bottom: 0;
}

.hero-transfer-status,
.hero-transfer-amount {
  display: none;
  margin: 0;
  text-align: center;
}

.hero-transfer-status {
  margin-top: 0.95rem;
  color: rgba(219, 231, 255, 0.84);
  font-size: 0.95rem;
  line-height: 1.65;
  min-height: 3.1em;
}

.hero-transfer-status.is-success {
  color: #8ef4b7;
}

.hero-transfer-status.is-danger {
  color: #ff9a9a;
}

.hero-transfer-status.is-pending {
  color: var(--accent-strong);
}

.hero-transfer-amount {
  margin-top: 0.35rem;
  color: rgba(219, 231, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.55;
}

.hero-panel .hero-kicker {
  display: none;
}

.logo-marquee-section {
  width: min(1100px, calc(100% - 2rem));
  margin: -0.15rem auto 0;
  min-width: 0;
}

.logo-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.35rem 0 0.55rem;
  isolation: isolate;
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  min-width: 0;
  animation: marquee-loop 18s linear infinite;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.logo-strip {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2.2rem);
  flex: 0 0 auto;
  min-width: max-content;
  padding-right: clamp(1.2rem, 3vw, 2.2rem);
}

.logo-mark {
  flex: 0 0 auto;
  width: 102px;
  height: 102px;
  display: grid;
  place-items: center;
  position: relative;
  transform: translateZ(0);
}

.logo-mark::before {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, currentColor 0%, rgba(255, 255, 255, 0) 72%);
  filter: blur(12px);
  opacity: 0.12;
}

.logo-svg {
  width: 88px;
  height: 88px;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.logo-mark-gold {
  color: #ffd35f;
}

.logo-mark-silver {
  color: #d9dceb;
}

.logo-mark-amber {
  color: #f7be2d;
}

.logo-mark-emerald {
  color: #8ef2c7;
}

.logo-mark-mint {
  color: #b8fff0;
}

.logo-mark-ice {
  color: #d7d8e0;
}

.insight-grid {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto 1.4rem;
  display: grid;
  gap: clamp(1rem, 2.4vw, 1.4rem);
}

.feature-card {
  padding: 1.5rem 1.35rem;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(26, 30, 40, 0.96), rgba(32, 36, 48, 0.96));
  border: 1px solid rgba(244, 184, 20, 0.18);
  box-shadow: var(--shadow);
}

.feature-card h3 {
  margin: 0 0 0.85rem;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.42rem, 2.5vw, 1.78rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: none;
}

.feature-card p:last-child {
  margin: 0;
  max-width: 28ch;
  color: rgba(219, 231, 255, 0.66);
  font-size: 0.91rem;
  line-height: 1.58;
}

.checkout-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 7, 10, 0.7);
  backdrop-filter: blur(10px);
  z-index: 30;
}

.checkout-modal {
  position: fixed;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(720px, calc(100% - 1.5rem));
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  padding: 1.2rem;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(17, 19, 24, 0.98), rgba(10, 12, 17, 0.98));
  border: 1px solid rgba(244, 184, 20, 0.34);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.48);
  z-index: 31;
}

.modal-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  padding: 0.8rem 0.2rem 0.4rem;
}

.modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 0.95rem;
  border-radius: 999px;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(219, 231, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.modal-icon-shell {
  width: 132px;
  height: 132px;
  margin-top: 0.25rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(255, 222, 110, 0.24), rgba(244, 184, 20, 0.08) 62%, transparent 72%);
  box-shadow: 0 0 52px rgba(244, 184, 20, 0.18);
}

.modal-icon-core {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(244, 184, 20, 1), rgba(255, 230, 110, 0.94));
  position: relative;
}

.modal-icon-core::before,
.modal-icon-core::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.modal-icon-core::before {
  top: 17px;
  width: 30px;
  height: 36px;
  border: 4px solid rgba(12, 15, 20, 0.82);
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px 12px;
  clip-path: polygon(50% 0%, 100% 22%, 92% 68%, 50% 100%, 8% 68%, 0% 22%);
}

.modal-icon-core::after {
  top: 30px;
  width: 12px;
  height: 18px;
  border-right: 4px solid rgba(12, 15, 20, 0.82);
  border-bottom: 4px solid rgba(12, 15, 20, 0.82);
  transform: translateX(-50%) rotate(45deg);
}

.modal-kicker {
  margin-top: -0.1rem;
}

.checkout-modal h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.3rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  max-width: 12ch;
}

.modal-copy {
  max-width: 30ch;
  margin: 0;
  color: rgba(219, 231, 255, 0.68);
  line-height: 1.7;
}

.modal-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.modal-summary-grid {
  width: 100%;
  display: grid;
  gap: 1rem;
  margin-top: 0.4rem;
}

.modal-card {
  display: grid;
  gap: 0.4rem;
  text-align: left;
  padding: 1.2rem 1.1rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(35, 31, 22, 0.96), rgba(28, 25, 18, 0.96));
  border: 1px solid rgba(244, 184, 20, 0.18);
}

.modal-card-label {
  color: rgba(219, 231, 255, 0.62);
  font-size: 0.92rem;
}

.modal-card strong {
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  word-break: break-word;
}

.modal-card small {
  color: rgba(219, 231, 255, 0.66);
  font-size: 0.95rem;
  line-height: 1.6;
  word-break: break-word;
}

.modal-card-wide {
  background: linear-gradient(180deg, rgba(12, 35, 26, 0.96), rgba(12, 31, 22, 0.96));
  border-color: rgba(86, 227, 181, 0.16);
}

.modal-note {
  width: 100%;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(219, 231, 255, 0.78);
  line-height: 1.65;
}

.modal-actions {
  width: 100%;
  display: grid;
  gap: 0.8rem;
}

.success-modal {
  width: min(440px, calc(100% - 2.25rem));
  padding: 1rem;
  border-radius: 30px;
}

.success-modal-inner {
  gap: 0.95rem;
}

.success-modal-icon-shell {
  width: 132px;
  height: 132px;
  margin-top: 0.15rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(255, 222, 110, 0.24), rgba(244, 184, 20, 0.08) 62%, transparent 72%);
  box-shadow: 0 0 52px rgba(244, 184, 20, 0.18);
}

.success-modal-icon-core {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(244, 184, 20, 1), rgba(255, 230, 110, 0.94));
  color: #101728;
  box-shadow: 0 10px 28px rgba(244, 184, 20, 0.22);
}

.success-modal-icon {
  width: 42px;
  height: 42px;
}

.success-modal h2 {
  max-width: none;
  font-size: clamp(1.95rem, 4.6vw, 2.7rem);
}

.success-modal-copy {
  max-width: 30ch;
  font-size: 0.98rem;
}

.success-modal-copy-amount {
  color: var(--accent-strong);
  font-weight: 800;
}

.success-amount-card {
  width: 100%;
  text-align: center;
  gap: 0.55rem;
}

.success-card-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.success-card-row-secondary {
  margin-top: 0.4rem;
}

.success-card-icon {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-strong);
  background: rgba(244, 184, 20, 0.1);
  border: 1px solid rgba(244, 184, 20, 0.18);
  flex: 0 0 auto;
}

.success-card-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.success-amount-card strong {
  font-size: clamp(2rem, 6vw, 2.8rem);
  color: var(--accent-strong);
  letter-spacing: -0.03em;
}

.success-info-card {
  width: 100%;
  text-align: left;
  background: linear-gradient(180deg, rgba(12, 35, 26, 0.96), rgba(12, 31, 22, 0.96));
  border-color: rgba(86, 227, 181, 0.16);
}

.success-info-card strong {
  font-size: 1.08rem;
  color: var(--text);
  line-height: 1.5;
}

.success-tx-hash-label {
  margin-top: 0.25rem;
}

.success-tx-hash {
  font-size: 0.88rem;
  line-height: 1.55;
  word-break: break-all;
}

.success-modal-actions {
  margin-top: 0.15rem;
}

.success-view-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-height: 66px;
}

.success-done-button {
  min-height: 66px;
  font-size: 1.08rem;
}

.success-close-secondary {
  min-height: 56px;
}

.utility-modal {
  width: min(400px, calc(100% - 2.5rem));
  padding: 0.95rem;
  border-radius: 28px;
}

.utility-modal-inner {
  gap: 0.9rem;
}

.utility-modal-icon-shell {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(255, 158, 124, 0.22), rgba(244, 184, 20, 0.06) 62%, transparent 72%);
}

.utility-modal-icon-core {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(244, 184, 20, 1), rgba(255, 230, 110, 0.94));
  color: #101728;
}

.utility-modal-icon {
  width: 34px;
  height: 34px;
}

.utility-modal h2 {
  max-width: none;
  font-size: clamp(1.7rem, 4.8vw, 2.2rem);
}

.utility-modal-copy {
  max-width: 28ch;
  font-size: 0.95rem;
}

.utility-modal-card {
  width: 100%;
  gap: 0.55rem;
}

.utility-modal-card strong {
  color: var(--accent-strong);
  font-size: clamp(1.65rem, 6vw, 2.2rem);
}

.utility-modal-address {
  color: rgba(219, 231, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.5;
  word-break: break-all;
}

.utility-modal-actions {
  width: 100%;
}

@media (max-width: 560px) {
  .success-modal,
  .utility-modal {
    width: calc(100% - 1.25rem);
    padding: 0.85rem;
    border-radius: 26px;
  }

  .success-view-link,
  .success-done-button {
    min-height: 62px;
  }
}

.ghost-action {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.modal-pay-action {
  min-height: 74px;
  font-size: 1.15rem;
}

.checkout-card {
  width: min(100%, 760px);
  margin: -2.2rem auto 0;
  padding: 1.65rem;
  animation: rise-in 1s ease both;
}

.status-pill,
.network-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
}

.status-pill {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 1.25rem;
  color: var(--muted-strong);
}

.network-badge {
  background: rgba(85, 216, 143, 0.14);
  color: #8ef4b7;
  border: 1px solid rgba(85, 216, 143, 0.25);
}

.invoice-head {
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: flex-start;
}

.invoice-list {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}

.invoice-list div {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.invoice-list div:last-child {
  margin-bottom: 0;
}

.invoice-list dt {
  color: var(--muted);
  font-size: 0.88rem;
}

.invoice-list dd {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  word-break: break-word;
  color: var(--muted-strong);
}

.notice-strip {
  padding: 1rem;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(247, 183, 49, 0.12), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(247, 183, 49, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.notice-strip strong {
  display: block;
  margin-bottom: 0.35rem;
}

.notice-strip p,
.status-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.action-stack {
  display: grid;
  gap: 0.8rem;
  margin: 1.35rem 0;
}

.payment-hint {
  padding: 1rem 1.1rem;
  margin-bottom: 1.2rem;
  border-radius: 18px;
  background: rgba(86, 227, 181, 0.08);
  border: 1px solid rgba(86, 227, 181, 0.14);
  color: var(--muted-strong);
  line-height: 1.6;
}

button {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

button:not(:disabled):hover {
  transform: translateY(-1px);
}

.primary-action,
.secondary-action {
  min-height: 60px;
  border-radius: 20px;
  font-weight: 800;
  letter-spacing: 0.01em;
  position: relative;
  overflow: hidden;
}

.primary-action {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #101728;
  box-shadow: 0 18px 36px var(--accent-shadow);
}

.primary-action::after,
.secondary-action::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -20%;
  width: 40%;
  transform: rotate(18deg) translateX(-220%);
  background: rgba(255, 255, 255, 0.22);
  transition: transform 260ms ease;
}

.primary-action:hover::after,
.secondary-action:hover::after {
  transform: rotate(18deg) translateX(520%);
}

.secondary-action {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.status-panel {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.status-panel h3 {
  margin-bottom: 0.5rem;
}

.site-footer {
  width: 100%;
  margin: 2rem auto 0;
  padding: 1.9rem 0 3.75rem;
  border-top: 1px solid rgba(244, 184, 20, 0.24);
  background: linear-gradient(180deg, rgba(8, 10, 14, 0.95), rgba(6, 8, 12, 0.98));
  animation: rise-in 1.1s ease both;
}

.site-footer-inner {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
  text-align: center;
}

.footer-brand-row {
  display: grid;
  gap: 1.15rem;
  justify-items: center;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-brand-lockup {
  align-items: center;
  justify-content: center;
  text-align: left;
}

.footer-brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 16px;
}

.footer-copy {
  margin: 0 auto;
  max-width: 42ch;
  color: rgba(219, 231, 255, 0.62);
  line-height: 1.85;
}

.site-footer h2 {
  font-size: clamp(1.45rem, 4vw, 1.9rem);
  letter-spacing: -0.02em;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  justify-content: center;
  padding-top: 2rem;
}

.footer-grid section {
  display: grid;
  gap: 1.1rem;
  justify-items: center;
  text-align: center;
}

.site-footer h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text);
}

.footer-link {
  color: rgba(219, 231, 255, 0.62);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.8;
}

.footer-link:hover {
  color: var(--accent-strong);
}

.footer-social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.95rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-social-link {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f4f5f8;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(44, 47, 55, 0.96), rgba(31, 33, 40, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.footer-social-link:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

.footer-social-icon {
  width: 22px;
  height: 22px;
  display: block;
}

.hidden {
  display: none !important;
}

.is-success {
  color: var(--success) !important;
}

.is-danger {
  color: var(--danger) !important;
}

.is-pending {
  color: var(--accent-strong) !important;
}

@media (min-width: 900px) {
  .topbar {
    padding: 1.1rem clamp(2rem, 4.8vw, 3.1rem);
  }

  .brand-lockup {
    gap: 0.78rem;
  }

  .brand-title-mobile,
  .hero-title-mobile,
  .hero-copy-mobile,
  .hero-badge-mobile,
  .hero-primary-mobile,
  .footer-copy-mobile,
  .footer-title-mobile,
  .footer-link-mobile {
    display: none;
  }

  .brand-title-desktop,
  .hero-title-desktop,
  .hero-copy-desktop,
  .hero-badge-desktop,
  .hero-primary-desktop,
  .footer-copy-desktop,
  .footer-title-desktop,
  .footer-link-desktop {
    display: inline;
  }

  .topbar h1 {
    font-size: clamp(1.7rem, 2.6vw, 2.25rem);
    letter-spacing: -0.05em;
  }

  .hero-panel {
    min-height: auto;
    padding: 1.35rem 1.5rem 2.8rem;
    background: linear-gradient(180deg, rgba(7, 10, 14, 0.98), rgba(7, 10, 14, 0.98));
    border-bottom: 0;
  }

  .hero-panel-content {
    width: min(1320px, calc(100% - 4rem));
    gap: 1.35rem;
  }

  .hero-sheen,
  .hero-kicker {
    display: none;
  }

  .hero-panel h2 {
    font-size: clamp(4.4rem, 6.5vw, 6rem);
    line-height: 0.92;
    letter-spacing: -0.06em;
  }

  .hero-copy {
    max-width: 68ch;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-verify-card {
    width: min(100%, 574px);
    margin-top: 0.8rem;
    padding: 1.6rem 1.15rem 1.15rem;
    border-radius: 32px;
  }

  .hero-emblem {
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
    background: radial-gradient(circle, rgba(244, 184, 20, 0.2), rgba(244, 184, 20, 0.05) 60%, transparent 72%);
  }

  .hero-badge {
    padding: 0.55rem 1.35rem;
    font-size: 0.82rem;
    letter-spacing: 0.03em;
  }

  .hero-primary {
    min-height: 72px;
    font-size: 1.12rem;
  }

  .insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .modal-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer-inner {
    width: min(1500px, calc(100% - 4rem));
    display: grid;
    grid-template-columns: minmax(360px, 1.15fr) minmax(200px, 0.55fr) minmax(200px, 0.55fr);
    column-gap: clamp(3rem, 7vw, 8rem);
    align-items: start;
    text-align: left;
  }

  .footer-brand-row {
    justify-items: start;
    align-items: start;
    align-content: start;
    padding-bottom: 0;
    border-bottom: 0;
    gap: 1.5rem;
  }

  .footer-brand-lockup {
    justify-content: flex-start;
    gap: 0.85rem;
  }

  .footer-brand-mark {
    width: 30px;
    height: 30px;
  }

  .footer-copy {
    margin: 0;
    max-width: 42ch;
    text-align: center;
    justify-self: center;
    line-height: 1.72;
    white-space: normal;
  }

  .footer-grid {
    grid-column: 2 / 4;
    grid-template-columns: repeat(2, minmax(190px, 240px));
    justify-content: start;
    align-content: start;
    padding-top: 0;
    gap: clamp(3rem, 6vw, 7rem);
  }

  .footer-grid section {
    justify-items: start;
    text-align: left;
  }

  .footer-social-row {
    grid-column: 1 / -1;
    justify-content: center;
    margin-top: 2.6rem;
    padding-top: 2.3rem;
  }
}

@media (min-width: 561px) and (max-width: 899px) {
  .topbar {
    padding: 1.1rem 1.25rem;
  }

  .hero-panel {
    min-height: auto;
    padding: 2.4rem 1.1rem 2.4rem;
  }

  .hero-panel h2 {
    font-size: clamp(3rem, 7vw, 4rem);
  }

  .hero-copy {
    max-width: 36ch;
    font-size: 0.92rem;
  }

  .hero-verify-card {
    width: min(100%, 640px);
  }

  .feature-card p:last-child {
    max-width: 36ch;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}

@media (max-width: 560px) {
  .page-shell {
    padding-bottom: 0;
  }

  .topbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.95rem 1rem;
  }

  .brand-lockup {
    gap: 0.75rem;
    min-width: 0;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .brand-mark::before {
    inset: 10px;
    border-radius: 9px;
  }

  .brand-mark::after {
    inset: 16px;
  }

  .eyebrow,
  .hero-kicker {
    font-size: 0.66rem;
    letter-spacing: 0.11em;
  }

  .topbar h1 {
    font-size: 1.08rem;
    line-height: 1;
  }

  .topbar-chip {
    font-size: 0.58rem;
    letter-spacing: 0.07em;
    white-space: nowrap;
  }

  .hero-panel {
    min-height: auto;
    padding: 1.9rem 0 2.1rem;
  }

  .hero-panel-content {
    width: min(100%, calc(100% - 2rem));
  }

  .hero-panel h2 {
    font-size: clamp(2.55rem, 9.2vw, 3.35rem);
    max-width: none;
    line-height: 0.9;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 0.78rem;
    line-height: 1.5;
  }

  .hero-verify-card {
    border-radius: 30px;
    padding: 1.55rem 1rem 1rem;
  }

  .hero-emblem {
    width: 112px;
    height: 112px;
    margin-bottom: 0.9rem;
  }

  .hero-emblem-core {
    width: 66px;
    height: 66px;
    border-radius: 22px;
  }

  .hero-primary {
    margin-top: 1rem;
    min-height: 72px;
    font-size: 1.45rem;
  }

  .logo-track {
    animation-duration: 16s;
  }

  .logo-strip {
    gap: 1.35rem;
    padding-right: 1.35rem;
  }

  .logo-marquee-section,
  .insight-grid,
  .site-footer-inner {
    width: min(100% - 2rem, 100%);
  }

  .logo-mark {
    width: 84px;
    height: 84px;
  }

  .logo-svg {
    width: 70px;
    height: 70px;
  }

  .feature-card {
    padding: 1.35rem 1.15rem;
    border-radius: 28px;
  }

  .feature-card h3 {
    margin-bottom: 0.72rem;
    font-size: 1.18rem;
    max-width: none;
    color: #f4b814;
    letter-spacing: -0.02em;
  }

  .feature-card p:last-child {
    max-width: none;
    width: 100%;
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .checkout-modal {
    width: calc(100% - 1rem);
    padding: 0.9rem;
    border-radius: 28px;
  }

  .site-footer {
    margin-top: 1.35rem;
    padding: 1.9rem 0 5rem;
  }

  .footer-brand-row {
    gap: 1rem;
    padding-bottom: 1.55rem;
  }

  .footer-brand-lockup {
    width: 100%;
    gap: 0.85rem;
    justify-content: flex-start;
    text-align: left;
  }

  .footer-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .footer-brand-mark::before {
    inset: 10px;
    border-radius: 9px;
  }

  .footer-brand-mark::after {
    inset: 16px;
  }

  .site-footer h2 {
    font-size: 1.16rem;
    line-height: 1;
  }

  .footer-copy {
    margin: 0 auto;
    max-width: 100%;
    font-size: 0.83rem;
    line-height: 1.65;
    text-align: center;
    white-space: nowrap;
  }

  .footer-grid {
    gap: 2.3rem;
  }

  .footer-social-row {
    margin-top: 1.65rem;
    padding-top: 1.65rem;
    gap: 0.9rem;
  }

  .footer-social-link {
    width: 48px;
    height: 48px;
  }


@media (prefers-reduced-motion: reduce) {
  .logo-track,
  .hero-sheen,
  .card-sheen,
  .orb-a,
  .orb-b,
  .orb-c,
  body::before,
  body::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
  .footer-grid {
    gap: 2.35rem;
    padding-top: 1.9rem;
  }

  .footer-grid section {
    gap: 1.15rem;
  }
}

@keyframes marquee-loop {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floaty {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -18px, 0) scale(1.05);
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(18px, -12px, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(86, 227, 181, 0.5);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(86, 227, 181, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(86, 227, 181, 0);
  }
}

@keyframes sheen {
  0%,
  100% {
    transform: translateX(-140%);
  }

  18%,
  62% {
    transform: translateX(140%);
  }
}
.modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex; align-items: center; justify-content: center;
    z-index: 1000;
}

.modal-content {
    background: white;
    width: 90%; max-width: 400px;
    padding: 30px; border-radius: 20px;
    text-align: center;
}

.error-icon {
    width: 60px; height: 60px;
    background: #fff3cd; color: #856404;
    font-size: 30px; font-weight: bold;
    border-radius: 50%; display: flex;
    align-items: center; justify-content: center;
    margin: 0 auto 20px;
}

.balance-container {
    background: #f8f9fa;
    border-radius: 12px; padding: 15px;
    margin: 20px 0; border: 1px solid #dee2e6;
}

.balance-row {
    display: flex; justify-content: space-between;
    padding: 5px 0; font-size: 15px;
}