@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("assets/material-symbols-rounded.woff2") format("woff2");
}

.material-symbols-rounded {
  display: inline-block;
  direction: ltr;
  font-family: "Material Symbols Rounded";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

:root {
  --primary-50: #f2f7fc;
  --primary-100: #e3eff9;
  --primary-200: #c6ddf1;
  --primary-300: #a5c8e7;
  --primary-400: #7db0dd;
  --primary-500: #5d9ad4;
  --primary-600: #4a84be;
  --primary-700: #3b6d9f;
  --primary-800: #315a82;
  --primary-900: #2b4c6b;
  --brand-navy: #121a39;
  --brand-cyan: #20cbd9;
  --brand-cyan-soft: #e7fafc;
  --white: #ffffff;
  --neutral-25: #fcfdfe;
  --neutral-50: #f7f9fc;
  --neutral-100: #eef2f6;
  --neutral-200: #dde5ee;
  --neutral-300: #c6d0dc;
  --neutral-500: #64748b;
  --neutral-700: #334155;
  --neutral-900: #172033;
  --success: #18794e;
  --success-bg: #edf9f2;
  --info: #315a82;
  --info-bg: #f2f7fc;
  --warning: #9a6700;
  --warning-bg: #fff8e6;
  --danger: #b42318;
  --danger-bg: #fff1f0;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(18, 26, 57, 0.06);
  --shadow-md: 0 8px 24px rgba(18, 26, 57, 0.08);
  --shadow-lg: 0 18px 48px rgba(18, 26, 57, 0.14);
  --header-height: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 28px);
}

body {
  margin: 0;
  color: var(--neutral-700);
  background: var(--white);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.nav-open,
body.dialog-open {
  overflow: hidden;
}

a {
  color: var(--primary-700);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--primary-800);
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

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

img {
  height: auto;
}

figure,
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--brand-navy);
  letter-spacing: -0.025em;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4.4vw, 2.75rem);
  line-height: 1.15;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.625rem, 3vw, 2rem);
  line-height: 1.25;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.375rem;
  line-height: 1.35;
}

h4 {
  margin-bottom: 8px;
  font-size: 1.125rem;
  line-height: 1.4;
}

:focus-visible {
  outline: 3px solid var(--brand-cyan);
  outline-offset: 3px;
}

::selection {
  color: var(--brand-navy);
  background: var(--brand-cyan-soft);
}

.container {
  width: min(calc(100% - 32px), 1200px);
  margin-inline: auto;
}

.container--article {
  width: min(calc(100% - 32px), 820px);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--brand-navy);
  border-radius: var(--radius-md);
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  color: var(--white);
  transform: translateY(0);
}

.icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 20px;
  line-height: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--primary-800);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  content: "";
  background: var(--brand-cyan);
}

.section-index {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.section-index__title {
  max-width: 680px;
}

.section-index__title h2 {
  margin-bottom: 8px;
}

.section-index__title p {
  max-width: 66ch;
  margin-bottom: 0;
  color: var(--neutral-500);
}

.section-index__number {
  color: var(--primary-200);
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.8;
  user-select: none;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--neutral-200);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 30px;
}

.site-logo {
  width: 154px;
  height: auto;
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.site-nav > a,
.modules-menu > summary {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  padding: 10px 13px;
  color: var(--neutral-700);
  border-radius: var(--radius-md);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav > a:hover,
.modules-menu > summary:hover {
  color: var(--primary-800);
  background: var(--primary-50);
}

.site-nav > a[aria-current="page"] {
  color: var(--primary-800);
}

.site-nav > a[aria-current="page"]::after {
  position: absolute;
  right: 13px;
  bottom: -14px;
  left: 13px;
  height: 3px;
  content: "";
  background: var(--brand-cyan);
  border-radius: var(--radius-pill) var(--radius-pill) 0 0;
}

.modules-menu {
  position: relative;
}

.modules-menu > summary {
  cursor: pointer;
  list-style: none;
}

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

.modules-menu[open] > summary {
  color: var(--primary-800);
  background: var(--primary-50);
}

.modules-menu__panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: 272px;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.modules-menu__panel a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  color: var(--neutral-700);
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.modules-menu__panel a:hover,
.modules-menu__panel a[aria-current="page"] {
  color: var(--primary-900);
  background: var(--primary-50);
}

.modules-menu__icon {
  display: grid;
  width: 34px;
  height: 34px;
  color: var(--primary-800);
  background: var(--primary-100);
  border-radius: var(--radius-md);
  place-items: center;
}

.header-search {
  position: relative;
  width: 216px;
  margin-left: 8px;
}

.header-search .icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 18px;
  height: 18px;
  color: var(--neutral-500);
  font-size: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}

.header-search input {
  width: 100%;
  height: 42px;
  padding: 0 14px 0 39px;
  background: var(--neutral-50);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-pill);
  outline: none;
  font-size: 0.875rem;
}

