/* =========================================================
   AYEO FOUND
   ========================================================= */

.found-page {
  width: 100%;
  margin: 38px 0 70px;
}

.found-title {
  margin: 0 0 18px;
  font-family: "Comfortaa", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text, #111111);
}

.found-intro {
  margin-bottom: 28px;
  color: var(--ayeo-grey, #777777);
  font-size: 1.05rem;
  line-height: 1.5;
}

.found-intro p {
  margin: 0 0 4px;
}

.found-form {
  width: 100%;
  padding: 28px 24px 30px;
  border-radius: 26px;
  background: #dfe88a;
}

.found-field {
  margin-bottom: 22px;
}

.found-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #111111;
}

.found-field input,
.found-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #ffffff;
  color: #111111;
  font: inherit;
  box-sizing: border-box;
}

.found-field input {
  min-height: 48px;
}

.found-field textarea {
  min-height: 135px;
  resize: vertical;
}

.found-field input:focus,
.found-field textarea:focus {
  outline: none;
  border-color: var(--ayeo-blue, #5c8692);
  box-shadow: 0 0 0 2px rgba(92, 134, 146, 0.12);
}

.found-field--error input,
.found-field--error textarea {
  border-color: #8f1d24;
}

.found-error {
  margin-top: 7px;
  color: #8f1d24;
  font-size: 0.92rem;
  font-weight: 700;
}

.found-submit {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ayeo-grey, #777777);
  font: inherit;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 0;
}

.found-submit:hover,
.found-submit:focus {
  color: var(--ayeo-blue, #5c8692);
}

@media (max-width: 768px) {
  .found-page {
    margin-top: 18px;
  }

  .found-form {
    padding: 20px 16px 24px;
    border-radius: 20px;
  }

  .found-title {
    font-size: 1.8rem;
  }

  .found-intro {
    font-size: 1rem;
  }
}


/* AYEO Fundsystem – Status, Honeypot, Konversation */
.found-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.found-status {
  margin: 22px 0;
  padding: 16px 18px;
  border: 1px solid #c8d9dd;
  border-radius: 10px;
  background: #f3f7f8;
  color: #365861;
  line-height: 1.5;
}

.found-status--warning {
  border-color: #d8b4b7;
  background: #fff5f5;
  color: #8f1d24;
}

.found-form--message {
  margin-top: 24px;
}

.found-conversation {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.found-message {
  padding: 14px 16px;
  border-radius: 12px;
  line-height: 1.45;
}

.found-message p {
  margin: 6px 0 0;
  white-space: pre-wrap;
}

.found-message--finder {
  background: #f2f2f2;
}

.found-message--owner {
  background: #e7f0f2;
}

.found-report-card {
  display: block;
  margin: 12px 0;
  padding: 16px 18px;
  border: 1px solid var(--line, #e7e7e7);
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
}

.found-report-card:hover,
.found-report-card:focus {
  border-color: var(--ayeo-blue, #5c8692);
}

.found-report-card span {
  display: block;
  margin-top: 4px;
  color: var(--ayeo-grey, #777);
  font-size: .9rem;
}

.found-report-card p {
  margin: 10px 0 0;
  color: var(--ayeo-grey, #777);
}
