@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@1,400;1,500;1,600&display=swap');

:root {
  --bg: #0c0a09;
  --bg-2: #100d0b;
  --panel: #16120e;
  --panel-2: #1e1813;
  --panel-3: #261e17;
  --ink: #f5efe7;
  --muted: #aaa097;
  --faint: #756d64;
  --line: rgba(245, 239, 231, 0.10);
  --line-strong: rgba(245, 239, 231, 0.18);
  --ember: #e8702a;
  --ember-dark: #d2611f;
  --ember-soft: rgba(232, 112, 42, 0.14);
  --sage: #93ad7c;
  --brick: #cf6a4f;
  --slate: #7fa6b3;
  --gold: #cf9b4e;
  --maxw: 1180px;
  --radius: 16px;
  --radius-sm: 11px;
}

* {
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.font-playfair { font-family: 'Playfair Display', serif; }
.lx-italic { font-style: italic; }

a { color: inherit; text-decoration: none; }

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

::selection { background: var(--ember); color: #1a0f07; }

.lx-wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.lx-section { padding: 88px 0; position: relative; }
.lx-section--tight { padding: 56px 0; }
.lx-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ember);
}
.lx-eyebrow::before {
  content: ""; width: 22px; height: 1px; background: var(--ember); opacity: 0.7;
}
.lx-h2 {
  font-size: clamp(28px, 4.6vw, 46px);
  line-height: 1.04; letter-spacing: -0.035em; font-weight: 600;
  margin: 18px 0 0;
}
.lx-h2 em { font-family: 'Playfair Display', serif; font-weight: 400; font-style: italic; letter-spacing: -0.02em; }
.lx-lead { color: var(--muted); font-size: 18.5px; max-width: 640px; margin-top: 16px; }
.lx-center { text-align: center; }
.lx-center .lx-lead { margin-left: auto; margin-right: auto; }

