.course-page {
  --gray-300: #8f9399;
  --gray-800: #0a0c10;
  background: var(--white);
}

html.course-cms-pending .course-page {
  visibility: hidden;
}

.course-page .nav {
  position: fixed;
  top: 16px;
}

.course-page .nav > a {
  display: flex;
  align-items: center;
}

.course-hero {
  position: relative;
  height: 670px;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.course-hero__bg {
  position: absolute;
  top: 0;
  height: 670px;
  pointer-events: none;
  object-fit: fill;
}

.course-hero__bg-left {
  left: calc(50% - 720px);
  width: 1037px;
}

.course-hero__bg-right {
  left: calc(50% - 720px + 805px);
  width: calc(50% - 85px);
}

.course-hero__video {
  position: absolute;
  left: calc(50% - 720px + 1144px);
  top: 338px;
  z-index: 2;
  width: 60px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 12px 20px;
  border: 1px solid var(--white);
  border-radius: 999px;
  background: rgba(244,246,248,.04);
  backdrop-filter: blur(10px);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

.course-hero__video img {
  width: 20px;
  height: 20px;
  display: block;
}

.course-hero__inner {
  position: relative;
  z-index: 2;
  padding-top: 142px;
}

.breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  transition: color .18s ease;
}

.breadcrumbs img {
  width: 20px;
  height: 20px;
  transition: filter .18s ease;
}

.breadcrumbs:hover,
.breadcrumbs:focus-visible {
  color: var(--red);
}

.breadcrumbs:hover img,
.breadcrumbs:focus-visible img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(100%) saturate(6418%) hue-rotate(5deg) brightness(76%) contrast(118%);
}

.course-hero__copy {
  width: 714px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.course-tags {
  display: flex;
  align-items: center;
  gap: 12px;
}

.course-tags span,
.resume-card__top span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--gray-600);
  color: var(--white);
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
}

.course-tags .is-accent,
.resume-card__top span {
  border: 1px solid var(--red);
  background: var(--red-dark);
  text-transform: uppercase;
}

.course-hero h1 {
  margin: -8px 0 -16px;
  max-width: 714px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  text-align: left;
}

