.nhv-noadsall{
  direction:rtl;
  text-align:right;
  padding:18px 0 44px;
}

.nhv-noadsall__wrap{
  width:min(920px, calc(100% - 24px));
  margin:0 auto;
  display:grid;
  gap:16px;
}

.nhv-noadsall__hero,
.nhv-noadsall__panel{
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(960px 460px at 100% 0%, rgba(124,92,255,.12), transparent 55%),
    linear-gradient(180deg, rgba(17,20,34,.96), rgba(11,14,27,.98));
  box-shadow:0 18px 52px rgba(0,0,0,.28);
}

.nhv-noadsall__hero{
  padding:22px 18px 18px;
}

.nhv-noadsall__eyebrow{
  display:inline-flex;
  align-items:center;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(255,214,102,.28);
  background:rgba(255,214,102,.10);
  color:#f7ddb0;
  font-size:12px;
  font-weight:900;
}

.nhv-noadsall__title{
  margin:12px 0 8px;
  font-size:30px;
  line-height:1.18;
  font-weight:1000;
}

.nhv-noadsall__sub{
  margin:0;
  max-width:720px;
  color:rgba(234,240,255,.78);
  line-height:1.8;
  font-size:14px;
}

.nhv-noadsall__panel{
  padding:16px;
}

.nhv-noadsall__panelHead{
  margin-bottom:14px;
}

.nhv-noadsall__h2,
.nhv-noadsall__h3{
  margin:0;
  font-weight:1000;
}

.nhv-noadsall__h2{ font-size:22px; }
.nhv-noadsall__h3{ font-size:17px; }

.nhv-noadsall__profile{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}

.nhv-noadsall__profileMain{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}

.nhv-noadsall__profileName{
  font-size:20px;
  line-height:1.2;
  font-weight:1000;
}

.nhv-noadsall__profileMeta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:flex-end;
}

.nhv-noadsall__metaPill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}

.nhv-noadsall__metaPill.is-vip{
  border-color:rgba(255,214,102,.28);
  background:rgba(255,214,102,.10);
  color:#f7ddb0;
}

.nhv-noadsall__featuresHero{
  display:grid;
  gap:10px;
  margin-bottom:14px;
  padding:14px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
}

.nhv-noadsall__featureLine{
  display:flex;
  align-items:flex-start;
  gap:10px;
  line-height:1.8;
  font-size:14px;
}

.nhv-noadsall__emoji{
  flex:0 0 auto;
  width:26px;
  height:26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
}

.nhv-noadsall__supportNote{
  margin:2px 0 0;
  color:#f4dbb6;
  line-height:1.8;
  font-size:13px;
}

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

.nhv-noadsall__plan{
  position:relative;
  padding:14px 12px 12px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}

.nhv-noadsall__plan.is-featured{
  border-color:rgba(255,214,102,.28);
  background:
    radial-gradient(360px 170px at 100% 0%, rgba(255,214,102,.10), transparent 72%),
    rgba(255,255,255,.05);
}

.nhv-noadsall__flag{
  display:inline-flex;
  margin-bottom:12px;
  padding:5px 10px;
  border-radius:999px;
  border:1px solid rgba(255,214,102,.26);
  background:rgba(255,214,102,.10);
  color:#f7ddb0;
  font-size:11px;
  font-weight:900;
}

.nhv-noadsall__planRow{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.nhv-noadsall__planSide,
.nhv-noadsall__priceWrap{
  display:flex;
  flex-direction:column;
  gap:5px;
}

.nhv-noadsall__priceWrap{
  align-items:flex-end;
  text-align:left;
}

.nhv-noadsall__planLabel{
  color:rgba(234,240,255,.56);
  font-size:11px;
  font-weight:800;
}

.nhv-noadsall__planTitle{
  margin:0;
  font-size:16px;
  font-weight:1000;
  line-height:1.3;
}

.nhv-noadsall__price{
  font-size:20px;
  line-height:1;
  font-weight:1000;
}

.nhv-noadsall__valueBadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 10px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
}

.nhv-noadsall__valueBadge.is-price{
  border-color:rgba(124,92,255,.32);
  background:rgba(124,92,255,.16);
}

