@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("./assets/plus-jakarta-sans.woff2") format("woff2");
}

:root {
  --ink: oklch(25% .055 155);
  --purple: oklch(52% .17 155);
  --purple-2: oklch(64% .16 148);
  --muted: oklch(50% .035 155);
  --line: oklch(91% .015 155);
  --accent: oklch(94% .045 155);
  --soft: linear-gradient(180deg, oklch(99% .006 155), oklch(96% .025 155));
  --hero: linear-gradient(135deg, oklch(98% .018 155), oklch(94% .05 155) 45%, oklch(91% .075 150));
  --brand: linear-gradient(92deg, var(--purple), var(--purple-2));
  --lift: 0 22px 50px -28px oklch(34% .11 155 / .28);
}

html { width: 100%; margin: 0; padding: 0; scroll-behavior: smooth; scroll-padding-top: 78px; }
body { width: 100%; margin: 0; padding: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
main { width: 100%; margin: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { letter-spacing: -.03em; font-weight: 700; }
.container-xl { max-width: 1200px; }
.utility-bar { color: var(--muted); font-size: .75rem; font-weight: 500; background: #fff; }
.utility-bar a:hover { color: var(--purple); }
.spark { color: var(--purple); margin-right: .45rem; }
.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; width: 100%; padding: 1rem 1.5rem; background: transparent; pointer-events: none; }
.site-header .navbar { pointer-events: auto; }
.site-header .navbar { position: relative; isolation: isolate; max-width: 1120px; min-height: 72px; overflow: hidden; margin: 0 auto; border: 1px solid rgba(255, 255, 255, .78); border-radius: 999px; padding: .65rem .75rem .65rem 1.25rem; background: rgba(255, 255, 255, .68); box-shadow: inset 0 1px 0 rgba(255,255,255,.94), 0 14px 42px rgba(9, 88, 55, .11); backdrop-filter: blur(22px) saturate(165%); transition: min-height .3s ease, transform .3s ease, background-color .3s ease, box-shadow .3s ease; animation: nav-arrive .65s cubic-bezier(.2, .8, .2, 1) both; }
.site-header .navbar::before { content: ""; position: absolute; z-index: -2; inset: -210% -35%; pointer-events: none; opacity: .8; background: radial-gradient(circle at 25% 45%, rgba(69, 201, 137, .3) 0 11%, transparent 28%), radial-gradient(circle at 57% 52%, rgba(205, 246, 224, .72) 0 13%, transparent 31%), radial-gradient(circle at 83% 38%, rgba(20, 142, 91, .22) 0 10%, transparent 27%); filter: blur(22px); animation: liquid-menu-flow 13s ease-in-out infinite alternate; }
.site-header .navbar::after { content: ""; position: absolute; z-index: -1; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.64), rgba(255,255,255,.16) 38%, rgba(255,255,255,.52) 62%, rgba(255,255,255,.26)); background-size: 220% 100%; animation: liquid-menu-shine 9s ease-in-out infinite; }
.site-header .navbar > * { position: relative; z-index: 1; }
.site-header.is-scrolled .navbar { min-height: 66px; transform: translateY(-2px); background: rgba(255,255,255,.82); box-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 18px 48px rgba(9, 88, 55, .14); }
.navbar-brand { flex: 0 0 auto; margin-right: 0; font-size: 1.2rem; letter-spacing: -.04em; }
.navbar-brand > span:last-child { margin-left: -4px; color: var(--purple); font-weight: 500; }
.brand-mark { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-right: .55rem; border-radius: 12px; color: white; font-weight: 800; background: var(--brand); box-shadow: 0 8px 18px rgba(8, 126, 75, .22); transition: transform .35s cubic-bezier(.2, .8,.2,1); }
.navbar-brand:hover .brand-mark { transform: rotate(-7deg) scale(1.06); }
.sandbox-badge { align-items: center; gap: .5rem; margin-left: 1.25rem !important; border-radius: 999px; padding: .38rem .75rem; color: oklch(36% .12 155); background: var(--accent); font-size: .7rem; font-weight: 700; }
.sandbox-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 5px rgba(17, 139, 89, .1); animation: nav-status-pulse 2.4s ease-in-out infinite; }
.navbar-collapse { min-width: 0; }
.navbar-nav { gap: .35rem !important; }
.nav-link { position: relative; border-radius: 999px; padding: .6rem .85rem !important; color: var(--muted); font-size: .86rem; font-weight: 500; transition: color .25s ease, background-color .25s ease, transform .25s ease; }
.nav-link::after { content: ""; position: absolute; right: .9rem; bottom: .38rem; left: .9rem; height: 2px; border-radius: 99px; background: var(--purple); transform: scaleX(0); transform-origin: center; transition: transform .28s cubic-bezier(.2, .8, .2, 1); }
.nav-link:hover, .nav-link:focus-visible { color: var(--ink); background: rgba(17, 139, 89, .06); transform: translateY(-1px); }
.nav-link:hover::after, .nav-link:focus-visible::after { transform: scaleX(1); }
.mobile-nav-icon, .mobile-nav-arrow { display: none; }
.btn-soft { display: inline-flex; align-items: center; gap: .65rem; padding: .78rem 1.25rem; border: 0; color: #fff; background: var(--brand); box-shadow: 0 9px 20px rgba(8, 126, 75, .22); font-size: .86rem; font-weight: 700; transition: transform .28s ease, box-shadow .28s ease; }
.btn-soft:hover, .btn-soft:focus-visible { color: #fff; transform: translateY(-2px); box-shadow: 0 13px 26px rgba(8, 126, 75, .3); }
.header-cta-icon { display: block; width: 15px; height: 15px; object-fit: contain; filter: brightness(0) invert(1); transition: transform .28s ease; }
.btn-soft:hover .header-cta-icon { transform: translateX(2px) rotate(-5deg); }
@keyframes nav-arrive { from { opacity: 0; transform: translateY(-14px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes nav-status-pulse { 50% { box-shadow: 0 0 0 8px rgba(17, 139, 89, 0); } }
@keyframes liquid-menu-flow { 0% { transform: translate3d(-5%, -3%, 0) rotate(-4deg) scale(1); } 50% { transform: translate3d(6%, 4%, 0) rotate(5deg) scale(1.08); } 100% { transform: translate3d(-1%, 7%, 0) rotate(-2deg) scale(1.03); } }
@keyframes liquid-menu-shine { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
.section-lead, .section-head > p { margin: 1.5rem 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.small-copy { margin-top: 1rem; color: var(--muted); font-size: .875rem; line-height: 1.65; }
.system-hero-wrap { width: 100%; margin: 0; padding: 0; }
.system-hero-wrap > .container-xl { width: 100%; max-width: none; margin: 0; padding: 0; }
.system-hero { position: relative; display: flex; width: 100%; min-height: 100svh; align-items: center; isolation: isolate; overflow: hidden; margin: 0; border: 0; border-radius: 0; padding: 8rem 4rem 5rem; color: var(--ink); background:
  radial-gradient(circle at 16% 78%, rgba(54,196,125,.12), transparent 30%),
  radial-gradient(circle at 86% 20%, rgba(67,212,146,.16), transparent 34%),
  radial-gradient(circle at 74% 74%, rgba(24,142,92,.1), transparent 28%),
  linear-gradient(112deg, #fdfefd 0%, #f8fdf9 34%, #f0faf4 72%, #e9f7ef 100%);
  box-shadow: none; }
.system-hero::before { content: ""; position: absolute; z-index: -3; inset: 0; opacity: .16; background-image: radial-gradient(rgba(15,126,78,.3) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg, transparent 3%, #000 42%, #000 100%); }
.system-hero::after { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.14) 34%, rgba(233,247,239,.04) 100%); pointer-events: none; }
.system-glow { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; filter: blur(3px); }
.system-glow-one { top: -300px; right: -220px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(74, 211, 143, .2), transparent 68%); }
.system-glow-two { bottom: -320px; left: -250px; width: 650px; height: 650px; background: radial-gradient(circle, rgba(18, 137, 87, .12), transparent 70%); }
.system-grid-shell { position: absolute; inset: 7% 4% 7% 42%; z-index: -1; border: 1px solid rgba(17,139,89,.06); border-radius: 2.4rem; background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.03)); box-shadow: inset 0 1px 0 rgba(255,255,255,.45); backdrop-filter: blur(2px); }
.system-network-backdrop { position: absolute; inset: 0 0 0 36%; z-index: -1; width: 64%; height: 100%; opacity: .8; }
.network-path { fill: none; stroke: rgba(17,139,89,.18); stroke-width: 2.6; stroke-linecap: round; stroke-dasharray: 8 14; animation: network-drift 18s linear infinite; }
.network-path.major-path { stroke-width: 3.2; stroke: rgba(17,139,89,.24); }
.network-path.secondary-path { stroke: rgba(17,139,89,.16); animation-duration: 24s; }
.network-path.short-path { stroke: rgba(17,139,89,.14); animation-duration: 14s; }
.network-path.delayed { animation-delay: -4s; }
.network-node { fill: #16a462; stroke: rgba(255,255,255,.88); stroke-width: 4; }
.network-node.soft-node { fill: rgba(22,164,98,.32); stroke: rgba(255,255,255,.55); }
.network-node.pulse-node { animation: network-node-pulse 3.8s ease-in-out infinite; }
.network-node.node-b { animation-delay: .4s; }
.network-node.node-c { animation-delay: 1s; }
.network-glow-dot { opacity: .75; animation: node-glow-breathe 4.6s ease-in-out infinite; }
.network-glow-dot.glow-two { animation-delay: .9s; }
.system-network-chips { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.network-chip { position: absolute; display: inline-flex; align-items: center; border: 1px solid rgba(17,139,89,.12); border-radius: 999px; padding: .55rem .95rem; color: #0d5e38; background: rgba(255,255,255,.72); box-shadow: 0 14px 28px rgba(9,88,55,.07); backdrop-filter: blur(10px); font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.network-chip::before { content: ""; width: 8px; height: 8px; margin-right: .5rem; border-radius: 50%; background: #26c777; box-shadow: 0 0 0 5px rgba(38,199,119,.12); }
.chip-send { top: 19%; left: 48%; }
.chip-msg { top: 29%; left: 59%; }
.chip-hub { top: 17%; right: 20%; }
.chip-receive { top: 37%; right: 8%; }
.chip-rail { bottom: 16%; left: 57%; }
.network-packet { position: absolute; z-index: -1; width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle, #88efb9 0%, #1db869 58%, rgba(29,184,105,0) 72%); box-shadow: 0 0 0 8px rgba(33,194,115,.08), 0 0 16px rgba(33,194,115,.28); opacity: .88; }
.packet-one { top: 26%; left: 57%; animation: packet-one-move 8s linear infinite; }
.packet-two { top: 65%; left: 44%; animation: packet-two-move 10s linear infinite; }
.system-hero-content { position: relative; z-index: 1; }
@keyframes network-drift { to { stroke-dashoffset: -320; } }
@keyframes network-node-pulse { 50% { transform: scale(1.18); fill: #24c677; } }
@keyframes node-glow-breathe { 50% { opacity: 1; transform: scale(1.08); } }
@keyframes packet-one-move { 0% { transform: translate3d(0,0,0); opacity: 0; } 8% { opacity: 1; } 52% { transform: translate3d(410px,74px,0); opacity: 1; } 76% { transform: translate3d(510px,122px,0); opacity: 1; } 100% { transform: translate3d(580px,148px,0); opacity: 0; } }
@keyframes packet-two-move { 0% { transform: translate3d(0,0,0); opacity: 0; } 10% { opacity: .95; } 40% { transform: translate3d(220px,-66px,0); opacity: 1; } 78% { transform: translate3d(650px,-22px,0); opacity: 1; } 100% { transform: translate3d(760px,-4px,0); opacity: 0; } }
.system-eyebrow { display: inline-flex; align-items: center; gap: .6rem; border: 1px solid rgba(17,139,89,.13); border-radius: 999px; padding: .5rem .9rem; color: var(--purple); background: rgba(255,255,255,.86); box-shadow: 0 10px 24px rgba(9,88,55,.06); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(12px); }
.system-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 6px rgba(17,139,89,.1); animation: system-status-pulse 2.6s ease-in-out infinite; }
.system-hero h2 { max-width: 590px; margin: 1.4rem 0 0; font-size: clamp(2.25rem, 4.1vw, 3.65rem); line-height: 1.03; letter-spacing: -.055em; }
.system-hero h2 span { display: block; color: var(--purple); }
.system-hero-content > div:first-child > p { max-width: 560px; margin: 1.4rem 0 0; color: var(--muted); line-height: 1.75; }
.system-promises { display: grid; gap: .75rem; margin-top: 1.8rem; }
.system-promises > div { display: flex; align-items: flex-start; gap: .8rem; }
.system-promise-icon { display: grid; flex: 0 0 28px; place-items: center; width: 28px; height: 28px; margin-top: .1rem; border: 1px solid rgba(17,139,89,.16); border-radius: .65rem; color: var(--purple); background: var(--accent); font-size: .72rem; font-weight: 800; }
.system-promises strong, .system-promises small { display: block; }
.system-promises strong { color: var(--ink); font-size: .87rem; }
.system-promises small { margin-top: .15rem; color: var(--muted); font-size: .73rem; line-height: 1.5; }
.system-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; margin-top: 2rem; }
.system-primary-action, .system-secondary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 999px; padding: .75rem 1.15rem; font-size: .82rem; font-weight: 700; transition: transform .28s ease, background-color .28s ease, box-shadow .28s ease; }
.system-primary-action { gap: .55rem; color: #fff; background: var(--brand); box-shadow: 0 12px 28px rgba(8,126,75,.22); }
.system-primary-action span { transition: transform .28s ease; }
.system-primary-action:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(8,126,75,.3); }
.system-primary-action:hover span { transform: translateX(3px); }
.system-secondary-action { border: 1px solid rgba(17,139,89,.16); color: var(--purple); background: #fff; box-shadow: 0 10px 24px rgba(9,88,55,.06); }
.system-secondary-action:hover { color: var(--purple); background: var(--accent); transform: translateY(-2px); }
.system-map { position: relative; overflow: hidden; border: 1px solid rgba(17,139,89,.14); border-radius: 2.25rem; padding: 1.25rem; background: rgba(255,255,255,.84); box-shadow: inset 0 1px 0 #fff, 0 28px 65px rgba(9,88,55,.13); backdrop-filter: blur(18px); }
.system-map-topline { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(17,139,89,.1); padding: .1rem .15rem 1rem; color: var(--muted); font-size: .66rem; }
.system-map-topline > span:first-child { display: inline-flex; align-items: center; gap: .45rem; color: var(--purple); font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.system-map-topline i { width: 6px; height: 6px; border-radius: 50%; background: #57dfa0; box-shadow: 0 0 0 5px rgba(87,223,160,.08); }
.system-map-topline b { color: var(--ink); font-weight: 700; }
.system-flow { display: grid; grid-template-columns: minmax(110px, 1fr) .56fr minmax(128px, 1.08fr) .56fr minmax(110px, 1fr); align-items: center; gap: .55rem; padding: 1.5rem 0; }
.system-node { position: relative; display: flex; flex-direction: column; align-items: center; min-width: 0; min-height: 174px; border: 1px solid rgba(17,139,89,.12); border-radius: 1.5rem; padding: 1rem .65rem; background: #f8fdf9; text-align: center; transition: transform .35s ease, border-color .35s ease, background-color .35s ease, box-shadow .35s ease; }
.system-node:hover { transform: translateY(-4px); border-color: rgba(17,139,89,.28); background: #fff; box-shadow: 0 14px 28px rgba(9,88,55,.08); }
.system-node-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 1rem; background: var(--accent); }
.system-node-icon img { width: 22px; height: 22px; filter: invert(38%) sepia(55%) saturate(1100%) hue-rotate(108deg) brightness(82%) contrast(92%); opacity: .9; }
.system-node small { margin-top: .8rem; color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.system-node strong { margin-top: .25rem; color: var(--ink); font-size: .75rem; line-height: 1.4; }
.system-node-status { margin-top: auto; border-radius: 999px; padding: .27rem .5rem; color: var(--purple); background: var(--accent); font-size: .55rem; font-weight: 700; }
.moneybox-node { border-color: rgba(17,139,89,.2); background: linear-gradient(145deg, #e5f8ed, #f8fdf9); }
.moneybox-node-icon { position: relative; z-index: 1; color: #fff; background: linear-gradient(145deg, #087b4b, #36c986); box-shadow: 0 10px 25px rgba(10,126,78,.34); font-size: 1.15rem; font-weight: 800; }
.moneybox-pulse { position: absolute; top: 1rem; left: 50%; width: 46px; height: 46px; border: 1px solid rgba(97,221,162,.48); border-radius: 1rem; transform: translateX(-50%); animation: system-hub-pulse 2.4s ease-out infinite; }
.system-connector { position: relative; min-width: 0; height: 72px; }
.connector-line { position: absolute; top: 29px; right: 0; left: 0; height: 1px; background: linear-gradient(90deg, rgba(105,221,166,.16), rgba(105,221,166,.78), rgba(105,221,166,.16)); }
.system-connector::after { content: "›"; position: absolute; top: 16px; right: -2px; color: #70dda9; font-size: 1.4rem; }
.system-connector small { position: absolute; top: 40px; right: -15px; left: -15px; color: var(--muted); font-size: .53rem; text-align: center; white-space: nowrap; }
.flow-packet { position: absolute; z-index: 1; top: 24px; left: 0; width: 11px; height: 11px; border: 2px solid #092d20; border-radius: 50%; background: #74e0ad; box-shadow: 0 0 14px rgba(116,224,173,.8); animation: system-packet 2.2s ease-in-out infinite; }
.connector-out .flow-packet { animation-delay: 1.1s; }
.settlement-lane { border: 1px solid rgba(17,139,89,.1); border-radius: 1.25rem; padding: .85rem; background: #f8fdf9; }
.settlement-rail { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: .7rem; }
.settlement-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: .8rem; color: #9ce8c4; background: rgba(90,219,160,.1); font-size: .65rem; font-weight: 800; }
.settlement-rail small, .settlement-rail strong { display: block; }
.settlement-rail small { color: var(--muted); font-size: .57rem; text-transform: uppercase; letter-spacing: .07em; }
.settlement-rail strong { margin-top: .1rem; color: var(--ink); font-size: .68rem; }
.settlement-state { display: inline-flex; align-items: center; gap: .35rem; border-radius: 999px; padding: .35rem .55rem; color: var(--purple); background: var(--accent); font-size: .56rem; font-weight: 700; }
.settlement-state i { width: 6px; height: 6px; border-radius: 50%; background: #52d99a; }
.settlement-track { position: relative; height: 12px; margin: .65rem .3rem 0; }
.settlement-track span { position: absolute; top: 5px; right: 0; left: 0; height: 1px; background: rgba(17,139,89,.14); }
.settlement-track i { position: absolute; top: 1px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: #5adba0; box-shadow: 0 0 14px rgba(90,219,160,.6); animation: settlement-packet 4s linear infinite; }
.system-map-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem 1rem; padding: 1rem .2rem .1rem; }
.system-map-footer span { display: inline-flex; align-items: center; gap: .35rem; color: var(--muted); font-size: .57rem; font-weight: 600; }
.system-map-footer img { width: 13px; height: 13px; filter: invert(38%) sepia(55%) saturate(1100%) hue-rotate(108deg) brightness(82%) contrast(92%); opacity: .65; }
@keyframes system-status-pulse { 50% { box-shadow: 0 0 0 10px rgba(97,221,162,0); } }
@keyframes system-hub-pulse { from { opacity: .7; transform: translateX(-50%) scale(1); } to { opacity: 0; transform: translateX(-50%) scale(1.65); } }
@keyframes system-packet { 0% { left: 0; opacity: 0; } 15% { opacity: 1; } 85% { opacity: 1; } 100% { left: calc(100% - 11px); opacity: 0; } }
@keyframes settlement-packet { 0% { left: 0; opacity: 0; } 10%,90% { opacity: 1; } 100% { left: calc(100% - 9px); opacity: 0; } }
.section-sm { padding: 4rem 1.5rem; }
.section-space { padding: 7rem 1.5rem; }
.banks-section { position: relative; overflow: hidden; background: #fff; }
.bank-intro { margin: 0; color: var(--ink); font-size: 1.12rem; font-weight: 650; letter-spacing: -.025em; }
.bank-logo-marquee { position: relative; overflow: hidden; margin-top: 2.5rem; padding: .5rem 0 1rem; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.bank-logo-track { display: flex; width: max-content; will-change: transform; animation: bank-logo-marquee 28s linear infinite; }
.bank-logo-marquee:hover .bank-logo-track { animation-play-state: paused; }
.bank-logo-set { display: flex; flex: 0 0 auto; gap: .9rem; padding-right: .9rem; }
.bank-logo-card { position: relative; display: grid; flex: 0 0 190px; place-items: center; min-height: 112px; overflow: hidden; border: 1px solid rgba(35, 96, 70, .1); border-radius: 1.4rem; padding: 1.15rem; background: linear-gradient(145deg, #fff, #f8fdf9); box-shadow: 0 14px 32px rgba(23, 77, 54, .05); transition: transform .35s cubic-bezier(.2, .8,.2,1), border-color .35s ease, box-shadow .35s ease; }
.bank-logo-card::after { content: ""; position: absolute; top: 0; bottom: 0; left: -80%; width: 42%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.85), transparent); transform: skewX(-18deg); transition: left .7s ease; }
.bank-logo-card:hover { z-index: 1; transform: translateY(-6px); border-color: rgba(17, 139, 89, .23); box-shadow: 0 20px 42px rgba(15, 93, 60, .11); }
.bank-logo-card:hover::after { left: 135%; }
.bank-logo-card img { display: block; max-width: 100%; object-fit: contain; transition: transform .35s cubic-bezier(.2, .8, .2, 1), filter .35s ease, opacity .35s ease; }
.bank-logo-card:hover img { transform: scale(1.07); }
.bank-logo-lockup { display: flex; align-items: center; justify-content: center; gap: .65rem; }
.bank-logo-lockup-symbol img { width: 44px; height: 48px; }
.bank-logo-lockup span { color: var(--ink); font-size: .98rem; font-weight: 800; letter-spacing: -.04em; }
.bank-logo-square { width: 54px; height: 54px; }
.bank-logo-wide { width: 112px; max-height: 48px; }
.bank-logo-uba { width: 100px; max-height: 52px; border-radius: .6rem; }
.bank-logo-sterling { width: 120px; max-height: 48px; }
@keyframes bank-logo-marquee { to { transform: translateX(-50%); } }
.rounded-image { width: 100%; border-radius: 2rem; box-shadow: var(--lift); }
.system-concept-visual { position: relative; isolation: isolate; width: 100%; max-width: 560px; aspect-ratio: 1 / 1; overflow: hidden; margin: 0; border: 1px solid rgba(17,139,89,.1); border-radius: 2rem; background: #fff; box-shadow: 0 28px 65px rgba(9,88,55,.14); transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease; }
.system-concept-visual:hover { transform: translateY(-5px); box-shadow: 0 36px 78px rgba(9,88,55,.2); }
.system-concept-visual::after { content: ""; position: absolute; z-index: 8; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(112deg, transparent 34%, rgba(255,255,255,.2) 48%, transparent 62%); background-size: 240% 100%; animation: concept-glass-shine 7s ease-in-out infinite; }
.system-concept-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: concept-image-breathe 8s ease-in-out infinite alternate; }
.concept-beam { position: absolute; z-index: 2; top: 42.1%; width: 26%; height: 3px; pointer-events: none; filter: drop-shadow(0 0 7px rgba(46,223,141,.95)); opacity: .74; animation: concept-beam-breathe 1.9s ease-in-out infinite; }
.concept-beam-left { left: 24.5%; background: linear-gradient(90deg, transparent, rgba(116,255,191,.9)); transform-origin: right center; }
.concept-beam-right { right: 24.5%; background: linear-gradient(90deg, rgba(116,255,191,.9), transparent); transform-origin: left center; animation-delay: -.95s; }
.concept-signal { position: absolute; z-index: 5; top: calc(42.1% - 4px); width: 11px; height: 11px; border: 2px solid rgba(225,255,240,.94); border-radius: 3px; pointer-events: none; background: #29c67c; box-shadow: 0 0 0 6px rgba(48,217,136,.13), 0 0 18px rgba(42,218,135,.8); transform: rotate(45deg); }
.concept-signal-left { left: 25%; animation: concept-signal-left 2.8s cubic-bezier(.35,0,.2,1) infinite; }
.concept-signal-right { right: 25%; animation: concept-signal-right 2.8s cubic-bezier(.35,0,.2,1) 1.4s infinite; }
.concept-hub-pulse { position: absolute; z-index: 4; top: 42.2%; left: 50%; width: 20%; aspect-ratio: 1 / 1; border: 2px solid rgba(95,239,166,.5); border-radius: 1.25rem; pointer-events: none; box-shadow: inset 0 0 28px rgba(44,211,130,.18), 0 0 28px rgba(38,210,127,.2); transform: translate(-50%,-50%); animation: concept-hub-verify 2.8s ease-out infinite; }
.concept-rail-glow { position: absolute; z-index: 2; top: 79.7%; left: 27%; width: 46%; height: 3px; border-radius: 999px; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(94,236,162,.8) 18%, rgba(94,236,162,.8) 82%, transparent); filter: blur(.2px) drop-shadow(0 0 6px rgba(50,209,131,.7)); opacity: .62; animation: concept-rail-breathe 2.2s ease-in-out infinite; }
.concept-rail-packet { position: absolute; z-index: 5; top: calc(79.7% - 4px); left: 28%; width: 10px; height: 10px; border: 1px solid rgba(231,255,243,.9); border-radius: 3px; pointer-events: none; background: #38ce88; box-shadow: 0 0 0 5px rgba(56,206,136,.1), 0 0 14px rgba(35,196,117,.68); animation: concept-rail-travel 4s linear infinite; }
.concept-rail-packet-two { animation-delay: -2s; }
@keyframes concept-image-breathe { to { transform: scale(1.018); filter: saturate(1.04) brightness(1.015); } }
@keyframes concept-beam-breathe { 50% { opacity: 1; transform: scaleX(1.045); } }
@keyframes concept-signal-left { 0% { left: 25%; opacity: 0; } 14% { opacity: 1; } 82% { opacity: 1; } 100% { left: 48.5%; opacity: 0; } }
@keyframes concept-signal-right { 0% { right: 25%; opacity: 0; } 14% { opacity: 1; } 82% { opacity: 1; } 100% { right: 48.5%; opacity: 0; } }
@keyframes concept-hub-verify { 0%, 62% { opacity: 0; transform: translate(-50%,-50%) scale(.84); } 72% { opacity: .9; } 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.38); } }
@keyframes concept-rail-breathe { 50% { opacity: 1; } }
@keyframes concept-rail-travel { 0% { left: 28%; opacity: 0; } 10%, 90% { opacity: 1; } 100% { left: 70%; opacity: 0; } }
@keyframes concept-glass-shine { 0%, 30% { background-position: 120% 0; } 70%, 100% { background-position: -120% 0; } }
.eyebrow { display: inline-flex; align-items: center; gap: .4rem; border-radius: 999px; padding: .35rem .9rem; color: oklch(36% .12 155); background: var(--accent); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.section-space h2 { max-width: 680px; margin: 1.25rem 0 0; font-size: clamp(1.875rem, 3.5vw, 2.75rem); line-height: 1.15; }
.progress-item { margin-top: 1.5rem; }
.progress-item > div:first-child { display: flex; justify-content: space-between; font-size: .875rem; }
.progress-item strong { color: var(--purple); }
.progress { height: 8px; margin-top: .5rem; border-radius: 999px; background: oklch(96% .02 155); }
.progress span { border-radius: inherit; background: var(--brand); }
.vision-section { position: relative; overflow: hidden; border-top: 1px solid rgba(17,139,89,.08); border-bottom: 1px solid rgba(17,139,89,.08); background: linear-gradient(135deg, #f8fdf9 0%, #fff 48%, #edf9f2 100%); }
.vision-section::before { content: ""; position: absolute; top: -240px; left: -180px; width: 520px; height: 520px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(54,201,134,.12), transparent 70%); }
.vision-section > .container-xl { position: relative; z-index: 1; }
.vision-principles { display: grid; gap: .8rem; margin-top: 2rem; }
.vision-principles article { display: flex; align-items: flex-start; gap: .85rem; border: 1px solid rgba(17,139,89,.1); border-radius: 1.25rem; padding: 1rem; background: rgba(255,255,255,.75); box-shadow: 0 12px 28px rgba(9,88,55,.045); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.vision-principles article:hover { transform: translateX(5px); border-color: rgba(17,139,89,.22); box-shadow: 0 16px 32px rgba(9,88,55,.08); }
.vision-icon { display: grid; flex: 0 0 38px; place-items: center; width: 38px; height: 38px; border-radius: .9rem; color: #fff; background: var(--brand); box-shadow: 0 9px 18px rgba(8,126,75,.18); font-size: .85rem; font-weight: 800; }
.vision-principles strong, .vision-principles small { display: block; }
.vision-principles strong { color: var(--ink); font-size: .86rem; }
.vision-principles small { margin-top: .25rem; color: var(--muted); font-size: .73rem; line-height: 1.55; }
.vision-summary { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .7rem; margin-top: 1.25rem; }
.vision-summary span { border-radius: 1.1rem; padding: .85rem; background: var(--accent); }
.vision-summary b, .vision-summary small { display: block; }
.vision-summary b { color: var(--purple); font-size: 1.05rem; letter-spacing: -.03em; }
.vision-summary small { margin-top: .2rem; color: var(--muted); font-size: .62rem; line-height: 1.35; }
.vision-image-wrap { position: relative; max-width: 570px; margin-left: auto; }
.vision-image-wrap::before { content: ""; position: absolute; z-index: -1; inset: 7% -5% -5% 8%; border-radius: 2.5rem; background: linear-gradient(145deg, rgba(38,183,112,.2), rgba(255,255,255,.08)); filter: blur(2px); }
.vision-image-wrap img { display: block; width: 100%; max-height: 560px; aspect-ratio: 1 / 1; border: 1px solid rgba(17,139,89,.1); border-radius: 2.25rem; object-fit: cover; object-position: center; box-shadow: 0 28px 65px rgba(9,88,55,.16); transition: transform .55s cubic-bezier(.2,.8,.2,1), box-shadow .55s ease; }
.vision-image-wrap:hover img { transform: translateY(-5px) scale(1.01); box-shadow: 0 36px 78px rgba(9,88,55,.21); }
.vision-badge { position: absolute; display: inline-flex; align-items: center; gap: .5rem; border: 1px solid rgba(17,139,89,.1); border-radius: 999px; padding: .7rem .9rem; color: var(--ink); background: rgba(255,255,255,.9); box-shadow: 0 16px 36px rgba(9,88,55,.15); backdrop-filter: blur(16px); font-size: .72rem; font-weight: 700; animation: vision-badge-float 4.8s ease-in-out infinite; }
.vision-badge i { width: 8px; height: 8px; border-radius: 50%; background: #22aa69; box-shadow: 0 0 0 6px rgba(34,170,105,.1); }
.vision-badge b { color: var(--purple); font-size: .9rem; }
.vision-badge-top { top: 1.5rem; right: -1rem; }
.vision-badge-bottom { bottom: 1.5rem; left: -1.25rem; animation-delay: .7s; }
@keyframes vision-badge-float { 50% { transform: translateY(-7px); } }
.soft-gradient { background: var(--soft); }
.section-head { max-width: 680px; }
.section-head.text-center h2 { margin-left: auto; margin-right: auto; }
.section-head.text-center > p { margin-left: auto; margin-right: auto; }
.step-grid { border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.step-card { min-height: 326px; padding: 2rem 1.75rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-card > span { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 1rem; color: var(--purple); background: var(--accent); font-size: .875rem; font-weight: 800; }
.step-card h3 { margin-top: 1.25rem; font-size: 1.12rem; line-height: 1.45; }
.step-card p, .feature-card p { margin: 1rem 0 0; color: var(--muted); font-size: .875rem; line-height: 1.65; }
.how-version-heading { max-width: 790px; }
.how-version-heading h2 { max-width: 760px; margin: 1.25rem auto 0; font-size: clamp(2.25rem, 4.5vw, 3.75rem); line-height: 1.06; letter-spacing: -.055em; text-wrap: balance; }
.how-version-heading p { max-width: 720px; margin: 1.2rem auto 0; color: var(--muted); line-height: 1.7; }
.how-bento-section { position: relative; overflow: clip; background: #fff; }
.how-bento-section::before { content: ""; position: absolute; right: -280px; bottom: -310px; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle,rgba(65,200,132,.12),transparent 68%); }
.how-bento-grid { position: relative; display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 1rem; margin-top: 4rem; }
.how-bento-card { position: relative; overflow: hidden; border: 1px solid rgba(17,139,89,.11); border-radius: 1.8rem; padding: 1.6rem; background: linear-gradient(145deg,#fff,#f5fbf7); box-shadow: 0 20px 48px rgba(9,88,55,.07); transition: transform .35s cubic-bezier(.2,.8,.2,1), border-color .3s ease, box-shadow .35s ease; }
.how-bento-card:hover { border-color: rgba(17,139,89,.22); transform: translateY(-5px); box-shadow: 0 28px 58px rgba(9,88,55,.12); }
.how-bento-initiate { grid-column: span 7; }.how-bento-metric { grid-column: span 5; }.how-bento-verify { grid-column: span 5; }.how-bento-credit { grid-column: span 7; }.how-bento-rail { grid-column: span 4; }.how-bento-settle { grid-column: span 8; }
.how-bento-card header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }.how-bento-card header span { color: var(--purple); font-size: .64rem; font-weight: 850; letter-spacing: .08em; }.how-bento-card header b { border-radius: 999px; padding: .4rem .65rem; color: var(--purple); background: var(--accent); font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; }
.how-bento-card h3 { max-width: 650px; margin: 1.3rem 0 0; color: var(--ink); font-size: clamp(1.5rem,2.4vw,2.25rem); line-height: 1.14; letter-spacing: -.045em; }
.how-bento-steps { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; margin-top: 1.7rem; }.how-bento-steps > span { display: grid; grid-template-columns: 32px minmax(0,1fr); gap: .6rem; border: 1px solid rgba(17,139,89,.09); border-radius: 1rem; padding: .8rem; background: rgba(255,255,255,.72); }.how-bento-steps i { grid-row: span 2; display: grid; place-items: center; width: 32px; height: 32px; border-radius: .75rem; color: #fff; background: var(--brand); font-size: .56rem; font-style: normal; font-weight: 800; }.how-bento-steps b { align-self: end; color: var(--ink); font-size: .72rem; }.how-bento-steps small { color: var(--muted); font-size: .6rem; line-height: 1.4; }
.how-bento-metric, .how-bento-rail { display: flex; min-height: 260px; flex-direction: column; justify-content: center; color: #fff; background: radial-gradient(circle at 80% 10%,rgba(87,220,153,.2),transparent 35%),linear-gradient(145deg,#06442a,#011f13); }.how-bento-metric > small, .how-bento-rail > small { color: rgba(226,250,237,.62); font-size: .62rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }.how-bento-metric > strong, .how-bento-rail > strong { margin-top: .75rem; font-size: clamp(3rem,7vw,5.2rem); line-height: 1; letter-spacing: -.07em; }.how-bento-metric > span, .how-bento-rail > span { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.25rem; color: rgba(226,250,237,.72); font-size: .68rem; }.how-bento-metric > span i { width: 7px; height: 7px; border-radius: 50%; background: #80e5ae; box-shadow: 0 0 0 6px rgba(128,229,174,.1); }
.how-bento-metric > *, .how-bento-rail > * { position: relative; z-index: 2; }
.how-bento-metric::before, .how-bento-rail::before { content: ""; position: absolute; z-index: 0; top: -38%; right: -12%; width: 190px; height: 190px; border: 1px solid rgba(133,238,183,.13); border-radius: 50%; box-shadow: 0 0 0 34px rgba(112,226,167,.035), 0 0 0 68px rgba(112,226,167,.018); animation: bento-orbit-breathe 5.8s ease-in-out infinite; }
.how-bento-metric::after, .how-bento-rail::after { content: ""; position: absolute; z-index: 1; top: -35%; bottom: -35%; left: -34%; width: 18%; pointer-events: none; opacity: 0; background: linear-gradient(90deg,transparent,rgba(189,255,220,.16),transparent); filter: blur(4px); transform: skewX(-18deg); animation: bento-card-sheen 6.4s ease-in-out infinite; }
.how-bento-rail::after { animation-delay: 2.2s; }
.how-bento-metric > strong { display: flex; align-items: baseline; text-shadow: 0 0 30px rgba(126,235,178,.08); }
.how-bento-metric > strong > span:last-child { font-size: .76em; }
.how-bento-metric-status i { animation: bento-status-pulse 2.2s ease-in-out infinite; }
.how-bento-rail-title { display: flex; overflow: visible; }
.how-bento-rail-title span { display: inline-block; opacity: .38; transform: translateY(14px); }
.how-bento-rail.is-visible .how-bento-rail-title span { animation: bento-letter-rise .58s cubic-bezier(.2,.8,.2,1) forwards; }
.how-bento-rail.is-visible .how-bento-rail-title span:nth-child(2) { animation-delay: .11s; }
.how-bento-rail.is-visible .how-bento-rail-title span:nth-child(3) { animation-delay: .22s; }
.how-bento-rail-status { position: relative; width: min(100%,250px); padding-bottom: 1rem; }
.how-bento-rail-status::before { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; border-radius: 999px; background: linear-gradient(90deg,rgba(126,232,177,.12),rgba(126,232,177,.58),rgba(126,232,177,.12)); }
.how-bento-rail-status::after { content: ""; position: absolute; bottom: -3px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: #8af0b9; box-shadow: 0 0 0 5px rgba(138,240,185,.11), 0 0 18px rgba(138,240,185,.75); animation: bento-rail-signal 2.8s ease-in-out infinite; }
@keyframes bento-orbit-breathe { 50% { opacity: .65; transform: translate3d(-8px,8px,0) scale(1.08); } }
@keyframes bento-card-sheen { 0%,58% { left: -34%; opacity: 0; } 64% { opacity: .8; } 82%,100% { left: 120%; opacity: 0; } }
@keyframes bento-status-pulse { 50% { box-shadow: 0 0 0 10px rgba(128,229,174,0), 0 0 16px rgba(128,229,174,.52); transform: scale(1.08); } }
@keyframes bento-letter-rise { to { opacity: 1; transform: translateY(0); } }
@keyframes bento-rail-signal { 0% { left: 0; } 50% { left: calc(100% - 8px); } 100% { left: 0; } }
.check-list { display: grid; gap: 1rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: .75rem; color: var(--muted); }
.check-list span { display: inline-grid; flex: 0 0 auto; place-items: center; width: 20px; height: 20px; margin-top: .1rem; border-radius: 50%; color: #fff; background: var(--brand); font-size: .68rem; font-weight: 800; }
.btn-primary-pill, .btn-outline-pill { border-radius: 999px; padding: .75rem 1.5rem; font-size: .875rem; font-weight: 600; }
.btn-primary-pill { border: 0; color: #fff; background: var(--purple); }
.btn-primary-pill:hover { color: #fff; opacity: .9; }
.btn-outline-pill { border: 1px solid var(--line); color: var(--ink); }
.btn-outline-pill:hover { background: oklch(96% .02 155); }
.arrow { display: inline-block; margin-left: .25rem; }
.feature-card { border: 1px solid var(--line); border-radius: 1.5rem; padding: 2rem; transition: .25s ease; box-shadow: none; }
.feature-card:hover { transform: translateY(-4px); border-color: color-mix(in oklab, var(--purple) 30%, white); box-shadow: var(--lift); }
.feature-icon { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 1.25rem; border-radius: 1rem; color: var(--purple); background: var(--accent); font-weight: 800; }
.feature-card:hover .feature-icon { color: white; background: var(--brand); }
.feature-card h3 { font-size: 1.12rem; line-height: 1.45; }
.abstract-card { position: relative; min-height: 362px; overflow: hidden; border-radius: 2rem; padding: 2rem; box-shadow: var(--lift); }
.abstract-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.abstract-card > div { position: relative; z-index: 1; border: 1px solid rgba(255,255,255,.16); border-radius: 1.4rem; padding: 1.25rem; background: linear-gradient(145deg, rgba(2,34,22,.78), rgba(3,55,34,.62)); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 16px 36px rgba(0,25,15,.2); backdrop-filter: blur(13px) saturate(125%); }
.abstract-card span { color: rgba(255,255,255,.88); font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.abstract-card h3 { margin-top: 1rem; color: #fff; font-size: 1.5rem; }
.abstract-card p { margin-top: 1rem; color: rgba(255,255,255,.94); font-size: .875rem; line-height: 1.65; }
.abstract-card a { display: inline-flex; align-items: center; gap: .5rem; margin-top: 2rem; border-radius: 999px; padding: .65rem 1.25rem; color: var(--ink); background: #fff; font-size: .875rem; font-weight: 600; }
.abstract-card a .arrow { color: var(--ink); font-size: inherit; letter-spacing: 0; text-transform: none; }
.dark-referee-section { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: radial-gradient(circle at 12% 12%, rgba(71,208,139,.16), transparent 29%), radial-gradient(circle at 88% 86%, rgba(75,225,153,.1), transparent 28%), linear-gradient(145deg, #062f1e 0%, #021f14 52%, #00170e 100%); }
.dark-referee-section::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .13; pointer-events: none; background-image: radial-gradient(rgba(125,241,183,.62) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(125deg, transparent 6%, #000 55%, transparent 96%); }
.dark-referee-glow { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; filter: blur(4px); }
.dark-referee-glow-one { top: -230px; left: -190px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(76,223,151,.18), transparent 68%); }
.dark-referee-glow-two { right: -240px; bottom: -260px; width: 620px; height: 620px; background: radial-gradient(circle, rgba(56,182,119,.15), transparent 70%); }
.dark-referee-heading { max-width: 760px; }
.dark-referee-section .dark-referee-heading .eyebrow { border: 1px solid rgba(139,244,190,.18); color: #a4f0c8; background: rgba(90,213,150,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.dark-referee-section .dark-referee-heading h2 { max-width: 720px; margin-inline: auto; color: #fff; text-wrap: balance; }
.dark-referee-grid { position: relative; z-index: 1; padding-top: 1.75rem; }
.dark-referee-grid > :nth-child(2) { padding-top: 1.5rem; }
.dark-referee-section .dark-abstract-card { min-height: 440px; border: 1px solid rgba(132,242,184,.14); border-radius: 2.25rem; padding: 1.5rem; background: linear-gradient(145deg, rgba(11,74,45,.96), rgba(1,28,17,.98)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 30px 70px rgba(0,10,6,.38); transition: transform .45s cubic-bezier(.2,.8,.2,1), border-color .35s ease, box-shadow .45s ease; }
.dark-referee-section .dark-abstract-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(135deg, rgba(88,229,158,.15), transparent 30%, transparent 68%, rgba(84,217,148,.08)); }
.dark-referee-section .dark-abstract-card:hover { border-color: rgba(132,242,184,.3); transform: translateY(-7px); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 38px 82px rgba(0,10,6,.5); }
.dark-referee-section .dark-abstract-card img { opacity: .4; filter: saturate(.8) contrast(1.12) brightness(.72); transition: transform .7s cubic-bezier(.2,.8,.2,1), opacity .45s ease; }
.dark-referee-section .dark-abstract-card:hover img { opacity: .54; transform: scale(1.045); }
.dark-referee-section .dark-abstract-card > div { display: flex; min-height: 390px; flex-direction: column; border-color: rgba(163,244,201,.17); padding: 1.8rem; background: linear-gradient(150deg, rgba(0,28,17,.9), rgba(8,66,40,.74)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 20px 42px rgba(0,12,7,.3); backdrop-filter: blur(18px) saturate(125%); }
.dark-referee-section .dark-abstract-card > div > span { color: rgba(205,250,226,.78); }
.dark-referee-section .dark-abstract-card h3 { color: #fff; font-size: 1.6rem; }
.dark-referee-section .dark-abstract-card p { color: rgba(230,250,239,.84); }
.dark-referee-section .dark-abstract-card a { align-self: flex-start; margin-top: auto; color: #042519; background: #effff6; box-shadow: 0 12px 28px rgba(0,15,8,.22); transition: color .25s ease, background-color .25s ease, transform .25s ease; }
.dark-referee-section .dark-abstract-card a:hover, .dark-referee-section .dark-abstract-card a:focus-visible { color: #fff; background: #13945a; transform: translateY(-2px); }
.dark-referee-section .dark-abstract-card a .arrow { color: inherit; transition: transform .25s ease; }
.dark-referee-section .dark-abstract-card a:hover .arrow { transform: translateX(3px); }
.security-grid .feature-card { min-height: 242px; }
.security-carousel-section { position: relative; overflow: clip; }
.security-carousel-section::before { content: ""; position: absolute; top: 90px; left: 50%; width: 860px; height: 470px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(56,201,133,.13), rgba(56,201,133,.035) 45%, transparent 73%); transform: translateX(-50%); }
.security-carousel-wrap { position: relative; --security-card-size: 56%; padding: 1.35rem; border: 1px solid rgba(17,139,89,.1); border-radius: 2rem; background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,250,246,.98)); box-shadow: 0 28px 70px rgba(8,80,51,.09); }
.security-carousel-toolbar { display: grid; grid-template-columns: auto minmax(100px,1fr) auto; align-items: center; gap: 1.25rem; margin-bottom: 1.2rem; padding: 0 .15rem; }
.security-carousel-meta { display: flex; align-items: center; gap: .8rem; }
.security-carousel-label { display: inline-flex; align-items: center; border-radius: 999px; padding: .48rem .82rem; color: var(--purple); background: rgba(23,163,96,.1); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.security-carousel-meta strong { display: inline-flex; align-items: baseline; gap: .35rem; min-width: 72px; color: var(--ink); font-size: 1rem; letter-spacing: -.02em; }
.security-carousel-meta strong em { color: rgba(17,73,49,.35); font-style: normal; font-weight: 500; }
.security-carousel-progress { position: relative; width: 100%; max-width: 260px; height: 4px; justify-self: center; overflow: hidden; border-radius: 999px; background: rgba(15,117,74,.09); }
.security-carousel-progress i { position: absolute; inset: 0 auto 0 0; width: 7.14%; border-radius: inherit; background: linear-gradient(90deg, #0d8b57, #50d08e); transition: width .42s cubic-bezier(.2,.8,.2,1); }
.security-carousel-actions { display: inline-flex; gap: .55rem; }
.security-carousel-btn { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(17,139,89,.14); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.92); font-size: 1rem; font-weight: 800; box-shadow: 0 10px 22px rgba(8,80,51,.07); transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.security-carousel-btn span { transition: transform .25s ease; }
.security-carousel-btn:hover, .security-carousel-btn:focus-visible { color: #fff; background: var(--brand); border-color: var(--brand); transform: translateY(-2px); box-shadow: 0 15px 30px rgba(9,119,70,.2); }
.security-carousel-btn[data-security-prev]:hover span { transform: translateX(-2px); }
.security-carousel-btn[data-security-next]:hover span { transform: translateX(2px); }
.security-carousel-viewport { position: relative; overflow: hidden; border-radius: 1.6rem; }
.security-carousel-viewport::before, .security-carousel-viewport::after { content: ""; position: absolute; z-index: 3; top: 0; bottom: 0; width: 10%; pointer-events: none; }
.security-carousel-viewport::before { left: 0; background: linear-gradient(90deg, rgba(244,250,246,.97), rgba(244,250,246,0)); }
.security-carousel-viewport::after { right: 0; background: linear-gradient(270deg, rgba(244,250,246,.97), rgba(244,250,246,0)); }
.security-carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: var(--security-card-size); gap: 1.15rem; overflow-x: auto; overscroll-behavior-inline: contain; padding: .85rem calc((100% - var(--security-card-size))/2) 1.15rem; scroll-padding-inline: calc((100% - var(--security-card-size))/2); scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.security-carousel-track::-webkit-scrollbar { display: none; }
.security-slide-card { position: relative; isolation: isolate; min-height: 360px; overflow: hidden; border: 1px solid rgba(17,139,89,.11); border-radius: 1.75rem; padding: 1.8rem; background: linear-gradient(155deg, #ffffff 0%, #f8fcfa 62%, #eef9f3 100%); box-shadow: 0 18px 42px rgba(9,88,55,.075); scroll-snap-align: center; cursor: pointer; opacity: .5; filter: saturate(.82); transform: translate3d(0,0,0) scale(.91); transform-origin: center; backface-visibility: hidden; will-change: transform, opacity, filter; transition: transform .82s cubic-bezier(.22,1,.36,1), opacity .68s cubic-bezier(.22,1,.36,1), filter .68s cubic-bezier(.22,1,.36,1), border-color .55s ease, box-shadow .72s cubic-bezier(.22,1,.36,1); }
.security-slide-card::before { content: ""; position: absolute; z-index: -2; top: -85px; right: -70px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(75,212,145,.2), rgba(75,212,145,.02) 62%, transparent 70%); transition: transform .7s cubic-bezier(.2,.8,.2,1), opacity .5s ease; }
.security-slide-card::after { content: ""; position: absolute; z-index: -1; top: -40%; left: -45%; width: 30%; height: 180%; opacity: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent); transform: rotate(16deg); }
.security-slide-card.is-active { z-index: 2; opacity: 1; filter: none; border-color: rgba(17,139,89,.2); box-shadow: 0 30px 68px rgba(9,88,55,.14); transform: translate3d(0,-2px,0) scale(1); }
.security-slide-card.is-active::before { opacity: 1; transform: scale(1.14) translate(-8px,8px); }
.security-slide-card.is-active::after { animation: security-card-sheen 1.55s cubic-bezier(.22,1,.36,1) .15s both; }
.security-slide-card:hover:not(.is-active) { opacity: .76; filter: saturate(.94); transform: translate3d(0,-2px,0) scale(.925); }
.security-slide-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.security-slide-icon { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid rgba(17,139,89,.11); border-radius: 1.25rem; color: #0d8955; background: linear-gradient(145deg, #e6f8ee, #c9f0db); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 13px 28px rgba(9,88,55,.08); transition: color .55s ease, background .55s ease, transform .78s cubic-bezier(.22,1,.36,1), box-shadow .65s cubic-bezier(.22,1,.36,1); }
.security-slide-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.security-slide-card.is-active .security-slide-icon { color: #fff; background: linear-gradient(145deg, #128a57, #25b671); box-shadow: 0 16px 34px rgba(10,139,83,.24); transform: translate3d(0,-2px,0) scale(1.035); }
.security-slide-number { display: inline-flex; align-items: center; justify-content: center; min-width: 52px; height: 38px; border: 1px solid rgba(17,139,89,.1); border-radius: 999px; padding: 0 .8rem; color: rgba(10,106,64,.68); background: rgba(235,248,241,.86); font-size: .82rem; font-weight: 800; letter-spacing: .06em; }
.security-slide-kicker { display: block; color: var(--purple); font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.security-slide-card h3 { max-width: 430px; margin: .72rem 0 0; color: var(--ink); font-size: clamp(1rem,1.25vw,1.12rem); line-height: 1.3; letter-spacing: -.022em; transition: transform .76s cubic-bezier(.22,1,.36,1), opacity .6s ease; }
.security-slide-card p { max-width: 470px; margin: .9rem 0 0; color: var(--muted); font-size: .91rem; line-height: 1.72; transition: transform .86s cubic-bezier(.22,1,.36,1), opacity .7s ease; }
.security-slide-foot { position: absolute; right: 1.8rem; bottom: 1.6rem; left: 1.8rem; display: flex; align-items: center; gap: .8rem; color: rgba(19,82,55,.5); font-size: .67rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.security-slide-foot i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(17,139,89,.22), transparent); }
.security-carousel-hint { margin: .7rem 0 0; color: rgba(24,82,57,.5); font-size: .72rem; text-align: center; }
.security-carousel-wrap::after { content: ""; position: absolute; inset: 10% 18%; z-index: -1; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(64,209,140,.11), transparent 70%); filter: blur(28px); }
.security-slide-card.is-active::marker { content: ""; }
.security-slide-card.is-active { outline: 1px solid rgba(47,190,122,.08); outline-offset: 4px; }
.security-slide-card.is-active h3, .security-slide-card.is-active p { transform: translate3d(0,0,0); opacity: 1; }
.security-slide-card:not(.is-active) h3, .security-slide-card:not(.is-active) p { transform: translate3d(0,3px,0); }
.security-carousel-wrap.is-autoplaying .security-carousel-progress::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--security-autoplay-progress, 0%); border-radius: inherit; background: rgba(255,255,255,.58); mix-blend-mode: soft-light; pointer-events: none; }
.security-carousel-hint::before { content: "●"; display: inline-block; margin-right: .42rem; color: #39b979; font-size: .56rem; vertical-align: .08rem; }
@keyframes security-card-focus { from { opacity: .72; transform: translate3d(0,6px,0) scale(.97); } to { opacity: 1; transform: translate3d(0,-2px,0) scale(1); } }
@keyframes security-icon-pop { from { transform: translate3d(0,3px,0) scale(.96); } to { transform: translate3d(0,-2px,0) scale(1.035); } }
@keyframes security-card-sheen { 0% { left: -45%; opacity: 0; } 22% { opacity: .46; } 100% { left: 125%; opacity: 0; } }
.dashboard-stack-section { position: relative; overflow: clip; background: linear-gradient(180deg, #f5f8f6 0%, #f5f8f6 78%, #e7f4ec 100%); }
.dashboard-stack-section::before { content: ""; position: absolute; top: -280px; left: 50%; width: 760px; height: 520px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(54,201,134,.13), transparent 68%); transform: translateX(-50%); }
.dashboard-stack-heading { position: relative; z-index: 1; max-width: 820px; }
.dashboard-stack-heading h2 { max-width: none; margin: 1.25rem 0 0; font-size: clamp(2.2rem, 4.4vw, 3.65rem); line-height: 1.05; }
.dashboard-stack-heading p { max-width: 760px; margin: 1.25rem auto 0; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.dashboard-stack-stage { position: relative; z-index: 1; min-height: 360vh; margin-top: 4.75rem; }
.dashboard-stack-sticky { position: sticky; top: 5.5rem; min-height: 670px; }
.dashboard-stack-deck { position: relative; width: 100%; max-width: 1080px; min-height: 590px; margin: 0 auto; perspective: 1800px; opacity: .9; transform: translate3d(0,32px,0) scale(.988); transition: opacity 1.05s cubic-bezier(.16,1,.3,1), transform 1.05s cubic-bezier(.16,1,.3,1); }
.dashboard-stack-stage.is-stack-visible .dashboard-stack-deck { opacity: 1; transform: translate3d(0,0,0) scale(1); }
.dashboard-stack-card { --stack-y: 42px; --stack-z: 0px; --stack-scale: 1; --stack-rotate: 0deg; --stack-opacity: 1; --stack-saturation: 1; position: absolute; inset: 0; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); min-height: 540px; overflow: hidden; border: 1px solid rgba(17,139,89,.12); border-radius: 2.25rem; opacity: var(--stack-opacity); background: #fff; box-shadow: 0 28px 65px rgba(9,88,55,.14); backface-visibility: hidden; transform-origin: center top; transform-style: preserve-3d; transform: translate3d(0,var(--stack-y),var(--stack-z)) scale(var(--stack-scale)) rotateX(var(--stack-rotate)); filter: saturate(var(--stack-saturation)); will-change: transform, opacity, filter; }
.dashboard-stack-card.is-scroll-active { box-shadow: 0 36px 86px rgba(9,88,55,.19); }
.dashboard-stack-card::before { content: ""; position: absolute; z-index: 3; top: 1.3rem; right: 1.3rem; width: 9px; height: 9px; border-radius: 50%; background: #38c985; box-shadow: 0 0 0 7px rgba(56,201,133,.12), 0 0 24px rgba(56,201,133,.28); transition: transform .7s cubic-bezier(.16,1,.3,1), box-shadow .7s ease; }
.dashboard-stack-card.is-scroll-active::before { transform: scale(1.14); box-shadow: 0 0 0 9px rgba(56,201,133,.10), 0 0 34px rgba(56,201,133,.42); }
.dashboard-stack-card::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; border-radius: inherit; opacity: calc((1 - var(--stack-opacity)) * .4); background: linear-gradient(180deg, rgba(1,41,25,.04), rgba(1,41,25,.11)); }
.dashboard-stack-progress { position: absolute; z-index: 20; top: 50%; right: -84px; display: flex; width: 58px; flex-direction: column; align-items: center; gap: .8rem; color: var(--muted); transform: translateY(-50%); }
.dashboard-stack-progress-label { display: flex; align-items: baseline; gap: .18rem; color: var(--ink); }
.dashboard-stack-progress-label b { font-size: 1rem; }
.dashboard-stack-progress-label em { color: var(--muted); font-size: .68rem; font-style: normal; }
.dashboard-stack-progress-rail { display: grid; gap: .55rem; }
.dashboard-stack-progress-rail i { display: block; width: 7px; height: 7px; border-radius: 999px; background: rgba(20,112,69,.18); transition: height .55s cubic-bezier(.16,1,.3,1), background-color .45s ease, box-shadow .45s ease; }
.dashboard-stack-progress-rail i.is-active { height: 28px; background: var(--brand); box-shadow: 0 8px 20px rgba(17,139,89,.24); }
.dashboard-stack-progress small { writing-mode: vertical-rl; color: rgba(25,88,60,.52); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dashboard-stack-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 3.25rem; background: rgba(255,255,255,.98); }
.dashboard-stack-kicker { color: var(--purple); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.dashboard-stack-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-top: 2.5rem; border: 1px solid rgba(17,139,89,.12); border-radius: 1rem; color: var(--purple); background: var(--accent); font-size: 1rem; font-weight: 800; box-shadow: 0 10px 22px rgba(9,88,55,.08); }
.dashboard-stack-copy h3 { max-width: 450px; margin: 1.5rem 0 0; color: var(--ink); font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: 1.1; letter-spacing: -.045em; }
.dashboard-stack-copy > p { max-width: 500px; margin: 1rem 0 0; color: var(--muted); font-size: .92rem; line-height: 1.7; }
.dashboard-stack-copy ul { display: grid; gap: .65rem; margin: auto 0 0; padding: 1.75rem 0 0; list-style: none; }
.dashboard-stack-copy li { display: flex; align-items: center; gap: .6rem; color: oklch(41% .045 155); font-size: .77rem; font-weight: 700; }
.dashboard-stack-copy li span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: #fff; background: var(--purple); font-size: .62rem; }
.dashboard-stack-visual { position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 3.25rem; color: var(--ink); background: linear-gradient(145deg, #b9e8cd 0%, #effaf3 48%, #79d4a5 100%); }
.dashboard-stack-visual::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(rgba(4,88,52,.55) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(135deg, transparent 5%, #000 75%); }
.dashboard-stack-visual > * { position: relative; z-index: 1; }
.dashboard-preview-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(9,88,55,.12); padding-bottom: 1rem; color: oklch(40% .04 155); font-size: .72rem; font-weight: 700; }
.dashboard-preview-top b { border-radius: 999px; padding: .35rem .6rem; color: var(--purple); background: rgba(255,255,255,.7); font-size: .65rem; }
.dashboard-stack-visual > strong { margin-top: 2rem; color: #063720; font-size: clamp(2.5rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.065em; }
.dashboard-stack-visual > small { margin-top: .5rem; color: oklch(40% .04 155); font-size: .72rem; }
.dashboard-line-chart { display: flex; align-items: end; gap: .55rem; height: 150px; margin-top: 2rem; border-bottom: 1px solid rgba(9,88,55,.18); padding: 0 1rem; }
.dashboard-line-chart i { flex: 1; min-width: 8px; border-radius: .6rem .6rem 0 0; background: linear-gradient(180deg, #079453, #42c987); box-shadow: 0 -7px 18px rgba(8,126,75,.12); animation: dashboard-bar-rise .85s cubic-bezier(.2,.8,.2,1) both; }
.dashboard-line-chart i:nth-child(1) { height: 42%; }.dashboard-line-chart i:nth-child(2) { height: 63%; }.dashboard-line-chart i:nth-child(3) { height: 52%; }.dashboard-line-chart i:nth-child(4) { height: 75%; }.dashboard-line-chart i:nth-child(5) { height: 61%; }.dashboard-line-chart i:nth-child(6) { height: 84%; }.dashboard-line-chart i:nth-child(7) { height: 72%; }.dashboard-line-chart i:nth-child(8) { height: 94%; }
.dashboard-line-chart i:nth-child(2) { animation-delay: .05s; }.dashboard-line-chart i:nth-child(3) { animation-delay: .1s; }.dashboard-line-chart i:nth-child(4) { animation-delay: .15s; }.dashboard-line-chart i:nth-child(5) { animation-delay: .2s; }.dashboard-line-chart i:nth-child(6) { animation-delay: .25s; }.dashboard-line-chart i:nth-child(7) { animation-delay: .3s; }.dashboard-line-chart i:nth-child(8) { animation-delay: .35s; }
.dashboard-preview-stats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; margin-top: 1rem; }
.dashboard-preview-stats span { border: 1px solid rgba(255,255,255,.58); border-radius: 1rem; padding: .85rem; background: rgba(255,255,255,.54); backdrop-filter: blur(10px); }
.dashboard-preview-stats small, .dashboard-preview-stats b { display: block; }
.dashboard-preview-stats small { color: var(--muted); font-size: .62rem; }.dashboard-preview-stats b { margin-top: .25rem; color: var(--ink); font-size: .88rem; }
.dashboard-corridor-preview { gap: 1rem; }
.corridor-row { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: .65rem; border: 1px solid rgba(255,255,255,.6); border-radius: 1rem; padding: .85rem; background: rgba(255,255,255,.58); backdrop-filter: blur(10px); }
.corridor-row > span { display: flex; align-items: center; gap: .55rem; font-size: .68rem; font-weight: 700; }
.corridor-row > span i { display: grid; place-items: center; width: 30px; height: 30px; border-radius: .7rem; color: #fff; background: var(--purple); font-size: .52rem; font-style: normal; }
.corridor-row > b { color: var(--purple); font-size: .72rem; }
.corridor-row em { grid-column: 1 / -1; overflow: hidden; height: 6px; border-radius: 999px; background: rgba(8,126,75,.1); }
.corridor-row em i { display: block; height: 100%; border-radius: inherit; background: var(--brand); }
.dashboard-instruction-preview ol { display: grid; gap: 0; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.dashboard-instruction-preview li { position: relative; display: grid; grid-template-columns: 34px minmax(0,1fr); gap: .8rem; min-height: 66px; }
.dashboard-instruction-preview li:not(:last-child)::after { content: ""; position: absolute; top: 31px; bottom: 0; left: 16px; width: 1px; background: rgba(8,126,75,.25); }
.dashboard-instruction-preview li > i { display: grid; z-index: 1; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--purple); font-size: .65rem; font-style: normal; }
.dashboard-instruction-preview li b, .dashboard-instruction-preview li small { display: block; }
.dashboard-instruction-preview li b { font-size: .74rem; }.dashboard-instruction-preview li small { margin-top: .2rem; color: var(--muted); font-size: .62rem; }
.exception-score { display: flex; align-items: center; justify-content: space-between; margin-top: 1.25rem; border-radius: 1.2rem; padding: 1rem; background: rgba(255,255,255,.58); }
.exception-score span b, .exception-score span small { display: block; }.exception-score span b { color: var(--purple); font-size: 1.75rem; }.exception-score span small { color: var(--muted); font-size: .62rem; }
.exception-score > i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--purple); font-style: normal; }
.exception-item { margin-top: .75rem; border: 1px solid rgba(255,255,255,.58); border-radius: 1rem; padding: .85rem; background: rgba(255,255,255,.58); }
.exception-item > span { display: flex; align-items: center; gap: .55rem; }.exception-item > span i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: .6rem; color: #fff; background: #c88712; font-size: .62rem; font-style: normal; }.exception-item > span b { font-size: .7rem; }
.exception-item > small { display: block; margin: .45rem 0 0 2rem; color: var(--muted); font-size: .6rem; }.exception-item.is-resolved > span i { background: var(--purple); }
.dashboard-stack-hint { max-width: 900px; margin: 2.5rem auto 0; color: var(--muted); font-size: .9rem; font-weight: 550; line-height: 1.7; text-align: center; }
@keyframes dashboard-bar-rise { from { height: 0; opacity: 0; } }
.faq-section { overflow: hidden; background: #fff; }
.faq-heading { max-width: 720px; margin-bottom: 4.25rem; }
.faq-kicker { display: inline-flex; align-items: center; min-height: 40px; border-radius: 999px; padding: .5rem 1rem; color: var(--ink); background: var(--accent); font-size: .875rem; font-weight: 600; }
.faq-heading h2 { margin-top: 1.25rem; font-size: clamp(2.25rem, 5vw, 3.75rem); font-weight: 600; letter-spacing: -.045em; }
.faq-heading p { max-width: 590px; margin: .9rem auto 0; color: var(--muted); font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.55; }
.faq-section a { color: var(--purple); font-weight: 700; text-decoration: none; }
.faq-section a:hover { text-decoration: underline; text-underline-offset: .2em; }
.moneybox-accordion { max-width: 860px; }
.moneybox-accordion .accordion-item { overflow: hidden; margin-bottom: .875rem; border: 0; border-radius: 1.9rem !important; background: #f3faf6; transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease; }
.moneybox-accordion .accordion-item:hover { transform: translateY(-2px); background: #ebf7f0; box-shadow: 0 16px 34px rgba(9, 83, 51, .08); }
.moneybox-accordion .accordion-header { margin: 0; }
.moneybox-accordion .accordion-button { gap: 1.25rem; min-height: 84px; padding: 1.3rem 1.5rem; color: var(--ink); background: transparent; box-shadow: none; font-size: clamp(1rem, 2vw, 1.22rem); font-weight: 600; line-height: 1.4; }
.moneybox-accordion .accordion-button:not(.collapsed) { color: var(--ink); background: transparent; box-shadow: none; }
.moneybox-accordion .accordion-button:focus-visible { z-index: 2; outline: 3px solid rgba(17, 139, 89, .26); outline-offset: -5px; }
.moneybox-accordion .accordion-button::after { display: none; }
.faq-question { flex: 1 1 auto; text-align: left; }
.faq-toggle-icon { position: relative; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: #fff; box-shadow: 0 5px 14px rgba(9, 83, 51, .06); transition: transform .38s cubic-bezier(.2, .8, .2, 1), box-shadow .3s ease; }
.faq-toggle-icon::before, .faq-toggle-icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 2px; border-radius: 99px; background: var(--ink); transform: translate(-50%, -50%); }
.faq-toggle-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.accordion-button:not(.collapsed) .faq-toggle-icon { transform: rotate(45deg); box-shadow: 0 8px 20px rgba(9, 119, 70, .12); }
.moneybox-accordion .accordion-collapse { display: grid !important; grid-template-rows: 0fr; visibility: hidden; opacity: 0; transition: grid-template-rows .42s cubic-bezier(.2, .8, .2, 1), opacity .25s ease, visibility 0s linear .42s; }
.moneybox-accordion .accordion-collapse.show { grid-template-rows: 1fr; visibility: visible; opacity: 1; transition: grid-template-rows .42s cubic-bezier(.2, .8, .2, 1), opacity .32s ease .08s, visibility 0s linear 0s; }
.faq-answer-shell { min-height: 0; overflow: hidden; }
.moneybox-accordion .accordion-body { padding: 0 5rem 1.7rem 1.5rem; color: var(--muted); font-size: 1rem; line-height: 1.65; transform: translateY(-.45rem); transition: transform .4s cubic-bezier(.2, .8, .2, 1); }
.moneybox-accordion .accordion-collapse.show .accordion-body { transform: translateY(0); }
.integrate-section { position: relative; overflow: hidden; background: linear-gradient(145deg, #fbfffd 0%, #f0faf5 55%, #fbfffd 100%); }
.integrate-section::before, .integrate-section::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.integrate-section::before { top: -180px; left: -150px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(45, 186, 119, .13), transparent 68%); }
.integrate-section::after { right: -190px; bottom: -210px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(13, 126, 78, .11), transparent 70%); }
.integrate-section > .container-xl { position: relative; z-index: 1; }
.integrate-heading { max-width: 790px; }
.integrate-heading .eyebrow { display: inline-flex; align-items: center; gap: .55rem; }
.integrate-heading h2 { max-width: 720px; margin-right: auto; margin-left: auto; }
.integrate-heading p { max-width: 680px; margin-right: auto; margin-left: auto; }
.section-label-icon, .stat-icon, .cta-arrow, .cta-mail-icon { display: block; object-fit: contain; }
.section-label-icon { width: 15px; height: 15px; filter: invert(42%) sepia(45%) saturate(1180%) hue-rotate(108deg) brightness(88%) contrast(92%); }
.stat-grid { margin-top: 4rem !important; }
.stat-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 228px; height: 100%; overflow: hidden; border: 1px solid rgba(20, 111, 71, .14); border-radius: 1.75rem; padding: 1.5rem; background: rgba(255, 255, 255, .88); box-shadow: 0 18px 42px rgba(10, 91, 56, .07); backdrop-filter: blur(12px); text-align: left; transition: transform .35s cubic-bezier(.2, .8, .2, 1), border-color .35s ease, box-shadow .35s ease; }
.stat-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .4s cubic-bezier(.2, .8, .2, 1); }
.stat-card:hover { transform: translateY(-8px); border-color: rgba(17, 139, 89, .26); box-shadow: 0 24px 50px rgba(16, 91, 60, .13); }
.stat-card:hover::before { transform: scaleX(1); }
.stat-number { position: absolute; top: 1.25rem; right: 1.25rem; color: rgba(21, 82, 57, .46); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.stat-icon-wrap { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(17, 139, 89, .1); border-radius: 1rem; color: var(--purple); background: var(--accent); transition: transform .35s cubic-bezier(.2, .8, .2, 1), color .35s ease, background-color .35s ease; }
.stat-icon { width: 24px; height: 24px; filter: invert(42%) sepia(45%) saturate(1180%) hue-rotate(108deg) brightness(88%) contrast(92%); transition: filter .35s ease; }
.stat-card:hover .stat-icon-wrap { color: #fff; background: var(--purple); transform: translateY(-3px) rotate(-5deg) scale(1.06); }
.stat-card:hover .stat-icon { filter: brightness(0) invert(1); }
.stat-copy { margin-top: auto; }
.stat-card strong, .stat-card .stat-copy span { display: block; }
.stat-card strong { color: var(--ink); font-size: 1.35rem; font-weight: 800; letter-spacing: -.035em; }
.stat-card .stat-copy span { margin-top: .45rem; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.final-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 3rem; overflow: hidden; margin-top: 4rem; border: 1px solid rgba(17, 139, 89, .15); border-radius: 2.5rem; padding: 3.75rem 4rem; background: linear-gradient(120deg, #e5f8ed 0%, #d4f2e1 48%, #b9e8cd 100%); box-shadow: 0 28px 70px rgba(13, 111, 69, .14); }
.final-cta::before { content: ""; position: absolute; right: -120px; bottom: -180px; width: 420px; height: 420px; border-radius: 50%; border: 65px solid rgba(255, 255, 255, .2); }
.cta-copy { position: relative; z-index: 1; max-width: 730px; }
.cta-kicker { display: inline-flex; align-items: center; gap: .55rem; color: var(--purple); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cta-kicker-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 6px rgba(17, 139, 89, .11); animation: status-pulse 2.6s ease-in-out infinite; }
.final-cta h3 { max-width: 660px; margin-top: .9rem; font-size: clamp(1.75rem, 3.2vw, 2.55rem); }
.final-cta p { max-width: 620px; margin: 1rem 0 0; color: var(--muted); line-height: 1.7; }
.integrate-cta-button { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1.8rem; border: 0; border-radius: 999px; padding: .85rem 1.35rem; color: #fff; background: var(--brand); box-shadow: 0 12px 24px rgba(8, 126, 75, .22); font-size: .9rem; font-weight: 700; transition: transform .28s ease, box-shadow .28s ease; }
.integrate-cta-button:hover, .integrate-cta-button:focus-visible { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px rgba(8, 126, 75, .3); }
.cta-arrow { width: 16px; height: 16px; filter: brightness(0) invert(1); transition: transform .28s ease; }
.integrate-cta-button:hover .cta-arrow { transform: translateX(4px); }
.cta-visual { position: relative; z-index: 1; flex: 0 0 168px; display: grid; place-items: center; width: 168px; height: 168px; border: 1px solid rgba(255, 255, 255, .65); border-radius: 50%; color: #fff; background: linear-gradient(145deg, rgba(255,255,255,.7), rgba(255,255,255,.24)); box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 24px 50px rgba(9, 101, 61, .15); animation: cta-float 5s ease-in-out infinite; }
.cta-orbit { position: absolute; inset: 17px; border: 1px dashed rgba(17, 139, 89, .28); border-radius: 50%; animation: orbit-spin 16s linear infinite; }
.cta-mail-icon { width: 48px; height: 48px; filter: invert(42%) sepia(45%) saturate(1180%) hue-rotate(108deg) brightness(88%) contrast(92%); }
.cta-status { position: absolute; right: 12px; bottom: 22px; display: grid; place-items: center; width: 34px; height: 34px; border: 4px solid #d4f2e1; border-radius: 50%; color: #fff; background: var(--purple); font-size: .8rem; font-weight: 800; }
.reveal-enabled [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2, .8, .2, 1); }
.reveal-enabled [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.reveal-enabled .integrate-steps > :nth-child(2) { transition-delay: .08s; }
.reveal-enabled .integrate-steps > :nth-child(3) { transition-delay: .16s; }
.reveal-enabled .integrate-steps > :nth-child(4) { transition-delay: .24s; }
@keyframes status-pulse { 50% { box-shadow: 0 0 0 10px rgba(17, 139, 89, 0); } }
@keyframes cta-float { 50% { transform: translateY(-8px) rotate(1deg); } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
.moneybox-footer { position: relative; isolation: isolate; overflow: hidden; padding: 1.25rem 0 0; color: rgba(224,248,236,.76); background: linear-gradient(145deg, #052c1c 0%, #021f14 48%, #00160e 100%); }
.moneybox-footer::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .12; pointer-events: none; background-image: radial-gradient(rgba(154,241,196,.72) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(130deg, transparent 2%, #000 45%, transparent 95%); }
.moneybox-footer::after { content: ""; position: absolute; z-index: -1; right: -10%; bottom: -55%; width: 620px; height: 620px; border: 1px solid rgba(117,231,173,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(105,224,163,.025), 0 0 0 140px rgba(105,224,163,.018); }
.moneybox-footer-glow { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.moneybox-footer-glow-one { top: -240px; left: -180px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(67,220,143,.16), transparent 69%); }
.moneybox-footer-glow-two { right: 16%; bottom: -280px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(89,237,161,.1), transparent 70%); }
.footer-network-strip { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 1.5rem; border: 1px solid rgba(151,239,195,.12); border-radius: 1.5rem; padding: .9rem 1rem .9rem 1.15rem; background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 20px 50px rgba(0,11,7,.18); backdrop-filter: blur(15px); }
.footer-network-status { display: flex; align-items: center; gap: .75rem; min-width: 0; }
.footer-network-status > span:last-child { display: flex; min-width: 0; flex-direction: column; gap: .12rem; }
.footer-network-status b { color: #effff6; font-size: .78rem; }
.footer-network-status small { overflow: hidden; color: rgba(211,245,226,.55); font-size: .66rem; text-overflow: ellipsis; white-space: nowrap; }
.footer-status-pulse { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: #5de09b; box-shadow: 0 0 0 6px rgba(93,224,155,.09), 0 0 20px rgba(93,224,155,.48); animation: footer-status-pulse 2.8s ease-in-out infinite; }
.footer-network-flow { display: flex; align-items: center; gap: .6rem; }
.footer-bank-node, .footer-hub-node { display: grid; place-items: center; height: 32px; border-radius: .7rem; font-size: .55rem; font-weight: 800; letter-spacing: .08em; }
.footer-bank-node { min-width: 48px; border: 1px solid rgba(190,244,215,.12); color: rgba(229,251,239,.66); background: rgba(255,255,255,.045); }
.footer-hub-node { width: 32px; color: #042519; background: #91efbd; box-shadow: 0 0 0 5px rgba(145,239,189,.07), 0 0 22px rgba(89,220,151,.24); }
.footer-network-flow i { position: relative; display: block; width: 46px; height: 1px; overflow: visible; background: linear-gradient(90deg, rgba(134,230,181,.12), rgba(134,230,181,.48), rgba(134,230,181,.12)); }
.footer-network-flow i::after { content: ""; position: absolute; top: -2px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #92f0be; box-shadow: 0 0 8px rgba(146,240,190,.7); animation: footer-signal 3.4s ease-in-out infinite; }
.footer-network-flow i:nth-of-type(2)::after { animation-delay: 1.7s; }
.footer-top-link { justify-self: end; display: inline-flex; align-items: center; gap: .65rem; border: 1px solid rgba(151,239,195,.12); border-radius: 999px; padding: .4rem .45rem .4rem .8rem; color: rgba(229,251,239,.7); font-size: .68rem; font-weight: 700; transition: color .25s ease, border-color .25s ease, background-color .25s ease, transform .25s ease; }
.footer-top-link b { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: #07301f; background: #a3efc5; font-size: .8rem; transition: transform .25s ease; }
.footer-top-link:hover, .footer-top-link:focus-visible { border-color: rgba(151,239,195,.25); color: #fff; background: rgba(255,255,255,.055); transform: translateY(-2px); }
.footer-top-link:hover b { transform: translateY(-2px); }
.footer-main-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(180px,.55fr) minmax(280px,.9fr); gap: clamp(2rem,5vw,5.5rem); padding: 5rem 0 4.5rem; }
.footer-brand { display: inline-flex; align-items: center; gap: .7rem; color: #fff; font-size: 1.35rem; letter-spacing: -.045em; }
.footer-brand:hover { color: #fff; }
.footer-brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(171,244,207,.18); border-radius: 1rem; color: #07301f; background: linear-gradient(145deg, #b6f7d3, #71dea4); box-shadow: 0 10px 30px rgba(36,190,111,.18); font-size: .95rem; font-weight: 900; }
.footer-brand-column h2 { max-width: 590px; margin: 1.6rem 0 0; color: #f4fff8; font-size: clamp(2rem,3vw,3.15rem); line-height: 1.03; letter-spacing: -.055em; text-wrap: balance; }
.footer-brand-column > p { max-width: 570px; margin: 1.3rem 0 0; color: rgba(222,247,234,.65); font-size: .92rem; line-height: 1.75; }
.footer-contact-pill { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1.8rem; border: 1px solid rgba(168,240,203,.15); border-radius: 999px; padding: .55rem .65rem .55rem .8rem; color: #eafff3; background: rgba(255,255,255,.045); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); transition: transform .25s ease, background-color .25s ease, border-color .25s ease; }
.footer-contact-pill img { width: 16px; height: 16px; filter: brightness(0) invert(1); opacity: .72; }
.footer-contact-pill span { font-size: .75rem; font-weight: 700; }
.footer-contact-pill b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #07301f; background: #a4f0c8; }
.footer-contact-pill:hover, .footer-contact-pill:focus-visible { color: #fff; border-color: rgba(168,240,203,.28); background: rgba(255,255,255,.075); transform: translateY(-2px); }
.footer-column-label { display: block; margin-bottom: 1.35rem; color: rgba(178,237,207,.52); font-size: .64rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-nav { display: grid; gap: .35rem; }
.footer-nav a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(174,239,205,.09); padding: .68rem 0; color: rgba(234,252,243,.74); font-size: .82rem; font-weight: 650; transition: color .25s ease, padding-left .25s ease, border-color .25s ease; }
.footer-nav a span { color: rgba(161,231,194,.38); transition: transform .25s ease, color .25s ease; }
.footer-nav a:hover, .footer-nav a:focus-visible { border-color: rgba(174,239,205,.22); padding-left: .35rem; color: #fff; }
.footer-nav a:hover span { color: #91efbd; transform: translate(2px,-2px); }
.footer-principles-column { min-width: 0; }
.footer-principle { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: .85rem; align-items: start; border-bottom: 1px solid rgba(174,239,205,.09); padding: .9rem 0; }
.footer-principle:first-of-type { padding-top: .2rem; }
.footer-principle > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(162,236,198,.11); border-radius: .9rem; background: rgba(255,255,255,.045); }
.footer-principle img { width: 18px; height: 18px; filter: brightness(0) invert(1); opacity: .72; }
.footer-principle div { display: flex; min-width: 0; flex-direction: column; gap: .28rem; }
.footer-principle b { color: #f3fff8; font-size: .8rem; }
.footer-principle small { color: rgba(219,246,232,.52); font-size: .7rem; line-height: 1.55; }
.footer-bottom-bar { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-top: 1px solid rgba(174,239,205,.1); padding: 1.4rem 0 1.6rem; color: rgba(214,242,228,.45); font-size: .66rem; }
.footer-bottom-bar > div:first-child { display: flex; align-items: center; flex-wrap: wrap; gap: .45rem; }
.footer-bottom-dot { opacity: .35; }
.footer-bottom-tags { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: .5rem .9rem; }
.footer-bottom-tags span { display: inline-flex; align-items: center; gap: .42rem; }
.footer-bottom-tags i { width: 5px; height: 5px; border-radius: 50%; background: #64d99b; box-shadow: 0 0 8px rgba(100,217,155,.4); }
@keyframes footer-status-pulse { 50% { box-shadow: 0 0 0 10px rgba(93,224,155,0), 0 0 24px rgba(93,224,155,.58); } }
@keyframes footer-signal { 0% { left: 0; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { left: calc(100% - 5px); opacity: 0; } }

@media (max-width: 1199.98px) {
  .security-carousel-wrap { --security-card-size: 68%; }
}

@media (max-width: 991.98px) {
  .footer-main-grid { grid-template-columns: 1fr 1fr; gap: 3rem; padding: 4rem 0 3.5rem; }
  .footer-brand-column { grid-column: 1 / -1; }
  .footer-brand-column h2 { max-width: 680px; }
  .footer-network-strip { grid-template-columns: minmax(0,1fr) auto; }
  .footer-network-flow { display: none; }
  .security-carousel-wrap { --security-card-size: 78%; }
  .security-carousel-toolbar { grid-template-columns: 1fr auto; }
  .security-carousel-progress { grid-column: 1 / -1; grid-row: 2; max-width: none; justify-self: stretch; }
  .site-header { padding: .75rem; }
  .site-header .navbar { min-height: 64px; border-radius: 1.5rem; padding: .6rem .7rem .6rem .9rem; }
  .site-header .navbar.menu-open { border-radius: 1.75rem; box-shadow: inset 0 1px 0 rgba(255,255,255,.94), 0 20px 54px rgba(9, 88, 55, .17); }
  .site-header.is-scrolled .navbar { min-height: 60px; transform: none; }
  .header-actions { order: 2; }
  .navbar-toggler { order: 1; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50% !important; padding: 0; color: var(--purple); background: rgba(255,255,255,.78); box-shadow: inset 0 0 0 1px rgba(17, 112, 70, .11); transition: color .28s ease, background-color .28s ease, transform .28s ease; }
  .navbar-toggler:hover, .navbar-toggler:focus-visible { color: #fff; background: var(--purple); transform: translateY(-1px); }
  .menu-toggle-icon { position: relative; display: block; width: 18px; height: 14px; }
  .menu-toggle-icon i { position: absolute; left: 0; width: 18px; height: 2px; border-radius: 99px; background: currentColor; transition: top .3s ease, bottom .3s ease, transform .3s ease; }
  .menu-toggle-icon i:first-child { top: 3px; }
  .menu-toggle-icon i:last-child { bottom: 3px; }
  .navbar-toggler[aria-expanded="true"] .menu-toggle-icon i:first-child { top: 6px; transform: rotate(45deg); }
  .navbar-toggler[aria-expanded="true"] .menu-toggle-icon i:last-child { bottom: 6px; transform: rotate(-45deg); }
  .navbar-collapse { order: 3; flex-basis: 100%; }
  .navbar-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem !important; margin-top: .8rem; border-top: 1px solid rgba(17, 112, 70, .11); padding: .85rem 0 .15rem; }
  .nav-link { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: .65rem; min-height: 68px; border: 1px solid rgba(17, 112, 70, .1); border-radius: 1.15rem; padding: .65rem .7rem !important; color: var(--ink); background: rgba(255,255,255,.62); box-shadow: 0 8px 20px rgba(9, 78, 49, .05); transform: none; }
  .nav-link::after { display: none; }
  .nav-link:hover, .nav-link:focus-visible { border-color: rgba(17,139,89,.23); color: var(--purple); background: rgba(236,249,242,.88); transform: translateY(-2px); }
  .mobile-nav-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: .85rem; background: var(--accent); }
  .mobile-nav-icon img { display: block; width: 18px; height: 18px; object-fit: contain; filter: invert(38%) sepia(55%) saturate(1100%) hue-rotate(108deg) brightness(82%) contrast(92%); transition: transform .28s ease; }
  .faq-nav-glyph { color: var(--purple); font-size: 1rem; font-weight: 800; line-height: 1; transition: transform .28s ease; }
  .nav-link:hover .faq-nav-glyph { transform: scale(1.1) rotate(-5deg); }
  .nav-link:hover .mobile-nav-icon img { transform: scale(1.1) rotate(-5deg); }
  .mobile-nav-arrow { display: block; color: rgba(20, 82, 56, .5); font-size: 1.35rem; line-height: 1; transition: transform .28s ease, color .28s ease; }
  .nav-link:hover .mobile-nav-arrow { color: var(--purple); transform: translateX(2px); }
  .navbar-collapse.show .nav-link { animation: mobile-nav-item-in .4s cubic-bezier(.2,.8,.2,1) both; }
  .navbar-collapse.show .nav-link:nth-child(2) { animation-delay: .04s; }
  .navbar-collapse.show .nav-link:nth-child(3) { animation-delay: .08s; }
  .navbar-collapse.show .nav-link:nth-child(4) { animation-delay: .12s; }
  .navbar-collapse.show .nav-link:nth-child(5) { animation-delay: .16s; }
  .navbar-collapse.show .nav-link:nth-child(6) { animation-delay: .20s; }
  .system-hero-wrap { padding: 0; }
  .system-hero { padding: 7rem 2rem 4.5rem; }
  .system-hero h2, .system-hero-content > div:first-child > p { max-width: 760px; }
  .bank-logo-card { flex-basis: 180px; }
  .problem-row > div:first-child { order: 2; }
  .vision-image-wrap, .system-concept-visual { margin: 1.25rem auto 0; }
  .how-bento-initiate, .how-bento-credit, .how-bento-settle { grid-column: span 7; }
  .how-bento-metric, .how-bento-verify { grid-column: span 5; }
  .how-bento-rail { grid-column: span 5; }
  .dark-referee-grid > :nth-child(2) { padding-top: 0; }
  .dashboard-stack-stage { min-height: 360vh; }
  .dashboard-stack-sticky { min-height: 700px; }
  .dashboard-stack-deck { width: 100%; }
  .dashboard-stack-progress { right: -62px; }
  .dashboard-stack-copy, .dashboard-stack-visual { padding: 2.25rem; }
  .step-card { min-height: 280px; }
  .final-cta { align-items: flex-end; padding: 3.25rem; }
  .cta-visual { flex-basis: 132px; width: 132px; height: 132px; }
}
@media (max-width: 767.98px) {
  .dashboard-stack-progress { display: none; }
  .security-carousel-wrap { --security-card-size: 100%; padding: .9rem; border-radius: 1.5rem; }
  .security-carousel-toolbar { grid-template-columns: 1fr auto; gap: .8rem; }
  .security-carousel-label { display: none; }
  .security-carousel-progress { grid-column: 1 / -1; max-width: none; }
  .security-carousel-viewport { border-radius: 1.25rem; }
  .security-carousel-viewport::before, .security-carousel-viewport::after { display: none; }
  .security-carousel-track { gap: .8rem; padding: .55rem 0 .9rem; scroll-padding-inline: 0; }
  .security-slide-card { min-height: 350px; padding: 1.45rem; border-radius: 1.4rem; opacity: .4; transform: scale(.95); }
  .security-slide-card.is-active { transform: scale(1); }
  .security-slide-top { margin-bottom: 1.6rem; }
  .security-slide-icon { width: 58px; height: 58px; }
  .security-slide-icon svg { width: 27px; height: 27px; }
  .security-slide-card h3 { font-size: 1.08rem; }
  .security-slide-card p { font-size: .9rem; }
  .security-slide-foot { right: 1.45rem; bottom: 1.35rem; left: 1.45rem; }
  .navbar-brand { font-size: 1.05rem; }
  .brand-mark { width: 34px; height: 34px; }
  .btn-soft { padding: .68rem .9rem; font-size: .78rem; }
  .header-cta-icon { display: block; }
  .system-hero { border-radius: 0; padding: 6.75rem .85rem 3.5rem; }
  .system-hero h2 { font-size: clamp(2.25rem, 10vw, 3rem); }
  .system-actions { align-items: stretch; }
  .system-map { border-radius: 1.5rem; padding: .8rem; }
  .system-map-topline { align-items: flex-start; flex-direction: column; gap: .4rem; }
  .system-flow { grid-template-columns: 1fr; gap: .35rem; padding: 1rem 0; }
  .system-node { min-height: 148px; }
  .system-connector { height: 52px; }
  .connector-line { top: 0; bottom: 0; left: 50%; width: 1px; height: auto; background: linear-gradient(180deg, rgba(105,221,166,.16), rgba(105,221,166,.78), rgba(105,221,166,.16)); }
  .system-connector::after { top: 19px; right: auto; left: calc(50% - 6px); transform: rotate(90deg); }
  .system-connector small { top: 17px; right: auto; left: calc(50% + 18px); text-align: left; }
  .flow-packet { top: 0; left: calc(50% - 5px); animation-name: system-packet-mobile; }
  .settlement-rail { grid-template-columns: auto minmax(0, 1fr); }
  .settlement-state { grid-column: 2; justify-self: start; margin-top: .25rem; }
  .system-map-footer { align-items: flex-start; flex-direction: column; padding-left: .25rem; }
  .section-space { padding: 5rem 1.25rem; }
  .section-sm { padding: 3.5rem 1.25rem; }
  .bank-logo-marquee { margin-top: 2rem; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
  .bank-logo-set { gap: .75rem; padding-right: .75rem; }
  .bank-logo-card { flex-basis: 165px; min-height: 104px; padding: 1rem; }
  .faq-heading { margin-bottom: 2.75rem; }
  .faq-heading h2 { font-size: 2.35rem; }
  .moneybox-accordion .accordion-item { border-radius: 1.5rem !important; }
  .moneybox-accordion .accordion-button { min-height: 74px; padding: 1.05rem 1.1rem; }
  .faq-toggle-icon { flex-basis: 38px; width: 38px; height: 38px; }
  .moneybox-accordion .accordion-body { padding: 0 4.25rem 1.4rem 1.1rem; font-size: .94rem; }
  .stat-grid { margin-top: 3rem !important; }
  .stat-card { min-height: 205px; }
  .vision-badge-top { right: .65rem; }
  .vision-badge-bottom { left: .65rem; }
  .dashboard-stack-heading h2 { font-size: clamp(2.2rem, 9vw, 3.2rem); }
  .dashboard-stack-heading p { font-size: .96rem; }
  .how-version-heading h2 { font-size: clamp(2.2rem,9vw,3.2rem); }
  .how-bento-grid { grid-template-columns: 1fr; margin-top: 3rem; }
  .how-bento-initiate, .how-bento-metric, .how-bento-verify, .how-bento-credit, .how-bento-rail, .how-bento-settle { grid-column: 1 / -1; }
  .how-bento-metric, .how-bento-rail { min-height: 210px; }
  .dark-referee-grid { padding-top: .75rem; }
  .dark-referee-section .dark-abstract-card { min-height: 400px; padding: 1rem; }
  .dark-referee-section .dark-abstract-card > div { min-height: 360px; padding: 1.4rem; }
  .dashboard-stack-stage { min-height: 360vh; margin-top: 3.5rem; }
  .dashboard-stack-sticky { position: sticky; top: 5.25rem; min-height: 720px; }
  .dashboard-stack-deck { display: block; width: 100%; min-height: 690px; margin: 0 auto; }
  .dashboard-stack-progress { top: auto; right: 1rem; bottom: -2.2rem; width: auto; flex-direction: row; transform: none; }
  .dashboard-stack-progress-rail { display: flex; }
  .dashboard-stack-progress small { display: none; }
  .dashboard-stack-card { position: absolute; inset: 0; grid-template-columns: 1fr; min-height: 660px; border-radius: 1.75rem; }
  .dashboard-stack-copy { min-height: 365px; padding: 1.6rem; }
  .dashboard-stack-icon { width: 44px; height: 44px; margin-top: 1.35rem; }
  .dashboard-stack-copy h3 { margin-top: 1rem; font-size: 1.85rem; }
  .dashboard-stack-copy > p { margin-top: .75rem; font-size: .82rem; }
  .dashboard-stack-copy ul { margin-top: 1rem; padding-top: 0; }
  .dashboard-stack-visual { min-height: 305px; padding: 1.6rem; }
  .dashboard-stack-visual > strong { font-size: 3rem; }
  .dashboard-line-chart { height: 100px; margin-top: 1.25rem; }
  .dashboard-stack-hint { margin-top: 2rem; font-size: .78rem; }
  .final-cta { align-items: flex-start; padding: 2.5rem 1.5rem; border-radius: 2rem; }
  .cta-visual { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .moneybox-accordion .accordion-item,
  .faq-toggle-icon,
  .moneybox-accordion .accordion-collapse,
  .moneybox-accordion .accordion-body,
  .stat-card,
  .stat-card::before,
  .stat-icon-wrap,
  .integrate-cta-button,
  .cta-arrow,
  [data-reveal] { transition: none; animation: none; }
  .reveal-enabled [data-reveal] { opacity: 1; transform: none; }
  .cta-kicker-dot, .cta-visual, .cta-orbit { animation: none; }
  .site-header .navbar, .site-header .navbar::before, .site-header .navbar::after, .brand-mark, .sandbox-badge i, .nav-link, .nav-link::after, .btn-soft, .header-cta-icon { transition: none; animation: none; }
  .bank-logo-card, .bank-logo-card::after, .bank-logo-card img { transition: none; animation: none; }
  .bank-logo-track { animation: none; }
  .bank-logo-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; scrollbar-width: none; }
  .bank-logo-set[aria-hidden="true"] { display: none; }
  .system-eyebrow i, .moneybox-pulse, .flow-packet, .settlement-track i, .vision-badge, .vision-image-wrap img, .vision-principles article, .system-concept-visual, .system-concept-visual::after, .system-concept-image, .concept-beam, .concept-signal, .concept-hub-pulse, .concept-rail-glow, .concept-rail-packet, .how-bento-card, .dark-abstract-card, .dark-abstract-card img, .dark-abstract-card a, .dashboard-stack-card, .dashboard-line-chart i { transition: none; animation: none; }
  .how-bento-metric::before, .how-bento-metric::after, .how-bento-rail::before, .how-bento-rail::after, .how-bento-metric-status i, .how-bento-rail-title span, .how-bento-rail-status::after, .security-slide-card, .security-slide-card::after, .security-slide-icon, .security-carousel-progress i { transition: none; animation: none; }
  .how-bento-rail-title span { opacity: 1; transform: none; }
}

@media (max-width: 575.98px) {
  .moneybox-footer { padding-top: .8rem; }
  .footer-network-strip { grid-template-columns: minmax(0,1fr) auto; gap: .65rem; border-radius: 1.25rem; padding: .75rem; }
  .footer-network-status small { display: none; }
  .footer-top-link span { display: none; }
  .footer-top-link { padding: .28rem; }
  .footer-main-grid { grid-template-columns: 1fr; gap: 2.75rem; padding: 3.5rem 0 3rem; }
  .footer-brand-column { grid-column: auto; }
  .footer-brand-column h2 { font-size: 2.25rem; }
  .footer-contact-pill { max-width: 100%; }
  .footer-contact-pill span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .footer-bottom-bar { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .footer-bottom-tags { justify-content: flex-start; }
  .header-cta-label { display: none; }
  .btn-soft { justify-content: center; width: 42px; height: 42px; padding: 0; }
  .header-cta-icon { width: 17px; height: 17px; }
  .system-primary-action, .system-secondary-action { width: 100%; }
  .vision-summary { gap: .4rem; }
  .vision-summary span { padding: .7rem .55rem; }
  .vision-summary small { font-size: .56rem; }
  .how-bento-card { padding: 1.25rem; }
  .how-bento-steps { grid-template-columns: 1fr; }
  .dashboard-stack-card { min-height: 660px; }
  .dashboard-stack-copy { min-height: 350px; padding: 1.3rem; }
  .dashboard-stack-visual { min-height: 285px; padding: 1.3rem; }
  .dashboard-stack-copy li { font-size: .69rem; }
  .dashboard-stack-hint { font-size: .74rem; }
}

@media (max-width: 379.98px) {
  .navbar-nav { grid-template-columns: 1fr; }
  .nav-link { min-height: 62px; }
}

@keyframes mobile-nav-item-in { from { opacity: 0; transform: translateY(9px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes system-packet-mobile { 0% { top: 0; opacity: 0; } 15% { opacity: 1; } 85% { opacity: 1; } 100% { top: calc(100% - 11px); opacity: 0; } }

/* Bento step information tooltips */
.how-bento-steps > span {
  position: relative;
  grid-template-columns: 32px minmax(0, 1fr) auto;
}
.how-bento-steps > span > b,
.how-bento-steps > span > small {
  grid-column: 2;
}
.how-bento-tooltip {
  position: relative;
  z-index: 6;
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-left: .25rem;
  padding: 0;
  border: 1px solid rgba(17, 139, 89, .18);
  border-radius: 50%;
  color: var(--brand);
  background: rgba(17, 139, 89, .07);
  box-shadow: 0 4px 12px rgba(9, 88, 55, .05);
  cursor: help;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.how-bento-tooltip > span {
  display: block;
  font-size: .68rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1;
  font-family: Georgia, serif;
}
.how-bento-tooltip:hover,
.how-bento-tooltip:focus-visible,
.how-bento-tooltip.is-open {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
  box-shadow: 0 8px 18px rgba(9, 88, 55, .18);
  transform: translateY(-1px);
  outline: none;
}
.how-bento-tooltip::before {
  content: "";
  position: absolute;
  right: 9px;
  bottom: calc(100% + 4px);
  width: 10px;
  height: 10px;
  opacity: 0;
  pointer-events: none;
  background: #062f1f;
  transform: translateY(4px) rotate(45deg);
  transition: opacity .18s ease, transform .18s ease;
}
.how-bento-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  right: -2px;
  bottom: calc(100% + 9px);
  width: min(250px, 64vw);
  padding: .75rem .85rem;
  border: 1px solid rgba(138, 240, 185, .13);
  border-radius: .8rem;
  color: #e7f8ef;
  background: #062f1f;
  box-shadow: 0 14px 34px rgba(1, 31, 19, .22);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: .62rem;
  font-weight: 500;
  line-height: 1.55;
  text-align: left;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity .18s ease, transform .18s ease;
}
.how-bento-tooltip:hover::before,
.how-bento-tooltip:hover::after,
.how-bento-tooltip:focus-visible::before,
.how-bento-tooltip:focus-visible::after,
.how-bento-tooltip.is-open::before,
.how-bento-tooltip.is-open::after {
  opacity: 1;
  transform: translateY(0) rotate(45deg);
}
.how-bento-tooltip:hover::after,
.how-bento-tooltip:focus-visible::after,
.how-bento-tooltip.is-open::after {
  transform: translateY(0);
}
@media (max-width: 575.98px) {
  .how-bento-tooltip::after {
    width: min(220px, 68vw);
    font-size: .6rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .how-bento-tooltip,
  .how-bento-tooltip::before,
  .how-bento-tooltip::after {
    transition: none;
  }
}
