.mentoringPage {
  max-width: 1240px;
}

.mentoringShell {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.mentoringMain,
.mentoringAside {
  display: grid;
  gap: 22px;
}

.mentoringLead {
  display: grid;
  gap: 14px;
}

.mentoringEyebrow {
  color: #7c2d83;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mentoringLead h1 {
  margin: 0;
  color: #4b256f;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.98;
}

.mentoringDivider {
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: #d3a748;
}

.mentoringLead p {
  margin: 0;
  max-width: 760px;
  color: #526074;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 700;
}

.mentoringCard {
  display: grid;
  gap: 22px;
  padding: 20px;
  border: 1px solid #e6ecf5;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #faf8ff 100%);
  box-shadow: 0 18px 42px rgba(18, 61, 116, 0.08);
}

.mentoringFormGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.mentoringFieldBlock {
  display: grid;
  gap: 12px;
  align-content: start;
  padding-top: 6px;
  border-top: 1px solid #e6ecf5;
}

.mentoringFieldBlockWide {
  grid-column: 1 / -1;
}

.mentoringFieldHeader {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.mentoringFieldLabel,
.mentoringSubLabel {
  color: #31245f;
  font-weight: 900;
}

.mentoringFieldLabel {
  font-size: 16px;
  line-height: 1.35;
}

.mentoringSubLabel {
  font-size: 14px;
  color: #6b7280;
  font-weight: 700;
}

.mentoringChoiceRow,
.mentoringChoiceColumn,
.mentoringCommRow {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.mentoringChoiceColumn {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.mentoringChoice,
.mentoringCommOption {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #3a4a63;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.mentoringChoice input,
.mentoringCommOption input {
  width: 18px;
  height: 18px;
  accent-color: #7c2d83;
  margin: 0;
}

.mentoringInput {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #d8e0ee;
  border-radius: 12px;
  background: #fff;
  color: #123d74;
  font: inherit;
  font-size: 16px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.mentoringInput:focus {
  border-color: #7c2d83;
  box-shadow: 0 0 0 3px rgba(124, 45, 131, 0.12);
}

.mentoringTextarea {
  min-height: 124px;
  resize: vertical;
}

.mentoringOptional {
  color: #6b7280;
  font-weight: 700;
}

.mentoringCounter {
  color: #7b879a;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.mentoringCtaBar {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #eadbf8;
  border-radius: 18px;
  background: linear-gradient(135deg, #fbf6ff 0%, #f4edff 100%);
}

.mentoringCtaCopy {
  display: grid;
  gap: 8px;
}

.mentoringCtaTitle {
  color: #4b256f;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.mentoringCtaText {
  color: #5b6473;
  font-size: 15px;
  font-weight: 700;
}

.mentoringJoinBtn {
  min-width: 300px;
}

.mentoringMessage {
  min-height: 24px;
}

.mentoringAside {
  padding-top: 18px;
}

.mentoringVisualCard {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 61, 116, 0.12);
}

.mentoringQuoteBlock {
  display: grid;
  gap: 12px;
  padding: 28px 28px 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f5efff 100%);
}

.mentoringQuoteMark {
  color: #7c2d83;
  font-size: 56px;
  line-height: 0.8;
  font-weight: 900;
}

.mentoringQuoteText,
.mentoringQuoteRef {
  margin: 0;
  color: #4b256f;
}

.mentoringQuoteText {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
}

.mentoringQuoteRef {
  font-size: 14px;
  font-weight: 800;
}

.mentoringVisualImage {
  display: block;
  width: 100%;
  min-height: 480px;
  max-height: 620px;
  object-fit: cover;
  object-position: center;
}

.mentoringFeatureList {
  display: grid;
  gap: 18px;
}

.mentoringFeatureItem {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.mentoringFeatureIcon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f3ebff;
  color: #7c2d83;
  font-size: 22px;
  font-weight: 900;
}

.mentoringFeatureTitle {
  margin-bottom: 6px;
  color: #31245f;
  font-size: 22px;
  font-weight: 900;
}

.mentoringFeatureItem p {
  margin: 0;
  color: #526074;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 700;
}

@media (max-width: 1080px) {
  .mentoringShell {
    grid-template-columns: minmax(0, 1fr);
  }

  .mentoringAside {
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  .mentoringCard {
    padding: 16px;
    border-radius: 18px;
  }

  .mentoringFormGrid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mentoringCtaBar {
    padding: 16px;
  }

  .mentoringCtaTitle {
    font-size: 20px;
  }

  .mentoringFieldHeader {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .mentoringJoinBtn {
    min-width: 100%;
  }

  .mentoringVisualImage {
    min-height: 320px;
  }
}
