:root {
  --ar-navy: #0d3f70;
  --ar-blue: #155b93;
  --ar-blue-bright: #2f83c3;
  --ar-orange: #f16b00;
  --ar-ink: #173b61;
  --ar-muted: #65788a;
  --ar-line: rgba(21, 77, 128, 0.13);
  --ar-surface: rgba(255, 255, 255, 0.76);
  --ar-shadow: 0 26px 68px rgba(31, 68, 103, 0.11);
}

html {
  scroll-behavior: smooth;
}

body.articles-page {
  padding-bottom: 0;
  color: var(--ar-ink);
  background:
    radial-gradient(circle at 14% 16%, rgba(235, 203, 183, 0.58), transparent 29%),
    radial-gradient(circle at 90% 33%, rgba(184, 215, 241, 0.6), transparent 30%),
    linear-gradient(135deg, #eee6e3, #dfe8f3 47%, #f1e5dd 100%);
  background-attachment: fixed;
}

body.articles-page .header__nav-link.is-current,
body.articles-page .header-mobile-menu__link.is-current {
  color: var(--ar-orange);
}

.ar-main {
  overflow: hidden;
  padding-bottom: 0;
}

.ar-main :where(h1, h2, h3, p, figure, dl) {
  margin-top: 0;
}

.ar-hero,
.ar-article-hero {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1580px;
  min-height: 760px;
  margin: 16px auto 0;
  padding: 154px 64px 64px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  background: #fff8ef;
  box-shadow: var(--ar-shadow);
}

.ar-hero__image,
.ar-article-hero__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ar-hero {
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 221, 197, 0.52), transparent 34%),
    linear-gradient(135deg, #fff9f3, #edf5fb);
}

.ar-hero__image {
  object-fit: cover;
  object-position: right center;
}

.ar-hero__veil,
.ar-article-hero__veil {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 245, 0.99) 0%, rgba(255, 250, 245, 0.96) 35%, rgba(255, 250, 245, 0.72) 49%, rgba(255, 250, 245, 0.08) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(226, 240, 252, 0.1));
}

.ar-hero__copy,
.ar-article-hero__copy {
  width: min(690px, 54%);
}

.ar-hero .sv-breadcrumb,
.ar-article-hero .sv-breadcrumb {
  margin-bottom: 44px;
}

.ar-hero .sv-eyebrow,
.ar-article-hero .sv-eyebrow,
.ar-main .sv-section__label {
  color: var(--ar-orange);
}

.ar-hero .sv-eyebrow,
.ar-main .sv-section__label {
  font-size: 20px;
}

.ar-heading-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ar-heading-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  object-fit: contain;
  filter: drop-shadow(0 7px 12px rgba(241, 107, 0, 0.12));
}

.ar-hero h1,
.ar-article-hero h1 {
  margin-top: 16px;
  color: var(--ar-navy);
  font-family: "Poppins", sans-serif;
  font-size: clamp(58px, 6.2vw, 100px);
  font-weight: 600;
  line-height: 0.93;
  letter-spacing: -0.065em;
}

.ar-hero h1 em,
.ar-article-hero h1 em,
.ar-section h2 em,
.ar-telegram h2 em {
  color: var(--ar-orange);
  font-style: normal;
}

.ar-hero__lead,
.ar-article-hero__copy > p:not(.sv-eyebrow) {
  max-width: 610px;
  margin: 28px 0 0;
  color: #455b70;
  font-family: "Poppins", sans-serif;
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.62;
}

.ar-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.ar-hero__facts span {
  min-height: 94px;
  padding: 17px 16px;
  border: 1px solid rgba(21, 77, 128, 0.12);
  border-radius: 17px;
  color: #6b7c8c;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 14px 30px rgba(44, 76, 106, 0.06);
  backdrop-filter: blur(12px);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.ar-hero__facts strong {
  display: block;
  min-height: 2.25em;
  margin-bottom: 5px;
  color: var(--ar-navy);
  font-family: "Tinos", serif;
  font-size: 21px;
  line-height: 1.08;
}

.ar-hero__actions,
.ar-article-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.ar-main .sv-button {
  min-height: 56px;
}

.ar-main .sv-button--primary {
  background: linear-gradient(135deg, #104777, #287db7);
  box-shadow: 0 14px 30px rgba(20, 85, 139, 0.22);
}

.ar-main .sv-button--ghost {
  border-color: rgba(21, 77, 128, 0.23);
  color: var(--ar-navy);
  background: rgba(255, 255, 255, 0.6);
}

.ar-main .ar-button-secondary {
  min-height: 56px;
  padding: 0 9px 0 25px;
  gap: 16px;
  border-color: rgba(21, 77, 128, 0.22);
  color: var(--ar-navy);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(44, 74, 105, 0.07);
}

.ar-main .ar-button-secondary .sv-button__icon {
  width: 42px;
  height: 42px;
  color: var(--ar-orange);
  background: rgba(21, 77, 128, 0.08);
}

.ar-main .ar-button-secondary .ar-telegram-button__icon {
  width: 42px;
  height: 42px;
  background: transparent;
}

.ar-main .ar-button-secondary:hover .ar-telegram-button__icon,
.ar-main .ar-button-secondary:focus-visible .ar-telegram-button__icon {
  background: transparent;
}

.ar-main .ar-telegram-button__icon svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
  stroke: none;
}

.ar-hero__badge,
.ar-article-hero__badge {
  position: absolute;
  right: 36px;
  bottom: 34px;
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 17px 22px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 18px;
  color: #fff;
  background: rgba(13, 63, 112, 0.92);
  box-shadow: 0 16px 34px rgba(13, 63, 112, 0.22);
  backdrop-filter: blur(12px);
}

.ar-hero__badge strong,
.ar-article-hero__badge strong {
  color: #ff8a32;
  font-family: "Tinos", serif;
  font-size: 43px;
  line-height: 1;
}

.ar-hero__badge span,
.ar-article-hero__badge span {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.35;
}

.ar-trust,
.ar-article-trust,
.ar-section,
.ar-telegram,
.ar-article-layout,
.ar-related {
  width: calc(100% - 128px);
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.ar-trust,
.ar-article-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.ar-trust article,
.ar-article-trust article {
  position: relative;
  min-height: 178px;
  padding: 30px 28px 25px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(241, 247, 252, 0.78));
  box-shadow: 0 19px 45px rgba(44, 74, 105, 0.08);
}

.ar-trust article::before,
.ar-article-trust article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--ar-orange), var(--ar-blue) 60%, rgba(21, 91, 147, 0.18));
}

