/**
 * LOCKED — Insights opened-blog design (owner stills 13 Aug 2026 18:24–18:25).
 * Pin: ?v=20260815restore2 — side2 + srcfix1 + refine1 + daall1 (visible Direct answer).
 * Do not restyle or restack. Content/citations/photos only.
 * Two-column + sidebar, red-rail dek, 16:9 cover, In This Guide,
 * Related Resources / Sources, Disclaimer + dark Next-step CTA, Related Insights.
 */
/**
 * Wave 27 — Editorial Insights article system
 * Premium black titles, red as accent only, newspaper cards, varied icons.
 */
html body.post-page {
  --post-max: 1220px;
  --post-main: minmax(0, 1fr);
  --post-side: 320px;
  --post-gap: clamp(22px, 3vw, 40px);
  --post-card-bg: #fff;
  --post-soft: #f6f7f9;
  --post-line: #e4e7ec;
  --post-ink: #0b1220;
  --post-muted: #475467;
  --post-accent: #ed0000;
  background:
    linear-gradient(180deg, #f3f4f6 0%, #fafafa 140px, #ffffff 320px);
  color: var(--post-ink);
  font-family: var(--body, "Inter", system-ui, sans-serif);
}

html body.post-page .topbar {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--post-line);
}

html body.post-page .topbar .brand-wordmark {
  font-family: var(--title, Montserrat, sans-serif);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--post-accent);
  text-transform: lowercase;
}

html body.post-page .migrate-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  max-width: var(--post-max);
  margin: 0 auto;
  padding: 8px 20px 12px;
  background: transparent;
  border-bottom: 0;
}

html body.post-page .migrate-nav a {
  font-family: var(--title, Montserrat, sans-serif);
  font-size: 0.9rem;
  font-weight: 650;
  color: var(--post-ink);
  text-decoration: none;
  padding: 8px 2px;
  border-bottom: 2px solid transparent;
}

html body.post-page .migrate-nav a[aria-current="page"],
html body.post-page .migrate-nav a:hover {
  color: var(--post-accent);
  border-bottom-color: var(--post-accent);
}

html body.post-page .post-shell {
  max-width: none;
  margin: 0;
  padding: 0 0 56px;
}

html body.post-page .post-layout {
  max-width: var(--post-max);
  margin: 0 auto;
  padding: 26px clamp(16px, 3vw, 28px) 8px;
  display: grid;
  grid-template-columns: var(--post-main) var(--post-side);
  gap: var(--post-gap);
  align-items: start;
}

html body.post-page .post-main { min-width: 0; }

/* Masthead / article card */
html body.post-page .migrate-article {
  max-width: none;
  margin: 0;
  padding: 30px clamp(18px, 2.6vw, 40px) 42px;
  background: var(--post-card-bg);
  border: 1px solid var(--post-line);
  border-radius: 4px 4px 20px 20px;
  box-shadow: 0 20px 55px rgba(11, 18, 32, 0.06);
  line-height: 1.72;
  position: relative;
}

html body.post-page .migrate-article::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--post-ink) 0 72%, var(--post-accent) 72% 100%);
  border-radius: 4px 4px 0 0;
}

html body.post-page .migrate-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--post-muted);
  font-family: var(--title, Montserrat, sans-serif);
  border-bottom: 1px solid var(--post-line);
  padding-bottom: 0.55rem;
  margin-bottom: 0.85rem;
}

html body.post-page .migrate-eyebrow::before {
  content: "";
  width: 1.6rem;
  height: 2px;
  background: var(--post-accent);
}

/* Premium black title — red reserved for brand accents only */
html body.post-page .migrate-article h1 {
  font-family: var(--title, Montserrat, sans-serif);
  font-size: clamp(1.9rem, 3.5vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--post-ink) !important;
  margin: 0.15em 0 0.7em;
}

html body.post-page .migrate-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  color: var(--post-muted);
  font-size: 0.9rem;
  margin: 0 0 1.5rem;
  padding: 0.75rem 0;
  border-top: 1px solid var(--post-line);
  border-bottom: 1px solid var(--post-line);
  background: transparent;
  border-radius: 0;
}

html body.post-page .migrate-meta .meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

html body.post-page .migrate-meta .meta-chip svg {
  width: 14px;
  height: 14px;
  stroke: var(--post-ink);
  fill: none;
  stroke-width: 2;
}

/* Section cards built by JS */
html body.post-page .post-section-card {
  margin: 1.5rem 0 1.65rem;
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid var(--post-line);
  border-radius: 16px;
  background: linear-gradient(180deg, #fcfcfd 0%, #ffffff 48%);
  box-shadow: 0 8px 22px rgba(11, 18, 32, 0.035);
}

html body.post-page .migrate-article h2,
html body.post-page .post-section-card > h2 {
  font-family: var(--title, Montserrat, sans-serif);
  font-size: clamp(1.18rem, 2vw, 1.38rem);
  font-weight: 780;
  color: var(--post-ink) !important;
  margin: 0 0 0.85rem;
  padding: 0 0 0.7rem 2.55rem;
  position: relative;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid var(--post-line);
  scroll-margin-top: 96px;
}

html body.post-page .migrate-article h2::before,
html body.post-page .post-section-card > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 10px;
  background: #111827 no-repeat center / 1rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

/* Varied section icon themes via data-icon */
html body.post-page .post-section-card[data-icon="shield"] > h2::before,
html body.post-page h2[data-icon="shield"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M12 2 4 5v6c0 5 3.4 9.4 8 11 4.6-1.6 8-6 8-11V5Z'/%3E%3C/svg%3E");
}
html body.post-page .post-section-card[data-icon="file"] > h2::before,
html body.post-page h2[data-icon="file"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6M8 13h8M8 17h6'/%3E%3C/svg%3E");
}
html body.post-page .post-section-card[data-icon="building"] > h2::before,
html body.post-page h2[data-icon="building"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M3 21h18M5 21V7l7-4 7 4v14M9 9h1M9 13h1M9 17h1M14 9h1M14 13h1M14 17h1'/%3E%3C/svg%3E");
}
html body.post-page .post-section-card[data-icon="globe"] > h2::before,
html body.post-page h2[data-icon="globe"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15 15 0 0 1 0 20M12 2a15 15 0 0 0 0 20'/%3E%3C/svg%3E");
}
html body.post-page .post-section-card[data-icon="scale"] > h2::before,
html body.post-page h2[data-icon="scale"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M12 3v18M6 6h12M6 6 3 13h6L6 6Zm12 0-3 7h6l-3-7ZM5 21h14'/%3E%3C/svg%3E");
}
html body.post-page .post-section-card[data-icon="users"] > h2::before,
html body.post-page h2[data-icon="users"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}
html body.post-page .post-section-card[data-icon="alert"] > h2::before,
html body.post-page h2[data-icon="alert"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M10.3 3.9 1.8 18a2 2 0 0 0 1.7 3h17a2 2 0 0 0 1.7-3L13.7 3.9a2 2 0 0 0-3.4 0Z'/%3E%3Cpath d='M12 9v4M12 17h.01'/%3E%3C/svg%3E");
}
html body.post-page .post-section-card[data-icon="compass"] > h2::before,
html body.post-page h2[data-icon="compass"]::before,
html body.post-page .migrate-article h2:not([data-icon])::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m16.2 7.8-2.4 5.6-5.6 2.4 2.4-5.6Z'/%3E%3C/svg%3E");
}

