.donate-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 600;

  min-height: 440px;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.donate-hero-content {
  position: relative;
  z-index: 30;

  margin-top: 5rem;
}

.hero-top-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(to bottom, rgba(5, 7, 10, 0.95) 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}


.donate-main-section {
  position: relative;
  width: 100%;
  margin-top: -350px;
  padding-top: 350px;

  padding-bottom: 16rem;
  background: transparent;
  overflow: visible;
  z-index: 20;
}

.dl-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.dl-bg-wrapper .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  object-position: center 0px;
  opacity: 1;
}

.donate-container {
  position: relative;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 2rem;
  z-index: 5;
}



.dl-frame-desc {
  font-family: var(--font-news), sans-serif;
  font-size: 16px;
  color: var(--gray-light);
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.dl-sep-small {
  display: block;
  margin: 0 auto 2rem auto;
  max-width: 100%;
}

.dl-sep-col {
  margin: 10px auto 30px auto !important;
}


.donate-form {
  max-width: 800px;
  margin: 0 auto;
  font-family: var(--font-news), sans-serif;
}

.donate-form-group {
  margin-bottom: 2rem;
}

.donate-row {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.donate-row .donate-form-group {
  flex: 1;
  margin-bottom: 0;
}

.donate-label {
  display: block;
  font-family: 'Cinzel', serif;
  color: var(--gold-main);
  font-size: 16px;
  margin-bottom: 0.8rem;
  letter-spacing: 0.5px;
}


.donate-input-wrapper,
.donate-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(193, 155, 96, 0.3);
  border-radius: 4px;
  transition: border-color 0.3s;
}

.donate-input-wrapper:focus-within,
.donate-select-wrapper:focus-within {
  border-color: var(--gold-main);
}

.donate-input-icon {
  position: absolute;
  left: 15px;
  color: var(--gray-light);
  display: flex;
  align-items: center;
}

.donate-input {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  padding: 12px 15px 12px 45px;
  font-family: var(--font-news), sans-serif;
  font-size: 15px;
  outline: none;
}

.donate-input-large {
  padding: 12px 60px 12px 15px;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: var(--gold-bright);
}

.donate-currency-label {
  position: absolute;
  right: 15px;
  color: var(--gray-light);
  font-weight: 500;
}

.donate-select {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  padding: 12px 15px;
  font-family: var(--font-news), sans-serif;
  font-size: 15px;
  outline: none;
  appearance: none;
  cursor: pointer;
}

.donate-select option {
  background: #0f1218;
  color: #fff;
}


.donate-slider-container {
  position: relative;
  margin: 2.5rem 0 1.5rem 0;
  padding: 0 10px;
}

.donate-slider-track {
  position: relative;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.donate-slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-main), var(--gold-bright));
  border-radius: 3px;
  transition: width 0.3s ease;
}

.slider-node {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #1a1e24;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 2;
}

.slider-node.active {
  border-color: var(--gold-bright);
  background: var(--gold-main);
  box-shadow: 0 0 8px rgba(193, 155, 96, 0.6);
}

.node-label-top,
.node-label-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 12px;
  text-align: center;
}

.node-label-top {
  top: -25px;
  color: var(--gray-light);
}

.node-label-bottom {
  bottom: -35px;
  color: #fff;
  line-height: 1.2;
}

.slider-node.active .node-label-top,
.slider-node.active .node-label-bottom {
  color: var(--gold-bright);
  font-weight: 600;
}

.slider-node.current .bonus-pct {
  color: #4ade80;
}

.slider-dense .node-label-top {
  top: -20px;
  font-size: 10px;
}

.slider-dense .node-label-bottom {
  bottom: -25px;
  font-size: 10px;
}

.donate-slider-values {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  font-size: 14px;
  color: var(--gray-light);
}

.donate-slider-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin-top: 1rem;
}


.donate-currency-row {
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 2rem;
}

.currency-item {
  color: var(--gray-light);
  font-size: 14px;
}

.currency-val {
  color: #fff;
  font-weight: 600;
  margin-right: 5px;
}


.donate-summary-box {
  background: rgba(193, 155, 96, 0.05);
  border: 1px solid rgba(193, 155, 96, 0.2);
  border-radius: 4px;
  padding: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}

.summary-title {
  font-family: 'Cinzel', serif;
  color: var(--gold-main);
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.summary-values {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.summary-val-group {
  display: flex;
  flex-direction: column;
}

.summary-label {
  font-size: 13px;
  color: var(--gray-light);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.summary-val-big {
  font-size: 24px;
  font-weight: 700;
}

.summary-plus {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.2);
  margin-top: 15px;
}

.green-text {
  color: #4ade80 !important;
}


.payment-methods-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.payment-card {
  cursor: pointer;
}

.payment-card input[type="radio"] {
  display: none;
}

.payment-card-inner {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
}

.payment-card:hover .payment-card-inner {
  border-color: rgba(193, 155, 96, 0.5);
}

.payment-card input[type="radio"]:checked+.payment-card-inner {
  border-color: var(--gold-main);
  background: rgba(193, 155, 96, 0.1);
  box-shadow: 0 0 15px rgba(193, 155, 96, 0.15);
}

.payment-name {
  font-family: 'Cinzel', serif;
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
}

.payment-desc {
  color: var(--gray-light);
  font-size: 13px;
  line-height: 1.4;
}

.bonus-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #e52e2e;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.donate-submit-wrapper {
  text-align: center;
  margin-top: 3rem;
}

.donate-submit-btn {
  min-width: 250px;
  font-size: 16px;
  border: none;
  background-color: transparent;
}


.dl-info-bottom {
  text-align: center;
  margin: 3rem auto 5rem auto;
  max-width: 800px;
}

.dl-social-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}


.dl-create-account {
  text-align: center;
  margin-top: 4rem;
}

.dl-separator {
  width: 100%;
  max-width: 600px;
  height: 3px;
  background: url('../assets/separate.png') no-repeat center center;
  background-size: contain;
  margin: 0 auto 4rem auto;
  opacity: 0.6;
}

.dl-ca-desc {
  font-family: var(--font-news), sans-serif;
  font-size: 15px;
  color: var(--gray-light);
  line-height: 1.6;
  max-width: 600px;
  margin: 1rem auto 0 auto;
}


@media (min-width: 2560px) {
  .donate-main-section {
    margin-top: -550px;
    padding-top: 550px;
  }
}

@media (min-width: 3560px) {
  .donate-main-section {
    margin-top: -650px;
    padding-top: 650px;
  }
}

@media (max-width: 1600px) {
  .donate-main-section {
    margin-top: -350px;
    padding-top: 350px;
  }
}

@media (max-width: 992px) {
  .dl-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

@media (max-width: 768px) {
  .donate-container {
    padding: 0 1rem;
  }

  .donate-row {
    flex-direction: column;
    gap: 1.5rem;
  }

  .payment-methods-grid {
    grid-template-columns: 1fr;
  }

  .donate-currency-row {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .donate-hero {
    min-height: 450px;
  }

  .dl-social-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .donate-main-section {
    margin-top: -450px;
    padding-top: 450px;
  }

  .node-label-top,
  .node-label-bottom {
    font-size: 9px;
  }

  .slider-dense .node-label-top,
  .slider-dense .node-label-bottom {
    font-size: 8px;
  }
}