.header-search input:focus {
  background: var(--white);
  border-color: var(--primary-500);
  box-shadow: 0 0 0 3px var(--primary-100);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  color: var(--brand-navy);
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background-color 170ms ease, border-color 170ms ease, color 170ms ease, transform 170ms ease;
}

.button:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.button--primary {
  color: var(--white);
  background: var(--primary-700);
  border-color: var(--primary-700);
}

.button--primary:hover {
  color: var(--white);
  background: var(--primary-800);
  border-color: var(--primary-800);
}

.button--secondary {
  color: var(--primary-800);
  background: var(--white);
  border-color: var(--primary-300);
}

.button--secondary:hover {
  color: var(--primary-900);
  background: var(--primary-50);
  border-color: var(--primary-500);
}

.button--tertiary {
  min-height: auto;
  padding: 6px 2px;
  color: var(--primary-700);
  background: transparent;
}

.button--tertiary:hover {
  color: var(--primary-900);
}

.button--large {
  min-height: 50px;
  padding-inline: 24px;
}

.badge {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  color: var(--primary-800);
  background: var(--primary-50);
  border: 1px solid var(--primary-200);
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
}

.badge--status {
  color: var(--success);
  background: var(--success-bg);
  border-color: #a8ddbf;
}

.badge--muted {
  color: var(--neutral-500);
  background: var(--neutral-50);
  border-color: var(--neutral-200);
}

.search-form {
  position: relative;
}

.search-form__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 18px;
  color: var(--primary-800);
  transform: translateY(-50%);
  pointer-events: none;
}

.search-form input {
  width: 100%;
  height: 52px;
  padding: 0 18px 0 50px;
  color: var(--neutral-900);
  background: var(--white);
  border: 1px solid var(--neutral-300);
  border-radius: var(--radius-md);
  outline: none;
  box-shadow: var(--shadow-sm);
}

.search-form input::placeholder {
  color: var(--neutral-500);
}

.search-form input:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 4px var(--primary-100);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 78px;
  background:
    radial-gradient(circle at 94% 15%, rgba(32, 203, 217, 0.1), transparent 25%),
    linear-gradient(180deg, var(--neutral-25), var(--primary-50));
  border-bottom: 1px solid var(--primary-100);
}

.hero::before {
  position: absolute;
  top: 0;
  left: max(16px, calc((100vw - 1200px) / 2));
  width: 1px;
  height: 100%;
  content: "";
  background: var(--primary-200);
}

.hero__grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(40px, 6vw, 80px);
}

.hero__content {
  min-width: 0;
  padding-left: 28px;
}

.hero h1 {
  max-width: 12ch;
  margin-bottom: 20px;
  font-size: clamp(2.55rem, 5vw, 4.25rem);
  letter-spacing: -0.055em;
}

.hero__lead {
  max-width: 60ch;
  margin-bottom: 30px;
  color: var(--neutral-700);
  font-size: 1.12rem;
  line-height: 1.7;
}

.hero__search {
  max-width: 570px;
  margin-bottom: 18px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-preview {
  position: relative;
  min-width: 0;
  max-width: 100%;
  padding: 16px;
}

.hero-preview::before {
  position: absolute;
  top: -12px;
  right: -8px;
  width: 132px;
  height: 132px;
  content: "";
  background-image: radial-gradient(var(--primary-300) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.7;
}

.hero-preview::after {
  position: absolute;
  bottom: -14px;
  left: -2px;
  width: 74px;
  height: 74px;
  content: "";
  background: var(--brand-cyan);
  border-radius: 50%;
  opacity: 0.16;
}

.hero-preview__card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--primary-200);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  transform: rotate(1deg);
}

.hero-preview__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 15px;
  color: var(--neutral-500);
  background: var(--white);
  border-bottom: 1px solid var(--neutral-200);
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-preview__dots {
  display: flex;
  gap: 5px;
}