.lx-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 500; font-size: 15px; line-height: 1;
  padding: 15px 26px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .18s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
  min-height: 48px;
}
.lx-btn--ember { background: var(--ember); color: #fff; }
.lx-btn--ember:hover { background: var(--ember-dark); transform: scale(1.03); box-shadow: 0 12px 30px rgba(232,112,42,0.32); }
.lx-btn--ember:active { transform: scale(0.97); }
.lx-btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.lx-btn--ghost:hover { border-color: var(--ink); background: rgba(245,239,231,0.05); }
.lx-btn--light { background: #f5efe7; color: #1a1410; font-weight: 600; }
.lx-btn--light:hover { background: #fff; }
.lx-btn--sm { padding: 12px 18px; min-height: 44px; font-size: 14px; }

.lx-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px clamp(16px, 4vw, 30px);
  transition: background .3s ease, backdrop-filter .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.lx-nav.is-scrolled {
  background: rgba(12, 10, 9, 0.82);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.lx-brand { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; }
.lx-brand svg { width: 26px; height: 26px; flex: none; }
.lx-brand b {
  font-family: 'Playfair Display', serif; font-style: italic; font-weight: 500;
  font-size: 23px; letter-spacing: -0.01em;
}
.lx-navpill {
  position: absolute; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 2px;
  background: rgba(245,239,231,0.10); backdrop-filter: blur(12px);
  border: 1px solid var(--line-strong); border-radius: 999px; padding: 6px;
}
.lx-navpill a {
  color: var(--muted); font-size: 14px; font-weight: 500;
  padding: 9px 16px; border-radius: 999px; transition: background .2s, color .2s;
}
.lx-navpill a:hover { background: rgba(245,239,231,0.10); color: var(--ink); }
.lx-navpill a.is-active { color: var(--ink); background: rgba(245,239,231,0.07); }
.lx-nav-cta { display: inline-flex; align-items: center; gap: 12px; }
.lx-burger {
  display: none; background: none; border: 0; color: var(--ink); cursor: pointer;
  width: 44px; height: 44px; align-items: center; justify-content: center;
}

.lx-lang {
  display: inline-flex; align-items: center; gap: 2px;
  border: 1px solid var(--line-strong); border-radius: 999px; padding: 3px;
  font-size: 12.5px; line-height: 1;
}
.lx-lang a {
  padding: 7px 11px; border-radius: 999px; color: var(--muted);
  font-weight: 500; transition: background .2s, color .2s;
  min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center;
}
.lx-lang a.is-on { background: var(--ember); color: #fff; }
.lx-lang a:not(.is-on):hover { color: var(--ink); background: rgba(245,239,231,0.08); }

.lx-drawer {
  position: fixed; inset: 0; z-index: 120; background: rgba(8,6,5,0.96);
  backdrop-filter: blur(8px); display: none; flex-direction: column;
  padding: 80px 28px 28px;
}
.lx-drawer.is-open { display: flex; }
.lx-drawer a { font-size: 22px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.lx-drawer a:last-of-type { border-bottom: 0; }
.lx-drawer-close { position: absolute; top: 20px; right: 22px; background: none; border: 0; color: var(--ink); width: 44px; height: 44px; cursor: pointer; }

.lx-hero { position: relative; width: 100%; overflow: hidden; min-height: 100vh; min-height: 100dvh; background: #000; }
.lx-hero__img {
  position: absolute; inset: 0; background-position: center; background-size: cover;
  background-repeat: no-repeat; z-index: 10;
}
.lx-hero__reveal {
  position: absolute; inset: 0; background-position: center; background-size: cover;
  background-repeat: no-repeat; z-index: 30; pointer-events: none;
}
.lx-hero__canvas { position: absolute; inset: 0; pointer-events: none; display: none; }
.lx-hero__scrim {
  position: absolute; inset: 0; z-index: 35; pointer-events: none;
  background: linear-gradient(180deg, rgba(8,6,5,0.30) 0%, rgba(8,6,5,0) 26%, rgba(8,6,5,0) 52%, rgba(8,6,5,0.72) 100%);
}
.lx-hero__inner {
  position: relative; z-index: 50; min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column;
  justify-content: center; padding: 120px clamp(20px, 6vw, 64px) 0;
  max-width: 1320px; margin: 0 auto;
}
.lx-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px; align-self: flex-start;
  background: rgba(245,239,231,0.08); border: 1px solid var(--line-strong);
  padding: 8px 15px 8px 12px; border-radius: 999px; font-size: 13px; color: #efe7dd; font-weight: 500;
}
.lx-hero__eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ember); box-shadow: 0 0 0 4px rgba(232,112,42,0.22); }
.lx-hero h1 {
  margin: 22px 0 0; color: #fff; line-height: 0.96; font-weight: 400;
  max-width: 13ch;
}
.lx-hero h1 .l1 {
  display: block; font-family: 'Playfair Display', serif; font-style: italic; font-weight: 400;
  font-size: clamp(44px, 8.5vw, 104px); letter-spacing: -0.045em;
}
.lx-hero h1 .l2 {
  display: block; font-weight: 500; font-size: clamp(44px, 8.5vw, 104px);
  letter-spacing: -0.06em; margin-top: -4px;
}
.lx-hero__sub { color: rgba(245,239,231,0.86); font-size: clamp(16px, 2.2vw, 19px); max-width: 480px; margin: 26px 0 0; }
.lx-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.lx-hero__foot {
  position: relative; z-index: 50; max-width: 1320px; margin: 0 auto; width: 100%;
  padding: 0 clamp(20px, 6vw, 64px) 40px;
  display: flex; gap: 24px; flex-wrap: wrap; justify-content: space-between; align-items: flex-end;
}
.lx-hero__stats { display: flex; gap: 30px; flex-wrap: wrap; }
.lx-hero__stat .n { font-size: 26px; font-weight: 600; letter-spacing: -0.02em; }
.lx-hero__stat .n em { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 400; }
.lx-hero__stat .t { font-size: 13px; color: rgba(245,239,231,0.62); margin-top: 2px; max-width: 150px; }
.lx-hero__note { font-size: 12.5px; color: rgba(245,239,231,0.55); max-width: 260px; }

.lx-grid { display: grid; gap: 20px; }
.lx-grid--3 { grid-template-columns: repeat(3, 1fr); }
.lx-grid--2 { grid-template-columns: repeat(2, 1fr); }
.lx-grid--4 { grid-template-columns: repeat(4, 1fr); }

.lx-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; transition: border-color .25s ease, transform .25s ease, background .25s ease;
}
.lx-card:hover { border-color: var(--line-strong); }
.lx-card h3 { margin: 0 0 8px; font-size: 19px; font-weight: 600; letter-spacing: -0.02em; }
.lx-card p { margin: 0; color: var(--muted); font-size: 15.5px; }
.lx-card__ico {
  width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: var(--ember-soft); color: var(--ember); margin-bottom: 16px;
}
.lx-card__ico svg { width: 22px; height: 22px; }

.lx-step { position: relative; padding-left: 8px; }
.lx-step .num {
  font-family: 'Playfair Display', serif; font-style: italic; font-size: 40px;
  color: var(--ember); line-height: 1; display: block; margin-bottom: 12px;
}

.lx-country {
  display: flex; flex-direction: column; gap: 12px; background: var(--panel);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
}
.lx-country__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.lx-country__flag { font-size: 30px; line-height: 1; }

.lx-cc {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 31px; padding: 0 10px;
  border: 1px solid var(--line-strong); border-radius: 9px;
  background: var(--ember-soft); color: var(--ember);
  font-size: 13px; font-weight: 700; letter-spacing: 0.1em;
  font-feature-settings: "tnum"; font-family: 'Inter', sans-serif;
}
.lx-country h3 { margin: 0; font-size: 20px; font-weight: 600; }
.lx-country p { margin: 0; color: var(--muted); font-size: 15px; }
.lx-badge {
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px; white-space: nowrap;
}
.lx-badge--okx { background: rgba(147,173,124,0.16); color: var(--sage); }
.lx-badge--info { background: rgba(127,166,179,0.16); color: var(--slate); }

.lx-tag-spon {
  display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600;
  letter-spacing: 0.10em; text-transform: uppercase; color: var(--faint);
  border: 1px solid var(--line); border-radius: 999px; padding: 4px 10px;
}
.lx-tag-spon::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

.lx-tool {
  position: relative; background: linear-gradient(160deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 28px;
  display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center;
}
.lx-tool__body h3 { margin: 14px 0 6px; font-size: 22px; font-weight: 600; letter-spacing: -0.02em; }
.lx-tool__body p { margin: 0; color: var(--muted); font-size: 15.5px; max-width: 60ch; }
.lx-tool__pros { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 14px 0 0; padding: 0; list-style: none; }
.lx-tool__pros li { font-size: 13.5px; color: var(--muted); display: flex; align-items: center; gap: 7px; }
.lx-tool__pros li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--sage); flex: none; }
.lx-tool__pros li.con::before { background: var(--brick); }
.lx-tool__cta { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; text-align: right; }
.lx-tool__logo { font-weight: 700; font-size: 19px; letter-spacing: -0.01em; }
.lx-tool__micro { font-size: 11.5px; color: var(--faint); max-width: 180px; }
@media (max-width: 720px) { .lx-tool { grid-template-columns: 1fr; } .lx-tool__cta { align-items: flex-start; text-align: left; } }

.lx-spon-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 20px; display: flex; flex-direction: column; gap: 12px;
}
.lx-spon-card .row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.lx-spon-card p { margin: 0; font-size: 13.5px; color: var(--muted); }

.lx-tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); margin: 24px 0; -webkit-overflow-scrolling: touch; }
.lx-table { width: 100%; border-collapse: collapse; min-width: 680px; font-size: 14.5px; }
.lx-table th, .lx-table td { text-align: left; padding: 15px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.lx-table thead th {
  background: var(--panel-2); font-size: 12.5px; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--muted); font-weight: 600; position: sticky; top: 0;
}
.lx-table tbody tr:hover { background: rgba(245,239,231,0.025); }
.lx-table td .nm { font-weight: 600; color: var(--ink); }
.lx-table td small { color: var(--faint); display: block; font-size: 12.5px; margin-top: 2px; }
.lx-table tr.is-spon td { background: rgba(232,112,42,0.05); }
.lx-table .pill {
  display: inline-block; font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 6px;
}
.lx-table .pill--low { background: rgba(147,173,124,0.16); color: var(--sage); }
.lx-table .pill--mid { background: rgba(207,155,78,0.16); color: var(--gold); }
.lx-table .pill--high { background: rgba(207,106,79,0.16); color: var(--brick); }

