.page-id-83,
.page-id-83 body,
body.page-id-83{
  background: #0f172a;
  position: relative;
}

.page-id-83 main,
body.page-id-83 main{
  background: #0f172a;
}

/* Homepage-style subtle grid background */
body.page-id-83::before{
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,1) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}

.page-id-83 main,
body.page-id-83 main,
.rte-wrap,
.rte-card{
  position: relative;
  z-index: 1;
}

.rte-wrap{
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 16px 72px;
}
.rte-card{
  background: rgba(15,23,42,.92);
  border: 2px solid rgba(245,158,11,.55);
  border-radius: 14px;
  padding: 24px;
  color: #ffffff;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.rte-title{
  margin: 0 0 6px 0;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.rte-sub{
  margin: 0 0 18px 0;
  color: rgba(255,255,255,.85);
  font-size: 16px;
  line-height: 1.4;
}
.rte-form{
  display: grid;
  gap: 10px;
}
.rte-label{
  font-weight: 700;
  font-size: 14px;
}
.rte-input{
  width: 100%;
  padding: 14px 14px;
  border-radius: 10px;
  border: 2px solid rgba(245,158,11,.35);
  background: rgba(2,6,23,.85);
  color: #fff;
  font-size: 16px;
}
.rte-input:focus{
  outline: none;
  border-color: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245,158,11,.22);
}
.rte-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  padding: 14px 16px;
  font-weight: 800;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
}
.rte-btn--primary{
  background: #f59e0b;
  color: #0f172a;
  border-color: #f59e0b;
}
.rte-btn--whatsapp{
  background: #22c55e;
  color: #0b0f14;
  border-color: #22c55e;
}
.rte-btn--ghost{
  background: transparent;
  color: #ffffff;
  border-color: rgba(255,255,255,.35);
}
.rte-btn--reward{
  background: #60a5fa;
  color: #0b0f14;
  border-color: #60a5fa;
}
.rte-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.rte-error{
  background: rgba(239,68,68,.15);
  border: 2px solid rgba(239,68,68,.6);
  padding: 12px;
  border-radius: 12px;
  margin: 12px 0 10px 0;
  font-weight: 700;
}
.rte-badge{
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f59e0b;
  color: #0f172a;
  font-weight: 900;
}
.rte-progress{
  height: 14px;
  background: rgba(255,255,255,.12);
  border-radius: 999px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.2);
  margin: 14px 0 10px 0;
}
.rte-progress__bar{
  height: 100%;
  background: linear-gradient(90deg, #f59e0b, #22c55e);
}
.rte-milestones{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 6px;
}
.rte-milestone{
  text-align: center;
  opacity: .8;
}
.rte-milestone.is-done{
  opacity: 1;
}
.rte-milestone__dot{
  width: 12px;
  height: 12px;
  border-radius: 999px;
  margin: 0 auto 6px auto;
  background: rgba(255,255,255,.25);
}
.rte-milestone.is-done .rte-milestone__dot{
  background: #22c55e;
}
.rte-milestone__label{
  font-weight: 800;
  font-size: 14px;
}
.rte-rewards{
  margin-top: 18px;
  padding-top: 16px;
  border-top: 2px solid rgba(255,255,255,.18);
}
.rte-h3{
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 900;
}
.rte-reward{
  background: rgba(255,255,255,.05);
  border: 2px solid rgba(245,158,11,.18);
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 10px;
}
.rte-reward__title{
  font-weight: 900;
  margin-bottom: 10px;
}
.rte-reward__desc{
  font-weight: 800;
  margin-bottom: 8px;
  color: rgba(255,255,255,.92);
}
.rte-locked{
  opacity: .85;
  font-weight: 700;
}
.rte-code{
  background: rgba(251,191,36,.18);
  border: 2px dashed rgba(245,158,11,.65);
  padding: 12px;
  border-radius: 12px;
  font-weight: 800;
}

