.methods-page .methods-hero::before {
  background:
    radial-gradient(circle at 18% 28%, rgba(233, 116, 74, 0.2), transparent 34%),
    radial-gradient(circle at 84% 70%, rgba(94, 178, 141, 0.16), transparent 38%);
}

.methods-page .knowledge-page {
  max-width: 1800px;
  padding-right: clamp(68px, 4.2vw, 80px);
  padding-left: clamp(18px, 2.5vw, 48px);
}

.methods-hero > ul,
.methods-hero > p:not(.article-eyebrow):not(.article-subtitle):not(.article-lead) {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.methods-hero > ul {
  margin: 10px 0 22px;
  padding-left: 22px;
  color: rgba(255, 248, 236, 0.82);
  line-height: 1.7;
}

.methods-hero > ul li::marker {
  color: #f28c68;
}

.therapy-map {
  position: relative;
  margin: 34px 0 28px;
  padding: clamp(28px, 4vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(235, 176, 119, 0.22);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.07), transparent 58%),
    #211913;
  color: #fff8ec;
  box-shadow: 0 28px 70px -48px rgba(34, 23, 15, 0.9);
}

.therapy-map::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -180px;
  top: -210px;
  border: 1px solid rgba(233, 116, 74, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(233, 116, 74, 0.08);
  pointer-events: none;
}

.therapy-map__head {
  max-width: 760px;
  margin-bottom: 30px;
}

.therapy-map__head h2 {
  margin: 8px 0 10px;
  color: #fff8ec;
  font-size: clamp(27px, 4vw, 46px);
  line-height: 1.05;
}

.therapy-map__head p:last-child {
  margin: 0;
  color: rgba(255, 248, 236, 0.68);
  line-height: 1.65;
}

.therapy-map__plot {
  position: relative;
  display: grid;
  gap: 9px;
}

.therapy-map__axis,
.therapy-track {
  display: grid;
  grid-template-columns: minmax(130px, 0.75fr) minmax(180px, 1fr) minmax(220px, 1.35fr);
  align-items: center;
  gap: 22px;
}

.therapy-map__axis {
  padding: 0 18px 6px;
  color: rgba(255, 248, 236, 0.38);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.therapy-track {
  position: relative;
  min-height: 62px;
  padding: 12px 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 236, 0.08);
  border-radius: 15px;
  color: #fff8ec;
  text-decoration: none;
  background: rgba(255, 248, 236, 0.035);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.therapy-track::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--track-tone, #e9744a);
}

.therapy-track::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 26%;
  right: 16%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, var(--track-tone, #e9744a), rgba(255, 248, 236, 0.08));
  transform-origin: left;
  transition: transform 0.7s cubic-bezier(.2,.7,.2,1);
}

.therapy-map:not(.is-ready) .therapy-track::after {
  transform: scaleX(0.22);
}

.therapy-track > * {
  position: relative;
  z-index: 1;
}

.therapy-track strong {
  font-size: 15px;
}

.therapy-track span {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 7px;
  background: #211913;
  color: rgba(255, 248, 236, 0.72);
  font-size: 13px;
  line-height: 1.35;
}

.therapy-track:hover,
.therapy-track:focus-visible {
  transform: translateX(5px);
  border-color: color-mix(in srgb, var(--track-tone) 60%, transparent);
  background: rgba(255, 248, 236, 0.07);
}