.lx-callout {
  border: 1px solid var(--line); border-left: 3px solid var(--slate);
  background: var(--panel); border-radius: 12px; padding: 18px 20px; margin: 26px 0;
}
.lx-callout h4 { margin: 0 0 6px; font-size: 15.5px; font-weight: 600; display: flex; align-items: center; gap: 9px; }
.lx-callout p { margin: 0; color: var(--muted); font-size: 15px; }
.lx-callout p + p { margin-top: 10px; }
.lx-callout--warn { border-left-color: var(--gold); }
.lx-callout--danger { border-left-color: var(--brick); }
.lx-callout--ok { border-left-color: var(--sage); }
.lx-callout__ic { color: var(--slate); }
.lx-callout--warn .lx-callout__ic { color: var(--gold); }
.lx-callout--danger .lx-callout__ic { color: var(--brick); }
.lx-callout--ok .lx-callout__ic { color: var(--sage); }

.lx-scam {
  border: 1px solid rgba(207,106,79,0.30); background: rgba(207,106,79,0.05);
  border-radius: var(--radius); padding: 24px; margin: 30px 0;
}
.lx-scam h3 { margin: 0 0 14px; font-size: 19px; display: flex; align-items: center; gap: 10px; color: var(--ink); }
.lx-scam h3 svg { color: var(--brick); }
.lx-scam ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.lx-scam li { padding-left: 24px; position: relative; font-size: 15px; color: var(--muted); }
.lx-scam li::before { content: ""; position: absolute; left: 0; top: 8px; width: 9px; height: 9px; border-radius: 2px; background: var(--brick); transform: rotate(45deg); }
.lx-scam li b { color: var(--ink); font-weight: 600; }

