/* ===================================================================
   FONT FACES
   =================================================================== */

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/manrope-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src:
    url("../fonts/syne-800.woff2") format("woff2"),
    url("../fonts/syne-800.woff") format("woff"),
    url("../fonts/syne-800.svg#Syne") format("svg");
}

@font-face {
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src:
    url("../fonts/albert-sans-800.woff2") format("woff2"),
    url("../fonts/albert-sans-800.woff") format("woff"),
    url("../fonts/albert-sans-800.svg#AlbertSans") format("svg");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url("../fonts/ibm-plex-mono-700.woff2") format("woff2"),
    url("../fonts/ibm-plex-mono-700.woff") format("woff"),
    url("../fonts/ibm-plex-mono-700.svg#IBMPlexMono") format("svg");
}


/* ===================================================================
   ROOT VARIABLES
   =================================================================== */

:root {
  --blue-950: #062344;
  --blue-900: #082c52;
  --blue-800: #0d3a63;
  --blue-700: #155582;
  --blue-600: #1d74ad;
  --blue-500: #3198d5;
  --blue-300: #88d9ff;
  --blue-100: #eaf6ff;
  --ink: #082344;
  --muted: #59728f;
  --soft: #f5fbff;
  --line: rgba(13, 58, 99, 0.16);
  --white: #ffffff;
  --cyan: #88d9ff;
  --shadow: 0 16px 36px rgba(6, 35, 68, 0.08);
  --shadow-soft: 0 8px 20px rgba(6, 35, 68, 0.05);
  --radius-xl: 8px;
  --radius-lg: 8px;
  --radius-md: 8px;
  --max: 1220px;
}


/* ===================================================================
   BASE / SHARED (identical across home, hub, module pages)
   =================================================================== */

* { box-sizing: border-box; }

body { margin: 0; min-width: 320px; color: var(--ink); font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; text-rendering: geometricPrecision; background: linear-gradient(180deg, #f5fbff 0%, #ffffff 30%, #f7fbfd 100%); overflow-x: hidden; }

a { color: inherit; text-decoration: none; }

svg { display: block; max-width: 100%; }

button { font: inherit; }

.site-header { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(18px); background: rgba(255, 255, 255, 0.9); border-bottom: 1px solid rgba(13, 58, 99, 0.08); }

.navbar { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }

.brand img { width: 100%; height: auto; }

.nav-links { display: flex; align-items: center; gap: 28px; color: #3c5a79; font-size: 14px; font-weight: 500; }

.nav-links a { transition: color 180ms ease; }

.nav-links a:hover { color: var(--blue-700); }

.nav-actions { display: flex; align-items: center; gap: 12px; }

.text-link { color: var(--blue-700); font-size: 14px; font-weight: 600; }

.btn:hover { transform: translateY(-1px); }

.btn-primary { color: #fff; background: var(--blue-900); box-shadow: 0 12px 24px rgba(6, 35, 68, 0.18); }

main { overflow: hidden; }

.hero { position: relative; padding: 78px 0 104px; isolation: isolate; }

.hero-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr); gap: 64px; align-items: start; }

.section-label { display: inline-flex; align-items: center; gap: 12px; color: var(--blue-700); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }

.section-label::before { content: ""; width: 38px; height: 3px; border-radius: 99px; background: var(--blue-500); }

h1 { margin: 18px 0 20px; max-width: 760px; font-size: clamp(52px, 5.4vw, 84px); line-height: 1.08; letter-spacing: 0; font-weight: 500; }

h3 { margin: 0; }

p { margin: 0; }

h1 span { color: var(--blue-600); }

.hero-copy { max-width: 660px; color: var(--muted); font-size: 19px; line-height: 1.66; }

.hero-copy strong { color: var(--blue-700); }

.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }

.hero-note { margin-top: 18px; display: flex; gap: 10px; align-items: flex-start; max-width: 560px; color: var(--muted); font-size: 13px; line-height: 1.52; }

.note-dot { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 2px; border: 2px solid #88d9ff; border-radius: 50%; position: relative; }

.note-dot::after { content: ""; position: absolute; left: 5px; top: 3px; width: 2px; height: 4px; border-radius: 2px; background: var(--blue-600); box-shadow: 0 6px 0 var(--blue-600); }

.liquidity-visual { position: relative; min-height: 492px; margin-top: 54px; padding: 28px 32px 20px; border: 1px solid rgba(13, 58, 99, 0.14); border-radius: var(--radius-xl); background: radial-gradient(circle at 50% 58%, rgba(49, 152, 213, 0.11), transparent 28rem), linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 251, 0.94)); box-shadow: var(--shadow); overflow: hidden; }

.liquidity-visual::before { content: ""; position: absolute; inset: auto -12% -34% -12%; height: 45%; background: linear-gradient(rgba(29, 116, 173, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(29, 116, 173, 0.07) 1px, transparent 1px); background-size: 38px 38px; transform: perspective(480px) rotateX(62deg); transform-origin: top center; opacity: 0.58; }

.diagram-top { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 18px; }

.diagram-title b { display: block; color: var(--ink); font-size: 16px; }

.diagram-title span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; }

.diagram-status { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; color: var(--blue-700); background: #edf8ff; border: 1px solid rgba(49, 152, 213, 0.2); border-radius: 999px; font-size: 12px; font-weight: 700; white-space: nowrap; }

.diagram-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--blue-700); box-shadow: 0 0 0 4px rgba(49, 152, 213, 0.14); }

.flow-white { position: relative; z-index: 2; width: 100%; height: 372px; }

.flow-path { fill: none; stroke: var(--blue-600); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 18 14; animation: dashFlow 1.7s linear infinite; filter: drop-shadow(0 5px 10px rgba(8, 41, 79, 0.12)); }