.therapy-track--light { --track-tone: #ee7952; }
.therapy-track--optics { --track-tone: #e1b46d; }
.therapy-track--contact { --track-tone: #77c7a3; }
.therapy-track--drug { --track-tone: #b89ddc; }

.therapy-map__table {
  margin-top: 26px;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.therapy-map table,
.combination-matrix table {
  border-collapse: collapse;
}

.therapy-map th,
.therapy-map td,
.combination-matrix th,
.combination-matrix td {
  padding: 11px 12px;
  border-bottom: 1px solid;
  text-align: left;
  vertical-align: top;
}

.therapy-map__table table {
  width: 100%;
  color: rgba(255, 248, 236, 0.76);
}

.therapy-map__table caption,
.combination-table caption {
  padding: 0 0 10px;
  text-align: left;
  font-weight: 750;
}

.therapy-map__table th,
.therapy-map__table td {
  border-color: rgba(255, 248, 236, 0.1);
}

.article-section--rlrl {
  padding-right: clamp(26px, 3vw, 54px);
  padding-left: clamp(26px, 3vw, 54px);
  border: 1px solid rgba(233, 116, 74, 0.28);
  border-radius: 24px;
  border-color: rgba(233, 116, 74, 0.28);
  background: linear-gradient(145deg, #fffaf3, #f7e9dc);
}

.article-section--atropine {
  padding-right: clamp(26px, 3vw, 54px);
  padding-left: clamp(26px, 3vw, 54px);
  border: 1px solid rgba(128, 91, 171, 0.2);
  border-radius: 24px;
  border-color: rgba(128, 91, 171, 0.2);
  background: linear-gradient(145deg, #fffaf3, #f3edf8);
}

.euromedic-note {
  padding: 18px 20px;
  border-left: 4px solid #e9744a;
  border-radius: 0 13px 13px 0;
  background: rgba(233, 116, 74, 0.08);
}

.combination-matrix {
  margin-top: 34px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 25px;
  background: #211913;
  color: #fff8ec;
}

.combination-matrix__head h3 {
  margin: 7px 0 22px;
  color: #fff8ec;
  font-size: clamp(23px, 3vw, 34px);
}

.combination-matrix__visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.combo-row {
  position: relative;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 16px 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 236, 0.1);
  border-radius: 15px;
  background: rgba(255, 248, 236, 0.035);
}

.combo-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--combo-tone);
}

.combo-row strong { color: #fff8ec; }
.combo-row span { color: rgba(255, 248, 236, 0.64); font-size: 13px; line-height: 1.45; }
.combo-row--supported { --combo-tone: #69c598; }
.combo-row--qualified { --combo-tone: #e1b46d; }
.combo-row--blocked { --combo-tone: #ef6b57; }

.matrix-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 248, 236, 0.68);
  font-size: 13px;
}

.matrix-legend li { display: flex; align-items: center; gap: 8px; }
.legend-mark { width: 9px; height: 9px; border-radius: 50%; }
.legend-mark--supported { background: #69c598; }
.legend-mark--qualified { background: #e1b46d; }
.legend-mark--blocked { background: #ef6b57; }

.combination-table {
  width: 100%;
  color: rgba(255, 248, 236, 0.76);
}

.combination-table th,
.combination-table td {
  border-color: rgba(255, 248, 236, 0.1);
}

.treatment-cta {
  padding-right: clamp(26px, 3vw, 54px);
  padding-left: clamp(26px, 3vw, 54px);
  border: 1px solid rgba(216, 159, 103, 0.24);
  border-radius: 24px;
  background: linear-gradient(140deg, #f5dfc9, #fff8ed);
}

.methods-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  background: #2a221a;
  color: #fff8ec !important;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.methods-button:hover,
.methods-button:focus-visible {
  background: #e9744a;
  transform: translateY(-2px);
}

.conclusions-section > p {
  position: relative;
  padding-left: 24px;
}

.conclusions-section > p::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.72em;
  width: 8px;
  height: 2px;
  background: #e9744a;
}

.faq-list {
  display: grid;
  gap: 0;
}

.faq-list section {
  padding: 22px 0;
  border-bottom: 1px solid rgba(42, 34, 26, 0.12);
}

.faq-list section:last-child { border-bottom: 0; }
.faq-list h3 { margin: 0 0 8px; font-size: 19px; }
.faq-list p { margin: 0; }

.article-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
}

.article-links a {
  padding: 15px 17px;
  border: 1px solid rgba(42, 34, 26, 0.12);
  border-radius: 13px;
  background: rgba(255, 250, 242, 0.6);
  color: #3d3229;
  font-weight: 700;
  text-decoration: none;
}

.article-links a:hover,
.article-links a:focus-visible {
  border-color: rgba(233, 116, 74, 0.5);
  color: #b54f2c;
}

@media (max-width: 760px) {
  .methods-page .knowledge-page {
    padding-right: 14px;
    padding-left: 14px;
  }

  .article-section--rlrl,
  .article-section--atropine,
  .treatment-cta {
    padding-right: 22px;
    padding-left: 22px;
    border-radius: 20px;
  }

  .therapy-map__axis { display: none; }
  .therapy-track { grid-template-columns: 1fr; gap: 5px; padding: 14px 16px 14px 20px; }
  .therapy-track::after { display: none; }
  .therapy-track span { padding: 0; background: transparent; }
  .combination-matrix__visual,
  .article-links { grid-template-columns: 1fr; }
  .combo-row { min-height: 96px; }
}

@media (prefers-reduced-motion: reduce) {
  .therapy-track,
  .therapy-track::after,
  .methods-button { transition: none; }
}
