.hivedz-ld-delivery,
.hivedz-ld-waiting,
.hivedz-ld-hero,
.hivedz-ld-bank,
.hivedz-ld-activation {
  --hld-accent: #ffbd19;
  --hld-bg: #121315;
  --hld-panel: #1a1b1e;
  --hld-border: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  margin: 24px 0;
  padding: clamp(20px, 4vw, 30px);
  color: #f7f7f7;
  background: radial-gradient(circle at top right, rgba(255, 189, 25, 0.13), transparent 34%), var(--hld-bg);
  border: 1px solid var(--hld-border);
  border-radius: 22px;
}

.hivedz-ld-hero {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hivedz-ld-hero-icon,
.hivedz-ld-waiting-icon {
  display: grid;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  place-items: center;
  color: #151515;
  background: var(--hld-accent);
  border-radius: 16px;
  font-size: 25px;
  font-weight: 900;
}

.hivedz-ld-hero > div > span,
.hivedz-ld-waiting > div > span,
.hivedz-ld-bank-head span {
  color: var(--hld-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hivedz-ld-hero h1,
.hivedz-ld-hero p,
.hivedz-ld-waiting h2,
.hivedz-ld-waiting p,
.hivedz-ld-bank h2 {
  margin: 0;
}

.hivedz-ld-hero h1 {
  margin-top: 4px;
  color: #fff;
  font-size: clamp(25px, 4vw, 38px);
  line-height: 1.15;
}

.hivedz-ld-hero p,
.hivedz-ld-waiting p {
  margin-top: 8px;
  color: #a8a9ad;
}

.hivedz-ld-delivery-head,
.hivedz-ld-account-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.hivedz-ld-delivery-head > div > span,
.hivedz-ld-account-head span {
  color: var(--hld-accent, #d99f00);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hivedz-ld-delivery h2,
.hivedz-ld-delivery h3 {
  color: #fff;
}

.hivedz-ld-delivery h2,
.hivedz-ld-account-head h2 {
  margin: 5px 0 0;
  font-size: clamp(22px, 3vw, 31px);
}

.hivedz-ld-delivery-head > strong,
.hivedz-ld-account-head > strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #79dfa7;
  background: rgba(46, 204, 113, 0.1);
  border: 1px solid rgba(46, 204, 113, 0.24);
  border-radius: 999px;
  font-size: 12px;
  white-space: nowrap;
}

.hivedz-ld-delivery-head i {
  width: 8px;
  height: 8px;
  background: #35cf7c;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(53, 207, 124, 0.1);
}

.hivedz-ld-license-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 13px;
  margin-top: 22px;
}

.hivedz-ld-license-card {
  padding: 18px;
  background: var(--hld-panel);
  border: 1px solid var(--hld-border);
  border-radius: 15px;
}

.hivedz-ld-license-card h3 {
  margin: 3px 0 16px;
  font-size: 17px;
}

.hivedz-ld-label {
  margin: 0 0 5px;
  color: #898b91;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hivedz-ld-secret {
  position: relative;
  padding: 13px 75px 13px 13px;
  overflow-wrap: anywhere;
  color: #fff;
  background: #0e0f10;
  border: 1px dashed rgba(255, 189, 25, 0.43);
  border-radius: 10px;
}

.hivedz-ld-secret code {
  color: inherit;
  background: transparent;
  font-size: 13px;
  line-height: 1.55;
}

.hivedz-ld-copy {
  box-sizing: border-box !important;
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
  bottom: auto !important;
  left: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 52px;
  height: 32px !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  transform: translateY(-50%);
  color: #111 !important;
  background: var(--hld-accent) !important;
  border: 0 !important;
  border-radius: 7px !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap;
  float: none !important;
  z-index: 2;
}

.hivedz-ld-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 15px;
  margin-top: 11px;
  color: #878990;
  font-size: 11px;
}

.hivedz-ld-documents {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hivedz-ld-documents a {
  padding: 11px 15px;
  color: #111 !important;
  background: var(--hld-accent);
  border-radius: 9px;
  font-weight: 800;
  text-decoration: none !important;
}

.hivedz-ld-documents a.is-secondary {
  color: #e7e7e7 !important;
  background: transparent;
  border: 1px solid var(--hld-border);
}

.hivedz-ld-safety {
  margin: 15px 0 0;
  color: #7f8187;
  font-size: 11px;
}

.hivedz-ld-waiting {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.hivedz-ld-waiting h2 {
  margin-top: 4px;
  color: #fff;
  font-size: clamp(21px, 3vw, 29px);
}

.hivedz-ld-waiting ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.hivedz-ld-waiting li {
  padding: 8px 11px;
  color: #e7e7e7;
  background: rgba(255,255,255,.055);
  border: 1px solid var(--hld-border);
  border-radius: 9px;
  font-size: 12px;
}

.hivedz-ld-live-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  color: #96989d;
}

.hivedz-ld-live-note i {
  width: 8px;
  height: 8px;
  background: var(--hld-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255,189,25,.4);
  animation: hld-pulse 1.7s infinite;
}

@keyframes hld-pulse {
  70% { box-shadow: 0 0 0 8px rgba(255,189,25,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,189,25,0); }
}

.hivedz-ld-bank-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.hivedz-ld-bank h2 {
  margin-top: 4px;
  color: #fff;
  font-size: clamp(22px, 3vw, 31px);
}

.hivedz-ld-bank-head > strong {
  padding: 8px 12px;
  color: #ffd66d;
  background: rgba(255,189,25,.09);
  border: 1px solid rgba(255,189,25,.24);
  border-radius: 999px;
  font-size: 12px;
  white-space: nowrap;
}

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

.hivedz-ld-bank-row {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  padding: 13px 76px 13px 15px;
  background: var(--hld-panel);
  border: 1px solid var(--hld-border);
  border-radius: 13px;
}

.hivedz-ld-bank-row > span {
  color: #8f9197;
  font-size: 11px;
}

.hivedz-ld-bank-row > b {
  margin-top: 4px;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 14px;
}

.hivedz-ld-steps {
  margin: 18px 0;
  padding: 18px 18px 18px 38px;
  color: #b6b7bb;
  background: rgba(255,255,255,.035);
  border-radius: 13px;
}

.hivedz-ld-steps li + li {
  margin-top: 7px;
}

.hivedz-ld-whatsapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 17px;
  color: #111 !important;
  background: var(--hld-accent);
  border-radius: 11px;
  font-weight: 800;
  text-decoration: none !important;
}

.hivedz-ld-account-head {
  margin-bottom: 18px;
}

.hivedz-ld-activation-head,
.hivedz-ld-activation-product {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.hivedz-ld-activation-head span,
.hivedz-ld-activation-product > span {
  color: var(--hld-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hivedz-ld-activation-head h2,
.hivedz-ld-activation-product h3 {
  margin: 4px 0 0;
  color: #fff;
}

.hivedz-ld-activation-head > strong {
  padding: 8px 12px;
  color: #9ee8bd;
  background: rgba(46, 204, 113, .08);
  border: 1px solid rgba(46, 204, 113, .24);
  border-radius: 999px;
  font-size: 12px;
  white-space: nowrap;
}

.hivedz-ld-activation-intro,
.hivedz-ld-activation-card > p,
.hivedz-ld-activation-received p {
  color: #a8a9ad;
}

.hivedz-ld-activation-card {
  margin-top: 16px;
  padding: 18px;
  background: var(--hld-panel);
  border: 1px solid var(--hld-border);
  border-radius: 15px;
}

.hivedz-ld-activation-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.hivedz-ld-activation-fields label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #e8e8e8;
  font-size: 12px;
  font-weight: 700;
}

.hivedz-ld-activation-fields input,
.hivedz-ld-activation-fields textarea,
.hivedz-ld-activation-fields select {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: #fff;
  background: #0e0f10;
  border: 1px solid var(--hld-border);
  border-radius: 9px;
  outline: none;
}

.hivedz-ld-activation-fields input:focus,
.hivedz-ld-activation-fields textarea:focus,
.hivedz-ld-activation-fields select:focus {
  border-color: var(--hld-accent);
}

.hivedz-ld-activation-form > button {
  min-height: 44px;
  padding: 11px 17px;
  color: #111;
  background: var(--hld-accent);
  border: 0;
  border-radius: 9px;
  font-weight: 800;
  cursor: pointer;
}

.hivedz-ld-activation-form > small {
  display: block;
  margin-top: 10px;
  color: #85878d;
}

.hivedz-ld-activation-received {
  margin-top: 15px;
  padding: 13px;
  background: rgba(255,255,255,.035);
  border-left: 3px solid var(--hld-accent);
  border-radius: 8px;
}

.hivedz-ld-activation-received p {
  margin: 5px 0 0;
}

.hivedz-ld-documents-only {
  --hld-accent: #ffbd19;
  --hld-border: rgba(255,255,255,.1);
  padding: 18px;
  background: #121315;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 15px;
}

@media (max-width: 600px) {
  .hivedz-ld-delivery-head,
  .hivedz-ld-account-head {
    display: block;
  }

  .hivedz-ld-delivery-head > strong,
  .hivedz-ld-account-head > strong {
    margin-top: 12px;
  }

  .hivedz-ld-hero,
  .hivedz-ld-waiting,
  .hivedz-ld-bank-head {
    display: block;
  }

  .hivedz-ld-hero-icon,
  .hivedz-ld-waiting-icon,
  .hivedz-ld-bank-head > strong {
    margin-bottom: 14px;
  }

  .hivedz-ld-bank-grid {
    grid-template-columns: 1fr;
  }

  .hivedz-ld-activation-head,
  .hivedz-ld-activation-product {
    display: block;
  }

  .hivedz-ld-activation-head > strong,
  .hivedz-ld-activation-product > span {
    display: inline-flex;
    margin-top: 10px;
  }

  .hivedz-ld-activation-fields {
    grid-template-columns: 1fr;
  }
}

[dir="rtl"] .hivedz-ld-secret,
[dir="rtl"] .hivedz-ld-bank-row {
  padding-right: 13px;
  padding-left: 76px;
}

[dir="rtl"] .hivedz-ld-copy {
  right: auto !important;
  left: 10px !important;
}
