:root {
  --blog-ink: #101114;
  --blog-muted: #666873;
  --blog-paper: #f7f7f4;
  --blog-white: #fff;
  --blog-line: #dedfe4;
  --blog-blue: #174ee8;
  --blog-purple: #6848f5;
  --blog-lime: #b8ff74;
  --blog-radius: 28px;
  --blog-shadow: 0 24px 70px rgba(17, 20, 32, .1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.aifory-blog {
  margin: 0;
  color: var(--blog-ink);
  background: var(--blog-paper);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.aifory-blog a {
  color: inherit;
  text-decoration: none;
}

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

.blog-frame {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.blog-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(16, 17, 20, .08);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(20px);
}

.blog-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 76px;
  gap: 44px;
}

.blog-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}

.blog-brand img {
  width: 54px;
  height: auto;
}

.blog-brand strong {
  font-size: 24px;
  letter-spacing: -.04em;
}

.blog-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.blog-nav a {
  color: #44464e;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s ease;
}

.blog-nav a:hover {
  color: var(--blog-blue);
}

.blog-header__cta,
.article-inline-cta,
.article-final-cta a,
.blog-booking-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  color: #fff;
  background: var(--blog-blue);
  font-size: 14px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.blog-header__cta:hover,
.article-inline-cta:hover,
.article-final-cta a:hover,
.blog-booking-card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(23, 78, 232, .24);
  background: #0d40cf;
}

.blog-hero {
  padding-block: 64px 88px;
}

.blog-hero__eyebrow,
.blog-section-head > div > span,
.blog-subscribe span,
.article-final-cta > span {
  display: block;
  margin-bottom: 14px;
  color: var(--blog-purple);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.blog-hero__heading {
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: end;
  gap: 64px;
  margin-bottom: 48px;
}

.blog-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(52px, 6.3vw, 88px);
  line-height: .94;
  letter-spacing: -.07em;
}

.blog-hero__heading p {
  max-width: 700px;
  margin: 28px 0 0;
  color: var(--blog-muted);
  font-size: 20px;
  line-height: 1.45;
}

.blog-search label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
}

.blog-search > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 58px;
  padding-inline: 18px;
  border: 1px solid var(--blog-line);
  border-radius: 18px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.blog-search > div:focus-within {
  border-color: var(--blog-blue);
  box-shadow: 0 0 0 4px rgba(23, 78, 232, .1);
}

.blog-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--blog-ink);
  background: transparent;
  font: inherit;
}

.blog-search span {
  color: var(--blog-blue);
  font-size: 28px;
  font-weight: 800;
}

.blog-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, .85fr);
  height: 630px;
  gap: 18px;
}

.blog-editorial__lead,
.blog-editorial__small {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 34px;
  isolation: isolate;
  background: #1d1e24;
}

.blog-editorial__lead img,
.blog-editorial__small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.blog-editorial__lead:hover img,
.blog-editorial__small:hover img {
  transform: scale(1.035);
}

.blog-card__shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(5, 8, 18, .18) 48%, rgba(5, 8, 18, .92) 100%);
}

.blog-editorial__copy,
.blog-editorial__small > span:last-child {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 42px;
  color: #fff;
}

.blog-editorial small,
.article-related small {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blog-editorial__lead strong {
  max-width: 690px;
  font-size: clamp(34px, 3.7vw, 54px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.blog-editorial__copy em {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}

.blog-editorial__side {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.blog-editorial__small > span:last-child {
  padding: 28px;
}

.blog-editorial__small strong {
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.blog-latest {
  padding-block: 90px 110px;
  border-radius: 48px 48px 0 0;
  background: #fff;
}

.blog-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 42px;
}

.blog-section-head h2 {
  margin: 0;
  font-size: clamp(40px, 4vw, 62px);
  line-height: 1;
  letter-spacing: -.055em;
}

.blog-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.blog-filters button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--blog-line);
  border-radius: 999px;
  color: #34363d;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.blog-filters button:hover,
.blog-filters button.is-active {
  border-color: var(--blog-ink);
  color: #fff;
  background: var(--blog-ink);
}

.blog-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 52px;
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 24px;
}

.blog-list-card {
  min-width: 0;
}

.blog-list-card[hidden] {
  display: none;
}

.blog-list-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  background: #e8e9ed;
}

.blog-list-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}

.blog-list-card__image > span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  opacity: 0;
  color: #fff;
  background: rgba(13, 14, 20, .72);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
}

.blog-list-card__image:hover img {
  transform: scale(1.04);
}

