.elementor-13168 .elementor-element.elementor-element-56d2258{--display:flex;}/* Start custom CSS for html, class: .elementor-element-657d41d */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Marck+Script&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap');

/*
 * ObushnaPro · ОПОРА 2.1
 * Чиста дизайн-система для WordPress. Усі правила обмежені #opora-article-v2.
 */

#opora-article-v2,
#opora-article-v2 * {
  box-sizing: border-box;
}

#opora-article-v2 {
  --op2-paper: #f7f2ec;
  --op2-paper-light: #fffdf9;
  --op2-paper-warm: #eee4da;
  --op2-wine: #6d1d27;
  --op2-wine-dark: #461116;
  --op2-wine-soft: #9b5960;
  --op2-graphite: #252d30;
  --op2-graphite-soft: #384347;
  --op2-ink: #20292d;
  --op2-sage: #6f817c;
  --op2-sage-dark: #3e5752;
  --op2-sage-pale: #e1e9e6;
  --op2-sea: #537b84;
  --op2-sea-dark: #315b65;
  --op2-sea-pale: #dce9ec;
  --op2-gold: #b18b52;
  --op2-gold-light: #e4c78f;
  --op2-line: rgba(83, 30, 34, 0.17);
  --op2-shadow: 0 20px 44px rgba(35, 29, 28, 0.13);
  position: relative !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 14px !important;
  overflow-x: clip !important;
  color: var(--op2-ink) !important;
  background: #e2e9e6 !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

#opora-article-v2 .op2-shell {
  width: 100%;
  overflow: hidden;
  background: var(--op2-paper-light);
  box-shadow: 0 20px 54px rgba(35, 29, 28, 0.12);
}

#opora-article-v2 :where(article, section, header, nav, aside, figure, form) {
  float: none;
  width: auto;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

#opora-article-v2 :where(h2, h3, h4, p, ul, ol, figure) {
  margin-top: 0;
}

#opora-article-v2 p {
  margin-bottom: 1.15em;
}

#opora-article-v2 :where(ul, ol) {
  width: auto;
  max-width: none;
}

#opora-article-v2 li {
  float: none;
  width: auto;
  max-width: none;
  height: auto;
}

#opora-article-v2 img {
  display: block;
  max-width: 100%;
  height: auto;
}

#opora-article-v2 button,
#opora-article-v2 input {
  font: inherit;
}

#opora-article-v2 a {
  color: inherit;
}

#opora-article-v2 [hidden] {
  display: none !important;
}

#opora-article-v2 .op2-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Нижній прогрес читання. */
#opora-article-v2 .op2-reading-progress {
  --op2-reading-progress: 0%;
  position: fixed !important;
  z-index: 999999 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 10px !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

#opora-article-v2 .op2-reading-progress.is-visible {
  opacity: 1;
}

#opora-article-v2 .op2-reading-progress::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  background: rgba(37, 45, 48, 0.18);
}

#opora-article-v2 .op2-reading-progress span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, var(--op2-wine), var(--op2-gold), var(--op2-sage-dark));
  box-shadow: 0 2px 7px rgba(70, 17, 22, 0.26);
  transform: scaleX(0);
  transform-origin: 0 50%;
  will-change: transform;
}

#opora-article-v2 .op2-reading-progress i {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: clamp(11px, var(--op2-reading-progress), calc(100% - 11px));
  display: block;
  width: 22px;
  height: 22px;
  border: 3px solid var(--op2-paper-light);
  border-radius: 50%;
  background: var(--op2-wine);
  box-shadow: 0 2px 10px rgba(70, 17, 22, 0.42), 0 0 0 1px rgba(109, 29, 39, 0.25);
  transform: translateX(-50%);
  will-change: left;
}

/* Швейцарська шапка. */
#opora-article-v2 .op2-hero-swiss {
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr);
  min-height: 620px;
  color: #fff;
  background:
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255, 255, 255, 0.055) 79px 80px),
    repeating-linear-gradient(180deg, transparent 0 79px, rgba(255, 255, 255, 0.055) 79px 80px),
    var(--op2-graphite);
}

#opora-article-v2 .op2-swiss-rail {
  display: flex;
  padding: 36px 24px;
  flex-direction: column;
  justify-content: flex-start;
  color: var(--op2-gold-light);
  background: #171e20;
  border-right: 8px solid var(--op2-wine);
}

#opora-article-v2 .op2-swiss-rail b {
  color: var(--op2-gold-light);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 0.82;
  font-variant-numeric: tabular-nums;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

#opora-article-v2 .op2-swiss-content {
  display: flex;
  min-width: 0;
  padding: 46px clamp(34px, 5vw, 62px) 50px;
  flex-direction: column;
}

#opora-article-v2 .op2-swiss-letters {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 44px) minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

#opora-article-v2 .op2-swiss-letters span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--op2-graphite);
  background: var(--op2-paper-light);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

#opora-article-v2 .op2-swiss-letters span:first-child {
  color: #fff;
  background: var(--op2-wine);
}

#opora-article-v2 .op2-swiss-letters i {
  height: 3px;
  background: var(--op2-wine);
}

#opora-article-v2 .op2-swiss-ghost {
  margin-top: auto;
  margin-bottom: 17px;
  color: rgba(255, 253, 249, 0.11);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(78px, 10vw, 126px);
  font-weight: 600;
  line-height: 0.72;
  white-space: nowrap;
}

#opora-article-v2 .op2-hero-swiss h2 {
  max-width: 880px;
  margin: 0 0 25px;
  color: #fffdf9;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(38px, 4.15vw, 50px);
  font-weight: 700;
  line-height: 1.08;
}

#opora-article-v2 .op2-hero-subtitle {
  max-width: 820px;
  margin: 0;
  padding: 20px 0 0;
  border-top: 5px solid var(--op2-wine);
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.66;
}

#opora-article-v2 .op2-meta {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

#opora-article-v2 .op2-meta span {
  position: relative;
}

#opora-article-v2 .op2-meta span:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--op2-gold-light);
  transform: translateY(-50%);
}

/* Зміст. */
#opora-article-v2 .op2-toc {
  margin: 54px clamp(24px, 5vw, 72px);
  padding: 42px clamp(24px, 4.5vw, 58px);
  scroll-margin-top: 130px;
  border: 1px solid rgba(109, 29, 39, 0.18);
  background: rgba(255, 253, 249, 0.96);
  box-shadow: var(--op2-shadow);
}

#opora-article-v2 .op2-toc-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--op2-line);
}

#opora-article-v2 .op2-toc-heading > span {
  color: var(--op2-wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#opora-article-v2 .op2-toc-heading h2 {
  margin: 0;
  color: var(--op2-wine-dark);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
}

#opora-article-v2 .op2-toc-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
}

#opora-article-v2 .op2-toc-links a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 7px 10px 7px 0;
  color: var(--op2-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

#opora-article-v2 .op2-toc-links a span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: var(--op2-wine);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

#opora-article-v2 .op2-toc-links a:hover,
#opora-article-v2 .op2-toc-links a:focus-visible,
#opora-article-v2 .op2-toc-links a.is-active {
  color: var(--op2-wine);
  background: rgba(225, 233, 230, 0.5);
  transform: translateX(3px);
}