.hero-preview__dots span {
  width: 7px;
  height: 7px;
  background: var(--primary-300);
  border-radius: 50%;
}

.hero-preview__media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--primary-50);
}

.hero-preview__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-preview__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px;
  color: var(--brand-navy);
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-preview__caption span:last-child {
  color: var(--primary-700);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.home-section {
  padding: 88px 0;
}

.home-section--tinted {
  background: var(--neutral-50);
  border-block: 1px solid var(--neutral-100);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.feature-card {
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.feature-card:hover,
.feature-card:focus-within {
  border-color: var(--primary-300);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.feature-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.feature-card__link:hover {
  color: inherit;
}

.feature-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--primary-50);
  border-bottom: 1px solid var(--neutral-200);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.feature-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 240ms ease;
}

.feature-card:hover .feature-card__media img {
  transform: scale(1.018);
}

.feature-card__body {
  display: flex;
  min-height: 280px;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.feature-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.feature-card__date {
  color: var(--neutral-500);
  font-size: 0.76rem;
  font-weight: 600;
}

.feature-card__title {
  margin-bottom: 10px;
  font-size: 1.28rem;
  line-height: 1.35;
}

.feature-card__summary {
  display: -webkit-box;
  margin-bottom: 20px;
  overflow: hidden;
  color: var(--neutral-500);
  font-size: 0.925rem;
  line-height: 1.62;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.feature-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--primary-700);
  font-size: 0.9rem;
  font-weight: 700;
}

.feature-card__cta .icon {
  width: 17px;
  height: 17px;
  font-size: 17px;
  transition: transform 170ms ease;
}

.feature-card:hover .feature-card__cta .icon {
  transform: translateX(3px);
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.module-card {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  padding: 22px 20px;
  color: inherit;
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.module-card:hover {
  color: inherit;
  border-color: var(--primary-300);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.module-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  color: var(--brand-navy);
  background: var(--brand-cyan-soft);
  border-radius: 14px;
  place-items: center;
}

.module-card__icon .icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.module-card h3 {
  margin-bottom: 8px;
  font-size: 1.06rem;
}

.module-card p {
  margin-bottom: 18px;
  color: var(--neutral-500);
  font-size: 0.82rem;
  line-height: 1.55;
}

.module-card__count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  color: var(--primary-800);
  font-size: 0.76rem;
  font-weight: 700;
}

.home-cta {
  padding: 0 0 88px;
}

.home-cta__inner {
  position: relative;
  display: grid;
  overflow: hidden;
  align-items: center;
  padding: 42px 48px;
  color: rgba(255, 255, 255, 0.82);
  background: var(--brand-navy);
  border-radius: var(--radius-xl);
  grid-template-columns: 1fr auto;
  gap: 36px;
}

.home-cta__inner::after {
  position: absolute;
  top: -66px;
  right: 18%;
  width: 180px;
  height: 180px;
  content: "";
  border: 36px solid rgba(32, 203, 217, 0.16);
  border-radius: 50%;
}

.home-cta h2 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.7rem;
}

.home-cta p {
  max-width: 65ch;
  margin-bottom: 0;
}

.home-cta .button {
  position: relative;
  z-index: 1;
  color: var(--brand-navy);
  background: var(--brand-cyan);
  border-color: var(--brand-cyan);
}

.home-cta .button:hover {
  color: var(--brand-navy);
  background: #65dae3;
  border-color: #65dae3;
}

.page-hero {
  padding: 56px 0 46px;
  background: var(--neutral-25);
  border-bottom: 1px solid var(--neutral-200);
}

.breadcrumb {
  margin-bottom: 26px;
  color: var(--neutral-500);
  font-size: 0.85rem;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb li:not(:last-child)::after {
  color: var(--neutral-300);
  content: "/";
}

.breadcrumb a {
  color: var(--neutral-500);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--primary-800);
  text-decoration: underline;
}

.page-hero__content {
  max-width: 790px;
}

.page-hero__content h1 {
  margin-bottom: 14px;
}

.page-hero__content > p {
  max-width: 68ch;
  margin-bottom: 0;
  color: var(--neutral-500);
  font-size: 1.06rem;
}

.catalogue {
  padding: 48px 0 88px;
}

.catalogue-tools {
  display: grid;
  align-items: end;
  margin-bottom: 26px;
  padding: 20px;
  background: var(--primary-50);
  border: 1px solid var(--primary-100);
  border-radius: var(--radius-lg);
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 1.2fr);
  gap: 24px;
}

.catalogue-tools__group label,
.filter-label {
  display: block;
  margin-bottom: 7px;
  color: var(--brand-navy);
  font-size: 0.8rem;
  font-weight: 700;
}

.catalogue-tools__group {
  min-width: 0;
}

.catalogue-tools .search-form input {
  height: 48px;
}

.filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.filter-button {
  min-height: 38px;
  padding: 7px 12px;
  color: var(--neutral-700);
  background: var(--white);
  border: 1px solid var(--neutral-300);
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 700;
}

.filter-button:hover {
  color: var(--primary-800);
  border-color: var(--primary-400);
}

.filter-button[aria-pressed="true"] {
  color: var(--white);
  background: var(--primary-800);
  border-color: var(--primary-800);
}

.catalogue-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.catalogue-summary p {
  margin-bottom: 0;
  color: var(--neutral-500);
  font-size: 0.9rem;
}

.catalogue-summary strong {
  color: var(--brand-navy);
}

.feature-grid--catalogue .feature-card[hidden] {
  display: none;
}

.empty-state {
  display: none;
  max-width: 580px;
  margin: 36px auto 0;
  padding: 44px 28px;
  text-align: center;
  background: var(--neutral-50);
  border: 1px dashed var(--neutral-300);
  border-radius: var(--radius-lg);
}

.empty-state.is-visible {
  display: block;
}

.empty-state__icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  color: var(--primary-800);
  background: var(--primary-100);
  border-radius: 50%;
  place-items: center;
}

