.thbp-ar-guide-page {
  background: #f6f8fb;
  color: #172554;
  padding: 30px 20px 64px;
}

.thbp-ar-guide-shell {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.thbp-ar-guide-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 24px;
  color: #6b7280;
  font-size: 13px;
}

.thbp-ar-guide-breadcrumb a {
  color: #17213a;
  font-weight: 600;
  text-decoration: none;
}

.thbp-ar-guide-heading {
  margin-bottom: 24px;
}

.thbp-ar-guide-heading h1 {
  margin: 0;
  color: #1e3a8a;
  font-size: 30px;
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: -.02em;
}

.thbp-ar-guide-heading p {
  max-width: 720px;
  margin: 8px 0 0;
  color: #657187;
  font-size: 15px;
  line-height: 1.65;
}

.thbp-ar-guide-surface {
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(24, 39, 80, .045);
}

.thbp-ar-guide-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 255px;
  gap: 30px;
  padding: 26px 28px;
  margin-bottom: 22px;
  background: linear-gradient(135deg, #fffdf8 0%, #fff 55%, #f8faff 100%);
}

.thbp-ar-guide-intro h2,
.thbp-ar-guide-section h2 {
  margin: 0;
  color: #172554;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 600;
}

.thbp-ar-guide-intro p,
.thbp-ar-guide-section-copy {
  margin: 7px 0 0;
  color: #657187;
  font-size: 14px;
  line-height: 1.7;
}

.thbp-ar-guide-value {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 26px;
  border-left: 1px solid #e2e6ed;
}

.thbp-ar-guide-coin {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7d66b, #c79323);
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.48), 0 2px 5px rgba(113,79,8,.2);
}

.thbp-ar-guide-value strong,
.thbp-ar-guide-value small {
  display: block;
}

.thbp-ar-guide-value strong {
  color: #172554;
  font-size: 20px;
  line-height: 1.25;
}

.thbp-ar-guide-value small {
  margin-top: 4px;
  color: #657187;
  font-size: 12px;
  line-height: 1.5;
}

.thbp-ar-guide-section {
  padding: 24px 28px;
  margin-top: 18px;
}

.thbp-ar-guide-earn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  border-top: 1px solid #e2e6ed;
}

.thbp-ar-guide-earn-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 22px 24px 4px 0;
}

.thbp-ar-guide-earn-item + .thbp-ar-guide-earn-item {
  padding-left: 24px;
  border-left: 1px solid #e2e6ed;
}

.thbp-ar-guide-points {
  min-width: 74px;
  color: #1f2d68;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.thbp-ar-guide-points small {
  display: block;
  margin-top: 6px;
  color: #657187;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.thbp-ar-guide-earn-item h3,
.thbp-ar-guide-steps h3 {
  margin: 0 0 6px;
  color: #172554;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.thbp-ar-guide-earn-item p {
  margin: 0;
  color: #657187;
  font-size: 14px;
  line-height: 1.65;
}

.thbp-ar-guide-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
}

.thbp-ar-guide-steps article {
  padding: 0 24px 2px 0;
}

.thbp-ar-guide-steps article + article {
  padding-left: 24px;
  border-left: 1px solid #e2e6ed;
}

.thbp-ar-guide-steps article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #fff8e5;
  color: #8d6500;
  font-size: 13px;
  font-weight: 800;
}

.thbp-ar-guide-steps p {
  margin: 0;
  color: #657187;
  font-size: 13px;
  line-height: 1.65;
}

.thbp-ar-guide-withdraw-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  border-top: 1px solid #e2e6ed;
}

.thbp-ar-guide-withdraw-grid > div {
  padding: 19px 18px 0 0;
}

.thbp-ar-guide-withdraw-grid > div + div {
  padding-left: 18px;
  border-left: 1px solid #e2e6ed;
}

.thbp-ar-guide-withdraw-grid strong,
.thbp-ar-guide-withdraw-grid span {
  display: block;
}

.thbp-ar-guide-withdraw-grid strong {
  color: #172554;
  font-size: 17px;
  line-height: 1.35;
}

.thbp-ar-guide-withdraw-grid span {
  margin-top: 5px;
  color: #657187;
  font-size: 12px;
  line-height: 1.5;
}

.thbp-ar-guide-rules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 34px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.thbp-ar-guide-rules li {
  position: relative;
  margin: 0;
  padding: 12px 0 12px 22px;
  border-top: 1px solid #edf0f4;
  color: #48546a;
  font-size: 14px;
  line-height: 1.55;
}

.thbp-ar-guide-rules li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d3a93d;
}

.thbp-ar-guide-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 28px;
  margin-top: 18px;
  border-radius: 14px;
  background: #1f2d68;
  color: #fff;
}

.thbp-ar-guide-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
}

.thbp-ar-guide-cta p {
  margin: 6px 0 0;
  color: #cdd6ee;
  font-size: 13px;
  line-height: 1.6;
}

.thbp-ar-guide-actions {
  display: flex;
  gap: 10px;
}

.thbp-ar-guide-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.thbp-ar-guide-actions a.is-primary {
  border-color: #fff;
  background: #fff;
  color: #1f2d68;
}

.thbp-ar-guide-terms-note {
  margin: 14px 0 0;
  color: #657187;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 820px) {
  .thbp-ar-guide-intro {
    grid-template-columns: 1fr;
  }

  .thbp-ar-guide-value {
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid #e2e6ed;
  }

  .thbp-ar-guide-withdraw-grid {
    grid-template-columns: 1fr 1fr;
  }

  .thbp-ar-guide-withdraw-grid > div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .thbp-ar-guide-page {
    padding: 24px 14px 46px;
  }

  .thbp-ar-guide-heading h1 {
    font-size: 26px;
  }

  .thbp-ar-guide-heading p {
    font-size: 14px;
  }

  .thbp-ar-guide-intro,
  .thbp-ar-guide-section {
    padding: 20px 18px;
  }

  .thbp-ar-guide-earn-grid,
  .thbp-ar-guide-steps,
  .thbp-ar-guide-rules {
    grid-template-columns: 1fr;
  }

  .thbp-ar-guide-earn-item {
    padding: 18px 0;
  }

  .thbp-ar-guide-earn-item + .thbp-ar-guide-earn-item {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #e2e6ed;
  }

  .thbp-ar-guide-steps article {
    padding: 0 0 18px;
  }

  .thbp-ar-guide-steps article + article {
    padding: 18px 0;
    border-left: 0;
    border-top: 1px solid #e2e6ed;
  }

  .thbp-ar-guide-withdraw-grid > div {
    padding: 16px 10px 8px 0;
  }

  .thbp-ar-guide-withdraw-grid > div + div {
    padding-left: 10px;
  }

  .thbp-ar-guide-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 20px;
  }

  .thbp-ar-guide-actions {
    width: 100%;
    flex-direction: column;
  }

  .thbp-ar-guide-actions a {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .thbp-ar-guide-withdraw-grid {
    grid-template-columns: 1fr;
  }

  .thbp-ar-guide-withdraw-grid > div + div {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #e2e6ed;
  }
}
