:root {
  --landing-ink: #101411;
  --landing-paper: #f3f1e9;
  --landing-lime: #c9ff3d;
  --landing-mint: #7ef6cf;
  --landing-violet: #8a7cff;
  --landing-muted: #61675f;
  --landing-border: rgba(16, 20, 17, .14);
}

html { scroll-behavior: smooth; }
.landing-refresh { background: var(--landing-paper); color: var(--landing-ink); overflow-x: hidden; }
.skip-link { background: var(--landing-lime); color: var(--landing-ink); font-weight: 800; left: 1rem; padding: .7rem 1rem; position: fixed; top: -5rem; z-index: 100; }
.skip-link:focus { top: 1rem; }

.landing-refresh .landing-header { background: rgba(243, 241, 233, .82); border-bottom: 1px solid var(--landing-border); max-width: none; padding: 1rem clamp(1rem, 4vw, 4.5rem); position: sticky; top: 0; backdrop-filter: blur(18px); z-index: 20; }
.landing-brand { align-items: center; color: var(--landing-ink); display: inline-flex; font-size: 1rem; gap: .65rem; letter-spacing: -.03em; }
.brand-cluster { align-items: center; display: flex; gap: .55rem; min-width: 0; }
.brand-mark { align-items: center; background: var(--landing-ink); border-radius: 50%; display: inline-flex; height: 27px; justify-content: center; width: 27px; }
.brand-mark > span { border: 2px solid var(--landing-lime); border-radius: 50%; height: 11px; position: relative; width: 11px; }
.brand-mark > span::after { background: var(--landing-lime); content: ""; height: 2px; left: 7px; position: absolute; top: 3px; transform: rotate(-35deg); width: 8px; }
.landing-refresh .header-nav { gap: clamp(.7rem, 2vw, 1.6rem); }
.landing-refresh .nav-link { color: #363b36; font-size: .82rem; font-weight: 720; }
.landing-refresh .nav-link:hover { color: #000; }
.landing-refresh .docs-link { border-bottom: 1px solid currentColor; padding-bottom: .15rem; }
.x402-nav-badge { background: #e1ffc0; border: 1px solid #aed66e; border-radius: 999px; color: #26341e; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .57rem; font-weight: 850; letter-spacing: .06em; padding: .35rem .5rem; text-transform: uppercase; }
.landing-refresh .cta-button { background: var(--landing-ink); border-radius: 999px; color: white; padding: .65rem 1rem; }
.landing-refresh .cta-button:hover { background: #30362f; color: var(--landing-lime); }
.landing-refresh .user-menu-trigger { color: var(--landing-ink); }

.new-hero { align-items: center; background: var(--landing-ink); color: white; display: grid; gap: clamp(2.5rem, 6vw, 7rem); grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr); min-height: min(820px, calc(100vh - 60px)); overflow: hidden; padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 8rem); position: relative; }
.hero-grid { background-image: linear-gradient(rgba(255,255,255,.038) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.038) 1px, transparent 1px); background-size: 64px 64px; inset: 0; mask-image: linear-gradient(to right, transparent, black 55%); position: absolute; }
.hero-orb { border-radius: 50%; filter: blur(2px); pointer-events: none; position: absolute; transform: translate3d(0, var(--parallax-y, 0), 0); }
.hero-orb-one { background: var(--landing-lime); box-shadow: 0 0 100px rgba(201,255,61,.2); height: 360px; opacity: .08; right: -100px; top: -80px; width: 360px; }
.hero-orb-two { background: var(--landing-violet); bottom: -120px; height: 300px; left: 35%; opacity: .11; width: 300px; }
.new-hero-copy, .protocol-scene { position: relative; z-index: 2; }
.signal-label { align-items: center; color: #c6cbc5; display: flex; font-size: .72rem; font-weight: 760; gap: .65rem; letter-spacing: .11em; margin: 0 0 1.6rem; text-transform: uppercase; }
.signal-label > span { background: var(--landing-lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(201,255,61,.12); height: 7px; width: 7px; }
.new-hero h1 { color: white; font-size: clamp(3.4rem, 7vw, 7.2rem); letter-spacing: -.075em; line-height: .88; margin: 0; max-width: 850px; }
.new-hero h1 em { color: var(--landing-lime); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.new-hero .hero-description { color: #b7beb6; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.65; margin: 2rem 0 0; max-width: 610px; }
.new-hero .hero-actions { flex-direction: row; flex-wrap: wrap; margin-top: 2rem; }
.landing-button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; gap: .8rem; justify-content: center; padding: .82rem 1.25rem; transition: background .2s, border-color .2s, color .2s, transform .2s; }
.landing-button:hover { transform: translateY(-2px); }
.button-accent { background: var(--landing-lime); color: var(--landing-ink); }
.button-accent:hover { background: #dbff7d; color: var(--landing-ink); }
.button-ghost { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.25); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.12); color: white; }
.trust-strip { border-top: 1px solid rgba(255,255,255,.16); display: flex; flex-wrap: wrap; gap: .8rem 1.3rem; margin-top: 2.5rem; padding-top: 1.25rem; }
.trust-strip span { align-items: center; color: #959d95; display: flex; font-size: .7rem; font-weight: 700; gap: .45rem; letter-spacing: .035em; }
.trust-strip i { border: 1px solid var(--landing-mint); border-radius: 50%; height: 7px; width: 7px; }

.protocol-scene { transform: translate3d(0, var(--parallax-y, 0), 0) rotate(1.5deg); }
.protocol-window { background: #f7f7f2; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; box-shadow: 0 40px 100px rgba(0,0,0,.42); color: var(--landing-ink); overflow: hidden; }
.window-bar { align-items: center; background: #e9e9e2; border-bottom: 1px solid #d4d5ce; display: flex; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .65rem; justify-content: space-between; padding: .85rem 1rem; }
.window-dots { display: flex; gap: 5px; }.window-dots i { background: #bfc1ba; border-radius: 50%; height: 7px; width: 7px; }
.window-title { color: #71766f; }.live-indicator { color: #3e5541; font-weight: 800; }
.live-indicator i { animation: status-pulse 2s infinite; background: #52c66b; border-radius: 50%; display: inline-block; height: 5px; margin-right: 4px; width: 5px; }
.protocol-body { padding: clamp(1.1rem, 3vw, 2rem); }
.task-heading { align-items: center; display: grid; gap: .8rem; grid-template-columns: auto 1fr auto; }
.task-icon { align-items: center; background: var(--landing-ink); border-radius: 10px; color: var(--landing-lime); display: flex; font-size: 1.4rem; height: 44px; justify-content: center; width: 44px; }
.task-heading div { display: grid; gap: .3rem; }
.task-heading small, .quorum-panel > p { color: #797f78; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .61rem; font-weight: 800; letter-spacing: .09em; margin: 0; }
.task-heading strong { font-size: clamp(.85rem, 1.5vw, 1.05rem); }
.reward-chip { background: #e0ffc1; border: 1px solid #bddd9d; border-radius: 999px; font-size: .7rem; font-weight: 850; padding: .5rem .65rem; }
.flow-line { height: 42px; margin-left: 21px; position: relative; }
.flow-line::before { border-left: 1px dashed #aeb3ab; bottom: 0; content: ""; left: 0; position: absolute; top: 0; }
.flow-line span { animation: flow-down 2.3s infinite; background: var(--landing-violet); border-radius: 50%; height: 5px; left: -2px; position: absolute; top: 3px; width: 5px; }
.quorum-panel { background: white; border: 1px solid #dcded7; border-radius: 14px; padding: 1rem; }
.reviewer-votes { display: grid; gap: .5rem; margin-top: .8rem; }
.vote-card { align-items: center; background: #f5f5f0; border-radius: 9px; display: grid; gap: .7rem; grid-template-columns: auto 1fr auto; padding: .65rem; }
.vote-card .avatar { align-items: center; border-radius: 50%; display: flex; font-size: .63rem; font-weight: 850; height: 30px; justify-content: center; width: 30px; }
.human-one { background: #d5ccff; }.human-two { background: #bcebd8; }.agent-avatar { background: var(--landing-ink); color: var(--landing-lime); }
.vote-card div { display: grid; gap: .15rem; }.vote-card small { color: #8a8e88; font-size: .49rem; font-weight: 800; letter-spacing: .08em; }.vote-card strong { font-size: .75rem; }
.vote-card b { align-items: center; background: #d8f5d8; border-radius: 50%; color: #28733a; display: flex; font-size: .65rem; height: 22px; justify-content: center; width: 22px; }
.vote-card.pending b { background: transparent; color: #888d86; letter-spacing: 1px; }.pulse-dots { animation: blink 1.3s infinite; }
.quorum-result { align-items: center; background: var(--landing-ink); border-radius: 11px; color: white; display: flex; justify-content: space-between; margin-top: .7rem; padding: .9rem 1rem; }
.quorum-result div { display: grid; gap: .2rem; }.quorum-result div span { color: var(--landing-lime); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .52rem; font-weight: 800; letter-spacing: .08em; }.quorum-result strong { font-size: .78rem; }.unlock-badge { color: #b1b8b0; font-size: .62rem; }
.floating-note { background: var(--landing-lime); border: 1px solid #8fac40; border-radius: 999px; box-shadow: 0 10px 28px rgba(0,0,0,.2); color: #20251f; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .55rem; font-weight: 800; padding: .45rem .65rem; position: absolute; }
.note-one { left: -2rem; top: 28%; transform: rotate(-6deg); }.note-two { bottom: 10%; right: -2rem; transform: rotate(5deg); }

.landing-refresh .modern-metrics { background: #dfded5; border-bottom: 1px solid var(--landing-border); max-width: none; padding: 0 clamp(1.25rem, 7vw, 8rem); }
.modern-metrics .metric-card { background: transparent; border: 0; border-left: 1px solid var(--landing-border); border-radius: 0; gap: .4rem; padding: 2rem clamp(1rem, 3vw, 2.5rem); }
.modern-metrics .metric-card:last-child { border-right: 1px solid var(--landing-border); }
.modern-metrics .metric-card strong { color: var(--landing-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 500; }
.modern-metrics .metric-card span { color: var(--landing-muted); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }

.latest-section { background: var(--landing-paper); padding: clamp(5rem, 9vw, 8rem) 0; }
.section-heading { align-items: flex-end; display: flex; justify-content: space-between; margin: 0 clamp(1.25rem, 7vw, 8rem) 2.5rem; }
.section-kicker { color: #687066; font-size: .7rem; font-weight: 850; letter-spacing: .13em; margin: 0 0 .75rem; text-transform: uppercase; }
.section-heading h2, .role-copy h2, .trust-section h2, .final-cta h2 { color: var(--landing-ink); font-size: clamp(2.6rem, 5.5vw, 6rem); letter-spacing: -.065em; line-height: .92; margin: 0; }
.runway-actions { align-items: center; display: flex; gap: .5rem; }
.runway-control { align-items: center; background: transparent; border: 1px solid #aeb1aa; border-radius: 50%; color: var(--landing-ink); display: flex; height: 38px; justify-content: center; padding: 0; width: 38px; }
.runway-control:hover { background: var(--landing-ink); color: white; }
.text-link { font-size: .75rem; font-weight: 800; margin-left: .7rem; text-decoration: none; }.text-link:hover { text-decoration: underline; }
.runway-shell { position: relative; }.runway-line { border-top: 1px dashed #a3a79f; left: 0; position: absolute; right: 0; top: 50%; }
.bounty-runway { display: flex; gap: 1.1rem; overflow-x: auto; padding: .5rem clamp(1.25rem, 7vw, 8rem) 1.8rem; position: relative; scrollbar-color: #777c74 transparent; scrollbar-width: thin; scroll-snap-type: x mandatory; }
.runway-card { background: #fbfaf4; border: 1px solid var(--landing-border); border-radius: 16px; box-shadow: 0 15px 40px rgba(30,35,30,.07); color: var(--landing-ink); display: flex; flex: 0 0 clamp(280px, 30vw, 390px); flex-direction: column; min-height: 340px; padding: 1.35rem; scroll-snap-align: start; text-decoration: none; transition: background .2s, box-shadow .2s, transform .2s; }
.runway-card:hover { background: white; box-shadow: 0 24px 55px rgba(30,35,30,.14); transform: translateY(-7px) rotate(-.4deg); }
.runway-card-top { align-items: center; display: flex; justify-content: space-between; }.runway-index { color: #999d96; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .65rem; }
.runway-category { background: #e3e1d8; border-radius: 999px; font-size: .62rem; font-weight: 800; max-width: 60%; overflow: hidden; padding: .4rem .6rem; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.runway-card h3 { font-size: clamp(1.35rem, 2.3vw, 2rem); letter-spacing: -.045em; line-height: 1.05; margin: 2.1rem 0 .8rem; }
.runway-description { color: var(--landing-muted); display: -webkit-box; font-size: .85rem; line-height: 1.55; margin: 0; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.runway-card-footer { align-items: flex-end; border-top: 1px solid var(--landing-border); display: flex; justify-content: space-between; margin-top: auto; padding-top: 1rem; }.runway-card-footer > div:first-child { display: grid; gap: .25rem; }
.runway-card-footer small { color: #858a82; font-size: .55rem; font-weight: 800; letter-spacing: .1em; }.runway-card-footer strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.runway-card-details { align-items: flex-end; color: #7e837c; display: grid; font-size: .62rem; gap: .25rem; text-align: right; }
.runway-skeleton { animation: skeleton-pulse 1.3s infinite alternate; background: #e5e3db; border-color: transparent; }.runway-state { color: var(--landing-muted); font-size: .9rem; margin: 1rem clamp(1.25rem, 7vw, 8rem) 0; }

.role-section { display: grid; gap: clamp(2rem, 6vw, 7rem); grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); overflow: hidden; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 8rem); position: relative; }
.role-number { font-family: Georgia, "Times New Roman", serif; font-size: clamp(7rem, 17vw, 18rem); line-height: .65; opacity: .07; pointer-events: none; position: absolute; right: 3%; top: 16%; }
.human-role { background: var(--landing-mint); }.role-copy { align-self: center; position: relative; z-index: 1; }.role-copy .section-kicker { color: #3b6357; }
.role-lead { color: #314b43; font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.7; margin: 1.7rem 0 2rem; max-width: 610px; }
.button-dark { background: var(--landing-ink); color: white; }.button-dark:hover { background: #30362f; color: var(--landing-lime); }
.role-steps { background: rgba(255,255,255,.42); border: 1px solid rgba(16,20,17,.16); border-radius: 20px; padding: .4rem 1.5rem; position: relative; z-index: 1; }
.role-steps article { display: grid; gap: 1rem; grid-template-columns: 38px 1fr; padding: 1.3rem 0; }.role-steps article + article { border-top: 1px solid rgba(16,20,17,.14); }
.role-steps article > span { align-items: center; border: 1px solid rgba(16,20,17,.3); border-radius: 50%; display: flex; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .6rem; height: 30px; justify-content: center; width: 30px; }
.role-steps h3 { font-size: 1rem; margin: 0 0 .35rem; }.role-steps p { color: #416158; font-size: .83rem; line-height: 1.5; margin: 0; }

.agent-role { background: #20241f; color: white; }.agent-role .role-number { color: white; }.agent-role .section-kicker { color: var(--landing-lime); }.agent-role .role-copy h2 { color: white; }.agent-role .role-lead { color: #aeb6ad; }
.agent-grid { background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 42px 42px; inset: 0; mask-image: linear-gradient(90deg, transparent, black); position: absolute; transform: translate3d(0, var(--parallax-y, 0), 0); }
.x402-benefits { display: flex; flex-wrap: wrap; gap: .45rem; margin: -1rem 0 2rem; }
.x402-benefits span { border: 1px solid rgba(201,255,61,.3); border-radius: 999px; color: #cbd3ca; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .58rem; font-weight: 750; letter-spacing: .055em; padding: .45rem .65rem; text-transform: uppercase; }
.role-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.2rem; }.inline-code-link { color: #b8beb7; font-size: .75rem; text-decoration: none; }.inline-code-link code { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: .65rem .85rem; }
.agent-terminal { align-self: center; background: #111410; border: 1px solid #454b43; border-radius: 17px; box-shadow: 0 35px 75px rgba(0,0,0,.34); overflow: hidden; position: relative; z-index: 1; }
.terminal-top { align-items: center; background: #2a2f29; border-bottom: 1px solid #454b43; color: #c3c9c1; display: flex; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .65rem; justify-content: space-between; padding: .9rem 1.1rem; }.terminal-top i { color: var(--landing-lime); font-size: .55rem; font-style: normal; }
.agent-terminal pre { color: #c6cbc5; font-size: clamp(.7rem, 1.1vw, .9rem); line-height: 1.9; margin: 0; overflow-x: auto; padding: clamp(1.2rem, 3vw, 2rem); }.agent-terminal code b { color: var(--landing-mint); font-weight: 500; }.agent-terminal code em { color: #e4dc8c; font-style: normal; }.agent-terminal code span { color: var(--landing-violet); }
.terminal-response { align-items: center; border-top: 1px solid #343a33; color: #a7aea5; display: grid; font-size: .7rem; gap: .7rem; grid-template-columns: auto 1fr auto; padding: 1rem 1.2rem; }.terminal-response span { background: #2d5d3c; border-radius: 4px; color: #bff9c8; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; padding: .25rem .4rem; }.terminal-response p { margin: 0; }.terminal-response strong { color: var(--landing-lime); font-weight: 700; }
.x402-handshake { padding: clamp(1.2rem, 3vw, 2rem); }
.handshake-step { align-items: center; background: #1b1f1a; border: 1px solid #343a33; border-radius: 11px; display: grid; gap: .9rem; grid-template-columns: auto 1fr auto; padding: .9rem; }
.handshake-step.challenge-step { background: rgba(201,255,61,.07); border-color: rgba(201,255,61,.38); }
.handshake-number { align-items: center; border: 1px solid #565c54; border-radius: 50%; color: #8f978d; display: flex; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .55rem; height: 29px; justify-content: center; width: 29px; }
.handshake-step > div { display: grid; gap: .25rem; min-width: 0; }
.handshake-step small { color: #777f76; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .5rem; font-weight: 800; letter-spacing: .09em; }
.handshake-step code { color: #e8ece6; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(.64rem, 1vw, .78rem); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.handshake-step p { color: #929a90; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .56rem; margin: 0; }
.handshake-status { border: 1px solid #555c53; border-radius: 999px; color: #939b91; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .52rem; font-weight: 700; padding: .34rem .45rem; }
.handshake-status.payment { background: var(--landing-lime); border-color: var(--landing-lime); color: var(--landing-ink); }
.handshake-connector { border-left: 1px dashed #586057; height: 21px; margin-left: 24px; }
.settled-response { background: rgba(71,157,91,.1); }

.trust-section { background: #e5e2ff; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.section-heading.centered { align-items: center; display: flex; flex-direction: column; margin: 0 auto 4rem; max-width: 850px; text-align: center; }.section-heading.centered > p:last-child { color: #5e5b72; line-height: 1.65; margin: 1.5rem auto 0; max-width: 640px; }
.trust-flow { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; }.trust-flow article { align-self: stretch; background: rgba(255,255,255,.4); border: 1px solid rgba(16,20,17,.15); border-radius: 15px; padding: 1.3rem; }
.flow-icon { align-items: center; background: var(--landing-ink); border-radius: 50%; color: var(--landing-lime); display: flex; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .6rem; height: 30px; justify-content: center; width: 30px; }.trust-flow h3 { font-size: 1rem; margin: 1.4rem 0 .5rem; }.trust-flow p { color: #5e5b72; font-size: .8rem; line-height: 1.5; margin: 0; }.flow-arrow { color: #656176; font-size: 1.2rem; padding: .5rem; }

.final-cta { align-items: center; background: var(--landing-ink); color: white; display: flex; justify-content: space-between; padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 8rem); }.final-cta .section-kicker { color: var(--landing-lime); }.final-cta h2 { color: white; }.final-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button-light { background: white; color: var(--landing-ink); }.button-light:hover { background: #e9e9e3; color: var(--landing-ink); }

.landing-refresh .landing-footer { background: #090b09; margin: 0; padding: 3rem clamp(1.25rem, 7vw, 8rem) 1.5rem; }.footer-main { align-items: center; display: grid; gap: 1rem 2rem; grid-template-columns: auto 1fr auto; margin: 0 auto 3rem; max-width: 1400px; }.footer-brand { color: white; text-decoration: none; }.footer-main > p { color: #787e77; font-size: .8rem; margin: 0; }.footer-main nav { display: flex; flex-wrap: wrap; gap: 1.4rem; }.footer-main nav a { color: #b2b8b1; font-size: .75rem; text-decoration: none; }.footer-main nav a:hover { color: var(--landing-lime); }.landing-refresh .footer-bottom { align-items: center; display: flex; justify-content: space-between; max-width: 1400px; text-align: left; }

.reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.protocol-scene.reveal-on-scroll { transform: translate3d(0, calc(var(--parallax-y, 0px) + 24px), 0) rotate(1.5deg); }
.protocol-scene.reveal-on-scroll.is-visible { transform: translate3d(0, var(--parallax-y, 0px), 0) rotate(1.5deg); }
@keyframes status-pulse { 50% { box-shadow: 0 0 0 5px rgba(82,198,107,.2); } }
@keyframes flow-down { from { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } to { opacity: 0; transform: translateY(34px); } }
@keyframes blink { 50% { opacity: .3; } }
@keyframes skeleton-pulse { to { opacity: .55; } }

@media (max-width: 1050px) {
  .new-hero { grid-template-columns: 1fr; }.new-hero-copy { max-width: 780px; }.protocol-scene { margin: 0 auto; max-width: 680px; width: 100%; }.role-section { grid-template-columns: 1fr; }.role-copy { max-width: 780px; }.trust-flow { gap: .8rem; grid-template-columns: repeat(2, 1fr); }.flow-arrow { display: none; }.final-cta { align-items: flex-start; flex-direction: column; gap: 2rem; }
}

@media (max-width: 760px) {
  .landing-refresh .landing-header { padding: .8rem 1rem; }.landing-refresh .audience-link, .landing-refresh .docs-link { display: none; }.new-hero { grid-template-columns: minmax(0, 1fr); padding: 4.5rem 1.1rem; }.new-hero h1 { font-size: clamp(3rem, 16vw, 5rem); }.new-hero .hero-actions { align-items: stretch; flex-direction: column; }.protocol-scene.reveal-on-scroll { transform: translate3d(0, calc(var(--parallax-y, 0px) + 24px), 0); }.protocol-scene.reveal-on-scroll.is-visible { transform: translate3d(0, var(--parallax-y, 0px), 0); }.note-one { left: -.4rem; }.note-two { right: -.4rem; }
  .modern-metrics .metric-card { border-bottom: 1px solid var(--landing-border); }.modern-metrics .metric-card:nth-child(even) { border-right: 1px solid var(--landing-border); }.section-heading { align-items: flex-start; flex-direction: column; gap: 1.5rem; }.runway-actions { width: 100%; }.text-link { margin-left: auto; }.role-section { grid-template-columns: minmax(0, 1fr); }.role-steps { padding: .3rem 1rem; }.trust-flow { grid-template-columns: 1fr; }.final-actions { align-items: stretch; flex-direction: column; width: 100%; }.footer-main { align-items: flex-start; grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .landing-refresh .landing-brand { font-size: .88rem; }.landing-refresh .x402-nav-badge { font-size: .5rem; padding: .28rem .38rem; }.landing-refresh .header-nav { gap: .55rem; }.landing-refresh .cta-button { font-size: .7rem; padding: .55rem .7rem; }.landing-refresh .guest-login-link { display: none; }.task-heading { grid-template-columns: auto 1fr; }.reward-chip { grid-column: 1 / -1; justify-self: start; }.quorum-result { align-items: flex-start; flex-direction: column; gap: .55rem; }.modern-metrics { grid-template-columns: 1fr 1fr; }.modern-metrics .metric-card { padding: 1.3rem .9rem; }.section-heading h2, .role-copy h2, .trust-section h2, .final-cta h2 { font-size: clamp(2.4rem, 13vw, 4rem); }.runway-card { flex-basis: 84vw; }.terminal-response { grid-template-columns: auto 1fr; }.terminal-response strong { grid-column: 2; }.landing-refresh .footer-bottom { align-items: flex-start; flex-direction: column; gap: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.hero-orb, .protocol-scene, .agent-grid { transform: none !important; }.reveal-on-scroll { opacity: 1; transform: none; }
}