.ar-trust article > span,
.ar-article-trust article > span {
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgba(241, 107, 0, 0.45);
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.ar-trust strong,
.ar-trust small,
.ar-article-trust strong,
.ar-article-trust small {
  display: block;
}

.ar-trust strong,
.ar-article-trust strong {
  max-width: calc(100% - 54px);
  min-height: 2.3em;
  color: var(--ar-navy);
  font-family: "Tinos", serif;
  font-size: 23px;
  line-height: 1.15;
}

.ar-trust small,
.ar-article-trust small {
  margin-top: 8px;
  color: var(--ar-muted);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.ar-section {
  padding-top: 128px;
  scroll-margin-top: 110px;
}

.ar-section h2,
.ar-telegram h2,
.ar-related h2 {
  color: var(--ar-navy);
  font-family: "Tinos", serif;
  font-size: clamp(42px, 4.1vw, 64px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.ar-section__header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.65fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 36px;
}

.ar-section__header h2 {
  max-width: 800px;
  margin-bottom: 0;
}

.ar-section__header > p,
.ar-editorial__copy > p:not(.sv-section__label),
.ar-telegram p:not(.sv-section__label) {
  color: var(--ar-muted);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

.ar-filters {
  display: flex;
  gap: 9px;
  margin-bottom: 22px;
  padding-bottom: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ar-filters::-webkit-scrollbar {
  display: none;
}

.ar-filters button {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 21px;
  border: 1px solid rgba(21, 77, 128, 0.13);
  border-radius: 999px;
  color: var(--ar-blue);
  background: rgba(255, 255, 255, 0.65);
  box-shadow: none;
  cursor: pointer;
  font: 600 16px/1 "Poppins", sans-serif;
  transition: color 220ms ease, border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.ar-filters button:hover {
  transform: translateY(-2px);
}

.ar-filters button.is-active {
  border-color: var(--ar-blue);
  color: #fff;
  background: linear-gradient(135deg, var(--ar-navy), var(--ar-blue-bright));
}

.ar-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 294px 294px 320px;
  gap: 18px;
}

.ar-story {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 46px rgba(40, 73, 105, 0.09);
  flex-direction: column;
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.ar-story:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 58px rgba(40, 73, 105, 0.14);
}

.ar-story[hidden] {
  display: none !important;
}

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

.ar-story__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.ar-story__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 16px;
  color: rgba(23, 59, 97, 0.48);
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ar-story__meta span:first-child {
  color: var(--ar-orange);
}

.ar-story h3 {
  margin-bottom: 13px;
  color: var(--ar-navy);
  font-family: "Tinos", serif;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.ar-story h3 a {
  color: inherit;
  text-decoration: none;
}

.ar-story p {
  margin-bottom: 18px;
  color: var(--ar-muted);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 1.65;
}

.ar-story__link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: var(--ar-orange);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.ar-story__link span {
  transition: transform 220ms ease;
}

.ar-story__link:hover span {
  transform: translate(3px, -3px);
}

.ar-story--feature {
  grid-column: 1 / 7;
  grid-row: 1 / 3;
  padding: 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(178, 216, 246, 0.52), transparent 42%),
    rgba(250, 253, 255, 0.88);
}

.ar-story--feature > img {
  width: 100%;
  height: 58%;
  padding: 20px;
  object-fit: contain;
}

.ar-story--feature .ar-story__copy {
  padding: 30px 34px 32px;
  border-top: 1px solid rgba(21, 77, 128, 0.08);
  background:
    radial-gradient(circle at 100% 100%, rgba(255, 162, 104, 0.16), transparent 43%),
    rgba(255, 255, 255, 0.8);
}

.ar-story--feature h3 {
  max-width: 600px;
  font-size: clamp(34px, 3.1vw, 49px);
}

.ar-story--myths {
  grid-column: 7 / 10;
  grid-row: 1;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 190, 146, 0.27), transparent 42%),
    rgba(255, 249, 244, 0.84);
}

.ar-story--toddlers {
  grid-column: 10 / 13;
  grid-row: 1;
  padding: 0;
  background: #eaf2fa;
}

.ar-story--toddlers > img {
  width: 100%;
  height: 53%;
  padding: 12px 12px 0;
  object-fit: contain;
}

.ar-story--toddlers .ar-story__copy {
  padding: 20px 24px 23px;
  background: rgba(255, 255, 255, 0.82);
}

.ar-story--toddlers h3 {
  font-size: 25px;
}

.ar-story--endoscopy {
  grid-column: 7 / 13;
  grid-row: 2;
  color: #fff;
  background:
    radial-gradient(circle at 92% 6%, rgba(255, 144, 76, 0.34), transparent 38%),
    linear-gradient(135deg, #0a3868, #155d92);
}

.ar-story--endoscopy::after {
  position: absolute;
  right: -82px;
  bottom: -140px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.ar-story--endoscopy h3,
.ar-story--endoscopy .ar-story__link {
  color: #fff;
}

.ar-story--endoscopy h3 {
  max-width: 590px;
  font-size: clamp(31px, 2.6vw, 43px);
}

.ar-story--endoscopy p {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.72);
}

.ar-story--endoscopy .ar-story__meta,
.ar-story--endoscopy .ar-story__meta span:first-child {
  color: rgba(255, 255, 255, 0.62);
}

.ar-story--checklist {
  grid-column: 1 / 5;
  grid-row: 3;
  padding: 0;
  background: rgba(255, 255, 255, 0.82);
}

.ar-story--checklist > img {
  width: 100%;
  height: 54%;
  padding: 12px 12px 0;
  object-fit: contain;
}

.ar-story--checklist .ar-story__copy {
  padding: 19px 25px 23px;
}

.ar-story--recovery {
  grid-column: 5 / 9;
  grid-row: 3;
  padding: 0;
  color: #fff;
  background: #173f65;
}

.ar-story--recovery > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ar-story--recovery .ar-story__veil {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 41, 70, 0.05), rgba(8, 41, 70, 0.88));
}

.ar-story--recovery .ar-story__copy {
  justify-content: flex-end;
  padding: 26px;
}

.ar-story--recovery h3,
.ar-story--recovery .ar-story__link {
  color: #fff;
}

.ar-story--recovery .ar-story__meta,
.ar-story--recovery .ar-story__meta span:first-child {
  color: rgba(255, 255, 255, 0.7);
}

.ar-story--travel {
  grid-column: 9 / 13;
  grid-row: 3;
  background:
    radial-gradient(circle at 90% 10%, rgba(170, 211, 243, 0.42), transparent 38%),
    linear-gradient(145deg, rgba(239, 247, 253, 0.92), rgba(255, 255, 255, 0.78));
}

.ar-bento.is-filtered {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  grid-auto-rows: minmax(340px, auto);
}

.ar-bento.is-filtered .ar-story {
  grid-column: auto !important;
  grid-row: auto !important;
}

.ar-bento.is-filtered .ar-story--feature {
  padding: 0;
}

.ar-bento.is-filtered .ar-story--feature > img {
  height: 190px;
}

.ar-bento.is-filtered .ar-story--feature h3 {
  font-size: 31px;
}

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

.ar-grid-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 100%, rgba(255, 170, 112, 0.13), transparent 42%),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(40, 73, 105, 0.09);
  flex-direction: column;
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.ar-grid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 27px 60px rgba(40, 73, 105, 0.14);
}

