@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@500;700;800&display=swap");

:root {
  --bg: #f4f6fb;
  --surface: #ffffff;
  --ink: #0e0e16;
  --muted: #6b7185;
  --line: #d6dbeb;
  --violet: #6a40f6;
  --violet-2: #6847ff;
  --violet-soft: #eae6ff;
  --teal: #17bdb2;
  --amber: #ffb22e;
  --rose: #ea5d75;
  --dark: #110e17;
  --shadow: 0 20px 50px rgba(36, 35, 53, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  background: #ededed;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button,
.button,
input {
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    background-color 160ms ease,
    opacity 160ms ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(106, 64, 246, 0.26);
  outline-offset: 3px;
}

button,
input {
  font: inherit;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: relative;
  z-index: 20;
  height: 78px;
  background: var(--surface);
}

.site-header__inner,
.site-footer__inner {
  width: min(1280px, calc(100vw - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.brand {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 20px;
  font-weight: 800;
  flex: 0 0 220px;
  line-height: 24px;
}

.brand--small {
  font-size: 18px;
}

.main-nav {
  display: flex;
  gap: 34px;
  margin-left: auto;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

.header-auth-link.is-active {
  color: var(--violet);
}

.site-header--landing .main-nav {
  margin-left: 230px;
  margin-right: 160px;
}

.site-header--login .main-nav {
  margin-right: 74px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 30px;
}

.header-auth-link {
  min-width: 104px;
  height: 42px;
  padding: 0 18px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--violet);
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.header-auth-link.is-active {
  border-color: #e9d9ff;
  background: #e9d9ff;
}

.header-auth-link--active {
  border-color: #e9d9ff;
  background: #e9d9ff;
}

.header-cabinet {
  width: 150px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--violet);
  font-size: 15px;
  font-weight: 700;
}

.header-cabinet--compact {
  width: 130px;
}

.menu-button {
  display: none;
  width: 44px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--violet);
  background: #fff;
  font-size: 19px;
  font-weight: 700;
}

.mobile-nav {
  display: none;
}

.button {
  min-width: 0;
  height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}

.button--primary {
  color: #fff;
  background: var(--violet-2);
}

.button--light {
  color: var(--violet-2);
  background: #fff;
  border-color: #e5e8f0;
}

@media (hover: hover) {
  .button:hover,
  .header-cabinet:hover,
  .header-auth-link:hover,
  .course-card__bottom b:hover,
  .landing-course-row:hover {
    box-shadow: 0 14px 34px rgba(46, 39, 84, 0.12);
  }

  .main-nav a:hover,
  .footer-nav a:hover {
    color: var(--violet);
  }

  .course-card:hover {
    border-color: #c7bcff;
    box-shadow: 0 18px 42px rgba(36, 35, 53, 0.09);
  }
}

.action-row {
  display: flex;
  gap: 20px;
  align-items: center;
}

.preview-hero__copy,
.program-list,
.learning-flow,
.section-copy,
.register-copy,
.register-form {
  min-width: 0;
}

.eyebrow-pill {
  width: fit-content;
  min-height: 34px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  color: var(--violet-2);
  background: #eee9ff;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
}

.plain-eyebrow {
  display: block;
  color: var(--violet);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.landing-page,
.courses-page,
.course-preview-page,
.register-page {
  width: min(1280px, calc(100vw - 48px));
  margin: 0 auto;
}

.landing-hero {
  min-height: 845px;
  position: relative;
}

.landing-hero__image {
  position: absolute;
  top: 14px;
  right: 0;
  width: 890px;
  height: 650px;
  border: 1px solid rgba(214, 204, 255, 0.35);
  border-radius: 8px;
  object-fit: cover;
}

.landing-hero__content {
  position: relative;
  z-index: 2;
  width: 620px;
  padding-top: 64px;
}

.landing-hero h1 {
  margin: 29px 0 19px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.landing-hero p {
  width: 540px;
  margin: 0 0 14px 4px;
  color: var(--muted);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
}

.hero-metrics {
  display: flex;
  gap: 24px;
  margin-top: 38px;
}

.hero-metrics div {
  width: 118px;
  height: 78px;
  display: flex;
  align-items: center;
  gap: 0;
  padding-left: 18px;
  border: 1px solid #e5e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-metrics b {
  color: var(--violet-2);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.hero-metrics span {
  margin-left: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.teal,
.hero-metrics .teal {
  color: var(--teal);
}

.amber,
.hero-metrics .amber {
  color: var(--amber);
}

.rose,
.hero-metrics .rose {
  color: var(--rose);
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 640px;
  gap: 80px;
  align-items: center;
  margin-top: 0;
}

.split-section--courses {
  grid-template-columns: 1fr 430px;
  align-items: start;
  margin-top: 120px;
}

.section-copy h2,
.flow-section h2,
.final-cta h2 {
  margin: 0;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.section-copy h2 {
  font-size: 52px;
  line-height: 58px;
}

.split-section--courses .section-copy h2 {
  font-size: 46px;
  line-height: 54px;
}

.section-copy p {
  width: min(560px, 100%);
  margin: 54px 0 0 4px;
  color: var(--muted);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
}

.split-section--courses .section-copy p {
  margin-top: 25px;
  font-size: 19px;
  line-height: 29px;
}

.zones-panel,
.audience-panel {
  border-radius: 8px;
  background: #14111d;
}

.zones-panel {
  width: 640px;
  height: 430px;
  padding: 54px 52px;
}

.zones-panel a,
.audience-panel div {
  position: relative;
  display: block;
  min-height: 82px;
  padding: 20px 24px 20px 80px;
  border: 1px solid #3a334e;
  border-radius: 8px;
  background: #1b1826;
}

.zones-panel a + a {
  margin-top: 30px;
}

.zone-dot {
  position: absolute;
  top: 21px;
  left: 24px;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--violet-2);
}

.zone-dot.teal {
  background: var(--teal);
}

.zone-dot.amber {
  background: var(--amber);
}

.zones-panel strong,
.audience-panel strong {
  display: block;
  color: #fff;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
}

.zones-panel small,
.audience-panel small {
  display: block;
  margin-top: 3px;
  color: #c9c5d8;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.landing-course-list {
  margin-top: 52px;
}

.landing-course-row {
  width: 600px;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(25, 25, 40, 0.04);
}

.landing-course-row + .landing-course-row {
  margin-top: 22px;
}

.landing-course-row__mark {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: #eae6ff;
}

.mark-2 {
  background: #e3fff5;
}

.mark-3 {
  background: #fff2cc;
}

.landing-course-row strong {
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.landing-course-row small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

.landing-square-image {
  width: 430px;
  height: 430px;
  border: 1px solid rgba(214, 204, 255, 0.35);
  border-radius: 8px;
  object-fit: cover;
}

.admin-showcase {
  min-height: 580px;
  margin-top: 120px;
  display: grid;
  grid-template-columns: 460px 740px;
  gap: 80px;
  align-items: center;
}

.admin-showcase__copy {
  padding-left: 54px;
}

.admin-showcase__copy > span {
  color: var(--violet-2);
  font-size: 14px;
  font-weight: 700;
}

.admin-showcase h2 {
  margin: 22px 0 24px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 50px;
}

.admin-showcase p {
  margin: 0 0 30px 4px;
  color: var(--muted);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.admin-showcase img {
  width: 740px;
  height: 580px;
  border-radius: 8px;
  object-fit: cover;
}

.status-pills {
  display: flex;
  gap: 22px;
  margin-bottom: 46px;
}

.status-pills b {
  width: 116px;
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--violet-2);
  background: #eee9ff;
  font-size: 13px;
}

.status-pills .ok {
  color: var(--teal);
  background: #e3fff5;
}

.status-pills .bad {
  color: var(--rose);
  background: #ffe8ee;
}

.flow-section {
  margin-top: 190px;
}

.flow-section h2 {
  font-size: 48px;
  line-height: 56px;
}

.flow-section > p {
  margin: 18px 0 36px 4px;
  color: var(--muted);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(6, 164px);
  gap: 42px;
}

.flow-steps a {
  height: 94px;
  display: block;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.flow-steps .is-current {
  color: #fff;
  background: var(--violet-2);
}

.flow-steps b {
  display: block;
  color: var(--violet-2);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.flow-steps .is-current b {
  color: #fff;
}

.flow-steps span {
  display: block;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.final-cta {
  min-height: 210px;
  margin-top: 150px;
  margin-bottom: 58px;
  padding: 40px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: #14111d;
}

.final-cta h2 {
  max-width: 800px;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
}

.final-cta p {
  max-width: 720px;
  margin: 10px 0 0;
  color: #cdc8dd;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.site-footer {
  height: 102px;
  background: #fff;
}

.site-footer__inner {
  justify-content: space-between;
}

.footer-nav {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.courses-page {
  min-height: 1666px;
}

.courses-hero {
  min-height: 392px;
  display: grid;
  grid-template-columns: 1fr 600px;
  gap: 80px;
  align-items: start;
  padding-top: 54px;
}

.courses-hero h1 {
  margin: 22px 0 18px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 76px;
  font-weight: 800;
  line-height: 84px;
}

.courses-hero p {
  max-width: 610px;
  margin: 0 0 0 4px;
  color: var(--muted);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
}

.courses-hero__visual {
  position: relative;
  width: 600px;
  height: 300px;
  margin-top: 34px;
}

.courses-hero__visual img {
  width: 600px;
  height: 300px;
  border: 1px solid #d6ccff;
  border-radius: 14px;
  object-fit: cover;
}

.courses-hero__visual div {
  position: absolute;
  right: 60px;
  bottom: 32px;
  width: 360px;
  min-height: 126px;
  padding: 28px 30px;
  border-radius: 12px;
  color: #fff;
  background: var(--dark);
}

.courses-hero__visual strong,
.courses-hero__visual span {
  display: block;
}

.courses-hero__visual strong {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.courses-hero__visual span {
  margin-top: 8px;
  color: #c7c2d6;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.filters-bar {
  display: grid;
  grid-template-columns: 620px 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 0;
}

.search-box {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.search-box span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--violet-soft);
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 15px;
  line-height: 20px;
}

.filter-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.filter-buttons button,
.pagination button,
.empty-state button {
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--muted);
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.filter-buttons button.is-active,
.pagination button.is-active {
  color: #fff;
  background: var(--violet);
  border-color: var(--violet);
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 52px;
}

.course-card {
  min-height: 390px;
  padding: 16px 16px 34px;
  display: block;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.course-card__cover {
  position: relative;
  height: 168px;
  overflow: hidden;
  border: 1px solid #d6ccff;
  border-radius: 10px;
}

.course-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-card__no-cover,
.preview-no-cover {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: #f1f3f8;
  font-size: 14px;
  font-weight: 700;
}

.preview-no-cover {
  width: 540px;
  max-width: 100%;
  height: 436px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.enrolled-chip {
  position: absolute;
  top: 14px;
  left: 12px;
  min-height: 30px;
  padding: 7px 16px;
  border-radius: 15px;
  color: var(--teal);
  background: #e3fff5;
  font-size: 12px;
  font-weight: 700;
}

.course-card h3 {
  margin: 22px 8px 10px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.course-card p {
  min-height: 69px;
  margin: 0 8px;
  color: var(--muted);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.course-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 24px 8px 0;
}

.course-card__bottom span {
  min-width: 120px;
  min-height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  color: var(--violet);
  background: var(--violet-soft);
  font-size: 13px;
  font-weight: 700;
}

.course-card__bottom b {
  min-width: 138px;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--violet);
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}

.courses-bottom {
  display: grid;
  grid-template-columns: 1fr 600px;
  gap: 70px;
  align-items: start;
  margin-top: 70px;
}

.courses-bottom--empty {
  grid-template-columns: minmax(0, 600px);
}

.courses-bottom--summary {
  align-items: center;
}

.pagination {
  display: flex;
  gap: 12px;
}

.pagination button {
  min-width: 38px;
  min-height: 42px;
  border-radius: 8px;
}

.pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.46;
}

.result-note {
  min-height: 236px;
  padding: 38px 40px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.result-note strong,
.result-note span {
  display: block;
}

.result-note strong {
  color: var(--ink);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 32px;
}

.result-note span {
  max-width: 430px;
  margin-top: 34px;
  color: var(--muted);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.result-note button {
  min-width: 170px;
  min-height: 44px;
  margin-top: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--violet);
  background: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.empty-state {
  min-height: 236px;
  padding: 38px 40px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.empty-state:not(.is-visible):not(.empty-state--full) {
  display: none;
}

.empty-state h2 {
  margin: 0 0 26px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 32px;
}

.empty-state p {
  max-width: 430px;
  margin: 0 0 28px;
  color: var(--muted);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.empty-state button {
  min-width: 170px;
  min-height: 44px;
  border-radius: 8px;
  color: var(--violet);
  font-size: 15px;
}

.empty-state a.button {
  margin-top: 10px;
}

.empty-state--full {
  min-height: 260px;
  margin-top: 24px;
}

.api-empty {
  width: 600px;
  max-width: 100%;
  min-height: 70px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 48px;
  color: var(--violet);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.breadcrumb a {
  color: var(--violet);
}

.breadcrumb span:last-child {
  color: #6e7894;
}

.preview-hero {
  min-height: 500px;
  margin-top: 24px;
  padding: 32px 40px;
  display: grid;
  grid-template-columns: 1fr 540px;
  gap: 80px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.preview-hero img {
  width: 540px;
  height: 436px;
  border-radius: 10px;
  object-fit: cover;
}

.chip-row {
  display: flex;
  gap: 14px;
}

.chip-row span {
  min-height: 34px;
  padding: 8px 16px;
  border-radius: 17px;
  color: #6638e8;
  background: #eee9ff;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.chip-row .teal {
  color: #009e8c;
  background: #d9fff4;
}

.preview-hero h1 {
  margin: 22px 0 18px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 66px;
  font-weight: 800;
  line-height: 74px;
}

.preview-hero p {
  max-width: 560px;
  margin: 0 0 58px 4px;
  color: #6e738c;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.meta-strip {
  width: 550px;
  max-width: 100%;
  min-height: 66px;
  margin-top: 38px;
  padding: 22px 26px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  border-radius: 8px;
  background: #f1f3f8;
  color: var(--muted);
  font-size: 13px;
}

.preview-info {
  display: grid;
  grid-template-columns: 1fr 540px;
  gap: 80px;
  margin-top: 80px;
}

.preview-info .section-copy h2,
.program-list h2 {
  font-size: 42px;
  line-height: 50px;
}

.preview-info .section-copy p {
  width: 660px;
  margin-top: 16px;
  font-size: 18px;
  line-height: 30px;
}

.audience-panel {
  min-height: 270px;
  padding: 40px;
}

.audience-panel div + div {
  margin-top: 18px;
}

.program-section {
  display: grid;
  grid-template-columns: 600px 600px;
  gap: 80px;
  align-items: start;
  margin-top: 90px;
  margin-bottom: 144px;
}

.program-list h2,
.learning-flow h2 {
  margin: 0 0 16px;
  font-family: "Manrope", "Inter", sans-serif;
  font-weight: 800;
}

.program-list > p {
  margin: 0 0 30px 4px;
  color: #6e738c;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.task-row {
  min-height: 92px;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 0 30px 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.task-row + .task-row {
  margin-top: 18px;
}

.task-row > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--violet);
  background: #eee9ff;
  font-weight: 700;
}

.task-row strong,
.task-row small {
  display: block;
}

.task-row strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.task-row small,
.task-row em {
  color: #6e738c;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.learning-flow {
  min-height: 594px;
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.learning-flow h2 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 36px;
}

.learning-flow article {
  min-height: 152px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.learning-flow article + article {
  margin-top: 20px;
}

.learning-flow strong {
  font-size: 18px;
  line-height: 24px;
}

.learning-flow p {
  margin: 8px 0 16px;
  color: #6e738c;
  font-size: 14px;
  line-height: 20px;
}

.learning-flow span {
  min-width: 132px;
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: var(--violet);
  font-size: 13px;
  font-weight: 700;
}

.learning-flow span.green {
  background: #14b884;
}

.register-page {
  min-height: 990px;
}

.register-shell {
  min-height: 760px;
  margin-top: 24px;
  padding: 46px 40px 34px;
  display: grid;
  grid-template-columns: 540px 560px;
  gap: 60px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.login-page .register-shell {
  min-height: 700px;
  align-items: start;
}

.login-shell {
  border-radius: 24px;
}

.register-copy h1 {
  margin: 22px 0 16px;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.register-copy p {
  margin: 0;
  color: #6e738c;
  font-size: 20px;
  line-height: 30px;
}

.register-visual {
  position: relative;
  width: 500px;
  height: 300px;
  margin-top: 42px;
}

.register-visual img {
  width: 500px;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}

.register-visual div {
  position: absolute;
  left: 24px;
  bottom: 50px;
  width: 290px;
  min-height: 112px;
  padding: 24px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
}

.register-visual strong,
.register-visual span {
  display: block;
}

.register-visual strong {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.register-visual span {
  margin-top: 8px;
  color: #6e738c;
  font-size: 13px;
  line-height: 18px;
}

.login-visual {
  position: relative;
  width: 500px;
  height: 262px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 18px;
}

.login-visual img {
  width: 500px;
  height: 262px;
  object-fit: cover;
}

.login-visual div {
  position: absolute;
  left: 24px;
  bottom: 28px;
  width: 320px;
  min-height: 92px;
  padding: 18px 22px;
  border-radius: 16px;
  background: #fff;
}

.login-visual strong,
.login-visual span {
  display: block;
}

.login-visual strong {
  color: #171923;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

.login-visual span {
  margin-top: 8px;
  color: #6e7894;
  font-size: 13px;
  line-height: 18px;
}

.register-form {
  min-height: 680px;
  padding: 38px 40px 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.login-form {
  min-height: 588px;
}

.register-form h2 {
  margin: 0;
  font-size: 34px;
  line-height: 42px;
}

.register-form p {
  margin: 6px 0 28px;
  color: #6e738c;
  font-size: 15px;
  line-height: 22px;
}

.register-form label {
  display: block;
  margin-top: 22px;
  color: #171721;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.register-form input {
  width: 100%;
  height: 54px;
  margin-top: 10px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: 0;
  color: #171721;
  background: #f9fbff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.register-form small {
  display: block;
  margin-top: 8px;
  color: #6e738c;
  font-size: 12px;
  line-height: 16px;
}

.register-form .form-error {
  color: #e11d48;
  font-weight: 700;
}

.login-form.has-error input[name="password"] {
  border-color: #e11d48;
}

.register-form button {
  width: 100%;
  margin-top: 18px;
  border: 0;
  cursor: pointer;
}

.register-form > a {
  display: block;
  margin-top: 18px;
  color: #6638e8;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.register-form output {
  display: block;
  min-height: 20px;
  margin-top: 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.login-state-note {
  min-height: 50px;
  padding: 14px 20px;
  border-radius: 12px;
  color: #079669;
  background: #bdf7ea;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.register-form output.is-error {
  color: #d53b60;
  background: #fff1f4;
}

.register-form output.is-success {
  color: #08a884;
}

.login-trust-strip {
  min-height: 92px;
  margin-top: 38px;
  margin-bottom: 0;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.login-trust-strip span {
  min-height: 30px;
  padding: 7px 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
}

.login-trust-strip .green {
  color: #079669;
  background: #bdf7ea;
}

.login-trust-strip .purple {
  color: var(--violet);
  background: #e9d9ff;
}

.login-trust-strip .amber {
  color: #d97706;
  background: #ffe7b7;
}

.login-page .register-copy h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 58px;
}

.login-page .register-copy p {
  font-size: 18px;
  line-height: 28px;
}

.trust-strip {
  min-height: 92px;
  margin-top: 48px;
  margin-bottom: 0;
  padding: 28px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px;
  border-radius: 12px;
  background: #fff;
}

.trust-strip div {
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 16px;
}

.trust-strip b {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #6638e8;
  background: #eee9ff;
  font-size: 14px;
}

.trust-strip b.green {
  color: #08b89c;
  background: #d9fff4;
}

.trust-strip strong {
  font-size: 16px;
  line-height: 22px;
}

.trust-strip span {
  color: #6e738c;
  font-size: 13px;
  line-height: 18px;
}

.footer-link-button {
  padding: 0;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.course-start-status {
  display: block;
  min-height: 22px;
  margin-top: 16px;
  color: #079669;
  font-size: 14px;
  font-weight: 700;
}

.course-start-status.is-error {
  color: #d53b60;
}

.internal-page {
  width: min(1280px, calc(100vw - 48px));
  min-height: 820px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.auth-required {
  min-height: 390px;
  margin-top: 40px;
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.auth-required h1 {
  max-width: 720px;
  margin: 18px 0 16px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 62px;
}

.auth-required p {
  max-width: 620px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 18px;
  line-height: 29px;
}

.internal-hero,
.learn-hero {
  margin-top: 24px;
  padding: 42px 48px;
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 64px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.internal-hero h1,
.learn-hero h1 {
  margin: 18px 0 18px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 64px;
}

.internal-hero p,
.learn-hero p {
  max-width: 620px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 29px;
}

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

.internal-stat {
  min-height: 130px;
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f9fbff;
}

.internal-stat b,
.internal-stat span {
  display: block;
}

.internal-stat b {
  color: var(--violet);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
}

.internal-stat span {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.internal-stat--ok b {
  color: var(--teal);
}

.internal-stat--warn b {
  color: var(--amber);
}

.internal-stat--bad b {
  color: var(--rose);
}

.internal-grid {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 34px;
  margin-top: 38px;
}

.internal-column {
  min-width: 0;
}

.internal-section-head {
  min-height: 46px;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.internal-section-head h2 {
  margin: 0;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 38px;
}

.internal-section-head a {
  color: var(--violet);
  font-size: 14px;
  font-weight: 800;
}

.my-course-list,
.lesson-list,
.submission-list {
  display: grid;
  gap: 18px;
}

.my-course-card {
  min-height: 245px;
  padding: 16px;
  display: grid;
  grid-template-columns: 278px 1fr;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.my-course-card__cover {
  min-width: 0;
  height: 212px;
  overflow: hidden;
  border: 1px solid #d6ccff;
  border-radius: 10px;
  background: #f1f3f8;
}

.my-course-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-course-card__body {
  min-width: 0;
  padding: 8px 8px 8px 0;
}

.my-course-card__top,
.my-course-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.my-course-card__top small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.my-course-card h3 {
  margin: 22px 0 10px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 34px;
}

.my-course-card p {
  min-height: 48px;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 24px;
}

.my-course-card__bottom {
  margin-top: 18px;
}

.my-course-card__bottom strong {
  color: var(--violet);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.progress-line {
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf0f7;
}

.progress-line span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--violet);
}

.status-pill {
  width: fit-content;
  min-height: 30px;
  padding: 7px 14px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--muted);
  background: #f0f2f8;
  font-size: 12px;
  font-weight: 800;
  font-style: normal;
  line-height: 16px;
}

.status-pill--ok {
  color: #079669;
  background: #d9fff4;
}

.status-pill--warn {
  color: #9a6500;
  background: #fff0cb;
}

.status-pill--bad {
  color: #d53b60;
  background: #fff1f4;
}

.submission-row {
  min-height: 112px;
  padding: 20px;
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.submission-row strong,
.submission-row small {
  display: block;
}

.submission-row strong {
  font-size: 16px;
  line-height: 22px;
}

.submission-row small,
.side-empty {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 20px;
}

.side-empty {
  min-height: 124px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  font-weight: 700;
}

.learn-progress {
  min-height: 212px;
  padding: 34px;
  border-radius: 12px;
  color: #fff;
  background: #14111d;
}

.learn-progress b,
.learn-progress span {
  display: block;
}

.learn-progress b {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 76px;
}

.learn-progress span {
  margin: 10px 0 32px;
  color: #cbc7db;
  font-size: 15px;
  font-weight: 700;
}

.learn-progress .progress-line {
  background: #2a2438;
}

.learn-progress .progress-line span {
  background: var(--teal);
}

.lesson-section {
  margin-top: 38px;
}

.lesson-row {
  min-height: 106px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 20px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.lesson-row > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--violet);
  background: var(--violet-soft);
  font-weight: 800;
}

.lesson-row strong,
.lesson-row small {
  display: block;
}

.lesson-row strong {
  font-size: 18px;
  line-height: 24px;
}

.lesson-row small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 21px;
}

.task-layout {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 34px;
  align-items: start;
}

.task-main,
.answer-panel {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.task-main {
  min-height: 610px;
  padding: 42px 46px;
}

.task-main h1 {
  margin: 18px 0 14px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 58px;
}

.task-main > p {
  max-width: 720px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 18px;
  line-height: 29px;
}

.material-list {
  display: grid;
  gap: 16px;
}

.material-block {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f9fbff;
}

.material-block span {
  color: var(--violet);
  font-size: 12px;
  font-weight: 800;
}

.material-block h3 {
  margin: 8px 0 10px;
  font-size: 20px;
  line-height: 26px;
}

.material-block p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 24px;
}

.material-block img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  border-radius: 8px;
}

.material-link {
  color: var(--violet);
  font-weight: 800;
}

.answer-panel {
  min-height: 470px;
  padding: 28px;
  position: sticky;
  top: 18px;
}

.answer-panel h2 {
  margin: 18px 0 10px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 38px;
}

.answer-panel > p,
.submitted-answer p {
  color: var(--muted);
  font-size: 15px;
  line-height: 23px;
}

.submitted-answer {
  margin: 18px 0 22px;
  padding: 18px;
  border-radius: 10px;
  background: #f4f6fb;
}

.submitted-answer strong,
.submitted-answer small {
  display: block;
}

.submitted-answer small {
  color: #d53b60;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.answer-form {
  display: grid;
  gap: 16px;
}

.answer-form label {
  color: #171721;
  font-size: 14px;
  font-weight: 800;
}

.answer-form textarea {
  width: 100%;
  margin-top: 10px;
  padding: 16px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: 0;
  color: var(--ink);
  background: #f9fbff;
  font: inherit;
  line-height: 22px;
}

.answer-form button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.answer-form output {
  min-height: 20px;
  color: #079669;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.answer-form output.is-error {
  color: #d53b60;
}

@media (max-width: 980px) {
  .site-header {
    height: 72px;
  }

  .site-header__inner,
  .site-footer__inner,
  .landing-page,
  .courses-page,
  .course-preview-page,
  .register-page,
  .internal-page {
    width: min(704px, calc(100vw - 64px));
  }

  .main-nav {
    margin-left: auto;
    margin-right: 20px;
    gap: 20px;
  }

  .site-header--landing .main-nav,
  .site-header--login .main-nav {
    margin-left: auto;
    margin-right: 20px;
  }

  .header-cabinet {
    display: none;
  }

  .header-actions .header-cabinet {
    display: grid;
  }

  .site-header--landing .header-auth-link {
    display: none;
  }

  .site-header--landing .header-cabinet--compact {
    width: 96px;
    height: 40px;
  }

  .landing-hero {
    min-height: 1120px;
  }

  .landing-hero__content {
    width: 100%;
    padding-top: 46px;
  }

  .landing-hero h1 {
    width: 620px;
    font-size: 56px;
    line-height: 64px;
  }

  .landing-hero p {
    width: 560px;
  }

  .landing-hero__image {
    top: 550px;
    left: 0;
    right: auto;
    width: 704px;
    height: 440px;
  }

  .hero-metrics {
    position: absolute;
    top: 1010px;
    left: 0;
    gap: 16px;
  }

  .hero-metrics div {
    width: 156px;
    height: 68px;
  }

  .split-section,
  .split-section--courses,
  .admin-showcase,
  .courses-hero,
  .filters-bar,
  .course-grid,
  .courses-bottom,
  .preview-hero,
  .preview-info,
  .program-section,
  .register-shell,
  .trust-strip,
  .internal-hero,
  .learn-hero,
  .internal-grid,
  .task-layout {
    grid-template-columns: 1fr;
  }

  .internal-hero,
  .learn-hero {
    gap: 32px;
  }

  .my-course-card {
    grid-template-columns: 250px 1fr;
  }

  .answer-panel {
    position: static;
  }

  .split-section {
    gap: 54px;
  }

  .zones-panel {
    width: 704px;
  }

  .landing-course-row {
    width: 100%;
    height: auto;
    min-height: 70px;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .landing-square-image {
    justify-self: center;
    width: 496px;
    height: 496px;
  }

  .admin-showcase {
    gap: 34px;
    padding: 52px 40px 38px;
    border-radius: 12px;
    background: #fff;
  }

  .admin-showcase__copy {
    padding-left: 0;
  }

  .admin-showcase img {
    width: 624px;
    height: 322px;
  }

  .flow-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 36px;
  }

  .final-cta {
    display: block;
  }

  .final-cta .button {
    margin-top: 30px;
  }

  .courses-hero__visual,
  .courses-hero__visual img {
    width: 704px;
    height: 352px;
  }

  .course-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .preview-hero img {
    width: 100%;
    height: auto;
  }

  .meta-strip,
  .preview-info .section-copy p,
  .register-visual,
  .register-visual img,
  .login-visual,
  .login-visual img {
    width: 100%;
  }

  .program-section {
    gap: 50px;
  }

  .login-page .register-visual {
    display: none;
  }

  .login-page .register-shell {
    gap: 34px;
  }

  .login-form {
    min-height: 0;
  }
}

@media (min-width: 561px) and (max-width: 980px) {
  .login-page .register-shell {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    padding: 34px 28px;
  }

  .login-page .register-copy h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .login-page .register-copy p {
    font-size: 16px;
    line-height: 25px;
  }

  .login-form {
    padding: 30px 26px 24px;
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 64px;
  }

  .site-header__inner,
  .site-footer__inner,
  .landing-page,
  .courses-page,
  .course-preview-page,
  .register-page,
  .internal-page {
    width: calc(100vw - 40px);
  }

  .brand {
    font-size: 16px;
  }

  .main-nav {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .menu-button {
    display: block;
    margin-left: auto;
  }

  .mobile-nav {
    position: absolute;
    z-index: 20;
    top: 64px;
    left: 20px;
    right: 20px;
    padding: 14px;
    display: none;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(36, 35, 53, 0.12);
  }

  .site-header.is-open .mobile-nav {
    display: grid;
    gap: 8px;
  }

  .mobile-nav__link {
    min-height: 42px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--muted);
    background: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
  }

  .mobile-nav__link.is-active {
    color: var(--violet);
    background: #eee9ff;
  }

  button.mobile-nav__link {
    width: 100%;
    cursor: pointer;
  }

  .landing-hero {
    min-height: 820px;
  }

  .landing-hero__content {
    padding-top: 32px;
  }

  .eyebrow-pill {
    min-height: 26px;
    padding: 5px 0;
    background: transparent;
    font-size: 12px;
  }

  .landing-hero h1 {
    width: 350px;
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
  }

  .landing-hero p {
    width: 334px;
    margin-left: 2px;
    font-size: 16px;
    line-height: 26px;
  }

  .action-row {
    gap: 12px;
  }

  .button {
    height: 46px;
    padding: 0 18px;
    font-size: 14px;
  }

  .landing-hero__image {
    top: 520px;
    width: 350px;
    height: 220px;
  }

  .hero-metrics {
    top: 765px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 350px;
    gap: 12px;
  }

  .hero-metrics div {
    width: 169px;
    height: 60px;
  }

  .split-section,
  .split-section--courses,
  .admin-showcase,
  .flow-section,
  .final-cta {
    margin-top: 92px;
  }

  .section-copy h2,
  .split-section--courses .section-copy h2,
  .flow-section h2,
  .admin-showcase h2,
  .preview-info .section-copy h2,
  .program-list h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .section-copy p,
  .split-section--courses .section-copy p,
  .flow-section > p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
  }

  .zones-panel {
    width: 350px;
    height: auto;
    padding: 18px;
  }

  .zones-panel a,
  .audience-panel div {
    min-height: 72px;
    padding: 15px 16px 15px 64px;
  }

  .zone-dot {
    left: 18px;
    width: 32px;
    height: 32px;
  }

  .landing-square-image {
    width: 306px;
    height: 306px;
  }

  .admin-showcase {
    padding: 34px 22px;
  }

  .admin-showcase img {
    width: 306px;
    height: 210px;
  }

  .status-pills {
    flex-wrap: wrap;
  }

  .flow-steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .flow-steps a {
    height: 64px;
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .flow-steps span {
    margin: 0;
  }

  .final-cta {
    padding: 28px 24px;
  }

  .final-cta h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .site-footer {
    height: 112px;
  }

  .site-footer__inner {
    display: block;
    padding-top: 34px;
  }

  .footer-nav {
    margin-top: 18px;
    gap: 22px;
    font-size: 12px;
  }

  .courses-hero {
    padding-top: 32px;
    gap: 24px;
  }

  .courses-hero h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .courses-hero p {
    font-size: 15px;
    line-height: 24px;
  }

  .courses-hero__visual,
  .courses-hero__visual img {
    width: 350px;
    height: 220px;
  }

  .courses-hero__visual div {
    display: none;
  }

  .filters-bar {
    margin-top: 26px;
    padding-right: 20px;
  }

  .filter-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .filter-buttons button {
    width: 100%;
    padding: 0 12px;
  }

  .course-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .course-card {
    min-height: 344px;
  }

  .courses-bottom {
    gap: 28px;
    margin-top: 40px;
  }

  .pagination {
    flex-wrap: wrap;
  }

  .breadcrumb {
    margin-top: 28px;
  }

  .preview-hero {
    padding: 22px;
    gap: 26px;
  }

  .preview-hero .action-row {
    flex-wrap: wrap;
  }

  .preview-hero .button {
    width: 100%;
  }

  .preview-hero h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .preview-hero p {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 24px;
  }

  .meta-strip {
    min-height: 72px;
    margin-top: 20px;
    display: block;
  }

  .meta-strip b {
    display: block;
  }

  .preview-info,
  .program-section {
    margin-top: 58px;
  }

  .audience-panel,
  .learning-flow {
    padding: 22px;
  }

  .task-row {
    grid-template-columns: 44px 1fr;
    padding: 16px;
  }

  .task-row em {
    display: none;
  }

  .login-trust-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px;
  }

  .login-trust-strip span {
    width: fit-content;
  }

  .register-shell {
    min-height: 0;
    padding: 28px 22px;
    gap: 36px;
  }

  .register-copy h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .register-copy p {
    font-size: 15px;
    line-height: 24px;
  }

  .register-visual {
    height: 164px;
  }

  .register-visual img {
    height: 164px;
  }

  .register-visual div {
    display: none;
  }

  .login-visual {
    height: 172px;
  }

  .login-visual img {
    height: 172px;
  }

  .login-visual div {
    display: none;
  }

  .register-form {
    min-height: 0;
    padding: 30px 22px;
  }

  .register-form h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .trust-strip {
    gap: 22px;
    padding: 24px 20px;
  }

  .auth-required {
    padding: 28px 22px;
  }

  .auth-required h1,
  .internal-hero h1,
  .learn-hero h1,
  .task-main h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .auth-required .action-row,
  .internal-hero .action-row,
  .learn-hero .action-row {
    flex-wrap: wrap;
  }

  .auth-required .button,
  .internal-hero .button,
  .learn-hero .button {
    width: 100%;
  }

  .internal-hero,
  .learn-hero,
  .task-main,
  .answer-panel {
    padding: 28px 22px;
  }

  .internal-stats {
    grid-template-columns: 1fr;
  }

  .internal-section-head {
    display: block;
  }

  .internal-section-head a {
    display: inline-block;
    margin-top: 8px;
  }

  .my-course-card {
    grid-template-columns: 1fr;
  }

  .my-course-card__cover {
    height: 180px;
  }

  .my-course-card__body {
    padding: 0;
  }

  .my-course-card__top,
  .my-course-card__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .my-course-card__bottom .button {
    width: 100%;
  }

  .learn-progress b {
    font-size: 48px;
    line-height: 54px;
  }

  .lesson-row {
    grid-template-columns: 44px 1fr;
    padding: 18px;
  }

  .lesson-row > span {
    width: 44px;
    height: 44px;
  }

  .lesson-row em {
    grid-column: 2;
  }

  .task-layout {
    gap: 22px;
  }
}
