@import "tailwindcss";

:root {
  --ink: #0a0b0c;
  --panel: #101214;
  --panel-2: #15181b;
  --line: #272b2f;
  --paper: #e8e6dd;
  --paper-ink: #151719;
  --text: #f1efe8;
  --muted: #9b9d9d;
  --live: #56dec3;
  --action: #657cff;
  --danger: #ff735f;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--text); font-family: var(--font-geist-sans), Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid var(--live); outline-offset: 4px; }
::selection { background: var(--action); color: white; }

.nav { position: sticky; top: 0; z-index: 50; height: 72px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(10,11,12,.88); backdrop-filter: blur(16px); }
.nav-inner { width: min(var(--container), calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.wordmark { font-family: Georgia, serif; font-size: 19px; display: inline-flex; align-items: center; gap: 10px; }
.wordmark span { color: var(--live); font-size: 18px; }
.nav-links { display: flex; gap: 30px; margin-right: auto; }
.nav-links a, .sign-in { font-size: 13px; color: #b8b8b4; transition: color .2s ease; }
.nav-links a:hover, .sign-in:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 24px; }
.primary-cta { min-height: 52px; padding: 0 24px; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; background: var(--action); color: white; font-size: 14px; font-weight: 700; letter-spacing: -.01em; box-shadow: 0 0 0 1px rgba(255,255,255,.14) inset; transition: background .2s ease, transform .2s ease; }
.primary-cta:hover { background: #788cff; transform: translateY(-1px); }
.primary-cta:active { background: #5269eb; transform: translateY(0); }
.primary-cta.compact { min-height: 42px; padding: 0 17px; font-size: 12px; }
.mobile-conversion-bar { display: none; }

.hero { position: relative; min-height: 960px; padding: 108px 24px 96px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero:before { content:""; position: absolute; inset: 0; pointer-events: none; opacity: .4; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.ambient-log { position: absolute; top: 88px; left: max(24px, calc((100vw - 1440px)/2)); display: flex; flex-direction: column; gap: 18px; font-family: var(--font-geist-mono), monospace; font-size: 10px; color: #2b3031; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; max-width: 940px; margin: 0 auto 88px; text-align: center; }
.live-pill { width: fit-content; margin: 0 auto 30px; padding: 9px 13px; border: 1px solid #3b4141; background: #121516; border-radius: 3px; font-family: var(--font-geist-mono), monospace; font-size: 10px; color: var(--live); letter-spacing: .04em; }
.live-pill i, .log-bar i, .terminal-top i { width: 7px; height: 7px; display: inline-block; margin-right: 5px; background: var(--live); border-radius: 50%; box-shadow: 0 0 0 4px rgba(86,222,195,.1); }
.live-pill span { color: #5e6262; margin: 0 5px; }.live-pill b { color: #c3c4c0; font-weight: 500; }
h1, h2, h3 { margin: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 940px; margin: auto; font-size: clamp(52px, 6.3vw, 94px); line-height: .98; text-wrap: balance; }
h1 em, h2 em { color: #aaa9a2; font-weight: 400; }
.hero-copy > p { max-width: 760px; margin: 32px auto 0; color: #b4b5b1; font-size: 17px; line-height: 1.7; text-wrap: balance; }
.hero-copy > p i { color: var(--text); }
.hero-actions, .final-actions { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 32px; }
.secondary-cta { min-height: 52px; padding: 0 18px; display: inline-flex; align-items: center; color: #c7c8c3; font-size: 14px; border-bottom: 1px solid #555b5b; }
.trust-line { margin-top: 20px; display: flex; justify-content: center; gap: 24px; color: #8f9391; font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.trust-line span::first-letter { color: var(--live); }
.control-split { max-width: 760px; margin: 28px auto 0; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); text-align: left; }
.control-split > div { padding: 16px 18px; }.control-split > div + div { border-left: 1px solid var(--line); }
.control-split span { display: block; margin-bottom: 8px; color: var(--live); font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .1em; }
.control-split b { color: #c9cbc7; font-family: var(--font-geist-mono), monospace; font-size: 10px; font-weight: 500; }

.product-stage { position: relative; z-index: 2; width: min(1180px, 100%); margin: auto; }
.stage-caption { display: flex; justify-content: space-between; margin-bottom: 12px; font-family: var(--font-geist-mono), monospace; font-size: 10px; color: #727777; }
.stage-caption b { color: #b6b6b1; font-weight: 500; }
.terminal-shell { overflow: hidden; border: 1px solid #34393c; border-radius: 5px; background: #0d0f10; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.terminal-top, .log-bar { height: 42px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: #777c7c; font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.terminal-top b, .log-bar b { color: var(--live); font-weight: 500; }
.terminal-grid { display: grid; grid-template-columns: 1fr 1.8fr 1.05fr; min-height: 350px; }
.portfolio, .agent-chat { padding: 28px; }
.portfolio { border-right: 1px solid var(--line); }
.portfolio > strong { display: block; margin: 18px 0 2px; font-family: Georgia, serif; font-size: 42px; font-weight: 400; }
.portfolio > small { font-family: var(--font-geist-mono), monospace; color: #747979; }.portfolio > small b { color: var(--live); }
.data-label { font-family: var(--font-geist-mono), monospace; font-size: 9px; color: #666b6c; }
.market-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; padding: 13px 0; margin-top: 24px; border-top: 1px solid var(--line); font-family: var(--font-geist-mono), monospace; font-size: 9px; color: #8a8d8d; }
.market-row + .market-row { margin-top: 0; }.market-row b { color: #babcb8; }.market-row i { color: var(--live); font-style: normal; }
.live-log { border-right: 1px solid var(--line); min-width: 0; }
.log-body { padding: 20px 16px; overflow: hidden; }
.log-line { display: grid; grid-template-columns: 60px 52px 1fr; gap: 8px; margin: 0 0 15px; font-family: var(--font-geist-mono), monospace; font-size: 9px; line-height: 1.5; color: #a5a8a5; opacity: 0; animation: log-in .35s ease forwards; animation-delay: var(--delay); }
.log-line time { color: #505556; }.log-line b { font-weight: 600; }.log-watch b { color: #69b7ff; }.log-review b { color: #b999ff; }.log-trade b { color: var(--live); }
@keyframes log-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.agent-chat .question, .agent-chat .answer { padding: 12px; border-radius: 3px; font-size: 10px; line-height: 1.6; }
.agent-chat .question { margin: 18px 0 9px 28px; background: #1a1e21; color: #d2d3ce; }.agent-chat .answer { margin: 0 0 20px; border: 1px solid var(--line); color: #959997; }.agent-chat .answer b { color: var(--live); }
.chat-input { margin-top: 76px; height: 36px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0 10px; font-size: 9px; color: #666b6b; }.chat-input b { color: #b7bab6; }
.mobile-terminal { position: absolute; left: -30px; bottom: -36px; width: 210px; padding: 22px 16px; display: flex; flex-direction: column; border: 1px solid #3d4345; border-radius: 20px; background: #101315; transform: rotate(-4deg); box-shadow: 0 24px 60px #000; font-family: var(--font-geist-mono), monospace; }
.mobile-terminal > span { color: var(--live); font-size: 8px; }.mobile-terminal > strong { margin: 26px 0 3px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }.mobile-terminal > small { color: var(--live); }.mobile-terminal div { margin-top: 18px; padding-top: 12px; border-top: 1px solid var(--line); color: #9da09e; font-size: 8px; }.mobile-terminal div b { color: #54595a; }

.section { width: min(var(--container), calc(100% - 48px)); margin: auto; padding: 128px 0; }
.section-kicker { margin-bottom: 22px; color: var(--live); font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .12em; font-weight: 700; }
h2 { font-size: clamp(44px, 4.2vw, 68px); line-height: 1.02; }
.objection { padding: 96px max(24px, calc((100vw - 1120px)/2)) 104px; background: var(--paper); color: var(--paper-ink); }
.disclosure-header { display: flex; justify-content: space-between; padding-bottom: 16px; margin-bottom: 72px; border-bottom: 2px solid var(--paper-ink); font-family: var(--font-geist-mono), monospace; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.objection .section-kicker { color: #394849; }
.objection h2 { max-width: 880px; margin-bottom: 44px; font-size: clamp(48px, 5.5vw, 82px); }
.objection h2 em { color: #465556; }
.objection-intro { max-width: 780px; font-family: Georgia, serif; font-size: 20px; line-height: 1.55; }
.objection-intro p:last-child { font-family: var(--font-geist-mono), monospace; font-size: 12px; font-weight: 700; margin-top: 28px; }
.admissions { margin: 58px 0 34px; border-top: 1px solid #a9a89f; }
.admissions article { display: grid; grid-template-columns: 70px 1fr; padding: 28px 0; border-bottom: 1px solid #a9a89f; }
.admissions article > span { padding-top: 4px; font-family: var(--font-geist-mono), monospace; font-size: 11px; color: #696a66; }
.admissions article p { max-width: 910px; margin: 0; font-size: 16px; line-height: 1.7; }.admissions article strong { font-family: Georgia, serif; font-size: 23px; font-weight: 600; }.admissions article em { font-weight: 700; }
.admissions .risk { border-left: 5px solid var(--danger); padding-left: 22px; background: rgba(255,115,95,.05); }
.worse-pitch { margin: 0 0 32px; font-family: Georgia, serif; font-size: 25px; font-style: italic; }
.objection .primary-cta { color: white; }

.how h2 { max-width: 760px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border: 1px solid var(--line); }
.step { min-width: 0; min-height: 490px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }.step:last-child { border-right: 0; }
.step-meta { display: flex; justify-content: space-between; font-family: var(--font-geist-mono), monospace; font-size: 10px; }.step-meta span { color: #555b5c; }.step-meta b { color: var(--live); }
.step h3, .feature-grid h3 { margin-top: 46px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; letter-spacing: -.02em; }
.step > p, .feature-grid p { color: #989b99; font-size: 13px; line-height: 1.65; }
.step-visual { min-height: 118px; margin: auto 0 0; padding: 16px; border: 1px solid var(--line); border-radius: 3px; background: #0c0e0f; color: #959998; font-family: var(--font-geist-mono), monospace; font-size: 9px; line-height: 1.8; white-space: pre-wrap; }
.step-visual span { display: block; }.step-visual span, .step-visual b { color: var(--text); }.badge-stack { display: flex; flex-direction: column; gap: 5px; }.badge-stack b:first-child, .badge-stack b:nth-child(2), .mini-log strong { color: var(--live); }
.loop-band { min-height: 74px; padding: 18px 24px; display: grid; grid-template-columns: 230px 1fr; align-items: center; border: 1px solid #39434e; border-top: 0; background: #101419; font-family: var(--font-geist-mono), monospace; font-size: 10px; color: #8e9494; }.loop-band b { color: #91a6ff; }

.transparency { padding: 136px max(24px, calc((100vw - 1200px)/2)); border-block: 1px solid var(--line); background: #07090a; }
.transparency-grid { display: grid; grid-template-columns: .82fr 1.4fr; gap: 76px; align-items: start; }
.transparency-copy h2 { margin-bottom: 34px; }
.transparency-copy p { color: #a0a3a1; line-height: 1.7; font-size: 14px; }.transparency-copy p strong { color: white; }
.live-log.large { border: 1px solid #343a3c; background: #0d0f10; box-shadow: 0 0 80px rgba(86,222,195,.04); }
.live-log.large .log-line { grid-template-columns: 72px 60px 1fr; font-size: 11px; margin-bottom: 18px; }
.proof-points { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 64px; border-block: 1px solid var(--line); }
.proof-points article { padding: 26px; border-right: 1px solid var(--line); }.proof-points article:last-child { border: 0; }
.proof-points b { color: var(--live); font-family: var(--font-geist-mono), monospace; font-size: 10px; }.proof-points p { color: #989b99; font-size: 13px; line-height: 1.6; }
.section-cta { margin-top: 36px; text-align: center; }

.permissions { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.permission-copy { position: sticky; top: 112px; align-self: start; }.permission-copy p { margin-top: 28px; color: #a1a3a0; font-size: 15px; line-height: 1.7; }
.permission-map { padding: 28px; border: 1px solid #3a4141; background: #0d1011; font-family: var(--font-geist-mono), monospace; }
.actor { padding: 20px; display: grid; grid-template-columns: 1fr auto; gap: 6px; border: 1px solid var(--line); background: var(--panel); }.actor > span { grid-column: 1/-1; color: #646a6b; font-size: 9px; }.actor > strong { font-size: 16px; }.actor > small { color: #7e8281; }.actor.user { border-color: #4a526a; }.actor.agent { border-color: #3f7169; }.actor.vault { border-color: #5c6061; }
.connection { height: 68px; display: grid; place-items: center; color: var(--live); font-size: 9px; }.connection:before { content:""; position: absolute; height: 68px; border-left: 1px dashed var(--live); }.connection span { position: relative; padding: 4px 9px; background: #0d1011; }
.paths { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0; }
.path { min-height: 110px; padding: 16px; display: grid; grid-template-columns: auto 1fr; gap: 12px; border: 1px solid; }.path > span { grid-row: 1/3; font-size: 28px; }.path b { font-size: 12px; }.path small { display: block; margin-top: 4px; color: #727777; font-size: 8px; }.path > strong { grid-column: 2; font-size: 9px; }
.path.allowed { border-color: var(--live); }.path.allowed > span, .path.allowed > strong { color: var(--live); }
.path.denied { border-color: var(--danger); background: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(255,115,95,.025) 8px, rgba(255,115,95,.025) 16px); }.path.denied > span, .path.denied > strong { color: var(--danger); }
.permission-receipt { margin-top: 20px; padding: 18px; display: grid; grid-template-columns: 1fr auto auto auto; gap: 14px; border: 1px dashed #464b4c; color: #858a89; font-size: 9px; }.permission-receipt b:nth-of-type(1) { color: var(--live); }.permission-receipt b:nth-of-type(2), .permission-receipt b:nth-of-type(3) { color: var(--danger); }.permission-receipt strong { grid-column: 1/-1; color: white; margin-top: 10px; }

.features { border-top: 1px solid var(--line); }.features h2 { max-width: 820px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 64px; border: 1px solid var(--line); }
.feature-grid article { min-height: 270px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.feature-grid article:nth-child(3n) { border-right: 0; }.feature-grid article:nth-child(n+4) { border-bottom: 0; }
.feature-grid article > span { color: var(--live); font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .08em; }.feature-grid h3 { margin-top: 46px; }
.team { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-top: 1px solid var(--line); }.team h2 { font-size: clamp(38px, 4vw, 58px); }.team p { max-width: 560px; color: #9a9d9a; line-height: 1.7; }
.logos { display: grid; grid-template-columns: repeat(2, 1fr); align-content: center; border: 1px solid var(--line); }.logos b { min-height: 100px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #9ea09e; font-size: 24px; }.logos b:nth-child(2n) { border-right: 0; }.logos b:nth-child(n+3) { border-bottom: 0; }.logos b:nth-child(2) { font-family: Georgia, serif; }.logos b:nth-child(3) { font-style: italic; }.logos b:nth-child(4) { font-weight: 400; }
.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; border-top: 1px solid var(--line); }
.faq-intro { position: sticky; top: 112px; align-self: start; }.faq-intro h2 { font-size: clamp(40px, 4vw, 58px); }.faq-intro p { color: #929692; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 88px; padding: 22px 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 22px; }
.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--live); font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.faq-list details p { max-width: 680px; margin: -4px 48px 28px 0; color: #a2a5a2; font-size: 14px; line-height: 1.7; }
.faq-list details[open] summary { color: white; }
.final-cta { padding: 136px 24px 96px; border-top: 1px solid var(--line); text-align: center; background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: 32px 32px; }
.final-cta h2 { max-width: 900px; margin: auto; }.final-cta > p:not(.risk-copy) { margin: 28px auto 0; color: #a2a5a2; }.risk-copy { max-width: 760px; margin: 54px auto 0; padding-top: 22px; border-top: 1px solid #454a4a; color: #b5b7b4; font-size: 12px; line-height: 1.7; }
.start-sequence { width: min(900px, 100%); margin: 42px auto 0; padding: 18px; display: flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid var(--line); background: rgba(10,11,12,.72); font-family: var(--font-geist-mono), monospace; font-size: 10px; color: #aaada9; }
.start-sequence span { display: flex; align-items: center; gap: 9px; }.start-sequence b { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid #46504f; color: var(--live); font-size: 8px; }.start-sequence i { color: #565c5d; font-style: normal; }
footer { padding: 48px max(24px, calc((100vw - 1200px)/2)); border-top: 1px solid var(--line); }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; }.footer-top > div { display: flex; gap: 26px; }.footer-top > div a { color: #929592; font-size: 12px; }
.footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); font-family: var(--font-geist-mono), monospace; font-size: 12px; color: #999c99; }.footer-bottom b { color: #d8d9d4; }

@media (max-width: 900px) {
  .nav-links, .sign-in { display: none; }
  .hero { padding-top: 82px; }
  .terminal-grid { grid-template-columns: 1fr 1.5fr; }.agent-chat { display: none; }.live-log { border: 0; }
  .steps { grid-template-columns: repeat(2, 1fr); }.step:nth-child(2) { border-right: 0; }.step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .transparency-grid, .permissions, .team, .faq { grid-template-columns: 1fr; }.permission-copy, .faq-intro { position: static; }.transparency-grid { gap: 48px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }.feature-grid article:nth-child(3n) { border-right: 1px solid var(--line); }.feature-grid article:nth-child(2n) { border-right: 0; }.feature-grid article:nth-child(n+4) { border-bottom: 1px solid var(--line); }.feature-grid article:nth-child(n+5) { border-bottom: 0; }
}

@media (max-width: 600px) {
  .nav { height: 64px; }.nav-inner { width: calc(100% - 32px); }.nav-actions .primary-cta { min-height: 40px; padding: 0 12px; font-size: 0; }.nav-actions .primary-cta:after { content:"Start free →"; font-size: 11px; }
  .mobile-conversion-bar { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: 10px; min-height: 62px; padding: 9px 9px 9px 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #3c4244; background: rgba(13,15,16,.94); backdrop-filter: blur(16px); box-shadow: 0 16px 50px #000; }
  .mobile-conversion-bar > span { color: #a5a8a5; font-size: 10px; }.mobile-conversion-bar > span b { display: block; margin-bottom: 3px; color: var(--live); font-family: var(--font-geist-mono), monospace; font-size: 8px; }
  .mobile-conversion-bar .primary-cta { width: auto; min-height: 44px; padding: 0 14px; font-size: 0; }.mobile-conversion-bar .primary-cta:after { content:"Build free →"; font-size: 10px; }
  .hero { min-height: auto; padding: 44px 16px 64px; }.ambient-log { display: none; }.hero-copy { margin-bottom: 54px; text-align: left; }
  .live-pill { max-width: 100%; margin: 0 0 22px; line-height: 1.5; }.live-pill span { display: none; }.live-pill b { font-size: 8px; }
  h1 { font-size: 47px; line-height: .98; }.hero-copy > p { margin-top: 24px; font-size: 14px; line-height: 1.6; text-wrap: auto; }
  .hero-actions, .final-actions { flex-direction: column; align-items: stretch; }.primary-cta { width: 100%; min-height: 56px; }.secondary-cta { justify-content: center; }
  .trust-line { display: grid; gap: 8px; justify-content: start; font-size: 9px; }
  .control-split { grid-template-columns: 1fr; }.control-split > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .stage-caption { flex-direction: column; gap: 6px; line-height: 1.4; }.terminal-grid { display: block; }.portfolio { display: none; }.terminal-shell .live-log .log-line { grid-template-columns: 49px 46px 1fr; font-size: 7.5px; }.terminal-shell .log-body { padding: 16px 10px; }.terminal-shell .log-bar { padding: 0 10px; }.mobile-terminal { display: none; }
  .section { width: calc(100% - 32px); padding: 88px 0; } h2 { font-size: 44px; }
  .objection { padding: 48px 16px 64px; }.disclosure-header { margin-bottom: 48px; }.objection h2 { font-size: 48px; }.objection-intro { font-size: 18px; }
  .admissions article { grid-template-columns: 34px 1fr; gap: 8px; }.admissions article p { font-size: 14px; }.admissions article strong { display: block; margin-bottom: 8px; font-size: 21px; }.admissions .risk { padding-left: 12px; }
  .steps { grid-template-columns: 1fr; border: 0; gap: 16px; position: relative; }.step { min-height: 460px; border: 1px solid var(--line) !important; }.step:before { content:""; position:absolute; left: 18px; height: 16px; margin-top: -45px; border-left: 1px dashed var(--live); }.step:first-child:before { display:none; }
  .loop-band { grid-template-columns: 1fr; gap: 12px; border-top: 1px solid #39434e; margin-top: 16px; }
  .transparency { padding: 88px 16px; }.transparency-copy h2 { font-size: 46px; }.live-log.large .log-line { grid-template-columns: 52px 52px minmax(180px,1fr); font-size: 8px; }.live-log.large .log-body { overflow-x: auto; }.proof-points { grid-template-columns: 1fr; }.proof-points article { border-right: 0; border-bottom: 1px solid var(--line); }.proof-points article:last-child { border-bottom: 0; }
  .permissions { gap: 44px; }.permission-map { padding: 14px; }.paths { grid-template-columns: 1fr; }.permission-receipt { grid-template-columns: 1fr; }.permission-receipt strong { grid-column: auto; }
  .feature-grid { grid-template-columns: 1fr; }.feature-grid article { min-height: 230px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }.feature-grid article:last-child { border-bottom: 0 !important; }
  .team { gap: 48px; }.logos b { min-height: 80px; font-size: 18px; }
  .faq { gap: 40px; }.faq-list summary { min-height: 76px; font-size: 19px; }.faq-list details p { margin-right: 0; }
  .final-cta { padding: 96px 16px 112px; }.final-cta h2 { font-size: 49px; }.risk-copy { text-align: left; }
  .start-sequence { align-items: stretch; flex-direction: column; text-align: left; }.start-sequence i { padding-left: 8px; transform: rotate(90deg); align-self: flex-start; }
  .footer-top { align-items: flex-start; }.footer-top > div { display: grid; grid-template-columns: 1fr 1fr; }.footer-bottom { align-items: flex-start; gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
