@font-face {
  font-family: "Space Grotesk";
  src: url("/space-grotesk.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #0a0a0a;
  background: #f7f5f0;
  font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 10px 14px; border-radius: 999px; background: #0a0a0a; color: #fff; }
.skip-link:focus { top: 16px; }
.site-nav { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(10,10,10,.08); background: rgba(247,245,240,.92); backdrop-filter: blur(14px); }
.nav-inner { width: min(1120px, calc(100% - 40px)); height: 68px; margin: 0 auto; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #0a0a0a; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 34px; height: 34px; border-radius: 10px; }
.nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.nav-links a { color: #656565; text-decoration: none; font-size: .9rem; font-weight: 650; }
.nav-links a:hover, .nav-links a:focus-visible { color: #0a0a0a; }
.nav-links .download { padding: 10px 18px; border-radius: 999px; background: #0d1510; color: #fff; transition: background .2s ease, transform .2s ease; }
.nav-links .download:hover, .nav-links .download:focus-visible { background: #19c785; color: #07120d; transform: translateY(-1px); }
.article-hero { padding: 82px 20px 70px; background: #0d1510; color: #fff; text-align: center; }
.eyebrow { display: inline-flex; margin-bottom: 22px; padding: 7px 14px; border-radius: 999px; background: #19c785; color: #07120d; font-size: .72rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.article-hero h1 { max-width: 940px; margin: 0 auto 22px; font-size: clamp(2.65rem, 7vw, 5.35rem); line-height: .98; letter-spacing: -.06em; text-wrap: balance; }
.article-hero > p { max-width: 690px; margin: 0 auto; color: rgba(255,255,255,.68); font-size: clamp(1.03rem, 2vw, 1.18rem); line-height: 1.65; text-wrap: pretty; }
.article-shell { width: min(800px, calc(100% - 40px)); margin: 0 auto; padding: 58px 0 96px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-bottom: 28px; color: #767676; font-size: .85rem; font-weight: 650; }
.direct-answer { margin: 0 0 40px; padding: 25px 28px; border: 1px solid rgba(10,10,10,.08); border-left: 5px solid #19c785; border-radius: 18px; background: #fff; font-size: 1.07rem; line-height: 1.7; box-shadow: 0 14px 40px rgba(10,10,10,.05); }
.direct-answer strong { display: block; margin-bottom: 7px; color: #087c59; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.article-body h2 { margin: 50px 0 15px; font-size: clamp(1.65rem, 4vw, 2.2rem); line-height: 1.12; letter-spacing: -.04em; text-wrap: balance; }
.article-body h3 { margin: 30px 0 10px; font-size: 1.2rem; letter-spacing: -.02em; }
.article-body p, .article-body li { color: #292929; font-size: 1.04rem; line-height: 1.78; }
.article-body p { margin: 0 0 20px; }
.article-body ul, .article-body ol { margin: 0 0 26px; padding-left: 24px; }
.article-body li + li { margin-top: 9px; }
.article-body a { color: #087c59; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body a:hover { color: #0a5c44; }
.table-wrap { margin: 28px 0 38px; overflow-x: auto; border: 1px solid rgba(10,10,10,.1); border-radius: 18px; background: #fff; }
table { width: 100%; min-width: 620px; border-collapse: collapse; }
th, td { padding: 17px 18px; border-bottom: 1px solid rgba(10,10,10,.08); text-align: left; vertical-align: top; line-height: 1.5; }
th { background: #eceae4; font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }
.note { margin: 34px 0; padding: 24px 26px; border-radius: 18px; background: #ffcf3f; color: #13130e; }
.note strong { display: block; margin-bottom: 7px; }
.steps { margin: 28px 0 40px; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; min-height: 48px; padding: 0 0 24px 64px; counter-increment: steps; }
.steps li::before { content: counter(steps); position: absolute; left: 0; top: -4px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #19c785; color: #07120d; font-weight: 850; }
.steps li + li { margin-top: 10px; }
.faq { margin-top: 52px; padding-top: 8px; }
.faq > h2 { margin-top: 0; }
.faq-item { margin: 0 0 18px; padding: 20px 22px; border: 1px solid rgba(10,10,10,.09); border-radius: 16px; background: #fff; }
.faq-item h3 { margin: 0 0 8px; font-size: 1.08rem; letter-spacing: -.02em; }
.faq-item .faq-answer { margin: 0; color: #292929; }
.related { margin-top: 58px; padding-top: 34px; border-top: 1px solid rgba(10,10,10,.12); }
.related h2 { margin-top: 0; }
.related-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.related-card { display: block; padding: 20px; border: 1px solid rgba(10,10,10,.09); border-radius: 16px; background: #fff; color: #0a0a0a !important; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.related-card:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(10,10,10,.07); }
.related-card small { display: block; margin-bottom: 7px; color: #087c59; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-cta { margin-top: 54px; padding: 32px; border-radius: 24px; background: #0d1510; color: #fff; }
.article-cta h2 { margin: 0 0 10px; }
.article-cta p { color: rgba(255,255,255,.68); }
.article-cta a { display: inline-flex; align-items: center; margin-top: 4px; padding: 13px 20px; border-radius: 999px; background: #19c785; color: #07120d; text-decoration: none; }
.site-footer { padding: 32px 20px; background: #0a0a0a; color: rgba(255,255,255,.58); }
.footer-inner { width: min(1120px, 100%); margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; font-size: .88rem; }
.footer-inner a { color: inherit; text-underline-offset: 3px; }
@media (max-width: 640px) {
  .nav-inner { width: min(100% - 28px, 1120px); height: 62px; }
  .nav-links a:not(.download) { display: none; }
  .nav-links .download { padding: 9px 14px; font-size: .82rem; }
  .article-hero { padding: 58px 18px 52px; }
  .article-shell { width: min(100% - 34px, 800px); padding: 40px 0 72px; }
  .direct-answer { padding: 21px; }
  .related-grid { grid-template-columns: 1fr; }
  .article-cta { padding: 26px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