html body.post-page .migrate-article h3 {
  font-family: var(--title, Montserrat, sans-serif);
  font-size: 1.05rem;
  font-weight: 720;
  color: var(--post-ink);
  margin: 1.35em 0 0.4em;
}

html body.post-page .migrate-article p,
html body.post-page .migrate-article li {
  color: var(--post-muted);
  font-size: 1.015rem;
}

/* Stop the all-tick monotony — editorial bullets */
html body.post-page .migrate-article ul,
html body.post-page .migrate-article ol {
  margin: 0.35em 0 1.1em;
  padding-left: 0;
  list-style: none;
}

html body.post-page .migrate-article li {
  position: relative;
  margin: 0.42em 0;
  padding-left: 1.35rem;
}

html body.post-page .migrate-article ul > li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.62em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 1px;
  background: var(--post-ink);
}

html body.post-page .migrate-article ol:not(.post-guide-list) {
  counter-reset: post-ol;
}
html body.post-page .migrate-article ol:not(.post-guide-list) > li { counter-increment: post-ol; }
html body.post-page .migrate-article ol:not(.post-guide-list) > li::before {
  content: counter(post-ol);
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 4px;
  background: #111827;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--title, Montserrat, sans-serif);
}

/* In this guide — never inherit article ol black-square counters */
html body.post-page .post-guide ol.post-guide-list,
html body.post-page .migrate-article .post-guide ol.post-guide-list {
  counter-reset: none !important;
  list-style: none !important;
  padding-left: 0 !important;
}
html body.post-page .post-guide ol.post-guide-list > li,
html body.post-page .migrate-article .post-guide ol.post-guide-list > li {
  counter-increment: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
  position: static;
}
html body.post-page .post-guide ol.post-guide-list > li::before,
html body.post-page .migrate-article .post-guide ol.post-guide-list > li::before,
html body.post-page .post-guide .post-guide-list a::before,
html body.post-page .migrate-article .post-guide .post-guide-list a::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  counter-increment: none !important;
}

html body.post-page .migrate-article blockquote {
  margin: 1.2em 0;
  padding: 0.95rem 1.1rem;
  border-left: 3px solid var(--post-ink);
  border-radius: 0 12px 12px 0;
  background: var(--post-soft);
  color: #344054;
  font-style: italic;
}

html body.post-page .migrate-article figure {
  margin: 1.5em 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--post-line);
}

html body.post-page .migrate-article img {
  max-width: 100%;
  height: auto;
  display: block;
}

html body.post-page .migrate-article .table-wrap {
  overflow-x: auto;
  margin: 1.2em 0;
  border: 1px solid var(--post-line);
  border-radius: 12px;
}
html body.post-page .migrate-article table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.93rem;
}
html body.post-page .migrate-article th,
html body.post-page .migrate-article td {
  border-bottom: 1px solid var(--post-line);
  padding: 0.65em 0.75em;
  text-align: left;
}
html body.post-page .migrate-article thead th,
html body.post-page .migrate-article thead th *,
html body.post-page .migrate-article tr:first-child > th,
html body.post-page .migrate-article tr:first-child > th *,
html body.post-page .migrate-article tr:first-child > td,
html body.post-page .migrate-article tr:first-child > td * {
  background: #111827 !important;
  color: #fff !important;
  font-weight: 700;
}
html body.post-page .migrate-article thead th a,
html body.post-page .migrate-article tr:first-child > th a,
html body.post-page .migrate-article tr:first-child > td a {
  color: #fff !important;
}

html body.post-page .post-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--title, Montserrat, sans-serif);
}
html body.post-page .post-mark-yes {
  background: #111827;
  color: #fff;
}
html body.post-page .post-mark-no {
  background: #f2f4f7;
  color: #475467;
  border: 1px solid #d0d5dd;
}
html body.post-page .post-mark-warn {
  background: #fff7ed;
  color: #9a3412;
  border: 1px solid #fdba74;
}

html body.post-page .post-callout {
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--post-ink);
  border-radius: 0 12px 12px 0;
  background: var(--post-soft);
  color: #344054;
}

html body.post-page .migrate-article ul ul > li::before {
  background: #98a2b3;
  border-radius: 50%;
  width: 0.32rem;
  height: 0.32rem;
}

/* Kill legacy red list ticks if other stylesheets inject them */
html body.post-page .migrate-article ul > li::marker {
  color: transparent;
  content: "";
}
html body.post-page .migrate-article li > img[src*="check"],
html body.post-page .migrate-article li > .fa-check,
html body.post-page .migrate-article li > svg.check {
  display: none !important;
}

html body.post-page .migrate-cta {
  margin-top: 2.2rem;
  padding: 1.35rem 1.3rem;
  border: 1px solid var(--post-line);
  border-radius: 16px;
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  color: #e5e7eb;
}
html body.post-page .migrate-cta p,
html body.post-page .migrate-cta strong { color: #f3f4f6; }
html body.post-page .migrate-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  font-family: var(--title, Montserrat, sans-serif);
  font-weight: 700;
  text-decoration: none;
  margin: 0.35rem 0.45rem 0.35rem 0;
}
html body.post-page .migrate-cta .btn-primary {
  background: var(--post-accent);
  color: #fff;
  border: 0;
}
html body.post-page .migrate-cta .btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
html body.post-page .migrate-cta p[style] { color: #9ca3af !important; }

/* Sidebar — newspaper rail */
html body.post-page .post-sidebar {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

html body.post-page .post-card {
  background: #fff;
  border: 1px solid var(--post-line);
  border-radius: 16px;
  padding: 1rem 1rem 1.05rem;
  box-shadow: 0 10px 26px rgba(11, 18, 32, 0.045);
}

html body.post-page .post-card-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.9rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid var(--post-ink);
  font-family: var(--title, Montserrat, sans-serif);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--post-ink);
}

html body.post-page .post-card-title svg {
  width: 15px;
  height: 15px;
  stroke: var(--post-ink);
  fill: none;
  stroke-width: 2;
}

html body.post-page .post-toc-list,
html body.post-page .post-route-list,
html body.post-page .post-source-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

html body.post-page .post-toc-list a,
html body.post-page .post-route-list a,
html body.post-page .post-source-list a {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  text-decoration: none;
  color: #344054;
  font-size: 0.88rem;
  line-height: 1.4;
  padding: 0.5rem 0.4rem;
  border-radius: 8px;
}

html body.post-page .post-toc-list a::before,
html body.post-page .post-route-list a::before {
  content: "";
  flex: 0 0 0.45rem;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.4rem;
  border-radius: 1px;
  background: #98a2b3;
}