#opora-article-v2 .op2-toc-links a.is-active span {
  color: var(--op2-graphite);
  background: var(--op2-gold-light);
}

/* Базова типографіка розділів. */
#opora-article-v2 .op2-section {
  position: relative;
  padding: 78px clamp(34px, 7vw, 96px);
  scroll-margin-top: 130px;
  border-top: 10px solid #e7ecea;
}

#opora-article-v2 .op2-section > :where(p, h2, ul, .op2-key-line, .op2-insight, .op2-descent, .op2-self-talk, .op2-conclusion-lines, .op2-main-question) {
  width: 100%;
  max-width: 900px;
}

#opora-article-v2 .op2-section h2,
#opora-article-v2 .op2-next-steps h2,
#opora-article-v2 .op2-related h2 {
  margin-bottom: 26px;
  color: var(--op2-wine-dark);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(38px, 4.1vw, 49px);
  font-weight: 600;
  line-height: 1.08;
}

#opora-article-v2 .op2-section h3 {
  margin-bottom: 12px;
  color: var(--op2-wine-dark);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

#opora-article-v2 .op2-section h4 {
  margin-bottom: 12px;
  color: var(--op2-wine-dark);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
}

#opora-article-v2 .op2-section-index {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

#opora-article-v2 .op2-section-index span {
  display: inline-flex;
  min-height: 30px;
  padding: 6px 11px;
  align-items: center;
  border: 1px solid rgba(109, 29, 39, 0.22);
  color: var(--op2-wine);
  background: rgba(255, 253, 249, 0.74);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}

#opora-article-v2 .op2-section-index i {
  width: 88px;
  height: 1px;
  background: var(--op2-wine-soft);
}

#opora-article-v2 strong {
  color: var(--op2-wine-dark);
  font-weight: 700;
}

#opora-article-v2 .op2-problem {
  text-decoration-line: underline;
  text-decoration-color: var(--op2-gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

#opora-article-v2 .op2-inline-link {
  color: var(--op2-wine-dark);
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: var(--op2-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

#opora-article-v2 .op2-inline-link:hover,
#opora-article-v2 .op2-inline-link:focus-visible {
  color: var(--op2-sea-dark);
  text-decoration-color: var(--op2-sea);
}

#opora-article-v2 .op2-mark-wine {
  color: var(--op2-wine-dark);
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: var(--op2-gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

#opora-article-v2 .op2-mark-green {
  color: var(--op2-sage-dark);
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: var(--op2-sage);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

#opora-article-v2 .op2-product-highlight {
  color: var(--op2-gold-light);
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: var(--op2-wine-soft);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

#opora-article-v2 :where(a, button, input):focus-visible {
  outline: 3px solid var(--op2-gold);
  outline-offset: 3px;
}

/* Розділи 01–02. */
#opora-article-v2 .op2-opening {
  background: var(--op2-paper-light);
}

#opora-article-v2 .op2-sabotage {
  background: var(--op2-paper);
}

#opora-article-v2 .op2-action-list,
#opora-article-v2 .op2-question-list,
#opora-article-v2 .op2-load-list,
#opora-article-v2 .op2-small-steps,
#opora-article-v2 .op2-help-list {
  margin: 20px 0 28px;
  padding: 16px 20px;
  list-style: none;
  border: 1px solid rgba(49, 91, 101, 0.18);
  background: rgba(220, 233, 236, 0.48);
}

#opora-article-v2 :where(.op2-action-list, .op2-question-list, .op2-load-list, .op2-small-steps, .op2-help-list) li {
  position: relative;
  min-height: 0;
  padding: 8px 8px 8px 26px;
  border-bottom: 1px solid rgba(49, 91, 101, 0.12);
}

#opora-article-v2 :where(.op2-action-list, .op2-question-list, .op2-load-list, .op2-small-steps, .op2-help-list) li:last-child {
  border-bottom: 0;
}

#opora-article-v2 :where(.op2-action-list, .op2-question-list, .op2-load-list, .op2-small-steps, .op2-help-list) li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--op2-sea-dark);
  transform: translateY(-50%);
}

#opora-article-v2 .op2-action-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 900px;
}

#opora-article-v2 .op2-action-list li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

#opora-article-v2 .op2-action-list li {
  padding-left: 38px;
}

#opora-article-v2 .op2-action-list li::before {
  content: '→';
  left: 7px;
  width: 20px;
  height: auto;
  border-radius: 0;
  color: var(--op2-sea-dark);
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

#opora-article-v2 .op2-question-list li {
  min-height: 44px;
  padding-left: 42px;
}

#opora-article-v2 .op2-question-list li::before {
  content: '?';
  left: 6px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--op2-wine);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

#opora-article-v2 .op2-load-list li {
  padding-left: 42px;
}

#opora-article-v2 .op2-load-list li::before {
  content: '+';
  left: 6px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(177, 139, 82, 0.58);
  border-radius: 50%;
  color: var(--op2-wine);
  background: rgba(243, 234, 215, 0.82);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

#opora-article-v2 .op2-small-steps li {
  padding-left: 42px;
}

#opora-article-v2 .op2-small-steps li::before {
  content: '✓';
  left: 6px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(49, 91, 101, 0.34);
  border-radius: 50%;
  color: var(--op2-sea-dark);
  background: rgba(225, 233, 230, 0.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

#opora-article-v2 .op2-help-list li {
  padding-left: 42px;
}

#opora-article-v2 .op2-help-list li::before {
  content: '!';
  left: 6px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(109, 29, 39, 0.48);
  border-radius: 4px;
  color: var(--op2-wine);
  background: rgba(109, 29, 39, 0.06);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

#opora-article-v2 .op2-key-line {
  margin: 26px 0;
  padding: 18px 22px;
  border-top: 2px solid var(--op2-gold);
  border-bottom: 1px solid rgba(177, 139, 82, 0.4);
  color: var(--op2-wine-dark);
  background: rgba(243, 234, 215, 0.62);
  font-weight: 600;
}

#opora-article-v2 .op2-freeze-sequence {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  max-width: 900px;
  width: 100%;
  margin: 26px 0;
  padding: 10px 16px;
  counter-reset: op2-freeze;
  border: 1px solid rgba(49, 91, 101, 0.2);
  border-top: 3px solid var(--op2-sea);
  background: rgba(220, 233, 236, 0.58);
}

#opora-article-v2 .op2-freeze-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
}

#opora-article-v2 .op2-freeze-continue {
  display: flex;
  width: 100%;
  margin: 4px 0;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--op2-wine);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

#opora-article-v2 .op2-freeze-continue::before,
#opora-article-v2 .op2-freeze-continue::after {
  content: '';
  width: min(120px, 18%);
  height: 1px;
  background: rgba(109, 29, 39, 0.18);
}

#opora-article-v2 .op2-freeze-continue {
  padding: 4px 13px;
}

#opora-article-v2 .op2-freeze-sequence span {
  position: relative;
  min-height: 58px;
  padding: 12px 28px 12px 34px;
  border-bottom: 1px solid rgba(49, 91, 101, 0.12);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  counter-increment: op2-freeze;
}

#opora-article-v2 .op2-freeze-row:last-child span {
  border-bottom: 0;
}