.flow-path.soft { stroke: #80bde7; stroke-width: 2; stroke-dasharray: 12 14; animation-duration: 2s; }

.flow-node { fill: rgba(255, 255, 255, 0.94); stroke: #c9e4f6; stroke-width: 2; filter: drop-shadow(0 18px 26px rgba(6, 35, 68, 0.1)); }

.flow-node-blue { fill: url(#finovaBlue); filter: drop-shadow(0 18px 28px rgba(8, 41, 79, 0.14)); }

.flow-label { fill: var(--blue-900); font-size: 15px; font-weight: 800; letter-spacing: 0; }

.flow-small { fill: #526780; font-size: 10px; font-weight: 800; }

.flow-orbit { transform-box: fill-box; transform-origin: center; animation: spin 20s linear infinite; }

.flow-card { animation: softFloat 5s ease-in-out infinite; }

.flow-card:nth-of-type(2) { animation-delay: 0.35s; }

.flow-card:nth-of-type(3) { animation-delay: 0.7s; }

.pulse-ring { fill: none; stroke: #a9ddff; stroke-width: 2; transform-origin: center; animation: pulse 2.8s ease-out infinite; }

.signal-dot { animation: floatDot 4s ease-in-out infinite; }

.flow-mobile { display: none; }

.fw-diagram { width: 100%; height: 100%; min-height: 520px; display: block; }

.fw-ring { fill: none; transform-box: fill-box; transform-origin: center; animation: spin 32s linear infinite; }

.fw-ring.reverse { animation: spin 18s linear infinite reverse; }

.fw-core { transform-box: fill-box; transform-origin: center; animation: fwCorePulse 3.6s ease-in-out infinite; }

.fw-label { fill: var(--blue-900); font-size: 17px; font-weight: 600; letter-spacing: 2.2px; }

.fw-core-title { fill: #ffffff; font-size: 33px; font-weight: 600; letter-spacing: 0.3px; }

.fw-core-sub { fill: #bfe6ff; font-size: 20px; font-weight: 600; letter-spacing: 6px; }

.trust-row { padding: 8px 0 76px; }

.trust-inner { display: flex; align-items: center; gap: 20px; color: #70839a; font-size: 13px; }

.trust-inner::before { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, rgba(49, 152, 213, 0.24)); }

.trust-inner::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, rgba(49, 152, 213, 0.24)); transform: scaleX(-1); }

.trust-items { display: flex; justify-content: center; flex-wrap: wrap; gap: 13px 30px; }

.trust-items span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }

.tiny-check { width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-700); border: 1px solid #cde8f8; background: #fff; font-size: 10px; font-style: normal; }

section { padding: 118px 0; scroll-margin-top: 92px; }

.section-heading { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.5fr); gap: 52px; align-items: end; margin-bottom: 62px; }

.section-intro { color: var(--muted); line-height: 1.72; font-size: 18px; }

.movement { background: #fff; border-top: 1px solid rgba(13, 58, 99, 0.06); border-bottom: 1px solid rgba(13, 58, 99, 0.06); }

.section-center { max-width: 900px; margin: 0 auto 76px; text-align: center; }

.section-center .section-label { justify-content: center; }

.section-center h2 { margin-left: auto; margin-right: auto; }

.section-center .section-intro { max-width: 760px; margin: 18px auto 0; }

.movement-outro { margin-top: 56px; margin-bottom: 0; }

.framework-outro { margin-top: 56px; margin-bottom: 0; }

.journey-outro { margin-top: 44px; margin-bottom: 0; }

.quote-card strong { color: var(--blue-900); font-weight: 600; }

.solutions-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 72px 64px; }

.solution-card { display: grid; align-content: start; gap: 18px; }

.solution-thumb { width: 156px; height: 156px; overflow: hidden; border: 1px solid rgba(13, 58, 99, 0.13); border-radius: 28px; background: #fff; box-shadow: 0 10px 24px rgba(6, 35, 68, 0.06); }

.solution-thumb img { width: 100%; height: 100%; object-fit: cover; }

.solution-card h3 { color: #151c24; font-size: 29px; line-height: 1.18; font-weight: 400; }

.solution-card p { max-width: 350px; color: #303a45; font-size: 18px; line-height: 1.58; }

.solution-link { width: max-content; margin-top: 8px; color: #fff; background: var(--blue-900); box-shadow: 0 12px 24px rgba(6, 35, 68, 0.18); }

.movement-grid { display: grid; grid-template-columns: minmax(380px, 0.95fr) minmax(0, 1.05fr); gap: 58px; align-items: center; }

.asset-orbit { position: relative; min-height: 520px; display: grid; place-items: center; }

.asset-orbit::before { content: ""; position: absolute; width: 390px; height: 390px; border: 2px dashed rgba(49, 152, 213, 0.34); border-radius: 50%; animation: spin 28s linear infinite; }

.asset-orbit::after { content: ""; position: absolute; width: 278px; height: 278px; border: 2px solid rgba(49, 152, 213, 0.13); border-radius: 50%; }

.orbit-mark { width: 50px; height: 50px; border-radius: 8px; display: grid; place-items: center; background: rgba(255, 255, 255, 0.15); font-size: 34px; }

.asset-node { position: absolute; z-index: 3; width: 142px; min-height: 128px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid rgba(49, 152, 213, 0.2); border-radius: 8px; background: rgba(255, 255, 255, 0.96); box-shadow: 0 10px 24px rgba(6, 35, 68, 0.07); color: #8193a9; font-weight: 600; text-align: center; }

.asset-node strong { color: var(--blue-900); font-size: 25px; line-height: 1; }

.asset-node span { font-size: 15px; }

.coin-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 28px; font-weight: 700; box-shadow: 0 10px 20px rgba(6, 35, 68, 0.08); }

.coin-icon.btc { background: linear-gradient(135deg, #4fb8f5, #155582); }

.coin-icon.eth { background: linear-gradient(135deg, #7dd6ff, #0d3a63); }

.coin-icon.sol { background: linear-gradient(135deg, #2f95d2, #0d3a63); font-size: 19px; }

.coin-icon.usdc { background: linear-gradient(135deg, #3198d5, #082c52); font-size: 26px; }

.asset-node.one { top: 24px; left: 30px; }

.asset-node.two { top: 66px; right: 18px; }

.asset-node.three { bottom: 34px; left: 16px; }

.asset-node.four { bottom: 12px; right: 36px; }

.feature-stack { display: grid; gap: 16px; }

.feature-icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 8px; color: var(--blue-700); background: #edf8ff; border: 1px solid #cde8f8; }

.feature-row b { display: block; color: var(--ink); font-size: 24px; line-height: 1.25; margin-bottom: 6px; font-weight: 500; }

.feature-row p { color: var(--muted); font-size: 17px; line-height: 1.62; }

.framework-grid { display: grid; grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr); gap: 58px; align-items: center; }

.framework-section { background: linear-gradient(180deg, #f5fbff 0%, #ffffff 100%); }

.framework-list { border-top: 2px solid var(--blue-500); }

.framework-mission { display: grid; align-content: center; gap: 18px; min-height: 360px; padding: 42px 34px; border-top: 2px solid var(--blue-500); border-bottom: 2px solid var(--blue-500); background: #dff4ff; }

.framework-mission p { color: var(--muted); font-size: 18px; line-height: 1.66; }

.framework-mission p:first-child { color: var(--blue-900); font-size: 30px; line-height: 1.2; font-weight: 500; }

.framework-item { display: grid; gap: 14px; padding: 31px 28px; border-bottom: 2px solid var(--blue-500); }

.framework-item.is-active { background: #dff4ff; }

.framework-item h3 { color: var(--blue-700); font-size: 31px; line-height: 1.18; font-weight: 400; }

.framework-item p { color: #2f3e4d; font-size: 18px; line-height: 1.58; }

.framework-link { display: inline-flex; align-items: center; gap: 8px; width: max-content; color: var(--blue-700); font-size: 16px; font-weight: 600; }

.framework-media { position: relative; min-height: 520px; overflow: hidden; border: 1px solid rgba(13, 58, 99, 0.12); border-radius: var(--radius-xl); background: linear-gradient(160deg, #ffffff 0%, #eaf6ff 100%); box-shadow: 0 12px 28px rgba(6, 35, 68, 0.06); }

.framework-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }

.copy-stack { display: grid; gap: 20px; }

.lead { color: var(--blue-700); font-size: 22px; line-height: 1.55; font-weight: 400; }

.muted { color: var(--muted); line-height: 1.65; }

.os-card { position: relative; min-height: 560px; padding: 30px; overflow: hidden; border: 1px solid rgba(13, 58, 99, 0.14); border-radius: var(--radius-xl); background: radial-gradient(circle at 50% 54%, rgba(49, 152, 213, 0.11), transparent 23rem), linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 251, 0.94)); box-shadow: 0 12px 28px rgba(6, 35, 68, 0.06); }

.os-card svg { width: 100%; height: 500px; }

.control-grid { margin-top: 26px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }

.control-pill span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 12px; color: var(--blue-700); background: #edf8ff; border: 1px solid #cde8f8; border-radius: 8px; font-weight: 700; }

.control-pill strong { display: block; font-size: 15px; }

.journey { background: linear-gradient(180deg, #ffffff, #f5fbff); }

.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }

.timeline-card:hover { transform: translateY(-4px); border-color: rgba(49, 152, 213, 0.28); box-shadow: 0 14px 28px rgba(6, 35, 68, 0.06); }

.timeline-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; }

.timeline-icon { position: relative; width: 52px; height: 52px; border: 1px solid rgba(49, 152, 213, 0.18); border-radius: 8px; background: radial-gradient(circle at 30% 26%, rgba(136, 217, 255, 0.36), transparent 42%), #f5fbff; }

.timeline-icon::before { content: ""; position: absolute; border-radius: 99px; background: var(--blue-600); }

.timeline-icon::after { content: ""; position: absolute; border-radius: 99px; background: var(--blue-600); }

.market-icon::before { left: 13px; top: 17px; width: 26px; height: 3px; }

.market-icon::after { left: 18px; top: 29px; width: 16px; height: 3px; box-shadow: -5px 0 0 #88d9ff, 5px 0 0 #88d9ff; }

.strategy-icon::before { left: 14px; top: 27px; width: 25px; height: 3px; transform: rotate(-36deg); }

.strategy-icon::after { right: 12px; top: 14px; width: 10px; height: 10px; border-top: 3px solid var(--blue-600); border-right: 3px solid var(--blue-600); background: transparent; border-radius: 0; }

.lending-icon::before { left: 14px; bottom: 15px; width: 24px; height: 12px; border: 3px solid var(--blue-600); border-top: 0; background: transparent; border-radius: 0 0 12px 12px; }

.lending-icon::after { left: 17px; top: 15px; width: 18px; height: 18px; border: 3px solid #88d9ff; background: transparent; }

.os-icon::before { left: 14px; top: 14px; width: 24px; height: 24px; border-radius: 8px; background: linear-gradient(145deg, var(--blue-600), var(--blue-900)); }

.os-icon::after { content: "F"; left: 0; top: 0; width: 52px; height: 52px; display: grid; place-items: center; color: #fff; font-size: 17px; font-weight: 700; background: transparent; }

.timeline-card small { display: block; color: #7a93ad; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }

.timeline-card p { color: var(--muted); font-size: 14px; line-height: 1.58; }

.principle-card p { color: var(--muted); font-size: 14px; line-height: 1.58; }

.process-step p { color: #c9e4f6; font-size: 14px; line-height: 1.58; }

.principle-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }

.principle-icon { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; color: var(--blue-700); background: #edf8ff; border: 1px solid #cde8f8; border-radius: 8px; font-size: 16px; font-weight: 800; }

.operations { position: relative; color: #fff; background: var(--blue-950); overflow: hidden; }

.operations::before { content: ""; position: absolute; right: -160px; top: -240px; width: 630px; height: 630px; border-radius: 50%; background: radial-gradient(circle, rgba(49, 152, 213, 0.22), transparent 66%); }

.operations .shell { position: relative; }

.operations .section-label { color: #88d9ff; }

.operations .section-label::before { background: #88d9ff; }

.operations h2 { color: #fff; }

.operations .section-intro { color: #c9e4f6; }

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }

.operations-layout { display: grid; grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr); gap: 78px; align-items: start; }

.operations-copy { position: sticky; top: 112px; }

.operations-copy h2 { margin-bottom: 28px; }

.roadmap-wrap { position: relative; isolation: isolate; overflow: hidden; font-family: "Manrope", sans-serif; background: transparent; }

.roadmap-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }

.roadmap-noise { position: absolute; inset: 0; }

.roadmap-blob { position: absolute; border-radius: 50%; filter: blur(46px); }

.roadmap-blob-a { top: -160px; right: -120px; width: 560px; height: 560px; animation: rmBlobDriftA 16s ease-in-out infinite; }

.roadmap-blob-b { bottom: -200px; left: -160px; width: 620px; height: 620px; animation: rmBlobDriftB 20s ease-in-out infinite; }

.roadmap-spotlight { position: absolute; inset: 0; transition: background 0.2s ease-out; }

.roadmap-track { position: relative; z-index: 1; max-width: 1240px; margin: 0 auto; padding: 90px 48px; }

.roadmap-line { position: absolute; left: 108px; top: var(--line-top, 36px); height: var(--line-height, calc(100% - 72px)); width: 2px; background: rgba(255, 255, 255, 0.08); }

.roadmap-line-fill { position: absolute; left: 108px; top: var(--line-top, 36px); width: 2px; height: calc(var(--line-progress, 0) * var(--line-height, 100%)); background: linear-gradient(180deg, #8fdcff, #3f7cf0); box-shadow: 0 0 12px 1px rgba(94, 184, 255, 0.6); transition: height 0.1s linear; }

.roadmap-row { position: relative; z-index: 2; display: flex; align-items: center; padding: 48px 28px; margin: 0 -28px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); cursor: pointer; scroll-snap-align: center; scroll-snap-stop: always; background: transparent; }

.roadmap-row:last-child { border-bottom: none; }

.roadmap-row.is-active { background: transparent; }

.roadmap-row-inner { display: grid; grid-template-columns: 120px 48px 1fr auto; align-items: center; column-gap: 24px; position: relative; width: 100%; }

.roadmap-node-col { width: 120px; display: flex; justify-content: center; }

.roadmap-node { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 14px; border: 1.5px solid rgba(255, 255, 255, 0.18); color: rgba(255, 255, 255, 0.55); background: rgba(255, 255, 255, 0.03); transform: scale(1); transition: all 0.55s cubic-bezier(0.16, 1, 0.3, 1); }

.roadmap-row.is-active .roadmap-node { border-color: transparent; color: #06101f; background: linear-gradient(135deg, #8fdcff, #3f7cf0); transform: scale(1.12); animation: rmPulseRing 2.4s ease-out infinite; }

.roadmap-icon-wrap { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: transparent; transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1); }

.roadmap-row.is-active .roadmap-icon-wrap { background: rgba(94, 184, 255, 0.1); }

.roadmap-icon { color: rgba(255, 255, 255, 0.45); transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }

.roadmap-row.is-active .roadmap-icon { color: #8fdcff; filter: drop-shadow(0 0 10px rgba(94, 184, 255, 0.5)); }

.roadmap-title { margin: 0; font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 30px; letter-spacing: -0.005em; color: rgba(255, 255, 255, 0.5); transform: translateX(0); text-shadow: none; transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }

.roadmap-row.is-active .roadmap-title { color: #f5f8ff; transform: translateX(14px); text-shadow: 0 0 26px rgba(94, 184, 255, 0.35); }

.roadmap-ghost { display: flex; justify-content: flex-end; opacity: 0.35; transform: scale(1); transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); color: rgba(255, 255, 255, 0.18); }

.roadmap-row.is-active .roadmap-ghost { opacity: 1; transform: scale(1.08); color: #8fdcff; filter: drop-shadow(0 0 24px rgba(94, 184, 255, 0.5)); }

.operation-summary { margin-top: 34px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid rgba(136, 217, 255, 0.2); border-radius: var(--radius-lg); overflow: hidden; background: rgba(26, 72, 112, 0.42); }

.operation-metric { padding: 24px; border-right: 1px solid rgba(136, 217, 255, 0.18); }

.operation-metric:last-child { border-right: 0; }

.operation-metric strong { display: block; color: #88d9ff; font-size: 22px; line-height: 1.2; font-weight: 600; }

.operation-metric span { display: block; margin-top: 8px; color: #c9e4f6; font-size: 13px; line-height: 1.45; }

.process-step .step-no { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 8px; color: #88d9ff; background: rgba(136, 217, 255, 0.1); font-size: 12px; font-weight: 700; }

.process-step h3 { margin: 28px 0 9px; color: #fff; font-size: 18px; line-height: 1.25; font-weight: 600; }

.settlement-panel p { color: #c9e4f6; line-height: 1.68; }

.settlement-panel strong { color: #88d9ff; }

.future-grid { display: grid; grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr); gap: 58px; align-items: center; }

.infrastructure-card { position: relative; min-height: 470px; overflow: hidden; border: 1px solid rgba(13, 58, 99, 0.14); border-radius: var(--radius-xl); background: #eaf6ff; box-shadow: 0 12px 28px rgba(6, 35, 68, 0.06); }

.infrastructure-card img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }

.infrastructure-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 35, 68, 0.18), transparent 42%), linear-gradient(180deg, transparent 58%, rgba(6, 35, 68, 0.32)); pointer-events: none; }

.photo-caption { position: absolute; left: 24px; bottom: 22px; z-index: 2; max-width: 320px; color: #fff; }

.photo-caption strong { display: block; font-size: 18px; line-height: 1.3; font-weight: 600; }

.photo-caption span { display: block; margin-top: 7px; color: rgba(255, 255, 255, 0.8); font-size: 13px; line-height: 1.45; }

.quote-card { margin: 26px 0; padding-left: 22px; border-left: 4px solid var(--blue-500); color: var(--blue-700); font-size: 23px; line-height: 1.45; font-weight: 400; }

.partners-section { position: relative; color: var(--ink); background: #fff; border-top: 1px solid rgba(13, 58, 99, 0.06); overflow: hidden; }

.partners-marquee { padding-top: 32px; margin-top: -32px; overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent); }

.partners-track { display: flex; align-items: center; gap: 14px; width: max-content; animation: partners-scroll 26s linear infinite; }

.partners-marquee:hover .partners-track { animation-play-state: paused; }

.partner-card { border: 1px solid rgba(13, 58, 99, 0.13); background: rgba(255, 255, 255, 0.92); border-radius: var(--radius-lg); box-shadow: none; display: flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 12px; width: 260px; height: 108px; padding: 20px; text-decoration: none; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }

.partner-card:hover { transform: translateY(-4px); border-color: rgba(49, 152, 213, 0.28); box-shadow: 0 14px 28px rgba(6, 35, 68, 0.06); }

.partner-logo-img { max-width: 100%; max-height: 30px; width: auto; height: auto; object-fit: contain; }

.partner-logo-icon { max-height: 26px; flex: 0 0 auto; }

.partner-logo-kryptfi { max-height: 32px; }

.partner-logo-changenow { max-height: 48px; }

.partner-mark { width: 26px; height: 26px; flex: 0 0 auto; display: inline-block; transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); }

.partner-card:hover .partner-mark { transform: rotate(180deg); }

.partner-mark-ioswap { border-radius: 8px; background: conic-gradient(from 220deg, #2de3a7, #0b3d2d 55%, #2de3a7); box-shadow: 0 0 18px rgba(45, 227, 167, 0.45); }

.partner-mark-vaultsvest { border-radius: 16px; background: conic-gradient(from 220deg, #a78bfa, #7c3aed 55%, #f472b6); box-shadow: 0 0 18px rgba(167, 139, 250, 0.45); }

.partner-mark-vestyex { border-radius: 3px; background: conic-gradient(from 220deg, #e8b339, #8a6a18 55%, #e8b339); }

.partner-mark-bitekoin { border-radius: 10px; background: conic-gradient(from 220deg, #4f46e5, #6366f1 55%, #818cf8); box-shadow: 0 0 18px rgba(79, 70, 229, 0.45); }

.partner-name { font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; white-space: nowrap; }

.partner-name-ioswap { font-family: "Syne", sans-serif; font-weight: 800; letter-spacing: -0.5px; }

.partner-name-vaultsvest { font-family: "Syne", sans-serif; font-weight: 800; letter-spacing: -0.5px; }

.partner-name-bitekoin { font-family: "Syne", sans-serif; font-weight: 800; letter-spacing: -0.5px; }

.partner-name-vestyex { font-family: "Albert Sans", sans-serif; font-weight: 800; letter-spacing: -0.5px; }

.partner-name-kryptfi { font-family: "IBM Plex Mono", monospace; font-weight: 700; letter-spacing: -0.5px; }

.future-faq-section { position: relative; color: var(--ink); background: linear-gradient(180deg, #f5fbff 0%, #ffffff 100%); border-top: 1px solid rgba(13, 58, 99, 0.06); overflow: hidden; }

.future-faq-section .shell { position: relative; }

.future-faq-section .section-label { color: var(--blue-700); }

.future-faq-section .section-label::before { background: var(--blue-500); }

.future-faq-section h2 { color: var(--ink); }

.future-faq-section .section-intro { color: var(--muted); }

.future-faq-list { max-width: 940px; margin: 0 auto; border-top: 1px solid rgba(13, 58, 99, 0.12); }

.future-faq-item { border-bottom: 1px solid rgba(13, 58, 99, 0.12); }

.future-faq-item summary { display: grid; grid-template-columns: 1fr 46px; gap: 20px; align-items: center; min-height: 88px; color: var(--ink); cursor: pointer; list-style: none; font-size: clamp(20px, 1.9vw, 27px); line-height: 1.2; font-weight: 500; }

.future-faq-item summary::-webkit-details-marker { display: none; }

.future-faq-item summary:focus-visible { outline: 2px solid var(--blue-500); outline-offset: 6px; border-radius: 8px; }

.faq-plus { position: relative; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid #cde8f8; border-radius: 8px; background: #edf8ff; }

.faq-plus::before { content: ""; position: absolute; width: 18px; height: 2px; border-radius: 99px; background: var(--blue-600); transition: transform 180ms ease; }

.faq-plus::after { content: ""; position: absolute; width: 18px; height: 2px; border-radius: 99px; background: var(--blue-600); transition: transform 180ms ease; transform: rotate(90deg); }

.future-faq-item[open] .faq-plus::after { transform: rotate(0deg); }

.future-faq-content { max-width: 760px; padding: 0 74px 34px 0; color: var(--muted); font-size: 17px; line-height: 1.72; }

.resource-strip { padding: 96px 0 118px; background: linear-gradient(180deg, #f5fbff, #ffffff); }

.resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }

.resource-card strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 18px; font-weight: 500; }

.resource-card p { color: var(--muted); font-size: 14px; line-height: 1.55; }

.lang-switcher { position: relative; }

.lang-btn:hover { background: var(--soft); border-color: var(--blue-300); }

.lang-btn svg { opacity: 0.55; transition: transform 0.2s; }

.lang-btn[aria-expanded="true"] svg { transform: rotate(180deg); }

.lang-menu.is-open { display: block; }

.lang-menu [data-lang] { display: block; width: 100%; padding: 9px 14px; text-align: left; background: none; border: none; cursor: pointer; font-size: 13px; color: var(--ink); transition: background 0.1s; }

.lang-menu [data-lang]:hover { background: var(--soft); }

.lang-menu [data-lang].is-active { color: var(--blue-600); font-weight: 600; }

ul { margin: 18px 0 0; padding-left: 22px; }

.nav-links a.active { color: var(--blue-700); font-weight: 600; }

.btn-light { background: #fff; color: var(--blue-900); }

.operation-list { display: grid; border-top: 1px solid rgba(136, 217, 255, 0.24); }

.operation-step { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid rgba(136, 217, 255, 0.24); }

.operation-no { display: grid; place-items: center; width: 44px; height: 44px; color: #88d9ff; background: rgba(136, 217, 255, 0.1); border-radius: 8px; font-size: 13px; font-weight: 700; }

.operation-step h3 { margin: 0 0 7px; color: #fff; font-size: 22px; line-height: 1.25; font-weight: 600; }

.operation-step p { max-width: 620px; color: #c9e4f6; font-size: 16px; line-height: 1.58; }

.academy-hero { padding: 84px 0 30px; }

.academy-hero h1 { margin: 18px 0 14px; max-width: 720px; font-size: clamp(34px, 5vw, 54px); line-height: 1.08; font-weight: 600; letter-spacing: -0.5px; }

.academy-hero p { max-width: 640px; margin: 0 0 22px; color: var(--muted); font-size: 17px; line-height: 1.7; }

.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; }

.meta-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--blue-800); font-size: 13px; font-weight: 600; }

.meta-chip i { width: 7px; height: 7px; border-radius: 50%; background: var(--blue-500); }

.featured { padding: 34px 0 10px; }

.featured-card { display: grid; grid-template-columns: 1.05fr 0.95fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }

.featured-copy { padding: 44px 46px; display: flex; flex-direction: column; justify-content: center; }

.tagline { display: inline-flex; width: fit-content; padding: 6px 12px; border-radius: 999px; background: var(--blue-100); color: var(--blue-700); font-size: 12px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; }

.featured-copy h2 { margin: 16px 0 12px; font-size: clamp(24px, 3vw, 32px); line-height: 1.2; font-weight: 600; }

.featured-copy p { margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.7; }

.read-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-700); font-size: 15px; font-weight: 600; transition: gap 180ms ease; }

.read-link:hover { gap: 12px; }

.featured-visual { min-height: 320px; display: flex; align-items: center; justify-content: center; padding: 28px; background: radial-gradient(circle at 70% 20%, rgba(49, 152, 213, 0.35), transparent 55%), linear-gradient(140deg, #082c52, #06121f); }

.featured-visual img { max-height: 420px; max-width: 100%; width: auto; border-radius: 10px; box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45); }

.glance-quote { margin-top: 10px; padding: 44px 48px; border-radius: var(--radius-xl); background: linear-gradient(120deg, var(--blue-950), var(--blue-800)); color: #fff; box-shadow: var(--shadow); }

.glance-quote h2 { margin: 0 0 16px; font-size: 24px; font-weight: 600; }

.glance-quote p { margin: 0; color: #cfe6f7; font-size: 16.5px; line-height: 1.8; max-width: 860px; }

.modules { padding: 44px 0 30px; }

.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 24px; }

.section-head h2 { margin: 0; font-size: 26px; font-weight: 600; }

.section-head span { color: var(--muted); font-size: 14px; }

.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

.module-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-soft); transition: transform 200ms ease, box-shadow 200ms ease; }

.module-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.card-visual img { width: 100%; height: auto; display: block; transition: transform 300ms ease; }

.module-card:hover .card-visual img { transform: scale(1.03); }

.card-body { display: flex; flex-direction: column; flex: 1; padding: 22px 24px 24px; }

.card-tag { color: var(--blue-600); font-size: 12px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; }

.card-body h3 { margin: 10px 0 8px; font-size: 18px; line-height: 1.35; font-weight: 600; }

.card-body p { margin: 0 0 18px; color: var(--muted); font-size: 14.5px; line-height: 1.65; flex: 1; }

.card-foot { display: flex; align-items: center; justify-content: space-between; color: var(--blue-700); font-size: 13.5px; font-weight: 600; }

.card-foot .mins { color: var(--muted); font-weight: 500; }

.cta-band { padding: 40px 0 90px; }

.cta-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; padding: 40px 46px; border-radius: var(--radius-xl); background: linear-gradient(120deg, var(--blue-900), var(--blue-700)); color: #fff; box-shadow: var(--shadow); }

.cta-inner h2 { margin: 0 0 8px; font-size: 26px; font-weight: 600; }

.cta-inner p { margin: 0; color: #bfe0f5; font-size: 15px; line-height: 1.6; max-width: 560px; }

.article-head { padding: 64px 0 26px; }

.crumb { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-600); font-size: 14px; font-weight: 600; }

.crumb:hover { color: var(--blue-800); }

.article-head h1 { margin: 20px 0 14px; max-width: 860px; font-size: clamp(30px, 4.4vw, 46px); line-height: 1.12; font-weight: 600; letter-spacing: -0.4px; }

.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; color: var(--muted); font-size: 14px; }

.article-meta b { color: var(--blue-800); font-weight: 600; }

.article-banner { padding: 26px 0 4px; }

.poster-figure { margin: 0 auto; max-width: 430px; }

.poster-figure img { width: 100%; display: block; border-radius: 12px; box-shadow: 0 24px 54px rgba(6, 35, 68, 0.28); }

.journey-band { padding: 34px 0 4px; }

.journey-band img { width: 100%; display: block; border-radius: var(--radius-xl); box-shadow: var(--shadow); }

.article-body { max-width: 780px; margin: 0 auto; padding: 34px 0 30px; font-size: 17px; line-height: 1.78; color: #24405c; }

.article-body h2 { margin: 46px 0 14px; font-size: 27px; line-height: 1.25; font-weight: 600; color: var(--ink); }

.article-body h3 { margin: 30px 0 8px; font-size: 19px; font-weight: 600; color: var(--blue-800); }

.article-body p { margin: 0 0 18px; }

.article-body ul { margin: 0 0 20px; /* padding-left: 24px; */ }

.article-body ol { margin: 0 0 20px; padding-left: 24px; }

.article-body li { margin: 0 0 10px; }

.tick-list { list-style: none; padding-left: 0; }

.article-body strong { color: var(--ink); font-weight: 600; margin-right: 10px; }

.takeaways { margin: 40px 0; padding: 28px 30px 20px; border-left: 3px solid var(--blue-600); border-radius: 0 var(--radius-xl) var(--radius-xl) 0; background: var(--blue-100); }

.takeaways h2 { margin: 0 0 14px !important; font-size: 21px !important; }

.takeaways ul { margin-bottom: 6px; }

.knowledge { margin: 40px 0; padding: 28px 30px 20px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-soft); }

.knowledge h2 { margin: 0 0 6px !important; font-size: 21px !important; display: flex; align-items: center; gap: 10px; }

.knowledge h2::before { content: "?"; display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--blue-900); color: #fff; font-size: 15px; }

.knowledge .hint { margin: 0 0 14px; color: var(--muted); font-size: 14px; }

.outro { margin: 40px 0 8px; padding: 24px 28px; border: 1px dashed rgba(13, 58, 99, 0.3); border-radius: var(--radius-xl); background: var(--soft); font-size: 15.5px; }

.outro p { margin: 0 0 10px; }

.outro p:last-child { margin: 0; }

.pager { padding: 8px 0 30px; }

.pager-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.pager-link { padding: 20px 24px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; transition: transform 180ms ease, box-shadow 180ms ease; }

.pager-link:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }

.pager-link.next { text-align: right; }

.pager-link small { display: block; margin-bottom: 6px; color: var(--muted); font-size: 12.5px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 600; }

.pager-link b { font-size: 15.5px; font-weight: 600; color: var(--blue-800); line-height: 1.4; }

.pager-link.empty { visibility: hidden; }

.related { padding: 24px 0 90px; }

.related h2 { margin: 0 0 22px; font-size: 24px; font-weight: 600; }

.news-visual { height: 118px; overflow: hidden; }

.news-visual svg { width: 100%; height: 100%; display: block; }

.news-card .card-body { padding: 20px 24px 22px; }

.news-card h3 { font-size: 19px; }

.news-card .outlet-en { margin: -4px 0 8px; color: var(--blue-600); font-size: 12.5px; font-weight: 600; letter-spacing: 0.6px; }

.news-featured .featured-copy .domain { color: var(--muted); font-size: 13px; margin-top: 14px; }

.press-note { margin-top: 26px; padding: 18px 22px; border: 1px dashed rgba(13, 58, 99, 0.28); border-radius: var(--radius-xl); background: var(--soft); color: var(--muted); font-size: 13.5px; line-height: 1.6; }

.license-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }

.license-card { border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-soft); overflow: hidden; }

.license-card img { width: 100%; display: block; }

.license-body { padding: 24px 26px 26px; }

.license-body h2 { margin: 0 0 4px; font-size: 21px; font-weight: 600; }

.license-body .authority { margin: 0 0 16px; color: var(--blue-600); font-size: 13px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; }

.facts { margin: 0; display: grid; gap: 10px; }

.facts div { display: grid; grid-template-columns: 168px 1fr; gap: 12px; font-size: 14.5px; line-height: 1.55; }

.facts dt { color: var(--muted); font-weight: 500; }

.facts dd { margin: 0; color: var(--ink); font-weight: 500; }

.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 8px; }

.pillar { padding: 24px 22px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-soft); }

.pillar i { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 10px; background: var(--blue-100); color: var(--blue-700); margin-bottom: 14px; }

.pillar h3 { margin: 0 0 8px; font-size: 15.5px; font-weight: 600; letter-spacing: 0.4px; }

.pillar p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.verify-note { margin-top: 30px; padding: 20px 24px; border-left: 3px solid var(--blue-600); border-radius: 0 var(--radius-xl) var(--radius-xl) 0; background: var(--blue-100); font-size: 14.5px; line-height: 1.65; color: #24405c; }

.glance-wrap { padding: 26px 0 20px; }

.qa-columns { columns: 2; column-gap: 24px; }

.qa-card { break-inside: avoid; margin: 0 0 24px; padding: 28px 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); }

.qa-num { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; padding: 0 8px; border-radius: 9px; background: var(--blue-100); color: var(--blue-700); font-weight: 600; font-size: 13.5px; letter-spacing: 1px; margin-bottom: 14px; }

.qa-card h2 { margin: 0 0 10px; font-size: 20px; font-weight: 600; line-height: 1.3; color: var(--ink); }

.qa-card p { margin: 0 0 12px; color: #2c4258; font-size: 15px; line-height: 1.72; }

.qa-card p:last-child { margin-bottom: 0; }

.wallet-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 4px 0 14px; padding: 0; list-style: none; }

.wallet-list li { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 9px; background: var(--soft); font-size: 13.5px; font-weight: 600; color: var(--blue-800); }

.wallet-list li::before { content: ""; flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--blue-500); }

.qa-card.vision { background: linear-gradient(140deg, var(--blue-100), #ffffff 70%); border-color: rgba(29, 116, 173, 0.32); }

.press-article { padding: 40px 46px 36px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }

.press-article h2 { margin: 16px 0 14px; max-width: 900px; font-size: clamp(24px, 3.4vw, 34px); line-height: 1.22; font-weight: 600; letter-spacing: -0.3px; }

.press-article .dek { margin: 0 0 16px; color: var(--blue-800); font-size: 17.5px; line-height: 1.65; font-weight: 500; font-style: italic; }

.press-article p { margin: 0 0 14px; color: #2c4258; font-size: 16px; line-height: 1.75; max-width: 900px; }

.press-article .continue-note { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid rgba(13, 58, 99, 0.1); color: var(--blue-700); font-size: 14.5px; font-weight: 600; }

.press-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.shot { display: block; height: 230px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-soft); transition: transform 200ms ease, box-shadow 200ms ease; }

.shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }

.shot:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.news-shot { height: 220px; overflow: hidden; border-bottom: 1px solid var(--line); background: #fff; }

.news-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; transition: transform 300ms ease; }

.module-card:hover .news-shot img { transform: scale(1.03); }

.also-row { margin: 26px 0 0; color: var(--muted); font-size: 14px; line-height: 2.2; }

.also-chip { display: inline-flex; align-items: center; gap: 6px; margin: 0 8px 0 4px; padding: 6px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--blue-800); font-size: 13px; font-weight: 600; transition: border-color 180ms ease, color 180ms ease; }

.also-chip:hover { border-color: var(--blue-500); color: var(--blue-600); }

.legal-hero { padding: 112px 0 76px; }

.legal-hero h1 { margin-top: 18px; max-width: 840px; font-size: clamp(52px, 6vw, 92px); line-height: 1.04; font-weight: 500; letter-spacing: 0; }

.effective { margin-top: 24px; color: var(--muted); font-size: 18px; line-height: 1.6; }

.legal-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 78px; padding: 36px 0 118px; align-items: start; }

.legal-side { position: sticky; top: 104px; display: grid; gap: 12px; padding-top: 4px; animation: fadeUp 700ms ease both; animation-delay: 80ms; }

.legal-side strong { color: var(--blue-900); font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; }

.legal-side a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--blue-700); font-size: 15px; font-weight: 600; }

.legal-content { padding: 54px 64px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255, 255, 255, 0.94); animation: fadeUp 700ms ease both; animation-delay: 140ms; }

.legal-hero .shell { animation: fadeUp 700ms ease both; }

.legal-section { scroll-margin-top: 106px; padding: 34px 0; border-bottom: 1px solid var(--line); }

.legal-section:first-child { padding-top: 0; }

.legal-section:last-child { border-bottom: 0; padding-bottom: 0; }

.legal-section h2 { color: var(--ink); font-size: clamp(28px, 3vw, 42px); line-height: 1.15; font-weight: 500; }

.legal-section p { color: #33475c; font-size: 17px; line-height: 1.72; margin-top: 16px; }

.legal-section li { color: #33475c; font-size: 17px; line-height: 1.72; }

footer.footer-dark { padding: 54px 0 36px; color: #d1e9fb; background: var(--blue-950); border-top: none; }

footer.footer-dark .footer-top { flex-wrap: nowrap; gap: 30px; align-items: flex-start; justify-content: space-between; padding: 0 0 30px; border-bottom: 1px solid rgba(166, 221, 255, 0.15); }

footer.footer-dark .footer-brand { width: 176px; padding: 8px 12px; border-radius: 8px; background: #fff; }

footer.footer-dark .footer-copy { max-width: 560px; margin-top: 17px; color: #98bedb; line-height: 1.6; font-size: 13px; }

footer.footer-dark .footer-links { flex-wrap: wrap; gap: 14px 24px; padding-top: 8px; color: #c4e3f7; font-size: 14px; font-weight: 500; align-items: flex-start; }

footer.footer-dark .footer-links a:hover { color: #fff; }

footer.footer-dark .footer-bottom { padding-top: 21px; padding-bottom: 0; display: flex; justify-content: space-between; gap: 24px; border-top: none; color: #91b9d6; font-size: 13px; }

footer.footer-dark .footer-bottom p { max-width: 790px; line-height: 1.55; margin: 0; }

.button-news-reveal { display: flex; justify-content: flex-start; margin-bottom: 20px; margin-top: -10px; }

.button-news-reveal a { display: inline-flex; align-items: center; margin-right: 5px; color: white!important; font-size: 15px; font-weight: 600; transition: gap 180ms ease; max-width: 150px; width: 100%; min-width: 150px; }

.button-news-reveal a span { color: white!important; }

.d-flex { display: flex; }

.align-items-center { align-items: center; }

.cta-inner .btn-light { background: #fff; color: var(--blue-900); }

.article-head .shell { display: flex; align-items: center; flex-direction: column; text-align: center; }


/* ===================================================================
   KEYFRAMES
   =================================================================== */

@keyframes fwCorePulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}

@keyframes dashFlow {
  to {
    stroke-dashoffset: -64;
  }
}

@keyframes softFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.88);
  }
  80%,
  100% {
    opacity: 0;
    transform: scale(1.36);
  }
}

@keyframes floatDot {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.72;
  }
  50% {
    transform: translateY(-9px);
    opacity: 1;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rmPulseRing {
  0% { box-shadow: 0 0 0 0 rgba(94, 184, 255, 0.45), 0 0 26px 4px rgba(94, 184, 255, 0.4); }
  70% { box-shadow: 0 0 0 16px rgba(94, 184, 255, 0), 0 0 30px 6px rgba(94, 184, 255, 0.5); }
  100% { box-shadow: 0 0 0 0 rgba(94, 184, 255, 0), 0 0 26px 4px rgba(94, 184, 255, 0.4); }
}

@keyframes rmBlobDriftA {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(40px, -30px) scale(1.1); }
}

@keyframes rmBlobDriftB {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-30px, 40px) scale(1.06); }
}

@keyframes partners-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}


/* ===================================================================
   PAGE-SPECIFIC OVERRIDES (scoped by body id: #home, #hub, #module)
   =================================================================== */


/* ---- #home ---- */

:where(html:has(body#home)) {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

:where(body#home) img {
  display: block;
  max-width: 100%;
}

:where(body#home) .shell {
  width: min(var(--max), calc(100% - 80px));
  margin: 0 auto;
}

:where(body#home) .brand {
  display: inline-flex;
  align-items: center;
  width: 160px;
  padding: 0;
}

:where(body#home) .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

:where(body#home) .btn-secondary {
  color: var(--blue-800);
  background: #fff;
  border-color: rgba(13, 58, 99, 0.16);
  box-shadow: 0 8px 20px rgba(6, 35, 68, 0.06);
}

:where(body#home) .menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--blue-800);
  background: #fff;
  border: 1px solid rgba(13, 58, 99, 0.16);
  border-radius: 8px;
}

:where(body#home) .hero::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  right: -350px;
  top: -420px;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient( circle at 35% 35%, rgba(202, 235, 255, 0.86), rgba(49, 152, 213, 0.11) 48%, transparent 70% );
}

:where(body#home) .hero-signature-brand {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: min(var(--max), calc(100% - 80px));
  margin: auto;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
}

:where(body#home) .hero-signature-logo {
  width: 68px;
  height: auto;
}

:where(body#home) .hero-signature {
  margin: 0;
  max-width: 420px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink-soft, rgba(11, 37, 64, 0.55));
}

:where(body#home) .hero-signature-mark {
  font-family: Georgia, serif;
  font-style: normal;
  color: var(--blue-500);
  opacity: 0.6;
}

:where(body#home) .hero-signature-mark-open {
  display: inline-block;
  margin-right: 2px;
  font-size: 28px;
  line-height: 0;
  vertical-align: -8px;
}

:where(body#home) .hero-signature-mark-close {
  display: inline-block;
  margin-left: 2px;
  font-size: 24px;
  line-height: 0;
  vertical-align: -6px;
}

:where(body#home) .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

:where(body#home) .eyebrow::before {
  content: "";
  width: 38px;
  height: 3px;
  border-radius: 99px;
  background: var(--blue-500);
}

:where(body#home) h2 {
  margin: 0;
  margin-top: 14px;
  max-width: 790px;
  font-size: clamp(32px, 3.2vw, 52px);
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 500;
}

:where(body#home) .orbit-center {
  position: relative;
  z-index: 2;
  width: 150px;
  height: 150px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 9px;
  padding: 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  background: linear-gradient(145deg, #1d74ad, #082c52);
  box-shadow: 0 18px 38px rgba(6, 35, 68, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

:where(body#home) .feature-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  align-items: center;
  padding: 23px 26px;
  border: 1px solid rgba(13, 58, 99, 0.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

:where(body#home) .framework-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 44px;
  align-items: center;
}

:where(body#home) .control-pill {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(13, 58, 99, 0.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

:where(body#home) .timeline-card {
  border: 1px solid rgba(13, 58, 99, 0.13);
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-lg);
  box-shadow: none;
  min-height: 214px;
  padding: 26px;
  display: grid;
  align-content: space-between;
  gap: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

:where(body#home) .principle-card {
  border: 1px solid rgba(13, 58, 99, 0.13);
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-lg);
  box-shadow: none;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 78px;
}

:where(body#home) .process-step {
  border: 1px solid rgba(13, 58, 99, 0.13);
  background: rgba(26, 72, 112, 0.66);
  border-radius: var(--radius-lg);
  box-shadow: none;
  position: relative;
  min-height: 206px;
  padding: 26px;
  overflow: hidden;
  color: #d8edf9;
  border-color: rgba(136, 217, 255, 0.18);
  backdrop-filter: blur(6px);
}

:where(body#home) .timeline-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--blue-700);
  background: #edf8ff;
  border: 1px solid #cde8f8;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

:where(body#home) .timeline-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
}

:where(body#home) .principle-card strong {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

:where(body#home) .settlement-panel {
  grid-column: 1 / -1;
  width: 100%;
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
  gap: 52px;
  padding: 52px 58px;
  border: 1px solid rgba(136, 217, 255, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(26, 72, 112, 0.66);
}

:where(body#home) .settlement-panel h3 {
  color: #fff;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.12;
  font-weight: 500;
}

:where(body#home) .resource-card {
  min-height: 142px;
  padding: 26px;
  border: 1px solid rgba(13, 58, 99, 0.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

footer {
  padding: 54px 0 36px;
  color: #d1e9fb;
  background: var(--blue-950);
}

.footer-top {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(166, 221, 255, 0.15);
}

.footer-brand {
  width: 176px;
  /* padding: 8px 12px; */
  border-radius: 8px;
}

.footer-copy {
  max-width: 560px;
  margin-top: 17px;
  color: #98bedb;
  line-height: 1.6;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  padding-top: 8px;
  color: #c4e3f7;
  font-size: 14px;
  font-weight: 500;
}

.footer-links a:hover {
  color: #fff;
}

.footer-dropdown {
  position: relative;
  display: inline-flex;
}

.footer-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #c4e3f7;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.footer-dropdown-toggle:hover,
.footer-dropdown.show .footer-dropdown-toggle {
  color: #fff;
}

.footer-dropdown-toggle svg {
  color: #fff;
  opacity: 0.85;
  transition: transform 0.2s;
}

.footer-dropdown.show .footer-dropdown-toggle svg {
  transform: rotate(180deg);
}

.footer-dropdown-menu {
  display: none;
  position: absolute;
  bottom: calc(100% + 6px);
  left: 0;
  min-width: 148px;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  z-index: 20;
}

.footer-dropdown.show .footer-dropdown-menu {
  display: block;
}

.footer-dropdown-menu .footer-dropdown-header {
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue-600);
}

.footer-dropdown-menu a {
  display: block;
  width: 100%;
  padding: 9px 14px;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: var(--ink);
  white-space: nowrap;
  transition: background 0.1s;
}

.footer-dropdown-menu a:hover {
  color: var(--ink);
  background: var(--soft);
}

.footer-bottom {
  padding-top: 21px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #91b9d6;
  font-size: 13px;
}

.footer-bottom p {
  max-width: 790px;
  line-height: 1.55;
}

:where(body#home) .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

:where(body#home) .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:where(body#home) .lang-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 11px;
  background: none;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background 0.15s, border-color 0.15s;
  white-space: nowrap;
}

:where(body#home) .lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  min-width: 148px;
  z-index: 50;
  overflow: hidden;
}

/* ---- #hub ---- */

:where(html:has(body#hub)) {
  scroll-behavior: smooth;
}

:where(body#hub) img {
  display: block;
  max-width: 100%;
}

:where(body#hub) .shell {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

:where(body#hub) .brand {
  display: inline-flex;
  align-items: center;
  width: 160px;
  padding: 0;
}

:where(body#hub) .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

:where(body#hub) .btn-secondary {
  color: var(--blue-800);
  background: #fff;
  border-color: rgba(13, 58, 99, 0.16);
  box-shadow: 0 8px 20px rgba(6, 35, 68, 0.06);
}

:where(body#hub) .menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--blue-800);
  background: #fff;
  border: 1px solid rgba(13, 58, 99, 0.16);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

:where(body#hub) .hero::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  right: -350px;
  top: -420px;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, rgba(202, 235, 255, 0.86), rgba(49, 152, 213, 0.11) 48%, transparent 70%);
}

:where(body#hub) .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

:where(body#hub) .eyebrow::before {
  content: "";
  width: 38px;
  height: 3px;
  border-radius: 99px;
  background: var(--blue-500);
}

:where(body#hub) h2 {
  margin: 0;
  margin-top: 14px;
  max-width: 790px;
  font-size: clamp(40px, 4.7vw, 72px);
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 500;
}

:where(body#hub) .orbit-center {
  position: relative;
  z-index: 2;
  width: 150px;
  height: 150px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 9px;
  padding: 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(145deg, #1d74ad, #082c52);
  box-shadow: 0 18px 38px rgba(6, 35, 68, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

:where(body#hub) .feature-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  align-items: center;
  padding: 23px 26px;
  border: 1px solid rgba(13, 58, 99, 0.13);
  border-radius: 8px;
  background: #fff;
}

:where(body#hub) .framework-showcase {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}

:where(body#hub) .control-pill {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(13, 58, 99, 0.13);
  border-radius: 8px;
  background: #fff;
}

:where(body#hub) .timeline-card {
  border: 1px solid rgba(13, 58, 99, 0.13);
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-lg);
  min-height: 244px;
  padding: 24px;
}

:where(body#hub) .principle-card {
  border: 1px solid rgba(13, 58, 99, 0.13);
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-lg);
  padding: 20px;
}

:where(body#hub) .process-step {
  border: 1px solid rgba(13, 58, 99, 0.13);
  background: rgba(26, 72, 112, 0.66);
  border-radius: var(--radius-lg);
  position: relative;
  min-height: 206px;
  padding: 26px;
  overflow: hidden;
  color: #d8edf9;
  border-color: rgba(136, 217, 255, 0.18);
  backdrop-filter: blur(6px);
}

:where(body#hub) .timeline-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--blue-700);
  background: #edf8ff;
  border: 1px solid #cde8f8;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 28px;
}

:where(body#hub) .timeline-card h3 {
  margin: 8px 0 10px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.15;
  font-weight: 500;
}

:where(body#hub) .principle-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

:where(body#hub) .settlement-panel {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 34px;
  padding: 42px;
  border: 1px solid rgba(136, 217, 255, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(26, 72, 112, 0.66);
}

:where(body#hub) .settlement-panel h3 {
  color: #fff;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.12;
  font-weight: 500;
}

:where(body#hub) .resource-card {
  min-height: 142px;
  padding: 26px;
  border: 1px solid rgba(13, 58, 99, 0.13);
  border-radius: 8px;
  background: #fff;
}

:where(body#hub) .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

:where(body#hub) .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:where(body#hub) .lang-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 11px;
  background: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background 0.15s, border-color 0.15s;
  white-space: nowrap;
}

:where(body#hub) .lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-width: 148px;
  z-index: 50;
  overflow: hidden;
}

:where(body#hub) .card-visual {
  overflow: hidden;
  background: #06121f;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---- #module ---- */

:where(html:has(body#module)) {
  scroll-behavior: smooth;
}

:where(body#module) img {
  max-width: 100%;
  display: block;
}

:where(body#module) .shell {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

:where(body#module) .brand {
  display: inline-flex;
  align-items: center;
  width: 160px;
}

:where(body#module) .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

:where(body#module) .btn-secondary {
  color: var(--blue-800);
  background: #fff;
  border-color: rgba(13, 58, 99, 0.16);
}

:where(body#module) .menu-btn {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--blue-800);
  width: 44px;
  height: 44px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

:where(body#module) .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-600);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

:where(body#module) .eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--blue-500);
}

:where(body#module) .reveal {
  opacity: 0;
}

:where(body#module) .reveal.is-visible {
  opacity: 1;
}

:where(body#module) .lang-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 11px;
  background: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background 0.15s, border-color 0.15s;
  white-space: nowrap;
}

:where(body#module) .lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-width: 148px;
  z-index: 50;
  overflow: hidden;
}

:where(body#module) .card-visual {
  overflow: hidden;
  background: #06121f;
  max-height: 480px;
  height: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* ===================================================================
   BREAKPOINTS
   =================================================================== */


@media (max-width: 992px) {
.nav-actions .text-link { display: none }

.nav-actions .btn { display: none }

.nav-links a { padding: 9px 6px }

.hero-grid { grid-template-columns: 1fr }

.movement-grid { grid-template-columns: 1fr }

.framework-grid { grid-template-columns: 1fr }

.operations-layout { grid-template-columns: 1fr }

.future-grid { grid-template-columns: 1fr }

.section-heading { grid-template-columns: 1fr }

.liquidity-visual { min-height: 500px }

.flow-white { height: 388px }

.asset-orbit { max-width: 620px; width: 100%; margin: 0 auto }

.timeline { grid-template-columns: repeat(2, minmax(0, 1fr)) }

.principle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) }

.process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) }

.resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) }

.control-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) }

.solutions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) }

.operations-copy { position: static }

.nav-links.open a { padding: 10px 0; font-size: 16px }

.module-grid { grid-template-columns: 1fr 1fr }

.license-grid { grid-template-columns: 1fr }

.pillars { grid-template-columns: 1fr 1fr }

.facts div { grid-template-columns: 1fr; gap: 2px }

.press-gallery { grid-template-columns: 1fr 1fr }

.legal-hero { padding: 72px 0 44px }

.legal-layout { grid-template-columns: 1fr; gap: 28px; padding-bottom: 82px }

.legal-side { position: static; display: flex; gap: 12px; overflow-x: auto; padding: 0 0 12px }

.legal-side strong { display: none }

.legal-side a { flex: 0 0 auto; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 13px }

.legal-content { padding: 28px 22px }

.legal-section p { font-size: 15px }

.legal-section li { font-size: 15px }

:where(body#home) .nav-links {
    display: none;
    position: absolute;
    left: 24px;
    right: 24px;
    top: 72px;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(13, 58, 99, 0.14);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(6, 35, 68, 0.08);
  }

:where(body#home) .menu-btn {
    display: grid;
    place-items: center;
  }

:where(body#home) .nav-links.open {
    display: flex;
  }

:where(body#home) .framework-showcase {
    grid-template-columns: 1fr;
  }

:where(body#home) .settlement-panel {
    grid-template-columns: 1fr;
  }

:where(body#hub) .nav-links {
    display: none;
    position: absolute;
    left: 24px;
    right: 24px;
    top: 72px;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(13, 58, 99, 0.14);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(6, 35, 68, 0.08);
  }

:where(body#hub) .menu-btn {
    display: inline-flex;
  }

:where(body#hub) .nav-links.open {
    display: flex;
  }

:where(body#hub) .framework-showcase {
    grid-template-columns: 1fr;
  }

:where(body#hub) .settlement-panel {
    grid-template-columns: 1fr;
  }

:where(body#module) .nav-links {
    display: none;
  }

:where(body#module) .menu-btn {
    display: inline-flex;
  }

:where(body#module) .nav-links.open {
    display: flex;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 14px 24px 20px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
  }
}


@media (max-width: 767px) {
.flow-white { display: none; height: 315px }

.flow-mobile { display: block; width: 100%; height: auto }

.navbar { min-height: 72px; gap: 12px }

.hero { padding: 58px 0 64px }

.hero-grid { gap: 34px }

h1 { font-size: clamp(42px, 13vw, 62px); line-height: 1.08 }

.hero-copy { font-size: 16px }

.section-intro { font-size: 16px }

.hero-actions { flex-direction: column; align-items: stretch }

section { padding: 82px 0 }

.section-center { margin-bottom: 42px; text-align: left }

.section-center .section-label { justify-content: flex-start }

.liquidity-visual { min-height: 410px; padding: 20px; margin-left: -8px; margin-right: -8px }

.diagram-top { flex-direction: column }

.asset-orbit { min-height: 430px; transform: scale(0.82); transform-origin: center; margin: -40px auto }

.feature-icon { width: 50px; height: 50px; border-radius: 8px }

.feature-row b { font-size: 20px }

.feature-row p { font-size: 15px }

.os-card { min-height: 430px; padding: 18px }

.os-card svg { height: 360px }

.infrastructure-card { min-height: 320px }

.infrastructure-card img { min-height: 320px }

.timeline { grid-template-columns: 1fr }

.principle-grid { grid-template-columns: 1fr }

.process-grid { grid-template-columns: 1fr }

.resource-grid { grid-template-columns: 1fr }

.control-grid { grid-template-columns: 1fr }

.solutions-grid { grid-template-columns: 1fr; gap: 34px }

.solution-card { grid-template-columns: 112px 1fr; gap: 16px; align-items: start }

.solution-thumb { width: 112px; height: 112px; border-radius: 20px }

.solution-card h3 { font-size: 22px }

.solution-card p { font-size: 15px; line-height: 1.52 }

.solution-link { min-height: 40px; padding: 0 15px; font-size: 13px }

.framework-item { padding: 22px 18px }

.framework-item h3 { font-size: 26px }

.framework-item p { font-size: 15px }

.framework-media { min-height: 270px }

.framework-media img { min-height: 270px }

.operations-layout { gap: 34px }

.roadmap-track { padding: 56px 20px }

.roadmap-line { left: 42px }

.roadmap-line-fill { left: 42px }

.roadmap-row { padding: 40px 12px; margin: 0 -28px }

.roadmap-row-inner { grid-template-columns: 76px 1fr; row-gap: 12px }

.roadmap-node-col { width: 76px }

.roadmap-node { width: 44px; height: 44px; font-size: 12px }

.roadmap-icon-wrap { grid-column: 2; justify-self: start; width: 36px; height: 36px }

.roadmap-title { grid-column: 2; font-size: 22px }

.roadmap-row.is-active .roadmap-title { transform: translateX(6px) }

.roadmap-ghost { display: none }

.operation-summary { grid-template-columns: 1fr }

.operation-metric { padding: 18px; border-right: 0; border-bottom: 1px solid rgba(136, 217, 255, 0.18) }

.operation-metric:last-child { border-bottom: 0 }

.future-faq-item summary { grid-template-columns: 1fr 40px; min-height: 82px; gap: 14px }

.faq-plus { width: 40px; height: 40px }

.future-faq-content { padding: 0 0 26px; font-size: 15px; line-height: 1.62 }

.qa-columns { columns: 1 }

.wallet-list { grid-template-columns: 1fr }

.qa-card { padding: 24px 22px }

.featured-card { grid-template-columns: 1fr }

.featured-visual { min-height: 220px; order: -1 }

.featured-copy { padding: 30px 26px 34px }

.cta-inner { padding: 32px 26px }

.pager-grid { grid-template-columns: 1fr }

.pager-link.next { text-align: left }

.article-body { font-size: 16.5px }

.glance-quote { padding: 30px 26px }

.operation-step { grid-template-columns: 48px 1fr; gap: 14px; padding: 18px 0 }

.operation-no { width: 38px; height: 38px; font-size: 12px }

.operation-step h3 { font-size: 18px; margin-bottom: 4px }

.operation-step p { font-size: 14px; line-height: 1.5 }

footer.footer-dark .footer-top { flex-direction: column }

footer.footer-dark .footer-bottom { flex-direction: column }

:where(body#home) .shell {
    width: min(var(--max), calc(100% - 34px));
  }

:where(body#home) .hero-signature-brand {
    width: min(var(--max), calc(100% - 34px));
  }

:where(body#home) .brand {
    width: 150px;
  }

:where(body#home) .nav-links {
    left: 17px;
    right: 17px;
    top: 64px;
  }

:where(body#home) .feature-row {
    grid-template-columns: 56px 1fr;
    padding: 20px;
  }

:where(body#home) .framework-showcase {
    gap: 32px;
  }

:where(body#home) .settlement-panel {
    padding: 24px;
    gap: 18px;
  }

:where(body#home) .control-pill {
    min-height: 74px;
    padding: 14px 16px;
  }

:where(body#home) .timeline-card {
    min-height: 0;
  }

:where(body#home) .process-step {
    min-height: 0;
  }

:where(body#home) .footer-top {
    flex-direction: column;
  }

:where(body#home) .footer-bottom {
    flex-direction: column;
  }

:where(body#home) .footer-links {
    gap: 12px 18px;
  }

:where(body#hub) .shell {
    width: min(var(--max), calc(100% - 34px));
  }

:where(body#hub) .brand {
    width: 150px;
  }

:where(body#hub) .nav-links {
    left: 17px;
    right: 17px;
    top: 64px;
  }

:where(body#hub) .feature-row {
    grid-template-columns: 56px 1fr;
    padding: 20px;
  }

:where(body#hub) .framework-showcase {
    gap: 32px;
  }

:where(body#hub) .control-pill {
    min-height: 74px;
    padding: 14px 16px;
  }

:where(body#hub) .timeline-card {
    min-height: 0;
  }

:where(body#hub) .process-step {
    min-height: 0;
  }

:where(body#hub) .footer-links {
    gap: 12px 18px;
  }
}


@media (min-width: 992px) {
.operations-layout { grid-template-columns: 1fr; gap: 0 }

.operations-copy { position: static; grid-row: 1; max-width: 760px; margin-bottom: 40px }

.operations-copy h2 { margin-bottom: 0 }

.roadmap-wrap { grid-row: 3; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw }

:where(body#home) .settlement-panel {
    grid-row: 2;
    margin: 0 0 42px;
  }
}


@media (min-width: 576px) {


:where(body#module) .card-visual {
    height: 400px;
  }

:where(body#hub) .card-visual {
    height: 400px;
  }
}

@media (min-width: 992px) {


:where(body#module) .card-visual {
    height: 580px;
  }

:where(body#hub) .card-visual {
    height: 580px;
  }
}


@media (min-width: 992px) and (max-width: 1200px) {
.nav-links {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #3c5a79;
    font-size: 14px;
    font-weight: 500;
}
}


@media (max-width: 576px) {
.section-head { flex-direction: column; align-items: flex-start; gap: 6px; margin-bottom: 20px }

.press-article { padding: 28px 24px 26px }

.press-gallery { grid-template-columns: 1fr }

.shot { height: 210px }

.pillars { grid-template-columns: 1fr }
}

@media (max-width: 576px) {
  :where(body#hub) .card-visual {
    max-height: 120vw;
    height: 100%;
    min-height: 120vw;
  }
  .module-grid { grid-template-columns: 1fr }
}


@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }

*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }

html { scroll-behavior: auto; }

*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