.ar-grid-card[hidden] {
  display: none !important;
}

.ar-grid-card__media {
  display: grid;
  aspect-ratio: 16 / 10;
  padding: 12px;
  overflow: hidden;
  border-bottom: 1px solid rgba(21, 77, 128, 0.08);
  background: linear-gradient(145deg, rgba(246, 249, 252, 0.92), rgba(237, 245, 251, 0.78));
  place-items: center;
}

.ar-grid-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: contain;
}

.ar-grid-card__body {
  display: flex;
  min-width: 0;
  padding: 28px;
  flex: 1;
  flex-direction: column;
}

.ar-grid-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 13px;
  align-items: center;
  margin-bottom: 17px;
  color: rgba(23, 59, 97, 0.56);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.035em;
}

.ar-grid-card__meta span:first-child {
  color: var(--ar-orange);
  text-transform: uppercase;
}

.ar-grid-card h3 {
  margin-bottom: 14px;
  color: var(--ar-navy);
  font-family: "Tinos", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.ar-grid-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ar-grid-card h3 a::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
}

.ar-grid-card p {
  margin-bottom: 24px;
  color: var(--ar-muted);
  font-family: "Poppins", sans-serif;
}

.ar-grid-card__link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  width: fit-content;
  min-height: 48px;
  margin-top: auto;
  padding: 0 7px 0 19px;
  border: 1px solid rgba(21, 77, 128, 0.2);
  border-radius: 999px;
  color: var(--ar-navy);
  background: rgba(255, 255, 255, 0.68);
  font-family: "Tinos", serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 240ms ease, background 240ms ease, transform 240ms ease;
}

.ar-grid-card__link span {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--ar-orange);
  background: rgba(21, 77, 128, 0.08);
  place-items: center;
  font-family: Arial, sans-serif;
  transition: transform 240ms ease, background 240ms ease;
}

.ar-grid-card__link:hover,
.ar-grid-card__link:focus-visible {
  border-color: rgba(241, 107, 0, 0.34);
  outline: none;
  background: #fff;
  transform: translateY(-2px);
}

.ar-grid-card__link:hover span,
.ar-grid-card__link:focus-visible span {
  background: rgba(241, 107, 0, 0.12);
  transform: translate(2px, -2px);
}

.ar-empty {
  margin-top: 20px;
  padding: 32px;
  border: 1px solid var(--ar-line);
  border-radius: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
}

.ar-editorial {
  display: grid;
  grid-template-columns: minmax(460px, 0.95fr) minmax(0, 1.05fr);
  gap: 78px;
  align-items: center;
}

.ar-editorial__visual {
  position: relative;
  display: grid;
  min-height: 580px;
  margin: 0;
  padding: 22px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 31px;
  background:
    radial-gradient(circle at 72% 23%, rgba(255, 170, 112, 0.25), transparent 40%),
    rgba(239, 247, 253, 0.82);
  box-shadow: var(--ar-shadow);
}

.ar-editorial__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ar-editorial__visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 16px 19px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 16px;
  color: #fff;
  background: rgba(13, 63, 112, 0.86);
  backdrop-filter: blur(12px);
  font: 500 11px/1.55 "Poppins", sans-serif;
}

.ar-editorial__copy > p:not(.sv-section__label) {
  max-width: 650px;
  margin-top: 22px;
}

.ar-editorial__steps {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.ar-editorial__steps article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 19px;
  border: 1px solid rgba(21, 77, 128, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(44, 75, 104, 0.05);
}

.ar-editorial__steps article > span {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(241, 107, 0, 0.18);
  border-radius: 14px;
  color: var(--ar-orange);
  background: #fff3e9;
  place-items: center;
  font: 700 11px/1 "Poppins", sans-serif;
}

.ar-editorial__steps strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ar-navy);
  font-family: "Tinos", serif;
  font-size: 21px;
}

.ar-editorial__steps p {
  margin: 0;
  color: var(--ar-muted);
  font: 400 12px/1.55 "Poppins", sans-serif;
}

.ar-telegram {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
  margin-top: 128px;
  margin-bottom: 96px;
  padding: 68px 72px;
  overflow: hidden;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 144, 75, 0.4), transparent 34%),
    linear-gradient(130deg, #0a3767, #165d91);
  box-shadow: 0 25px 64px rgba(13, 55, 98, 0.22);
}

