:root {
  --bg: #252122;
  --bg-elevated: #100a0b;
  --bg-panel: #272122;
  --bg-button: #33334a;
  --bg-button-hover: #41415e;
  --text: #ffffff;
  --muted: #8a8aae;
  --line: rgba(255, 255, 255, 0.08);
  --green-start: #ccff00;
  --green-end: #529900;
  --red-start: #fe5163;
  --red-end: #cc2031;
  --shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  --max-width: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Geologica", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shell {
  min-height: 100vh;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(37, 33, 34, 0.98);
  backdrop-filter: blur(8px);
}

.header__inner,
.hero,
.category-nav,
.base-block,
.footer {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 14px;
}

.header__logo img {
  width: 194px;
  height: auto;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.header__nav a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}

.header__nav .is-current,
.mobile-panel__nav .is-current,
.footer__links .is-current {
  pointer-events: none;
  cursor: default;
}

.header__nav .is-current,
.mobile-panel__nav .is-current {
  color: #ffffff;
}

.footer__links .is-current {
  color: #ffffff;
}

.mobile-panel__nav .is-current,
.footer__links .is-current {
  opacity: 0.9;
}

.header__burger,
.mobile-panel__close,
.lang-switcher,
.icon-button,
.faq__question {
  border: 0;
  background: none;
}

.header__burger {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(100.01% 100% at 50% 0%, #333348 0%, #252535 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
}

.header__burger img {
  width: 20px;
  height: 20px;
}

.header__desktop-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 4px;
  box-shadow: var(--shadow);
  font-size: 14px;
  font-weight: 500;
}

.header-button--secondary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(99.97% 100% at 50% 0%, #41415e 0%, #55557d 100%), radial-gradient(100.01% 100% at 50% 0%, #484868 0%, #33334a 100%);
}