#opora-article-v2 .op2-freeze-sequence span::before {
  content: counter(op2-freeze, decimal-leading-zero);
  position: absolute;
  top: 13px;
  left: 5px;
  color: var(--op2-wine);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

#opora-article-v2 .op2-freeze-row span:not(:last-child)::after {
  content: '→';
  position: absolute;
  top: 50%;
  right: 7px;
  color: var(--op2-sea-dark);
  font-size: 18px;
  transform: translateY(-50%);
}

#opora-article-v2 .op2-insight {
  width: 100%;
  max-width: 900px;
  margin: 30px 0 0;
  padding: 24px 28px;
  border: 1px solid rgba(49, 91, 101, 0.23);
  border-left: 5px solid var(--op2-sea-dark);
  background: var(--op2-sea-pale);
}

#opora-article-v2 .op2-insight p:last-child {
  margin-bottom: 0;
}

#opora-article-v2 .op2-descent {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
  width: 100%;
  margin: 26px 0;
  border: 1px solid rgba(109, 29, 39, 0.14);
}

#opora-article-v2 .op2-descent > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 18px;
  border-right: 1px solid rgba(109, 29, 39, 0.12);
  border-bottom: 1px solid rgba(109, 29, 39, 0.12);
  background: rgba(255, 253, 249, 0.7);
}

#opora-article-v2 .op2-descent > div:nth-child(2n) {
  border-right: 0;
}

#opora-article-v2 .op2-descent > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

#opora-article-v2 .op2-descent span {
  color: var(--op2-wine);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

#opora-article-v2 .op2-descent p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

#opora-article-v2 .op2-self-talk {
  width: 100%;
  max-width: 900px;
  margin: 24px 0;
  padding: 7px 20px;
  border: 1px solid rgba(49, 91, 101, 0.2);
  border-left: 4px solid var(--op2-sea-dark);
  background: rgba(220, 233, 236, 0.58);
}

#opora-article-v2 .op2-self-talk p {
  margin: 0;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(49, 91, 101, 0.14);
  font-size: 13px;
  font-weight: 600;
}

#opora-article-v2 .op2-self-talk p:last-child {
  border-bottom: 0;
}

/* Самоперевірка. */
#opora-article-v2 .op2-check {
  padding: 0 0 76px;
  overflow: visible;
  background:
    linear-gradient(rgba(37, 45, 48, 0.035) 1px, transparent 1px),
    #e5e4df;
  background-size: 100% 34px;
}

#opora-article-v2 .op2-check-head {
  padding: 68px clamp(34px, 7vw, 96px) 44px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(109, 29, 39, 0.23), transparent 48%),
    var(--op2-graphite);
  border-bottom: 6px solid var(--op2-gold);
}

#opora-article-v2 .op2-check-head .op2-section-index span {
  border-color: rgba(240, 210, 155, 0.35);
  color: var(--op2-gold-light);
  background: rgba(255, 255, 255, 0.06);
}

#opora-article-v2 .op2-check-head .op2-section-index i {
  background: var(--op2-gold);
}

#opora-article-v2 .op2-check-head h2 {
  max-width: 760px;
  color: #fffdf9;
}

#opora-article-v2 .op2-check-intro {
  max-width: 790px;
  margin-bottom: 22px;
  padding-left: 18px;
  border-left: 4px solid var(--op2-gold);
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

#opora-article-v2 .op2-check-intro strong {
  color: var(--op2-gold-light);
}

#opora-article-v2 .op2-scale-key {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  border: 1px solid rgba(240, 210, 155, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

#opora-article-v2 .op2-scale-key span {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 60px;
  padding: 10px 14px;
  border-right: 1px solid rgba(240, 210, 155, 0.2);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

#opora-article-v2 .op2-scale-key span:last-child {
  border-right: 0;
}

#opora-article-v2 .op2-scale-key strong {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--op2-graphite);
  background: var(--op2-gold-light);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

#opora-article-v2 .op2-check-form {
  display: grid;
  max-width: 940px;
  margin: 42px clamp(34px, 7vw, 96px) 0;
  padding-left: 44px;
  gap: 16px;
}

#opora-article-v2 .op2-check-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 22px 22px 22px 62px;
  border: 1px solid rgba(109, 29, 39, 0.25);
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 12px 25px rgba(37, 45, 48, 0.1);
}

#opora-article-v2 .op2-check-question > span {
  position: absolute;
  top: 50%;
  left: -44px;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 5px solid #d5ad66;
  border-radius: 50%;
  color: #fff;
  background: var(--op2-wine);
  box-shadow: 0 8px 18px rgba(69, 17, 22, 0.22);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  transform: translateY(-50%);
}

#opora-article-v2 .op2-check-question p {
  margin: 0;
  color: var(--op2-graphite);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

#opora-article-v2 .op2-score-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 620px;
  padding-top: 14px;
  gap: 8px;
  border-top: 1px solid rgba(177, 139, 82, 0.3);
}

#opora-article-v2 .op2-score-options label {
  position: relative;
  cursor: pointer;
}

#opora-article-v2 .op2-score-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

#opora-article-v2 .op2-score-options label span {
  display: grid;
  width: 100%;
  min-height: 46px;
  padding: 8px 12px;
  place-items: center;
  border: 1px solid rgba(37, 45, 48, 0.3);
  color: var(--op2-graphite);
  background: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
  text-align: center;
}

#opora-article-v2 .op2-score-options input:checked + span {
  border-color: var(--op2-gold);
  background: var(--op2-gold-light);
  box-shadow: inset 0 -3px 0 var(--op2-wine);
  transform: translateY(-2px);
}

#opora-article-v2 .op2-score-options input:focus-visible + span {
  outline: 3px solid var(--op2-gold);
  outline-offset: 3px;
}

#opora-article-v2 .op2-score-total {
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 8px;
  padding: 22px 24px;
  color: #fff;
  background: var(--op2-graphite);
  border-left: 6px solid var(--op2-gold);
}

#opora-article-v2 .op2-score-total output {
  color: var(--op2-gold-light);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

#opora-article-v2 .op2-score-label,
#opora-article-v2 .op2-score-note {
  display: block;
}

#opora-article-v2 .op2-score-label {
  margin-bottom: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

#opora-article-v2 .op2-score-note {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}

#opora-article-v2 .op2-result-panel {
  max-width: 940px;
  margin: 42px clamp(34px, 7vw, 96px) 0;
  padding: 26px;
  border-left: 6px solid var(--op2-gold);
  color: #fff;
  background: var(--op2-graphite);
}

#opora-article-v2 .op2-result-panel .op2-results-title {
  margin-bottom: 8px;
  color: var(--op2-gold-light);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

#opora-article-v2 .op2-result-panel .op2-result-prompt {
  color: rgba(255, 255, 255, 0.82);
}

#opora-article-v2 .op2-result-prompt {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

#opora-article-v2 .op2-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

#opora-article-v2 .op2-results article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
}

#opora-article-v2 .op2-results article:nth-child(1) {
  border-left: 5px solid var(--op2-sage);
}

#opora-article-v2 .op2-results article:nth-child(2) {
  border-left: 5px solid var(--op2-gold);
}

#opora-article-v2 .op2-results article:nth-child(3) {
  border-left: 5px solid #a84d58;
}

