.gradient-text {
  background: linear-gradient(90deg, #00bfff, #0000ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

html body {
  background: #e7fff2;
}

.net2wa-recharge-page,
.net2wa-recharge-page * {
  font-family: Arial, Helvetica, sans-serif;
}

.net2wa-recharge-page {
  max-width: 1040px;
  margin: 0 auto;
  padding: 32px 20px 56px;
  color: #111827;
}

.net2wa-recharge-title {
  margin: 0 0 8px;
  color: #273439;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
}

.net2wa-page-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 28px;
}

.net2wa-page-logo {
  display: block;
  width: 178px;
  max-width: 52vw;
  height: auto;
}

.net2wa-heading-block {
  margin-bottom: 28px;
}

.net2wa-recharge-subtitle {
  margin: 0 0 28px;
  color: #4b5563;
  font-size: 17px;
}

.net2wa-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  gap: 24px;
  align-items: start;
}

.net2wa-layout-grid > main {
  min-width: 0;
}

.net2wa-balance-panel,
.net2wa-billing-panel,
.net2wa-package-card,
.net2wa-result-panel,
.net2wa-summary-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #bfead2;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 115, 82, 0.08);
}

.net2wa-balance-panel,
.net2wa-billing-panel,
.net2wa-summary-panel,
.net2wa-result-panel {
  padding: 22px 24px;
  margin-bottom: 24px;
}

.net2wa-summary-panel {
  position: sticky;
  top: 24px;
}

.net2wa-balance-label,
.net2wa-panel-label {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 4px;
}

.net2wa-panel-note {
  margin: -4px 0 18px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
}

.net2wa-balance-value {
  color: #0000ff;
  font-size: 32px;
  font-weight: 700;
}

.net2wa-section-title {
  margin: 0 0 14px;
  color: #111827;
  font-size: 20px;
  font-weight: 700;
}

.net2wa-package-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 20px 0 28px;
}

.net2wa-package-card {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(210px, auto) 150px;
  gap: 18px;
  align-items: center;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.net2wa-package-card.is-selected {
  border-color: #00bfff;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 119, 255, 0.14);
}

.net2wa-package-credits {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
}

.net2wa-package-price {
  color: #4b5563;
  font-size: 16px;
}

.net2wa-package-tax {
  margin-top: 4px;
  color: #6b7280;
  font-size: 13px;
}

.net2wa-package-price-block {
  min-width: 0;
}

.net2wa-package-card .net2wa-secondary-button {
  justify-self: end;
  width: 150px;
}

.net2wa-primary-button,
.net2wa-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.net2wa-primary-button {
  border: 0;
  background: linear-gradient(90deg, #00bfff, #0000ff);
  color: #ffffff;
}

.net2wa-primary-button:hover {
  filter: brightness(0.96);
}

.net2wa-primary-button[disabled],
.net2wa-primary-button.is-loading {
  cursor: wait;
  opacity: 0.7;
}

.net2wa-secondary-button {
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #111827;
}

.net2wa-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.net2wa-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.net2wa-field-wide {
  grid-column: 1 / -1;
}

.net2wa-field label {
  color: #374151;
  font-size: 14px;
  font-weight: 600;
}

.net2wa-field small {
  color: #6b7280;
  font-size: 12px;
  line-height: 1.35;
}

.net2wa-field input,
.net2wa-field select {
  min-height: 42px;
  border: 1px solid #b8d9c7;
  border-radius: 6px;
  padding: 0 12px;
  color: #111827;
  background: #fbfffd;
}

.net2wa-field input:focus,
.net2wa-field select:focus {
  border-color: #00bfff;
  outline: 2px solid rgba(0, 191, 255, 0.18);
}

.net2wa-field .select2-container {
  width: 100% !important;
}

.net2wa-field .select2-selection--single {
  min-height: 42px;
  border: 1px solid #b8d9c7;
  border-radius: 6px;
}

.net2wa-field .select2-selection__rendered {
  line-height: 40px !important;
}

.net2wa-field .select2-selection__arrow {
  min-height: 40px;
}

.net2wa-field input:disabled {
  color: #4b5563;
  background: #eef8f2;
  border-color: #bfead2;
  cursor: not-allowed;
}

.net2wa-form-note {
  margin: -4px 0 16px;
  padding: 10px 12px;
  border: 1px solid #bfead2;
  border-radius: 6px;
  background: #f5fffa;
  color: #355047;
  font-size: 13px;
  line-height: 1.4;
}

.net2wa-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid #d9f3e5;
  color: #374151;
}

.net2wa-summary-row:last-child {
  border-bottom: 0;
}

.net2wa-summary-row strong {
  text-align: right;
}

.net2wa-summary-total {
  color: #111827;
  font-weight: 700;
}

.net2wa-alert {
  border-radius: 8px;
  padding: 14px 16px;
  margin: 16px 0;
  border: 1px solid #a9ddff;
  background: #eef8ff;
  color: #1e3a8a;
}

.net2wa-alert.is-error {
  border-color: #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

.net2wa-alert.is-success {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.net2wa-result-actions {
  margin: 0 0 18px;
}

.net2wa-terms-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0;
  color: #273439;
  font-size: 14px;
  line-height: 1.4;
}

.net2wa-terms-check input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: #0000ff;
  flex: 0 0 auto;
}

.net2wa-terms-check a {
  color: #0000ff;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 860px) {
  .net2wa-layout-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .net2wa-recharge-page {
    padding: 24px 16px;
  }

  .net2wa-recharge-title {
    font-size: 28px;
  }

  .net2wa-page-header {
    margin-bottom: 22px;
  }

  .net2wa-page-logo {
    width: 148px;
  }

  .net2wa-form-grid {
    grid-template-columns: 1fr;
  }

  .net2wa-package-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .net2wa-package-card .net2wa-secondary-button {
    justify-self: stretch;
  }
}
