: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);
    --bs-primary: #d4af37;
    --bs-primary-rgb: 212, 175, 55;
    --bs-secondary: #1a1a1a;
    --bs-secondary-rgb: 26, 26, 26;
    --bs-dark: #0a0a0a;
    --bs-light: #f8f9fa;
    --bs-gray: #8c8c8c;
    --bs-success: #28a745;
    --bs-danger: #dc3545;
    --bs-accent: #ffd700;
    --color1: #ff5c5c;
    --color2: #000000;
    --color3: #7a0014;
}

* {
  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;
}


.navbar {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95) 0%, rgba(10, 10, 10, 0.95) 100%) !important;
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
}

.nav-link {
    color: var(--bs-light) !important;
    font-weight: 500;
    transition: color 0.3s ease;
}

    .nav-link:hover {
        color: var(--bs-primary) !important;
    }

.btn-primary {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #b8941f 100%);
    border-color: var(--bs-primary);
    color: var(--bs-dark);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .btn-primary::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s;
    }

    .btn-primary:hover::before {
        left: 100%;
    }

    .btn-primary:hover {
        background: linear-gradient(135deg, #e0b83d 0%, #c9a028 100%);
        border-color: #e0b83d;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
    }

.hero-section {
    background: linear-gradient(135deg, var(--bs-secondary) 0%, var(--bs-dark) 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 30% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 50%);
    }

.hero-title {
    font-weight: 700;
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--bs-light) 0%, var(--bs-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
}

.hero-subtitle {
    font-size: 1rem;
    color: var(--bs-gray);
    margin-bottom: .25rem;
}

.verification-card {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.9) 0%, rgba(10, 10, 10, 0.9) 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .verification-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, var(--bs-primary), #b8941f, var(--bs-primary));
    }

    .verification-card:hover {
        border-color: rgba(212, 175, 55, 0.5);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
        transform: translateY(-5px);
    }

.logo-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.05) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    border: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
}

    .logo-circle img {
        width: 60px;
        height: 60px;
    }

.badge-custom {
    background: rgba(212, 175, 55, 0.15);
    color: var(--bs-primary);
    border: 1px solid rgba(212, 175, 55, 0.4);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.features-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--bs-secondary) 0%, var(--bs-dark) 100%);
}

.section-title {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--bs-light) 0%, var(--bs-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    color: var(--bs-gray);
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

.feature-card {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.9) 0%, rgba(10, 10, 10, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .feature-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, var(--bs-primary), #b8941f, var(--bs-primary));
    }

    .feature-card:hover {
        transform: translateY(-10px);
        border-color: rgba(212, 175, 55, 0.3);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    }

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: rgba(212, 175, 55, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: var(--bs-primary);
    font-size: 1.5rem;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.2);
}