.ar-telegram::after {
  position: absolute;
  right: -130px;
  bottom: -240px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.ar-telegram .sv-section__label,
.ar-telegram h2 {
  color: #fff;
}

.ar-telegram h2 {
  max-width: 910px;
  margin-bottom: 18px;
}

.ar-telegram p:not(.sv-section__label) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.ar-telegram .sv-button,
.ar-telegram .btn-about-orange {
  position: relative;
  z-index: 1;
  min-width: 208px;
}

/* Individual article */
.ar-article-hero {
  min-height: 730px;
}

.ar-article-hero__image {
  object-position: center;
}

.ar-article-hero__copy {
  width: min(720px, 55%);
}

.ar-article-hero h1 {
  max-width: 760px;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.98;
}

.ar-article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 18px;
  color: rgba(23, 59, 97, 0.52);
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ar-article-hero__meta span:first-child {
  color: var(--ar-orange);
}

.ar-article-hero__copy > p:not(.sv-eyebrow) {
  font-size: 17px;
}

.ar-article-trust {
  margin-bottom: 118px;
}

.ar-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 370px);
  gap: 58px;
  align-items: start;
  scroll-margin-top: 116px;
}

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

.ar-article__source {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px;
  padding: 16px 20px 16px 0;
  border-top: 1px solid var(--ar-line);
  border-bottom: 1px solid var(--ar-line);
  color: rgba(23, 59, 97, 0.5);
  font-family: "Poppins", sans-serif;
  font-size: 11px;
}

.ar-article__source > span {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ar-article__source a {
  color: var(--ar-orange);
  font-weight: 600;
  text-decoration: none;
}

.ar-article__body {
  max-width: 950px;
  color: #395570;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.78;
}

.ar-article__body > p,
.ar-article__body > ul,
.ar-article__body > ol {
  max-width: 880px;
}

.ar-article__body .ar-article__intro {
  padding: 27px 30px;
  border: 1px solid rgba(21, 77, 128, 0.1);
  border-left: 4px solid var(--ar-orange);
  border-radius: 0 22px 22px 0;
  color: var(--ar-navy);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 34px rgba(42, 73, 102, 0.06);
  font-family: "Tinos", serif;
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.45;
}

.ar-article__body h2 {
  margin: 72px 0 24px;
  color: var(--ar-navy);
  font-family: "Tinos", serif;
  font-size: clamp(36px, 3.4vw, 53px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.025em;
  scroll-margin-top: 120px;
}

.ar-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0;
}

.ar-steps section {
  min-height: 235px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 39px rgba(42, 73, 103, 0.07);
}

.ar-steps span,
.ar-compare span {
  color: var(--ar-orange);
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ar-steps h3 {
  margin: 20px 0 10px;
  color: var(--ar-navy);
  font-family: "Tinos", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.ar-steps p,
.ar-compare p {
  margin-bottom: 0;
  color: var(--ar-muted);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 1.65;
}

.ar-callout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 21px;
  align-items: start;
  margin: 38px 0;
  padding: 26px;
  border: 1px solid rgba(241, 107, 0, 0.18);
  border-radius: 24px;
  background: linear-gradient(120deg, rgba(255, 241, 229, 0.92), rgba(255, 255, 255, 0.72));
}

.ar-callout strong {
  padding: 8px 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--ar-orange);
  font-size: 10px;
  text-transform: uppercase;
}

.ar-callout p {
  margin: 0;
}

.ar-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0;
}

.ar-compare section {
  padding: 29px;
  border: 1px solid var(--ar-line);
  border-radius: 26px;
  background: rgba(236, 246, 253, 0.75);
}

.ar-compare section:last-child {
  background: rgba(255, 245, 236, 0.76);
}

.ar-compare h3 {
  margin: 17px 0 11px;
  color: var(--ar-navy);
  font-family: "Tinos", serif;
  font-size: 27px;
  font-weight: 400;
}

.ar-faq {
  border-top: 1px solid var(--ar-line);
}

.ar-faq details {
  border-bottom: 1px solid var(--ar-line);
}

.ar-faq summary {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 24px 4px;
  color: var(--ar-navy);
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  list-style: none;
}

.ar-faq summary::-webkit-details-marker {
  display: none;
}

.ar-faq summary::after {
  flex: 0 0 auto;
  color: var(--ar-orange);
  content: "+";
  font-size: 26px;
  font-weight: 400;
}

.ar-faq details[open] summary::after {
  content: "−";
}

.ar-faq details p {
  margin: -3px 0 24px;
  color: var(--ar-muted);
}

.ar-disclaimer {
  margin-top: 54px;
  padding: 20px 23px;
  border-radius: 19px;
  color: rgba(23, 59, 97, 0.58);
  background: rgba(21, 77, 128, 0.07);
  font-size: 12px;
  line-height: 1.6;
}

.ar-article__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 27px;
  border-top: 1px solid var(--ar-line);
}

.ar-read-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  width: fit-content;
  color: var(--ar-orange);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.ar-sidebar__sticky {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 18px;
}

.ar-toc,
.ar-side-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 46px rgba(40, 73, 105, 0.09);
}

.ar-toc {
  display: grid;
  gap: 4px;
  padding: 24px;
}