.blog-list-card__image:hover > span {
  opacity: 1;
  transform: translateY(0);
}

.blog-list-card__body {
  padding: 18px 4px 0;
}

.blog-list-card__body > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #7a7c85;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blog-list-card__body > div small {
  color: var(--blog-blue);
  font-size: inherit;
  font-weight: inherit;
}

.blog-list-card h3 {
  margin: 12px 0 9px;
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.blog-list-card h3 a:hover {
  color: var(--blog-blue);
}

.blog-list-card p {
  margin: 0 0 16px;
  color: var(--blog-muted);
  font-size: 15px;
  line-height: 1.5;
}

.blog-list-card__body > span {
  color: #858791;
  font-size: 12px;
  font-weight: 700;
}

.blog-empty {
  grid-column: 1 / -1;
  min-height: 220px;
  margin: 0;
  padding: 60px;
  border-radius: 24px;
  color: var(--blog-muted);
  background: var(--blog-paper);
  text-align: center;
}

.blog-sidebar {
  position: sticky;
  top: 106px;
  display: grid;
  gap: 18px;
}

.blog-booking-card,
.blog-note {
  padding: 28px;
  border-radius: var(--blog-radius);
}

.blog-booking-card {
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #144eeb 0%, #5547f4 68%, #7d4bf0 100%);
  box-shadow: var(--blog-shadow);
}

.blog-booking-card > span {
  display: block;
  margin-bottom: 18px;
  color: var(--blog-lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blog-booking-card strong {
  display: block;
  font-size: 29px;
  line-height: 1.03;
  letter-spacing: -.04em;
}

.blog-booking-card p {
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.5;
}

.blog-booking-card a {
  width: 100%;
  color: #19213b;
  background: var(--blog-lime);
}

.blog-booking-card a:hover {
  background: #c8ff95;
}

.blog-note {
  border: 1px solid var(--blog-line);
  background: #f4f5f7;
}

.blog-note > span {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 14px;
  color: var(--blog-blue);
  background: #fff;
  font-size: 22px;
}

.blog-note strong {
  font-size: 18px;
}

.blog-note p {
  margin: 10px 0 0;
  color: var(--blog-muted);
  font-size: 13px;
  line-height: 1.55;
}

.blog-subscribe {
  padding-block: 92px;
  color: #fff;
  background: #131522;
}

.blog-subscribe__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 300px;
  padding: 54px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 86% 36%, rgba(184, 255, 116, .28) 0 8%, transparent 9%),
    radial-gradient(circle at 72% 110%, rgba(126, 77, 244, .9) 0 24%, transparent 45%),
    linear-gradient(130deg, #1556ef, #313eec 55%, #7348ef);
}

.blog-subscribe h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  line-height: .95;
  letter-spacing: -.06em;
}

.blog-subscribe p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
}

.blog-subscribe__inner > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 220px;
  min-height: 60px;
  padding-inline: 24px;
  border-radius: 18px;
  color: #172038;
  background: var(--blog-lime);
  font-size: 16px;
  font-weight: 900;
  transition: transform .2s ease;
}

.blog-subscribe__inner > a:hover {
  transform: translateY(-3px) rotate(-1deg);
}

.blog-footer {
  padding-block: 42px;
  color: #c7cad5;
  background: #131522;
}

.blog-footer .blog-frame {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.blog-footer .blog-brand strong {
  color: #fff;
}

.blog-footer p {
  margin: 0 auto 0 0;
  font-size: 13px;
}

.blog-footer > div > a:last-child {
  color: var(--blog-lime);
  font-size: 13px;
  font-weight: 800;
}

/* Article */
.article-progress {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  pointer-events: none;
}

.article-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--blog-blue), var(--blog-purple), var(--blog-lime));
}

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

.article-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 54px;
  color: var(--blog-blue);
  font-size: 14px;
  font-weight: 800;
}

.article-back:hover span {
  transform: translateX(-4px);
}

.article-back span {
  transition: transform .2s ease;
}

.article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: #777984;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.article-hero__meta span:first-child {
  color: var(--blog-blue);
}

.article-hero h1 {
  max-width: 1100px;
  margin: 22px 0 24px;
  font-size: clamp(54px, 6vw, 84px);
  line-height: .98;
  letter-spacing: -.066em;
}

.article-hero__dek {
  max-width: 820px;
  margin: 0;
  color: #5f616b;
  font-size: 22px;
  line-height: 1.45;
}

