.elementor-2551 .elementor-element.elementor-element-7ce0c96{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2551 .elementor-element.elementor-element-17ffd89{--display:flex;}.elementor-2551 .elementor-element.elementor-element-897e0a0 > .elementor-widget-container{margin:-100px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2551 .elementor-element.elementor-element-8bfc27c > .elementor-widget-container{margin:-100px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-897e0a0 */*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --green-accent:  #00e676;
  --gold-accent:   #f5c842;
  --bg-deep:       #040e06;
  --bg-card:       #081508;
  --bg-logo:       #ffffff;
  --border-main:   rgba(0, 230, 118, 0.18);
  --border-dim:    rgba(0, 230, 118, 0.07);
  --text-white:    #ffffff;
  --text-body:     rgba(255,255,255,0.72);
  --text-muted:    rgba(0, 230, 118, 0.55);
  --text-dim:      rgba(0, 230, 118, 0.28);
}

/* ── BASE ── */
html, body {
  min-height: 100vh;
  background: var(--bg-deep);
  font-family: 'Barlow', sans-serif;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
}

/* ── SCANLINE ── */
.scanline {
  position: fixed;
  top: -3px; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(to right, transparent, rgba(0,230,118,0.13), transparent);
  animation: scan 6s linear infinite;
  z-index: 10;
  pointer-events: none;
}
@keyframes scan {
  from { top: -3px; }
  to   { top: 100vh; }
}

/* ── GRID BG ── */
.pay-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,230,118,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,230,118,0.035) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}

/* ── SECTION ── */
.pay-section {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 60px;
}

.pay-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
}

/* ── HEADER ── */
.pay-header {
  margin-bottom: 44px;
  opacity: 0;
  animation: fadeUp 0.6s 0.15s ease forwards;
}

.pay-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--green-accent);
  opacity: 0.65;
  margin-bottom: 10px;
}

.pay-title {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: var(--text-white);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.title-accent { color: var(--gold-accent); }

.pay-subtitle {
  font-size: 0.9rem;
  color: var(--text-body);
  margin-bottom: 20px;
}

.pay-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(0,230,118,0.35), rgba(0,230,118,0.06) 55%, transparent);
}

/* ── TOP CARDS ROW ── */
.pay-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeUp 0.7s 0.35s ease forwards;
}

/* ── INDIVIDUAL CARD ── */
.pay-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--bg-card);
  border: 1px solid var(--border-main);
  border-radius: 10px;
  padding: 24px 28px;
  transition: border-color 0.25s, box-shadow 0.25s;
  overflow: hidden;
}

.pay-card:hover {
  border-color: rgba(0,230,118,0.35);
  box-shadow: 0 0 24px rgba(0,230,118,0.08);
}

/* ── LOGO WRAP (white box) ── */
.pay-card-logo-wrap {
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 8px;
  width: 160px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
}

/* ── PAYPAL SVG LOGO ── */
.paypal-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paypal-logo svg {
  width: 120px;
  height: auto;
}

/* ── BRAND TEXT LOGOS ── */
.brand-logo {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  user-select: none;
  white-space: nowrap;
}

/* Skrill – bold italic purple */
.brand-logo--skrill {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2.6rem;
  font-style: italic;
  font-weight: 700;
  color: #7b2d8b;
  letter-spacing: -0.02em;
}

/* Neteller – condensed bold lime-green italic */
.brand-logo--neteller {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.85rem;
  font-weight: 900;
  font-style: italic;
  color: #7ab648;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(122,182,72,0.25);
}

.neteller-reg {
  font-size: 0.8rem;
  vertical-align: super;
  color: #7ab648;
  font-style: normal;
}

/* ── CARD TEXT INFO ── */
.pay-card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.pay-card-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.16em;
  color: var(--text-white);
  text-transform: uppercase;
}

.pay-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-accent);
  border: 1px solid rgba(0,230,118,0.3);
  border-radius: 3px;
  padding: 3px 8px;
  width: fit-content;
  background: rgba(0,230,118,0.05);
}

/* ── CRYPTO ROW ── */
.crypto-row {
  display: flex;
  align-items: center;
  gap: 32px;
  background: var(--bg-card);
  border: 1px solid var(--border-main);
  border-radius: 10px;
  padding: 28px 36px;
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeUp 0.7s 0.5s ease forwards;
}

/* ── COIN GRID ── */
.crypto-coins {
  display: grid;
  grid-template-columns: repeat(5, 44px);
  grid-template-rows: repeat(2, 44px);
  gap: 8px;
  flex-shrink: 0;
}