.empty-state h2 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.empty-state p {
  margin-bottom: 20px;
  color: var(--neutral-500);
}

.module-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 60px;
  background: var(--primary-50);
  border-bottom: 1px solid var(--primary-100);
}

.module-hero::after {
  position: absolute;
  top: -170px;
  right: max(-80px, calc((100vw - 1400px) / 2));
  width: 420px;
  height: 420px;
  content: "";
  border: 80px solid rgba(32, 203, 217, 0.09);
  border-radius: 50%;
}

.module-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 64px;
}

.module-hero__mark {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  color: var(--brand-navy);
  background: var(--brand-cyan-soft);
  border: 1px solid rgba(32, 203, 217, 0.3);
  border-radius: 20px;
  place-items: center;
}

.module-hero__mark .icon {
  width: 34px;
  height: 34px;
  font-size: 34px;
}

.module-hero h1 {
  margin-bottom: 14px;
}

.module-hero__lead {
  max-width: 64ch;
  margin-bottom: 22px;
  font-size: 1.06rem;
}

.module-stats {
  display: grid;
  padding: 26px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--primary-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.module-stat strong {
  display: block;
  margin-bottom: 3px;
  color: var(--brand-navy);
  font-size: 1.65rem;
  line-height: 1.1;
}

.module-stat span {
  color: var(--neutral-500);
  font-size: 0.78rem;
}

.module-body {
  padding: 72px 0 92px;
}

.pathway-grid {
  display: grid;
  margin-bottom: 80px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pathway-card {
  position: relative;
  padding: 26px;
  background: var(--white);
  border-top: 3px solid var(--brand-cyan);
  border-right: 1px solid var(--neutral-200);
  border-bottom: 1px solid var(--neutral-200);
  border-left: 1px solid var(--neutral-200);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.pathway-card__number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: var(--primary-100);
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
}

.pathway-card h3 {
  position: relative;
  max-width: 12ch;
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.pathway-card p {
  position: relative;
  margin-bottom: 0;
  color: var(--neutral-500);
  font-size: 0.9rem;
}

.module-section + .module-section {
  margin-top: 70px;
}

.module-section__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--neutral-200);
}

.module-section__header h2 {
  margin-bottom: 0;
}

.module-section__header p {
  max-width: 60ch;
  margin-bottom: 0;
  color: var(--neutral-500);
  font-size: 0.88rem;
}

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

.feature-row {
  display: grid;
  align-items: center;
  padding: 18px 20px;
  color: inherit;
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 18px;
  text-decoration: none;
  transition: border-color 170ms ease, background-color 170ms ease, transform 170ms ease;
}

.feature-row:hover {
  color: inherit;
  background: var(--primary-50);
  border-color: var(--primary-300);
  transform: translateX(2px);
}

.feature-row__icon {
  display: grid;
  width: 48px;
  height: 48px;
  color: var(--primary-800);
  background: var(--primary-100);
  border-radius: 12px;
  place-items: center;
}

.feature-row h3 {
  margin-bottom: 3px;
  font-size: 1rem;
}

.feature-row p {
  margin-bottom: 0;
  color: var(--neutral-500);
  font-size: 0.82rem;
}

.feature-row__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--neutral-500);
  font-size: 0.77rem;
  font-weight: 600;
}