#opora-article-v2 .op2-results article > strong {
  display: block;
  margin-bottom: 8px;
  color: var(--op2-gold-light);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
}

#opora-article-v2 .op2-results article p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.6;
}

#opora-article-v2[data-js-ready='true'] .op2-results article {
  display: none;
}

#opora-article-v2[data-js-ready='true'] .op2-result-panel.is-complete .op2-results article.is-active {
  display: block;
  grid-column: 1 / -1;
}

#opora-article-v2 .op2-disclaimer {
  max-width: 940px;
  margin: 24px clamp(34px, 7vw, 96px) 0;
  color: var(--op2-sea-dark);
  font-size: 12px;
  font-weight: 600;
}

/* Інфографіка та п'ять кроків. */
#opora-article-v2 .op2-system {
  background: var(--op2-paper-light);
}

#opora-article-v2 .op2-system-image {
  max-width: 940px;
  margin: 52px auto 66px;
  padding: 14px;
  border: 1px solid rgba(177, 139, 82, 0.36);
  background: #fff;
  box-shadow: 0 16px 30px rgba(35, 29, 28, 0.15);
}

#opora-article-v2 .op2-zoom-hint {
  width: fit-content;
  margin: -2px auto 16px;
  padding: 8px 18px;
  border: 1px solid rgba(109, 29, 39, 0.18);
  border-radius: 999px;
  color: var(--op2-wine);
  background: #f1ece5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

#opora-article-v2 .op2-image-link {
  display: block;
  cursor: zoom-in;
}

#opora-article-v2 .op2-system-image figcaption {
  padding: 15px 6px 4px;
  color: #566361;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

#opora-article-v2 .op2-system-image figcaption span {
  display: inline-block;
  margin-right: 8px;
  color: var(--op2-wine);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#opora-article-v2 .op2-system-image figcaption strong {
  color: var(--op2-wine);
}

#opora-article-v2 .op2-letter-steps {
  display: grid;
  gap: 22px;
}

#opora-article-v2 .op2-letter-step {
  padding: 32px clamp(22px, 4vw, 42px) 38px;
  border: 1px solid rgba(109, 29, 39, 0.17);
  background: var(--op2-paper);
}

#opora-article-v2 .op2-letter-step-cool {
  border-color: rgba(49, 91, 101, 0.22);
  background: var(--op2-sea-pale);
}

#opora-article-v2 .op2-letter-step > header {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(109, 29, 39, 0.17);
}

#opora-article-v2 .op2-letter-step > header > span {
  display: grid;
  width: 76px;
  height: 90px;
  place-items: center;
  color: #fff;
  background: var(--op2-wine);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
}

#opora-article-v2 .op2-letter-step-cool > header > span {
  background: var(--op2-sea-dark);
}

#opora-article-v2 .op2-wordmark {
  display: flex;
  margin-bottom: 8px;
  gap: 4px;
}

#opora-article-v2 .op2-wordmark span,
#opora-article-v2 .op2-wordmark b {
  display: grid;
  width: 24px;
  height: 28px;
  place-items: center;
  color: var(--op2-wine);
  background: rgba(255, 253, 249, 0.74);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

#opora-article-v2 .op2-wordmark b {
  color: #fff;
  background: var(--op2-wine);
}

#opora-article-v2 .op2-letter-step-cool .op2-wordmark span {
  color: var(--op2-sea-dark);
}

#opora-article-v2 .op2-letter-step-cool .op2-wordmark b {
  background: var(--op2-sea-dark);
}

#opora-article-v2 .op2-letter-step header small {
  display: block;
  margin-bottom: 2px;
  color: var(--op2-wine);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#opora-article-v2 .op2-letter-step > :where(p, ul) {
  width: 100%;
  max-width: 900px;
}

#opora-article-v2 .op2-step-note,
#opora-article-v2 .op2-final-principle,
#opora-article-v2 .op2-main-question,
#opora-article-v2 .op2-time-boundary {
  margin: 26px 0 0;
  padding: 20px 24px;
  border: 1px solid rgba(177, 139, 82, 0.35);
  border-left: 5px solid var(--op2-gold);
  color: var(--op2-wine-dark);
  background: rgba(243, 234, 215, 0.72);
  font-weight: 600;
}

#opora-article-v2 .op2-final-principle p:last-child {
  margin-bottom: 0;
}

#opora-article-v2 .op2-energy-key {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 900px;
  margin: 20px 0 28px;
  gap: 10px;
}

#opora-article-v2 .op2-energy-key span {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 68px;
  padding: 12px;
  border: 1px solid rgba(109, 29, 39, 0.16);
  background: rgba(255, 253, 249, 0.76);
}

#opora-article-v2 .op2-energy-key strong {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: #fff;
  background: var(--op2-sage-dark);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 19px;
  font-variant-numeric: tabular-nums;
}

#opora-article-v2 .op2-energy-key em {
  font-size: 12px;
  line-height: 1.5;
}

#opora-article-v2 .op2-three-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

#opora-article-v2 .op2-three-columns > section {
  padding: 24px 21px;
  border: 1px solid rgba(49, 91, 101, 0.23);
  background: rgba(255, 253, 249, 0.75);
}

#opora-article-v2 .op2-three-columns > section > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  place-items: center;
  color: #fff;
  background: var(--op2-sea-dark);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

#opora-article-v2 .op2-three-columns p,
#opora-article-v2 .op2-three-columns li {
  font-size: 12px;
  line-height: 1.6;
}

#opora-article-v2 .op2-three-columns ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

#opora-article-v2 .op2-three-columns .op2-delegate-prompts {
  padding-left: 0;
  list-style: none;
}

#opora-article-v2 .op2-delegate-prompts li {
  position: relative;
  padding: 5px 0 5px 25px;
}

#opora-article-v2 .op2-delegate-prompts li::before {
  content: '›';
  position: absolute;
  top: 50%;
  left: 3px;
  color: var(--op2-gold);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

/* 24 години, стоп і допомога. */
#opora-article-v2 .op2-next-day {
  background: var(--op2-paper);
}

#opora-article-v2 .op2-next-day-head {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  max-width: 900px;
  margin-bottom: 24px;
}

#opora-article-v2 .op2-next-day-head > strong {
  color: var(--op2-wine);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

#opora-article-v2 .op2-next-day-head h2 {
  margin: 0;
}

#opora-article-v2 .op2-day-plan {
  max-width: 900px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#opora-article-v2 .op2-day-plan > li {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--op2-line);
}

#opora-article-v2 .op2-day-plan > li > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #fff;
  background: var(--op2-wine);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

#opora-article-v2 .op2-day-plan p:last-child {
  margin-bottom: 0;
}

#opora-article-v2 .op2-day-plan ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

#opora-article-v2 .op2-day-plan .op2-body-support-list {
  padding-left: 0;
  list-style: none;
}

#opora-article-v2 .op2-body-support-list li {
  position: relative;
  padding: 5px 0 5px 28px;
}

#opora-article-v2 .op2-body-support-list li::before {
  content: '✦';
  position: absolute;
  top: 50%;
  left: 3px;
  color: var(--op2-sea-dark);
  font-size: 15px;
  line-height: 1;
  transform: translateY(-50%);
}

#opora-article-v2 .op2-time-boundary {
  margin-top: 14px;
  font-size: 14px;
}