.feature-title {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.feature-text {
    color: var(--bs-gray);
}

.footer {
    background: linear-gradient(135deg, var(--bs-dark) 0%, var(--bs-secondary) 100%);
    padding: 80px 0 40px;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.footer-logo {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.footer-text {
    color: var(--bs-gray);
    margin-bottom: 1rem;
}

.footer-heading {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 0.75rem;
    }

    .footer-links a {
        color: var(--bs-gray);
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-links a:hover {
            color: var(--bs-primary);
        }

.social-icons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-gray);
    transition: all 0.3s ease;
    text-decoration: none;
}

    .social-icon:hover {
        background: rgba(212, 175, 55, 0.15);
        color: var(--bs-primary);
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(212, 175, 55, 0.2);
    }

.copyright {
    color: var(--bs-gray);
    font-size: 0.9rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright-links a {
    color: var(--bs-gray);
    text-decoration: none;
    transition: color 0.3s ease;
}

    .copyright-links a:hover {
        color: var(--bs-primary);
    }

/* Loader */
.loader {
    border: 4px solid rgba(255, 255, 155, 0.5);
    margin-left: 5px;
    border-top: 3px solid var(--bs-primary);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
    display: none;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.loading .loader {
    display: inline-block;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(5px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 5px;
}

.popup {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95) 0%, rgba(10, 10, 10, 0.95) 100%);
    color: var(--bs-light);
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    width: 100%;
    height: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease-out;
    position: relative;
    overflow: hidden;
}

    .popup::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, var(--bs-primary), #b8941f, var(--bs-primary));
    }

    .popup h2 {
        margin: 0.5rem 0;
        font-size: 1.5rem;
        font-weight: 700;
    }

.section {
    text-align: center;
    margin: 0.5rem 0;
}

.emoji-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.png_emoji {
    width: 30px;
    height: auto;
}

.png2_emoji {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto 3px;
}

.png2_emoji2 {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto 2px;
}

.inline-section,
.inline-section2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0.5rem 0;
    background: rgba(212, 175, 55, 0.08);
    padding: 0.8rem;
    border-radius: 12px;
    text-align: left;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.inline-section2 {
    background: rgba(40, 167, 69, 0.08);
    border: 1px solid rgba(40, 167, 69, 0.1);
}

.inline-section .emoji {
    font-size: 30px;
    width: 40px;
    text-align: center;
}

.text .title {
    font-size: 1.2rem;
    font-weight: 800;
    color: gold;
}

.text .subtitle {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 0;
}

.subtitle2 {
    font-size: 1rem;
    opacity: 0.8;
    margin-top: 5px;
    font-weight: 500;
}

.subtitle22 {
    font-size: 1rem;
    opacity: 0.8;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.close-btn {
    margin-top: 1.5rem;
    padding: 0.75rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--bs-primary) 0%, #b8941f 100%);
    color: var(--bs-dark);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .close-btn:hover {
        background: linear-gradient(135deg, #e0b83d 0%, #c9a028 100%);
        transform: translateY(-2px);
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Stats Section */
.stats-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--bs-dark) 0%, var(--bs-secondary) 100%);
}

.stat-card {
    text-align: center;
    padding: 2rem 1rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--bs-primary) 0%, #b8941f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    color: var(--bs-gray);
    font-weight: 500;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--bs-secondary) 0%, var(--bs-dark) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .cta-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 70% 30%, rgba(212, 175, 55, 0.1) 0%, transparent 50%);
    }

.cta-title {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--bs-light) 0%, var(--bs-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-text {
    font-size: 1.1rem;
    color: var(--bs-gray);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


.new_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10,10,10,0.95);
    backdrop-filter: blur(5px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 5px;
}

/* ✅ PREMIUM GLASS POPUP */
.new_popup {
    background: linear-gradient( 135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 40%, rgba(0,0,0,0.35) 100% );
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    color: var(--bs-light);
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.18);
    width: 100%;
    height: 95%;
    max-width: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 60px rgba(0,0,0,0.65), inset 0 1px 0 rgba(255,255,255,0.25), inset 0 -8px 20px rgba(0,0,0,0.35);
    position: relative;
    overflow: hidden;
    animation: new_fadeIn .3s ease-out;
}

    /* ✅ Glass Reflection Shine */
    .new_popup::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient( 120deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.04) 35%, transparent 60% );
        pointer-events: none;
    }

    .new_popup::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg,var(--bs-primary),#b8941f,var(--bs-primary));
    }

.new_title_main {
    margin: .8rem 0 .3rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 6px rgba(212,175,55,0.4), 0 0 14px rgba(212,175,55,0.25);
}

.new_section {
    text-align: center;
    margin: .5rem 0;
}

.new_emoji_line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.new_png_emoji {
    width: 30px;
    height: auto;
}

.new_png2_emoji {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto 6px;
    filter: drop-shadow(0 0 12px rgba(212,175,55,0.35));
}

/* ✅ Glass Panels */
.new_inline_section,
.new_inline_section2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: .5rem 0;
    border-radius: 12px;
    text-align: left;
}

.new_inline_section {
    padding: .35rem .8rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 6px 18px rgba(0,0,0,0.35);
}

