/** Shopify CDN: Minification failed

Line 225:0 Expected "}" to go with "{"

**/
/* ======================================
   Luxury Feedback Neutral Page
   Dark + Gold aesthetic (matches store)
====================================== */

.luxury-feedback-neutral {
  background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
  color: #fff;
  padding: 80px 20px;
  min-height: 70vh;
}

.feedback-container {
  max-width: 1100px;
  margin: 0 auto;
}

.feedback-header {
  text-align: center;
  margin-bottom: 55px;
}

.feedback-eyebrow {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(201, 166, 107, 0.95);
  margin: 0 0 14px 0;
}

.feedback-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 14px 0;
}

.feedback-subtext {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.78);
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.75;
}

.feedback-divider {
  width: 90px;
  height: 1px;
  background: linear-gradient(to right, transparent, #c9a66b, transparent);
  margin: 26px auto 0;
}

.feedback-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.feedback-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  padding: 40px;
}

.feedback-card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c9a66b;
  margin: 0 0 18px 0;
}

.feedback-card-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  margin: 0 0 18px 0;
}

.feedback-prompt-box {
  border: 1px solid rgba(201, 166, 107, 0.35);
  background: rgba(201, 166, 107, 0.08);
  border-radius: 10px;
  padding: 18px 18px;
  margin: 18px 0 8px;
}

.feedback-prompt-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(201, 166, 107, 0.95);
  margin: 0 0 8px 0;
}

.feedback-prompt-question {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.feedback-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

.feedback-link {
  color: #c9a66b;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.feedback-link:hover {
  text-decoration: underline;
}

.feedback-button {
  display: inline-block;
  width: fit-content;
  background: linear-gradient(to right, #c9a66b, #b49b6a);
  color: #000;
  padding: 12px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.feedback-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 166, 107, 0.35);
}

/* Form */
.feedback-form {
  margin-top: 14px;
}

.feedback-form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.feedback-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.feedback-input,
.feedback-textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 12px 12px;
  outline: none;
  transition: 0.2s ease;
}

.feedback-input:focus,
.feedback-textarea:focus {
  border-color: rgba(201, 166, 107, 0.7);
  background: rgba(201, 166, 107, 0.08);
  box-shadow: 0 0 0 3px rgba(201, 166, 107, 0.10);
}

.feedback-textarea {
  resize: vertical;
  min-height: 140px;
}

.feedback-submit {
  width: 100%;
  border: none;
  cursor: pointer;
  background: transparent;
  border: 2px solid #c9a66b;
  color: #c9a66b;
  padding: 12px 16px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: 0.25s ease;
}

.feedback-submit:hover {
  background: #c9a66b;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 166, 107, 0.25);
}

.feedback-alert {
  margin: 0 0 16px 0;
  padding:
