:root {
  --bg: #080b0e;
  --surface: #0e1317;
  --panel: #17191e;
  --text: #f4f7f8;
  --muted: #a6b0b5;
  --line: #2a3439;
  --accent: #ffc247;
  --accent-2: #45a8ff;
  --wash: rgba(12, 14, 20, .84);
  --shell: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 17px; line-height: 1.6; letter-spacing: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.topbar { position: absolute; z-index: 20; inset: 0 0 auto; border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(4,7,9,.72); backdrop-filter: blur(14px); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--accent); background: var(--accent); color: #071012; font: 800 22px/1 ui-monospace, SFMono-Regular, Menlo, monospace; border-radius: 4px; box-shadow: 5px 5px 0 rgba(0,0,0,.45); }
.brand strong { display: block; font-size: 16px; line-height: 1.1; }
.brand small { display: block; max-width: 210px; overflow: hidden; text-overflow: ellipsis; color: var(--muted); font: 12px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--accent); }
.nav-cta { min-width: 132px; min-height: 42px; display: inline-grid; place-items: center; padding: 8px 16px; border: 1px solid var(--accent); color: var(--accent); }
.hero, .subhero { position: relative; isolation: isolate; overflow: hidden; background: #070a0d; }
.hero { min-height: 760px; display: flex; align-items: center; padding: 122px 0 96px; }
.hero-media { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% 50%; filter: saturate(.88) contrast(1.08); }
.hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, var(--wash) 0%, rgba(6,10,13,.72) 48%, rgba(6,10,13,.18) 100%); }
.hero::after, .subhero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-content { width: min(calc(100% - 48px), var(--shell)); }
.layout-left .hero-content { padding-right: 47%; }
.layout-center .hero-content { max-width: 820px; text-align: center; }
.layout-center .hero-actions, .layout-center .hero-facts { justify-content: center; }
.layout-right .hero-content { padding-left: 46%; }
.layout-right .hero-overlay { background: linear-gradient(270deg, var(--wash) 0%, rgba(6,10,13,.76) 52%, rgba(6,10,13,.22) 100%); }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--accent); font: 700 13px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: 0; }
h1 { margin-bottom: 24px; font-size: 66px; max-width: 900px; }
h2 { margin-bottom: 20px; font-size: 43px; }
h3 { font-size: 21px; }
.hero-lede { max-width: 720px; margin: 0 0 32px; color: #dce4e6; font-size: 21px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.primary-button { min-height: 58px; min-width: 248px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 20px; border: 1px solid var(--accent); border-radius: 4px; background: var(--accent); color: #061012; font-weight: 850; text-decoration: none; box-shadow: 7px 7px 0 rgba(0,0,0,.52); transition: transform .16s ease, box-shadow .16s ease; }
.primary-button:hover { transform: translate(-2px,-2px); box-shadow: 10px 10px 0 rgba(0,0,0,.52); }
.text-link, .inline-link { color: var(--text); font-weight: 750; text-decoration-color: var(--accent); text-underline-offset: 5px; }
.text-link:hover, .inline-link:hover { color: var(--accent); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 26px; padding: 0; margin: 54px 0 0; list-style: none; color: #d4dddf; font: 13px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; }
.hero-facts li::before { content: "+"; color: var(--accent-2); margin-right: 8px; }
.feature-grid { position: relative; z-index: 3; margin-top: -58px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: var(--surface); box-shadow: 12px 12px 0 #030405; }
.feature { min-height: 236px; padding: 32px; border-right: 1px solid var(--line); }
.feature:last-child { border-right: 0; }
.feature > span, .article-section > span { color: var(--accent-2); font: 700 13px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.feature h3 { margin: 32px 0 12px; }
.feature p, .section-copy, .steps p, .article p, .prose p, .faq-list p { color: var(--muted); }
.section { padding: 120px 0; }
.section-focus { padding-top: 170px; }
.focus-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, .9fr); align-items: center; gap: 92px; }
.section-copy { max-width: 680px; margin: 0 0 24px; font-size: 19px; }
.source-console { border: 1px solid var(--line); background: #070b0d; box-shadow: 12px 12px 0 #020304; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.console-head { height: 50px; display: flex; align-items: center; gap: 8px; padding: 0 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.console-head span { width: 8px; height: 8px; border-radius: 50%; background: var(--line); }
.console-head b { margin-left: auto; }
.console-row { min-height: 72px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 16px; padding: 12px 18px; border-bottom: 1px solid var(--line); font-size: 13px; }
.console-row:last-child { border-bottom: 0; }
.console-row i { color: var(--muted); font-style: normal; }
.console-row b { color: var(--accent); font-size: 11px; }
.section-steps { border-block: 1px solid var(--line); background: var(--panel); }
.steps-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 92px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--accent); font: 700 13px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; }
.steps h3 { margin-bottom: 7px; }
.steps p { margin: 0; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 92px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 23px 44px 23px 0; cursor: pointer; font-weight: 760; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; color: var(--accent); font: 24px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -4px 50px 22px 0; }
.final-cta { padding: 74px 0; border-block: 1px solid var(--accent); background: var(--accent-2); color: #081014; }
.final-cta .kicker { color: #081014; }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-inner h2 { margin-bottom: 8px; }
.final-inner p:last-child { margin: 0; }
.final-cta .primary-button { background: #071014; border-color: #071014; color: var(--text); box-shadow: 7px 7px 0 rgba(255,255,255,.36); }
.subhero { min-height: 540px; display: flex; align-items: end; padding: 150px 0 72px; }
.subhero-short { min-height: 430px; }
.subhero .hero-media { object-position: center; }
.subhero .hero-overlay { background: linear-gradient(90deg, rgba(5,9,12,.94), rgba(5,9,12,.52)); }
.subhero-content { position: relative; }
.subhero-content h1 { max-width: 920px; font-size: 58px; }
.subhero-content p:last-child { max-width: 760px; color: #d9e1e3; font-size: 20px; }
.article { padding-block: 100px 120px; max-width: 960px; }
.article-section { display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.article-section h2 { font-size: 32px; }
.article-section p { margin: 0; font-size: 18px; }
.article-note { margin-top: 54px; padding: 28px; border-left: 4px solid var(--accent); background: var(--panel); }
.article-note p { margin-bottom: 0; }
.faq-page { display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; }
.faq-page aside { border-left: 1px solid var(--line); padding-left: 44px; }
.prose { max-width: 880px; padding-block: 90px 120px; }
.prose h2 { margin-top: 56px; font-size: 30px; }
.prose h2:first-child { margin-top: 0; }
.prose p { font-size: 18px; }
.footer { padding: 44px 0; border-top: 1px solid var(--line); background: #050709; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer strong, .footer span { display: block; }
.footer span { color: var(--muted); font: 12px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; }
.footer nav { display: flex; gap: 24px; font-size: 14px; }
.footer a { color: var(--muted); }
:focus-visible { outline: 3px solid var(--accent-2); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .primary-button { transition: none; } }
@media (max-width: 980px) {
  .hero { min-height: 710px; }
  .layout-left .hero-content, .layout-right .hero-content { padding: 0 28% 0 0; }
  .layout-right .hero-overlay { background: linear-gradient(90deg, var(--wash), rgba(6,10,13,.28)); }
  h1 { font-size: 54px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature:last-child { border-bottom: 0; }
  .focus-grid, .steps-grid, .faq-grid, .faq-page { grid-template-columns: 1fr; gap: 54px; }
  .focus-grid { align-items: stretch; }
  .faq-page aside { border-left: 0; border-top: 1px solid var(--line); padding: 38px 0 0; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .shell, .hero-content { width: min(calc(100% - 32px), var(--shell)); }
  .nav-shell { min-height: 68px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand small { max-width: 126px; }
  .nav-links > a:not(.nav-cta) { display: none; }
  .nav-cta { min-width: 112px; min-height: 38px; padding: 7px 12px; font-size: 13px; }
  .hero { min-height: 690px; padding: 108px 0 82px; align-items: end; }
  .hero-media { object-position: 63% 50%; }
  .hero-overlay, .layout-right .hero-overlay { background: linear-gradient(0deg, rgba(5,10,13,.98) 4%, rgba(5,10,13,.80) 62%, rgba(5,10,13,.24) 100%); }
  .layout-left .hero-content, .layout-right .hero-content { padding: 0; }
  .layout-center .hero-content { text-align: left; }
  .layout-center .hero-actions, .layout-center .hero-facts { justify-content: flex-start; }
  h1 { font-size: 42px; }
  h2 { font-size: 34px; }
  .hero-lede { font-size: 18px; }
  .hero-actions { align-items: stretch; }
  .primary-button { width: 100%; min-width: 0; }
  .hero-facts { margin-top: 38px; gap: 8px 16px; }
  .feature-grid { width: 100%; margin-top: 0; border-inline: 0; box-shadow: none; }
  .feature { padding: 28px 16px; }
  .section, .section-focus { padding: 82px 0; }
  .focus-grid, .steps-grid, .faq-grid, .faq-page { gap: 40px; }
  .source-console { box-shadow: 7px 7px 0 #020304; }
  .console-row { grid-template-columns: 32px 1fr; }
  .console-row b { grid-column: 2; }
  .steps li { grid-template-columns: 46px 1fr; }
  .final-cta { padding: 54px 0; }
  .final-inner { align-items: stretch; flex-direction: column; }
  .subhero { min-height: 490px; padding: 130px 0 54px; }
  .subhero-short { min-height: 420px; }
  .subhero-content h1 { font-size: 42px; }
  .subhero-content p:last-child { font-size: 17px; }
  .article, .prose { padding-block: 70px 82px; }
  .article-section { grid-template-columns: 42px 1fr; }
  .article-section h2 { font-size: 27px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer nav { flex-wrap: wrap; }
}
@media (max-width: 420px) {
  .brand strong { font-size: 14px; }
  .brand small { max-width: 100px; }
  .nav-cta { min-width: 96px; }
  h1 { font-size: 36px; }
  h2 { font-size: 30px; }
  .hero-facts { display: grid; }
}