.nhv-noadsall__oldPrice{
  display:inline-block;
  margin-top:10px;
  color:rgba(234,240,255,.58);
  font-size:12px;
}

.nhv-noadsall__oldPrice span{
  text-decoration:line-through;
  text-decoration-thickness:2px;
  text-decoration-color:rgba(234,240,255,.55);
}

.nhv-noadsall__planNote{
  display:block;
  margin-top:10px;
  color:rgba(234,240,255,.72);
  font-size:12px;
  line-height:1.7;
}

.nhv-noadsall__payCard{
  padding:14px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}

.nhv-noadsall__stack{
  display:grid;
  gap:14px;
}

.nhv-noadsall__numberedTitle{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

.nhv-noadsall__step{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  border:1px solid rgba(124,92,255,.30);
  background:rgba(124,92,255,.16);
  font-size:16px;
  font-weight:1000;
}

.nhv-noadsall__paypalLogo{
  width:34px;
  height:34px;
  display:block;
  border-radius:10px;
  background:#fff;
  padding:4px;
  box-shadow:0 8px 18px rgba(0,0,0,.20);
}

.nhv-noadsall__muted,
.nhv-noadsall__hint{
  margin:0;
  color:rgba(234,240,255,.75);
  line-height:1.8;
  font-size:13px;
}

.nhv-noadsall__hint{
  margin-top:10px;
  color:#f1dab3;
}

.nhv-noadsall__brandRow{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:10px 0 12px;
}

.nhv-noadsall__brand{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:86px;
  padding:8px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.06);
  font-size:12px;
  font-weight:1000;
}

.nhv-noadsall__brand--visa{
  color:#cfe3ff;
  border-color:rgba(59,130,246,.28);
  background:rgba(59,130,246,.12);
}

.nhv-noadsall__brand--master{
  color:#ffd6c4;
  border-color:rgba(249,115,22,.28);
  background:rgba(249,115,22,.12);
}

.nhv-noadsall__brand--kofi{
  color:#e7f7ff;
  border-color:rgba(41,171,226,.28);
  background:rgba(41,171,226,.12);
}

.nhv-noadsall__brand--patreon{
  color:#ffd6dc;
  border-color:rgba(255,66,77,.28);
  background:rgba(255,66,77,.12);
}

.nhv-noadsall__brand--discord{
  color:#dcd8ff;
  border-color:rgba(88,101,242,.28);
  background:rgba(88,101,242,.12);
}

.nhv-noadsall__brandLogo{
  width:22px;
  height:22px;
  display:block;
  filter:drop-shadow(0 2px 8px rgba(0,0,0,.35));
}

.nhv-noadsall__brandImage{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.10);
  background:#fff;
  padding:4px 8px;
  box-shadow:0 8px 22px rgba(0,0,0,.20);
}

.nhv-noadsall__brandImage--cards{
  max-height:36px;
}

.nhv-noadsall__brandImage--patreon{
  max-height:36px;
}

.nhv-noadsall__brandImage--kofi{
  max-height:44px;
  background:transparent;
  border-color:rgba(255,255,255,.14);
  padding:0;
}

.nhv-noadsall__paypalReal,
.nhv-noadsall__subCard{
  margin-top:12px;
  padding:12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}

.nhv-noadsall__loginGate{
  display:grid;
  gap:8px;
}

.nhv-noadsall__loginGate strong{
  font-size:16px;
  font-weight:1000;
}

.nhv-noadsall__loginGate p{
  margin:0;
  color:rgba(234,240,255,.75);
  line-height:1.8;
  font-size:13px;
}

.nhv-noadsall__subCardTitle{
  display:block;
  margin-bottom:8px;
  font-size:14px;
  font-weight:900;
}

.nhv-noadsall__copyRow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:10px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}

.nhv-noadsall__copyMeta{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:5px;
}

.nhv-noadsall__copyLabel{
  color:rgba(234,240,255,.56);
  font-size:11px;
  font-weight:800;
}

.nhv-copy{
  display:block;
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size:12px;
  line-height:1.6;
  word-break:break-all;
}

.nhv-noadsall__primaryBtn,
.nhv-noadsall__secondaryBtn,
.nhv-copyBtn{
  border:1px solid rgba(124,92,255,.26);
  background:rgba(124,92,255,.16);
  color:inherit;
  text-decoration:none !important;
  border-radius:14px;
  padding:12px 14px;
  font-weight:1000;
  text-align:center;
  cursor:pointer;
}

