/* =========================================
   PAGINĂ FEEDBACK
   ========================================= */

.feedback-alias .article-meta-info,
.feedback-alias .author-wrap {
  display: none !important;
}

.feedback-page {
  --feedback-accent: #4fb3bf;
  --feedback-accent-dark: #378f99;
  --feedback-text: #26383b;
  --feedback-muted: #647679;

  padding: clamp(32px, 6vw, 72px) 16px;
  margin: 0 auto 50px;
  background: linear-gradient(
    180deg,
    #f2f9f9 0%,
    #f8fcfc 55%,
    #ffffff 100%
  );
  border-radius: 28px;
}

.feedback-card {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 48px);
  background: #ffffff;
  border: 1px solid rgba(79, 179, 191, 0.24);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(38, 73, 81, 0.1);
}

.feedback-eyebrow {
  margin: 0 0 10px;
  color: var(--feedback-accent-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.feedback-page h1 {
  margin: 0 0 16px;
  color: var(--feedback-text);
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 700;
  line-height: 1.2;
}

.feedback-intro {
  max-width: 620px;
  margin: 0 0 18px;
  color: var(--feedback-muted);
  font-size: 17px;
  line-height: 1.7;
}

.feedback-privacy {
  position: relative;
  margin: 0;
  padding: 14px 16px 14px 46px;
  color: #4d6367;
  font-size: 14px;
  line-height: 1.55;
  background: #f2f9f9;
  border-radius: 14px;
}

.feedback-privacy::before {
  content: "✓";
  position: absolute;
  top: 14px;
  left: 17px;
  width: 21px;
  height: 21px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  background: var(--feedback-accent);
  border-radius: 50%;
}

.feedback-form-wrap {
  margin-top: 28px;
}

/* Formular ChronoForms */

#chronoform-formular-feedback {
  width: 100%;
  margin: 0;
}

#chronoform-formular-feedback .field.holder {
  margin: 0 0 20px;
}

#chronoform-formular-feedback .field_textarea > label {
  display: block;
  margin: 0 0 9px;
  color: var(--feedback-text);
  font-size: 16px;
  font-weight: 700;
}

#chronoform-formular-feedback textarea#description {
  display: block;
  width: 100% !important;
  min-height: 230px;
  padding: 18px 20px !important;
  color: #26383b;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  resize: vertical;
  background: #fbfdfd !important;
  border: 1px solid #cfdee0 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

#chronoform-formular-feedback textarea#description::placeholder {
  color: #8a999c;
  opacity: 1;
}

#chronoform-formular-feedback textarea#description:hover {
  border-color: #9fc8cd !important;
}

#chronoform-formular-feedback textarea#description:focus {
  outline: none !important;
  background: #ffffff !important;
  border-color: var(--feedback-accent) !important;
  box-shadow: 0 0 0 4px rgba(79, 179, 191, 0.16) !important;
}

#chronoform-formular-feedback #trimite_feedback {
  min-width: 190px;
  padding: 14px 27px !important;
  color: #ffffff !important;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  background: var(--feedback-accent) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 20px rgba(79, 179, 191, 0.24);
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

#chronoform-formular-feedback #trimite_feedback:hover {
  background: var(--feedback-accent-dark) !important;
  box-shadow: 0 10px 24px rgba(55, 143, 153, 0.28);
  transform: translateY(-1px);
}

#chronoform-formular-feedback #trimite_feedback:focus-visible {
  outline: 3px solid rgba(79, 179, 191, 0.35);
  outline-offset: 3px;
}

/* Mesaj ChronoForms după trimitere */

.feedback-page .nui.alert {
  padding: 16px 18px;
  color: #285d52;
  background: #edf9f5;
  border: 1px solid #b9e3d6;
  border-radius: 14px;
}

@media (min-width: 576px) {
  #chronoform-formular-feedback #trimite_feedback {
    align-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Telefon */

@media (max-width: 575px) {
  .feedback-page {
    padding: 22px 12px 38px;
    border-radius: 20px;
  }

  .feedback-card {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .feedback-page h1 {
    font-size: 29px;
  }

  .feedback-intro {
    font-size: 16px;
  }

  #chronoform-formular-feedback textarea#description {
    min-height: 210px;
    padding: 16px !important;
  }

  #chronoform-formular-feedback #trimite_feedback {
    width: 100%;
  }
}
.feedback-again {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.feedback-again-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 27px;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  background: #4fb3bf;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(79, 179, 191, 0.24);
  transition:
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.feedback-again-button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background: #378f99;
  box-shadow: 0 10px 24px rgba(55, 143, 153, 0.28);
  transform: translateY(-1px);
}

.feedback-again-button:focus-visible {
  outline: 3px solid rgba(79, 179, 191, 0.35);
  outline-offset: 3px;
}

@media (max-width: 575px) {
  .feedback-again-button {
    width: 100%;
  }
}