#opora-article-v2 .op2-stop {
  color: rgba(255, 255, 255, 0.84);
  background:
    radial-gradient(circle at 7% 8%, transparent 0 52px, rgba(177, 139, 82, 0.22) 53px 55px, transparent 56px),
    radial-gradient(circle at 93% 92%, transparent 0 88px, rgba(109, 29, 39, 0.35) 89px 92px, transparent 93px),
    var(--op2-graphite);
}

#opora-article-v2 .op2-stop h2 {
  color: #fffdf9;
}

#opora-article-v2 .op2-stop .op2-section-index span {
  border-color: rgba(228, 199, 143, 0.35);
  color: var(--op2-gold-light);
  background: rgba(255, 255, 255, 0.05);
}

#opora-article-v2 .op2-stop .op2-section-index i {
  background: var(--op2-gold);
}

#opora-article-v2 .op2-stop-list {
  max-width: 860px;
  border-top: 1px solid rgba(228, 199, 143, 0.26);
}

#opora-article-v2 .op2-stop-list p {
  position: relative;
  margin: 0;
  padding: 15px 16px 15px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#opora-article-v2 .op2-stop-list p::before {
  content: '×';
  position: absolute;
  top: 14px;
  left: 5px;
  color: var(--op2-gold-light);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
}

#opora-article-v2 .op2-stop-final {
  margin: 30px 0 0;
  padding: 20px 24px;
  border-left: 5px solid var(--op2-gold);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 600;
}

#opora-article-v2 .op2-stop-final strong {
  color: var(--op2-gold-light);
}

#opora-article-v2 .op2-help {
  background: var(--op2-paper-light);
}

#opora-article-v2 .op2-conclusion-lines {
  margin: 28px 0;
  padding: 8px 22px;
  border-left: 4px solid var(--op2-sea-dark);
  background: var(--op2-sea-pale);
}

#opora-article-v2 .op2-conclusion-lines p {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(49, 91, 101, 0.14);
  font-weight: 600;
}

#opora-article-v2 .op2-conclusion-lines p:last-child {
  border-bottom: 0;
}

#opora-article-v2 .op2-main-question {
  max-width: 860px;
  margin: 30px 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 27px;
  line-height: 1.35;
}

/* Робочий аркуш. */
#opora-article-v2 .op2-workbook {
  background:
    linear-gradient(rgba(49, 91, 101, 0.04) 1px, transparent 1px),
    #fffefa;
  background-size: 100% 54px;
}

#opora-article-v2 .op2-workbook-head {
  max-width: 900px;
  margin-bottom: 34px;
}

#opora-article-v2 .op2-workbook-head > span {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--op2-wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#opora-article-v2 .op2-example-note {
  max-width: 940px;
  padding: 38px 44px 38px 86px;
  border: 1px solid rgba(177, 139, 82, 0.3);
  background:
    linear-gradient(90deg, transparent 0 54px, rgba(109, 29, 39, 0.17) 54px 56px, transparent 56px),
    repeating-linear-gradient(180deg, #f9f2e8 0 39px, rgba(49, 91, 101, 0.13) 39px 40px);
  box-shadow: 0 18px 34px rgba(55, 44, 40, 0.15);
}

#opora-article-v2 .op2-example-note-head {
  margin-bottom: 8px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--op2-wine);
}

#opora-article-v2 .op2-example-note-head span {
  display: block;
  margin-bottom: 7px;
  color: var(--op2-wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#opora-article-v2 .op2-example-note-head p {
  margin: 0;
  color: #566361;
  font-size: 12px;
}

#opora-article-v2 .op2-example-row {
  display: grid;
  grid-template-columns: minmax(270px, 0.92fr) minmax(0, 1.08fr);
  gap: 30px;
  align-items: start;
  padding: 22px 0 20px;
  border-bottom: 1px solid rgba(109, 29, 39, 0.13);
}

#opora-article-v2 .op2-example-row:last-child {
  border-bottom: 0;
}

#opora-article-v2 .op2-example-row > span {
  padding-left: 14px;
  border-left: 3px solid var(--op2-gold);
  color: var(--op2-wine-dark);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.42;
}

#opora-article-v2 .op2-example-row p {
  margin: 0;
  padding-top: 2px;
  color: #587078;
  font-family: 'Marck Script', 'Segoe Print', cursive;
  font-size: 18px;
  line-height: 1.35;
}

/* Наступні кроки: книга та програма мають однакову вагу. */
#opora-article-v2 .op2-next-steps {
  position: relative;
  padding: 76px clamp(34px, 7vw, 96px);
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 5% 8%, transparent 0 68px, rgba(177, 139, 82, 0.28) 69px 71px, transparent 72px),
    radial-gradient(circle at 94% 90%, transparent 0 112px, rgba(109, 29, 39, 0.38) 113px 116px, transparent 117px),
    var(--op2-graphite);
  border-top: 10px solid #e7ecea;
}

#opora-article-v2 .op2-product-eyebrow,
#opora-article-v2 .op2-related-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--op2-gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

#opora-article-v2 .op2-next-steps > h2 {
  max-width: 850px;
  color: #fffdf9;
}

#opora-article-v2 .op2-next-steps > p {
  max-width: 820px;
  margin-bottom: 34px;
}

#opora-article-v2 .op2-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#opora-article-v2 .op2-product-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  min-height: 330px;
  border: 1px solid rgba(228, 199, 143, 0.3);
  background: rgba(255, 253, 249, 0.07);
}

#opora-article-v2 .op2-product-cover,
#opora-article-v2 .op2-program-visual {
  min-height: 100%;
  background: rgba(255, 253, 249, 0.08);
}

#opora-article-v2 .op2-product-cover {
  display: grid;
  padding: 22px 16px;
  place-items: center;
}

#opora-article-v2 .op2-product-cover img {
  max-height: 260px;
  object-fit: contain;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
}

#opora-article-v2 .op2-program-visual {
  display: flex;
  padding: 24px 18px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

#opora-article-v2 .op2-program-visual strong {
  margin-bottom: 10px;
  color: var(--op2-gold-light);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 68px;
  line-height: 0.9;
  font-variant-numeric: tabular-nums;
}

#opora-article-v2 .op2-program-visual span {
  position: relative;
  padding: 8px 8px 8px 20px;
  border-bottom: 1px solid rgba(228, 199, 143, 0.22);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

#opora-article-v2 .op2-program-visual span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--op2-gold);
  transform: translateY(-50%);
}

#opora-article-v2 .op2-product-card-content {
  display: flex;
  min-width: 0;
  padding: 28px 24px;
  flex-direction: column;
  align-items: flex-start;
}

#opora-article-v2 .op2-product-label {
  margin-bottom: 10px;
  color: var(--op2-gold-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

#opora-article-v2 .op2-product-card h3 {
  margin-bottom: 14px;
  color: #fffdf9;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.08;
}

#opora-article-v2 .op2-product-card p {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 1.6;
}

#opora-article-v2 .op2-cta {
  display: inline-flex;
  min-height: 46px;
  margin-top: auto;
  padding: 11px 18px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

#opora-article-v2 .op2-cta-book {
  border-color: var(--op2-gold);
  color: var(--op2-gold-light);
  background: var(--op2-wine);
}