.nhv-noadsall__primaryBtn,
.nhv-noadsall__secondaryBtn{
  display:flex;
  align-items:center;
  gap:8px;
  justify-content:center;
  width:100%;
  margin-top:12px;
}

.nhv-noadsall__discordIcon{
  font-size:16px;
  line-height:1;
}

.nhv-noadsall__btnIcon{
  width:18px;
  height:18px;
  border-radius:999px;
  display:block;
  flex:0 0 auto;
}

.nhv-noadsall__primaryBtn{
  background:linear-gradient(135deg, rgba(124,92,255,.42), rgba(124,92,255,.16));
}

.nhv-copyBtn{
  flex:0 0 auto;
  min-width:72px;
}

.nhv-noadsall__cryptoList{
  display:grid;
  gap:10px;
  margin-top:12px;
}

.nhv-paypalForm{ width:100%; margin:0; }
.nhv-paypalTable{ width:100%; border-collapse:collapse; }
.nhv-paypalTable td{ padding:8px 0; }

.nhv-paypalSelect,
.nhv-paypalInput{
  width:100%;
  padding:12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:inherit;
  outline:none;
  font-weight:700;
  direction:rtl;
  text-align:right;
}

.nhv-paypalSelect:focus,
.nhv-paypalInput:focus{
  border-color:rgba(124,92,255,.42);
  box-shadow:0 0 0 3px rgba(124,92,255,.12);
}

.nhv-paypalHint{
  margin-top:8px;
  color:rgba(234,240,255,.66);
  font-size:12px;
  line-height:1.7;
}

.nhv-noadsall__paypalNote{
  margin:10px 0 0;
  color:rgba(234,240,255,.72);
  line-height:1.7;
  font-size:12px;
}

.nhv-paypalSubmit{
  margin-top:12px;
  display:flex;
  justify-content:flex-start;
}

.nhv-paypalSubmit input[type="image"]{
  max-width:220px;
  height:auto;
}

.nhv-toast{
  position:fixed;
  bottom:84px;
  inset-inline-start:14px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.74);
  color:#fff;
  font-weight:900;
  opacity:0;
  transform:translateY(6px);
  transition:opacity .18s ease, transform .18s ease;
  pointer-events:none;
  z-index:999999;
}

.nhv-toast.is-show{
  opacity:1;
  transform:translateY(0);
}

@media (min-width: 900px){
  .nhv-noadsall__plans{
    grid-template-columns:repeat(5, minmax(0,1fr));
  }
}

@media (max-width: 700px){
  .nhv-noadsall__title{ font-size:24px; }
  .nhv-noadsall__profile{
    align-items:flex-start;
    flex-direction:column;
  }
  .nhv-noadsall__profileMeta{
    justify-content:flex-start;
  }
  .nhv-noadsall__profileName{ font-size:18px; }
}

@media (max-width: 520px){
  .nhv-noadsall{
    padding:14px 0 36px;
  }

  .nhv-noadsall__wrap{
    width:min(100%, calc(100% - 16px));
    gap:12px;
  }

  .nhv-noadsall__hero,
  .nhv-noadsall__panel{
    border-radius:18px;
  }

  .nhv-noadsall__hero{
    padding:18px 14px 14px;
  }

  .nhv-noadsall__panel{
    padding:14px;
  }

  .nhv-noadsall__plans{
    grid-template-columns:1fr;
    gap:8px;
  }

  .nhv-noadsall__plan{
    padding:12px 10px;
  }

  .nhv-noadsall__price{
    font-size:18px;
  }

  .nhv-noadsall__copyRow{
    align-items:flex-start;
    flex-direction:column;
  }

  .nhv-copyBtn,
  .nhv-noadsall__primaryBtn,
  .nhv-noadsall__secondaryBtn{
    width:100%;
  }

  .nhv-paypalSubmit{
    justify-content:center;
  }

  .nhv-noadsall__brandImage--cards,
  .nhv-noadsall__brandImage--patreon{
    max-height:30px;
  }

  .nhv-noadsall__brandImage--kofi{
    max-height:40px;
  }
}
