@font-face { font-family: "Inter"; src: url("fonts/inter-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("fonts/inter-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("fonts/inter-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("fonts/inter-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  color-scheme: dark;
  --ink: #111111;
  --panel: #191919;
  --panel-strong: #151515;
  --paper: #f5f4f0;
  --sand: #c4c2bb;
  --fog: #8a8984;
  --line: #30302e;
  --gold: #d7a54b;
  --gold-soft: #efc76c;
  --agent-accent: #7a7aff;
  --radius: 10px;
  --page: min(1180px, calc(100vw - 56px));
  font-family: "Inter", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--paper); background: var(--ink); font-size: 16px; line-height: 1.5; }
button, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 3; top: 10px; left: 10px; padding: 9px 12px; color: var(--ink); background: var(--gold); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header, main, footer { width: var(--page); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; height: 68px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 9px; width: max-content; font-size: 14px; font-weight: 600; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 26px; height: 26px; color: var(--ink); background: var(--gold); border-radius: 6px; font-size: 12px; font-weight: 700; }
.source-link { color: var(--sand); font-size: 13px; font-weight: 500; transition: color 180ms ease; }
.source-link:hover { color: var(--gold-soft); }
.eyebrow, .prompt-label { margin: 0; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1, h2 { text-wrap: balance; font-weight: 600; letter-spacing: -.035em; }
h1 { max-width: 650px; margin: 0 0 22px; font-size: clamp(3rem, 4.4vw, 58px); line-height: 1.08; }
h2 { margin: 10px 0 0; font-size: clamp(2.35rem, 4vw, 48px); line-height: 1.1; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: clamp(48px, 8vw, 132px); align-items: center; min-height: calc(100svh - 68px); padding: clamp(28px, 5vh, 58px) 0; }
.hero-copy { align-self: center; }
.hero-lead { max-width: 545px; margin-bottom: 14px; color: var(--sand); font-size: clamp(1.06rem, 1.5vw, 19px); line-height: 1.55; text-wrap: pretty; }
@media (min-width: 1101px) { .hero-lead-line { display: block; white-space: nowrap; } }
.hero-copy .accent-startup { color: var(--gold-soft); }
.hero-copy .accent-agent { color: var(--agent-accent); }

.activation-card { overflow: hidden; background: linear-gradient(145deg, #1d1d1c, #151515); border: 1px solid #3c3c38; border-radius: var(--radius); box-shadow: 0 20px 70px rgba(0, 0, 0, .28); }
.activation-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 21px 22px 18px; border-bottom: 1px solid var(--line); }
.activation-heading > div { display: grid; gap: 5px; }
.activation-heading strong { font-size: 16px; letter-spacing: -.02em; }

.prompt-text { margin: 0; padding: 18px 22px; overflow-wrap: anywhere; color: #e9e8e3; background: #101010; font: 500 13px/1.65 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; white-space: pre-wrap; }
.prompt-actions { display: grid; gap: 12px; padding: 18px 22px 13px; }
.prompt-actions > span { color: var(--fog); font-size: 12px; line-height: 1.45; }
.activation-steps { display: flex; flex-wrap: wrap; gap: 7px 0; margin: 0 22px 16px; padding: 0; list-style: none; color: var(--sand); font-size: 11px; font-weight: 600; line-height: 1.4; }
.activation-steps li { display: inline-flex; align-items: center; }
.activation-steps li:not(:last-child)::after { margin: 0 9px; color: var(--gold); content: "→"; }
.copy-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 0 18px; color: var(--ink); background: var(--gold); border: 0; border-radius: 7px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform 160ms ease, background-color 160ms ease; }
.copy-button:hover { background: var(--gold-soft); transform: translateY(-1px); }
.copy-button:active { transform: translateY(1px) scale(.99); }
.copy-button.copied { background: var(--gold-soft); }
.activation-note { margin: 0 22px 20px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--fog); font-size: 12px; line-height: 1.5; }
.manual-command { width: calc(100% - 44px); margin: 0 22px 20px; padding: 12px; color: var(--paper); background: #101010; border: 1px solid var(--line); border-radius: 7px; }
.manual-command-label { display: block; margin: 0 22px 7px; color: var(--sand); font-size: 12px; }
.no-script-note { margin: 0 22px 20px; color: var(--sand); font-size: 13px; }
.free-path, .continuation, .privacy { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 10vw, 160px); align-items: start; padding: clamp(82px, 10vw, 138px) 0; border-top: 1px solid var(--line); }
.audit-flow { max-width: 590px; color: var(--sand); font-size: 18px; line-height: 1.55; }
.audit-flow > p { margin: 0; }
.audit-flow ol { display: grid; grid-template-rows: repeat(5, auto); grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 9px 18px; margin: 24px 0; padding: 0; list-style: none; counter-reset: question; }
.audit-flow li { display: grid; grid-template-columns: 22px minmax(0, 1fr); align-items: center; color: var(--paper); font-size: 14px; font-weight: 600; counter-increment: question; }
.audit-flow li::before { display: grid; place-items: center; width: 17px; height: 17px; color: var(--ink); background: var(--gold); border-radius: 50%; content: counter(question); font-size: 9px; font-weight: 700; }
.audit-result { max-width: 520px; padding-top: 18px; border-top: 1px solid var(--line); text-wrap: pretty; }
.audit-result strong { color: var(--gold-soft); }
.free-activation { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 28px; margin-top: -20px; padding-top: 28px; border-top: 1px solid var(--line); }
.free-activation p { display: grid; gap: 3px; margin: 0; color: var(--fog); font-size: 14px; }
.free-activation strong { color: var(--paper); font-size: 16px; }
.free-copy-button { min-width: 230px; }

.free-path > div:first-child .eyebrow { color: var(--gold-soft); font-size: clamp(20px, 2vw, 24px); font-weight: 700; letter-spacing: .07em; }
.continuation { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 52px clamp(44px, 7vw, 86px); padding: clamp(48px, 6vw, 76px); color: var(--ink); background: var(--paper); border: 0; border-radius: var(--radius); }
.continuation .eyebrow { color: #806126; }
.continuation-intro { grid-column: 1 / -1; align-self: start; }
.continuation-intro h2 { max-width: 980px; }
.continuation-benefits { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(34px, 6vw, 76px); align-items: start; padding-top: 32px; border-top: 1px solid #cfcdc4; }
.continuation-flow { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid #cfcdc4; }
.continuation-flow li { display: grid; grid-template-columns: minmax(150px, .78fr) minmax(0, 1.22fr); gap: 22px; padding: 16px 0; border-bottom: 1px solid #cfcdc4; }
.continuation-flow strong { color: var(--ink); font-size: 15px; line-height: 1.35; }
.continuation-flow span { color: #5f5e58; font-size: 14px; line-height: 1.45; text-wrap: pretty; }
.native-note { margin: 16px 0 0; padding: 14px 0; color: #3d3d37; border-top: 1px solid #cfcdc4; font-size: 14px; line-height: 1.5; }
.capability-equation { display: grid; justify-items: start; gap: 5px; margin: 0; }
.capability-equation span { color: #24231f; font-size: clamp(23px, 2.3vw, 32px); font-weight: 700; line-height: 1.1; letter-spacing: -.04em; white-space: nowrap; }
.capability-equation span strong { color: #9b6d18; }
.capability-equation b { margin-left: 8px; color: #b18129; font-size: 21px; line-height: 1; }

.provider-network { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 64px); padding: clamp(24px, 4vw, 42px); background: #fffefa; border: 1px solid #d8d5cb; border-radius: 10px; }
.network-story { min-width: 0; }
.network-story > h3 { max-width: 500px; margin: 0 0 18px; color: var(--ink); font-size: clamp(26px, 2.7vw, 36px); line-height: 1.1; letter-spacing: -.04em; text-wrap: balance; }
.setup-comparison { margin: 0 0 32px; border-block: 1px solid #cfcdc4; }
.setup-comparison > div { display: grid; grid-template-columns: 126px minmax(0, 1fr); gap: 16px; align-items: start; padding: 14px 0; }
.setup-comparison > div + div { border-top: 1px solid #dedcd4; }
.setup-comparison strong { color: #6d6b63; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.setup-comparison > div:last-child strong { color: #936a1a; }
.setup-comparison p { margin: 0; color: #4d4c46; font-size: 13px; line-height: 1.5; }

.tool-journey { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: center; margin-bottom: 28px; }
.tool-journey > div { display: grid; grid-column: 1 / -1; grid-template-columns: 52px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 14px; align-items: center; min-width: 0; padding: 12px 0; text-align: left; }
.tool-journey > i { grid-column: 1; width: 1px; height: 16px; margin: -8px 0 -8px 24px; background: #d7a54b; }
.tool-journey > i::after { display: none; }
.tool-journey strong { color: #22221f; font-size: 13px; line-height: 1.25; }
.tool-journey small { color: #77736a; font-size: 11px; line-height: 1.25; }
.journey-icon { position: relative; display: grid; grid-row: 1 / 3; place-items: center; width: 48px; height: 48px; color: #171716; background: #efc76c; border: 1px solid #d8ad4c; border-radius: 14px; font-size: 22px; font-style: normal; font-weight: 700; }
.journey-search::before { width: 14px; height: 14px; border: 2px solid #171716; border-radius: 50%; content: ""; }
.journey-search::after { position: absolute; width: 9px; height: 2px; margin: 13px 0 0 13px; background: #171716; transform: rotate(45deg); content: ""; }
.journey-run::before { margin-left: 3px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid #171716; content: ""; }
.provider-label { margin: 0 0 10px; color: #806126; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
@media (min-width: 801px) { .provider-label { white-space: nowrap; } }
.capability-categories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin: 0 0 26px; padding: 0; list-style: none; }
.capability-categories li { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 8px 9px; color: #3d3b35; background: #faf7ef; border: 1px solid #ebe4d7; border-radius: 7px; font-size: 11px; font-weight: 600; line-height: 1.2; }
.capability-categories span { display: grid; flex: 0 0 23px; place-items: center; width: 23px; height: 23px; color: #171716; background: #efc76c; border-radius: 7px; font-size: 12px; font-weight: 700; }
.provider-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.provider-grid > div { display: grid; grid-template-columns: 40px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 10px; align-items: center; min-height: 68px; padding: 10px; background: #f5f1e8; border: 1px solid #e1d9c8; border-radius: 8px; }
.provider-grid img { grid-row: 1 / 3; width: 40px; height: 40px; padding: 6px; object-fit: contain; background: #fff; border: 1px solid #e1d9c8; border-radius: 9px; }
.provider-grid strong { color: #292823; font-size: 12px; line-height: 1.2; }
.provider-grid small { color: #77736a; font-size: 10px; line-height: 1.2; }
.tool-details { margin-top: 18px; border-top: 1px solid #cfcdc4; border-bottom: 1px solid #cfcdc4; }
.tool-details summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 0; color: #34342f; cursor: pointer; font-size: 14px; font-weight: 600; list-style: none; }
.tool-details summary::-webkit-details-marker { display: none; }
.tool-details summary span { color: #806126; font-size: 20px; font-weight: 400; transition: transform 160ms ease; }
.tool-details[open] summary span { transform: rotate(45deg); }
.tool-details-content { padding: 0 0 18px; color: #3d3d37; font-size: 14px; line-height: 1.5; }
.tool-details-content > p { margin: 0; }
.tool-map { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.tool-map span { padding: 8px 10px; color: #3d3d37; background: #e4e2dc; border: 1px solid #cfcdc4; border-radius: 999px; font-size: 12px; font-weight: 500; }
.balance-line { color: #5f5e58; font-size: 13px; }
.bottom-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: clamp(80px, 10vw, 132px) 0; }
.bottom-cta h2 { margin: 0; }
.bottom-cta p:last-child { max-width: 430px; margin: 0; color: var(--sand); font-size: 18px; line-height: 1.5; }
.bottom-copy-button { min-width: 210px; }
footer { display: grid; grid-template-columns: auto minmax(300px, 1fr); gap: 16px 30px; align-items: center; padding: 35px 0 30px; border-top: 1px solid var(--line); color: var(--fog); font-size: 13px; }
footer p { margin: 0; }
footer > p:first-of-type { justify-self: end; text-align: right; text-wrap: balance; }
.fine-print { grid-column: 1 / -1; max-width: 700px; font-size: 11px; }
.copy-toast { position: fixed; z-index: 3; left: 50%; bottom: 22px; margin: 0; padding: 10px 14px; color: var(--ink); background: var(--gold-soft); border-radius: 8px; font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 16px); transition: opacity 180ms ease, transform 180ms ease; }
.copy-toast.visible { opacity: 1; transform: translate(-50%, 0); }
.machine-stream { display: none; }
.legal-page { max-width: 760px; margin: 0 auto; padding: clamp(64px, 10vw, 120px) 0; }
.legal-page h1 { max-width: none; margin-bottom: 12px; }
.legal-page h2 { margin: 0 0 14px; color: var(--paper); font-size: clamp(1.45rem, 2.4vw, 1.9rem); line-height: 1.2; }
.legal-page section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-page p { max-width: 700px; color: var(--sand); font-size: 16px; line-height: 1.7; }
.legal-page a, .footer-links a { color: var(--gold-soft); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-page a:hover, .footer-links a:hover { color: var(--gold); }
.legal-updated { margin-bottom: 38px; color: var(--fog) !important; font-size: 13px !important; }
.footer-links { display: flex; gap: 16px; justify-self: end; font-size: 12px; }

@media (max-width: 800px) {
  :root { --page: min(100% - 32px, 680px); }
  .hero, .free-path, .continuation { grid-template-columns: 1fr; gap: 38px; }
  .hero { min-height: auto; padding: 58px 0 72px; }
  .free-path { padding: 76px 0; }
  .continuation { margin-top: 76px; }
  .continuation-benefits { grid-template-columns: 1fr; gap: 28px; }
  .provider-network { grid-column: 1; grid-template-columns: 1fr; }
  .continuation-flow li { grid-template-columns: 1fr; gap: 4px; }
  footer { grid-template-columns: auto minmax(0, 1fr); gap: 16px; align-items: start; text-align: left; }
  footer .brand { justify-self: start; }
  footer > p:first-of-type { justify-self: end; text-align: right; }
  .footer-links { grid-column: 1 / -1; justify-self: start; }
  footer .fine-print { grid-column: 1 / -1; justify-self: start; text-align: left; }

  .bottom-cta { align-items: start; flex-direction: column; padding: 76px 0; }
  .free-activation { align-items: flex-start; flex-direction: column; margin-top: 0; }

}
@media (max-width: 540px) {
  :root { --page: calc(100% - 28px); }
  .site-header { height: 62px; }
  .source-link { font-size: 11px; }
  h1 { font-size: clamp(2.8rem, 13vw, 3.75rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3rem); }
  .hero { padding: 44px 0 60px; }
  .hero-lead, .audit-flow { font-size: 17px; }
  .audit-flow ol { grid-template-rows: none; grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: 1fr; }
  .activation-heading, .prompt-text, .prompt-actions { padding-inline: 18px; }
  .activation-note { margin-inline: 18px; }
  .manual-command { width: calc(100% - 36px); margin-inline: 18px; }
  .manual-command-label, .no-script-note { margin-inline: 18px; }
  .continuation { margin-inline: -14px; padding: 42px 28px; }
  .continuation-flow li { grid-template-columns: 1fr; gap: 5px; }
  .provider-network { padding: 18px; }
  .tool-journey { grid-template-columns: 52px minmax(0, 1fr); }
  .tool-journey strong { font-size: 11px; }
  .tool-journey small { font-size: 9px; }
  .journey-icon { width: 42px; height: 42px; border-radius: 12px; }
  .provider-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tool-map { gap: 7px; }
  .tool-map span { padding: 7px 9px; }

  .bottom-copy-button { width: 100%; }
  .free-copy-button { width: 100%; }
  footer { grid-template-columns: auto minmax(0, 1fr); gap: 14px; }
  footer > p:first-of-type { font-size: 11px; line-height: 1.45; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