.article-hero {
  padding: 38px 0 64px;
  background: var(--neutral-25);
  border-bottom: 1px solid var(--neutral-200);
}

.article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 19px;
}

.article-hero__date {
  color: var(--neutral-500);
  font-size: 0.82rem;
  font-weight: 600;
}

.article-hero__content {
  max-width: 880px;
}

.article-hero h1 {
  max-width: 17ch;
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 5.5vw, 4rem);
  letter-spacing: -0.055em;
}

.article-hero__lead {
  max-width: 68ch;
  margin-bottom: 34px;
  color: var(--neutral-700);
  font-size: 1.12rem;
  line-height: 1.72;
}

.article-cover {
  position: relative;
  margin: 0;
}

.article-cover::before {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 55%;
  height: 64%;
  content: "";
  background: var(--brand-cyan-soft);
  border-radius: var(--radius-lg);
}

.article-cover__frame {
  position: relative;
  overflow: hidden;
  background: var(--primary-50);
  border: 1px solid var(--primary-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.article-cover__frame img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.article-cover figcaption,
.article-media figcaption {
  margin-top: 10px;
  color: var(--neutral-500);
  font-size: 0.78rem;
}

.article-layout {
  display: grid;
  align-items: start;
  padding: 68px 0 96px;
  grid-template-columns: 220px minmax(0, 820px);
  gap: 64px;
}

.article-toc {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  padding-left: 18px;
  border-left: 1px solid var(--neutral-200);
}

.article-toc__label {
  margin-bottom: 13px;
  color: var(--neutral-500);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.article-toc ol {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-toc a {
  display: block;
  padding: 5px 0;
  color: var(--neutral-500);
  font-size: 0.79rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.article-toc a:hover,
.article-toc a.is-active {
  color: var(--primary-800);
}

.article-toc a.is-active {
  font-weight: 700;
}

.article-content {
  min-width: 0;
}

.article-section {
  scroll-margin-top: calc(var(--header-height) + 28px);
}

.article-section + .article-section {
  margin-top: 82px;
}

.article-section__heading {
  display: grid;
  align-items: start;
  margin-bottom: 26px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
}

.article-section__number {
  display: grid;
  width: 38px;
  height: 38px;
  color: var(--primary-900);
  background: var(--brand-cyan-soft);
  border-radius: 50%;
  font-size: 0.83rem;
  font-weight: 700;
  place-items: center;
}

.article-section__heading h2 {
  margin: 0;
}

.article-content > section > p,
.article-copy p {
  max-width: 70ch;
}

.article-intro {
  color: var(--neutral-700);
  font-size: 1.04rem;
  line-height: 1.72;
}

.benefit-grid {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.benefit-card {
  padding: 20px;
  background: var(--neutral-50);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
}

.benefit-card__icon {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 15px;
  color: var(--primary-800);
  background: var(--primary-100);
  border-radius: 10px;
  place-items: center;
}

.benefit-card h3 {
  margin-bottom: 6px;
  font-size: 0.98rem;
}

.benefit-card p {
  margin-bottom: 0;
  color: var(--neutral-500);
  font-size: 0.82rem;
  line-height: 1.55;
}

.prerequisite-list,
.attention-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.prerequisite-list li,
.attention-list li {
  position: relative;
  padding: 14px 16px 14px 44px;
  background: var(--neutral-50);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
  font-size: 0.9rem;
}

.prerequisite-list .icon,
.attention-list .icon {
  position: absolute;
  top: 16px;
  left: 15px;
  width: 18px;
  height: 18px;
  color: var(--success);
  font-size: 18px;
}

.attention-list .icon {
  color: var(--warning);
}

.path-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 24px 0;
  padding: 17px 18px;
  background: var(--primary-50);
  border: 1px solid var(--primary-200);
  border-radius: var(--radius-md);
}

.path-box__content {
  min-width: 0;
}

.path-box__label {
  display: block;
  margin-bottom: 4px;
  color: var(--neutral-500);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.path-box code {
  color: var(--brand-navy);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: normal;
}

.copy-button {
  display: inline-flex;
  min-height: 38px;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  color: var(--primary-800);
  background: var(--white);
  border: 1px solid var(--primary-300);
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
}

.copy-button .icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.article-media {
  margin: 30px 0 0;
}

.article-media__button {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  background: var(--primary-50);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  cursor: zoom-in;
}

.article-media__button img {
  width: 100%;
  height: auto;
  transition: transform 200ms ease;
}

.article-media__button:hover img {
  transform: scale(1.01);
}

.article-media__zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  color: var(--brand-navy);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--neutral-200);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  font-size: 0.72rem;
  font-weight: 700;
}

.article-media__zoom .icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.callout {
  position: relative;
  margin: 28px 0;
  padding: 20px 22px 20px 60px;
  background: var(--info-bg);
  border: 1px solid var(--primary-200);
  border-radius: var(--radius-md);
}

.callout__icon {
  position: absolute;
  top: 21px;
  left: 20px;
  display: grid;
  width: 28px;
  height: 28px;
  color: var(--info);
  background: var(--white);
  border-radius: 50%;
  place-items: center;
}

.callout__icon .icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.callout h3 {
  margin-bottom: 5px;
  color: var(--primary-900);
  font-size: 0.94rem;
}

.callout p {
  margin-bottom: 0;
  color: var(--neutral-700);
  font-size: 0.87rem;
}

.callout--warning {
  background: var(--warning-bg);
  border-color: #f1d38a;
}

.callout--warning .callout__icon {
  color: var(--warning);
}

.callout--warning h3 {
  color: #6c4a00;
}

.callout--success {
  background: var(--success-bg);
  border-color: #a8ddbf;
}

.callout--success .callout__icon {
  color: var(--success);
}

.callout--success h3 {
  color: #0d5b38;
}

.manual-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

.manual-nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  color: var(--primary-800);
  background: var(--primary-50);
  border: 1px solid var(--primary-200);
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.manual-nav a:hover {
  color: var(--primary-900);
  background: var(--primary-100);
  border-color: var(--primary-400);
}

.manual-block {
  scroll-margin-top: calc(var(--header-height) + 28px);
}

.manual-block + .manual-block {
  margin-top: 72px;
  padding-top: 72px;
  border-top: 1px solid var(--neutral-200);
}

.manual-block__kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: var(--primary-800);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.manual-block__kicker .icon {
  width: 17px;
  height: 17px;
  font-size: 17px;
}

.manual-block > h3 {
  margin-bottom: 12px;
  font-size: 1.55rem;
}

.manual-block__intro {
  max-width: 70ch;
  margin-bottom: 30px;
  color: var(--neutral-500);
}

.manual-subheading {
  margin-top: 40px;
}

.steps {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none;
  counter-reset: steps;
}

.step {
  position: relative;
  padding: 0 0 40px 62px;
  counter-increment: steps;
}

.step:last-child {
  padding-bottom: 0;
}

.step::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: grid;
  width: 40px;
  height: 40px;
  color: var(--brand-navy);
  content: counter(steps, decimal-leading-zero);
  background: var(--brand-cyan-soft);
  border: 1px solid rgba(32, 203, 217, 0.35);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 700;
  place-items: center;
}

.step:not(:last-child)::after {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 19px;
  width: 1px;
  content: "";
  background: var(--primary-200);
}

.step h4 {
  margin-bottom: 6px;
  padding-top: 5px;
  font-size: 1.06rem;
}

.step p {
  max-width: 68ch;
  margin-bottom: 0;
  color: var(--neutral-700);
  font-size: 0.92rem;
}

.step__result {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 11px;
  color: var(--success);
  background: var(--success-bg);
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 600;
}

.step__result .icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  font-size: 16px;
}

.action-list {
  display: grid;
  margin: 26px 0 30px;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.action-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--neutral-50);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
  font-size: 0.84rem;
  font-weight: 600;
}

.action-list .icon {
  width: 17px;
  height: 17px;
  color: var(--primary-700);
  font-size: 17px;
}

.result-panel {
  position: relative;
  overflow: hidden;
  padding: 28px 30px;
  background: var(--success-bg);
  border: 1px solid #a8ddbf;
  border-radius: var(--radius-lg);
}

.result-panel::after {
  position: absolute;
  right: -28px;
  bottom: -36px;
  width: 130px;
  height: 130px;
  content: "";
  border: 24px solid rgba(24, 121, 78, 0.08);
  border-radius: 50%;
}

.result-panel h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  color: #0d5b38;
  font-size: 1.16rem;
}