.header-button--primary {
  background: radial-gradient(100% 100% at 50% 0%, var(--red-start) 0%, var(--red-end) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.header__socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(99.97% 100% at 50% 0%, #41415e 0%, #55557d 100%), radial-gradient(100.01% 100% at 50% 0%, #484868 0%, #33334a 100%);
  box-shadow: var(--shadow);
}

.icon-button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 8px;
  color: var(--text);
}

.lang-switcher span {
  font-size: 14px;
}

.lang-switcher > img:first-child {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.lang-switcher__arrow {
  width: 11px;
  height: 7px;
}

.mobile-panel,
.mobile-overlay {
  display: none;
}

.main {
  padding-bottom: 32px;
}

.hero {
  padding-top: 2px;
}

.hero__card {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}

.hero--homepage .hero__card {
  max-width: 980px;
  margin: 0 auto;
}

.hero__image {
  width: 100%;
}

.hero--homepage .hero__image--desktop {
  display: block;
  width: 100%;
  height: auto;
}

.hero__image--mobile {
  display: none;
}

.hero--homepage .hero__image--mobile {
  display: none;
  width: 100%;
  height: auto;
}

.hero__badge {
  position: absolute;
  top: 42px;
  left: 0;
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 0 20px 20px 0;
  background: linear-gradient(180deg, #08c479 0%, #0aa060 100%);
  font-size: 18px;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.hero__badge::before {
  content: "ϟ";
  margin-right: 12px;
  font-size: 24px;
}

.hero__actions-wrap {
  position: relative;
  width: min(calc(100% - 32px), 660px);
  margin: -44px auto 0;
  z-index: 2;
}

.hero__actions-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-height: 88px;
  padding: 0 48px;
  border-radius: 32px 32px 0 0;
  background: linear-gradient(360deg, #252122 0%, rgba(44, 44, 63, 0.72) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
  backdrop-filter: blur(5px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.32);
}

.hero__actions-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 252px;
  min-height: 48px;
  padding: 0 30px;
  border-radius: 4px;
  background: radial-gradient(74.4% 100% at 50% 0%, #96e000 0%, #529900 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0.01%, rgba(255, 255, 255, 0.01) 100%);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.category-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(26, 20, 21, 0.3);
}

.category-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 72px;
  border-left: 1px solid rgba(255, 255, 255, 0.04);
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 16px;
  font-weight: 500;
}

.category-nav__item img {
  width: 28px;
  height: 28px;
}

.category-nav__item--cyan { color: #07bcf7; }
.category-nav__item--orange { color: #fb7903; }
.category-nav__item--green { color: #7dfa00; }
.category-nav__item--yellow { color: #ffb13a; }

.base-block {
  display: grid;
  gap: 48px;
  padding: 48px 48px 0;
}

.intro-block {
  text-align: center;
}

.intro-block__content {
  display: grid;
  gap: 20px;
}

h1,
h2 {
  margin: 0;
}

h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}

.intro-block p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.7;
}

.intro-block__more {
  display: grid;
  gap: 20px;
}

.intro-block__more[hidden] {
  display: none;
}

.intro-block__content ul,
.intro-block__content ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 26px;
  text-align: left;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.65;
}

.intro-block__content li::marker {
  color: #b8ff4b;
}

.content-table-wrap {
  overflow-x: auto;
}

.intro-block__content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(15, 10, 11, 0.45);
}

.intro-block__content tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-block__content tr:last-child {
  border-bottom: 0;
}

.intro-block__content td {
  padding: 14px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.5;
  vertical-align: top;
}

.intro-block__content td:first-child {
  width: 34%;
  color: #ffffff;
  font-weight: 500;
}

.intro-block__content td:last-child {
  border-right: 0;
}

.text-link {
  justify-self: center;
  border: 0;
  padding: 0;
  background: none;
  color: #8e88b7;
  font-size: 20px;
  line-height: 1;
}

.text-link::after {
  content: "›";
  display: inline-block;
  margin-left: 8px;
}

.advantages,
.faq {
  display: grid;
  gap: 28px;
}

.advantages h2,
.faq h2 {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
}

.advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.advantages__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 70px;
  padding: 16px 18px;
  border-radius: 8px;
  background: #0d0708;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.advantages__item img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.advantages__item span {
  font-size: 16px;
  font-weight: 500;
}

.faq__list {
  display: grid;
  gap: 22px;
}

.faq__item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(42, 34, 36, 0.3);
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 22px 10px;
  text-align: left;
}

.faq__question span {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
}

.faq__question::after {
  content: "+";
  margin-left: 16px;
  color: #c8c2ff;
  font-size: 20px;
  line-height: 1;
}

.faq__item.is-open .faq__question::after {
  content: "−";
}

.faq__answer {
  padding: 0 22px 22px;
}

.faq__answer p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.footer {
  margin-top: 48px;
  padding: 0 20px 24px;
}

.footer__top,
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 20px;
  border-top: 1px solid var(--line);
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 34px;
  max-width: 780px;
}

.footer__links a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 6px;
}

.social-box img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.social-box--instagram { background: linear-gradient(180deg, #ff49aa 0%, #8b3dff 100%); }
.social-box--vk { background: #1d81ff; }
.social-box--telegram { background: #28a4f0; }
.social-box--youtube { background: #ff1f1f; }

.footer__legal,
.footer__warning {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer__legal {
  max-width: 340px;
}

.footer__warning {
  max-width: 520px;
}

.footer__legal img {
  width: 34px;
  height: 34px;
}

.footer__warning img {
  width: 42px;
  height: 42px;
}

.footer__legal p,
.footer__warning p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.45;
}

.lang-switcher--footer {
  flex-shrink: 0;
}

.is-locked {
  overflow: hidden;
}

.info-main {
  padding-top: 28px;
}

.toc {
  width: min(100%, var(--max-width));
  margin: 20px auto 0;
  padding: 0 48px;
}

.toc__label {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.toc__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  counter-reset: toc-item;
}

.toc__list a {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.4;
}

.toc__list a::before {
  counter-increment: toc-item;
  content: counter(toc-item) ".";
  min-width: 20px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
}

.toc__list a:hover {
  color: #ffffff;
}

.info-hero,
.info-layout {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.info-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 20px;
  padding: 0 48px;
}

.info-hero__media {
  overflow: hidden;
  border-radius: 18px;
  min-height: 320px;
  background: #120d0e;
}

.info-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.info-hero__content {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(35, 29, 30, 0.94) 0%, rgba(21, 16, 17, 0.98) 100%);
}

.info-hero__eyebrow {
  margin: 0;
  color: #b8ff4b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.info-hero__content h1 {
  margin: 0;
  font-size: 46px;
  line-height: 1.05;
}

.info-hero__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.6;
}

.info-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
}

.info-card,
.info-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(35, 29, 30, 0.72) 0%, rgba(20, 15, 16, 0.92) 100%);
}