html body.post-page .post-toc-list a.is-active,
html body.post-page .post-toc-list a:hover,
html body.post-page .post-route-list a:hover,
html body.post-page .post-source-list a:hover {
  background: var(--post-soft);
  color: var(--post-ink);
}

html body.post-page .post-toc-list a.is-active::before,
html body.post-page .post-toc-list a:hover::before {
  background: var(--post-accent);
}

html body.post-page .post-top-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--post-line);
  text-decoration: none;
  color: inherit;
}

html body.post-page .post-top-item:last-child { border-bottom: 0; }

html body.post-page .post-top-item img {
  width: 72px;
  height: 54px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  background: #eef2f6;
}

html body.post-page .post-top-item strong {
  display: block;
  font-size: 0.86rem;
  line-height: 1.35;
  color: var(--post-ink);
  font-weight: 700;
  font-family: var(--title, Montserrat, sans-serif);
}

html body.post-page .post-top-item span {
  display: block;
  font-size: 0.74rem;
  color: #667085;
  margin-top: 0.2rem;
  letter-spacing: 0.02em;
}

html body.post-page .post-desk p {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  color: var(--post-muted);
}

html body.post-page .post-desk .btn {
  width: 100%;
  justify-content: center;
  margin: 0 0 0.5rem;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-radius: 999px;
  font-family: var(--title, Montserrat, sans-serif);
  font-weight: 700;
  text-decoration: none;
}
html body.post-page .post-desk .btn-primary {
  background: var(--post-ink);
  color: #fff;
}
html body.post-page .post-desk .btn-secondary {
  background: #fff;
  color: var(--post-ink);
  border: 1px solid var(--post-line);
}

html body.post-page .post-source-list a {
  font-size: 0.84rem;
}
html body.post-page .post-source-note {
  margin: 0.65rem 0 0;
  font-size: 0.75rem;
  color: #667085;
  line-height: 1.4;
}

html body.post-page .zatra-premium-footer .zatra-footer-col > a,
html body.post-page .zatra-premium-footer .zatra-footer-contact-line,
html body.post-page .zatra-premium-footer .zatra-footer-legal a,
html body.post-page .zatra-premium-footer .zatra-footer-bottom p {
  font-size: 0.92rem;
  line-height: 1.45;
}

@media (max-width: 980px) {
  html body.post-page .post-layout { grid-template-columns: 1fr; }
  html body.post-page .post-sidebar {
    position: static;
    order: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
  }
  html body.post-page .post-main { order: 1; }
}

@media (max-width: 640px) {
  html body.post-page .migrate-article {
    padding: 20px 15px 28px;
  }
  html body.post-page .post-sidebar { grid-template-columns: 1fr; }
}

/* —— Wave 28 article newspaper layout —— */
html body.post-page .post-crumbs {
  max-width: var(--post-max);
  margin: 0 auto;
  padding: 12px clamp(16px, 3vw, 28px) 0;
  font-size: 0.82rem;
  color: #667085;
}
html body.post-page .post-crumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.45rem;
}
html body.post-page .post-crumbs a {
  color: #667085;
  text-decoration: none;
}
html body.post-page .post-crumbs a:hover { color: var(--post-accent); }
html body.post-page .post-crumbs li:not(:last-child)::after {
  content: "›";
  margin-left: 0.45rem;
  color: #98a2b3;
}

html body.post-page .post-cat-badge {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.3rem 0.55rem;
  background: var(--post-accent);
  color: #fff;
  font: 800 0.65rem/1 var(--title, Montserrat, sans-serif);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html body.post-page .migrate-article > figure:first-of-type,
html body.post-page .migrate-article .post-cover {
  margin: 0.4rem 0 1.6rem;
  border-radius: 16px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 18px 40px rgba(11, 18, 32, 0.1);
  position: relative;
}
html body.post-page .migrate-article > figure:first-of-type::after,
html body.post-page .migrate-article .post-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 62%, rgba(237, 0, 0, 0.35) 62% 78%, transparent 78%);
  pointer-events: none;
}
html body.post-page .migrate-article > figure:first-of-type img,
html body.post-page .migrate-article .post-cover img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 0;
}

html body.post-page .post-lede {
  margin: -0.35rem 0 1.1rem;
  color: #475467;
  font-size: 1.08rem;
  line-height: 1.55;
}

html body.post-page .post-share {
  display: flex;
  gap: 0.45rem;
  margin: 0 0 1rem;
}
html body.post-page .post-share a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--post-line);
  display: inline-grid;
  place-items: center;
  color: var(--post-ink);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
}

html body.post-page .post-toc .post-card-title span::before {
  content: none;
}
html body.post-page .post-toc-list {
  counter-reset: post-toc;
}
html body.post-page .post-toc-list a::before {
  content: counter(post-toc) ".";
  counter-increment: post-toc;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: var(--post-ink);
  font: 800 0.78rem/1.4 var(--title, Montserrat, sans-serif);
}

html body.post-page .post-tool {
  text-align: left;
}
html body.post-page .post-tool .post-card-title {
  justify-content: flex-start !important;
  text-align: left;
}
html body.post-page .post-tool .post-tool-ico {
  width: 48px;
  height: 48px;
  margin: 0 0 0.75rem;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  display: grid;
  place-items: center;
}
html body.post-page .post-tool .post-tool-ico svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}
html body.post-page .post-tool p {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  color: var(--post-muted);
}

html body.post-page .post-bottom-related {
  max-width: var(--post-max);
  margin: 8px auto 0;
  padding: 8px clamp(16px, 3vw, 28px) 28px;
}
html body.post-page .post-bottom-related h2 {
  margin: 0 0 1rem;
  font: 800 0.9rem/1.2 var(--title, Montserrat, sans-serif);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--post-ink);
}
html body.post-page .post-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}
html body.post-page .post-related-card {
  border: 1px solid var(--post-line);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #fff;
}
html body.post-page .post-related-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
html body.post-page .post-related-card div {
  padding: 0.75rem 0.8rem 0.9rem;
}
html body.post-page .post-related-card .ie-cat {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding: 0.18rem 0.4rem;
  background: var(--post-accent);
  color: #fff;
  font: 800 0.55rem/1 var(--title, Montserrat, sans-serif);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
html body.post-page .post-related-card strong {
  display: block;
  font: 700 0.88rem/1.3 var(--title, Montserrat, sans-serif);
  color: var(--post-ink);
}
html body.post-page .post-related-card span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.74rem;
  color: #667085;
}

html body.post-page .post-cta-band {
  max-width: var(--post-max);
  margin: 0 auto 36px;
  padding: 1.5rem clamp(16px, 3vw, 28px);
}
html body.post-page .post-cta-band-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.4rem;
  border-radius: 14px;
  background: #0b1220;
  color: #fff;
}
html body.post-page .post-cta-band h2 {
  margin: 0;
  font: 750 1.2rem/1.25 var(--title, Montserrat, sans-serif);
  color: #fff;
}
html body.post-page .post-cta-band .btn-primary {
  background: var(--post-accent);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 1.2rem;
  font: 700 0.9rem/1 var(--title, Montserrat, sans-serif);
  text-decoration: none;
}