.lx-article-head { padding: 124px 0 30px; border-bottom: 1px solid var(--line); }
.lx-crumbs { font-size: 13px; color: var(--faint); display: flex; gap: 8px; flex-wrap: wrap; }
.lx-crumbs a:hover { color: var(--ember); }
.lx-article-head h1 {
  font-size: clamp(30px, 5.4vw, 56px); line-height: 1.04; letter-spacing: -0.04em;
  font-weight: 600; margin: 16px 0 0; max-width: 20ch;
}
.lx-article-head h1 em { font-family: 'Playfair Display', serif; font-weight: 400; font-style: italic; letter-spacing: -0.025em; }
.lx-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 22px; font-size: 13.5px; color: var(--muted); align-items: center; }
.lx-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--faint); }
.lx-meta .author { display: flex; align-items: center; gap: 9px; }
.lx-meta .av { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(150deg, var(--ember), #8a4a1f); display: grid; place-items: center; font-size: 12px; font-weight: 700; color: #fff; }

.lx-layout { display: grid; grid-template-columns: minmax(0,1fr) 270px; gap: 56px; padding: 44px 0 30px; align-items: start; }
.lx-layout > * { min-width: 0; }
.lx-layout--rev { grid-template-columns: 270px minmax(0,1fr); }

.lx-toc { position: sticky; top: 92px; font-size: 14px; }
.lx-toc .ttl { font-size: 11.5px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--faint); margin-bottom: 14px; }
.lx-toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; counter-reset: t; border-left: 1px solid var(--line); }
.lx-toc a { display: block; color: var(--muted); padding: 7px 0 7px 16px; margin-left: -1px; border-left: 1px solid transparent; transition: color .2s, border-color .2s; }
.lx-toc a:hover, .lx-toc a.is-active { color: var(--ink); border-left-color: var(--ember); }
.lx-toc .sub a { padding-left: 28px; font-size: 13px; }