.info-card {
  padding: 34px 36px;
}

.rich-content {
  display: grid;
  gap: 20px;
}

.rich-content h2 {
  margin: 14px 0 0;
  font-size: 32px;
  line-height: 1.15;
}

.rich-content p,
.rich-content li,
.rich-content td {
  color: rgba(255, 255, 255, 0.92);
}

.rich-content ul,
.rich-content ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1.65;
}

.rich-content li::marker {
  color: #b8ff4b;
}

.rich-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(15, 10, 11, 0.45);
}

.rich-content tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rich-content tr:last-child {
  border-bottom: 0;
}

.rich-content td {
  padding: 14px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: top;
}

.rich-content td:first-child {
  width: 34%;
  color: #ffffff;
  font-weight: 500;
}

.rich-content td:last-child {
  border-right: 0;
}

.info-sidebar {
  display: grid;
  gap: 18px;
  align-content: start;
}

.info-panel {
  padding: 24px;
}

.info-panel__label {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.info-panel h2 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.2;
}

.info-sidebar__nav,
.info-panel__stats {
  display: grid;
  gap: 12px;
}

.info-sidebar__nav a {
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.86);
}

.info-panel__stats div {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.info-panel__stats span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.info-panel__stats strong {
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .header {
    position: sticky;
  }

  .header__inner {
    min-height: 56px;
    padding: 8px;
  }

  .header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header__logo img {
    width: 158px;
  }

  .header__desktop-actions {
    display: none;
  }

  .header__nav {
    display: none;
  }

  .header__burger {
    display: inline-flex;
    margin-left: auto;
  }

  .mobile-overlay[hidden],
  .mobile-panel[hidden] {
    display: none;
  }

  .mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
  }

  .mobile-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 100%);
    height: 100vh;
    padding: 16px 16px 24px;
    background: var(--bg);
    box-shadow: -2px 0 18px rgba(0, 0, 0, 0.5);
    overflow: auto;
  }

  .mobile-panel.is-open,
  .mobile-overlay.is-open {
    display: block;
  }

  .mobile-panel__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .mobile-panel__close {
    width: 32px;
    height: 32px;
    padding: 0;
  }

  .mobile-panel__actions {
    display: grid;
    gap: 10px;
    margin-bottom: 24px;
  }

  .mobile-panel__nav {
    display: grid;
    gap: 8px;
    margin-bottom: 24px;
  }

  .mobile-panel__nav a {
    padding: 12px;
    border-radius: 4px;
    color: var(--muted);
  }

  .header__socials--mobile {
    justify-content: center;
    margin-bottom: 24px;
  }

  .lang-switcher--mobile {
    justify-content: center;
    width: 100%;
  }

  .hero__badge {
    top: 16px;
    min-height: 42px;
    padding: 0 18px;
    font-size: 14px;
  }

  .hero__actions-wrap {
    width: min(calc(100% - 16px), 660px);
    margin-top: -44px;
  }

  .hero__actions-panel {
    gap: 18px;
    padding: 0 18px;
  }

  .category-nav__item {
    min-height: 88px;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
  }

  .base-block {
    padding: 48px 32px 0;
  }

  .advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer__top,
  .footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer__legal,
  .footer__warning {
    max-width: none;
  }

  .info-hero,
  .toc,
  .info-layout {
    padding-left: 32px;
    padding-right: 32px;
  }

  .info-hero {
    grid-template-columns: 1fr;
  }

  .info-layout {
    grid-template-columns: 1fr;
  }

  .info-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 668px) {
  .hero--homepage .hero__image--desktop {
    display: none;
  }

  .hero--homepage .hero__image--mobile {
    display: block;
  }

  .hero__image--desktop {
    display: none;
  }

  .hero__image--mobile {
    display: block;
    width: 100%;
  }

  .hero__actions-wrap {
    width: calc(100% - 16px);
    margin-top: -18px;
  }

  .hero__actions-panel {
    border-radius: 16px 16px 0 0;
    flex-direction: column;
    gap: 10px;
    min-height: auto;
    padding: 12px;
  }

  .hero__cta {
    min-height: 48px;
    min-width: 0;
    width: 100%;
    padding: 0 18px;
    font-size: 14px;
    white-space: normal;
  }

  .category-nav {
    margin: 34px 8px 0;
    width: auto;
    border-radius: 8px;
    overflow: hidden;
  }

  .category-nav__item {
    min-height: 64px;
    font-size: 10px;
    line-height: 1.2;
  }

  .category-nav__item img {
    width: 24px;
    height: 24px;
  }

  .base-block {
    gap: 32px;
    margin-top: 20px;
    padding: 0 8px;
  }

  h1,
  .advantages h2,
  .faq h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .intro-block__content {
    gap: 16px;
    padding: 16px 8px 0;
  }

  .intro-block p {
    font-size: 14px;
    line-height: 1.45;
  }

  .intro-block__content ul,
  .intro-block__content ol {
    gap: 10px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 1.45;
  }

  .intro-block__content td {
    padding: 12px;
    font-size: 13px;
    line-height: 1.4;
  }

  .text-link {
    font-size: 16px;
  }

  .advantages__grid {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .advantages__item {
    min-height: 64px;
    padding: 12px;
  }

  .advantages__item span {
    font-size: 14px;
  }

  .faq__list {
    gap: 14px;
  }

  .faq__item {
    border-radius: 10px;
  }

  .faq__question {
    padding: 16px 16px 8px;
  }

  .faq__question span {
    font-size: 12px;
    line-height: 1.3;
  }

  .faq__answer {
    padding: 0 16px 16px;
  }

  .faq__answer p {
    font-size: 14px;
    line-height: 1.45;
  }

  .footer {
    margin-top: 32px;
    padding: 0 8px 20px;
  }

  .footer__top,
  .footer__bottom {
    padding: 20px 0;
  }

  .footer__links {
    justify-content: center;
    gap: 14px 24px;
  }

  .footer__links a,
  .footer__legal p,
  .footer__warning p,
  .lang-switcher span {
    font-size: 10px;
  }

  .footer__warning,
  .footer__legal {
    align-items: flex-start;
  }

  .info-main {
    padding-top: 16px;
  }

  .info-hero,
  .toc,
  .info-layout {
    padding-left: 8px;
    padding-right: 8px;
  }

  .toc {
    margin-top: 12px;
  }

  .toc__list a {
    font-size: 13px;
  }

  .info-hero {
    gap: 12px;
  }

  .info-hero__media {
    min-height: 180px;
    border-radius: 12px;
  }

  .info-hero__content,
  .info-card,
  .info-panel {
    padding: 20px;
    border-radius: 12px;
  }

  .info-hero__content h1 {
    font-size: 30px;
  }

  .info-hero__content p,
  .rich-content p,
  .rich-content li {
    font-size: 14px;
    line-height: 1.5;
  }

  .rich-content h2 {
    font-size: 24px;
  }

  .rich-content td {
    padding: 12px;
    font-size: 13px;
    line-height: 1.4;
  }

  .info-sidebar {
    order: -1;
    grid-template-columns: 1fr;
  }
}