.result-panel p {
  position: relative;
  z-index: 1;
  max-width: 64ch;
  margin-bottom: 0;
  color: #235e45;
}

.related-features {
  padding: 76px 0 88px;
  background: var(--neutral-50);
  border-top: 1px solid var(--neutral-100);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.related-card {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: 22px;
  color: inherit;
  background: var(--white);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-lg);
  text-decoration: none;
}

.related-card:hover {
  color: inherit;
  border-color: var(--primary-300);
  box-shadow: var(--shadow-md);
}

.related-card .badge {
  align-self: flex-start;
  margin-bottom: 16px;
}

.related-card h3 {
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.related-card p {
  margin-bottom: 18px;
  color: var(--neutral-500);
  font-size: 0.81rem;
}

.related-card span:last-child {
  margin-top: auto;
  color: var(--primary-700);
  font-size: 0.78rem;
  font-weight: 700;
}

.image-dialog {
  width: min(calc(100% - 32px), 1480px);
  max-width: none;
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.image-dialog::backdrop {
  background: rgba(10, 18, 38, 0.78);
  backdrop-filter: blur(5px);
}

.image-dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--neutral-200);
}

.image-dialog__title {
  margin: 0;
  color: var(--brand-navy);
  font-size: 0.9rem;
  font-weight: 700;
}

