.nt-physio .article-source 600;700;800&display=swap");

:root{
  --nt-ink: #18130f;
  --nt-muted: #625b55;
  --nt-line: rgba(24, 19, 15, 0.12);
  --nt-paper: #fbf8f3;
  --nt-soft: #f2efff;
  --nt-white: #fffdf9;
  --nt-main: #6b4dff;
  --nt-lilac: #a98cff;
  --nt-plum: #24134a;
  --nt-rose: #d6539b;
  --nt-blue: #245bff;
  --nt-gold: #d99000;
  --nt-green: #006d3c;
  --nt-red: #e31b23;
  --nt-shadow: 0 20px 70px rgba(42, 24, 90, 0.16);
  --nt-radius: 20px;
}
.nt-physio .article-source *{ box-sizing: border-box; }
.nt-physio .article-source{ scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
.nt-physio .article-source{
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--nt-ink);
  background: var(--nt-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
.nt-physio .article-source img{ display: block; max-width: 100%; }
.nt-physio .article-source a{ color: inherit; text-decoration: none; }
.nt-physio .article-source button{ font: inherit; }
.nt-physio .article-source h1,.nt-physio .article-source h2,.nt-physio .article-source h3,.nt-physio .article-source p{ margin-top: 0; }
.nt-physio .article-source h1,.nt-physio .article-source h2,.nt-physio .article-source h3,.nt-physio .article-source .pa-brand,.nt-physio .article-source .pa-chip,.nt-physio .article-source .pa-stat strong,.nt-physio .article-source .pa-row-title,.nt-physio .article-source .pa-card h3,.nt-physio .article-source .pa-accordion summary span{
  font-family: "Unbounded", Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}
.nt-physio .article-source h1{
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: 1.04;
}
.nt-physio .article-source h2{
  margin-bottom: 18px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
}
.nt-physio .article-source h3{
  margin-bottom: 12px;
  font-size: clamp(20px, 1.9vw, 27px);
  line-height: 1.14;
}
.nt-physio .article-source p{ color: var(--nt-muted); font-size: 18px; }
.nt-physio .article-source .pa-hero{
  min-height: 90svh;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  color: var(--nt-white);
  background:
    linear-gradient(90deg, rgba(20, 11, 46, 0.96), rgba(36, 19, 74, 0.86) 54%, rgba(107, 77, 255, 0.48)),
    linear-gradient(0deg, rgba(20, 11, 46, 0.32), rgba(20, 11, 46, 0.18)),
    none center / cover;
}
.nt-physio .article-source .pa-hero::after{
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 24vh;
  background: linear-gradient(0deg, var(--nt-paper), rgba(251, 248, 243, 0));
}
.nt-physio .article-source .pa-topbar{
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nt-physio .article-source .pa-brand{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
}
.nt-physio .article-source .pa-brand-mark{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: conic-gradient(var(--nt-main), var(--nt-lilac), var(--nt-rose), var(--nt-blue), var(--nt-main));
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.16);
}
.nt-physio .article-source .pa-toplinks{
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 253, 249, 0.82);
  font-size: 14px;
}
.nt-physio .article-source .pa-toplinks a:hover{ color: var(--nt-white); }
.nt-physio .article-source .pa-hero-content{
  width: min(1180px, calc(100% - 32px));
  margin: auto auto 12vh;
  padding-top: 70px;
}
.nt-physio .article-source .pa-eyebrow{
  margin: 0 0 12px;
  color: currentColor;
  opacity: 0.72;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.nt-physio .article-source .pa-hero-lead{
  max-width: 800px;
  margin-bottom: 28px;
  color: rgba(255, 253, 249, 0.88);
  font-size: clamp(18px, 1.8vw, 23px);
}
.nt-physio .article-source .pa-hero-actions,.nt-physio .article-source .pa-inline-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.nt-physio .article-source .pa-button{
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 20px;
  font-weight: 900;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.nt-physio .article-source .pa-button:hover{ transform: translateY(-2px); }
.nt-physio .article-source .pa-button.pa-primary{ color: var(--nt-white); background: var(--nt-main); }
.nt-physio .article-source .pa-button.pa-dark{ color: var(--nt-white); background: var(--nt-ink); }
.nt-physio .article-source .pa-button.pa-ghost{
  color: var(--nt-white);
  border: 1px solid rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(14px);
}
.nt-physio .article-source .pa-nav{
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 100vw;
  contain: paint;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px max(16px, calc((100vw - 1180px) / 2));
  background: rgba(251, 248, 243, 0.9);
  border-bottom: 1px solid var(--nt-line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.nt-physio .article-source .pa-nav::-webkit-scrollbar{ display: none; }
.nt-physio .article-source .pa-chip{
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 14px;
  color: var(--nt-ink);
  background: var(--nt-white);
  border: 1px solid var(--nt-line);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(24, 19, 15, 0.06);
}
.nt-physio .article-source .pa-chip::before{
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: currentColor;
}
.nt-physio .article-source .pa-chip.is-active,.nt-physio .article-source .pa-chip[aria-current="true"]{
  color: var(--nt-white);
  background: var(--nt-main);
  border-color: var(--nt-main);
  transform: translateY(-1px);
}
.nt-physio .article-source .pa-section[id]{ scroll-margin-top: 74px; }
.nt-physio .article-source .pa-section{
  padding: clamp(64px, 8vw, 118px) max(16px, calc((100vw - 1180px) / 2));
}
.nt-physio .article-source .pa-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
}
.nt-physio .article-source .pa-heading{ max-width: 880px; margin-bottom: 34px; }
.nt-physio .article-source .pa-heading.pa-wide{ max-width: 980px; }
.nt-physio .article-source .pa-photo{
  margin: 0;
  border-radius: var(--nt-radius);
  overflow: hidden;
  background: var(--nt-ink);
  box-shadow: var(--nt-shadow);
}
.nt-physio .article-source .pa-photo img{
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.nt-physio .article-source .pa-answer{ background: var(--nt-soft); }
.nt-physio .article-source .pa-answer-card{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.nt-physio .article-source .pa-stat{
  min-height: 190px;
  padding: 22px;
  border-radius: var(--nt-radius);
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid rgba(24, 19, 15, 0.1);
  box-shadow: 0 18px 54px rgba(42, 24, 90, 0.08);
}
.nt-physio .article-source .pa-stat strong{
  display: block;
  margin-bottom: 12px;
  color: var(--nt-ink);
  font-size: 19px;
}
.nt-physio .article-source .pa-stat p{ margin: 0; font-size: 16px; }
.nt-physio .article-source .pa-note{
  max-width: 1180px;
  margin: clamp(18px, 3vw, 30px) auto 0;
  border: 1px solid rgba(107, 77, 255, 0.24);
  border-left: 4px solid var(--nt-main);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(107, 77, 255, 0.12), rgba(255, 255, 255, 0.74) 42%), #f8f5ff;
  box-shadow: 0 12px 34px rgba(42, 24, 90, 0.08);
  overflow: hidden;
}
.nt-physio .article-source .pa-note summary{
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
}
.nt-physio .article-source .pa-note summary::-webkit-details-marker{ display: none; }
.nt-physio .article-source .pa-note summary span{
  color: #352b55;
  font-family: "Unbounded", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.nt-physio .article-source .pa-note summary p,.nt-physio .article-source .pa-note-body p{
  margin: 0;
  color: #62576f;
  font-size: 13px;
  line-height: 1.5;
}
.nt-physio .article-source .pa-note summary strong{
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--nt-white);
  background: #352b55;
  font-size: 11px;
}
.nt-physio .article-source .pa-note[open] summary strong{ font-size: 0; }
.nt-physio .article-source .pa-note[open] summary strong::after{ content: "Свернуть"; font-size: 11px; }
.nt-physio .article-source .pa-note-body{ display: grid; gap: 8px; padding: 0 16px 14px; }
.nt-physio .article-source .pa-dark-section{
  color: var(--nt-white);
  background:
    radial-gradient(circle at top left, rgba(107, 77, 255, 0.34), transparent 34%),
    radial-gradient(circle at bottom right, rgba(214, 83, 155, 0.18), transparent 38%),
    linear-gradient(180deg, #211144, #130c24 58%, #25134c);
}
.nt-physio .article-source .pa-dark-section p,.nt-physio .article-source .pa-dark-section .pa-eyebrow{ color: rgba(255, 253, 249, 0.74); }
.nt-physio .article-source .pa-story{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(26px, 4vw, 44px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.nt-physio .article-source .pa-story.pa-reverse{ grid-template-columns: minmax(320px, 0.72fr) minmax(0, 0.92fr); }
.nt-physio .article-source .pa-story.pa-reverse .pa-copy{ order: 2; }
.nt-physio .article-source .pa-number{
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--nt-lilac);
  font-weight: 900;
}
.nt-physio .article-source .pa-quote{
  margin: 0 0 20px;
  padding: clamp(18px, 3vw, 28px);
  border-left: 5px solid var(--nt-lilac);
  border-radius: var(--nt-radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--nt-white);
  font-size: clamp(19px, 2.2vw, 26px);
  font-weight: 850;
  line-height: 1.24;
}
.nt-physio .article-source .pa-mini-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}
.nt-physio .article-source .pa-mini-grid p{
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--nt-radius);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 253, 249, 0.78);
  font-size: 16px;
}
.nt-physio .article-source .pa-mini-grid strong{ color: var(--nt-white); }
.nt-physio .article-source .pa-faq-inline{
  background:
    linear-gradient(120deg, rgba(107, 77, 255, 0.09), transparent 30%),
    linear-gradient(260deg, rgba(214, 83, 155, 0.09), transparent 36%),
    #f8f5ff;
}
.nt-physio .article-source .pa-faq-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.nt-physio .article-source .pa-faq-grid details,.nt-physio .article-source .pa-accordion{
  border: 1px solid rgba(24, 19, 15, 0.1);
  border-radius: var(--nt-radius);
  background: var(--nt-white);
  box-shadow: 0 18px 54px rgba(42, 24, 90, 0.08);
  overflow: hidden;
}
.nt-physio .article-source .pa-faq-grid summary,.nt-physio .article-source .pa-accordion summary{
  cursor: pointer;
  list-style: none;
  padding: 18px;
  font-weight: 900;
  color: var(--nt-ink);
}
.nt-physio .article-source .pa-faq-grid summary::-webkit-details-marker,.nt-physio .article-source .pa-accordion summary::-webkit-details-marker{ display: none; }
.nt-physio .article-source .pa-faq-grid p,.nt-physio .article-source .pa-accordion p{
  margin: 0;
  padding: 0 18px 18px;
  font-size: 16px;
}
.nt-physio .article-source .pa-table-wrap{
  border: 1px solid rgba(24, 19, 15, 0.08);
  border-radius: var(--nt-radius);
  overflow: hidden;
  background: #e7e0ff;
  box-shadow: var(--nt-shadow);
}
.nt-physio .article-source .pa-table-head,.nt-physio .article-source .pa-row-main{
  display: grid;
  grid-template-columns: 1.05fr 1.2fr 1.35fr 1.1fr;
  gap: 18px;
  align-items: center;
}
.nt-physio .article-source .pa-table-head{
  padding: 16px 18px;
  color: #5c4c7e;
  background: #d8ceff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.nt-physio .article-source .pa-row{
  --row-accent: var(--nt-main);
  --row-soft: rgba(107, 77, 255, 0.1);
  --row-hover: rgba(107, 77, 255, 0.15);
  margin: 8px;
  border: 1px solid rgba(24, 19, 15, 0.08);
  border-radius: var(--nt-radius);
  overflow: hidden;
  background: var(--nt-white);
}
.nt-physio .article-source .pa-row-main{
  width: 100%;
  padding: 18px 20px;
  border: 0;
  cursor: pointer;
  text-align: left;
  background: linear-gradient(90deg, var(--row-soft), transparent 34%), var(--nt-white);
  color: var(--nt-ink);
}
.nt-physio .article-source .pa-row-main:hover{ background: linear-gradient(90deg, var(--row-hover), transparent 38%), #fbf8ff; }
.nt-physio .article-source .pa-row-title{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}
.nt-physio .article-source .pa-dot{
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--row-accent);
}
.nt-physio .article-source .pa-row-main span:not(.pa-row-title){ color: #5f5472; font-weight: 720; }
.nt-physio .article-source .pa-row-detail{
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: linear-gradient(90deg, var(--row-soft), transparent 42%), #fbf8ff;
  transition: max-height 0.28s ease, padding 0.28s ease;
}
.nt-physio .article-source .pa-row-detail img{
  width: 180px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--nt-radius);
}
.nt-physio .article-source .pa-row-detail p{ margin: 0; color: #5f5472; font-size: 16px; }
.nt-physio .article-source .pa-row.is-open .pa-row-detail{ max-height: 480px; padding: 0 20px 20px; }
.nt-physio .article-source .pa-violet-row{ --row-accent: var(--nt-main); --row-soft: rgba(107, 77, 255, 0.12); --row-hover: rgba(107, 77, 255, 0.18); }
.nt-physio .article-source .pa-rose-row{ --row-accent: var(--nt-rose); --row-soft: rgba(214, 83, 155, 0.12); --row-hover: rgba(214, 83, 155, 0.18); }
.nt-physio .article-source .pa-blue-row{ --row-accent: var(--nt-blue); --row-soft: rgba(36, 91, 255, 0.1); --row-hover: rgba(36, 91, 255, 0.15); }
.nt-physio .article-source .pa-gold-row{ --row-accent: var(--nt-gold); --row-soft: rgba(217, 144, 0, 0.12); --row-hover: rgba(217, 144, 0, 0.18); }
.nt-physio .article-source .pa-green-row{ --row-accent: var(--nt-green); --row-soft: rgba(0, 109, 60, 0.1); --row-hover: rgba(0, 109, 60, 0.15); }
.nt-physio .article-source .pa-red-row{ --row-accent: var(--nt-red); --row-soft: rgba(227, 27, 35, 0.09); --row-hover: rgba(227, 27, 35, 0.14); }
.nt-physio .article-source .pa-cases{
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(107, 77, 255, 0.11), transparent 30%),
    linear-gradient(260deg, rgba(214, 83, 155, 0.1), transparent 36%),
    #f8f5ff;
}
.nt-physio .article-source .pa-card-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.nt-physio .article-source .pa-card{
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(24, 19, 15, 0.1);
  border-radius: var(--nt-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 253, 249, 0.84)), radial-gradient(circle at top left, var(--case-soft, rgba(107, 77, 255, 0.12)), transparent 48%);
  box-shadow: 0 18px 54px rgba(42, 24, 90, 0.1);
}
.nt-physio .article-source .pa-card:hover{ transform: translateY(-6px); box-shadow: 0 28px 76px rgba(42, 24, 90, 0.16); }
.nt-physio .article-source .pa-card-index{
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border-radius: 50%;
  color: var(--nt-white);
  background: var(--case-accent, var(--nt-main));
  font-weight: 900;
}
.nt-physio .article-source .pa-card p{ margin-bottom: 22px; font-size: 16px; }
.nt-physio .article-source .pa-tags{ display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.nt-physio .article-source .pa-tags span{
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(24, 19, 15, 0.1);
  border-radius: 999px;
  padding: 5px 10px;
  color: #554a68;
  background: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 850;
}
.nt-physio .article-source .pa-case-violet{ --case-accent: var(--nt-main); --case-soft: rgba(107, 77, 255, 0.16); }
.nt-physio .article-source .pa-case-rose{ --case-accent: var(--nt-rose); --case-soft: rgba(214, 83, 155, 0.14); }
.nt-physio .article-source .pa-case-blue{ --case-accent: var(--nt-blue); --case-soft: rgba(36, 91, 255, 0.12); }
.nt-physio .article-source .pa-case-gold{ --case-accent: var(--nt-gold); --case-soft: rgba(217, 144, 0, 0.15); }
.nt-physio .article-source .pa-cta{
  color: var(--nt-white);
  background:
    radial-gradient(circle at 8% 15%, rgba(107, 77, 255, 0.36), transparent 38%),
    radial-gradient(circle at 92% 12%, rgba(214, 83, 155, 0.22), transparent 36%),
    linear-gradient(145deg, #10091f, #24134a 50%, #10091f);
}
.nt-physio .article-source .pa-cta-box{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.65fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(251, 247, 239, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.045)), rgba(16, 9, 31, .64);
  box-shadow: 0 28px 82px rgba(0,0,0,.34);
  backdrop-filter: blur(26px) saturate(140%);
}
.nt-physio .article-source .pa-cta p{ color: rgba(255, 253, 249, 0.74); }
.nt-physio .article-source .pa-price{ display: grid; gap: 10px; }
.nt-physio .article-source .pa-price div{ padding: 16px; border-radius: 16px; background: rgba(255, 255, 255, 0.08); }
.nt-physio .article-source .pa-price strong{ display: block; color: var(--nt-white); font-size: 22px; }
.nt-physio .article-source .pa-book{ background: var(--nt-soft); }
.nt-physio .article-source .pa-book-links{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}
.nt-physio .article-source .pa-book-links a{
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(24, 19, 15, 0.1);
  background: var(--nt-white);
  color: var(--nt-ink);
  font-weight: 850;
  font-size: 14px;
}
.nt-physio .article-source .pa-media-grid,.nt-physio .article-source .pa-links-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.nt-physio .article-source .pa-media-card,.nt-physio .article-source .pa-link-card{
  overflow: hidden;
  border-radius: var(--nt-radius);
  background: var(--nt-white);
  border: 1px solid rgba(24, 19, 15, 0.1);
  box-shadow: 0 18px 54px rgba(42, 24, 90, 0.1);
}
.nt-physio .article-source .pa-media-card img{ width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.nt-physio .article-source .pa-media-body,.nt-physio .article-source .pa-link-card{ padding: 18px; }
.nt-physio .article-source .pa-media-body span,.nt-physio .article-source .pa-link-card span{
  display: block;
  margin-bottom: 8px;
  color: var(--nt-main);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.nt-physio .article-source .pa-media-body p,.nt-physio .article-source .pa-link-card p{ margin: 0; font-size: 15px; }
.nt-physio .article-source .pa-link-card strong{
  display: block;
  margin-bottom: 8px;
  color: var(--nt-ink);
  font-family: "Unbounded", Inter, ui-sans-serif, system-ui, sans-serif;
}
.nt-physio .article-source .pa-back-to-top{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  cursor: pointer;
  color: var(--nt-white);
  background: rgba(36, 19, 74, 0.9);
  box-shadow: 0 18px 48px rgba(42, 24, 90, 0.32);
  font-size: 22px;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(14px);
}
.nt-physio .article-source .pa-back-to-top.is-visible{ opacity: 1; pointer-events: auto; transform: translateY(0); }
@media (max-width: 960px){.nt-physio .article-source .pa-topbar{ align-items: flex-start; flex-direction: column; }
.nt-physio .article-source .pa-toplinks{ width: 100%; overflow-x: auto; padding-bottom: 2px; }
.nt-physio .article-source .pa-grid,.nt-physio .article-source .pa-story,.nt-physio .article-source .pa-story.pa-reverse,.nt-physio .article-source .pa-cta-box{ grid-template-columns: 1fr; }
.nt-physio .article-source .pa-story.pa-reverse .pa-copy{ order: 0; }
.nt-physio .article-source .pa-answer-card,.nt-physio .article-source .pa-card-grid,.nt-physio .article-source .pa-media-grid,.nt-physio .article-source .pa-links-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nt-physio .article-source .pa-faq-grid{ grid-template-columns: 1fr; }
.nt-physio .article-source .pa-table-head{ display: none; }
.nt-physio .article-source .pa-row-main{ display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.nt-physio .article-source .pa-row-detail{ grid-template-columns: 120px 1fr; }
.nt-physio .article-source .pa-row-detail img{ width: 120px; }}
@media (max-width: 620px){.nt-physio .article-source .pa-hero{ min-height: 86svh; background-position: center; }
.nt-physio .article-source .pa-button,.nt-physio .article-source .pa-hero-actions,.nt-physio .article-source .pa-inline-actions{ width: 100%; }
.nt-physio .article-source h1{ font-size: clamp(31px, 8.6vw, 43px); line-height: 1.08; }
.nt-physio .article-source h2{ font-size: clamp(24px, 6.6vw, 32px); line-height: 1.1; }
.nt-physio .article-source h3{ font-size: clamp(19px, 5.5vw, 24px); }
.nt-physio .article-source p{ font-size: 16px; }
.nt-physio .article-source .pa-section{ padding-top: 56px; padding-bottom: 56px; }
.nt-physio .article-source .pa-answer-card,.nt-physio .article-source .pa-card-grid,.nt-physio .article-source .pa-media-grid,.nt-physio .article-source .pa-links-grid,.nt-physio .article-source .pa-mini-grid,.nt-physio .article-source .pa-book-links{ grid-template-columns: 1fr; }
.nt-physio .article-source .pa-note summary{ grid-template-columns: 1fr auto; }
.nt-physio .article-source .pa-note summary p{ grid-column: 1 / -1; order: 3; }
.nt-physio .article-source .pa-row-detail{ grid-template-columns: 1fr; }
.nt-physio .article-source .pa-row-detail img{ width: 100%; max-width: 260px; }
.nt-physio .article-source .pa-row.is-open .pa-row-detail{ max-height: none; }}