.article-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 32px 0 44px;
  padding: 0;
  list-style: none;
}

.article-facts li {
  padding: 11px 15px;
  border: 1px solid var(--blog-line);
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.article-cover {
  overflow: hidden;
  margin: 0;
  border-radius: 36px;
  background: #e5e6e9;
  box-shadow: var(--blog-shadow);
}

.article-cover img {
  width: 100%;
  max-height: 650px;
  aspect-ratio: 2.15 / 1;
  object-fit: cover;
}

.article-cover figcaption,
.article-section figure figcaption {
  padding: 12px 18px;
  color: #777984;
  background: #fff;
  font-size: 11px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 800px) minmax(240px, 320px);
  align-items: start;
  justify-content: space-between;
  gap: 72px;
  padding-block: 78px 110px;
}

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

.article-lead {
  margin-bottom: 84px;
  padding-left: 28px;
  border-left: 5px solid var(--blog-lime);
}

.article-lead p {
  margin: 0 0 20px;
  font-size: 23px;
  font-weight: 550;
  line-height: 1.5;
  letter-spacing: -.017em;
}

.article-lead p:last-child {
  margin-bottom: 0;
}

.article-section {
  scroll-margin-top: 110px;
  margin-bottom: 84px;
}

.article-section__number {
  display: inline-grid;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--blog-ink);
  font-size: 12px;
  font-weight: 900;
}

.article-section h2 {
  margin: 0 0 24px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.05em;
}

.article-section > p {
  margin: 0 0 22px;
  color: #383a42;
  font-size: 19px;
  line-height: 1.72;
}

.article-section figure {
  overflow: hidden;
  margin: 38px 0 12px;
  border-radius: 26px;
  background: #e5e6e9;
}