.image-dialog__close {
  display: grid;
  width: 38px;
  height: 38px;
  color: var(--brand-navy);
  background: var(--neutral-50);
  border: 1px solid var(--neutral-200);
  border-radius: var(--radius-md);
  place-items: center;
}

.image-dialog__body {
  max-height: calc(100vh - 98px);
  overflow: auto;
  background: var(--neutral-50);
}

.image-dialog__body img {
  width: 100%;
  height: auto;
}

.site-footer {
  padding: 56px 0 26px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--brand-navy);
}

.site-footer__grid {
  display: grid;
  padding-bottom: 42px;
  grid-template-columns: minmax(240px, 1.6fr) repeat(2, minmax(150px, 0.7fr));
  gap: 54px;
}

.site-footer__brand .site-logo {
  width: 165px;
  margin-bottom: 18px;
}

.site-footer__brand p {
  max-width: 42ch;
  margin-bottom: 0;
  font-size: 0.86rem;
}

.site-footer h2 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--white);
  text-decoration: underline;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.75rem;
}

.site-footer__bottom p {
  margin-bottom: 0;
}

.site-footer__accent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-footer__accent::before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--brand-cyan);
  border-radius: 50%;
}

.toast {
  position: fixed;
  z-index: 220;
  right: 18px;
  bottom: 18px;
  max-width: min(360px, calc(100% - 36px));
  padding: 12px 16px;
  color: var(--white);
  background: var(--brand-navy);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  font-size: 0.84rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .header-search {
    width: 188px;
  }

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

  .module-card {
    min-height: 210px;
  }

  .article-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 38px;
  }
}