.ar-toc > span {
  margin-bottom: 10px;
  color: var(--ar-orange);
  font: 700 10px/1 "Poppins", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ar-toc a {
  padding: 10px 11px;
  border-radius: 11px;
  color: #526c84;
  font: 600 12px/1.45 "Poppins", sans-serif;
  text-decoration: none;
}

.ar-toc a:hover {
  color: var(--ar-navy);
  background: rgba(21, 77, 128, 0.06);
}

.ar-side-card {
  position: relative;
}

.ar-side-card__copy {
  position: relative;
  z-index: 2;
  padding: 27px;
}

.ar-side-card h2 {
  margin: 10px 0 13px;
  color: var(--ar-navy);
  font-family: "Tinos", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.03;
}

.ar-side-card p:not(.sv-section__label) {
  margin-bottom: 20px;
  color: var(--ar-muted);
  font: 400 12px/1.6 "Poppins", sans-serif;
}

.ar-side-card--consult {
  isolation: isolate;
  min-height: 420px;
  color: #fff;
  background:
    radial-gradient(140% 95% at 115% -8%, rgba(111, 184, 235, 0.56) 0%, rgba(65, 139, 198, 0.2) 38%, transparent 64%),
    radial-gradient(125% 80% at -15% 108%, rgba(64, 151, 218, 0.52) 0%, rgba(24, 99, 161, 0.2) 42%, transparent 68%),
    linear-gradient(138deg, #082f58 0%, #0d4f89 43%, #1d6fae 72%, #0a3c6d 100%);
}

.ar-side-card--consult::before,
.ar-side-card--consult::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.ar-side-card--consult::before {
  z-index: 0;
  background:
    radial-gradient(150% 68% at -18% 73%, transparent 49%, rgba(178, 220, 249, 0.18) 50%, rgba(120, 186, 232, 0.08) 55%, transparent 62%),
    radial-gradient(145% 62% at 117% 21%, transparent 48%, rgba(223, 242, 255, 0.16) 49%, rgba(132, 194, 236, 0.06) 55%, transparent 63%),
    linear-gradient(164deg, transparent 12%, rgba(255, 255, 255, 0.08) 32%, transparent 48%, rgba(2, 36, 70, 0.18) 68%, transparent 84%);
  opacity: 0.95;
}

.ar-side-card--consult::after {
  z-index: 1;
  background:
    repeating-linear-gradient(102deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px),
    linear-gradient(180deg, rgba(4, 31, 59, 0.1), transparent 42%, rgba(3, 34, 65, 0.2));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 -28px 56px rgba(2, 30, 58, 0.18);
}

.ar-side-card--consult .sv-section__label,
.ar-side-card--consult h2 {
  color: #fff;
}

.ar-side-card--consult p:not(.sv-section__label) {
  color: rgba(255, 255, 255, 0.8);
}

.ar-side-card--consult .ar-side-card__copy {
  display: flex;
  flex-direction: column;
  min-height: 420px;
}

.ar-side-card--consult .ar-side-action {
  margin-top: auto;
  align-self: center;
}

.ar-side-action {
  position: relative;
  z-index: 1;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  height: 56px;
  padding: 0 9px 0 25px;
  overflow: hidden;
  border-radius: 50px;
  color: #fff;
  background: linear-gradient(to right, #fa5350, #f6ab60);
  box-shadow: none;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ar-side-action::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(to right, #f6ab60, #fa5350);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.ar-side-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(250, 83, 80, 0.4);
}

.ar-side-action:hover::after {
  opacity: 1;
}

.ar-side-action span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  color: #f6ab60;
  background: #fff;
  transition: transform 0.3s ease;
}

.ar-side-action span svg {
  width: 22px;
  height: 22px;
}

.ar-side-action:hover span {
  transform: translateX(5px);
}

.ar-side-card--checklist {
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 168, 108, 0.22), transparent 37%),
    rgba(255, 255, 255, 0.82);
}

.ar-side-card--checklist > img {
  display: block;
  width: 100%;
  height: 205px;
  padding: 15px 18px 0;
  object-fit: contain;
}

.ar-quiz-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  margin-top: 4px;
  padding: 0 9px 0 20px;
  border-radius: 50px;
  color: #fff;
  background: linear-gradient(to right, #fa5350, #f6ab60);
  box-shadow: 0 10px 22px rgba(250, 83, 80, 0.18);
  font: 500 16px/1 var(--font-body);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ar-quiz-card-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(250, 83, 80, 0.28);
}

.ar-quiz-card-link span {
  display: grid;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #f6ab60;
  background: #fff;
  font-size: 20px;
  place-items: center;
}

.ar-side-form {
  display: grid;
  gap: 10px;
}

.ar-side-form input {
  width: 100%;
  height: 53px;
  padding: 0 16px;
  border: 1px solid var(--ar-line);
  border-radius: 15px;
  outline: none;
  color: var(--ar-navy);
  background: rgba(255, 255, 255, 0.9);
  font: 400 12px/1 "Poppins", sans-serif;
}

.ar-side-form input:focus {
  border-color: var(--ar-orange);
  box-shadow: 0 0 0 4px rgba(241, 107, 0, 0.09);
}

.ar-side-form button {
  min-height: 55px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(115deg, #ff6044, #ffa457);
  box-shadow: 0 14px 29px rgba(255, 103, 47, 0.2);
  cursor: pointer;
  font: 700 12px/1 "Poppins", sans-serif;
}

.ar-side-form small {
  color: rgba(23, 59, 97, 0.47);
  font: 400 9px/1.45 "Poppins", sans-serif;
}

.ar-related {
  padding-top: 120px;
  padding-bottom: 96px;
}

.ar-related .ar-section-head {
  margin-bottom: 34px;
}

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

.ar-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 46px rgba(40, 73, 105, 0.09);
  flex-direction: column;
}

.ar-card__media {
  display: block;
  height: 220px;
  padding: 14px;
  background: rgba(235, 245, 252, 0.75);
}

.ar-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ar-card__body {
  display: flex;
  flex: 1;
  padding: 25px;
  flex-direction: column;
}

.ar-card__meta {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  color: rgba(23, 59, 97, 0.5);
  font: 600 10px/1 "Poppins", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ar-card__meta span:first-child {
  color: var(--ar-orange);
}

.ar-card h3 {
  margin-bottom: 20px;
  color: var(--ar-navy);
  font: 400 27px/1.08 "Tinos", serif;
}

.ar-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ar-card .ar-read-link {
  margin-top: auto;
}

.ar-section-head {
  margin-bottom: 32px;
}

.sv-footer {
  position: relative;
}

@media (max-width: 1280px) {
  .ar-hero,
  .ar-article-hero {
    width: calc(100% - 48px);
    padding-inline: 44px;
  }

  .ar-trust,
  .ar-article-trust,
  .ar-section,
  .ar-telegram,
  .ar-article-layout,
  .ar-related {
    width: calc(100% - 80px);
  }

  .ar-bento {
    grid-template-rows: 280px 280px 300px;
  }

  .ar-grid {
    gap: 20px;
  }

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

  .ar-steps {
    grid-template-columns: 1fr;
  }

  .ar-steps section {
    min-height: 0;
  }
}

@media (max-width: 992px) {
  .ar-hero,
  .ar-article-hero {
    width: calc(100% - 32px);
    min-height: 750px;
    padding: 130px 34px 48px;
  }

  .ar-hero__copy,
  .ar-article-hero__copy {
    width: min(660px, 72%);
  }

  .ar-hero__veil,
  .ar-article-hero__veil {
    background:
      linear-gradient(90deg, rgba(255, 250, 245, 0.99) 0%, rgba(255, 250, 245, 0.94) 52%, rgba(255, 250, 245, 0.28) 86%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(227, 240, 251, 0.16));
  }

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

  .ar-section__header,
  .ar-telegram {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ar-bento,
  .ar-bento.is-filtered {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: minmax(310px, auto);
  }

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

  .ar-grid-card {
    min-height: 560px;
  }

  .ar-bento .ar-story {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .ar-story--feature {
    grid-column: 1 / -1 !important;
    min-height: 590px;
  }

  .ar-story--endoscopy {
    grid-column: 1 / -1 !important;
  }

  .ar-editorial {
    grid-template-columns: 1fr;
  }

  .ar-editorial__visual {
    min-height: 520px;
  }

  .ar-telegram {
    padding: 52px;
  }

  .ar-article-layout {
    grid-template-columns: 1fr;
  }

  .ar-sidebar__sticky {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .ar-toc {
    grid-column: 1 / -1;
  }

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

@media (max-width: 700px) {
  .ar-heading-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .ar-hero,
  .ar-article-hero {
    width: calc(100% - 20px);
    min-height: 760px;
    margin-top: 10px;
    padding: 106px 22px 30px;
    border-radius: 22px;
  }

  .ar-hero__image,
  .ar-article-hero__image {
    object-position: 73% center;
  }

  .ar-hero {
    aspect-ratio: auto;
    min-height: 0;
    padding-bottom: 270px;
  }

  .ar-hero__image {
    top: auto;
    bottom: 0;
    height: 255px;
    object-position: center bottom;
  }

  .ar-hero__veil,
  .ar-article-hero__veil {
    background:
      linear-gradient(180deg, rgba(255, 250, 245, 0.97) 0%, rgba(255, 250, 245, 0.94) 58%, rgba(255, 250, 245, 0.56) 79%, rgba(255, 250, 245, 0.18) 100%),
      linear-gradient(90deg, rgba(255, 250, 245, 0.96), rgba(255, 250, 245, 0.34));
  }

  .ar-hero__copy,
  .ar-article-hero__copy {
    width: 100%;
  }

  .ar-hero .sv-breadcrumb,
  .ar-article-hero .sv-breadcrumb {
    margin-bottom: 34px;
  }

  .ar-hero h1,
  .ar-article-hero h1 {
    font-size: clamp(45px, 14vw, 61px);
  }

  .ar-hero__lead,
  .ar-article-hero__copy > p:not(.sv-eyebrow) {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.58;
  }

  .ar-hero__facts {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 24px;
  }

  .ar-hero__facts span {
    min-height: 0;
    padding: 13px 15px;
  }

  .ar-hero__facts strong {
    display: inline;
    min-height: 0;
    margin-right: 8px;
    font-size: 16px;
  }

  .ar-hero__actions,
  .ar-article-hero__actions {
    display: grid;
    margin-top: 22px;
  }

  .ar-main .sv-button {
    width: 100%;
  }

  .ar-hero__badge,
  .ar-article-hero__badge {
    display: none;
  }

  .ar-trust,
  .ar-article-trust,
  .ar-section,
  .ar-telegram,
  .ar-article-layout,
  .ar-related {
    width: calc(100% - 32px);
  }

  .ar-trust,
  .ar-article-trust {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ar-trust article,
  .ar-article-trust article {
    min-height: 142px;
    padding: 25px 23px 21px;
  }

  .ar-trust strong,
  .ar-article-trust strong {
    font-size: 21px;
  }

  .ar-section {
    padding-top: 84px;
  }

  .ar-section h2,
  .ar-telegram h2,
  .ar-related h2 {
    font-size: 42px;
  }

  .ar-section__header {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 28px;
  }

  .ar-bento,
  .ar-bento.is-filtered {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .ar-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ar-grid-card {
    min-height: 0;
    border-radius: 24px;
  }

  .ar-grid-card__body {
    min-height: 330px;
    padding: 24px;
  }

  .ar-grid-card__meta {
    font-size: 14px;
  }

  .ar-grid-card__link {
    font-size: 16px;
  }

  .ar-story,
  .ar-bento.is-filtered .ar-story {
    min-height: 280px;
  }

  .ar-story--feature,
  .ar-bento.is-filtered .ar-story--feature {
    min-height: 550px;
  }

  .ar-story--feature > img,
  .ar-bento.is-filtered .ar-story--feature > img {
    height: 300px;
  }

  .ar-story--feature .ar-story__copy {
    padding: 25px;
  }

  .ar-story--feature h3,
  .ar-bento.is-filtered .ar-story--feature h3 {
    font-size: 34px;
  }

  .ar-story--toddlers,
  .ar-story--checklist {
    min-height: 430px;
  }

  .ar-story--toddlers > img,
  .ar-story--checklist > img {
    height: 245px;
  }

  .ar-story--recovery {
    min-height: 390px;
  }

  .ar-editorial {
    gap: 38px;
  }

  .ar-editorial__visual {
    min-height: 360px;
    padding: 12px;
    border-radius: 25px;
  }

  .ar-editorial__visual figcaption {
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .ar-telegram {
    margin-top: 84px;
    margin-bottom: 64px;
    padding: 37px 26px;
    border-radius: 25px;
  }

  .ar-article-hero {
    min-height: 720px;
  }

  .ar-article-trust {
    margin-bottom: 80px;
  }

  .ar-article__source {
    display: grid;
    margin-bottom: 34px;
  }

  .ar-article__body {
    font-size: 15px;
  }

  .ar-article__body .ar-article__intro {
    padding: 22px;
    font-size: 21px;
  }

  .ar-article__body h2 {
    margin-top: 54px;
    font-size: 35px;
  }

  .ar-callout,
  .ar-compare {
    grid-template-columns: 1fr;
  }

  .ar-sidebar__sticky {
    grid-template-columns: 1fr;
  }

  .ar-side-card--consult {
    min-height: 450px;
  }

  .ar-related {
    padding-top: 82px;
    padding-bottom: 64px;
  }

  .ar-related__grid {
    grid-template-columns: 1fr;
  }
}

/* Article sidebar quiz */
.ar-side-card--checklist .ar-side-card__copy {
  padding-top: 22px;
}

.ar-quiz {
  margin-top: 22px;
}

.ar-quiz__progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(16, 70, 112, 0.1);
}

.ar-quiz__progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #fa5350, #f6ab60);
  transition: width 0.35s ease;
}

.ar-quiz__progress-label {
  margin-top: 8px;
  color: rgba(22, 66, 105, 0.6);
  font: 600 11px/1.3 "Poppins", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.article-page main .ar-quiz__question,
body.article-page main .ar-quiz__result h3 {
  margin: 14px 0 16px;
  color: var(--ar-navy);
  font-family: "Tinos", serif;
  font-size: 23px !important;
  font-weight: 400;
  line-height: 1.08 !important;
}

.ar-quiz__options {
  display: grid;
  gap: 9px;
}

.ar-quiz__option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  min-height: 50px;
  padding: 11px 12px;
  border: 1px solid rgba(20, 74, 116, 0.12);
  border-radius: 14px;
  color: var(--ar-navy);
  background: rgba(255, 255, 255, 0.8);
  font: 500 13px/1.35 "Poppins", sans-serif;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ar-quiz__option:hover {
  border-color: rgba(240, 103, 0, 0.42);
  background: #fff;
  transform: translateY(-1px);
}

.ar-quiz__option.is-selected {
  border-color: rgba(240, 103, 0, 0.62);
  background: linear-gradient(105deg, rgba(255, 245, 238, 0.98), rgba(255, 255, 255, 0.94));
  box-shadow: 0 8px 18px rgba(240, 103, 0, 0.1);
}

.ar-quiz__option-mark {
  display: grid;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 1px;
  border: 1px solid rgba(22, 66, 105, 0.28);
  border-radius: 50%;
  place-items: center;
}

.ar-quiz__option.is-selected .ar-quiz__option-mark {
  border-color: var(--ar-orange);
  background: var(--ar-orange);
  box-shadow: inset 0 0 0 4px #fff;
}

.ar-quiz__navigation {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  margin-top: 17px;
}

.ar-quiz__back,
.ar-quiz__next,
.ar-quiz__form button {
  min-height: 44px;
  border-radius: 999px;
  font: 600 13px/1.2 "Poppins", sans-serif;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.ar-quiz__back {
  padding: 0 13px;
  border: 1px solid rgba(20, 74, 116, 0.16);
  color: var(--ar-navy);
  background: rgba(255, 255, 255, 0.72);
}

.ar-quiz__back:disabled {
  visibility: hidden;
}

.ar-quiz__next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 0;
  color: #fff;
  background: linear-gradient(105deg, #fa5350, #f6ab60);
  box-shadow: 0 10px 22px rgba(250, 83, 80, 0.18);
}

.ar-quiz__next:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  box-shadow: none;
}

.ar-quiz__back:not(:disabled):hover,
.ar-quiz__next:not(:disabled):hover,
.ar-quiz__form button:hover {
  transform: translateY(-2px);
}

.ar-quiz__result-badge {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--ar-orange);
  background: rgba(240, 103, 0, 0.1);
  font: 700 10px/1 "Poppins", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.article-page main .ar-quiz__score,
body.article-page main .ar-quiz__result-copy {
  margin: 10px 0 0;
  color: var(--ar-muted);
  font: 400 13px/1.5 "Poppins", sans-serif !important;
}

body.article-page main .ar-quiz__score strong {
  color: var(--ar-navy);
}

body.article-page main .ar-quiz__result h3 {
  margin-top: 15px;
  margin-bottom: 9px;
}

.ar-quiz__contacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 17px;
}

.ar-quiz__contact {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 8px 7px;
  border: 1px solid rgba(20, 74, 116, 0.12);
  border-radius: 13px;
  color: var(--ar-navy);
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.ar-quiz__contact:hover {
  border-color: rgba(240, 103, 0, 0.45);
  background: #fff;
  transform: translateY(-1px);
}

.ar-quiz__contact > span {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  border-radius: 50%;
  color: #fff;
  background: var(--ar-navy);
  font: 700 9px/1 "Poppins", sans-serif;
  place-items: center;
}

.ar-quiz__contact:nth-child(1) > span {
  background: #15a77c;
}

.ar-quiz__contact:nth-child(2) > span {
  background: #229ed9;
}

.ar-quiz__contact:nth-child(3) > span {
  background: var(--ar-orange);
}

.ar-quiz__contact:nth-child(4) > span {
  background: #235a91;
}

.ar-quiz__contact strong {
  overflow: hidden;
  font: 600 11px/1.15 "Poppins", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ar-quiz__form {
  display: grid;
  gap: 9px;
  margin-top: 15px;
}

.ar-quiz__form input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(20, 74, 116, 0.13);
  border-radius: 14px;
  outline: none;
  color: var(--ar-navy);
  background: rgba(255, 255, 255, 0.9);
  font: 400 13px/1 "Poppins", sans-serif;
}

.ar-quiz__form input:focus {
  border-color: var(--ar-orange);
  box-shadow: 0 0 0 4px rgba(241, 107, 0, 0.09);
}

.ar-quiz__form button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px 0 17px;
  border: 0;
  color: #fff;
  background: linear-gradient(105deg, #fa5350, #f6ab60);
  box-shadow: 0 10px 22px rgba(250, 83, 80, 0.18);
}

.ar-quiz__form button span {
  font-size: 18px;
}

body.article-page main .ar-quiz__form small {
  color: rgba(22, 66, 105, 0.55);
  font: 400 10px/1.35 "Poppins", sans-serif;
}

@media (max-width: 700px) {
  .ar-quiz__option {
    font-size: 14px;
  }

  .ar-quiz__contact strong {
    font-size: 12px;
  }
}

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

  .ar-story,
  .ar-story__link span,
  .ar-filters button {
    transition: none;
  }
}

/* Unified editorial layout for internal article pages */
.article-page .ar-article-hero__actions {
  align-items: center;
  gap: 14px;
}

.article-page .ar-source-button {
  min-height: 60px;
  padding: 0 9px 0 24px;
  border-color: rgba(10, 66, 112, 0.18);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ar-navy);
  box-shadow: 0 12px 28px rgba(25, 70, 109, 0.08);
  backdrop-filter: blur(10px);
}

.article-page .ar-source-button:hover {
  border-color: rgba(240, 103, 0, 0.3);
  background: #fff;
  color: var(--ar-orange);
}

.article-page .ar-source-button .sv-button__icon {
  color: var(--ar-orange);
  background: rgba(240, 103, 0, 0.08);
}

@media (min-width: 993px) {
  .article-page .ar-article-hero__veil {
    background:
      linear-gradient(
        90deg,
        rgba(255, 250, 245, 1) 0%,
        rgba(255, 250, 245, 0.99) 31%,
        rgba(255, 250, 245, 0.96) 39%,
        rgba(255, 250, 245, 0.88) 47%,
        rgba(255, 250, 245, 0.72) 55%,
        rgba(255, 250, 245, 0.5) 63%,
        rgba(255, 250, 245, 0.28) 71%,
        rgba(255, 250, 245, 0.12) 79%,
        rgba(255, 250, 245, 0.03) 87%,
        rgba(255, 250, 245, 0) 94%
      ),
      linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(226, 240, 252, 0.12));
  }
}

.article-page .ar-article-layout {
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 72px;
  max-width: 1440px;
  margin-top: 96px;
}

.article-page .ar-sidebar__sticky {
  gap: 18px;
}

.article-page .ar-side-action {
  border: 0;
  cursor: pointer;
}

.article-page .ar-article__body {
  max-width: 880px;
}

.article-page .ar-article__body .ar-article__intro {
  margin: 0 0 38px;
  padding: 0 0 30px;
  border: 0;
  border-bottom: 1px solid var(--ar-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ar-navy);
  font-family: "Poppins", sans-serif;
}

.article-page .ar-article__body h2 {
  margin: 68px 0 22px;
}

.article-page .ar-article__body h3 {
  margin: 34px 0 12px;
  color: var(--ar-navy);
  font-family: "Tinos", serif;
}

.article-page .ar-article__body p {
  margin: 0 0 20px;
}

.article-page .ar-text-list {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin: 12px 0 30px;
  padding-left: 24px;
}

.article-page .ar-text-list li::marker {
  color: var(--ar-orange);
}

.article-page .ar-reference-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid var(--ar-line);
}

.article-page .ar-reference-list strong {
  width: 100%;
  color: var(--ar-navy);
  font-family: "Poppins", sans-serif;
}

.article-page .ar-reference-list a {
  color: var(--ar-orange);
  font-weight: 700;
  text-decoration-color: rgba(240, 103, 0, 0.35);
  text-underline-offset: 4px;
}

.article-page .ar-reference-list a:hover {
  text-decoration-color: currentColor;
}

.article-page .ar-disclaimer {
  margin-top: 32px;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid var(--ar-line);
  border-radius: 0;
  background: transparent;
}

.article-page .ar-related {
  padding-bottom: 0;
}

.article-page .ar-related .ar-card__media {
  height: auto;
  aspect-ratio: 16 / 9;
  padding: 0;
  overflow: hidden;
}

.article-page .ar-related .ar-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.article-page .ar-related .ar-card:hover .ar-card__media img {
  transform: scale(1.025);
}

.ar-article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  width: min(1440px, calc(100% - 64px));
  margin: 44px auto 96px;
  padding: 52px 58px;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 78% 20%, rgba(240, 103, 0, 0.28), transparent 36%),
    linear-gradient(120deg, #073b67 0%, #0b5587 52%, #0b4671 100%);
  box-shadow: 0 26px 60px rgba(7, 59, 103, 0.2);
}

.ar-article-cta__copy {
  max-width: 790px;
}

.ar-article-cta__eyebrow {
  margin: 0 0 16px;
  color: #ffb078;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ar-article-cta h2 {
  margin: 0;
  color: #fff;
}

.ar-article-cta p:not(.ar-article-cta__eyebrow) {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.ar-article-cta__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.ar-article-cta .sv-button {
  white-space: nowrap;
}

.ar-article-cta__telegram {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.ar-article-cta__telegram:hover {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.15);
}

.ar-article-cta__telegram .sv-button__icon {
  background: #fff;
  color: var(--ar-navy);
}

.ar-article-cta__telegram .sv-button__icon svg {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 1100px) {
  .article-page .ar-article-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .ar-article-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .ar-article-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .article-page .ar-article-hero__actions {
    align-items: stretch;
  }

  .article-page .ar-article-hero__actions .btn-about-orange,
  .article-page .ar-article-hero__actions .ar-source-button {
    justify-content: space-between;
    width: 100%;
  }

  .article-page .ar-article-layout {
    margin-top: 62px;
  }

  .article-page .ar-article__body h2 {
    margin-top: 48px;
  }

  .ar-article-cta {
    width: calc(100% - 32px);
    margin-top: 34px;
    margin-bottom: 64px;
    padding: 36px 24px;
    border-radius: 24px;
  }

  .ar-article-cta__actions,
  .ar-article-cta__actions .sv-button {
    width: 100%;
  }

  .ar-article-cta__actions .sv-button {
    justify-content: space-between;
  }
}
