:root {
  --lxtp-ink: #071319;
  --lxtp-navy: #071319;
  --lxtp-navy-2: #14242c;
  --lxtp-orange: #9f3b08;
  --lxtp-teal: #18d7ec;
  --lxtp-muted: #60737c;
  --lxtp-line: #dbe5e8;
  --lxtp-soft: #f3f7f8;
}

body.lx-trust-page { background: var(--lxtp-soft); }
.lx-trust-page #main-container { overflow: visible; }
.lxtp-page { color: var(--lxtp-ink); font-size: 16px; }
.lxtp-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.lxtp-hero { position: relative; overflow: hidden; padding: 70px 0 64px; color: #fff; background: var(--lxtp-navy); }
.lxtp-hero::after { content: none; }
.lxtp-hero .lxtp-shell { position: relative; z-index: 1; }
.lxtp-breadcrumb { display: flex; gap: 9px; align-items: center; margin-bottom: 52px; color: rgba(255,255,255,.46); font-size: 11px; }
.lxtp-breadcrumb a { color: rgba(255,255,255,.65); text-decoration: none; }
.lxtp-breadcrumb a:hover { color: #fff; }
.lxtp-kicker { display: block; color: var(--lxtp-teal); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.lxtp-hero h1 { max-width: 900px; margin: 14px 0 0; color: #fff; font-size: clamp(45px, 6.5vw, 72px); line-height: 1.04; letter-spacing: -.055em; }
.lxtp-deck { max-width: 820px; margin: 25px 0 0; color: rgba(255,255,255,.75); font-size: clamp(17px, 2vw, 20px); line-height: 1.75; }
.lxtp-updated { margin: 28px 0 0; color: rgba(255,255,255,.43); font-size: 10px; letter-spacing: .04em; }

.lxtp-section-nav { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--lxtp-line); background: #fff; }
.lxtp-section-nav .lxtp-shell { display: flex; gap: 5px; overflow-x: auto; padding-block: 10px; scrollbar-width: none; }
.lxtp-section-nav .lxtp-shell::-webkit-scrollbar { display: none; }
.lxtp-section-nav a { flex: 0 0 auto; padding: 9px 12px; border-radius: 7px; color: #52656f; text-decoration: none; font-size: 11px; font-weight: 750; }
.lxtp-section-nav a:hover { color: var(--lxtp-ink); background: #edf2f4; }
.lxtp-section-nav a.is-current { color: #fff; background: var(--lxtp-ink); }

.lxtp-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 42px; align-items: start; padding-block: 60px 90px; }
.lxtp-toc { position: sticky; top: 78px; padding: 8px 0; }
.lxtp-toc > strong { color: #8a989f; font-size: 10px; letter-spacing: .09em; }
.lxtp-toc nav { display: grid; gap: 3px; margin-top: 13px; }
.lxtp-toc a { padding: 7px 0 7px 13px; border-left: 1px solid #cfdadd; color: #657780; text-decoration: none; font-size: 12px; line-height: 1.45; }
.lxtp-toc a:hover { border-left-color: var(--lxtp-orange); color: var(--lxtp-ink); }

.lxtp-prose { min-width: 0; padding: 52px 58px 62px; border: 1px solid var(--lxtp-line); border-radius: 10px; background: #fff; }
.lxtp-prose > :first-child { margin-top: 0; }
.lxtp-prose section { scroll-margin-top: 85px; }
.lxtp-prose section + section { margin-top: 56px; padding-top: 53px; border-top: 1px solid var(--lxtp-line); }
.lxtp-prose h2 { margin: 0 0 21px; color: var(--lxtp-ink); font-size: clamp(28px, 3.4vw, 38px); line-height: 1.18; letter-spacing: -.04em; }
.lxtp-prose h3 { margin: 30px 0 11px; color: var(--lxtp-ink); font-size: 19px; line-height: 1.35; letter-spacing: -.02em; }
.lxtp-prose p { margin: 13px 0 0; color: #4f626c; line-height: 1.87; }
.lxtp-prose p.lxtp-lead { color: #304853; font-size: 18px; line-height: 1.85; }
.lxtp-prose a { color: #0e6173; text-underline-offset: 3px; }
.lxtp-prose a:hover { color: var(--lxtp-orange); }
.lxtp-prose ul,
.lxtp-prose ol { margin: 17px 0 0; padding-left: 22px; color: #4f626c; }
.lxtp-prose li { margin-top: 9px; padding-left: 5px; line-height: 1.78; }
.lxtp-prose li::marker { color: var(--lxtp-orange); font-weight: 800; }
.lxtp-note { margin-top: 24px; padding: 19px 21px; border-left: 3px solid var(--lxtp-orange); border-radius: 0 9px 9px 0; background: #f7f9fa; }
.lxtp-note p { margin: 0; color: #3d535e; }
.lxtp-note strong { color: var(--lxtp-ink); }
.lxtp-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin-top: 23px; }
.lxtp-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lxtp-card { padding: 22px; border: 1px solid var(--lxtp-line); border-radius: 12px; background: #fafcfc; }
.lxtp-card > span { color: var(--lxtp-orange); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.lxtp-card h3 { margin: 8px 0 0; font-size: 18px; }
.lxtp-card p { margin-top: 8px; font-size: 13px; line-height: 1.72; }
.lxtp-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; margin-top: 25px; }
.lxtp-contact-card { display: flex; min-width: 0; flex-direction: column; padding: 24px; border: 1px solid var(--lxtp-line); border-radius: 12px; color: inherit !important; background: #fafcfc; text-decoration: none; }
.lxtp-contact-card span { color: var(--lxtp-orange); font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.lxtp-contact-card strong { overflow-wrap: anywhere; margin-top: 8px; color: var(--lxtp-ink); font-size: 15px; }
.lxtp-contact-card small { margin-top: 10px; color: #4f626c; font-size: 12px; line-height: 1.65; }
.lxtp-contact-card:hover { border-color: #aebdc3; background: #fff; transform: translateY(-1px); }
.lxtp-table-wrap { overflow-x: auto; margin-top: 22px; }
.lxtp-prose table { width: 100%; border-collapse: collapse; font-size: 13px; }
.lxtp-prose th,
.lxtp-prose td { padding: 14px 15px; border: 1px solid var(--lxtp-line); text-align: left; vertical-align: top; line-height: 1.65; }
.lxtp-prose th { color: var(--lxtp-ink); background: #f2f6f7; }
.lxtp-status { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 25px; padding: 8px 11px; border-radius: 999px; color: #375762; background: #edf5f5; font-size: 10px; font-weight: 800; }
.lxtp-status i { width: 7px; height: 7px; border-radius: 50%; background: #3aa99e; box-shadow: 0 0 0 4px rgba(58,169,158,.12); }

.lxtp-related { padding: 44px 0 55px; color: #fff; background: var(--lxtp-navy); }
.lxtp-related .lxtp-shell { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 42px; }
.lxtp-related .lxtp-shell > span { color: var(--lxtp-teal); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.lxtp-related .lxtp-shell > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 18px; }
.lxtp-related a { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.75); text-decoration: none; font-size: 12px; }
.lxtp-related a:hover { color: #fff; border-bottom-color: var(--lxtp-orange); }

@media (max-width: 860px) {
  .lxtp-layout { grid-template-columns: 1fr; gap: 18px; padding-top: 32px; }
  .lxtp-toc { position: static; overflow-x: auto; padding: 13px 15px; border: 1px solid var(--lxtp-line); border-radius: 11px; background: #fff; }
  .lxtp-toc nav { display: flex; gap: 6px; }
  .lxtp-toc a { flex: 0 0 auto; padding: 6px 9px; border: 0; border-radius: 6px; background: var(--lxtp-soft); }
  .lxtp-related .lxtp-shell { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 640px) {
  .lxtp-shell { width: min(100% - 30px, 1120px); }
  .lxtp-hero { padding: 43px 0 47px; }
  .lxtp-breadcrumb { margin-bottom: 37px; }
  .lxtp-hero h1 { font-size: 42px; }
  .lxtp-deck { font-size: 16px; line-height: 1.72; }
  .lxtp-section-nav .lxtp-shell { width: 100%; padding-inline: 15px; }
  .lxtp-layout { padding-bottom: 60px; }
  .lxtp-prose { padding: 31px 23px 40px; border-radius: 14px; }
  .lxtp-prose section + section { margin-top: 42px; padding-top: 40px; }
  .lxtp-prose h2 { font-size: 29px; }
  .lxtp-prose p.lxtp-lead { font-size: 16px; }
  .lxtp-grid,
  .lxtp-grid--three,
  .lxtp-contact-grid { grid-template-columns: 1fr; }
  .lxtp-related .lxtp-shell > div { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .lxtp-contact-card { transition: none; }
}