@media (max-width: 960px) {
  :root {
    --header-height: 64px;
  }

  .site-header {
    height: var(--header-height);
  }

  .site-logo {
    width: 140px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    z-index: 110;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    display: none;
    width: min(390px, 100%);
    overflow-y: auto;
    align-items: stretch;
    justify-content: flex-start;
    padding: 18px 16px 28px;
    background: var(--white);
    border-left: 1px solid var(--neutral-200);
    box-shadow: var(--shadow-lg);
  }

  .nav-open .site-nav {
    display: flex;
    flex-direction: column;
  }

  .nav-open::after {
    position: fixed;
    z-index: 90;
    inset: var(--header-height) 0 0;
    content: "";
    background: rgba(18, 26, 57, 0.45);
  }

  .site-nav > a,
  .modules-menu > summary {
    width: 100%;
    min-height: 48px;
    justify-content: space-between;
    padding: 11px 13px;
  }

  .site-nav > a[aria-current="page"]::after {
    top: 9px;
    right: auto;
    bottom: 9px;
    left: 0;
    width: 3px;
    height: auto;
    border-radius: 0 var(--radius-pill) var(--radius-pill) 0;
  }

  .modules-menu__panel {
    position: static;
    width: auto;
    margin: 5px 0 9px;
    box-shadow: none;
  }

  .header-search {
    order: -1;
    width: 100%;
    margin: 0 0 10px;
  }

  .header-search input {
    height: 48px;
    border-radius: var(--radius-md);
  }

  .hero {
    padding: 56px 0 68px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero h1 {
    max-width: 14ch;
  }

  .hero-preview {
    width: min(100%, 700px);
    margin-inline: auto;
  }

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

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

  .module-card {
    min-height: 210px;
  }

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

  .module-hero__grid {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 36px;
  }

  .article-layout {
    display: block;
  }

  .article-toc {
    position: static;
    margin-bottom: 46px;
    padding: 16px 18px;
    background: var(--neutral-50);
    border: 1px solid var(--neutral-200);
    border-radius: var(--radius-md);
  }

  .article-toc ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px 18px;
  }

  .article-toc a {
    font-size: 0.76rem;
  }

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

@media (max-width: 760px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.625rem;
  }

  .section-index {
    align-items: start;
  }

  .section-index__number {
    display: none;
  }

  .hero::before {
    display: none;
  }

  .hero__content {
    padding-left: 0;
  }

  .hero h1 {
    font-size: clamp(2.4rem, 12vw, 3.25rem);
  }

  .home-section {
    padding: 64px 0;
  }

  .feature-grid,
  .module-grid,
  .pathway-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .feature-card__body {
    min-height: 0;
  }

  .module-card,
  .module-card:nth-child(4),
  .module-card:nth-child(5) {
    min-height: 190px;
  }

  .home-cta__inner {
    padding: 32px 26px;
    grid-template-columns: 1fr;
  }

  .home-cta .button {
    width: 100%;
  }

  .catalogue-tools {
    padding: 16px;
  }

  .filter-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 2px 2px 7px;
    scrollbar-width: thin;
  }

  .filter-button {
    flex: 0 0 auto;
  }

  .module-hero__grid {
    grid-template-columns: 1fr;
  }

  .module-stats {
    max-width: 420px;
  }

  .pathway-grid {
    margin-bottom: 64px;
  }

  .module-section__header {
    display: block;
  }

  .module-section__header h2 {
    margin-bottom: 8px;
  }

  .feature-row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
  }

  .feature-row__icon {
    width: 42px;
    height: 42px;
  }

  .feature-row__meta {
    display: none;
  }

  .article-hero {
    padding-top: 28px;
  }

  .article-hero h1 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .article-layout {
    padding: 50px 0 72px;
  }

  .article-toc ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-grid,
  .action-list {
    grid-template-columns: 1fr;
  }

  .article-section + .article-section {
    margin-top: 68px;
  }

  .manual-block + .manual-block {
    margin-top: 56px;
    padding-top: 56px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 540px) {
  .container {
    width: min(calc(100% - 24px), 1200px);
  }

  .hero {
    padding: 46px 0 58px;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .hero__actions {
    display: grid;
  }

  .button--large {
    width: 100%;
  }

  .hero-preview {
    padding: 5px;
  }

  .hero-preview::before,
  .hero-preview::after {
    display: none;
  }

  .page-hero {
    padding: 40px 0 36px;
  }

  .catalogue {
    padding-top: 32px;
  }

  .catalogue-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .module-hero {
    padding: 44px 0 48px;
  }

  .module-stats {
    padding: 20px;
  }

  .article-hero__lead {
    font-size: 1rem;
  }

  .article-toc ol {
    grid-template-columns: 1fr;
  }

  .article-section__heading {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }

  .article-section__number {
    width: 32px;
    height: 32px;
    font-size: 0.72rem;
  }

  .path-box {
    align-items: stretch;
    flex-direction: column;
  }

  .copy-button {
    align-self: flex-start;
  }

  .step {
    padding-left: 52px;
  }

  .step::before {
    width: 34px;
    height: 34px;
  }

  .step:not(:last-child)::after {
    top: 34px;
    left: 16px;
  }

  .callout {
    padding: 56px 18px 18px;
  }

  .callout__icon {
    top: 17px;
    left: 17px;
  }

  .article-media__zoom span {
    display: none;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__brand {
    grid-column: auto;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .article-toc,
  .related-features,
  .copy-button,
  .article-media__zoom {
    display: none !important;
  }

  body {
    color: #111;
    font-size: 11pt;
  }

  .article-layout {
    display: block;
    padding: 24px 0;
  }

  .article-section,
  .manual-block,
  .step,
  .article-media {
    break-inside: avoid;
  }
}
