body.pix-payment-page {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(6, 7, 8, 0.76) 0%, rgba(7, 8, 9, 0.56) 46%, rgba(6, 7, 8, 0.82) 100%),
    linear-gradient(180deg, rgba(6, 7, 8, 0.18) 0%, rgba(6, 7, 8, 0.72) 100%),
    url("https://peregrinosdafe.com/wp-content/uploads/2026/06/1-scaled.png");
  background-color: #111111;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #f5f1e8;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.pix-payment-page *,
.pix-payment-page *::before,
.pix-payment-page *::after {
  box-sizing: border-box;
}

.pix-payment-page__main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 5vw, 64px);
}

.pix-payment-flow {
  width: min(760px, 100%);
  display: grid;
  justify-items: center;
  gap: clamp(22px, 3vw, 34px);
  color: #f5f1e8;
  text-align: center;
}

.pix-payment-flow__header {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.pix-payment-flow__brand {
  margin: 0;
  color: rgba(245, 241, 232, 0.86);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.46);
}

.pix-payment-flow h1 {
  margin: 0;
  color: #f5f1e8;
  font-family: Impact, "Arial Black", "Helvetica Neue Condensed Black", "Arial Narrow", sans-serif;
  font-size: clamp(3.1rem, 8vw, 5.9rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.55);
}

.pix-payment-flow__value {
  margin: 0;
  color: #f4a52c;
  font-size: clamp(3rem, 8vw, 5.4rem);
  font-weight: 900;
  line-height: 0.95;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.62);
}

.pix-payment-flow__qr {
  display: grid;
  place-items: center;
}

.pix-payment-flow__qr img {
  display: block;
  width: 220px;
  height: 220px;
  max-width: none;
  padding: 10px;
  border: 1px solid rgba(245, 241, 232, 0.36);
  border-radius: 0;
  background: #f5f1e8;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
  object-fit: contain;
}

.pix-copy-box {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin: 0;
}

.pix-copy-box p {
  min-height: 52px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(245, 241, 232, 0.22);
  background: rgba(7, 8, 9, 0.52);
  color: rgba(245, 241, 232, 0.92);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
  user-select: all;
}

.pix-copy-button {
  min-height: 52px;
  padding: 13px 18px;
  border: 2px solid #f4a52c;
  border-radius: 0;
  background: #f4a52c;
  color: #111111;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.pix-copy-button:hover {
  transform: translateY(-2px);
  background: #ffd27a;
  border-color: #ffd27a;
}

.pix-copy-button:focus-visible,
.pix-payment-flow__back:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.pix-payment-flow__instructions {
  width: min(680px, 100%);
  display: grid;
  justify-items: center;
  gap: 18px;
  margin: 0;
}

.pix-payment-flow__instructions p {
  margin: 0;
  color: rgba(245, 241, 232, 0.9);
  font-size: 1rem;
  font-weight: 780;
  line-height: 1.52;
}

.pix-instruction-thanks {
  max-width: 560px;
  color: #f5f1e8;
  font-size: 1.08rem;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.44);
}

.pix-instruction-list {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.pix-instruction-list p {
  color: rgba(245, 241, 232, 0.92);
}

.pix-payment-flow__instructions a {
  color: #f4a52c;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.pix-payment-flow__instructions a:hover {
  color: #ffd27a;
}

.pix-instruction-note {
  max-width: 620px;
  color: rgba(245, 241, 232, 0.74);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.56;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

.pix-payment-flow__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 2px solid rgba(245, 241, 232, 0.82);
  border-radius: 0;
  background: transparent;
  color: #f5f1e8;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.pix-payment-flow__back:hover {
  transform: translateY(-2px);
  border-color: #f4a52c;
  color: #f4a52c;
}

@media (max-width: 640px) {
  .pix-payment-page__main {
    padding: 18px;
  }

  .pix-payment-flow {
    gap: 20px;
    padding: 18px 0;
  }

  .pix-payment-flow h1 {
    font-size: clamp(2.45rem, 14vw, 3.45rem);
  }

  .pix-payment-flow__value {
    font-size: clamp(2.8rem, 16vw, 4rem);
  }

  .pix-payment-flow__qr img {
    width: min(220px, 68vw);
    height: min(220px, 68vw);
  }

  .pix-copy-box {
    grid-template-columns: 1fr;
  }

  .pix-copy-button,
  .pix-payment-flow__back {
    width: 100%;
  }

  .pix-payment-flow__instructions {
    gap: 16px;
  }

  .pix-instruction-thanks {
    font-size: 1.02rem;
  }

  .pix-instruction-note {
    font-size: 0.86rem;
  }
}
