.pge-pof {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: clamp(48px, 7vw, 96px) 18px;
  background: #060504;
  color: #f5eedf;
  font-family: Montserrat, Arial, sans-serif;
  overflow-x: hidden;
}

.pge-pof * {
  box-sizing: border-box;
}

.pge-pof__wrap {
  width: min(100%, 1320px);
  margin: 0 auto;
}

.pge-pof__head {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.pge-pof__kicker {
  display: block;
  margin-bottom: 12px;
  color: #b99552;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}

.pge-pof__head h2 {
  margin: 0;
  color: #dcc89f;
  font-family: Georgia, serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 500;
  line-height: 0.98;
}

.pge-pof__head p {
  max-width: 760px;
  margin: 18px auto 0;
  color: rgba(245, 238, 223, 0.76);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.7;
}

.pge-pof__error,
.pge-pof-notice {
  max-width: 980px;
  margin: 0 auto 20px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 138, 138, 0.4);
  border-radius: 16px;
  background: rgba(130, 38, 38, 0.28);
  color: #ffe0dc;
  font-weight: 700;
}

.pge-pof__form {
  padding: clamp(22px, 4vw, 46px);
  border: 1px solid rgba(216, 194, 154, 0.3);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 194, 154, 0.13), transparent 36%),
    linear-gradient(180deg, #17140f, #0c0b09);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.58);
}

.pge-pof__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pge-pof__choice {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  min-height: 174px;
  padding: 28px;
  border: 1px solid rgba(216, 194, 154, 0.28);
  border-radius: 24px;
  background: rgba(10, 9, 7, 0.72);
  cursor: pointer;
  transition: border-color 0.28s ease, background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.pge-pof__choice:hover,
.pge-pof__choice:focus-within {
  border-color: rgba(229, 203, 145, 0.86);
  background:
    radial-gradient(circle at top left, rgba(229, 203, 145, 0.18), transparent 42%),
    rgba(31, 25, 15, 0.92);
  transform: translateY(-3px);
  box-shadow: 0 24px 64px rgba(185, 149, 82, 0.16);
}

.pge-pof__choice input {
  width: 26px;
  height: 26px;
  margin-top: 5px;
  accent-color: #d8c29a;
}

.pge-pof__choice-body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 16px;
}

.pge-pof__choice-body strong {
  color: #fff7ea;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.15;
}

.pge-pof__choice-body em {
  color: #e2ca99;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.pge-pof__choice-body span {
  grid-column: 1 / -1;
  color: rgba(245, 238, 223, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

.pge-pof__choice-body small {
  grid-column: 1 / -1;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(216, 194, 154, 0.1);
  color: #d3ac52;
  font-size: 12px;
  font-weight: 900;
}

.pge-pof__badge {
  position: absolute;
  top: -15px;
  right: 26px;
  padding: 7px 16px;
  border: 1px solid rgba(216, 194, 154, 0.52);
  border-radius: 999px;
  background: #060504;
  color: #dcc89f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.pge-pof__section {
  margin-top: 22px;
  padding: 28px;
  border: 1px solid rgba(216, 194, 154, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.025);
}

.pge-pof__section h3 {
  margin: 0 0 8px;
  color: #dcc89f;
  font-family: Georgia, serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
}

.pge-pof__section p {
  margin: 0 0 20px;
  color: rgba(245, 238, 223, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

.pge-pof__artist-note {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding: 18px 20px;
  border: 1px solid rgba(216, 194, 154, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(216, 194, 154, 0.12), transparent 42%),
    rgba(8, 7, 5, 0.64);
}

.pge-pof__artist-note strong {
  color: #e6d4ad;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.pge-pof__artist-note span {
  color: rgba(245, 238, 223, 0.78);
  font-size: 15px;
  line-height: 1.65;
}

.pge-pof__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pge-pof__grid label {
  display: grid;
  gap: 8px;
}

.pge-pof__grid label > span {
  color: #e6d4ad;
  font-size: 13px;
  font-weight: 900;
}

.pge-pof__grid input,
.pge-pof__grid select,
.pge-pof__grid textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(216, 194, 154, 0.28);
  border-radius: 15px;
  background: #070605;
  color: #fff7ea;
  font-size: 15px;
  outline: none;
}

.pge-pof__grid input:focus,
.pge-pof__grid select:focus,
.pge-pof__grid textarea:focus {
  border-color: rgba(229, 203, 145, 0.9);
  box-shadow: 0 0 0 4px rgba(216, 194, 154, 0.12);
}

.pge-pof__grid textarea {
  min-height: 132px;
  resize: vertical;
}

.pge-pof__wide {
  grid-column: 1 / -1;
}

.pge-pof__upload {
  padding: 24px;
  border: 1px dashed rgba(216, 194, 154, 0.42);
  border-radius: 18px;
  background: rgba(216, 194, 154, 0.045);
}

.pge-pof__upload small {
  color: rgba(245, 238, 223, 0.58);
  font-size: 12px;
}

.pge-pof__bonus {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin: 22px 0;
  padding: 22px 24px;
  border: 1px solid rgba(216, 194, 154, 0.38);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 194, 154, 0.18), transparent 42%),
    rgba(20, 17, 12, 0.88);
  text-align: center;
  animation: pge-pof-luxury-pulse 4.2s ease-in-out infinite;
}

.pge-pof__bonus span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(216, 194, 154, 0.55);
  border-radius: 50%;
  color: #d8c29a;
  font-size: 22px;
}

.pge-pof__bonus p {
  margin: 0;
  color: rgba(245, 238, 223, 0.88);
  font-size: 18px;
  line-height: 1.55;
}

.pge-pof__bonus strong {
  color: #f0dfbb;
}

@keyframes pge-pof-luxury-pulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
  }
  50% {
    transform: translateY(-2px);
    box-shadow: 0 24px 70px rgba(185, 149, 82, 0.18);
  }
}

.pge-pof__submit {
  width: 100%;
  min-height: 68px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ead8aa, #c9a85e, #ead8aa);
  background-size: 220% 100%;
  color: #070605;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 22px 56px rgba(216, 194, 154, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.45s ease;
}

.pge-pof__submit:hover,
.pge-pof__submit:focus {
  background-position: 100% 0;
  transform: translateY(-2px);
  box-shadow: 0 28px 76px rgba(216, 194, 154, 0.32);
}

.pge-pof__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 22px;
  margin-top: 16px;
  color: rgba(245, 238, 223, 0.54);
  font-size: 12px;
}

.pge-pof__trust span::before {
  content: "✓";
  margin-right: 7px;
  color: #b99552;
}

@media (max-width: 760px) {
  .pge-pof {
    padding: 42px 14px;
  }

  .pge-pof__form,
  .pge-pof__section {
    padding: 20px;
    border-radius: 22px;
  }

  .pge-pof__choices,
  .pge-pof__grid {
    grid-template-columns: 1fr;
  }

  .pge-pof__choice {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 26px 18px;
    text-align: center;
  }

  .pge-pof__choice input {
    margin: 0 auto;
  }

  .pge-pof__choice-body {
    grid-template-columns: 1fr;
  }

  .pge-pof__choice-body strong {
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: 500;
    color: #e7d3a8;
  }

  .pge-pof__choice-body small {
    margin: 0 auto;
  }

  .pge-pof__bonus {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .pge-pof__bonus span {
    margin: 0 auto;
  }

  .pge-pof__bonus p {
    font-size: 20px;
    line-height: 1.45;
  }

  .pge-pof__submit {
    min-height: 58px;
    font-size: 12px;
    letter-spacing: 1.5px;
  }
}