.new_inline_section2 {
    padding: .8rem .8rem;
    background: rgba(40,167,69,0.12);
    border: 1px solid rgba(40,167,69,0.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 6px 18px rgba(0,0,0,0.35);
}

.new_text p {
    margin: 3px;
    line-height: 1.2;
}

.new_text .new_title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #f5d97a;
    text-shadow: 0 0 8px rgba(245,217,122,0.65), 0 0 18px rgba(212,175,55,0.35);
}

.new_text .new_subtitle {
    font-size: .8rem;
    opacity: .85;
    margin-bottom: 0;
}

.new_subtitle2 {
    font-size: .92rem;
    opacity: .85;
    margin-top: 6px;
    line-height: 1.25;
    font-weight: 500;
}

.new_inline_section2 .new_text {
    position: relative;
    padding-top: 18px;
}

    .new_inline_section2 .new_text::before {
        content: "IMPORTANT NOTICE";
        position: absolute;
        top: -5px;
        left: 50%;
        transform: translateX(-50%);
        font-size: .85rem;
        font-weight: 700;
        color: #f5d97a;
        white-space: nowrap;
        text-shadow: 0 0 8px rgba(245,217,122,0.65), 0 0 18px rgba(212,175,55,0.35);
    }

/* ✅ Buttons Area */
.new_buttons_area {
    margin-top: auto;
    width: 100%;
}

/* ===== VERIFY BUTTON — PREMIUM 3D ===== */
.new_verify_btn {
    margin-top: 0.8rem;
    padding: .55rem;
    width: 100%;
    font-size: 0.85rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: .2s ease;
    position: relative;
    clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100% );
    background: linear-gradient( 145deg, var(--color1) 0%, /* light red */
    var(--color2) 50%, /* main red */
    var(--color3) 100% /* dark red */
    );
    color: #FFFFFF;
    box-shadow: 0 6px 0 #8a6d1b, 0 12px 25px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.35);
    text-shadow: 0 0 6px rgba(255,255,255,0.8), 0 0 12px rgba(255,255,255,0.45);
}

    .new_verify_btn:hover {
        transform: translateY(2px);
        box-shadow: 0 4px 0 #8a6d1b, 0 10px 20px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.35);
    }

    .new_verify_btn:active {
        transform: translateY(5px);
        box-shadow: 0 1px 0 #8a6d1b, 0 6px 12px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.25);
    }

/* ===== CLOSE BUTTON — GLASS STYLE ===== */
.new_close_btn {
    margin-top: 0.8rem;
    padding: .45rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: .25s ease;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 6px 18px rgba(0,0,0,0.4);
    color: #fff;
}

    .new_close_btn:hover {
        background: rgba(255,255,255,0.16);
    }

/* ✅ Amount Highlight */
.amount-highlight {
    color: #f5d97a;
    text-shadow: 0 0 8px rgba(245,217,122,0.65), 0 0 18px rgba(212,175,55,0.35);
    font-weight: 700;
}

/* ===== NEW POP-up CSS ===== */

/* ===== Overlay ===== */
.release_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

    .release_overlay.active {
        opacity: 1;
        visibility: visible;
    }

/* ===== Loading ===== */
.release_loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 18px;
    animation: fadeIn 0.4s ease;
}

.spinner {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,0.2);
    border-top: 4px solid #00ffa6;
    animation: spin 1s linear infinite;
    box-shadow: 0 0 20px #00ffa680;
}

/* ===== Popup ===== */
.release_popup {
    display: none;
    width: 360px;
    background: rgba(255,255,255,0.08);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    padding: 25px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 30px rgba(0,255,166,0.25);
    animation: popupIn 0.5s ease;
}

.popup_icon {
    font-size: 42px;
    text-align: center;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 12px rgba(255,210,0,0.6));
    animation: popIcon 0.5s ease;
}

