.beta-feedback {

  border-top: 2px solid #e0c187;
  margin-top: 2rem;
  padding: 2rem 1rem;
  text-align: center;
  color: #5a4633;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-radius: 12px;
}

.beta-feedback h2 {
  color: #7b3f00;
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}

.beta-intro {
  max-width: 640px;
  margin: 0 auto 1rem;
  line-height: 1.5;
}

.beta-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  max-width: 420px;
  margin: 0.8rem auto 1.2rem;
}

.beta-form label {
  font-weight: 600;
  font-size: 0.95rem;
  align-self: flex-start;
  color: #7b3f00;
}

.beta-form input,
.beta-form textarea {
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #d3b676;
  font-size: 0.95rem;
  font-family: inherit;
  color: #412d18;
  background: #fffdfa;
}

.beta-form input:focus,
.beta-form textarea:focus {
  outline: 2px solid #e0c187;
}

.beta-btn {
  background: linear-gradient(180deg, #e0c187, #c7a764);
  color: #412d18;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.3s;
}

.beta-btn:hover {
  background: linear-gradient(180deg, #f5e3ac, #b99342);
}

.beta-thanks {
  font-style: italic;
  color: #52391c;
  opacity: 0.95;
  margin-top: 1rem;
}


.beta-form-message {
  margin-top: 10px;
  font-size: 0.95rem;
  transition: opacity 1s ease;
  opacity: 0;
}

.beta-form-message.success {
  color: #3f6134;
  opacity: 1;
}

.beta-form-message.error {
  color: #a33;
  opacity: 1;
}

/* ========================== Мобильная адаптация — всегда внизу ========================== */
@media (max-width: 768px) {
  .beta-feedback {
    padding: 1.2rem;
  }
  .beta-form {
    width: 100%;
  }
}