html body.post-page .ie-footer {
  background: #0b1220;
  border-top: 1px solid #1f2937;
  padding: 2.5rem 0 0;
  color: #e5e7eb;
}
html body.post-page .ie-footer-shell {
  max-width: var(--post-max);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 28px);
}
html body.post-page .ie-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr));
  gap: 1.5rem 1.25rem;
}
html body.post-page .ie-footer-brand p {
  margin: 0.65rem 0 0;
  color: #9ca3af;
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 22rem;
}
html body.post-page .ie-footer-logo img {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
}
html body.post-page .ie-footer h3 {
  margin: 0 0 0.75rem;
  font: 800 0.78rem/1 var(--title, Montserrat, sans-serif);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
html body.post-page .ie-footer a {
  display: block;
  color: #d1d5db;
  text-decoration: none;
  font-size: 0.88rem;
  margin: 0.35rem 0;
}
html body.post-page .ie-footer a:hover { color: #fff; }
html body.post-page .ie-footer-contact {
  font-style: normal;
  color: #d1d5db;
  font-size: 0.88rem;
  line-height: 1.55;
}
html body.post-page .ie-footer-bottom {
  margin-top: 2rem;
  padding: 1rem clamp(16px, 3vw, 28px);
  border-top: 1px solid #1f2937;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.82rem;
  color: #9ca3af;
  background: #000;
}
html body.post-page .ie-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
html body.post-page .ie-footer-legal a { display: inline; margin: 0; color: #d1d5db; }
html body.post-page .ie-footer-legal a:hover { color: #fff; }

/* Executive deck under H1 */
html body.post-page .post-deck,
html body.post-page .post-answer-deck {
  margin: 0.45rem 0 0.85rem;
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #344054;
  font-weight: 550;
  padding: 0.85rem 1rem;
  border-left: 3px solid #ed0000;
  background: #fff8f8;
  border-radius: 0 8px 8px 0;
}

html body.post-page .post-trust-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  margin: 0 0 1.1rem;
  font-size: 0.82rem;
  color: #667085;
  line-height: 1.4;
}

html body.post-page .post-trust-meta a {
  color: #0b1220;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

html body.post-page .post-evidence,
html body.post-page .post-related-inline,
html body.post-page .post-author-block,
html body.post-page .post-merged-from-archive {
  margin: 1.75rem 0;
  padding: 0;
  max-width: 42rem;
}

html body.post-page .post-evidence .post-source-list,
html body.post-page .post-related-inline ul {
  margin: 0.6rem 0 0.85rem 1.1rem;
  padding: 0;
}

html body.post-page .post-evidence .post-source-list a,
html body.post-page .post-related-inline a,
html body.post-page .post-author-block a {
  color: #0b1220;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

html body.post-page .post-source-note {
  margin: 0.5rem 0 0;
  font-size: 0.86rem;
  color: #667085;
  line-height: 1.45;
}

html body.post-page .post-focus-box {
  margin: 0 0 1.25rem;
  padding: 0.9rem 1rem;
  max-width: 42rem;
  border-left: 3px solid #0b1220;
  background: #f7f8fa;
  border-radius: 0 8px 8px 0;
}

html body.post-page .post-focus-label {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #667085;
}

html body.post-page .post-focus-box p {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  color: #344054;
}

html body.post-page .post-focus-box ul {
  margin: 0.35rem 0 0 1.1rem;
  padding: 0;
}

html body.post-page .post-focus-box a {
  color: #0b1220;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

html body.post-page .post-verify-note {
  margin: 0.75rem 0 1rem;
  max-width: 42rem;
  padding: 0.75rem 0.9rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #344054;
  background: #fff8f0;
  border-left: 3px solid #c2410c;
  border-radius: 0 8px 8px 0;
}

html body.post-page .post-evidence-box {
  margin: 0 0 1.25rem;
  padding: 0.95rem 1rem;
  max-width: 42rem;
  background: #f3f7f4;
  border-left: 3px solid #166534;
  border-radius: 0 8px 8px 0;
}

html body.post-page .post-evidence-box ul {
  margin: 0.4rem 0 0.55rem 1.1rem;
  padding: 0;
}

html body.post-page .post-evidence-box a {
  color: #0b1220;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

html body.post-page .post-next-filings {
  margin: 0.85rem 0 0;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(22, 101, 52, 0.18);
  font-size: 0.95rem;
  line-height: 1.45;
}

html body.post-page .post-next-filings strong {
  display: inline;
  color: #14532d;
  font-weight: 700;
}

html body.post-page .post-next-filings a {
  color: #0b1220;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

html body.post-page .post-next-filings a:hover {
  color: #ed0000;
}

html body.post-page .post-author-block {
  padding-top: 0.5rem;
  border-top: 1px solid #e8eaed;
}

html body.post-page .post-merged-from-archive > h2:first-child {
  margin-top: 0;
}

html body.post-page .post-takeaways {
  margin: 0 0 1.35rem;
  padding: 1rem 1.1rem;
  border: 1px solid #e8eaed;
  border-radius: 8px;
  background: #fafbfc;
}

html body.post-page .post-takeaways-label {
  margin: 0 0 0.55rem;
  font: 700 0.72rem/1 var(--title, Montserrat, sans-serif);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0b1220;
}

html body.post-page .post-takeaways ul,
html body.post-page .post-takeaways ol {
  margin: 0;
}

/* In this guide — premium flat list (no nested 1.1 / Step N duplicates) */
html body.post-page .post-guide {
  margin: 0 0 1.75rem;
  padding: 1.25rem 1.35rem 1.15rem;
  border: 1px solid #e8eaed;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  position: relative;
}
html body.post-page .post-guide::before {
  content: "";
  display: block;
  width: 3.25rem;
  height: 3px;
  margin: 0 0 0.85rem;
  border-radius: 2px;
  background: linear-gradient(90deg, #ed0000 0%, #9a0000 100%);
}
html body.post-page .post-guide-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.35rem;
}
html body.post-page .post-guide-kicker {
  margin: 0 0 0.3rem;
  font: 800 0.7rem/1 var(--title, Montserrat, sans-serif);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0b1220;
}
html body.post-page .post-guide-lede {
  margin: 0;
  font-size: 0.9rem;
  color: #667085;
  line-height: 1.4;
}
html body.post-page .post-guide-toggle {
  flex: 0 0 auto;
  margin: 0;
  padding: 0.25rem 0.55rem;
  border: 1px solid #e4e7ec;
  border-radius: 4px;
  background: #fafafa;
  color: #475467;
  font: 650 0.72rem/1.2 var(--title, Montserrat, sans-serif);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}
html body.post-page .post-guide-toggle:hover {
  border-color: #fecaca;
  color: var(--post-accent);
}
html body.post-page .post-guide.is-collapsed .post-guide-body {
  display: none;
}
html body.post-page .post-guide-list {
  list-style: none;
  margin: 0.65rem 0 0;
  padding: 0;
  display: block;
  counter-reset: none;
}
html body.post-page .post-guide-list > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eceff3;
}
html body.post-page .post-guide-list > li:last-child {
  border-bottom: 0;
}
html body.post-page .post-guide-list a {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  align-items: baseline;
  gap: 0.85rem;
  padding: 0.85rem 0.15rem;
  border-radius: 0;
  text-decoration: none;
  color: var(--post-ink);
  font-size: 0.98rem;
  line-height: 1.4;
  font-weight: 600;
  background: transparent;
  border: 0;
  transition: color 0.15s ease;
}
html body.post-page .post-guide-list a::before { display: none !important; content: none !important; }
html body.post-page .post-guide-num {
  flex: none;
  min-width: 0;
  height: auto;
  border-radius: 0;
  display: block;
  background: none;
  color: transparent;
  background-image: linear-gradient(135deg, #ed0000 0%, #9a0000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font: 800 1.35rem/1 var(--title, Montserrat, sans-serif);
  letter-spacing: -0.02em;
}
html body.post-page .post-guide-label {
  color: #0b1220;
}
html body.post-page .post-guide-list a:hover .post-guide-label,
html body.post-page .post-guide-list a.is-active .post-guide-label {
  color: var(--post-accent);
}
html body.post-page .post-guide-list a:hover,
html body.post-page .post-guide-list a.is-active {
  background: transparent;
  color: var(--post-accent);
}
html body.post-page .post-guide-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-top: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(237, 0, 0, 0.08) 0%, rgba(237, 0, 0, 0.03) 100%);
  border: 1px solid #fecaca;
}
html body.post-page .post-guide-cta-copy {
  margin: 0;
  flex: 1 1 12rem;
  font-size: 0.9rem;
  font-weight: 650;
  color: #0b1220;
  line-height: 1.35;
}
html body.post-page .post-guide-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ed0000, #b80000);
  color: #fff !important;
  font: 700 0.82rem/1 var(--title, Montserrat, sans-serif);
  text-decoration: none !important;
  white-space: nowrap;
}
html body.post-page .post-guide-cta-btn:hover {
  filter: brightness(1.05);
}

/* Tip / Note / Risk callouts inside articles */
html body.post-page .migrate-article blockquote,
html body.post-page .post-section-card > .note,
html body.post-page .post-callout {
  margin: 1.1rem 0;
  padding: 0.95rem 1.1rem 0.95rem 1.15rem;
  border-left: 3px solid #ed0000;
  border-radius: 0 8px 8px 0;
  background: #fff8f8;
  color: #344054;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Richer red on posts */
html body.post-page .migrate-article::before {
  background: linear-gradient(90deg, #ed0000 0%, #b80000 55%, #0b1220 55% 100%);
}
html body.post-page .post-cat-badge {
  background: linear-gradient(135deg, #ed0000, #b80000);
}
html body.post-page .post-cta-band-inner {
  background: linear-gradient(120deg, #0b1220 0%, #1a0505 55%, #3b0000 100%);
}
html body.post-page .post-cta-band .btn-primary {
  background: linear-gradient(135deg, #ed0000, #c41212);
}
html body.post-page .post-sidebar .post-card:first-child {
  border-color: #fecaca;
  box-shadow: 0 12px 28px rgba(237, 0, 0, 0.08);
}
html body.post-page .post-sidebar .post-card:first-child .post-card-title {
  border-bottom-color: var(--post-accent);
  color: var(--post-ink);
}

@media (max-width: 980px) {
  html body.post-page .post-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html body.post-page .ie-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  html body.post-page .post-related-grid {
    grid-template-columns: 1fr;
  }
  html body.post-page .ie-footer-grid {
    grid-template-columns: 1fr;
  }
}
/* wave62b */

/* Trial widgets stay hidden. Direct Answer label, FAQ, and verify-note are visible. */
html body.post-page .post-unique-angle,
html body.post-page #page-intent,
html body.post-page .post-related-commercial,
html body.post-page .post-focus-box,
html body.post-page .post-evidence-box {
  display: none !important;
}

/* Wave 62 crumbs use › — never inherit article numbered squares */
html body.post-page .post-crumbs ol {
  counter-reset: none !important;
  list-style: none !important;
}
html body.post-page .post-crumbs ol > li::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* Premium Wave 62 sidebar finish */
html body.post-page .post-sidebar {
  gap: 16px;
}
html body.post-page .post-card {
  border-color: #e4e7ec;
  box-shadow: 0 12px 32px rgba(11, 18, 32, 0.055);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
html body.post-page .post-card:hover {
  border-color: #d0d5dd;
  box-shadow: 0 16px 36px rgba(11, 18, 32, 0.08);
  transform: translateY(-1px);
}
html body.post-page .post-card-title {
  letter-spacing: 0.06em;
  font-size: 0.76rem;
}
html body.post-page .post-top-item {
  padding: 0.62rem 0.15rem;
  border-radius: 8px;
  transition: background 0.15s ease;
}
html body.post-page .post-top-item:hover {
  background: var(--post-soft);
}
html body.post-page .post-top-item img {
  width: 80px;
  height: 56px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(11, 18, 32, 0.08);
}
html body.post-page .post-toc-list a,
html body.post-page .post-route-list a,
html body.post-page .post-source-list a {
  padding: 0.55rem 0.5rem;
}
html body.post-page .post-desk .btn-primary:hover,
html body.post-page .post-cta-band .btn-primary:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}
html body.post-page .post-desk .btn-primary:focus-visible,
html body.post-page .post-cta-band .btn-primary:focus-visible {
  outline: 2px solid var(--post-accent);
  outline-offset: 3px;
}

/* Opened-article screenshot spec: grey canvas, discrete white cards, red Z cover */
html body.post-page {
  background: #eef0f3 !important;
}
html body.post-page .migrate-article {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 4px 0 28px !important;
}
html body.post-page .migrate-article::before {
  display: none !important;
}
html body.post-page .post-deck,
html body.post-page .post-answer-deck {
  border-left-width: 5px;
  background: #fff5f5;
  max-width: none;
}

/* Lander-quality Direct Answer — do not restyle generic .post-deck the same way */
html body.post-page #page-answer-engine,
html body.post-page .quick-answer.page-answer-engine {
  display: block;
  margin: 0.85rem 0 1.15rem;
  max-width: none;
  padding: clamp(1.15rem, 2.5vw, 1.5rem) clamp(1.15rem, 3vw, 1.75rem);
  border: 1px solid rgba(16, 24, 40, 0.14);
  border-left: 3px solid #ed0000;
  background: #fff;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 26px rgba(7, 17, 31, 0.05);
}
html body.post-page #page-answer-engine .qa-label,
html body.post-page .quick-answer.page-answer-engine .qa-label,
html body.post-page .qa-label {
  display: inline-block;
  margin: 0 0 8px;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ed0000;
}
html body.post-page #page-answer-engine p,
html body.post-page .quick-answer.page-answer-engine p {
  margin: 0;
  max-width: 68ch;
  font-size: clamp(1.02rem, 1.2vw, 1.125rem);
  line-height: 1.65;
  font-weight: 500;
  color: #101828;
}
html body.post-page #page-answer-engine p a,
html body.post-page .quick-answer.page-answer-engine p a {
  color: #0b1220;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

html body.post-page .post-faq {
  display: block;
  margin: 1.75rem 0;
  padding: 0;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(11, 18, 32, 0.045);
  overflow: hidden;
  max-width: none;
}
html body.post-page .post-faq h2,
html body.post-page .post-faq #faq-title {
  margin: 0;
  padding: 1.15rem 1.25rem 0.35rem;
  font-size: clamp(1.18rem, 2vw, 1.42rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0b1220;
}
html body.post-page .post-faq details {
  border-top: 1px solid #e4e7ec;
  padding: 0;
  background: #fff;
}
html body.post-page .post-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.25rem;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.35;
  color: #0b1220;
}
html body.post-page .post-faq summary::-webkit-details-marker {
  display: none;
}
html body.post-page .post-faq summary::after {
  content: "+";
  float: right;
  color: #ed0000;
  font-weight: 800;
  margin-left: 12px;
}
html body.post-page .post-faq details[open] summary::after {
  content: "–";
}
html body.post-page .post-faq details p {
  margin: 0;
  padding: 0 1.25rem 1.15rem;
  max-width: 68ch;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #344054;
}

html body.post-page .post-verify-note {
  display: block;
}
html body.post-page .migrate-article .post-cover::after,
html body.post-page .migrate-article > figure:first-of-type::after {
  background:
    linear-gradient(118deg, transparent 0 56%, rgba(237, 0, 0, 0.48) 56% 71%, transparent 71%),
    linear-gradient(205deg, transparent 0 68%, rgba(237, 0, 0, 0.22) 68% 84%, transparent 84%);
}
html body.post-page .post-tool .btn-primary,
html body.post-page .post-card.post-tool .btn-primary {
  background: var(--post-accent) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  width: 100%;
  justify-content: center;
  min-height: 44px;
  font-weight: 700;
}
html body.post-page .post-cta-band-inner {
  background: linear-gradient(90deg, #0b1220 0%, #16080c 58%, #3a0a12 100%);
}
html body.post-page .post-section-card {
  background: #fff;
  box-shadow: 0 10px 28px rgba(11, 18, 32, 0.045);
}

/* Layout lock — beat inline 820px column + letterbox covers */
html body.post-page .migrate-article {
  max-width: none !important;
  margin: 0 !important;
  width: 100% !important;
}
html body.post-page .post-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 320px !important;
  width: 100%;
  max-width: var(--post-max);
}
html body.post-page .post-sidebar {
  display: flex !important;
  min-width: 0;
}
html body.post-page .post-main {
  min-width: 0;
  max-width: none !important;
}
html body.post-page .migrate-article:has(.migrate-meta) .post-trust-meta {
  display: none !important;
}
html body.post-page .migrate-article .post-cover,
html body.post-page .migrate-article figure.post-cover,
html body.post-page .migrate-article > figure:first-of-type {
  aspect-ratio: 16 / 9 !important;
  max-height: none !important;
  height: auto !important;
  overflow: hidden;
}
html body.post-page .migrate-article .post-cover img,
html body.post-page .migrate-article figure.post-cover img,
html body.post-page .migrate-article > figure:first-of-type img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  aspect-ratio: 16 / 9;
  object-fit: cover !important;
}
html body.post-page .migrate-article .post-cover::after,
html body.post-page .migrate-article > figure:first-of-type::after {
  background: linear-gradient(115deg, transparent 0 66%, rgba(237, 0, 0, 0.18) 66% 78%, transparent 78%) !important;
}
html body.post-page .table-wrap,
html body.post-page .migrate-article table {
  max-width: 100%;
}
html body.post-page .table-wrap { overflow-x: auto; }

html body.post-page .post-end-desk {
  max-width: var(--post-max);
  margin: 8px auto 28px;
  padding: 0 clamp(16px, 3vw, 28px);
}
html body.post-page .post-end-disclaimer {
  background: #fff;
  border: 1px solid var(--post-line);
  border-radius: 16px;
  padding: 1.15rem 1.25rem 1.2rem;
  margin: 0 0 1rem;
}
html body.post-page .post-end-disclaimer h2 {
  margin: 0 0 0.5rem;
  font: 800 1.05rem/1.2 var(--title, Montserrat, sans-serif);
}
html body.post-page .post-end-disclaimer p {
  margin: 0;
  color: var(--post-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}
html body.post-page .post-end-cta {
  background: linear-gradient(90deg, #0b1220 0%, #16080c 58%, #3a0a12 100%);
  color: #fff;
  border-radius: 16px;
  padding: 1.45rem 1.5rem 1.35rem;
}
html body.post-page .post-end-cta h2 {
  margin: 0 0 1rem;
  font: 750 1.2rem/1.3 var(--title, Montserrat, sans-serif);
  color: #fff !important;
}
html body.post-page .post-end-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0 0 0.85rem;
}
html body.post-page .post-end-cta .btn-primary {
  background: var(--post-accent);
  color: #fff;
  border: 0;
  border-radius: 999px;
}
html body.post-page .post-end-cta .btn-secondary {
  background: #fff;
  color: #0b1220;
  border: 0;
  border-radius: 999px;
}
html body.post-page .post-end-nap {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.78);
}
html body.post-page .post-end-nap a { color: #fff; }
@media (max-width: 980px) {
  html body.post-page .post-layout {
    grid-template-columns: 1fr !important;
  }
}

/* Locked opened-blog type — beat type-scale.css !important on post pages */
html body.post-page {
  --title: "Montserrat", "Inter", Arial, sans-serif;
  --body: "Inter", system-ui, sans-serif;
  --zatra-font-display: "Montserrat", "Inter", Arial, sans-serif;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 16px;
}
html body.post-page .migrate-article,
html body.post-page .migrate-article p,
html body.post-page .migrate-article li {
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 1.02rem !important;
  line-height: 1.7 !important;
  font-weight: 400;
}
html body.post-page .migrate-article h1,
html body.post-page main h1,
html body.post-page h1 {
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
  font-size: clamp(2.05rem, 3.6vw, 2.75rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.032em !important;
  line-height: 1.12 !important;
  max-width: none !important;
  color: #0b1220 !important;
}
/* Article H2 only — never paint sidebar/chrome labels with this scale */
html body.post-page .post-main .migrate-article h2,
html body.post-page .post-section-card > h2,
html body.post-page .post-faq h2,
html body.post-page .post-faq #faq-title,
html body.post-page .post-main .migrate-article h2 span {
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
  font-size: clamp(1.34rem, 2.35vw, 1.62rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.028em !important;
  line-height: 1.2 !important;
  max-width: none !important;
  color: #0b1220 !important;
  text-wrap: pretty;
}
html body.post-page .post-main .migrate-article h3,
html body.post-page .post-section-card h3 {
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
  font-size: clamp(1.12rem, 1.45vw, 1.24rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.018em !important;
  line-height: 1.28 !important;
  max-width: none !important;
  color: #111827 !important;
}
html body.post-page .post-cat-badge {
  display: inline-block !important;
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  background: #ed0000 !important;
  color: #fff !important;
  padding: 0.4rem 0.72rem !important;
  border: 0 !important;
  border-radius: 2px;
  box-shadow: none;
}

/* —— 20260814side1: heading + sidebar depth (layout lock intact) —— */
html body.post-page .post-section-card {
  margin: 1.65rem 0 1.75rem;
  padding: 1.35rem 1.4rem 1.45rem;
  border: 1px solid #d5dbe4;
  background: #fff;
  box-shadow:
    0 1px 1px rgba(11, 18, 32, 0.04),
    0 14px 34px rgba(11, 18, 32, 0.07);
}
html body.post-page .post-section-card > h2 {
  padding: 0 0 0.85rem 2.75rem;
  margin: 0 0 1.05rem;
  border-bottom: 1.5px solid #0b1220;
}
html body.post-page .post-section-card > h2::before,
html body.post-page .post-main .migrate-article h2::before {
  width: 2rem;
  height: 2rem;
  top: 0.06rem;
  border-radius: 10px;
  background-color: #0b1220;
}

html body.post-page .post-guide {
  border: 1px solid #d5dbe4;
  box-shadow:
    0 1px 1px rgba(11, 18, 32, 0.04),
    0 12px 28px rgba(11, 18, 32, 0.06);
  padding: 1.35rem 1.45rem 1.25rem;
}
html body.post-page .post-guide-kicker,
html body.post-page .migrate-article .post-guide-kicker {
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  color: #0b1220 !important;
  line-height: 1.2 !important;
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
}
html body.post-page .post-guide-label {
  font-weight: 700;
  letter-spacing: -0.012em;
}

html body.post-page .post-sidebar {
  gap: 18px;
}
html body.post-page .post-card {
  padding: 1.15rem 1.15rem 1.2rem;
  border: 1px solid #d5dbe4;
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 1px 1px rgba(11, 18, 32, 0.04),
    0 16px 36px rgba(11, 18, 32, 0.08);
  transform: none;
}
html body.post-page .post-card:hover {
  border-color: #c8d0dc;
  box-shadow:
    0 1px 1px rgba(11, 18, 32, 0.05),
    0 18px 40px rgba(11, 18, 32, 0.1);
  transform: none;
}
html body.post-page .post-sidebar .post-card:first-child {
  border-color: #e8c4c4;
  box-shadow:
    0 1px 1px rgba(11, 18, 32, 0.04),
    0 16px 36px rgba(237, 0, 0, 0.08);
}

html body.post-page .post-card-title,
html body.post-page .post-sidebar h2.post-card-title,
html body.post-page main .post-card-title {
  display: flex !important;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem !important;
  padding-bottom: 0.72rem !important;
  border-bottom: 2px solid #0b1220 !important;
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  color: #0b1220 !important;
  max-width: none !important;
}
html body.post-page .post-card-title svg {
  width: 16px;
  height: 16px;
  stroke: #0b1220;
  stroke-width: 2.25;
  flex: 0 0 16px;
}
html body.post-page .post-sidebar .post-card:first-child .post-card-title {
  border-bottom-color: #ed0000 !important;
}
html body.post-page .post-tool .post-card-title {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 0 0.65rem !important;
  font-size: 0.88rem !important;
  letter-spacing: 0.1em !important;
}

html body.post-page .post-top-item {
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 0.85rem;
  padding: 0.72rem 0.15rem;
  border-bottom: 1px solid #e8ebf0;
}
html body.post-page .post-top-item:hover {
  background: #f4f6f9;
}
html body.post-page .post-top-item img {
  width: 84px;
  height: 60px;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(11, 18, 32, 0.1);
}
html body.post-page .post-top-item strong {
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.016em;
  line-height: 1.32;
  color: #0b1220 !important;
}
html body.post-page .post-top-item span {
  font-size: 0.75rem;
  color: #667085;
  margin-top: 0.22rem;
  font-weight: 500;
}
html body.post-page .post-top a[href*="investmentnews"] {
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  color: #0b1220 !important;
  border-bottom: 1px solid #ed0000 !important;
  text-decoration: none !important;
}

html body.post-page .post-source-list a,
html body.post-page .post-route-list a {
  padding: 0.7rem 0.55rem !important;
  font-size: 0.9rem !important;
  font-weight: 650;
  color: #0b1220 !important;
  line-height: 1.4;
  border-radius: 10px;
  transition: background 0.15s ease, color 0.15s ease;
}
html body.post-page .post-source-list a:hover,
html body.post-page .post-route-list a:hover {
  background: #f4f6f9;
  color: #ed0000 !important;
  font-weight: 700;
}
html body.post-page .post-source-note {
  margin: 0.75rem 0 0;
  padding-top: 0.7rem;
  border-top: 1px solid #e8ebf0;
  font-size: 0.78rem;
  color: #667085;
  line-height: 1.45;
}

html body.post-page .post-tool,
html body.post-page .post-desk {
  padding: 1.2rem 1.15rem 1.25rem;
}
html body.post-page .post-tool p,
html body.post-page .post-desk p {
  margin: 0 0 0.95rem;
  font-size: 0.9rem !important;
  font-weight: 500;
  color: #344054 !important;
  line-height: 1.45;
}
html body.post-page .post-desk .btn,
html body.post-page .post-tool .btn {
  min-height: 46px;
  font-weight: 800;
  letter-spacing: 0.01em;
}
html body.post-page .post-desk .btn-primary,
html body.post-page .post-tool .btn-primary,
html body.post-page .post-card.post-tool .btn-primary {
  background: #ed0000 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
}
html body.post-page .post-desk .btn-secondary {
  background: #fff;
  color: #0b1220;
  border: 1px solid #d5dbe4;
  font-weight: 750;
}

html body.post-page .post-bottom-related h2 {
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
  font-size: 0.84rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  color: #0b1220 !important;
  max-width: none !important;
}
html body.post-page .post-related-card {
  border: 1px solid #d5dbe4;
  box-shadow:
    0 1px 1px rgba(11, 18, 32, 0.04),
    0 12px 28px rgba(11, 18, 32, 0.06);
}
html body.post-page .post-related-card strong {
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.016em;
}
html body.post-page .post-end-disclaimer {
  border: 1px solid #d5dbe4;
  box-shadow:
    0 1px 1px rgba(11, 18, 32, 0.04),
    0 12px 28px rgba(11, 18, 32, 0.06);
}
html body.post-page .post-end-disclaimer h2 {
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
  font-size: 1.18rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.022em !important;
  line-height: 1.2 !important;
  color: #0b1220 !important;
  text-transform: none !important;
  max-width: none !important;
}
html body.post-page .post-end-cta h2,
html body.post-page .post-cta-band h2 {
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
  font-size: clamp(1.18rem, 2vw, 1.35rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.022em !important;
  color: #fff !important;
  max-width: none !important;
}
html body.post-page .recommended-next-label {
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  color: #0b1220 !important;
}

/* —— 20260814side2: one heading system + premium sidebar (layout lock intact) —— */
html body.post-page .post-main .migrate-article > h2,
html body.post-page .post-section-card > h2,
html body.post-page .post-main .migrate-article .post-section-card > h2 {
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
  font-size: clamp(1.34rem, 2.35vw, 1.62rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.028em !important;
  line-height: 1.2 !important;
  color: #0b1220 !important;
  max-width: none !important;
  text-transform: none !important;
  text-wrap: pretty;
  margin: 0 0 1.05rem !important;
  padding: 0 0 0.85rem 2.75rem !important;
  border-bottom: 1.5px solid #0b1220 !important;
  background: none !important;
  border-radius: 0;
  position: relative;
  scroll-margin-top: 96px;
}
html body.post-page .post-main .migrate-article > h2::before,
html body.post-page .post-section-card > h2::before,
html body.post-page .post-main .migrate-article .post-section-card > h2::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 0.06rem;
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 10px;
  background-color: #0b1220;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
}

html body.post-page .post-faq h2,
html body.post-page .post-faq #faq-title,
html body.post-page .post-evidence > h2,
html body.post-page .post-author-block h2,
html body.post-page .post-related-commercial h2 {
  padding: 1.15rem 1.25rem 0.35rem !important;
  margin: 0 !important;
  border-bottom: 0 !important;
  background: none !important;
  font-size: clamp(1.18rem, 2vw, 1.42rem) !important;
}
html body.post-page .post-faq h2::before,
html body.post-page .post-faq #faq-title::before,
html body.post-page .post-evidence > h2::before,
html body.post-page .post-author-block h2::before,
html body.post-page .post-related-commercial h2::before,
html body.post-page .post-main .migrate-article h3::before,
html body.post-page .post-section-card h3::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}

html body.post-page .post-main .migrate-article h3,
html body.post-page .post-section-card h3 {
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
  font-size: clamp(1.05rem, 1.3vw, 1.18rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.014em !important;
  line-height: 1.28 !important;
  color: #344054 !important;
  max-width: none !important;
  padding-left: 0 !important;
  border-bottom: 0 !important;
  text-transform: none !important;
}

html body.post-page .post-sidebar {
  gap: 18px;
}
html body.post-page .post-sidebar .post-card {
  background: #fff;
  border: 1px solid #cfd6e0;
  box-shadow:
    0 1px 1px rgba(11, 18, 32, 0.05),
    0 18px 40px rgba(11, 18, 32, 0.09);
}
html body.post-page .post-sidebar .post-card-title,
html body.post-page .post-sidebar h2.post-card-title,
html body.post-page .post-sidebar .post-tool .post-card-title {
  display: flex !important;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem !important;
  padding: 0 0 0.72rem !important;
  border: 0 !important;
  border-bottom: 2px solid #0b1220 !important;
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  color: #0b1220 !important;
  max-width: none !important;
  text-wrap: nowrap !important;
  justify-content: flex-start !important;
  text-align: left !important;
}
html body.post-page .post-sidebar .post-card:first-child .post-card-title {
  border-bottom-color: #ed0000 !important;
}

html body.post-page .post-top-item {
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 0.85rem 0.05rem;
}
html body.post-page .post-top-item img {
  width: 92px !important;
  height: 64px !important;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(11, 18, 32, 0.12);
}
html body.post-page .post-top-kicker {
  display: block;
  margin: 0 0 0.22rem;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ed0000;
}
html body.post-page .post-top-item strong {
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.018em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

html body.post-page .post-sidebar .post-source-list a {
  display: grid !important;
  grid-template-columns: 2.15rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  padding: 0.62rem 0.35rem !important;
}
html body.post-page .post-main .post-evidence .post-source-list a,
html body.post-page .post-main .post-source-list a {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.55rem;
  width: 100%;
  max-width: none;
  padding: 0.55rem 0.35rem !important;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}
html body.post-page .post-main .post-evidence .post-source-list,
html body.post-page .post-main .post-source-list {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
}
html body.post-page .post-main .post-evidence .post-source-list li,
html body.post-page .post-main .post-source-list li {
  margin: 0;
  padding: 0;
  width: 100%;
}
html body.post-page .post-sidebar .post-source-mark {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 6px;
  background: #0b1220;
  color: #fff;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
html body.post-page .post-sidebar .post-source-name {
  display: block;
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.014em;
  color: #0b1220 !important;
  line-height: 1.3;
}
html body.post-page .post-sidebar .post-source-host {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: #667085;
  letter-spacing: 0.01em;
}

html body.post-page .post-route-list a {
  display: grid !important;
  grid-template-columns: 0.45rem minmax(0, 1fr);
  column-gap: 0.7rem;
  row-gap: 0.12rem;
  align-items: start;
  padding: 0.58rem 0.4rem !important;
}
html body.post-page .post-route-list a::before {
  margin-top: 0.45rem;
}
html body.post-page .post-route-label {
  font-family: "Montserrat", "Inter", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 750;
  color: #0b1220;
  line-height: 1.3;
}
html body.post-page .post-route-note {
  grid-column: 2;
  font-size: 0.72rem;
  font-weight: 500;
  color: #667085;
  letter-spacing: 0.02em;
}

html body.post-page .post-tool-points {
  list-style: none;
  margin: 0 0 0.95rem;
  padding: 0;
}
html body.post-page .post-tool-points li {
  position: relative;
  margin: 0.28rem 0;
  padding: 0.2rem 0 0.2rem 1.15rem;
  font-size: 0.82rem !important;
  font-weight: 600;
  color: #344054 !important;
  line-height: 1.35;
}
html body.post-page .post-tool-points li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.55em;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 1px;
  background: #0b1220;
}
html body.post-page .post-desk p,
html body.post-page .post-tool p {
  font-size: 0.88rem !important;
  line-height: 1.45;
}

html body.post-page .post-evidence {
  margin: 1.5rem 0 0;
  padding: 1rem 1.1rem 1.05rem;
  max-width: none;
  background: #fff;
  border: 1px solid #d5dbe4;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(11, 18, 32, 0.045);
}
html body.post-page .post-author-block {
  margin: 1.25rem 0 0;
  padding: 1rem 1.1rem;
  max-width: none;
  background: #fff;
  border: 1px solid #d5dbe4;
  border-radius: 16px;
}

html body.post-page footer.zatra-premium-footer {
  display: block;
  visibility: visible;
}
