.feedback-page .feedback-main {
  max-width: 1080px;
  padding-top: 52px;
}

.feedback-page .feedback-content {
  max-width: 1020px;
  margin: 0 auto;
}

.feedback-page .feedback-hero h1 {
  max-width: 760px;
  margin: 8px 0 12px;
  font-size: clamp(36px, 6vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.feedback-page .feedback-lede {
  max-width: 62ch;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.feedback-page .feedback-trust {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--accent-strong);
  font: 600 12.5px/1.5 var(--mono);
}

.feedback-page .feedback-trust svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.feedback-page .feedback-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 32px;
}

.feedback-page .feedback-panel,
.feedback-page .feedback-guidance {
  border-radius: 16px;
  padding: 26px;
}

.feedback-page .feedback-panel {
  border: 1px solid var(--hairline);
  background: var(--card-bg);
}

.feedback-page .feedback-step-label {
  margin-bottom: 12px;
  color: var(--accent-strong);
  font: 700 11.5px/1.4 var(--mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.feedback-page .feedback-intent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.feedback-page .feedback-intent {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--hairline);
  border-radius: 12px;
  background: var(--card-bg);
  color: var(--ink);
  font-family: var(--sans);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.12s ease, background 0.12s ease;
}

.feedback-page .feedback-intent:hover,
.feedback-page .feedback-intent.is-selected {
  border-color: var(--accent);
}

.feedback-page .feedback-intent.is-selected {
  background: var(--mint);
}

.feedback-page .feedback-intent:focus-visible,
.feedback-page .feedback-copy:focus-visible,
.feedback-page .feedback-support-note button:focus-visible {
  outline: 3px solid rgba(15, 107, 98, 0.2);
  outline-offset: 2px;
}

.feedback-page .feedback-intent-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  background: var(--mint);
  color: var(--accent-strong);
}

.feedback-page .feedback-intent.is-selected .feedback-intent-icon {
  background: var(--card-bg);
}

.feedback-page .feedback-intent-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

.feedback-page .feedback-intent strong {
  font-size: 15px;
  line-height: 1.35;
}

.feedback-page .feedback-intent small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.feedback-page .feedback-details {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--hairline);
}

.feedback-page .feedback-details .field {
  margin-bottom: 19px;
}

.feedback-page .feedback-details .field > label,
.feedback-page .feedback-contact-fields legend {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.feedback-page .feedback-details .field > label span,
.feedback-page .feedback-contact-fields legend span {
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 400;
}

.feedback-page .feedback-details textarea {
  min-height: 132px;
  line-height: 1.55;
}

.feedback-page .feedback-hint {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.feedback-page .feedback-contact-fields {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.feedback-page .feedback-contact-fields > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.feedback-page .feedback-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 3px;
}

.feedback-page .feedback-copy,
.feedback-page .feedback-support-note button {
  padding: 0;
  border: 0;
  background: none;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 13.5px;
  text-decoration: underline;
  cursor: pointer;
}

.feedback-page .feedback-copy:hover,
.feedback-page .feedback-support-note button:hover {
  color: var(--accent-strong);
}

.feedback-page .feedback-actions .status {
  font: 600 12.5px/1.5 var(--mono);
}

.feedback-page .feedback-details .preview {
  overflow-x: auto;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid var(--hairline);
  border-radius: 10px;
  background: #fff;
}

.feedback-page .feedback-guidance {
  background: var(--sidebar-bg);
  color: #e8f3ef;
}

.feedback-page .feedback-guidance .feedback-step-label {
  color: #9fd0c3;
}

.feedback-page .feedback-guidance h2 {
  margin-bottom: 6px;
  color: #fff;
  font-size: 21px;
  line-height: 1.3;
}

.feedback-page .feedback-guidance > p:not(.feedback-step-label):not(.feedback-guidance-note) {
  margin-bottom: 19px;
  color: #b6d5cb;
  font-size: 13.5px;
  line-height: 1.6;
}

.feedback-page .feedback-guidance ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feedback-page .feedback-guidance li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.feedback-page .feedback-guidance li > svg {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  color: #7fc7b2;
}

.feedback-page .feedback-guidance li strong,
.feedback-page .feedback-guidance li small {
  display: block;
}

.feedback-page .feedback-guidance li strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.feedback-page .feedback-guidance li small {
  margin-top: 2px;
  color: #b6d5cb;
  font-size: 12.5px;
  line-height: 1.5;
}

.feedback-page .feedback-guidance-note {
  margin-top: 21px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #9fd0c3;
  font: 500 12px/1.6 var(--mono);
}

.feedback-page .feedback-support-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  padding: 15px 18px;
  border: 1px solid rgba(176, 112, 19, 0.25);
  border-radius: 12px;
  background: var(--amber-soft);
  font-size: 13.5px;
  line-height: 1.6;
}

.feedback-page .feedback-support-note > svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--amber);
}

.feedback-page .feedback-support-note button,
.feedback-page .feedback-support-note a {
  color: var(--accent-strong);
  font-size: inherit;
  font-weight: 700;
}

.feedback-page .feedback-after {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.feedback-page .feedback-after article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.feedback-page .feedback-after article > span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  margin-top: 2px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--accent-strong);
  font: 700 12px/1 var(--mono);
}

.feedback-page .feedback-after p {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.feedback-page .feedback-after strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
}

@media (max-width: 860px) {
  .feedback-page .feedback-columns {
    grid-template-columns: 1fr;
  }

  .feedback-page .feedback-guidance {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .feedback-page .feedback-main {
    padding: 38px 18px 52px;
  }

  .feedback-page .feedback-trust {
    align-items: flex-start;
    border-radius: 10px;
  }

  .feedback-page .feedback-intent-grid,
  .feedback-page .feedback-contact-fields > div,
  .feedback-page .feedback-after {
    grid-template-columns: 1fr;
  }

  .feedback-page .feedback-panel,
  .feedback-page .feedback-guidance {
    padding: 20px;
  }

  .feedback-page .feedback-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .feedback-page .feedback-intent {
    transition: none;
  }
}