.lx-prose { max-width: 720px; min-width: 0; font-size: 17.5px; }
.lx-prose > p { color: #d7cfc5; margin: 0 0 22px; }
.lx-prose h2 {
  font-size: clamp(24px, 3.4vw, 33px); letter-spacing: -0.03em; font-weight: 600;
  margin: 52px 0 16px; scroll-margin-top: 96px; line-height: 1.12;
}
.lx-prose h2 em { font-family: 'Playfair Display', serif; font-weight: 400; font-style: italic; }
.lx-prose h3 { font-size: 21px; letter-spacing: -0.02em; font-weight: 600; margin: 34px 0 12px; scroll-margin-top: 96px; }
.lx-prose h4 { font-size: 17px; font-weight: 600; margin: 26px 0 10px; }
.lx-prose strong { color: var(--ink); font-weight: 600; }
.lx-prose a:not(.lx-btn) { color: var(--ember); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(232,112,42,0.4); }
.lx-prose a:not(.lx-btn):hover { text-decoration-color: var(--ember); }
.lx-prose ul, .lx-prose ol { color: #d7cfc5; padding-left: 22px; margin: 0 0 22px; }
.lx-prose li { margin: 0 0 10px; padding-left: 4px; }
.lx-prose li::marker { color: var(--ember); }
.lx-prose blockquote {
  margin: 28px 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--ember);
  font-family: 'Playfair Display', serif; font-style: italic; font-size: 21px; color: var(--ink); line-height: 1.5;
}
.lx-prose figure { margin: 30px 0; }
.lx-prose figcaption { font-size: 13px; color: var(--faint); margin-top: 10px; text-align: center; }
.lx-prose hr { border: 0; border-top: 1px solid var(--line); margin: 44px 0; }
.lx-keytakeaways {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 24px; margin: 0 0 34px;
}
.lx-keytakeaways .ttl { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ember); font-weight: 600; margin-bottom: 12px; }
.lx-keytakeaways ul { margin: 0; padding-left: 20px; color: #d7cfc5; font-size: 15.5px; }
.lx-keytakeaways li { margin-bottom: 8px; }

.lx-faq { display: grid; gap: 12px; margin: 24px 0; }
.lx-faq details {
  border: 1px solid var(--line); border-radius: 12px; background: var(--panel); overflow: hidden;
}
.lx-faq details[open] { border-color: var(--line-strong); }
.lx-faq summary {
  cursor: pointer; list-style: none; padding: 18px 20px; font-weight: 600; font-size: 16.5px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.lx-faq summary::-webkit-details-marker { display: none; }
.lx-faq summary .ic { color: var(--ember); transition: transform .25s ease; flex: none; }
.lx-faq details[open] summary .ic { transform: rotate(45deg); }
.lx-faq .ans { padding: 0 20px 20px; color: var(--muted); font-size: 15.5px; }
.lx-faq .ans p { margin: 0 0 12px; }
.lx-faq .ans p:last-child { margin-bottom: 0; }

.lx-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 26px 0; }
.lx-facts > div { background: var(--bg); padding: 20px; }
.lx-facts .k { font-size: 12.5px; color: var(--faint); letter-spacing: 0.03em; text-transform: uppercase; }
.lx-facts .v { font-size: 22px; font-weight: 600; margin-top: 6px; letter-spacing: -0.02em; }
.lx-facts .v em { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 400; color: var(--ember); }

.lx-related a { display: block; background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 20px; transition: border-color .2s, transform .2s; }
.lx-related a:hover { border-color: rgba(232,112,42,0.35); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,0.34); }

body::before {
  content: ""; position: fixed; inset: 0; z-index: 300; pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='lxg'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23lxg)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

.lx-card:hover { border-color: rgba(232,112,42,0.32); transform: translateY(-3px); box-shadow: 0 16px 36px rgba(0,0,0,0.38); }
.lx-country { transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.lx-country:hover { border-color: rgba(232,112,42,0.32); transform: translateY(-3px); box-shadow: 0 16px 36px rgba(0,0,0,0.38); }
@media (prefers-reduced-motion: reduce) {
  .lx-card:hover, .lx-country:hover, .lx-related a:hover { transform: none; }
}
.lx-related .kicker { font-size: 12px; color: var(--ember); font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.lx-related h4 { margin: 8px 0 6px; font-size: 17px; font-weight: 600; letter-spacing: -0.01em; }
.lx-related p { margin: 0; color: var(--muted); font-size: 14px; }

.lx-footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: 64px 0 36px; margin-top: 40px; }
.lx-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
.lx-footer h5 { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); margin: 0 0 16px; }
.lx-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.lx-footer a { color: var(--muted); font-size: 14.5px; }
.lx-footer a:hover { color: var(--ember); }
.lx-footer__brand b { font-family: 'Playfair Display', serif; font-style: italic; font-size: 22px; }
.lx-footer__brand p { color: var(--muted); font-size: 14.5px; max-width: 32ch; margin: 14px 0 0; }
.lx-footer__bottom { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 13px; color: var(--faint); }
.lx-footer__bottom a { color: var(--faint); }
.lx-footer__bottom a:hover { color: var(--muted); }

