@import url("../g1/g1.css?build=2026082802");

:root {
  --deep: #344b4a;
  --deepest: #1c3030;
  --accent: #687e79;
  --accent-soft: #dfe5df;
  --sand: #e6e0d7;
}

.course-film__intro {
  padding: 34px 24px 30px;
  background: #050706;
  color: #fff;
}

.course-film__intro small,
.course-film__intro strong {
  display: block;
}

.course-film__intro small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.course-film__intro strong {
  max-width: 360px;
  margin-top: 12px;
  font-size: clamp(29px, 8.8vw, 40px);
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.course-promise {
  padding: 56px 24px 60px;
  background: var(--accent-soft);
  color: var(--ink);
}

.course-promise__mark {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  border: 1px solid rgba(16, 26, 23, 0.32);
  border-radius: 50%;
}

.course-promise__mark svg {
  width: 21px;
  height: 21px;
}

.course-promise > p {
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.course-promise h2 {
  font-size: clamp(36px, 11vw, 48px);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.course-promise > strong,
.course-promise > span {
  display: block;
}

.course-promise > strong {
  max-width: 390px;
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.6;
}

.course-promise > span {
  max-width: 390px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.skill-chapter--paddle {
  background: var(--sand);
}

.skill-chapter--takeoff {
  background: var(--paper);
  color: var(--ink);
}

.skill-chapter--read {
  background: var(--accent-soft);
  color: var(--ink);
}

.path-note {
  margin-top: 30px;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
}

.path-note small,
.path-note strong {
  display: block;
}

.path-note small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.path-note strong {
  max-width: 350px;
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.65;
}

.schedule-lines article {
  grid-template-columns: 74px minmax(0, 1fr);
}

@media (min-width: 481px) {
  .schedule-lines article {
    grid-template-columns: 92px minmax(0, 1fr);
  }
}

@media (max-width: 370px) {
  .course-film__intro,
  .course-promise {
    padding-right: 20px;
    padding-left: 20px;
  }
}