.crypto-coin {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  cursor: default;
  transition: transform 0.2s, box-shadow 0.2s;
  user-select: none;
}

.crypto-coin:hover {
  transform: scale(1.12);
  box-shadow: 0 0 12px rgba(255,255,255,0.2);
}

.cc-btc  { background: #f7931a; }
.cc-eth  { background: #627eea; }
.cc-usdt { background: #26a17b; }
.cc-bnb  { background: #f3ba2f; color: #1a1a1a; }
.cc-usdc { background: #2775ca; }
.cc-xrp  { background: #00aae4; }
.cc-ada  { background: #0033ad; }
.cc-sol  { background: linear-gradient(135deg, #9945ff, #14f195); }
.cc-trx  { background: #ef0027; }
.cc-ltc  { background: #a6a9aa; color: #333; }

/* ── CRYPTO INFO ── */
.crypto-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.crypto-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-white);
}

.crypto-badge {
  display: inline-flex;
  align-items: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-accent);
  border: 1px solid rgba(0,230,118,0.3);
  border-radius: 3px;
  padding: 4px 10px;
  width: fit-content;
  background: rgba(0,230,118,0.05);
}

/* ── BUY NOW BUTTON ── */
.crypto-action {
  flex-shrink: 0;
}

.buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  background: var(--gold-accent);
  color: #0a0f0a;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  box-shadow: 0 4px 20px rgba(245,200,66,0.25);
}

.buy-btn:hover {
  background: #ffd740;
  box-shadow: 0 6px 28px rgba(245,200,66,0.4);
  transform: translateY(-2px);
}

.buy-btn:active {
  transform: translateY(0);
}

/* ── FOOTER NOTE ── */
.pay-note {
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  opacity: 0;
  animation: fadeUp 0.6s 0.65s ease forwards;
}

/* ── KEYFRAMES ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .pay-cards-row {
    grid-template-columns: 1fr;
  }

  .crypto-row {
    flex-wrap: wrap;
    gap: 24px;
  }

  .crypto-action {
    width: 100%;
  }

  .buy-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .pay-section { padding: 60px 20px; }

  .pay-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .pay-card-logo-wrap {
    width: 100%;
    height: 80px;
  }

  .crypto-coins {
    grid-template-columns: repeat(5, 40px);
    grid-template-rows: repeat(2, 40px);
  }

  .crypto-coin {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8bfc27c */* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f5f5f5;
  color: #111;
  padding: 2rem 1rem;
}

.pm-wrap {
  max-width: 680px;
  margin: 0 auto;
}

.pm-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #e87c1e;
  margin-bottom: 1.5rem;
}

.pm-coin-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e0e0e0;
}

.pm-coin-logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.pm-coin-name {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.pm-coin-network {
  font-size: 12px;
  color: #888;
  background: #f0f0f0;
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: auto;
}

.pm-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.pm-logo img {
  max-width: 200px;
  height: auto;
}

.pm-section-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
  margin-bottom: 1rem;
}

.pm-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
}

.pm-method-label {
  font-size: 15px;
  color: #111;
  margin-bottom: 0.75rem;
}

.pm-address-row {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 1rem;
}

.pm-address-row code {
  font-family: monospace;
  font-size: 13px;
  color: #111;
  flex: 1;
  word-break: break-all;
}

.copy-btn {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 12px;
  color: #555;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

.copy-btn:hover {
  background: #f0f0f0;
}

.copy-btn.copied {
  color: #0a7c55;
  border-color: #5DCAA5;
}

.pm-scan-label {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-bottom: 0.75rem;
}

.pm-qr {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.pm-qr img {
  max-width: 160px;
  height: auto;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.pm-note {
  text-align: center;
  font-size: 13px;
  color: #003366;
  line-height: 1.6;
  margin-top: 0.75rem;
}

.pm-note a {
  color: #1a5fb4;
}

.pm-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 1.75rem 0;
}

.pm-neteller-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.pm-neteller-logo img {
  max-width: 180px;
  height: auto;
}

.pm-neteller-text {
  font-size: 15px;
  color: #111;
  text-align: center;
  margin-bottom: 0.5rem;
}

.pm-neteller-email {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.pm-neteller-email a {
  color: #0000ff;
  text-decoration: none;
}

.pm-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 0.75rem;
}

.pm-badge-direct {
  background: #e6f4ea;
  color: #0a7c55;
  border: 1px solid #5DCAA5;
}

.pm-badge-contact {
  background: #fff3e0;
  color: #b45309;
  border: 1px solid #f59e0b;
}

.pm-badge-wrapper {
  text-align: center;
  margin-bottom: 0.5rem;
}/* End custom CSS */