.course-hero__copy p {
  width: 612px;
  margin: 0 0 0 102px;
  color: var(--white);
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.course-hero__actions {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.course-skills {
  padding: 100px 0;
  background: var(--white);
}

.course-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  margin-bottom: 40px;
}

.course-section-head p,
.pricing-section .section-title p,
.program-section .section-title p,
.speaker-course .section-title p,
.projects-section .course-section-head p {
  margin: 0 0 16px;
  color: var(--black);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.course-section-head p span,
.pricing-section .section-title p span,
.program-section .section-title p span,
.speaker-course .section-title p span,
.projects-section .course-section-head p span {
  color: var(--red);
  margin-right: 8px;
}

.course-section-head h2 {
  margin: 0;
  color: var(--black);
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
}

.course-section-head small {
  width: 376px;
  color: var(--gray-500);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.skill-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}

.skill-grid article {
  min-height: 160px;
  padding: 24px 32px;
  border: 1px solid var(--gray-300);
  border-radius: 16px;
  overflow: hidden;
}

.skill-grid h3 {
  margin: 0 0 12px;
  color: var(--black);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.skill-grid p {
  margin: 0;
  color: var(--gray-500);
  font-size: 16px;
  line-height: 24px;
}

.resume-row {
  display: grid;
  grid-template-columns: 886px 274px;
  gap: 32px;
  align-items: stretch;
}

.resume-card {
  min-height: 484px;
  padding: 40px;
  border-radius: 24px;
  background: var(--black);
  color: var(--white);
}

.resume-card__top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
}

.resume-card__top img {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  object-fit: cover;
}

.resume-card__top div {
  flex: 1 1 auto;
}

.resume-card__top h3 {
  margin: 0 0 4px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.resume-card__top p,
.resume-card h4 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.resume-card h4 {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.resume-card__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}

.resume-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.resume-card li {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}

.resume-card li::before {
  content: "✓";
  color: var(--red);
  margin-right: 12px;
}

.tech-stack h4 {
  margin-bottom: 12px;
}

.tech-stack span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  margin-right: 12px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--gray-600);
  color: var(--white);
}

.tech-stack img {
  width: 24px;
  height: 24px;
  display: block;
}

.course-stats {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.course-stats div {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  border-left: 1px solid var(--gray-500);
  padding: 12px 0 12px 24px;
  color: var(--black);
}

.course-stats strong {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.course-stats span {
  font-size: 16px;
  line-height: 24px;
}

.career-section {
  height: 546px;
  padding: 100px 0 136px;
  overflow: hidden;
  background: var(--white);
}

.course-carousel {
  overflow: visible;
}

.course-arrows {
  display: flex;
  gap: 24px;
}

.course-arrows button {
  width: 72px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid var(--black);
  border-radius: 999px;
  background: rgba(244,246,248,.04);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

.course-arrows img {
  width: 20px;
  height: 20px;
  filter: brightness(0);
}

.course-page .mega-button,
.course-page .filters button,
.course-page .contact-modal__close,
.course-page .pricing-mobile-switcher__arrows button {
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

@media (hover: hover) and (pointer: fine) and (min-width: 901px) {
  .course-page .course-hero__video:hover,
  .course-page .course-hero__video:focus-visible,
  .course-page .course-arrows button:hover,
  .course-page .course-arrows button:focus-visible,
  .course-page .mega-button:hover,
  .course-page .mega-button:focus-visible,
  .course-page .filters button:hover,
  .course-page .filters button:focus-visible,
  .course-page .contact-modal__close:hover,
  .course-page .contact-modal__close:focus-visible,
  .course-page .pricing-mobile-switcher__arrows button:hover,
  .course-page .pricing-mobile-switcher__arrows button:focus-visible {
    border-color: #8f9399;
  }
}

.career-row {
  display: flex;
  gap: 32px;
  width: max-content;
  transition: transform .28s ease;
}

.career-row article {
  width: 376px;
  min-height: 170px;
  padding: 24px 32px;
  border: 1px solid var(--gray-300);
  border-radius: 16px;
  color: var(--black);
}

.career-row div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.career-row div > span {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.career-row b {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  white-space: nowrap;
}

.career-company-logo {
  position: relative;
  width: 50px;
  height: 16px;
  display: block;
  flex: 0 0 50px;
  overflow: hidden;
  font-style: normal;
}

.career-company-logo img {
  position: absolute;
  left: 0;
  top: -4.8px;
  width: 121.775px;
  height: 23.2px;
  max-width: none;
  display: block;
}

.career-row small {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.career-row em {
  display: flex;
  align-items: center;
  width: 38px;
  height: 16px;
  margin: 4px 0 8px;
  color: var(--black);
  font-style: normal;
  font-size: 20px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.career-row p {
  margin: 0;
  color: var(--gray-500);
  font-size: 14px;
  line-height: 22px;
}

.pricing-section {
  --pricing-highlight-height: 948px;
  position: relative;
  min-height: 1280px;
  padding: 100px 0;
  background: var(--black);
  overflow: visible;
}

.pricing-section::before,
.speaker-course::before,
.course-values::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -88px;
  width: max(1440px, 100vw);
  height: 88px;
  transform: translateX(-50%);
  background: url("./assets/transition-pricing-figma.svg") center / 100% 100% no-repeat;
  z-index: 0;
}

.speaker-course::before {
  background-image: url("./assets/transition-speaker-figma.svg");
}

.pricing-section > .shell,
.speaker-course > .shell,
.course-values > .shell {
  position: relative;
  z-index: 1;
}

.pricing-section .section-title {
  position: relative;
  z-index: 2;
  width: 682px;
  margin-bottom: 40px;
}

.pricing-plans {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: 714px;
  margin-left: 478px;
  margin-bottom: 0;
  z-index: 2;
}

.pricing-column-highlight {
  position: absolute;
  left: 717px;
  top: 240px;
  width: 235px;
  height: var(--pricing-highlight-height);
  overflow: hidden;
  border: 1px solid var(--red);
  border-radius: 16px;
  background: var(--black);
  box-shadow: 0 0 32px 4px rgba(194, 0, 0, .56);
  backdrop-filter: blur(20px);
  pointer-events: none;
  z-index: 0;
  transition: height .32s ease;
}

.pricing-column-highlight::before {
  content: "";
  position: absolute;
  left: -73.334px;
  top: -66px;
  width: 382px;
  height: 382px;
  border-radius: 50%;
  background: var(--red);
  opacity: .35;
  filter: blur(150px);
}

.pricing-plans article {
  min-height: 336px;
  padding: 24px 20px;
  border-radius: 16px;
  background: var(--black);
  color: var(--white);
}

.pricing-plans .is-featured {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pricing-plans h3 {
  margin: 0 0 4px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.pricing-plans p {
  min-height: 44px;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 22px;
}

.pricing-plans div {
  margin-bottom: 4px;
  padding: 12px 20px;
  border-radius: 16px;
  background: var(--gray-600);
}

.pricing-plans b,
.pricing-plans span {
  display: block;
  color: var(--white);
  font-size: 14px;
  line-height: 22px;
}

.pricing-plans b {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.pricing-plans small {
  color: var(--gray-300);
  font-size: 14px;
  font-weight: 400;
}

.pricing-plans .btn {
  width: 100%;
  margin-top: 8px;
}

.pricing-mobile-switcher {
  display: none;
}

.pricing-table {
  position: relative;
  margin-top: 0;
  color: var(--white);
  z-index: 2;
}

.pricing-table__row {
  overflow: hidden;
  border-bottom: 1px solid var(--gray-500);
  color: var(--white);
}

.pricing-table > .pricing-table__row:last-child {
  border-bottom: 0;
}

.pricing-table__row summary {
  display: grid;
  grid-template-columns: 478px repeat(3, 1fr);
  min-height: 64px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  cursor: pointer;
}

.pricing-table__row summary::-webkit-details-marker {
  display: none;
}

.pricing-table__label {
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px 20px 0;
  border-right: 1px solid var(--gray-500);
  font-size: 16px;
  line-height: 24px;
}

.pricing-table__label::after {
  content: "";
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background: url("./assets/faq-down.svg") center / 13px 7px no-repeat;
  filter: brightness(0) invert(1);
  transition: transform .24s ease;
}

.pricing-table__row[open] .pricing-table__label::after {
  transform: rotate(180deg);
}

.pricing-table__row ol {
  width: 478px;
  max-height: 0;
  margin: 0;
  padding-left: 48px;
  overflow: hidden;
  border-right: 1px solid var(--gray-500);
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height .32s ease, margin-bottom .32s ease, opacity .22s ease, transform .32s ease;
}

.pricing-table__row[open] ol {
  max-height: var(--pricing-row-content-height, 240px);
  margin-bottom: 20px;
  opacity: 1;
  transform: translateY(0);
}

.pricing-table__cell {
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 20px;
  line-height: 1;
  min-height: 64px;
}

.pricing-table__bonus {
  display: grid;
  grid-template-columns: 478px repeat(3, 1fr);
  min-height: 64px;
}

.pricing-table__bonus p {
  margin: 0;
  padding: 20px 16px 20px 0;
  border-right: 1px solid var(--gray-500);
  font-size: 16px;
  line-height: 24px;
}

.pricing-table__bonus span {
  display: grid;
  place-items: center;
  min-height: 64px;
}

.pricing-table__bonus span:nth-of-type(1) {
  grid-column: 2;
}

.pricing-table__bonus span:nth-of-type(2) {
  grid-column: 3;
}

.pricing-table__bonus span:nth-of-type(3) {
  grid-column: 4;
}

.pricing-table__row span img {
  width: 24px;
  height: 24px;
  display: block;
}

.pricing-table h3 {
  margin: 28px 0 16px 102px;
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.pricing-table h3 span {
  color: var(--red);
  margin-right: 8px;
}

.program-section {
  padding: 100px 0;
  background: var(--black);
}

.program-section .section-title {
  width: 784px;
  margin-bottom: 32px;
}

.program-section .section-title p,
.program-section .section-title h2 {
  color: var(--white);
}

.program-layout {
  display: grid;
  grid-template-columns: 580px 1fr;
  gap: 32px;
}

.modules-list {
  display: grid;
  gap: 12px;
}

.modules-list details {
  border-radius: 16px;
  background: var(--gray-600);
  color: var(--white);
  overflow: hidden;
}

.modules-list summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}

.modules-list summary::-webkit-details-marker {
  display: none;
}

.modules-list summary::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("./assets/faq-down.svg") center / 10px 5px no-repeat;
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
  transition: transform .24s ease;
}

.modules-list details:not([open]) summary::before {
  transform: none;
}

.modules-list summary span,
.modules-list summary b {
  margin-left: auto;
  padding: 8px 17px;
  border: 1px solid var(--gray-500);
  border-radius: 999px;
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.modules-list summary b {
  margin-left: auto;
  border-color: var(--red);
  background: var(--red-dark);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
}

.modules-list summary b + span {
  margin-left: 0;
}

.modules-list ol {
  max-height: 0;
  margin: 0;
  padding: 0 16px 0 72px;
  overflow: hidden;
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height .32s ease, padding-bottom .32s ease, opacity .22s ease, transform .32s ease;
}

.modules-list details[open] ol {
  max-height: var(--module-content-height, 320px);
  padding-bottom: 20px;
  opacity: 1;
  transform: translateY(0);
}

.program-layout aside {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-content: start;
}

.program-layout aside .btn {
  width: fit-content;
  grid-column: 1 / -1;
}

.program-metric {
  position: relative;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 32px;
  border: 1px solid var(--gray-600);
  border-radius: 12px;
  background: var(--gray-800);
  color: var(--white);
  overflow: hidden;
}

.program-metric::before {
  content: "";
  position: absolute;
  left: 4.32%;
  top: 0;
  width: 17.26%;
  height: 1px;
  background: var(--red);
}

.program-metric::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -119px;
  width: 177px;
  height: 177px;
  border-radius: 50%;
  background: var(--red);
  opacity: .35;
  filter: blur(160px);
  transform: translateX(-50%);
}

.program-metric strong,
.program-metric span {
  position: relative;
  z-index: 1;
}

.program-metric strong {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.program-metric span {
  font-size: 20px;
  line-height: 28px;
}

.course-community {
  margin-top: -1px;
  padding: 136px 0;
}

.course-community::before {
  top: -1px;
  height: 89px;
  background-image: url("./assets/transition-community-figma.svg");
  transform: none;
}

.speaker-course,
.projects-section {
  position: relative;
  padding: 100px 0;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
}

.projects-section {
  overflow: visible;
}

.projects-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -88px;
  z-index: 2;
  width: max(1440px, 100vw);
  height: 88px;
  transform: translateX(-50%);
  background: url("./assets/transition-projects-figma.svg") center / 100% 100% no-repeat;
  pointer-events: none;
}

.speaker-course {
  min-height: 780px;
  padding-top: 100px;
  background: var(--black);
  overflow: visible;
}

.speaker-course__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}

.speaker-course .section-title {
  width: 784px;
  margin: 0;
}

.speaker-course .section-title p {
  color: var(--white);
}

.speaker-course__body {
  display: grid;
  grid-template-columns: 376px 1fr;
  gap: 32px;
  align-items: center;
}

.speaker-photo {
  position: relative;
  width: 376px;
  height: 384px;
}

.speaker-photo img {
  width: 376px;
  height: 384px;
  border-radius: 16px;
  object-fit: cover;
  filter: grayscale(1);
}

.speaker-photo span {
  position: absolute;
  left: 78px;
  bottom: -16px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid var(--red);
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  box-shadow: 0 0 16px rgba(194,0,0,.56);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
}

.speaker-photo span::before {
  content: none;
}

.speaker-photo span img {
  display: block;
  width: 36.367px;
  height: 24px;
  flex: 0 0 36.367px;
  border-radius: 0;
  object-fit: contain;
  filter: none;
}

.speaker-course aside em {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--gray-600);
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
}

.speaker-course aside h3 {
  margin: 20px 0 16px;
  font-size: 64px;
  line-height: 72px;
  font-weight: 400;
}

.speaker-course aside h4,
.speaker-course aside p {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.speaker-course .socials img {
  width: 32px;
  height: 32px;
  display: block;
}

.speaker-course .socials {
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 0;
}

.speaker-course aside p {
  margin-bottom: 24px;
}

.light-head p,
.light-head h2 {
  color: var(--white);
}

.projects-section .course-section-head p,
.projects-section .course-section-head h2 {
  color: var(--white);
}

.course-arrows.light button {
  border-color: var(--white);
}

.course-arrows.light img {
  filter: none;
}

.project-row {
  display: flex;
  gap: 32px;
  width: max-content;
  transition: transform .28s ease;
}

.project-row article {
  position: relative;
  width: 376px;
  height: 440px;
  border-radius: 12px;
  overflow: hidden;
  color: var(--white);
}

.project-row img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-row div {
  position: relative;
  z-index: 1;
  min-height: 144px;
  padding: 24px;
  background: linear-gradient(180deg, #0a0c10 0%, rgba(2,3,3,0) 100%);
}

.project-row b,
.project-row small {
  display: inline-block;
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}

.project-row b {
  width: calc(100% - 40px);
  font-weight: 700;
}

.project-row small {
  text-align: right;
  font-size: 14px;
  line-height: 22px;
}

.project-row p {
  margin: 4px 0 0;
  color: var(--gray-200);
  font-size: 12px;
  line-height: 16px;
}

.course-media {
  position: relative;
  height: 792px;
  padding: 136px 0;
  overflow: hidden;
}

.course-media::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  width: max(1440px, 100vw);
  height: 88px;
  transform: translateX(-50%);
  background: url("./assets/transition-projects-figma.svg") center / 100% 100% no-repeat;
}

.course-media::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: max(1440px, 100vw);
  height: 88px;
  transform: translateX(-50%);
  background: url("./assets/transition-media-values-figma.svg") center / 100% 100% no-repeat;
}

.course-media > .shell {
  position: relative;
  z-index: 3;
}

.course-media .media-head {
  grid-template-columns: 274px 1fr;
}

.course-media .media-head p {
  margin: 0;
  width: 274px;
  color: var(--black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-media .media-head p span {
  color: var(--red);
  margin-right: 8px;
}

.course-media .media-viewport {
  min-width: 0;
  overflow: visible;
  clip-path: inset(0 -100vw 0 0);
}

.course-media .media-row {
  width: max-content;
  transition: transform .28s ease;
}

.course-values {
  position: relative;
  min-height: 824px;
  padding: 100px 0;
  background: var(--black);
  overflow: hidden;
}

.course-values::before {
  display: none;
}

.course-values .values-grid > div:first-child {
  min-height: 624px;
}

.course-values .values-grid .btn {
  display: none;
}

.course-platform {
  padding: 136px 0 100px;
}

.course-page .faq {
  height: 756px;
  min-height: 756px;
  padding: 136px 0;
}

.course-page .faq-grid {
  height: 484px;
}

.course-page .faq-list {
  height: 484px;
}

@media (max-width: 900px) {
  .course-hero,
  .course-hero__bg {
    height: 760px;
  }

  .course-hero__bg-left {
    left: -360px;
  }

  .course-hero__bg-right {
    right: -260px;
    opacity: .55;
  }

  .course-hero__inner {
    padding-top: 110px;
  }

  .course-hero__copy,
  .course-hero__copy p {
    width: 100%;
    margin-left: 0;
  }

  .course-hero h1,
  .course-section-head h2,
  .speaker-course aside h3 {
    font-size: 40px;
    line-height: 48px;
  }

  .course-tags {
    flex-wrap: wrap;
  }

  .course-section-head,
  .resume-row,
  .program-layout,
  .speaker-course__head,
  .speaker-course__body,
  .pricing-table__row,
  .program-layout aside,
  .skill-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .course-section-head small,
  .pricing-section .section-title,
  .speaker-course .section-title {
    width: 100%;
  }

  .resume-card__body {
    grid-template-columns: 1fr;
  }

  .pricing-plans {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr;
  }

  .pricing-table__row {
    display: grid;
    grid-template-columns: 1fr 48px 48px 48px;
  }

  .pricing-table__row p,
  .pricing-table__row ol {
    border-right: 0;
  }

  .speaker-photo,
  .speaker-photo img {
    width: 100%;
    height: auto;
    aspect-ratio: 376 / 384;
  }
}

@media (max-width: 900px) {
  .course-page .shell,
  .course-page .nav {
    width: min(calc(100% - 32px), 370px);
  }

  .course-page .nav {
    top: 8px;
    height: 54px;
    flex-wrap: nowrap;
    gap: 0;
    padding: 8px 12px;
    border: 0;
    border-radius: 999px;
    background: #020303;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .course-page .logo {
    width: 126px;
    height: 20px;
    margin: 0;
    object-fit: contain;
  }

  .course-page .menu {
    order: 0;
    width: auto;
    margin: 0 0 0 4px;
    gap: 0;
    overflow: visible;
  }

  .course-page .menu a {
    display: none;
  }

  .course-page .menu a:first-child {
    min-height: 38px;
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--gray-600);
    font-size: 14px;
    line-height: 22px;
  }

  .course-page .nav-actions {
    gap: 0;
  }

  .course-page .nav-actions .btn {
    display: none;
  }

  .course-page .nav-menu-toggle {
    width: 48px;
    height: 38px;
    padding: 12px 16px;
  }

  .course-page .nav-menu-toggle > img:not(.nav-menu-toggle__icon) {
    display: none;
  }

  .course-page .nav-menu-toggle .nav-menu-toggle__icon {
    display: block;
    width: 16px;
    height: 16px;
  }

  .mega-menu {
    display: none;
  }

  .course-hero {
    height: 882px;
    background: var(--black);
  }

  .course-hero__bg {
    height: auto;
    object-fit: fill;
  }

  .course-hero__bg-left {
    content: url("./assets/course-hero-left-mobile.png");
    left: 0;
    top: 0;
    width: 402px;
    max-width: none;
    height: 655px;
  }

  .course-hero__bg-right {
    content: url("./assets/course-hero-right-mobile.png");
    left: 0;
    right: auto;
    top: 561px;
    width: 402px;
    max-width: none;
    height: 444px;
    opacity: 1;
  }

  .course-hero__video {
    display: none;
  }

  .course-hero__inner {
    padding-top: 94px;
  }

  .breadcrumbs {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .course-hero__copy {
    width: 100%;
    gap: 16px;
  }

  .course-tags {
    width: 100%;
    min-height: 80px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 12px;
  }

  .course-tags span,
  .resume-card__top span {
    min-height: 34px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 18px;
  }

  .course-hero h1,
  .course-section-head h2,
  .pricing-section .section-title h2,
  .program-section .section-title h2,
  .speaker-course .section-title h2,
  .projects-section .course-section-head h2,
  .course-media .media-head h2,
  .values-grid h2,
  .platform-grid h2,
  .course-page .faq .section-title h2,
  .contact .section-title h2,
  .footer-brand h2 {
    margin: 0;
    width: 100%;
    max-width: none;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }

  .course-hero__copy p {
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
  }

  .course-hero h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
  }

  .course-hero__actions {
    width: 100%;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }

  .course-hero__actions .btn,
  .speaker-course__head .btn,
  .program-layout aside .btn,
  .platform-grid .btn,
  .course-community .btn {
    width: 100%;
  }

  .course-skills {
    padding: 48px 0;
  }

  .course-section-head,
  .pricing-section .section-title,
  .program-section .section-title,
  .media-head,
  .contact .section-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    margin-bottom: 32px;
  }

  .course-section-head p,
  .pricing-section .section-title p,
  .program-section .section-title p,
  .speaker-course .section-title p,
  .projects-section .course-section-head p,
  .course-media .media-head p,
  .values-grid p,
  .platform-grid > div > p,
  .course-page .faq .section-title p,
  .contact .section-title p {
    margin: 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .course-section-head small {
    width: 100%;
    color: var(--gray-500);
    font-size: 16px;
    line-height: 24px;
  }

  .skill-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 32px;
  }

  .skill-grid article {
    min-height: 138px;
    padding: 20px;
    border-color: var(--gray-300);
    border-radius: 24px;
  }

  .skill-grid article:nth-child(3) {
    min-height: 116px;
  }

  .skill-grid h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .skill-grid p {
    font-size: 14px;
    line-height: 22px;
  }

  .resume-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .resume-card {
    min-height: 0;
    padding: 24px 20px;
    border-radius: 24px;
  }

  .resume-card__top {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 16px;
    margin-bottom: 24px;
  }

  .resume-card__top span {
    grid-column: 1 / -1;
    grid-row: 1;
    align-self: flex-start;
    max-width: max-content;
    inline-size: max-content;
    width: fit-content;
  }

  .resume-card__top img {
    grid-column: 1;
    grid-row: 2;
    width: 64px;
    height: 64px;
  }

  .resume-card__top div {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
  }

  .resume-card__top h3 {
    margin-bottom: 4px;
    text-transform: none;
    font-size: 20px;
    line-height: 28px;
  }

  .resume-card__top p,
  .resume-card li,
  .tech-stack span {
    font-size: 14px;
    line-height: 22px;
  }

  .resume-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
  }

  .resume-card h4 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .resume-card__body > div + div h4 {
    display: none;
  }

  .resume-card ul {
    gap: 8px;
  }

  .resume-card li {
    display: flex;
    gap: 8px;
  }

  .resume-card li::before {
    flex: 0 0 auto;
    margin-right: 0;
  }

  .tech-stack span {
    min-height: 34px;
    margin-right: 8px;
    padding: 8px 12px;
  }

  .tech-stack img {
    width: 16px;
    height: 16px;
  }

  .course-stats {
    height: 192px;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--gray-500);
  }

  .course-stats div {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 4px 0;
    border-left: 0;
  }

  .course-stats div:nth-child(1) {
    min-height: 64px;
  }

  .course-stats div:nth-child(2) {
    min-height: 36px;
  }

  .course-stats div:nth-child(3) {
    min-height: 52px;
  }

  .course-stats strong {
    width: 82px;
    flex: 0 0 82px;
    font-size: 20px;
    line-height: 28px;
  }

  .course-stats span {
    font-size: 14px;
    line-height: 22px;
  }

  .career-section {
    height: 466px;
    padding: 48px 0 72px;
  }

  .career-section .course-carousel,
  .projects-section .course-carousel {
    display: flex;
    flex-direction: column;
  }

  .career-section .course-section-head,
  .projects-section .course-section-head {
    display: contents;
  }

  .career-section .course-section-head > div:first-child,
  .projects-section .course-section-head > div:first-child {
    order: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
  }

  .career-row,
  .project-row {
    order: 1;
    gap: 14px;
  }

  .career-row article {
    width: 272px;
    min-height: 176px;
    padding: 20px;
    border-radius: 24px;
  }

  .career-row b {
    font-size: 14px;
    line-height: 22px;
  }

  .career-row small {
    font-size: 16px;
    line-height: 24px;
  }

  .career-row em {
    width: 28px;
    height: 12px;
    margin: 4px 0 8px;
    font-size: 14px;
    line-height: 12px;
  }

  .career-row p {
    font-size: 14px;
    line-height: 22px;
  }

  .career-company-logo {
    width: 37px;
    height: 12px;
    flex-basis: 37px;
  }

  .career-company-logo img {
    top: -3.6px;
    width: 90px;
    height: 17.4px;
  }

  .course-arrows {
    order: 2;
    align-self: flex-end;
    gap: 16px;
    margin-top: 24px;
  }

  .course-arrows button {
    width: 60px;
    height: 46px;
    padding: 12px 20px;
  }

  .course-arrows button:first-child img {
    width: 13.333px;
    height: 10px;
    filter: none;
  }

  .course-arrows button:last-child img {
    width: 16.667px;
    height: 11.667px;
    filter: none;
  }

  .pricing-section {
    min-height: 0;
    padding: 48px 0;
    overflow: visible;
  }

  .pricing-section::before,
  .speaker-course::before,
  .course-values::before {
    top: -48px;
    height: 48px;
    width: 402px;
    min-width: 100vw;
  }

  .pricing-column-highlight {
    display: none;
  }

  .pricing-plans {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin: 0 0 24px;
  }

  .pricing-plans article {
    min-height: 0;
    padding: 20px;
    border: 1px solid var(--gray-500);
    border-radius: 16px;
    background: var(--gray-600);
  }

  .pricing-plans .is-featured {
    border: 1px solid var(--red);
    background: var(--black);
    box-shadow: 0 0 32px 4px rgba(194, 0, 0, .56);
  }

  .pricing-plans p {
    min-height: 0;
    margin-bottom: 12px;
  }

  .pricing-plans div {
    margin-bottom: 4px;
    padding: 12px 16px;
    background: var(--black);
  }

  .pricing-plans .btn {
    min-height: 46px;
    margin-top: 12px;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 22px;
  }

  .pricing-mobile-switcher {
    display: flex;
    width: 100%;
    align-items: stretch;
    margin-top: 24px;
  }

  .pricing-mobile-switcher__arrows {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    padding: 16px 12px 16px 0;
    overflow: hidden;
  }

  .pricing-mobile-switcher__arrows button {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--white);
    border-radius: 999px;
    background: rgba(244, 246, 248, 0.04);
  }

  .pricing-mobile-switcher__arrows button:first-child img {
    width: 10.667px;
    height: 8px;
  }

  .pricing-mobile-switcher__arrows button:last-child img {
    width: 13.333px;
    height: 9.333px;
  }

  .pricing-mobile-switcher__card {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 12px;
    border-radius: 16px;
    background: var(--black);
    color: var(--white);
    transition: opacity .22s ease, transform .22s ease;
  }

  .pricing-mobile-switcher__card.is-changing {
    opacity: .35;
    transform: translateX(8px);
  }

  .pricing-mobile-switcher__card h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
  }

  .pricing-mobile-switcher__card p {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .pricing-mobile-switcher__card .btn {
    min-height: 38px;
    margin-top: 0;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .pricing-table {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }

  .pricing-table__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .pricing-table__row summary {
    display: contents;
  }

  .pricing-table__label {
    grid-column: 1;
    min-height: 44px;
    padding: 8px 12px 8px 0;
    border-right: 1px solid var(--gray-500);
    font-size: 12px;
    line-height: 18px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .pricing-table__label::after {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .pricing-table__cell {
    display: none;
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 44px;
    padding: 12px;
  }

  .pricing-section[data-pricing-plan="0"] .pricing-table__cell:nth-of-type(2),
  .pricing-section[data-pricing-plan="1"] .pricing-table__cell:nth-of-type(3),
  .pricing-section[data-pricing-plan="2"] .pricing-table__cell:nth-of-type(4) {
    display: grid;
  }

  .pricing-table__row ol {
    grid-column: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px 0 26px;
    border-right: 1px solid var(--gray-500);
    font-size: 12px;
    line-height: 18px;
    overflow-wrap: anywhere;
  }

  .pricing-table__row li {
    display: list-item;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    color: var(--white);
  }

  .pricing-table h3 {
    margin: 24px 0 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .pricing-table__bonus {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 44px;
  }

  .pricing-table__bonus p {
    padding: 12px 12px 12px 0;
    border-right: 1px solid var(--gray-500);
    font-size: 12px;
    line-height: 18px;
    overflow-wrap: anywhere;
  }

  .pricing-table__bonus span {
    display: none;
    min-height: 44px;
  }

  .pricing-section[data-pricing-plan="0"] .pricing-table__bonus span:nth-of-type(1),
  .pricing-section[data-pricing-plan="1"] .pricing-table__bonus span:nth-of-type(2),
  .pricing-section[data-pricing-plan="2"] .pricing-table__bonus span:nth-of-type(3) {
    display: grid;
    grid-column: 2;
  }

  .pricing-table__row span img {
    width: 20px;
    height: 20px;
  }

  .program-section {
    padding: 48px 0;
  }

  .program-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .modules-list {
    gap: 8px;
  }

  .modules-list details {
    border-radius: 16px;
  }

  .modules-list summary {
    min-height: 60px;
    gap: 8px;
    padding: 16px 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .modules-list summary span,
  .modules-list summary b {
    flex: 0 0 auto;
    padding: 5px 13px;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
  }

  .modules-list ol {
    padding-left: 44px;
    font-size: 14px;
    line-height: 22px;
  }

  .program-layout aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .program-metric {
    height: 140px;
    padding: 20px 16px;
    background: #0a0c10;
    border-color: #16191d;
  }

  .program-metric::before {
    left: 7.6405px;
    top: 1px;
    width: 30.5612px;
    height: 1px;
    background: #c20000;
  }

  .program-metric::after {
    bottom: -107px;
    width: 177px;
    height: 177px;
    background: #c20000;
    opacity: .35;
    filter: blur(80px);
  }

  .program-metric:nth-of-type(2)::after {
    bottom: -103px;
  }

  .program-metric strong {
    font-size: 24px;
    line-height: 32px;
  }

  .program-metric span {
    font-size: 14px;
    line-height: 22px;
  }

  .program-layout aside .btn {
    min-height: 46px;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 22px;
  }

  .course-community {
    margin-top: 0;
    padding: 72px 0;
    background: var(--white);
    color: var(--black);
  }

  .course-community::before {
    top: 0;
    height: 48px;
    background-image: url("./assets/transition-community-figma.svg");
    background-size: 100% 48px;
    transform: none;
  }

  .course-community .two-col {
    gap: 24px;
    align-items: start;
  }

  .course-community .section-title {
    margin-bottom: 0;
  }

  .checks {
    gap: 8px;
    font-size: 14px;
    line-height: 22px;
  }

  .community-pill {
    width: 100%;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
    border-radius: 24px;
  }

  .community-pill span {
    margin-left: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .speaker-course {
    min-height: 0;
    padding: 48px 0;
  }

  .speaker-course__head {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }

  .speaker-course .section-title {
    width: 100%;
  }

  .speaker-course__body {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .speaker-photo,
  .speaker-photo img {
    width: 100%;
    height: auto;
    aspect-ratio: 376 / 384;
    border-radius: 16px;
  }

  .speaker-photo span {
    left: 75px;
    bottom: -20px;
    min-height: 40px;
    font-size: 14px;
    line-height: 22px;
  }

  .speaker-course aside {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .speaker-course aside h3 {
    order: 1;
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
  }

  .speaker-course aside em {
    order: 2;
    width: fit-content;
    margin-bottom: 16px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 18px;
  }

  .speaker-course aside h4,
  .speaker-course aside p {
    order: 3;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .speaker-course aside p {
    margin-bottom: 16px;
  }

  .speaker-course .socials {
    order: 4;
    align-self: flex-end;
    gap: 20px;
  }

  .projects-section {
    padding: 48px 0 72px;
  }

  .projects-section::after {
    bottom: -48px;
    width: 402px;
    min-width: 100vw;
    height: 48px;
  }

  .project-row {
    height: 400px;
  }

  .project-row article {
    width: 272px;
    height: 400px;
  }

  .project-row div {
    min-height: 120px;
    padding: 16px;
  }

  .projects-section .course-arrows {
    margin-top: 32px;
  }

  .course-media {
    height: 648px;
    padding: 0;
  }

  .course-media::before,
  .course-media::after {
    height: 48px;
  }

  .course-media::before {
    display: none;
  }

  .course-media::after {
    display: none;
  }

  .course-media > .shell {
    height: 648px;
    padding: 72px 0;
  }

  .course-media .media-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .course-media .media-head p {
    width: 100%;
  }

  .media-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: auto;
  }

  .media-grid aside {
    display: contents;
  }

  .filters {
    width: 100%;
    gap: 12px;
  }

  .filters button {
    height: 46px;
    padding: 12px 24px;
  }

  .course-media .media-viewport {
    width: 100%;
    overflow: visible;
    clip-path: inset(0 -100vw 0 0);
  }

  .media-row {
    gap: 8px;
    overflow: visible;
  }

  .media-row article,
  .media-row a {
    flex-basis: 181px;
    height: 280px;
  }

  .media-row div {
    padding: 64px 12px 12px;
  }

  .media-row b {
    font-size: 14px;
    line-height: 22px;
  }

  .media-row span {
    font-size: 12px;
    line-height: 16px;
  }

  .media-mobile-actions {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 0;
  }

  .media-mobile-actions .outline-dark {
    width: 175px;
    min-height: 46px;
    padding: 12px 24px;
    border-color: var(--black);
    border-radius: 32px;
    background: rgba(244, 246, 248, 0.04);
    color: var(--black);
    font-size: 14px;
    line-height: 22px;
  }

  .media-arrows {
    align-self: flex-end;
    gap: 16px;
  }

  .media-mobile-actions .media-arrows {
    flex: 0 0 136px;
    align-self: auto;
  }

  .course-values {
    min-height: 0;
    padding: 56px 0;
    overflow: visible;
  }

  .course-values::before {
    display: block;
    top: -48px;
    height: 48px;
    width: 402px;
    min-width: 100vw;
    background-image: url("./assets/transition-media-values-figma.svg");
    background-size: 100% 48px;
    transform: translateX(-50%);
    transform-origin: center;
  }

  .course-values .values-grid {
    gap: 32px;
  }

  .course-values .values-grid > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    padding-right: 0;
  }

  .course-values .values-grid > div:first-child > p {
    margin: 0 0 12px;
  }

  .course-values .values-grid > div:first-child > h2 {
    margin: 0 0 16px;
  }

  .values-grid h4 {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .value-list article {
    padding: 24px 8px;
  }

  .value-list h3 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .value-list p {
    font-size: 16px;
    line-height: 24px;
  }

  .course-platform {
    padding: 72px 0 48px;
  }

  .platform-grid {
    gap: 32px;
  }

  .platform-grid h2 {
    margin-bottom: 16px;
  }

  .platform-grid h2 br {
    display: none;
  }

  .platform-grid .checks {
    margin-bottom: 16px;
  }

  .platform-ui {
    width: 370px;
    height: 272px;
    object-fit: contain;
  }

  .course-page .faq {
    height: 614px;
    min-height: 614px;
    padding: 48px 0 72px;
  }

  .course-page .faq-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: auto;
  }

  .course-page .faq .section-title {
    width: 100%;
    margin: 0;
  }

  .course-page .faq-list {
    width: 100%;
    height: auto;
    gap: 8px;
  }

  .course-page .faq-list details {
    min-height: 0;
    padding: 16px 20px;
    border-radius: 32px;
  }

  .course-page .faq-list summary {
    font-size: 14px;
    line-height: 22px;
  }

  .course-page .faq-list summary::after {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .course-page .faq-list details p {
    font-size: 14px;
    line-height: 22px;
  }

  .course-page .contact {
    min-height: 1022px;
    padding: 48px 0;
  }

  .course-page .contact-grid {
    gap: 32px;
  }

  .contact .section-title h4 {
    font-size: 14px;
    line-height: 22px;
  }

  .contact form {
    gap: 24px;
    padding: 24px;
    border-radius: 24px;
  }

  .contact label,
  .contact input {
    font-size: 16px;
    line-height: 24px;
  }

  .messengers p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact form small,
  .contact form a {
    font-size: 14px;
    line-height: 22px;
  }

  .privacy span {
    white-space: normal;
  }

  .contact-reminder {
    gap: 24px;
  }

  .contact-reminder h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .contact-reminder p {
    font-size: 14px;
    line-height: 22px;
  }

  .footer {
    padding: 72px 0 48px;
  }

  .footer .shell {
    gap: 24px;
  }

  .footer-top {
    gap: 20px;
    padding-top: 24px;
  }

  .footer-brand {
    gap: 12px;
  }

  .footer-brand img {
    width: 201px;
    height: 32px;
    margin: 0;
    object-fit: contain;
  }

  .footer-nav {
    gap: 16px;
  }

  .footer-nav div {
    gap: 8px;
  }

  .footer-nav p,
  .footer-nav a,
  .footer-contacts {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-contacts {
    gap: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer-bottom .socials {
    gap: 16px;
  }

  .footer-bottom .socials img {
    width: 40px;
    height: 40px;
  }
}
