.elementor-2333 .elementor-element.elementor-element-59e6752{--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-2333 .elementor-element.elementor-element-2c77cf7{--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-2333 .elementor-element.elementor-element-73b5f5b{--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;}/* Start custom CSS for html, class: .elementor-element-6fdc622 */*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --green: #2ecc40;
  --lime: #aaeb00;
  --blue: #1a6fd4;
  --orange: #f5a623;
  --black: #111111;
  --white: #ffffff;
  --gray-light: #f4f4f4;
  --gray-border: #e0e0e0;
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
}

body {
  background: var(--white);
  font-family: var(--font-body);
  color: var(--black);
  padding: 48px 16px 64px;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

/* Title */
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 14px;
}

.section-title h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  color: var(--black);
  white-space: nowrap;
  text-transform: uppercase;
}

.title-bar {
  flex: 1;
  max-width: 120px;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  border-radius: 2px;
}

.section-sub {
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.97rem;
  color: #555;
  font-weight: 500;
  max-width: 640px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* Payment method cards */
.methods-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 44px;
}

.method-card {
  background: var(--gray-light);
  border: 1px solid var(--gray-border);
  border-radius: 8px;
  padding: 24px 16px 20px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.method-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}

.method-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
}

.method-icon svg {
  width: 100%;
  height: 100%;
}

.method-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 8px;
}

.method-card p {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: #666;
  font-weight: 500;
  line-height: 1.6;
}

/* How to subscribe */
.how-to {
  background: var(--gray-light);
  border-top: 4px solid var(--green);
  border-radius: 0 0 8px 8px;
  padding: 32px 32px 36px;
  text-align: center;
}

.how-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 28px;
}

.steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 200px;
}

.step-num {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: var(--green);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(46,204,64,0.35);
}

.step-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

.step-text strong {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--black);
}

.step-text span {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: #666;
  font-weight: 500;
  line-height: 1.55;
}

.step-arrow {
  font-size: 1.4rem;
  color: var(--blue);
  font-weight: 800;
  margin-top: 12px;
  align-self: flex-start;
  padding-top: 10px;
}

/* CTA */
.btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--green);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 40px;
  border-radius: 4px;
  text-transform: uppercase;
  transition: background 0.2s, transform 0.15s;
}

.btn-contact:hover {
  background: #27ae35;
  transform: scale(1.04);
}

.email-note {
  margin-top: 12px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: #888;
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* Responsive */
@media (max-width: 700px) {
  .methods-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps {
    flex-direction: column;
    align-items: center;
  }
  .step-arrow {
    transform: rotate(90deg);
    align-self: center;
    padding: 0;
    margin: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b52ee0 */*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --green: #2ecc40;
  --blue: #1a6fd4;
  --orange: #f5a623;
  --btc: #f7931a;
  --trc20: #e84142;
  --bep20: #f0b90b;
  --black: #111111;
  --white: #ffffff;
  --gray-light: #f4f4f4;
  --gray-border: #e0e0e0;
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
}

body {
  background: var(--white);
  font-family: var(--font-body);
  color: var(--black);
  padding: 48px 16px 64px;
}

.container {
  max-width: 760px;
  margin: 0 auto;
}

/* Title */
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.section-title h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: var(--black);
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

.title-bar {
  flex: 1;
  max-width: 100px;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--blue));
  border-radius: 2px;
}

/* Badge intro */
.crypto-badge {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--gray-light);
  border: 1px solid var(--gray-border);
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 32px;
}

.crypto-badge img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 6px;
}

.crypto-badge p {
  font-family: var(--font-body);
  font-size: 0.93rem;
  color: #444;
  font-weight: 500;
  line-height: 1.65;
}

.crypto-badge p strong {
  color: var(--black);
  font-weight: 700;
}

/* Cards */
.crypto-card {
  border: 1px solid var(--gray-border);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.crypto-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
}

.crypto-card__header.trc20  { background: var(--trc20); }
.crypto-card__header.bep20  { background: var(--bep20); }
.crypto-card__header.btc    { background: var(--btc); }

.network-label {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

.crypto-card__header.bep20 .network-label {
  color: var(--black);
  text-shadow: none;
}

.network-tag {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(0,0,0,0.18);
  color: var(--white);
  padding: 4px 10px;
  border-radius: 30px;
}

.crypto-card__header.bep20 .network-tag {
  background: rgba(0,0,0,0.12);
  color: var(--black);
}

.crypto-card__body {
  padding: 24px 24px 20px;
  background: var(--white);
  display: flex;
  gap: 32px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* Wallet block */
.wallet-block {
  flex: 1;
  min-width: 260px;
}

.wallet-instruction {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: #555;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.55;
}

.wallet-instruction strong {
  color: var(--black);
  font-weight: 700;
}

.wallet-address-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--gray-light);
  border: 1px solid var(--gray-border);
  border-radius: 6px;
  padding: 10px 14px;
  flex-wrap: wrap;
}

