@font-face {
  font-family: "Mont";
  src: url("/zcash/assets/fonts/mont-regular.woff2") format("woff2"), url("/zcash/assets/fonts/Mont-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mont";
  src: url("/zcash/assets/fonts/mont-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #090c0f;
  --ink-soft: #11171c;
  --paper: #f5f3eb;
  --paper-bright: #fbfaf5;
  --white: #fff;
  --muted: #667078;
  --line: rgba(16, 24, 30, .14);
  --dark-line: rgba(255, 255, 255, .14);
  --yellow: #f3bd20;
  --yellow-soft: #ffe58a;
  --blue: #2874ff;
  --mint: #63d7c5;
  --container: 1240px;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; background: var(--paper-bright); color: var(--ink); font-family: "Mont", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }
img { max-width: 100%; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.section { padding: 112px 0; }
.section-cream { background: var(--paper); }
.eyebrow { margin: 0 0 18px; color: #9a7210; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-heading { max-width: 720px; margin-bottom: 54px; }
.section-heading h1, .section-heading h2, .final-cta h2 { margin: 0; font-size: clamp(38px, 4.5vw, 68px); line-height: .98; letter-spacing: -.045em; }
.section-heading > p:last-child, .split-heading > p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; max-width: none; }
.section-heading-center { margin-left: auto; margin-right: auto; text-align: center; }

.site-header { position: sticky; z-index: 50; top: 0; height: 72px; background: rgba(7, 10, 12, .9); color: white; border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.header-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; }
.brand img { object-fit: contain; filter: brightness(0) invert(1); }
.desktop-nav { display: flex; align-items: center; gap: 38px; }
.desktop-nav a, .language-link { color: rgba(255,255,255,.76); text-decoration: none; font-size: 14px; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a.is-active, .language-link:hover { color: white; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 7px; text-decoration: none; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 18px; background: white; color: var(--ink); }
.button-zcash { background: var(--yellow); color: var(--ink); }
.button-outline { color: white; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.03); }
.button-outline:hover { border-color: white; background: rgba(255,255,255,.08); }
.button-blue { color: white; background: var(--blue); }
.button-ink { color: white; background: var(--ink); }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: calc(100vh - 72px); overflow: hidden; background: radial-gradient(circle at 76% 52%, rgba(243,189,32,.16), transparent 27%), linear-gradient(125deg, #080b0e 0%, #0b1014 60%, #15120a 100%); color: white; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; 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: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-grid { position: relative; z-index: 2; min-height: calc(100vh - 130px); display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 34px; padding-top: 60px; padding-bottom: 70px; }
.hero-copy { position: relative; z-index: 1; max-width: 640px; }
.hero .eyebrow { color: var(--yellow); }
.hero h1 { margin: 0 0 22px; font-size: clamp(72px, 10vw, 148px); line-height: .82; letter-spacing: -.075em; }
.hero-lead { max-width: 650px; margin: 0 0 22px; font-size: clamp(24px, 3vw, 40px); line-height: 1.16; letter-spacing: -.025em; }
.hero-detail { max-width: 570px; color: rgba(255,255,255,.63); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-visual { position: relative; z-index: 4; min-height: 620px; display: flex; align-items: center; justify-content: center; }
.hero-device { position: relative; z-index: 2; width: min(430px, 36vw); height: auto; aspect-ratio: 1086 / 1448; display: block; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 40px 50px rgba(0,0,0,.48)); transform: rotate(-2deg) scale(1.06); will-change: transform; }
.zec-medallion { position: absolute; z-index: 3; top: 21%; right: 2%; width: 126px; height: 126px; border: 3px solid rgba(243,189,32,.78); border-radius: 50%; display: grid; place-items: center; background: transparent; box-shadow: 0 0 32px rgba(243,189,32,.16); }
.zec-medallion img { width: 108px; height: 108px; filter: drop-shadow(0 4px 12px rgba(243,189,32,.14)); }
.hero-orbit { position: absolute; pointer-events: none; border: 1px solid rgba(243,189,32,.16); border-radius: 50%; }
.orbit-one { width: 680px; height: 680px; right: -100px; top: 2%; }
.orbit-two { width: 900px; height: 900px; right: -240px; top: -12%; border-color: rgba(255,255,255,.07); }
.hero-signal { position: absolute; border-radius: 50%; border: 1px solid rgba(243,189,32,.26); }
.signal-a { width: 410px; height: 410px; }.signal-b { width: 520px; height: 520px; }
.explore-layout { display: grid; grid-template-columns: 390px 1fr; gap: 26px; align-items: start; }
.explore-tabs { display: grid; grid-auto-rows: 72px; align-self: start; gap: 8px; }
.explore-tab { width: 100%; height: 72px; min-height: 72px; padding: 0 20px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; text-align: left; border: 1px solid transparent; border-radius: 12px; color: #6f7477; background: rgba(255,255,255,.46); cursor: pointer; transition: .2s ease; }
.explore-tab span { font: 700 10px ui-monospace, monospace; }
.explore-tab strong { color: inherit; font-size: 15px; }
.explore-tab i { opacity: 0; font-style: normal; }
.explore-tab:hover { color: var(--ink); background: white; }
.explore-tab.is-active { color: var(--ink); border-color: rgba(243,189,32,.75); background: var(--yellow); box-shadow: 0 12px 30px rgba(171,120,0,.13); }
.explore-tab.is-active i { opacity: 1; }
.explore-content { min-height: 0; display: grid; align-self: start; border-radius: var(--radius); background: var(--ink-soft); color: white; overflow: hidden; box-shadow: var(--shadow); }
.explore-panel { position: relative; grid-area: 1 / 1; min-height: 0; padding: clamp(30px, 4vw, 50px); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity .28s ease, transform .32s ease, visibility 0s .32s; }
.js .explore-panel:not(.is-active) { display: none; }
.js .explore-panel.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition: opacity .32s .05s ease, transform .32s .05s ease, visibility 0s; }
.no-js .explore-content { display: block; }
.no-js .explore-panel { display: block; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.no-js .explore-panel + .explore-panel { border-top: 1px solid var(--dark-line); }
.explore-panel::after { content: "Z"; position: absolute; right: 32px; bottom: -58px; color: rgba(255,255,255,.035); font-size: 260px; font-weight: 900; line-height: 1; }
.panel-kicker { margin: 0 0 12px !important; color: var(--yellow) !important; font-size: 11px !important; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.explore-panel h3 { max-width: 740px; margin: 0 0 18px; font-size: clamp(28px, 3vw, 42px); line-height: 1.1; letter-spacing: -.03em; }
.explore-panel > p { position: relative; z-index: 1; max-width: 780px; margin: 0 0 14px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.62; }
.explore-panel > p:last-of-type { margin-bottom: 0; }
.explore-panel ul { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.explore-panel li { padding: 9px 12px; border: 1px solid var(--dark-line); border-radius: 999px; color: rgba(255,255,255,.8); font-size: 12px; }
.explore-panel li span { margin-right: 7px; color: var(--mint); }
.privacy-comparison { position: relative; z-index: 1; margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.privacy-comparison section { padding: 18px; border: 1px solid var(--dark-line); border-radius: 12px; background: rgba(255,255,255,.035); }
.privacy-comparison section > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.privacy-comparison h4 { margin: 0; font-size: 16px; }
.privacy-comparison section > div span { color: var(--yellow); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.privacy-comparison ul { display: grid; gap: 7px; margin: 16px 0 0; padding-left: 16px; list-style: disc; }
.privacy-comparison li { padding: 0; border: 0; border-radius: 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.45; }

.storage-section { background: #fff; }
.dimension-wrap { margin-bottom: 24px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.dimension-wrap > span { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.dimension-tabs { max-width: 100%; padding: 5px; display: flex; overflow-x: auto; border-radius: 999px; background: var(--paper); scrollbar-width: none; }
.dimension-tab { flex: 0 0 auto; padding: 10px 15px; display: inline-flex; align-items: center; gap: 7px; border: 0; border-radius: 999px; color: #70767a; background: transparent; font-size: 12px; cursor: pointer; }
.dimension-tab img { opacity: .64; }
.dimension-tab.is-active { color: white; background: var(--ink-soft); }
.dimension-tab.is-active img { filter: invert(1); opacity: 1; }
.storage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; }
.storage-card { min-height: 390px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .2s ease, box-shadow .2s ease; }
.storage-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.storage-card.is-featured { border-color: rgba(40,116,255,.6); background: linear-gradient(145deg, #f4f8ff, #fff); }
.storage-card-top { min-height: 42px; display: flex; align-items: center; justify-content: space-between; }
.storage-type-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; color: var(--ink); background: var(--yellow); }
.storage-type-icon img { width: 22px; height: 22px; }
.storage-number { color: #a4aaad; font: 700 11px ui-monospace, monospace; }
.keystone-chip { padding: 6px 8px; border-radius: 5px; color: white; background: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.storage-card h3 { margin: 16px 0 18px; font-size: 20px; line-height: 1.15; letter-spacing: -.02em; }
.dimension-name { display: block; margin: 0; color: #667178; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dimension-values { flex: 1; display: grid; }
.dimension-value { grid-area: 1 / 1; min-height: 250px; margin: 0; padding: 22px; display: flex; flex-direction: column; border-radius: 12px; background: #f1f4f5; color: #252c31; animation: panel-in .28s ease both; }
.dimension-heading { display: flex; align-items: center; gap: 8px; }
.dimension-heading img { width: 16px; height: 16px; opacity: .58; }
.dimension-value h4 { max-width: 300px; margin: 26px 0 13px; font-size: clamp(21px, 2vw, 27px); line-height: 1.08; letter-spacing: -.035em; }
.dimension-value > p { margin: 0; color: #505a60; font-size: 14px; line-height: 1.58; white-space: pre-line; }
.fact-tags { margin-top: auto; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 6px; }
.fact-tags span { padding: 7px 9px; border: 1px solid rgba(16,24,30,.09); border-radius: 999px; color: #586168; background: rgba(255,255,255,.7); font-size: 9px; font-weight: 700; }
.js .dimension-value:not(.is-active) { display: none; }
.no-js .dimension-values { display: block; }
.no-js .dimension-value + .dimension-value { margin-top: 12px; }
.storage-transition { position: relative; max-width: 900px; margin: 72px auto 0; padding: 0; border: 0; text-align: center; font-size: clamp(24px, 3vw, 40px); line-height: 1.3; letter-spacing: -.03em; }
.storage-transition span { display: block; height: 36px; color: var(--yellow); font: 700 72px Georgia, serif; }

.wallets-section { color: white; background: #090d10; }
.wallets-section .eyebrow { color: var(--mint); }
.wallets-section .section-heading > p:last-child { color: rgba(255,255,255,.58); }
.wallet-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: end; }
.signing-flow-figure { margin: 0; overflow: hidden; border: 1px solid var(--dark-line); border-radius: var(--radius); background: #000; }
.signing-flow-figure img { width: 100%; height: auto; display: block; }
.wallet-toolbar { display: flex; gap: 8px; margin: 12px 0 20px; overflow-x: auto; }
.wallet-filter { flex: 0 0 auto; padding: 10px 14px; border: 1px solid var(--dark-line); border-radius: 999px; color: rgba(255,255,255,.62); background: transparent; cursor: pointer; font-size: 12px; }
.wallet-filter.is-active { color: var(--ink); border-color: white; background: white; }
.wallet-grid { display: flex; gap: 12px; padding: 5px 0 16px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-color: rgba(255,255,255,.24) transparent; scrollbar-width: thin; }
.wallet-card { min-height: 315px; padding: 18px; flex: 0 0 clamp(260px, calc((100% - 36px) / 4), 300px); display: flex; flex-direction: column; scroll-snap-align: start; border: 1px solid var(--dark-line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease; }
.wallet-card:hover, .wallet-card:focus-within { transform: translateY(-4px); border-color: rgba(243,189,32,.58); background: linear-gradient(145deg, rgba(243,189,32,.105), rgba(40,116,255,.055)); box-shadow: 0 16px 34px rgba(0,0,0,.32), 0 0 0 1px rgba(243,189,32,.08); }
.wallet-card[hidden] { display: none; }
.wallet-card-head { display: flex; align-items: center; gap: 11px; }
.wallet-logo { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(0,0,0,.42); border-radius: 11px; color: var(--ink); background: #9da1a4; box-shadow: 0 0 0 1px rgba(255,255,255,.055), 0 7px 18px rgba(0,0,0,.18); font-size: 20px; font-weight: 900; }
.wallet-logo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.wallet-title-block { min-width: 0; }
.wallet-card h3 { margin: 0 0 5px; font-size: 18px; line-height: 1.15; overflow-wrap: anywhere; }
.platform-list { display: flex; flex-wrap: wrap; gap: 5px; }
.platform-list span { padding: 4px 7px; display: inline-flex; align-items: center; gap: 4px; border-radius: 999px; color: #181400; background: var(--yellow); font-size: 9px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.platform-list img { width: 11px; height: 11px; display: block; opacity: .84; }
.wallet-status-row { display: flex; flex-wrap: wrap; gap: 5px; margin: 16px 0 13px; }
.support { padding: 5px 7px; border-radius: 5px; font-size: 9px; font-weight: 750; }
.support-supported, .support-qr { color: var(--mint); background: rgba(99,215,197,.1); }
.support-open-source { color: #a9c6ff; background: rgba(40,116,255,.14); }
.support-partial, .support-testing { color: var(--yellow-soft); background: rgba(243,189,32,.1); }
.support-unsupported { color: #ff9494; background: rgba(255,90,90,.1); }
.wallet-card dl { margin: 0; }
.wallet-card dl div { padding: 9px 0; display: flex; align-items: baseline; justify-content: space-between; gap: 10px; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.wallet-card dt { color: rgba(255,255,255,.42); font-size: 10px; }.wallet-card dd { margin: 0; color: rgba(255,255,255,.88); font: 700 10px ui-monospace, monospace; text-align: right; }
.wallet-note { margin: 12px 0 0; color: rgba(255,255,255,.56); font-size: 10px; line-height: 1.45; overflow-wrap: anywhere; }
.wallet-note strong { margin-right: 5px; color: rgba(255,255,255,.82); }
.wallet-sources { margin-top: 12px; color: rgba(255,255,255,.55); font-size: 10px; }
.wallet-sources-heading { display: flex; align-items: center; gap: 6px; }
.wallet-sources-heading strong { color: rgba(255,255,255,.74); font-weight: 700; }
.wallet-sources-heading span { min-width: 18px; height: 18px; display: inline-grid; place-items: center; border-radius: 999px; background: rgba(255,255,255,.08); font-size: 9px; }
.wallet-source-list { padding-top: 7px; display: flex; flex-wrap: wrap; gap: 5px; }
.wallet-source-list a { max-width: 100%; padding: 5px 7px; border: 1px solid rgba(255,255,255,.1); border-radius: 6px; color: rgba(255,255,255,.58); font-size: 9px; overflow-wrap: anywhere; text-decoration: none; }
.wallet-source-list a:hover { color: white; border-color: rgba(255,255,255,.3); }
.wallet-card-actions { margin-top: auto; padding-top: 14px; }
.card-link { color: #7ba9ff; font-size: 11px; font-weight: 750; text-decoration: none; }.card-link.is-disabled { color: rgba(255,255,255,.25); }
.wallet-empty { text-align: center; color: rgba(255,255,255,.6); }
.capability-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.capability-grid article { padding: 32px 24px 40px; border-right: 1px solid var(--dark-line); }.capability-grid article:last-child { border-right: 0; }
.capability-grid span { color: var(--yellow); font: 700 10px ui-monospace, monospace; }
.capability-grid h3 { margin: 34px 0 10px; font-size: 18px; }.capability-grid p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.6; }

.updates-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.updates-section .updates-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.update-card { position: relative; min-height: 350px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.65); }
.update-meta { display: flex; align-items: center; justify-content: space-between; }
.update-meta time { color: #8a8e90; font: 600 10px ui-monospace, monospace; }
.update-type { padding: 7px 9px; border-radius: 5px; color: #096f62; background: rgba(99,215,197,.18); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.type-security-update { color: #765708; background: rgba(243,189,32,.2); }.type-compatibility-notice { color: #2454ae; background: rgba(40,116,255,.12); }.type-ecosystem-update { color: #38653d; background: rgba(75,145,83,.14); }
.update-card h3 { margin: 48px 0 18px; font-size: 25px; line-height: 1.15; letter-spacing: -.025em; }
.update-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.update-card a { color: var(--blue); text-decoration: none; }
.update-title-link { color: inherit !important; }
.update-title-link:hover { color: var(--blue) !important; }
.update-read-link { margin-top: auto; padding-top: 28px; font-size: 13px; font-weight: 700; }
.updates-section .update-card { min-height: 330px; padding: 20px; }
.updates-section .update-meta { align-items: flex-start; flex-direction: column; gap: 10px; }
.updates-section .update-card h3 { margin: 38px 0 16px; font-size: 20px; }
.updates-section .update-card p { font-size: 12px; }
.updates-empty { margin: 0; padding: 28px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); background: rgba(255,255,255,.5); font-size: 15px; line-height: 1.7; }
.updates-actions { margin-top: 28px; display: flex; justify-content: flex-end; }

.update-dialog { width: min(880px, calc(100% - 32px)); max-width: none; height: min(860px, calc(100dvh - 32px)); max-height: none; margin: auto; padding: 0; overflow: visible; border: 0; border-radius: 22px; color: var(--ink); background: var(--paper-bright); box-shadow: 0 30px 100px rgba(0,0,0,.38); }
.update-dialog::backdrop { background: rgba(4,8,11,.72); backdrop-filter: blur(8px); }
.update-dialog-close { position: absolute; z-index: 3; top: 16px; right: 16px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.9); box-shadow: 0 6px 20px rgba(0,0,0,.1); cursor: pointer; font-size: 25px; line-height: 1; }
.update-dialog-scroll { height: 100%; padding: 0 clamp(24px, 6vw, 72px) 56px; overflow-y: auto; overscroll-behavior: contain; border-radius: inherit; }
.update-dialog-loading { margin: 0; padding: 80px 0; color: var(--muted); text-align: center; }
.update-dialog .update-article-header { padding-top: 68px; }

.update-detail-main { min-height: 70vh; padding: 80px 0 120px; background: var(--paper-bright); }
.update-detail-container { max-width: 920px; }
.update-article-fragment { width: 100%; }
.update-article-header { padding: 14px 0 48px; border-bottom: 1px solid var(--line); }
.update-breadcrumb { margin: 0 0 44px; display: flex; flex-wrap: wrap; gap: 9px; align-items: center; color: var(--muted); font-size: 12px; }
.update-breadcrumb a { text-decoration: none; }
.update-breadcrumb a:hover { color: var(--blue); }
.update-article-header .update-meta { justify-content: flex-start; gap: 14px; }
.update-article-header h1 { max-width: 820px; margin: 30px 0 22px; font-size: clamp(42px, 7vw, 78px); line-height: 1; letter-spacing: -.05em; }
.update-deck { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(18px, 2.4vw, 24px); line-height: 1.55; }
.update-modified { margin: 20px 0 0; color: #8a8e90; font: 600 10px ui-monospace, monospace; text-transform: uppercase; letter-spacing: .06em; }
.update-prose { max-width: 760px; padding: 50px 0 22px; color: #283137; font-size: 17px; line-height: 1.82; }
.update-prose h2 { margin: 58px 0 16px; color: var(--ink); font-size: clamp(26px, 3vw, 34px); line-height: 1.15; letter-spacing: -.03em; }
.update-prose h2:first-child { margin-top: 0; }
.update-prose h3 { margin: 38px 0 12px; color: var(--ink); font-size: 21px; line-height: 1.3; }
.update-prose p { margin: 0 0 22px; }
.update-prose ul, .update-prose ol { margin: 0 0 26px; padding-left: 25px; }
.update-prose li + li { margin-top: 9px; }
.update-prose a { color: var(--blue); text-underline-offset: 3px; }
.update-prose blockquote { margin: 30px 0; padding: 20px 24px; border-left: 4px solid var(--yellow); color: #4d565c; background: var(--paper); }
.update-prose blockquote p:last-child { margin-bottom: 0; }
.update-prose code { padding: 2px 5px; border-radius: 4px; background: #eceae2; font: .9em ui-monospace, monospace; }
.update-prose pre { padding: 20px; overflow-x: auto; border-radius: 12px; color: white; background: var(--ink-soft); }
.update-prose pre code { padding: 0; background: transparent; }
.update-sources { max-width: 760px; margin-top: 34px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.update-sources h2 { margin: 0 0 16px; font-size: 18px; }
.update-sources ul { margin: 0; padding-left: 20px; }
.update-sources li + li { margin-top: 9px; }
.update-sources a { color: var(--blue); font-size: 14px; overflow-wrap: anywhere; }
.update-sources ul:empty { display: none; }
.update-article-actions { max-width: 760px; margin-top: 38px; padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); }
.update-article-actions a { color: var(--blue); font-size: 13px; font-weight: 700; text-decoration: none; }
.update-detail-page .update-permalink { display: none; }
.updates-archive-main { min-height: 70vh; background: var(--paper); }
.updates-archive-main .section-heading { max-width: 880px; }
.updates-hub-return { min-height: 44px; padding: 0 16px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.58); font-size: 13px; font-weight: 750; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.updates-hub-return:hover { color: var(--blue); border-color: rgba(40,116,255,.42); background: white; transform: translateX(-2px); }
.updates-hub-return-top { margin-bottom: 22px; }
.updates-archive-breadcrumb { margin-bottom: 34px; }
.updates-archive-return { margin-top: 54px; display: flex; justify-content: center; }

.final-cta { position: relative; min-height: 620px; overflow: hidden; isolation: isolate; color: white; background: #07142b; border-top: 1px solid rgba(104,158,255,.3); }
.final-carousel-track { display: grid; min-height: 620px; }
.final-slide { position: relative; grid-area: 1 / 1; min-height: 620px; overflow: hidden; isolation: isolate; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .7s ease, visibility 0s .7s; }
.final-slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .7s ease, visibility 0s; }
.final-slide::before, .final-slide::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.final-slide-standard { background: radial-gradient(circle at 78% 44%, rgba(65,136,255,.64), transparent 34%), radial-gradient(circle at 74% 55%, rgba(255,190,27,.14), transparent 24%), linear-gradient(120deg, #0b1d3a 0%, #103b82 58%, #07142b 100%); }
.final-slide-standard::before { background: linear-gradient(90deg, rgba(7,20,43,.94) 0%, rgba(7,20,43,.64) 42%, transparent 68%); }
.final-slide-limited { background: radial-gradient(ellipse at 50% -16%, rgba(180,119,31,.54), transparent 48%), radial-gradient(circle at 76% 48%, rgba(117,78,12,.34), transparent 32%), linear-gradient(120deg, #110d05 0%, #171105 53%, #080704 100%); }
.final-slide-limited::before { background: linear-gradient(90deg, rgba(8,7,4,.94) 0%, rgba(8,7,4,.7) 43%, rgba(8,7,4,.04) 72%); }
.final-slide-limited::after { inset: 40% -8% -22%; z-index: -1; opacity: .92; background-image: radial-gradient(circle, rgba(243,189,32,.94) 0 2.8px, transparent 3.4px); background-size: 17px 17px; mask-image: radial-gradient(ellipse at 68% 100%, black 4%, rgba(0,0,0,.96) 44%, transparent 86%); -webkit-mask-image: radial-gradient(ellipse at 68% 100%, black 4%, rgba(0,0,0,.96) 44%, transparent 86%); transform: perspective(420px) rotateX(44deg) scaleX(1.18); transform-origin: bottom; }
.final-cta .eyebrow { color: var(--yellow); }
.final-grid { position: relative; z-index: 1; min-height: 620px; display: flex; align-items: center; }
.final-copy { position: relative; z-index: 3; width: min(52%, 620px); padding: 72px 0; }
.final-cta h2 { max-width: 680px; }
.final-cta p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.62); font-size: 17px; line-height: 1.6; }
.final-benefits { margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; }
.final-benefits li { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 650; }
.final-benefits span { color: var(--yellow); font-weight: 850; }
.final-cta .hero-actions { margin-top: 28px; }
.final-cta .button-zcash { min-height: 56px; padding: 0 28px; }
.discount-trigger { width: 56px; height: 56px; flex: 0 0 56px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 7px; color: white; background: transparent; cursor: pointer; opacity: .66; transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.discount-trigger:hover { background: rgba(255,255,255,.06); opacity: 1; transform: translateY(-1px); }
.discount-trigger img { filter: brightness(0) invert(1); }
.final-product { position: absolute; z-index: 2; right: clamp(-94px, -5vw, -42px); bottom: -72px; width: clamp(590px, 53vw, 760px); aspect-ratio: 1; pointer-events: none; }
.final-product img { position: relative; z-index: 2; width: 100%; height: auto; display: block; object-fit: contain; filter: drop-shadow(0 34px 34px rgba(0,0,0,.62)); }
.final-product-rings, .final-product-rings::before, .final-product-rings::after { position: absolute; border-radius: 50%; pointer-events: none; }
.final-product-rings { z-index: 1; width: 66%; aspect-ratio: 1; left: 53%; top: 49%; border: 1px solid rgba(255,195,35,.34); background: radial-gradient(circle, rgba(255,190,27,.23) 0%, rgba(255,190,27,.08) 34%, transparent 67%); box-shadow: 0 0 90px rgba(255,178,0,.14); transform: translate(-50%, -50%); }
.final-product-rings::before, .final-product-rings::after { content: ""; inset: -17%; border: 1px solid rgba(255,255,255,.13); }
.final-product-rings::after { inset: -39%; border-color: rgba(104,158,255,.18); }
.final-product-limited { right: clamp(-72px, -3vw, -26px); bottom: -92px; width: clamp(600px, 54vw, 780px); }
.final-product-limited img { filter: drop-shadow(0 38px 38px rgba(0,0,0,.74)); }
.final-product-glow { position: absolute; z-index: 1; width: 70%; aspect-ratio: 1; left: 54%; top: 51%; border-radius: 50%; background: radial-gradient(circle, rgba(243,189,32,.28) 0%, rgba(180,111,16,.12) 38%, transparent 70%); box-shadow: 0 0 110px rgba(243,189,32,.16); transform: translate(-50%, -50%); }
.js .final-product img { opacity: 0; transform: translate3d(0, 30px, 0) scale(.97); transition: opacity .8s ease, transform 1s cubic-bezier(.2,.78,.18,1); will-change: opacity, transform; }
.js .final-product.is-visible img { opacity: 1; transform: translate3d(0, 0, 0) scale(1); will-change: auto; }
.final-carousel-controls { position: absolute; z-index: 5; left: 50%; bottom: 22px; display: flex; align-items: center; gap: 7px; padding: 5px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(5,7,8,.44); box-shadow: 0 10px 32px rgba(0,0,0,.22); backdrop-filter: blur(12px); transform: translateX(-50%); }
.final-carousel-arrow, .final-carousel-dot { display: grid; place-items: center; padding: 0; border: 0; color: white; background: transparent; cursor: pointer; }
.final-carousel-arrow { width: 36px; height: 36px; border-radius: 50%; font-size: 18px; opacity: .72; transition: opacity .2s ease, background .2s ease; }
.final-carousel-arrow:hover { opacity: 1; background: rgba(255,255,255,.1); }
.final-carousel-dots { display: flex; align-items: center; }
.final-carousel-dot { width: 30px; height: 36px; }
.final-carousel-dot span { width: 7px; height: 7px; border-radius: 999px; background: rgba(255,255,255,.38); transition: width .3s ease, background .3s ease; }
.final-carousel-dot.is-active span { width: 24px; background: var(--yellow); }
.no-js .final-carousel-track { display: block; }
.no-js .final-slide { opacity: 1; visibility: visible; pointer-events: auto; }
.no-js .final-carousel-controls { display: none; }

.discount-dialog { width: min(500px, calc(100% - 32px)); max-width: none; margin: auto; padding: 0; overflow: visible; border: 0; border-radius: 22px; color: var(--ink); background: var(--paper-bright); box-shadow: 0 30px 100px rgba(0,0,0,.42); }
.discount-dialog[open] { animation: discount-dialog-in .38s cubic-bezier(.2,.78,.18,1) both; }
.discount-dialog::backdrop { background: rgba(4,8,11,.76); backdrop-filter: blur(8px); animation: discount-backdrop-in .3s ease both; }
.discount-dialog-close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.9); cursor: pointer; font-size: 24px; line-height: 1; }
.discount-dialog-card { padding: 46px; text-align: center; }
.discount-dialog-icon { width: 64px; height: 64px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 18px; background: var(--yellow); box-shadow: 0 14px 34px rgba(243,189,32,.26); }
.discount-dialog .eyebrow { margin-bottom: 12px; }
.discount-dialog h2 { margin: 0; font-size: clamp(36px, 6vw, 52px); line-height: 1; letter-spacing: -.045em; }
.discount-dialog-copy { margin: 20px auto 0; max-width: 400px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.discount-code { margin: 26px 0 18px; padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px dashed rgba(16,24,30,.28); border-radius: 12px; background: var(--paper); text-align: left; }
.discount-code span { color: var(--muted); font-size: 12px; font-weight: 700; }
.discount-code strong { font: 800 20px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; }
.discount-claim { width: 100%; min-height: 56px; }

@keyframes discount-dialog-in {
  from { opacity: 0; transform: translateY(22px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes discount-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.faq-section { border-top: 1px solid var(--line); background: var(--paper-bright); }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(52px, 8vw, 118px); align-items: start; }
.faq-heading { position: sticky; top: 112px; margin-bottom: 0; }
.faq-heading h2 { max-width: 470px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { min-height: 104px; padding: 25px 0; display: grid; grid-template-columns: 42px minmax(0, 1fr) 34px; gap: 18px; align-items: center; list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-number { color: #92989c; font: 700 10px ui-monospace, monospace; letter-spacing: .08em; }
.faq-question { max-width: 680px; font-size: clamp(17px, 1.5vw, 21px); font-weight: 600; line-height: 1.38; letter-spacing: -.015em; }
.faq-toggle { position: relative; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: currentColor; transform: translate(-50%, -50%); transition: transform .2s ease; }
.faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item summary:hover .faq-toggle { border-color: var(--blue); color: white; background: var(--blue); }
.faq-item[open] .faq-question { color: var(--blue); }
.faq-item[open] .faq-toggle { border-color: var(--blue); color: white; background: var(--blue); transform: rotate(180deg); }
.faq-item[open] .faq-toggle::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { padding: 0 52px 30px 60px; }
.faq-answer p { max-width: 700px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.site-footer { padding: 58px 0 34px; color: white; background: #07090b; border-top: 1px solid var(--dark-line); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: start; }
.footer-inner img { filter: brightness(0) invert(1); }.footer-inner p { color: rgba(255,255,255,.38); font-size: 11px; }.footer-inner > p { grid-column: 1 / -1; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--dark-line); }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }.footer-links a { color: rgba(255,255,255,.65); font-size: 12px; text-decoration: none; }
.back-top { position: fixed; z-index: 20; right: 22px; bottom: 22px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--ink); background: var(--yellow); box-shadow: 0 8px 22px rgba(0,0,0,.18); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease; cursor: pointer; }.back-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

@keyframes hero-in { from { opacity: 0; transform: translateY(24px); } }
@keyframes visual-in { from { opacity: 0; transform: scale(.96); } }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px); } }

@keyframes hero-text-cross {
  from { transform: translate3d(var(--hero-copy-start), 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

@keyframes hero-copy-reveal {
  0%, 43% { opacity: 0; clip-path: inset(0 100% 0 0); }
  58% { opacity: 1; }
  100% { opacity: 1; clip-path: inset(0 0 0 0); }
}

@keyframes hero-device-cross {
  0% { opacity: 1; transform: translate3d(calc(-100vw - 100%), 0, 0) rotate(-5deg) scale(1.02); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) rotate(-2deg) scale(1.06); }
}

@keyframes hero-atmosphere-in {
  from { opacity: 0; transform: scale(.88); }
  to { opacity: 1; transform: scale(1); }
}

@media (min-width: 721px) and (prefers-reduced-motion: no-preference) {
  .js .hero[data-hero-intro] { --hero-copy-start: clamp(480px, 44vw, 700px); }
  .js .hero[data-hero-intro] .hero-copy > * { transform: translate3d(var(--hero-copy-start), 0, 0); will-change: transform; }
  .js .hero[data-hero-intro] .hero-copy > .has-motion-lines { transform: none; }
  .js .hero[data-hero-intro] .hero-motion-line { display: block; transform: translate3d(var(--hero-copy-start), 0, 0); will-change: transform; }
  .js .hero[data-hero-intro] .hero-copy > :not(h1) { opacity: 0; clip-path: inset(0 100% 0 0); will-change: opacity, clip-path; }
  .js .hero[data-hero-intro] .hero-copy h1 { --hero-text-duration: 1.42s; --hero-text-delay: .52s; --hero-text-ease: cubic-bezier(.7, 0, .18, 1); }
  .js .hero[data-hero-intro] .hero-lead { --hero-text-duration: 1.72s; --hero-text-delay: .6s; --hero-text-ease: cubic-bezier(.7, 0, .18, 1); --hero-reveal-duration: 1.68s; --hero-reveal-delay: .42s; }
  .js .hero[data-hero-intro] .hero-detail { --hero-text-duration: 1.96s; --hero-text-delay: .68s; --hero-text-ease: cubic-bezier(.7, 0, .18, 1); --hero-reveal-duration: 1.85s; --hero-reveal-delay: .55s; }
  .js .hero[data-hero-intro] .hero-copy > .eyebrow { --hero-text-duration: 2.08s; --hero-text-delay: .7s; --hero-text-ease: cubic-bezier(.7, 0, .18, 1); --hero-reveal-duration: 1.85s; --hero-reveal-delay: .45s; }
  .js .hero[data-hero-intro] .hero-actions { --hero-text-duration: 2.08s; --hero-text-delay: .72s; --hero-text-ease: cubic-bezier(.7, 0, .18, 1); --hero-reveal-duration: 1.85s; --hero-reveal-delay: .62s; }
  .js .hero[data-hero-intro] .hero-device { opacity: 0; transform: translate3d(calc(-100vw - 100%), 0, 0) rotate(-5deg) scale(1.02); }
  .js .hero[data-hero-intro] .zec-medallion,
  .js .hero[data-hero-intro] .hero-signal { opacity: 0; }
  .js .hero[data-hero-intro].hero-is-ready .hero-copy h1 { animation: hero-text-cross var(--hero-text-duration) var(--hero-text-ease) var(--hero-text-delay) both; }
  .js .hero[data-hero-intro].hero-is-ready .hero-copy > :not(h1) {
    animation:
      hero-text-cross var(--hero-text-duration) var(--hero-text-ease) var(--hero-text-delay) both,
      hero-copy-reveal var(--hero-reveal-duration) cubic-bezier(.55, 0, .16, 1) var(--hero-reveal-delay) both;
  }
  .js .hero[data-hero-intro].hero-is-ready .hero-copy h1.has-motion-lines { animation: none; }
  .js .hero[data-hero-intro].hero-is-ready .hero-copy > .hero-lead.has-motion-lines { animation: hero-copy-reveal var(--hero-reveal-duration) cubic-bezier(.55, 0, .16, 1) var(--hero-reveal-delay) both; }
  .js .hero[data-hero-intro].hero-is-ready .has-motion-lines .hero-motion-line {
    animation: hero-text-cross var(--hero-text-duration) var(--hero-text-ease) calc(var(--hero-text-delay) + var(--hero-line-delay)) both;
  }
  .js .hero[data-hero-intro].hero-is-ready .hero-device { animation: hero-device-cross 2.45s .18s cubic-bezier(.68, 0, .16, 1) both; }
  .js .hero[data-hero-intro].hero-is-ready .zec-medallion,
  .js .hero[data-hero-intro].hero-is-ready .hero-signal { animation: hero-atmosphere-in .7s 2.3s ease-out both; }
  .js .hero[data-hero-intro].hero-intro-complete .hero-copy > * { opacity: 1; clip-path: none; transform: none; animation: none; will-change: auto; }
  .js .hero[data-hero-intro].hero-intro-complete .hero-device { opacity: 1; transform: rotate(-2deg) scale(1.06); animation: none; will-change: auto; }
  .js .hero[data-hero-intro].hero-intro-complete .zec-medallion,
  .js .hero[data-hero-intro].hero-intro-complete .hero-signal { opacity: 1; transform: scale(1); animation: none; }
}

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-toggle { width: 40px; height: 40px; display: grid; align-content: center; gap: 6px; padding: 9px; border: 0; color: white; background: transparent; }
  .menu-toggle span { display: block; height: 1px; background: currentColor; }
  .mobile-nav { position: fixed; inset: 72px 0 auto; padding: 24px; display: grid; gap: 0; background: #090c0f; border-bottom: 1px solid var(--dark-line); transform: translateY(-130%); transition: transform .25s ease; }
  .mobile-nav.is-open { transform: translateY(0); }
  .mobile-nav a { padding: 17px 0; color: white; border-bottom: 1px solid var(--dark-line); text-decoration: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; }.hero-visual { min-height: 500px; }.hero-device { width: min(390px, 38vw); }
  .explore-layout { grid-template-columns: 310px 1fr; }
  .storage-grid { grid-template-columns: repeat(2, 1fr); }
  .wallet-intro-grid { grid-template-columns: 1fr; gap: 20px; }.updates-archive-main .updates-grid { grid-template-columns: repeat(2, 1fr); }
  .updates-section .updates-grid { margin-right: -24px; padding: 0 24px 12px 0; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(230px, 31vw); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; }
  .updates-section .update-card { scroll-snap-align: start; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }.capability-grid article:nth-child(2) { border-right: 0; }.capability-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--dark-line); }
  .final-copy { width: 55%; }
  .final-product { right: -118px; width: clamp(540px, 61vw, 650px); }
  .final-product-limited { right: -86px; width: clamp(570px, 64vw, 700px); }
  .faq-layout { grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr); gap: 54px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 78px 0; }
  .language-link, .button-small { display: none; }
  .hero { min-height: auto; }.hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 78px; padding-bottom: 20px; }.hero-copy { animation: hero-in .8s both; }.hero h1 { font-size: 76px; }.hero-lead { font-size: 26px; }.hero-detail { font-size: 15px; }
  .hero-actions .button { width: 100%; }.hero-visual { min-height: 430px; animation: visual-in 1s .15s both; }.hero-device { width: min(330px, 82vw); transform: translateX(3%) rotate(-2deg); }.zec-medallion { width: 88px; height: 88px; right: 0; top: 18%; border-width: 2px; }.zec-medallion img { width: 76px; height: 76px; }
  .split-heading { grid-template-columns: 1fr; gap: 12px; }.section-heading { margin-bottom: 36px; }.section-heading h1, .section-heading h2, .final-cta h2 { font-size: 42px; }
  .explore-layout { display: block; }.explore-tabs { margin: 0 0 16px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; overflow: visible; }.explore-tab { width: 100%; height: 64px; min-height: 64px; padding: 0 14px; grid-template-columns: minmax(0, 1fr) auto; }.explore-tab span { display: none; }.explore-tab strong { min-width: 0; }.explore-content, .explore-panel { min-height: 0; }.explore-panel { padding: 28px 22px; }.explore-panel h3 { font-size: 30px; line-height: 1.12; }.privacy-comparison { grid-template-columns: 1fr; }
  .dimension-wrap { position: static; z-index: auto; top: auto; margin-left: -16px; margin-right: -16px; padding: 8px 16px 16px; display: block; background: rgba(255,255,255,.94); backdrop-filter: none; }.dimension-wrap > span { display: block; margin: 0 0 7px 4px; }.dimension-tabs { width: 100%; padding: 5px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; overflow: visible; border-radius: 14px; }.dimension-tab { width: 100%; min-height: 48px; padding: 8px 10px; justify-content: flex-start; white-space: normal; text-align: left; line-height: 1.25; border-radius: 10px; }.dimension-tab img { flex: 0 0 auto; }.storage-grid { grid-template-columns: 1fr; }.storage-card { min-height: 0; }.storage-card h3 { margin-top: 14px; }.dimension-value { min-height: 230px; }.dimension-value h4 { font-size: 24px; }
  .storage-transition { margin-top: 52px; font-size: 25px; }
  .signing-flow-figure { margin-top: 4px; }.wallet-card { min-height: 315px; flex-basis: min(82vw, 290px); }
  .updates-list-mobile, .updates-section .updates-list-mobile { margin: 0; padding: 0; display: block; overflow: visible; }
  .updates-list-mobile .update-card, .updates-section .updates-list-mobile .update-card { min-height: 0; padding: 22px 4px; display: grid; grid-template-columns: minmax(0, 1fr) 28px; column-gap: 16px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; scroll-snap-align: none; }
  .updates-list-mobile .update-card:first-child { border-top: 1px solid var(--line); }
  .updates-list-mobile .update-meta, .updates-section .updates-list-mobile .update-meta { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; }
  .updates-list-mobile .update-card h3, .updates-section .updates-list-mobile .update-card h3 { grid-column: 1; margin: 14px 0 0; font-size: 19px; line-height: 1.25; }
  .updates-list-mobile .update-card p { display: none; }
  .updates-list-mobile .update-read-link { grid-column: 2; grid-row: 2; align-self: center; margin: 0; padding: 0; font-size: 0; text-align: right; }
  .updates-list-mobile .update-read-link span { font-size: 19px; }
  .updates-hub-return { width: 100%; justify-content: center; }
  .updates-archive-return { margin-top: 36px; }
  .capability-grid { grid-template-columns: 1fr; }.capability-grid article { border-right: 0; border-bottom: 1px solid var(--dark-line); }.capability-grid article:last-child { border-bottom: 0; }
  .update-card { min-height: 320px; }
  .final-cta, .final-carousel-track, .final-slide { min-height: 0; }
  .final-slide-standard::before { background: linear-gradient(180deg, rgba(7,20,43,.78) 0%, rgba(7,20,43,.24) 57%, transparent 100%); }
  .final-slide-limited::before { background: linear-gradient(180deg, rgba(8,7,4,.82) 0%, rgba(8,7,4,.28) 56%, transparent 100%); }
  .final-slide-limited::after { inset: 52% -36% -14%; opacity: .82; background-size: 15px 15px; transform: perspective(300px) rotateX(44deg) scaleX(1.34); }
  .final-grid { min-height: 0; display: block; padding-top: 78px; padding-bottom: 46px; }
  .final-copy { width: 100%; padding: 0; }
  .final-product { position: relative; right: auto; bottom: auto; left: 50%; width: min(112vw, 560px); margin-top: 24px; margin-bottom: -58px; transform: translateX(-44%); }
  .final-product-limited { right: auto; width: min(108vw, 570px); margin-top: 12px; margin-bottom: -44px; transform: translateX(-50%); }
  .final-product-rings { width: 64%; }
  .final-benefits { display: grid; gap: 10px; }
  .final-cta .hero-actions { flex-wrap: nowrap; }
  .final-cta .hero-actions .button { width: auto; flex: 1 1 auto; }
  .discount-trigger { flex: 0 0 56px; }
  .final-carousel-controls { bottom: 14px; }
  .discount-dialog { width: calc(100% - 24px); border-radius: 18px; }
  .discount-dialog-card { padding: 42px 22px 24px; }
  .discount-code { padding: 15px 16px; }
  .updates-actions { justify-content: stretch; }.updates-actions .button { width: 100%; }
  .update-detail-main { padding: 52px 0 80px; }.update-article-header h1 { font-size: 43px; }.update-deck { font-size: 18px; }.update-prose { padding-top: 38px; font-size: 16px; }.update-prose h2 { margin-top: 44px; font-size: 27px; }
  .update-dialog { width: calc(100% - 16px); height: calc(100dvh - 16px); border-radius: 16px; }.update-dialog-scroll { padding-left: 20px; padding-right: 20px; }.update-dialog .update-article-header { padding-top: 62px; }.update-dialog .update-article-header h1 { font-size: 38px; }.update-dialog-close { top: 12px; right: 12px; }
  .faq-layout { display: block; }.faq-heading { position: static; margin-bottom: 42px; }.faq-item summary { min-height: 92px; grid-template-columns: 28px minmax(0, 1fr) 32px; gap: 10px; }.faq-question { font-size: 16px; }.faq-answer { padding: 0 42px 26px 38px; }.faq-answer p { font-size: 13px; }
  .footer-inner { grid-template-columns: 1fr; }.footer-links { display: grid; gap: 14px; }
}

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

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
[hidden] { display: none !important; }