.lx-disc {
  font-size: 13px; color: var(--faint); background: var(--panel); border: 1px solid var(--line);
  border-radius: 10px; padding: 12px 16px; margin: 0 0 22px; display: flex; gap: 10px; align-items: flex-start;
}
.lx-disc svg { color: var(--gold); flex: none; margin-top: 1px; }
.lx-disc a { color: var(--muted); text-decoration: underline; text-underline-offset: 2px; }

.lx-divider { height: 1px; background: var(--line); border: 0; margin: 0; }

.lx-strata {
  display: flex; align-items: center; justify-content: center; gap: 22px;
  border: 0; margin: 0 auto; max-width: var(--maxw); padding: 0 22px;
}
.lx-strata::before, .lx-strata::after {
  content: ""; flex: 1; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line) 35%, var(--line));
}
.lx-strata::after { background: linear-gradient(270deg, transparent, var(--line) 35%, var(--line)); }
.lx-strata svg { flex: none; display: block; }

.lx-btn:focus-visible,
.lx-navpill a:focus-visible,
.lx-related a:focus-visible,
.lx-country:focus-visible,
.lx-faq summary:focus-visible,
.lx-toc a:focus-visible,
.lx-brand:focus-visible,
.lx-footer a:focus-visible {
  outline: 2px solid var(--ember);
  outline-offset: 3px;
  border-radius: 9px;
}
.lx-btn--ghost:hover { transform: translateY(-1px); }
.lx-btn--light:hover { transform: translateY(-1px); }
.lx-updated { font-size: 13px; color: var(--faint); }
.lx-updated b { color: var(--sage); font-weight: 600; }

@keyframes heroReveal { 0%{opacity:0;transform:translateY(28px);filter:blur(12px)} 100%{opacity:1;transform:translateY(0);filter:blur(0)} }
@keyframes heroFadeUp { 0%{opacity:0;transform:translateY(20px)} 100%{opacity:1;transform:translateY(0)} }
@keyframes heroZoom { 0%{transform:scale(1.12)} 100%{transform:scale(1)} }
.hero-anim { opacity: 0; animation-fill-mode: forwards; animation-timing-function: cubic-bezier(0.16,1,0.3,1); }
.hero-reveal { animation-name: heroReveal; animation-duration: 1.1s; }
.hero-fade { animation-name: heroFadeUp; animation-duration: 1s; }
.hero-zoom { animation: heroZoom 1.8s cubic-bezier(0.16,1,0.3,1) forwards; }

.lx-rise { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(0.16,1,0.3,1), transform .7s cubic-bezier(0.16,1,0.3,1); }
.lx-rise.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-anim, .hero-zoom, .lx-rise { animation: none !important; opacity: 1 !important; transform: none !important; }
}

@media (max-width: 1080px) {
  .lx-layout, .lx-layout--rev { grid-template-columns: 1fr; gap: 30px; }
  .lx-toc { display: none; }
  .lx-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 860px) {
  .lx-navpill { display: none; }
  .lx-nav-cta .lx-btn { display: none; }
  .lx-burger { display: inline-flex; }
  .lx-grid--3, .lx-grid--4 { grid-template-columns: 1fr 1fr; }
  .lx-section { padding: 64px 0; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .lx-wrap { width: auto; padding-left: 16px; padding-right: 16px; }
  .lx-grid--2, .lx-grid--3, .lx-grid--4 { grid-template-columns: 1fr; }
  .lx-country { width: calc(100% - 4px); }
  .lx-footer__grid { grid-template-columns: 1fr; }
  .lx-hero__inner { min-height: auto; padding-top: 104px; padding-bottom: 26px; }
  .lx-hero h1 .l1, .lx-hero h1 .l2 { overflow-wrap: anywhere; }
  .lx-hero__foot { gap: 18px; padding-bottom: 28px; }
  .lx-prose { font-size: 16.5px; }
  .lx-strata { display: none; }
  .lx-spon-card .row { flex-wrap: wrap; }
}