.wallet-address {
  font-family: 'Courier New', monospace;
  font-size: 0.78rem;
  color: var(--black);
  font-weight: 700;
  word-break: break-all;
  flex: 1;
  letter-spacing: 0.03em;
}

.btn-copy {
  flex-shrink: 0;
  background: var(--green);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 7px 16px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.btn-copy:hover {
  background: #27ae35;
  transform: scale(1.05);
}

.btn-copy.copied {
  background: var(--blue);
}

/* QR block */
.qr-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.qr-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #777;
}

.qr-block img {
  width: 150px;
  height: auto;
  border: 2px solid var(--gray-border);
  border-radius: 6px;
  display: block;
}

/* Notice */
.notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #eaf7ec;
  border: 1px solid #b6e8be;
  border-left: 4px solid var(--green);
  border-radius: 0 6px 6px 0;
  padding: 16px 20px;
  margin-top: 8px;
}

.notice svg {
  color: var(--green);
  flex-shrink: 0;
  margin-top: 2px;
}

.notice p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
  line-height: 1.65;
}

.notice p a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.notice p a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 600px) {
  .section-title h2 {
    font-size: 1.6rem;
    white-space: normal;
    text-align: center;
  }
  .crypto-badge {
    flex-direction: column;
    text-align: center;
  }
  .crypto-card__body {
    flex-direction: column;
    align-items: center;
  }
  .wallet-block {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c3f4b4 */*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --green: #2ecc40;
  --blue: #1a6fd4;
  --orange: #f5a623;
  --paypal-dark: #003087;
  --paypal-light: #009cde;
  --skrill: #862165;
  --neteller: #1a6fd4;
  --black: #111111;
  --white: #ffffff;
  --gray-light: #f4f4f4;
  --gray-border: #e0e0e0;
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
}

body {
  background: var(--white);
  font-family: var(--font-body);
  color: var(--black);
  padding: 48px 16px 64px;
}

.container {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Card */
.payment-card {
  border: 1px solid var(--gray-border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

/* Card headers */
.payment-card__header {
  padding: 16px 24px;
}

.payment-card__header.paypal  { background: var(--paypal-dark); }
.payment-card__header.skrill  { background: var(--skrill); }
.payment-card__header.neteller { background: var(--neteller); }

/* Title inside header */
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.section-title h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  white-space: nowrap;
  text-align: center;
}

.title-bar {
  flex: 1;
  max-width: 80px;
  height: 2px;
  background: rgba(255,255,255,0.35);
  border-radius: 2px;
}

/* Card body */
.payment-card__body {
  background: var(--white);
  padding: 28px 28px 24px;
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}

/* Logo block */
.logo-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo-block img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--gray-light);
  padding: 12px;
  border: 1px solid var(--gray-border);
}

.logo-block img.wide-logo {
  width: 180px;
  height: auto;
  min-height: 70px;
}

/* Info block */
.info-block {
  flex: 1;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Steps list */
.steps-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.step-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: var(--green);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(46,204,64,0.3);
}

.steps-list li p {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: #444;
  font-weight: 500;
  line-height: 1.65;
  padding-top: 6px;
}

.steps-list li p strong {
  color: var(--black);
  font-weight: 700;
}

.steps-list li p a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.steps-list li p a:hover {
  text-decoration: underline;
}

/* Buttons */
.btn-pay {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
  padding: 12px 28px;
  border-radius: 4px;
  transition: opacity 0.2s, transform 0.15s;
  align-self: flex-start;
}

.btn-pay:hover {
  opacity: 0.88;
  transform: scale(1.04);
}

.paypal-btn  { background: var(--paypal-dark); }
.skrill-btn  { background: var(--skrill); }
.neteller-btn { background: var(--neteller); }

/* Notice */
.notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #eaf7ec;
  border: 1px solid #b6e8be;
  border-left: 4px solid var(--green);
  border-radius: 0 6px 6px 0;
  padding: 16px 20px;
}

.notice svg {
  color: var(--green);
  flex-shrink: 0;
  margin-top: 2px;
}

.notice p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
  line-height: 1.65;
}

.notice p a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.notice p a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 600px) {
  .section-title h2 {
    font-size: 1.2rem;
    white-space: normal;
    text-align: center;
  }
  .payment-card__body {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .steps-list li {
    flex-direction: column;
    align-items: center;
  }
  .step-icon { align-self: flex-start; }
  .btn-pay { align-self: center; }
}/* End custom CSS */