:root {
  color-scheme: dark;
  --ink: #f3f3ef;
  --muted: #92928c;
  --subtle: #686863;
  --line: rgba(255,255,255,.1);
  --panel: #111110;
  --soft: #0c0c0b;
  --orange: #ff6a2a;
  --orange-soft: rgba(255,106,42,.12);
  --green: #76de9b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #080808;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
.content-skip { position: fixed; left: 18px; top: -80px; z-index: 100; padding: 10px 14px; border-radius: 999px; background: var(--orange); color: #160a03; font-weight: 800; }
.content-skip:focus { top: 14px; }
.content-container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.content-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(8,8,8,.86);
  backdrop-filter: blur(18px);
}
.content-nav__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.content-brand { display: inline-flex; }
.content-brand img { width: 174px; height: auto; display: block; }
.content-nav__links { display: flex; align-items: center; gap: 26px; }
.content-nav__links a { color: #aaa9a4; text-decoration: none; font-size: 13px; font-weight: 650; }
.content-nav__links a:hover { color: #fff; }
.content-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--orange);
  color: #170b04 !important;
  font-size: 13px;
  font-weight: 800 !important;
  text-decoration: none;
}
.content-button--outline { border: 1px solid var(--line); background: transparent; color: #e8e8e3 !important; }
.content-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 12vw, 150px) 0 clamp(68px, 9vw, 110px);
  border-bottom: 1px solid var(--line);
}
.content-hero::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 440px;
  top: -260px;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255,106,42,.18), transparent 67%);
  pointer-events: none;
}
.content-hero__inner { position: relative; max-width: 900px; }
.content-kicker { color: #ff9d70; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.content-hero h1 { max-width: 920px; margin: 24px 0; font-size: clamp(46px, 7vw, 88px); line-height: .98; letter-spacing: -.06em; }
.content-hero__lead { max-width: 760px; color: #b5b5af; font-size: clamp(18px, 2vw, 22px); line-height: 1.6; }
.content-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 28px; color: var(--subtle); font-size: 12px; }
.content-disclosure {
  margin-top: 28px;
  max-width: 760px;
  padding: 14px 17px;
  border: 1px solid rgba(255,106,42,.2);
  border-radius: 12px;
  background: var(--orange-soft);
  color: #c7a995;
  font-size: 12px;
  line-height: 1.55;
}
.content-main { padding: 74px 0 110px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 760px) 260px; gap: 90px; align-items: start; }
.content-prose { min-width: 0; }
.content-prose > *:first-child { margin-top: 0; }
.content-prose h2 { margin: 62px 0 18px; font-size: clamp(30px, 4.2vw, 48px); line-height: 1.06; letter-spacing: -.045em; }
.content-prose h3 { margin: 38px 0 13px; font-size: 23px; line-height: 1.18; letter-spacing: -.025em; }
.content-prose p, .content-prose li { color: #adada7; font-size: 17px; line-height: 1.78; }
.content-prose p { margin: 0 0 22px; }
.content-prose strong { color: #eeeeea; }
.content-prose a { color: #ff9b6f; text-underline-offset: 3px; }
.content-prose ul, .content-prose ol { margin: 18px 0 28px; padding-left: 24px; }
.content-prose li + li { margin-top: 10px; }
.content-prose blockquote {
  margin: 38px 0;
  padding: 22px 26px;
  border-left: 3px solid var(--orange);
  background: var(--soft);
  color: #d1d1cb;
  font-size: 20px;
  line-height: 1.5;
}
.content-figure { margin: 42px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.content-figure img { display: block; width: 100%; height: auto; }
.content-figure figcaption { padding: 13px 16px; color: var(--subtle); font-size: 11px; line-height: 1.5; }
.content-callout {
  margin: 34px 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,106,42,.09), var(--soft) 58%);
}
.content-callout strong { display: block; margin-bottom: 8px; }
.content-callout p { margin: 0; font-size: 15px; }
.content-steps { list-style: none; padding: 0 !important; counter-reset: steps; }
.content-steps li { position: relative; padding: 22px 22px 22px 66px; border-top: 1px solid var(--line); counter-increment: steps; }
.content-steps li:last-child { border-bottom: 1px solid var(--line); }
.content-steps li::before {
  content: counter(steps, decimal-leading-zero);
  position: absolute;
  left: 8px;
  top: 25px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
}
.content-table-wrap { margin: 34px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.content-table { width: 100%; min-width: 760px; border-collapse: collapse; background: var(--soft); }
.content-table th, .content-table td { padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.content-table th { color: #e9e9e4; font-size: 12px; letter-spacing: .04em; }
.content-table td { color: #999993; font-size: 13px; line-height: 1.55; }
.content-table tr:last-child td { border-bottom: 0; }
.content-toc { position: sticky; top: 104px; padding-left: 20px; border-left: 1px solid var(--line); }
.content-toc strong { display: block; margin-bottom: 15px; color: #d8d8d3; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.content-toc a { display: block; padding: 7px 0; color: #777771; font-size: 12px; line-height: 1.45; text-decoration: none; }
.content-toc a:hover { color: #fff; }
.content-sources { margin-top: 66px; padding-top: 30px; border-top: 1px solid var(--line); }
.content-sources h2 { margin-top: 0; font-size: 28px; }
.content-sources li { font-size: 14px; line-height: 1.55; }
.content-cta {
  margin-top: 70px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(255,106,42,.25);
  border-radius: 20px;
  background: radial-gradient(circle at 80% 0%, rgba(255,106,42,.16), transparent 42%), #0e0e0d;
}
.content-cta h2 { margin: 0 0 14px; font-size: clamp(30px, 4vw, 48px); }
.content-cta p { max-width: 590px; }
.content-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.content-index { padding: 74px 0 110px; }
.content-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.content-card {
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  text-decoration: none;
  transition: transform .2s, border-color .2s;
}
.content-card:hover { transform: translateY(-3px); border-color: rgba(255,106,42,.35); }
.content-card img { display: block; width: 100%; aspect-ratio: 16 / 8; object-fit: cover; object-position: top; border-bottom: 1px solid var(--line); }
.content-card__body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.content-card__body span { color: #ff9d70; font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.content-card h2, .content-card h3 { margin: 16px 0 12px; font-size: 27px; line-height: 1.1; letter-spacing: -.035em; }
.content-card p { margin: 0; color: #85857f; font-size: 14px; line-height: 1.62; }
.content-card strong { margin-top: auto; padding-top: 24px; color: #d8d8d3; font-size: 12px; }
.compare-intro { max-width: 780px; margin-bottom: 46px; color: #aaa9a4; font-size: 17px; line-height: 1.7; }
.compare-note { margin: 24px 0 40px; padding: 16px 18px; border-radius: 12px; background: var(--orange-soft); color: #c3a590; font-size: 12px; line-height: 1.6; }
.compare-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 44px; }
.compare-card { padding: 26px; border: 1px solid var(--line); border-radius: 15px; background: var(--panel); }
.compare-card h3 { margin: 12px 0 10px; font-size: 25px; }
.compare-card p { margin: 0; color: #8a8a84; font-size: 14px; line-height: 1.65; }
.content-footer { border-top: 1px solid var(--line); }
.content-footer__inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.content-footer img { width: 155px; }
.content-footer p { color: var(--subtle); font-size: 11px; }
.content-footer__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.content-footer a { color: #84847e; font-size: 11px; text-decoration: none; }

@media (max-width: 900px) {
  .content-layout { grid-template-columns: 1fr; gap: 0; }
  .content-toc { display: none; }
  .content-card-grid, .compare-cards { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .content-container { width: min(100% - 32px, 1160px); }
  .content-nav__links > a:not(.content-button) { display: none; }
  .content-brand img { width: 150px; }
  .content-hero h1 { font-size: clamp(42px, 13vw, 64px); }
  .content-hero__lead { font-size: 17px; }
  .content-main, .content-index { padding-top: 54px; }
  .content-prose p, .content-prose li { font-size: 16px; }
  .content-footer__inner { padding: 28px 0; flex-direction: column; text-align: center; }
  .content-footer__links { justify-content: center; }
}
