@font-face { font-family: Inter; src: url('/assets/fonts/inter-latin.woff2') format('woff2'); font-style: normal; font-weight: 100 900; font-display: swap; }
@font-face { font-family: Encode; src: url('/assets/fonts/encode-latin.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }

:root { --font-inter: Inter; --font-encode: Encode; --bg: #090909; --surface: #121212; --surface-2: #1a1a1a; --ink: #f4f2eb; --muted: #aaa9a3; --line: #2c2c29; --acid: #d7ff35; --acid-ink: #111500; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: var(--font-inter), sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; color: var(--acid-ink); background: var(--acid); border-radius: 999px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; width: min(1180px, calc(100% - 32px)); margin: 16px auto 0; padding: 10px 12px 10px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(9,9,9,.82); backdrop-filter: blur(20px); }
.brand { display: flex; align-items: center; gap: 10px; font: 700 15px var(--font-encode), sans-serif; letter-spacing: -.02em; }
.brand img { border-radius: 10px; }
.site-header nav { display: flex; align-items: center; gap: 26px; color: #c9c8c1; font-size: 14px; }
.site-header nav a:hover, .footer-links a:hover { color: white; }
.nav-cta { padding: 10px 17px; color: var(--acid-ink) !important; background: var(--acid); border-radius: 999px; font-weight: 700; }
.hero-section { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr); align-items: center; gap: 80px; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 0; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 20px; color: var(--acid); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--font-encode), sans-serif; letter-spacing: -.045em; text-wrap: balance; }
.hero-copy h1 { max-width: 650px; margin: 0; font-size: clamp(3.4rem, 6vw, 5.4rem); line-height: 1.08; letter-spacing: -.035em; }
.hero-lede { max-width: 550px; margin: 26px 0 30px; color: #c1c0ba; font-size: clamp(1.05rem, 1.7vw, 1.2rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 21px; border: 1px solid var(--line); border-radius: 999px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--acid-ink); background: var(--acid); border-color: var(--acid); }
.button-secondary { background: #151515; }
.hero-visual { height: 560px; display: flex; justify-content: center; align-items: flex-start; overflow: hidden; -webkit-mask-image: linear-gradient(#000 78%, transparent); mask-image: linear-gradient(#000 78%, transparent); }
.hero-visual img { width: 320px; border-radius: 40px; }
.section, .screens-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 120px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.compact { margin-bottom: 42px; }
.section-heading h2, .cta-section h2, .related-guides h2 { margin: 0 0 18px; font-size: clamp(2.2rem, 5vw, 4.4rem); line-height: 1; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-grid article { min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, #171717, #0e0e0e); }
.feature-grid svg { width: 42px; height: 42px; padding: 10px; color: var(--acid); border: 1px solid #3e4620; border-radius: 13px; }
.feature-grid h3 { margin: 82px 0 10px; font-size: 23px; }
.feature-grid p { color: var(--muted); line-height: 1.6; }
.screens-section { width: 100%; overflow: hidden; padding-inline: max(20px, calc((100vw - 1180px) / 2)); background: #efeee8; color: #0a0a0a; }
.screens-section .eyebrow { color: #4e5d00; }
.screens-grid { display: grid; grid-template-columns: repeat(4, minmax(220px, 1fr)); gap: 22px; }
.screens-grid figure { margin: 0; }
.screens-grid img { width: 100%; border-radius: 28px; box-shadow: 0 22px 48px rgba(0,0,0,.14); }
.screens-grid figcaption { max-width: 250px; margin: 18px 8px 0; color: #55554f; font-size: 13px; line-height: 1.5; }
.steps { padding: 0; border-top: 1px solid var(--line); list-style: none; }
.steps li { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--acid); font: 700 13px var(--font-encode), sans-serif; }
.steps h3 { margin: 0 0 8px; font-size: 27px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.6; }
.row-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.row-heading > a, .text-link, .faq-list details a { display: inline-flex; align-items: center; gap: 7px; color: var(--acid); font-weight: 750; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.guide-card > a { display: block; overflow: hidden; }
.guide-card img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .4s ease; }
.guide-card:hover img { transform: scale(1.025); }
.guide-card > div { padding: 23px; }
.card-label { margin: 0 0 12px; color: var(--acid); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.guide-card h2, .guide-card h3 { margin: 0 0 12px; font-size: 23px; line-height: 1.14; }
.guide-card > div > p:not(.card-label) { min-height: 76px; margin-bottom: 20px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font: 700 18px var(--font-encode), sans-serif; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list summary span { color: var(--acid); font-size: 22px; transition: transform .2s ease; }
.faq-list details > div { padding: 0 40px 24px 0; }
.faq-list details p { margin: 0 0 12px; color: var(--muted); line-height: 1.65; }
.cta-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto 100px; padding: 88px 40px; text-align: center; border: 1px solid #3c4617; border-radius: 32px; background: radial-gradient(circle at 50% 0%, #334000 0, #171b0b 34%, #10100f 75%); }
.cta-section img { border-radius: 22px; margin-bottom: 28px; }
.cta-section .eyebrow { justify-content: center; }
.cta-section > p:not(.eyebrow) { max-width: 620px; margin: 0 auto 30px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 40px; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 50px 0; border-top: 1px solid var(--line); }
.footer-brand { font: 700 24px var(--font-encode), sans-serif; }
.site-footer p { max-width: 430px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.footer-links { display: flex; gap: 24px; color: #b8b7b1; font-size: 13px; }
.copyright { grid-column: 1 / -1; margin: 10px 0 0 !important; }
.page-shell, .article-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.index-header { max-width: 900px; padding: 120px 0 72px; }
.index-header h1, .article-header h1 { margin: 0; font-size: clamp(3.2rem, 7vw, 6.4rem); line-height: .95; }
.index-header > p:last-child, .article-header > p { max-width: 780px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.7; }
.all-guides { grid-template-columns: repeat(2, 1fr); padding-bottom: 120px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 70px; color: var(--muted); font-size: 13px; }
.article-header { max-width: 1040px; margin: 60px auto 0; }
.feature-image { display: block; width: 100%; margin-top: 58px; border-radius: 28px; }
.article-body { display: grid; grid-template-columns: 230px minmax(0, 700px); justify-content: center; gap: 72px; padding: 88px 0; }
.toc { position: sticky; top: 110px; align-self: start; padding: 20px; border: 1px solid var(--line); border-radius: 16px; }
.toc p { margin: 0 0 13px; color: var(--ink); font-weight: 800; }
.toc a { display: block; margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.toc a:hover { color: var(--acid); }
.prose h2 { margin: 62px 0 22px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; }
.prose > h2:first-child { margin-top: 0; }
.prose h3 { margin: 0 0 6px; font-size: 20px; }
.prose p { color: #bbb9b3; font-size: 17px; line-height: 1.8; }
.article-steps { margin: 0; padding: 0; list-style: none; }
.article-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; margin-bottom: 24px; }
.article-steps li > span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--acid-ink); background: var(--acid); border-radius: 50%; font-weight: 900; }
.article-steps p { margin: 0; font-size: 15px; line-height: 1.6; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 42px 0; padding: 24px; border: 1px solid #3d461e; border-radius: 20px; background: #15180e; }
.inline-cta .eyebrow { margin-bottom: 8px; }
.inline-cta h3 { font-size: 22px; }
.article-screenshot { margin: 70px auto; text-align: center; }
.article-screenshot img { width: min(390px, 82vw); border-radius: 44px; }
.article-screenshot figcaption { max-width: 450px; margin: 18px auto 0; color: var(--muted); font-size: 13px; }
.prose details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.prose details summary { cursor: pointer; font: 700 18px var(--font-encode), sans-serif; }
.prose details p { margin-bottom: 0; }
.related-guides { max-width: 1000px; margin: 0 auto 110px; padding-top: 60px; border-top: 1px solid var(--line); }
.related-guides > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.related-guides a { display: grid; grid-template-columns: 20px 1fr 20px; gap: 10px; align-items: center; padding: 20px; border: 1px solid var(--line); border-radius: 14px; }
.related-guides a svg:first-child { color: var(--acid); }
.terms { width: min(860px, calc(100% - 40px)); margin: 60px auto 100px; color: #d3d1ca; }
.terms p { margin-block: 15px; line-height: 1.75; }
.terms h1 { margin-block: 24px; color: white; font-size: clamp(2.5rem, 5vw, 4rem); }
.terms h3 { margin-top: 32px; color: white; font-size: 22px; }
.terms a { color: var(--acid); }
.terms ul { padding-left: 24px; list-style: disc; }

@media (max-width: 900px) {
  .site-header nav > a:not(.nav-cta) { display: none; }
  .hero-section { min-height: auto; grid-template-columns: 1fr; gap: 40px; padding-top: 90px; }
  .hero-visual { height: 430px; }
  .hero-visual img { width: 250px; }
  .feature-grid, .guide-grid { grid-template-columns: 1fr; }
  .screens-grid { display: flex; width: 100%; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-bottom: 8px; }
  .screens-grid::-webkit-scrollbar { display: none; }
  .screens-grid figure { flex: 0 0 min(55vw, 220px); min-width: 0; scroll-snap-align: start; }
  .faq-section { grid-template-columns: 1fr; gap: 10px; }
  .all-guides { grid-template-columns: 1fr; }
  .article-body { grid-template-columns: 1fr; padding-top: 52px; }
  .toc { position: static; }
}

@media (max-width: 600px) {
  .site-header { margin-top: 10px; }
  .site-header nav { display: none; }
  .hero-section { width: min(100% - 40px, 1180px); padding: 86px 0 50px; }
  .hero-copy h1 { font-size: clamp(2.8rem, 11vw, 3.7rem); line-height: 1.08; }
  .hero-lede { margin: 22px 0 26px; font-size: 1rem; line-height: 1.6; }
  .hero-visual { display: none; }
  .section, .screens-section { padding-block: 82px; }
  .row-heading { align-items: start; flex-direction: column; }
  .steps li { grid-template-columns: 50px 1fr; }
  .cta-section { padding: 62px 22px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .inline-cta { align-items: flex-start; flex-direction: column; }
  .related-guides > div { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition-duration: .01ms !important; } }
