/* ДОВЕРЯЯ СВОЕЙ ПРИРОДЕ (2025) */

.tyn-cover-container {
  background: rgb(239, 243, 239);
  background-image: url('https://static.tildacdn.com/tild6365-3466-4365-b936-623261633933/sky-mountains.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'TildaSans', Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial;
}

.tyn-cover {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

.tyn-cover-inner {
  width: 100%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 16px;
  align-items: stretch;
}

.tyn-hero {
  padding: 46px 38px;
  background: white;
  border-radius: 12px 0 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tyn-title {
  margin: 0 0 8px 0;
  font-size: 58px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #444;
}

.tyn-subtitle {
  margin: 10px 0 30px 0;
  color: #444;
  font-size: 20px;
  font-weight: 500;
}

.tyn-lead {
  margin: 2px 0 42px 0;
  color: #666;
  line-height: 1.4;
  font-size: 20px;
  max-width: 56ch;
}

.tyn-cta-row {
  display: flex;
  gap: 14px;
  align-items: center;
}

.tyn-btn {
  appearance: none;
  border: 0;
  padding: 14px 26px;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  background: #0abab5;
  font-family: 'TildaSans', Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial;
  color: white !important;
}

.tyn-btn a {
  color: white !important;
}

.tyn-btn-ghost {
  background: transparent;
  color: #777 !important;
  font-size: 17px;
  padding: 14px 20px;
  border-radius: 14px;
  border: 1px solid #ccc;
  text-decoration: none;
}

.tyn-author-card {
  padding: 22px;
  background: white;
  border-radius: 0 12px 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tyn-avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}

.tyn-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tyn-author-meta {
  color: #444;
}

.tyn-author-meta h3 {
  margin: 0;
  font-size: 19px;
}

.tyn-author-meta p {
  margin: 6px 0 0 0;
  color: #666;
  font-size: 17px;
}

@media (max-width: 920px) {
  .tyn-cover-inner {
    grid-template-columns: 1fr;
  }
  .tyn-hero {
    border-radius: 12px;
  }
  .tyn-author-card {
    margin-top: 6px;
    border-radius: 12px;
  }
}

/* Карьера по вашему дизайну */

  /* Проблема (Экран 2) */

.uc-cd-problem-desk {
  height: 550px;
}

/* Мои консультации. Сноска */

.uc-career-price-note svg {
  display: none;
}

@media (min-height: 650px) {

  /* Карьера по вашему дизайну */

  /* Обложка */

  .uc-career-cover-desk {
    height: 100vh;
  }

  .uc-career-cover-desk .t-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-height: 649px) {
  
  /* Карьера по вашему дизайну */
    
  /* Проблема (Экран 2) */
  .uc-cd-problem-desk .t-container {
    margin-top: 45px;
  }
}