@keyframes popIcon {
    from {
        transform: scale(0.5);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.popup_close {
    cursor: pointer;
    font-size: 20px;
    color: #ff6b6b;
    transition: 0.3s;
}

    .popup_close:hover {
        transform: scale(1.2);
    }

.popup_title {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #ff6b6b;
}

/* ===== DEPOSIT GLASS BOX UPGRADE ===== */
.glass_box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient( 145deg, rgba(255,255,255,0.20), rgba(255,255,255,0.06) );
    border-radius: 16px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: inset 0 0 18px rgba(255,255,255,0.12), 0 12px 30px rgba(0,0,0,0.4);
    margin-bottom: 20px;
}

.deposit_icon {
    font-size: 22px;
    color: #ffd000;
    filter: drop-shadow(0 0 10px rgba(255,208,0,0.7));
}

/* Close Button */
.close_btn {
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    background: linear-gradient(45deg,#00ffa6,#00c3ff);
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

    .close_btn:hover {
        transform: scale(1.05);
        box-shadow: 0 0 20px #00ffa6;
    }

/* Animations */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes popupIn {
    from {
        transform: translateY(40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* ===== USDT INFO BOX ===== */
.usdt_info_box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    margin-bottom: 15px;
    border-radius: 14px;
    background: linear-gradient( 145deg, rgba(255,255,255,0.18), rgba(255,255,255,0.05) );
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: inset 0 0 15px rgba(255,255,255,0.15), 0 10px 25px rgba(0,0,0,0.35);
    backdrop-filter: blur(18px);
}

.usdt_icon {
    font-size: 22px;
    filter: drop-shadow(0 0 8px #00ffa6);
}

.usdt_text {
    font-weight: 600;
    letter-spacing: 0.3px;
}


/* label text (Available / Required) */
.label_text {
    font-size: 13px;
    letter-spacing: 1px;
    opacity: 0.7;
    margin-right: 8px;
    text-transform: uppercase;
}

/* Available USDT value */
.usdt_value {
    font-weight: 700;
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 8px;
    background: linear-gradient(135deg,#00ffa6,#00c3ff);
    color: #000;
    box-shadow: 0 0 12px rgba(0,255,166,0.4), inset 0 0 6px rgba(255,255,255,0.4);
}

/* Required USDT value */
.required_value {
    font-weight: 700;
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 8px;
    background: linear-gradient(135deg,#ff6b6b,#ffb347);
    color: #000;
    box-shadow: 0 0 12px rgba(255,120,120,0.4), inset 0 0 6px rgba(255,255,255,0.4);
}


#notification-container {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    pointer-events: none;
}

.custom-notification {
    min-width: 320px;
    max-width: 600px;
    padding: 18px 30px;
    background: rgba(20, 20, 20, 0.95);
    border: 2px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 0 25px rgba(0,0,0,0.4), 0 0 12px rgba(255,0,0,0.25);
    backdrop-filter: blur(8px);
    opacity: 0;
    transform: translateY(-30px) scale(0.9);
    transition: opacity 0.5s ease, transform 0.5s ease;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
}

    .custom-notification.show {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .custom-notification.hide {
        opacity: 0;
        transform: translateY(-30px) scale(0.9);
    }


.new_popup {
    position: relative;
    overflow: hidden;
}

.watermark-layer {
    position: absolute;
    inset: -120px;
    z-index: 1;
    overflow: hidden;
    transform: rotate(-25deg);
    pointer-events: none;
}

.new_section,
.new_inline_section,
.new_inline_section2,
.new_buttons_area {
    position: relative;
    z-index: 2;
}

.watermark-grid {
    display: grid;
    grid-template-columns: repeat(5, 150px);
    gap: 15px 15px;
    width: 1300px;
    opacity: 0.15;
}

    .watermark-grid span {
        color: red;
        font-size: 15px;
        font-weight: 900;
        letter-spacing: 2px;
        text-align: center;
        white-space: nowrap;
    }

.new_popup > *:not(.watermark-layer) {
    position: relative;
    z-index: 1;
}