#opora-article-v2 .op2-cta-program {
  border-color: var(--op2-wine);
  color: var(--op2-wine-dark);
  background: var(--op2-gold-light);
}

#opora-article-v2 .op2-cta:hover,
#opora-article-v2 .op2-cta:focus-visible {
  transform: translateY(-2px);
}

/* Пов'язані матеріали. */
#opora-article-v2 .op2-related {
  padding: 72px clamp(34px, 7vw, 96px);
  border-top: 10px solid #e7ecea;
  background: var(--op2-paper);
}

#opora-article-v2 .op2-related-eyebrow {
  color: var(--op2-wine);
}

#opora-article-v2 .op2-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

#opora-article-v2 .op2-related-grid a {
  display: flex;
  min-height: 230px;
  padding: 22px;
  flex-direction: column;
  border: 1px solid rgba(109, 29, 39, 0.18);
  color: var(--op2-ink);
  background: rgba(255, 253, 249, 0.78);
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

#opora-article-v2 .op2-related-grid a:hover,
#opora-article-v2 .op2-related-grid a:focus-visible {
  border-color: var(--op2-gold);
  box-shadow: 0 14px 28px rgba(55, 44, 40, 0.11);
  transform: translateY(-3px);
}

#opora-article-v2 .op2-related-index {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  place-items: center;
  color: #fff;
  background: var(--op2-wine);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

#opora-article-v2 .op2-related-grid a > strong {
  color: var(--op2-wine-dark);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.18;
}

#opora-article-v2 .op2-related-cta {
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  color: var(--op2-wine);
  border-bottom: 2px solid var(--op2-gold);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

/* Авторка. */
#opora-article-v2 .op2-author {
  max-width: 1040px;
  margin: 58px auto 70px;
  overflow: hidden;
  border: 1px solid rgba(177, 139, 82, 0.72);
  background: var(--op2-graphite);
  box-shadow: 0 22px 46px rgba(35, 29, 28, 0.2);
}

#opora-article-v2 .op2-author-photo {
  overflow: hidden;
  background: #d9dddc;
}

#opora-article-v2 .op2-author-photo img {
  width: 100%;
  aspect-ratio: 2.15 / 1;
  object-fit: cover;
  object-position: center;
}

#opora-article-v2 .op2-author figcaption {
  display: grid;
  grid-template-columns: auto minmax(220px, 0.8fr) minmax(280px, 1.25fr);
  gap: 24px;
  align-items: center;
  padding: 23px 28px;
  border-top: 3px solid var(--op2-wine);
  color: #fffdf9;
}

#opora-article-v2 .op2-author figcaption span {
  color: var(--op2-gold-light);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

#opora-article-v2 .op2-author figcaption > strong {
  color: #fffdf9;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.05;
}

#opora-article-v2 .op2-author figcaption p {
  margin: 0;
  color: rgba(255, 253, 249, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

/* Плаваюча навігація. */
#opora-article-v2 .op2-back-to-toc {
  position: fixed !important;
  z-index: 99990 !important;
  top: 118px !important;
  right: 20px !important;
  display: inline-flex !important;
  min-width: 118px !important;
  min-height: 46px !important;
  padding: 10px 15px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border: 1px solid rgba(177, 139, 82, 0.42) !important;
  border-radius: 999px !important;
  color: var(--op2-wine-dark) !important;
  background: rgba(247, 242, 236, 0.96) !important;
  box-shadow: 0 10px 28px rgba(70, 17, 22, 0.17) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(-10px) !important;
  transition: opacity 0.18s ease, transform 0.18s ease, background 0.18s ease !important;
}

#opora-article-v2 .op2-back-to-toc.is-visible {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

#opora-article-v2 .op2-back-to-toc:hover {
  background: var(--op2-paper-warm) !important;
}

#opora-article-v2 .op2-current-section {
  position: fixed !important;
  z-index: 99980 !important;
  bottom: calc(30px + env(safe-area-inset-bottom)) !important;
  left: 50% !important;
  display: flex !important;
  width: min(620px, calc(100vw - 300px)) !important;
  padding: 10px 16px 12px !important;
  overflow: hidden !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 2px !important;
  border: 1px solid rgba(177, 139, 82, 0.42) !important;
  border-radius: 18px !important;
  color: var(--op2-ink) !important;
  background: rgba(247, 242, 236, 0.96) !important;
  box-shadow: 0 10px 28px rgba(70, 17, 22, 0.16) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, 10px) !important;
  transition: opacity 0.18s ease, transform 0.18s ease !important;
}

#opora-article-v2 .op2-current-section.is-visible {
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
}

#opora-article-v2 .op2-current-section span {
  color: var(--op2-wine) !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

#opora-article-v2 .op2-current-section .op2-current-location {
  color: var(--op2-ink) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

#opora-article-v2 .op2-current-section .op2-current-label {
  margin-top: 2px !important;
}

#opora-article-v2 .op2-current-section strong {
  max-width: 100% !important;
  overflow: hidden !important;
  color: var(--op2-ink) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Лайтбокс. */
#opora-article-v2 .op2-lightbox {
  position: fixed !important;
  z-index: 1000000 !important;
  inset: 0 !important;
  display: grid !important;
  padding: 24px !important;
  overflow: auto !important;
  place-items: center !important;
  background: rgba(17, 27, 29, 0.88) !important;
}

#opora-article-v2 .op2-lightbox[hidden] {
  display: none !important;
}

#opora-article-v2 .op2-lightbox-stage {
  position: relative;
  width: fit-content;
  max-width: min(96vw, 1120px);
  padding: 60px 18px 18px;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

#opora-article-v2 .op2-lightbox-stage > img {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 150px);
  object-fit: contain;
}

#opora-article-v2 .op2-lightbox-close {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 2px solid var(--op2-gold-light);
  border-radius: 50%;
  color: #fff;
  background: var(--op2-wine);
  cursor: pointer;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
}

#opora-article-v2 .op2-lightbox-caption {
  max-width: 820px;
  padding: 14px 4px 2px;
  color: var(--op2-ink);
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

/* Адаптація. */
@media (max-width: 920px) {
  #opora-article-v2 .op2-toc-links,
  #opora-article-v2 .op2-product-grid {
    grid-template-columns: 1fr;
  }

  #opora-article-v2 .op2-three-columns,
  #opora-article-v2 .op2-related-grid {
    grid-template-columns: 1fr;
  }

  #opora-article-v2 .op2-related-grid a {
    min-height: 180px;
  }

  #opora-article-v2 .op2-current-section {
    width: min(560px, calc(100vw - 190px)) !important;
  }
}