.article-section figure img {
  width: 100%;
  max-height: 520px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* Preserve documented landmarks, including the full Soyuz rocket. */
.article-section .article-photo img {
  display: block;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
}

.article-section .article-photo_portrait img {
  max-height: 680px;
  object-fit: contain;
}

.article-photo__place,
.article-photo__credit { display: block; }
.article-photo__place { color: #4f515b; font-size: 13px; line-height: 1.6; }
.article-photo__credit { margin-top: 5px; line-height: 1.6; overflow-wrap: anywhere; }
.article-photo__credit a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

.article-checklist {
  display: grid;
  gap: 11px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.article-checklist li {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  gap: 13px;
  padding: 17px 18px;
  border-radius: 16px;
  background: #fff;
  font-size: 16px;
  line-height: 1.45;
}

.article-checklist li span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #1748d1;
  background: var(--blog-lime);
  font-size: 12px;
  font-weight: 900;
}

.article-inline-cta {
  width: max-content;
  max-width: 100%;
  min-height: 58px;
  margin-top: 28px;
  padding-inline: 25px;
  border-radius: 18px;
  font-size: 15px;
}

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

.article-toc {
  position: sticky;
  top: 108px;
  padding: 28px;
  border: 1px solid var(--blog-line);
  border-radius: 24px;
  background: #fff;
}

.article-toc > span {
  display: block;
  margin-bottom: 18px;
  color: var(--blog-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.article-toc nav {
  display: grid;
  gap: 3px;
}

.article-toc nav a {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 8px;
  padding: 9px 7px;
  border-radius: 10px;
  color: #51535c;
  font-size: 12px;
  line-height: 1.35;
  transition: color .2s ease, background .2s ease;
}

.article-toc nav a b {
  color: #a4a6ad;
  font-size: 10px;
}

.article-toc nav a:hover,
.article-toc nav a.is-active {
  color: var(--blog-blue);
  background: #f2f5ff;
}

.article-toc button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 46px;
  margin-top: 20px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--blog-ink);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.article-disclaimer {
  margin-top: 10px;
  padding: 26px;
  border-radius: 20px;
  color: #283118;
  background: #e7ffd0;
}

.article-disclaimer strong {
  font-size: 18px;
}

.article-disclaimer p {
  margin: 9px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.article-final-cta {
  margin-top: 28px;
  padding: 42px;
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(140deg, #164fe8, #5847ef 70%);
}

.article-final-cta > span {
  color: var(--blog-lime);
}

.article-final-cta strong {
  display: block;
  font-size: 42px;
  letter-spacing: -.05em;
}

.article-final-cta p {
  margin: 12px 0 24px;
  color: rgba(255, 255, 255, .77);
}

.article-final-cta a {
  color: #182135;
  background: var(--blog-lime);
}

.article-related {
  padding-block: 90px 110px;
  border-radius: 48px 48px 0 0;
  background: #fff;
}

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

.article-related__grid > a {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border-radius: 26px;
  color: #fff;
  isolation: isolate;
  background: #171920;
}

.article-related__grid img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.article-related__grid > a::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 25%, rgba(7, 9, 17, .88));
}

.article-related__grid > a:hover img {
  transform: scale(1.04);
}

.article-related__grid > a span {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
}

.article-related__grid small {
  display: block;
}

.article-related__grid strong {
  display: block;
  font-size: 25px;
  line-height: 1.08;
  letter-spacing: -.035em;
}

@media (max-width: 980px) {
  .blog-header__inner {
    gap: 22px;
  }

  .blog-nav {
    display: none;
  }

  .blog-header__cta {
    grid-column: 3;
  }

  .blog-hero__heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .blog-search {
    max-width: 520px;
  }

  .blog-editorial {
    grid-template-columns: 1.25fr .75fr;
  }

  .blog-content-grid {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .article-sidebar {
    grid-row: 1;
  }

  .article-toc {
    position: static;
  }

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

@media (max-width: 720px) {
  .blog-frame {
    width: min(100% - 32px, 1240px);
  }

  .blog-header__inner {
    min-height: 68px;
  }

  .blog-brand {
    gap: 8px;
  }

  .blog-brand img {
    width: 46px;
  }

  .blog-brand strong {
    font-size: 20px;
  }

  .blog-header__cta {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 0;
  }

  .blog-header__cta span {
    font-size: 18px;
  }

  .blog-hero {
    padding-block: 42px 58px;
  }

  .blog-hero h1 {
    font-size: 48px;
  }

  .blog-hero__heading p {
    margin-top: 20px;
    font-size: 17px;
  }

  .blog-editorial {
    display: block;
    height: auto;
  }

  .blog-editorial__lead {
    min-height: 500px;
  }

  .blog-editorial__side {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    margin-top: 14px;
  }

  .blog-editorial__small {
    min-height: 320px;
  }

  .blog-editorial__copy {
    padding: 26px;
  }

  .blog-editorial__lead strong {
    font-size: 34px;
  }

  .blog-editorial .blog-card__shade {
    background: linear-gradient(180deg, rgba(5, 8, 18, .05), rgba(5, 8, 18, .22) 42%, rgba(5, 8, 18, .87) 100%);
  }

  .blog-editorial__small > span:last-child {
    padding: 24px;
  }

  .blog-latest,
  .article-related {
    padding-block: 62px 72px;
    border-radius: 32px 32px 0 0;
  }

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

  .blog-section-head h2 {
    font-size: 42px;
  }

  .blog-filters {
    justify-content: flex-start;
    margin-top: 24px;
  }

  .blog-card-grid,
  .blog-sidebar,
  .article-related__grid {
    grid-template-columns: 1fr;
  }

  .blog-list-card h3 {
    font-size: 24px;
  }

  .blog-sidebar {
    margin-top: 16px;
  }

  .blog-subscribe {
    padding-block: 56px;
  }

  .blog-subscribe__inner {
    display: block;
    min-height: 430px;
    padding: 30px;
  }

  .blog-subscribe__inner > a {
    width: 100%;
    margin-top: 34px;
  }

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

  .blog-footer p {
    margin: 0;
  }

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

  .article-back {
    margin-bottom: 38px;
  }

  .article-hero h1 {
    margin-top: 18px;
    font-size: 45px;
  }

  .article-hero__dek {
    font-size: 18px;
  }

  .article-facts {
    margin-block: 25px 30px;
  }

  .article-cover {
    border-radius: 24px;
  }

  .article-cover img {
    aspect-ratio: 4 / 3;
  }

  .article-layout {
    gap: 40px;
    padding-block: 48px 72px;
  }

  .article-toc {
    padding: 22px;
  }

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

  .article-lead {
    margin-bottom: 62px;
    padding-left: 20px;
  }

  .article-lead p {
    font-size: 19px;
  }

  .article-section {
    margin-bottom: 62px;
  }

  .article-section h2 {
    font-size: 36px;
  }

  .article-section > p {
    font-size: 17px;
  }

  .article-section figure {
    margin-inline: -4px;
    border-radius: 20px;
  }

  .article-inline-cta {
    width: 100%;
  }

  .article-final-cta {
    padding: 30px;
  }

  .article-final-cta strong {
    font-size: 36px;
  }

  .article-related__grid > a {
    min-height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
