.about-page {
  max-width: 1280px;
  margin: auto;
  padding: 60px max(5vw, 24px) 110px;
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
  gap: 50px;
  align-items: end;
  margin-bottom: 48px;
}

.about-intro .back {
  display: inline-block;
  margin-bottom: 50px;
  color: #607572;
  font-size: 13px;
  font-weight: 700;
}

.about-intro .eyebrow,
.about-card .eyebrow,
.feedback-heading .eyebrow {
  margin-bottom: 15px;
}

.about-intro h1 {
  margin: 0 0 18px;
  font: 800 clamp(46px, 5vw, 68px)/1 'Manrope', sans-serif;
  letter-spacing: -.05em;
}

.about-lead {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.about-highlight {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 26px;
  border-radius: 13px;
  background: var(--green);
  color: white;
  box-shadow: var(--shadow);
}

.highlight-mark {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 9px;
  background: var(--mint);
  color: var(--green);
  font: 800 20px 'Manrope', sans-serif;
}

.about-highlight small,
.disclaimer small {
  color: #b9cfca;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.about-highlight p {
  margin: 8px 0 0;
  color: #d7e2df;
  font-size: 13px;
  line-height: 1.65;
}

.about-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: white;
  box-shadow: 0 18px 50px rgba(13, 50, 47, .06);
}

.profile-mark {
  display: grid;
  width: 120px;
  height: 120px;
  place-items: center;
  border-radius: 13px;
  background: #e6f6d0;
  color: var(--green);
  font: 800 34px 'Manrope', sans-serif;
}

.about-card h2,
.feedback-heading h2,
.disclaimer h2 {
  margin: 0;
  font: 700 clamp(27px, 3vw, 36px) 'Manrope', sans-serif;
  letter-spacing: -.035em;
}

.about-card-lead {
  margin: 18px 0 9px;
  color: var(--ink) !important;
  font-size: 17px !important;
  font-weight: 600;
}

.about-card p:last-child {
  max-width: 790px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.feedback-section {
  display: grid;
  grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
  gap: 48px;
  margin-top: 28px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: white;
}

.feedback-heading > p:last-child {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.feedback-form {
  display: grid;
  gap: 18px;
}

.feedback-content {
  min-width: 0;
}

.feedback-content .form-message {
  margin-bottom: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.feedback-form label > span {
  display: block;
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.feedback-form input,
.feedback-form select,
.feedback-form textarea {
  width: 100%;
  border: 1px solid #cad5d1;
  border-radius: 8px;
  outline: 0;
  background: white;
  color: var(--ink);
  font: 500 14px 'DM Sans', sans-serif;
}

.feedback-form input,
.feedback-form select {
  height: 49px;
  padding: 0 13px;
}

.feedback-form textarea {
  min-height: 150px;
  padding: 13px;
  resize: vertical;
}

.feedback-form input:focus,
.feedback-form select:focus,
.feedback-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(13, 78, 73, .09);
}

.website-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.send-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 18px;
  border: 0;
  border-radius: 8px;
  background: var(--green);
  color: white;
  font-weight: 700;
  cursor: pointer;
}

.send-button:hover {
  background: #073b37;
}

.form-message {
  padding: 13px 15px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

.form-message.success {
  background: #e6f6d0;
  color: var(--green);
}

.form-message.warning,
.form-message.error {
  background: #fff0e9;
  color: #9d3c1a;
}

.disclaimer {
  margin-top: 28px;
  padding: 30px 34px;
  border-radius: 13px;
  background: #edf3e9;
}

.disclaimer small {
  color: var(--muted);
}

.disclaimer h2 {
  margin-top: 9px;
  font-size: 22px;
}

.disclaimer p {
  max-width: 900px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

@media (max-width: 800px) {
  .about-page {
    padding-top: 35px;
  }

  .about-intro,
  .feedback-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-intro .back {
    margin-bottom: 35px;
  }

}

@media (max-width: 560px) {
  .about-card {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .profile-mark {
    width: 72px;
    height: 72px;
    font-size: 23px;
  }

  .feedback-section {
    padding: 28px 24px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}