@media (max-width: 720px) {
  #opora-article-v2 {
    padding: 8px !important;
  }

  #opora-article-v2 .op2-hero-swiss {
    grid-template-columns: 66px minmax(0, 1fr);
    min-height: 590px;
  }

  #opora-article-v2 .op2-swiss-rail {
    padding: 26px 14px;
    border-right-width: 5px;
  }

  #opora-article-v2 .op2-swiss-rail b {
    font-size: 44px;
  }

  #opora-article-v2 .op2-swiss-content {
    min-height: 588px;
    padding: 30px 18px 34px;
  }

  #opora-article-v2 .op2-swiss-letters {
    grid-template-columns: repeat(5, 30px);
    gap: 6px;
  }

  #opora-article-v2 .op2-swiss-letters span {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }

  #opora-article-v2 .op2-swiss-letters i {
    display: none;
  }

  #opora-article-v2 .op2-swiss-ghost {
    margin-bottom: 13px;
    font-size: 56px;
  }

  #opora-article-v2 .op2-hero-swiss h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  #opora-article-v2 .op2-meta {
    display: grid;
    gap: 5px;
  }

  #opora-article-v2 .op2-meta span::after {
    display: none;
  }

  #opora-article-v2 .op2-toc {
    margin: 28px 10px 38px;
    padding: 28px 16px;
  }

  #opora-article-v2 .op2-toc-heading {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  #opora-article-v2 .op2-toc-heading h2 {
    font-size: 32px;
  }

  #opora-article-v2 .op2-toc-links a {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 54px;
    font-size: 12px;
  }

  #opora-article-v2 .op2-toc-links a span {
    width: 38px;
    height: 38px;
  }

  #opora-article-v2 .op2-section,
  #opora-article-v2 .op2-next-steps,
  #opora-article-v2 .op2-related {
    padding: 52px 18px;
  }

  #opora-article-v2 .op2-section h2,
  #opora-article-v2 .op2-next-steps h2,
  #opora-article-v2 .op2-related h2 {
    font-size: 31px;
    line-height: 1.1;
  }

  #opora-article-v2 .op2-action-list,
  #opora-article-v2 .op2-descent,
  #opora-article-v2 .op2-energy-key {
    grid-template-columns: 1fr;
  }

  #opora-article-v2 .op2-freeze-sequence {
    gap: 0;
    padding: 12px 14px;
  }

  #opora-article-v2 .op2-freeze-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  #opora-article-v2 .op2-freeze-row:last-child {
    margin-top: 18px;
  }

  #opora-article-v2 .op2-freeze-continue {
    display: none;
  }

  #opora-article-v2 .op2-freeze-sequence span {
    min-height: 54px;
    padding: 12px 12px 12px 46px;
    border-bottom: 1px solid rgba(49, 91, 101, 0.12);
  }

  #opora-article-v2 .op2-freeze-sequence span::before {
    top: 50%;
    left: 0;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid rgba(109, 29, 39, 0.28);
    color: var(--op2-wine);
    background: rgba(255, 253, 249, 0.82);
    font-size: 10px;
    transform: translateY(-50%);
  }

  #opora-article-v2 .op2-freeze-row:last-child span:last-child {
    border-bottom: 0;
  }

  #opora-article-v2 .op2-freeze-row span:not(:last-child)::after,
  #opora-article-v2 .op2-freeze-row:first-child span:last-child::after {
    content: '↓';
    position: absolute;
    top: auto;
    right: auto;
    bottom: -20px;
    left: 8px;
    display: block;
    width: 14px;
    height: 20px;
    color: var(--op2-sea-dark);
    background: transparent;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transform: none;
  }

  #opora-article-v2 .op2-descent > div,
  #opora-article-v2 .op2-descent > div:nth-child(2n),
  #opora-article-v2 .op2-descent > div:nth-last-child(-n + 2) {
    grid-template-columns: 66px minmax(0, 1fr);
    padding: 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(109, 29, 39, 0.12);
  }

  #opora-article-v2 .op2-descent > div:last-child {
    border-bottom: 0;
  }

  #opora-article-v2 .op2-check-head {
    padding: 54px 18px 36px;
  }

  #opora-article-v2 .op2-scale-key {
    grid-template-columns: 1fr;
  }

  #opora-article-v2 .op2-scale-key span {
    min-height: 52px;
    border-right: 0;
    border-bottom: 1px solid rgba(240, 210, 155, 0.2);
  }

  #opora-article-v2 .op2-scale-key span:last-child {
    border-bottom: 0;
  }

  #opora-article-v2 .op2-check-form {
    margin: 30px 18px 0;
    padding-left: 29px;
    gap: 14px;
  }

  #opora-article-v2 .op2-check-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 13px 17px 42px;
  }

  #opora-article-v2 .op2-check-question > span {
    left: -29px;
    width: 60px;
    height: 60px;
    border-width: 4px;
    font-size: 20px;
  }

  #opora-article-v2 .op2-check-question p {
    font-size: 13px;
  }

  #opora-article-v2 .op2-score-options {
    padding-top: 12px;
    border-top: 1px solid rgba(177, 139, 82, 0.3);
  }

  #opora-article-v2 .op2-score-options label span {
    width: 100%;
    min-height: 52px;
    padding: 7px 4px;
    font-size: 10px;
    line-height: 1.2;
  }

  #opora-article-v2 .op2-score-total {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 15px;
    padding: 20px 16px;
  }

  #opora-article-v2 .op2-score-total output {
    font-size: 31px;
  }

  #opora-article-v2 .op2-result-panel,
  #opora-article-v2 .op2-disclaimer {
    margin-right: 18px;
    margin-left: 18px;
  }

  #opora-article-v2 .op2-results {
    grid-template-columns: 1fr;
  }

  #opora-article-v2 .op2-system-image {
    margin: 42px 0 56px;
    padding: 10px;
  }

  #opora-article-v2 .op2-zoom-hint {
    margin-bottom: 20px;
    padding: 8px 15px;
  }

  #opora-article-v2 .op2-system-image figcaption {
    padding-top: 18px;
  }

  #opora-article-v2 .op2-letter-step {
    padding: 24px 17px 28px;
  }

  #opora-article-v2 .op2-letter-step > header {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 14px;
  }

  #opora-article-v2 .op2-letter-step > header > span {
    width: 60px;
    height: 74px;
    font-size: 43px;
  }

  #opora-article-v2 .op2-letter-step h3 {
    font-size: 21px;
  }

  #opora-article-v2 .op2-three-columns {
    grid-template-columns: 1fr;
  }

  #opora-article-v2 .op2-next-day-head {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
  }

  #opora-article-v2 .op2-next-day-head > strong {
    font-size: 50px;
  }

  #opora-article-v2 .op2-day-plan > li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  #opora-article-v2 .op2-day-plan > li > span {
    width: 42px;
    height: 42px;
    font-size: 10px;
  }

  #opora-article-v2 .op2-main-question {
    font-size: 23px;
  }

  #opora-article-v2 .op2-example-note {
    padding: 27px 17px 27px 42px;
    background:
      linear-gradient(90deg, transparent 0 26px, rgba(109, 29, 39, 0.17) 26px 28px, transparent 28px),
      repeating-linear-gradient(180deg, #f9f2e8 0 39px, rgba(49, 91, 101, 0.13) 39px 40px);
  }

  #opora-article-v2 .op2-example-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 0 19px;
  }

  #opora-article-v2 .op2-example-row > span {
    font-size: 15px;
  }

  #opora-article-v2 .op2-example-row p {
    padding-left: 13px;
    font-size: 16px;
  }

  #opora-article-v2 .op2-product-card {
    grid-template-columns: 142px minmax(0, 1fr);
  }

  #opora-article-v2 .op2-product-card h3 {
    font-size: 25px;
  }

  #opora-article-v2 .op2-author {
    width: calc(100% - 20px);
    margin: 42px 10px 60px;
  }

  #opora-article-v2 .op2-author-photo img {
    aspect-ratio: 16 / 10;
  }

  #opora-article-v2 .op2-author figcaption {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 18px 22px;
  }

  #opora-article-v2 .op2-back-to-toc {
    top: 94px !important;
    right: 10px !important;
    min-width: 108px !important;
    min-height: 43px !important;
    padding: 9px 13px !important;
    font-size: 11px !important;
  }

  #opora-article-v2 .op2-current-section {
    bottom: calc(27px + env(safe-area-inset-bottom)) !important;
    width: calc(100vw - 116px) !important;
    padding: 9px 13px 11px !important;
  }

  #opora-article-v2 .op2-current-section strong {
    font-size: 11px !important;
  }

  #opora-article-v2 .op2-lightbox {
    padding: 12px !important;
  }

  #opora-article-v2 .op2-lightbox-stage {
    max-width: calc(100vw - 24px);
    padding: 58px 10px 12px;
  }

  #opora-article-v2 .op2-lightbox-stage > img {
    max-height: calc(100vh - 130px);
  }
}

@media (max-width: 560px) {
  #opora-article-v2 {
    font-size: 13.5px !important;
    line-height: 1.74 !important;
  }

  #opora-article-v2 .op2-product-card {
    grid-template-columns: 1fr;
  }

  #opora-article-v2 .op2-product-cover,
  #opora-article-v2 .op2-program-visual {
    min-height: 220px;
  }

  #opora-article-v2 .op2-product-cover img {
    max-height: 200px;
  }

  #opora-article-v2 .op2-program-visual {
    padding: 25px 28px;
  }

  #opora-article-v2 .op2-product-card-content {
    padding: 24px 20px 26px;
  }

  #opora-article-v2 .op2-cta {
    width: 100%;
  }

  #opora-article-v2 .op2-related-grid a {
    min-height: 170px;
  }
}

/* Захист критичних сіток від глобальних правил теми WordPress. */
#opora-article-v2 .op2-toc-links {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

#opora-article-v2 .op2-toc-links a {
  width: 100% !important;
  min-width: 0 !important;
}

#opora-article-v2 .op2-freeze-sequence,
#opora-article-v2 .op2-freeze-row {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
}

#opora-article-v2 .op2-freeze-sequence {
  grid-template-columns: minmax(0, 1fr) !important;
}

#opora-article-v2 .op2-freeze-row {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

#opora-article-v2 .op2-score-options {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

#opora-article-v2 .op2-score-options label,
#opora-article-v2 .op2-score-options label span {
  width: 100% !important;
  min-width: 0 !important;
}

@media (max-width: 920px) {
  #opora-article-v2 .op2-toc-links {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 720px) {
  #opora-article-v2 .op2-freeze-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #opora-article-v2,
  #opora-article-v2 * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  #opora-article-v2 {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    background: #fff !important;
  }

  #opora-article-v2 .op2-reading-progress,
  #opora-article-v2 .op2-current-section,
  #opora-article-v2 .op2-back-to-toc,
  #opora-article-v2 .op2-lightbox,
  #opora-article-v2 .op2-score-options {
    display: none !important;
  }

  #opora-article-v2 .op2-section,
  #opora-article-v2 .op2-letter-step,
  #opora-article-v2 .op2-product-card {
    break-inside: avoid;
  }
}

/* ------------------------------------------------------------------
 * Оновлення 04.09.2026: перехід на 9-місячну програму «Екосистема психолога»
 * і приведення навігації до еталона статті «12 помилок».
 * ------------------------------------------------------------------ */

/* Плашка поточного розділу: однорядкова, ліворуч знизу, темна підкладка. */
#opora-article-v2 .op2-current-section {
  bottom: 32px !important;
  left: max(18px, env(safe-area-inset-left)) !important;
  display: flex !important;
  width: auto !important;
  max-width: min(700px, calc(100vw - 36px)) !important;
  min-height: 42px !important;
  padding: 9px 15px !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0 !important;
  border: 1px solid rgba(228, 199, 143, 0.4) !important;
  border-radius: 999px !important;
  background: rgba(32, 41, 45, 0.96) !important;
  box-shadow: 0 12px 32px rgba(35, 29, 28, 0.28) !important;
  white-space: nowrap !important;
  transform: translate(0, 10px) !important;
  backdrop-filter: blur(10px) !important;
}

#opora-article-v2 .op2-current-section.is-visible {
  transform: translate(0, 0) !important;
}

#opora-article-v2 .op2-current-section span {
  flex: 0 0 auto !important;
  color: var(--op2-gold-light) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
}

#opora-article-v2 .op2-current-section strong {
  overflow: hidden !important;
  max-width: 100% !important;
  margin-left: 6px !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Дві кнопки в картці програми: анкета основна, лендинг другорядний. */
#opora-article-v2 .op2-cta-row {
  display: flex;
  margin-top: auto;
  flex-wrap: wrap;
  gap: 10px;
}

#opora-article-v2 .op2-cta-row .op2-cta {
  margin-top: 0;
  flex: 1 1 160px;
}

#opora-article-v2 .op2-cta-anketa {
  border-color: var(--op2-gold);
  color: var(--op2-wine-dark);
  background: var(--op2-gold-light);
}

#opora-article-v2 .op2-cta-row .op2-cta-program {
  border-color: var(--op2-gold);
  color: var(--op2-gold-light);
  background: transparent;
}

#opora-article-v2 .op2-cta-row .op2-cta-program:hover,
#opora-article-v2 .op2-cta-row .op2-cta-program:focus-visible {
  color: var(--op2-wine-dark);
  background: var(--op2-gold-light);
}

/* Посилання в тексті темної фінальної секції. */
#opora-article-v2 .op2-next-steps .op2-inline-link {
  color: var(--op2-gold-light);
  text-decoration-color: var(--op2-gold);
}

#opora-article-v2 .op2-next-steps .op2-inline-link:hover,
#opora-article-v2 .op2-next-steps .op2-inline-link:focus-visible {
  color: #fff;
  text-decoration-color: var(--op2-gold-light);
}

@media (max-width: 620px) {
  /* Полоса прогресу за еталоном: нижча лінія і менший маркер на телефоні. */
  #opora-article-v2 .op2-reading-progress,
  #opora-article-v2 .op2-reading-progress::before,
  #opora-article-v2 .op2-reading-progress span {
    height: 8px !important;
  }

  #opora-article-v2 .op2-reading-progress i {
    width: 18px !important;
    height: 18px !important;
  }

  #opora-article-v2 .op2-back-to-toc {
    top: 78px !important;
  }

  #opora-article-v2 .op2-current-section {
    right: 10px !important;
    bottom: max(28px, calc(env(safe-area-inset-bottom) + 24px)) !important;
    left: 10px !important;
    width: fit-content !important;
    max-width: calc(100vw - 20px) !important;
    min-height: 38px !important;
    padding: 8px 12px !important;
  }

  #opora-article-v2 .op2-current-section span,
  #opora-article-v2 .op2-current-section strong {
    font-size: 10.5px !important;
  }

  #opora-article-v2 .op2-cta-row .op2-cta {
    flex: 1 1 100%;
  }
}/* End custom CSS */