:root {
  --paper: #f4f1e9;
  --paper-deep: #ebe6db;
  --card: #fffdf8;
  --ink: #10203a;
  --ink-soft: #516078;
  --navy: #142746;
  --blue: #315eae;
  --blue-bright: #4d7dd3;
  --mint: #53caa1;
  --mint-soft: #dff6ed;
  --gold: #c88a2d;
  --line: rgba(16, 32, 58, .14);
  --shadow: 0 20px 54px rgba(25, 44, 75, .12);
  --section: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; background: var(--paper); }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font: 16px/1.7 "Segoe UI", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
svg { display: block; }
.section-shell { width: var(--section); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 100; padding: 10px 14px; background: #fff; color: var(--navy); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 14px; }
:focus-visible { outline: 3px solid rgba(49, 94, 174, .36); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; background: rgba(244, 241, 233, .82); backdrop-filter: blur(18px); transition: border-color .22s ease, box-shadow .22s ease, background .22s ease; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(250, 248, 242, .94); box-shadow: 0 8px 28px rgba(16, 32, 58, .07); }
.header-inner { width: var(--section); height: 78px; margin-inline: auto; display: flex; align-items: center; gap: 30px; }
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--navy); color: var(--mint); border-radius: 10px; box-shadow: 0 8px 20px rgba(20, 39, 70, .2); }
.brand-mark svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-size: 18px; letter-spacing: .08em; }
.brand small { margin-top: 4px; color: #728097; font-size: 10px; letter-spacing: .08em; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { position: relative; padding: 10px 0; color: #4d5b70; font-size: 14px; font-weight: 650; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--blue); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a.is-active::after { right: 0; }
.site-nav a:hover, .site-nav a.is-active { color: var(--ink); }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; padding: 0 16px; color: #fff; background: var(--navy); border-radius: 9px; font-size: 13px; font-weight: 750; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.header-cta svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.header-cta:hover { transform: translateY(-2px); background: #1c3863; box-shadow: 0 10px 22px rgba(20, 39, 70, .18); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 710px; overflow: hidden; background: radial-gradient(circle at 86% 8%, rgba(77, 125, 211, .14), transparent 30rem), linear-gradient(180deg, #f8f6f0 0%, var(--paper) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(16, 32, 58, .18), transparent); }
.hero-orbit { position: absolute; border: 1px solid rgba(49, 94, 174, .12); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 620px; height: 620px; right: -210px; top: -310px; }
.hero-orbit-two { width: 420px; height: 420px; right: -104px; top: -192px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 26px; padding: 88px 0 74px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.hero h1 { margin: 0; max-width: 680px; color: var(--navy); font-size: clamp(46px, 4.7vw, 64px); line-height: 1.08; letter-spacing: -.055em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 610px; margin: 26px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 21px; border: 1px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 760; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 25px rgba(49, 94, 174, .2); }
.button-primary:hover { background: #28519a; box-shadow: 0 15px 30px rgba(49, 94, 174, .25); }
.button-secondary { color: var(--ink); background: rgba(255, 255, 255, .5); border-color: rgba(16, 32, 58, .2); }
.button-secondary:hover { background: #fff; border-color: rgba(16, 32, 58, .35); }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px 24px; margin: 30px 0 0; padding: 0; list-style: none; color: #536178; font-size: 12px; font-weight: 650; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points svg { width: 17px; height: 17px; padding: 2px; color: #157654; background: var(--mint-soft); border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

.hero-visual { position: relative; min-height: 545px; }
.device-stage { position: absolute; inset: 44px -34px 0 -34px; display: grid; place-items: center; }
.device-stage::before { content: ""; position: absolute; width: 79%; aspect-ratio: 1; border: 1px solid rgba(49, 94, 174, .13); border-radius: 50%; box-shadow: 0 0 0 54px rgba(49, 94, 174, .025), 0 0 0 108px rgba(49, 94, 174, .018); }
.device-illustration { position: relative; width: 100%; max-width: 710px; overflow: visible; }
.network-lines path { stroke: #6c8dc0; stroke-width: 2; stroke-dasharray: 5 8; animation: signalPath 1.8s linear infinite; }
.network-node circle { fill: #fff; stroke: var(--blue); stroke-width: 3; transform-box: fill-box; transform-origin: center; animation: nodeBlink 2.2s ease-in-out infinite; }
.network-node circle:nth-child(2) { animation-delay: -.7s; }.network-node circle:nth-child(3) { animation-delay: -1.4s; }
.visual-label { position: absolute; z-index: 2; min-width: 174px; display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid rgba(16, 32, 58, .13); background: rgba(255, 253, 248, .9); box-shadow: 0 14px 34px rgba(24, 42, 70, .12); backdrop-filter: blur(12px); border-radius: 12px; }
.visual-label svg { width: 25px; flex: none; color: var(--blue); fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.visual-label small, .visual-label strong { display: block; line-height: 1.25; }
.visual-label small { color: #78849a; font-size: 10px; letter-spacing: .08em; }
.visual-label strong { margin-top: 4px; color: var(--navy); font-size: 13px; }
.visual-label-top { top: 24px; right: 2px; }
.visual-label-left { left: -12px; top: 43%; }
.visual-label-right { right: -18px; bottom: 54px; }
.signal-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(83, 202, 161, .14); animation: signalPulse .8s ease-out 2; }

.capability-bar { position: relative; z-index: 3; margin-top: -1px; background: var(--navy); color: #fff; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.capability-grid > div { min-height: 148px; display: grid; align-content: center; padding: 26px 28px; border-left: 1px solid rgba(255, 255, 255, .1); }
.capability-grid > div:last-child { border-right: 1px solid rgba(255, 255, 255, .1); }
.capability-grid strong { color: var(--mint); font-size: 30px; line-height: 1.1; letter-spacing: -.04em; }
.capability-grid span { margin-top: 9px; font-size: 14px; font-weight: 750; }
.capability-grid small { margin-top: 4px; color: #9fb0c9; font-size: 11px; }

.section { padding: 112px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 44px; }
.section-heading h2, .workflow-intro h2, .reliability-panel h2, .final-cta h2 { margin: 0; font-size: clamp(35px, 4vw, 52px); line-height: 1.18; letter-spacing: -.045em; }
.section-heading > p { max-width: 430px; margin: 0 0 3px; color: var(--ink-soft); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 320px; overflow: hidden; padding: 27px; border: 1px solid var(--line); background: rgba(255, 253, 248, .78); box-shadow: 0 10px 30px rgba(22, 39, 66, .05); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(49, 94, 174, .3); box-shadow: var(--shadow); }
.feature-card-wide { grid-column: span 2; display: grid; grid-template-columns: 1fr 230px; gap: 24px; }
.feature-card-wide > .feature-icon { grid-column: 1; grid-row: 1; }
.feature-card-wide > .feature-copy { grid-column: 1; grid-row: 2; }
.feature-card-wide > .protocol-board, .feature-card-wide > .diagnostic-bars { grid-column: 2; grid-row: 1 / span 2; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 46px; color: var(--blue); background: #edf2fb; border: 1px solid #dbe4f3; border-radius: 11px; }
.feature-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-index { position: absolute; right: 25px; top: 23px; color: #9aa5b5; font: 800 11px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .12em; }
.feature-card h3 { margin: 0; font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
.feature-card p { max-width: 560px; margin: 14px 0 0; color: var(--ink-soft); font-size: 14px; }
.feature-card a { display: inline-flex; gap: 8px; margin-top: 21px; color: var(--blue); font-size: 13px; font-weight: 750; text-decoration: none; }
.feature-card-accent { background: #e7f6f0; border-color: #c9e9dd; }
.feature-card-dark { color: #fff; background: var(--navy); border-color: var(--navy); }
.feature-card-dark p { color: #b5c2d5; }
.feature-card-dark .feature-icon { color: var(--mint); background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .12); }
.feature-card-dark .feature-index { color: #8293ad; }
.feature-card-wide .feature-icon { margin-bottom: 36px; }
.protocol-board { position: relative; align-self: stretch; min-height: 248px; display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 10px; padding: 25px; background: #ecf0f5; border: 1px solid #d8e0eb; }
.protocol-board .protocol-badge { position: relative; z-index: 2; display: block; width: 100%; height: 55px; padding: 13px 10px; border: 1px solid #cfd8e7; background: #fff; }
.protocol-board .protocol-badge .protocol-glyph { fill: #5b687d; }
.protocol-board .protocol-badge.active { background: var(--blue); border-color: var(--blue); }
.protocol-board .protocol-badge.active .protocol-glyph { fill: #fff; }
.protocol-board i, .protocol-board b, .protocol-board em { position: absolute; display: block; border-radius: 50%; background: rgba(49, 94, 174, .08); }
.protocol-board i { width: 110px; height: 110px; right: -34px; top: -34px; }
.protocol-board b { width: 54px; height: 54px; left: -16px; bottom: -16px; }
.protocol-board em { width: 8px; height: 8px; right: 20px; bottom: 19px; background: var(--mint); box-shadow: 0 0 0 7px rgba(83, 202, 161, .15); }
.diagnostic-bars { min-height: 248px; align-self: stretch; display: flex; align-items: flex-end; gap: 12px; padding: 52px 26px 40px; background: var(--navy); }
.diagnostic-bars i { width: 22%; height: var(--bar); background: #4f7ecd; border-radius: 3px 3px 0 0; opacity: .82; }
.diagnostic-bars i:nth-child(2), .diagnostic-bars i:nth-child(4) { background: var(--mint); }
.diagnostic-bars span { position: absolute; right: 53px; bottom: 19px; color: #91a4c2; font: 750 9px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .15em; }

.protocol-section { position: relative; overflow: hidden; color: #fff; background: #0b172b; }
.protocol-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 35%, rgba(49,94,174,.22), transparent 36rem), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: auto, 48px 48px, 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.protocol-heading { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 42px; }
.protocol-heading h2 { max-width: 760px; margin: 0; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.14; letter-spacing: -.05em; }
.protocol-heading > p { max-width: 440px; margin: 0 0 5px; color: #aebdd2; }
.protocol-map { position: relative; min-height: 560px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012)); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.protocol-map::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 80px rgba(7,15,28,.62); }
.protocol-map svg { position: relative; z-index: 1; width: 100%; min-width: 760px; height: auto; }
.protocol-legend { position: absolute; z-index: 3; left: 22px; top: 20px; display: flex; flex-wrap: wrap; gap: 18px; color: #a8b7cc; font: 700 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; }
.protocol-legend span { display: flex; align-items: center; gap: 7px; }
.protocol-legend i { width: 8px; height: 8px; border-radius: 50%; }
.legend-node { background: #5c8ee4; box-shadow: 0 0 0 4px rgba(92,142,228,.13); }
.legend-tunnel { background: #53caa1; box-shadow: 0 0 0 4px rgba(83,202,161,.13); }
.legend-route { background: #dca24a; box-shadow: 0 0 0 4px rgba(220,162,74,.13); }
.map-grid path { fill: none; stroke: rgba(151,173,207,.08); stroke-width: 1; }
.map-links path { stroke-width: 2.4; stroke-linecap: round; stroke-dasharray: 7 13; animation: protocolFlow 1.5s linear infinite; }
.map-links-node path { stroke: #5c8ee4; }
.map-links-tunnel path { stroke: #53caa1; animation-direction: reverse; }
.map-links-route path { stroke: #dca24a; stroke-dasharray: 5 10; }
.protocol-nodes rect { fill: #111f36; stroke: rgba(255,255,255,.15); }
.protocol-nodes-left circle { fill: #5c8ee4; filter: drop-shadow(0 0 7px rgba(92,142,228,.75)); }
.protocol-nodes-right circle { fill: #53caa1; filter: drop-shadow(0 0 7px rgba(83,202,161,.75)); }
.protocol-nodes .protocol-label { display: block; overflow: visible; }
.protocol-nodes .protocol-label .protocol-glyph { fill: #f3f7ff; }
.protocol-more text { fill: #71849f; font: 650 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .03em; }
.protocol-more .protocol-mini-label { overflow: visible; }.protocol-more .protocol-mini-label .protocol-glyph { fill: #8fa2bd; }
.protocol-core .core-orbit { fill: none; stroke: rgba(115,159,222,.42); stroke-width: 1.5; stroke-dasharray: 4 9; transform-box: fill-box; transform-origin: center; }
.protocol-core .core-orbit-a { animation: orbitSpin 15s linear infinite; }
.protocol-core .core-orbit-b { stroke: rgba(83,202,161,.35); stroke-dasharray: 2 12; animation: orbitSpin 11s linear infinite reverse; }
.protocol-core text { fill: #fff; font: 750 13px/1 "Segoe UI", sans-serif; }
.protocol-core .core-status { fill: #8ba0bd; font: 750 8px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .14em; }
.device-targets rect { fill: #141f31; stroke: rgba(220,162,74,.35); }
.device-targets circle { fill: #dca24a; filter: drop-shadow(0 0 6px rgba(220,162,74,.65)); }
.device-targets text { fill: #dbe5f3; font: 700 12px/1 "Segoe UI", sans-serif; }
.protocol-map-note { position: absolute; z-index: 3; right: 24px; top: 20px; display: flex; align-items: center; gap: 12px; padding: 10px 13px; color: #fff; border: 1px solid rgba(83,202,161,.25); background: rgba(10,24,43,.78); backdrop-filter: blur(10px); }
.protocol-map-note strong { color: var(--mint); font-size: 28px; line-height: 1; }
.protocol-map-note span { font-size: 11px; font-weight: 750; line-height: 1.25; }
.protocol-map-note small { color: #8fa1bb; font-weight: 600; }
.protocol-groups { position: relative; display: grid; grid-template-columns: 1.2fr .8fr 1fr; border: 1px solid rgba(255,255,255,.11); border-top: 0; }
.protocol-groups article { min-height: 168px; padding: 29px; border-right: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.025); }
.protocol-groups article:last-child { border-right: 0; }
.protocol-groups span { color: #6f87a8; font: 750 9px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .13em; }
.protocol-groups h3 { margin: 13px 0 8px; font-size: 20px; }
.protocol-groups p { margin: 0; color: #aebdd2; font-size: 13px; line-height: 1.75; }

.console-section { overflow: hidden; background: #e9e4d9; }
.console-intro { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 42px; }
.console-intro h2 { margin: 0; font-size: clamp(38px, 4.4vw, 56px); line-height: 1.15; letter-spacing: -.05em; }
.console-intro > p { max-width: 450px; margin: 0 0 5px; color: var(--ink-soft); }
.console-frame { position: relative; overflow: hidden; border: 1px solid rgba(16,32,58,.16); background: #f8fafc; box-shadow: 0 30px 70px rgba(20,39,70,.15); border-radius: 16px; }
.console-browserbar { min-height: 54px; display: flex; align-items: center; gap: 18px; padding: 0 18px; color: #68758a; background: #fff; border-bottom: 1px solid #dfe5ec; }
.browser-dots { display: flex; gap: 6px; }
.browser-dots i { width: 9px; height: 9px; border-radius: 50%; background: #d4dae3; }
.browser-dots i:first-child { background: #ef7f70; }.browser-dots i:nth-child(2) { background: #eebf59; }.browser-dots i:last-child { background: #65c38d; }
.browser-address { min-height: 32px; min-width: 280px; display: flex; align-items: center; gap: 8px; padding: 0 12px; color: #6d7889; background: #f4f6f9; border-radius: 7px; font: 600 11px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.browser-address svg { width: 14px; fill: none; stroke: #6e7e95; stroke-width: 1.8; }
.demo-badge { margin-left: auto; padding: 7px 10px; color: #25634d; background: #e3f5ee; border-radius: 999px; font-size: 10px; font-weight: 750; }
.console-app { min-height: 620px; display: grid; grid-template-columns: 190px 1fr; }
.console-sidebar { padding: 24px 16px; color: #9eacc0; background: #0f203b; }
.console-logo { display: flex; align-items: center; gap: 10px; margin: 0 8px 32px; color: #fff; }
.console-logo span { width: 35px; height: 35px; display: grid; place-items: center; color: #0f203b; background: var(--mint); border-radius: 9px; font-size: 16px; font-weight: 850; }
.console-logo strong { font-size: 14px; letter-spacing: .08em; }
.console-sidebar nav { display: grid; gap: 6px; }
.console-sidebar nav span { min-height: 44px; display: flex; align-items: center; gap: 12px; padding: 0 13px; border-radius: 8px; font-size: 12px; font-weight: 700; }
.console-sidebar nav span.active { color: #fff; background: #315eae; box-shadow: 0 10px 24px rgba(49,94,174,.28); }
.console-sidebar svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.console-main { position: relative; min-width: 0; padding: 30px; background: #f2f5f9; }
.console-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.console-topline small { color: #8794a7; font-size: 10px; font-weight: 750; letter-spacing: .1em; }
.console-topline h3 { margin: 3px 0 0; color: #172b4b; font-size: 24px; }
.console-actions { display: flex; gap: 8px; }
.console-actions span, .mock-edit { min-height: 36px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid #d4dce7; color: #516078; background: #fff; border-radius: 7px; font: 700 11px/1 "Segoe UI", sans-serif; }
.console-actions span.primary { color: #fff; background: #315eae; border-color: #315eae; }
.console-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }
.console-stats article { min-height: 108px; padding: 17px 18px; background: #fff; border: 1px solid #dfe5ec; border-radius: 10px; }
.console-stats span, .console-stats small { display: block; color: #7a8799; font-size: 10px; font-weight: 700; }
.console-stats strong { display: block; margin: 6px 0; color: #172b4b; font-size: 27px; line-height: 1; }
.console-stats small { color: #4e9077; }
.console-stats small i { display: inline-block; width: 7px; height: 7px; margin-right: 3px; border-radius: 50%; background: #53caa1; box-shadow: 0 0 0 4px rgba(83,202,161,.13); }
.console-table-wrap { margin-top: 15px; overflow: hidden; background: #fff; border: 1px solid #dfe5ec; border-radius: 10px; }
.console-table-head { min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #e7ebf0; }
.console-table-head strong { color: #223653; font-size: 13px; }.console-table-head span { color: #8b96a7; font-size: 10px; }
.console-table { width: 100%; }
.console-row { position: relative; min-height: 64px; display: grid; grid-template-columns: 1.18fr 1.24fr 1fr 1fr .65fr .8fr .55fr; align-items: center; padding: 0 15px; color: #5d6a7d; border-bottom: 1px solid #edf0f4; font: 600 10px/1.35 "Segoe UI", sans-serif; }
.console-row:last-child { border-bottom: 0; }
.console-row-header { min-height: 38px; color: #8a95a6; background: #fafbfc; font-size: 9px; font-weight: 750; }
.console-row > span { min-width: 0; padding: 0 5px; }
.console-row b, .console-row small { display: block; }.console-row b { color: #223653; font-size: 10px; }.console-row small { margin-top: 3px; color: #7189ae; font-size: 9px; }
.console-row mark { display: inline-block; padding: 5px 7px; color: #26765b; background: #e2f5ed; border-radius: 999px; font-size: 9px; font-weight: 750; }.console-row mark.pending { color: #90661d; background: #fff1d7; }
.status-online, .status-idle { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #50bf91; }.status-idle { background: #a8b0bd; }
.active-row::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #315eae; box-shadow: 0 0 12px rgba(49,94,174,.65); animation: rowFocus 2.4s ease-in-out infinite; }
.bind-popover { position: absolute; right: 38px; bottom: 32px; width: 205px; padding: 16px; color: #dce7f6; background: rgba(15,32,59,.96); border: 1px solid rgba(255,255,255,.13); border-radius: 11px; box-shadow: 0 18px 45px rgba(15,32,59,.26); animation: popFloat 3.2s ease-in-out infinite; }
.bind-popover > span, .bind-popover > strong, .bind-popover > small { display: block; }.bind-popover > span { color: #7f93af; font-size: 9px; letter-spacing: .12em; }.bind-popover > strong { margin-top: 5px; font-size: 14px; }.bind-popover > small { margin-top: 3px; color: #aebdd1; font-size: 10px; }
.bind-popover div { display: flex; align-items: center; gap: 7px; margin-top: 12px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.11); }.bind-popover div i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(83,202,161,.13); }.bind-popover div b { color: #bdecd9; font-size: 10px; }
.console-caption { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(16,32,58,.15); border-top: 0; }
.console-caption span { min-height: 64px; display: grid; place-items: center; color: #526178; border-right: 1px solid rgba(16,32,58,.15); font: 750 11px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .07em; }.console-caption span:last-child { border-right: 0; }

.ip-insight-section { overflow: hidden; background: #edf2f9; }
.ip-insight-intro { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 80px; margin-bottom: 42px; }
.ip-insight-intro h2 { margin: 0; color: var(--navy); font-size: clamp(38px, 4.4vw, 56px); line-height: 1.15; letter-spacing: -.05em; }
.ip-insight-intro > p { max-width: 470px; margin: 0 0 5px; color: var(--ink-soft); }
.ip-insight-window { position: relative; overflow: hidden; border: 1px solid #d7e1ef; background: #f8faff; border-radius: 18px; box-shadow: 0 30px 70px rgba(39, 69, 111, .15); }
.ip-window-head { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 24px; color: #59708f; background: #fff; border-bottom: 1px solid #e2e9f3; }
.ip-window-title { display: flex; align-items: center; gap: 12px; }
.ip-window-icon { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: #456dcc; border-radius: 9px; box-shadow: 0 7px 16px rgba(69,109,204,.22); }
.ip-window-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ip-window-title small, .ip-window-title strong { display: block; line-height: 1.2; }
.ip-window-title small { color: #8594a9; font: 750 9px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; }
.ip-window-title strong { margin-top: 5px; color: #18345f; font-size: 17px; }
.ip-window-actions { display: flex; align-items: center; gap: 9px; color: #73849d; font-size: 11px; font-weight: 750; }
.ip-window-actions i, .ip-query-status i, .ip-window-foot i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #48be91; box-shadow: 0 0 0 4px rgba(72,190,145,.13); }
.ip-window-actions b { padding: 7px 10px; color: #27765b; background: #e6f7ef; border-radius: 999px; font-size: 10px; }
.ip-querybar { min-height: 60px; display: flex; align-items: center; gap: 14px; margin: 18px 20px 0; padding: 0 15px; color: #60708a; background: #f0f4fa; border: 1px solid #dce5f1; border-radius: 10px; }
.ip-query-label { color: #8492a6; font-size: 11px; font-weight: 750; }
.ip-querybar > strong { color: #213e70; font: 800 16px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.ip-query-status { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; color: #347d64; font-size: 11px; font-weight: 750; }
.ip-refresh-mock { min-height: 34px; display: inline-flex; align-items: center; padding: 0 12px; color: #4265ae; background: #fff; border: 1px solid #cedaeb; border-radius: 7px; font-size: 11px; font-weight: 750; }
.ip-summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 14px 20px 0; }
.ip-summary-card { position: relative; min-height: 128px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 18px 18px 18px 20px; border: 1px solid #dce5f1; background: #fff; border-radius: 11px; }
.ip-summary-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: #5a6fe0; }
.ip-summary-card.card-green::before { background: #36b98b; }.ip-summary-card.card-cyan::before { background: #2ba8c9; }.ip-summary-card.card-purple::before { background: #9361d5; }
.ip-summary-card small, .ip-panel-head small { color: #8190a7; font: 750 9px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .12em; }
.ip-summary-card span { margin-top: 8px; color: #8190a5; font-size: 11px; font-weight: 650; }
.ip-summary-card strong { display: block; margin-top: 3px; color: #264578; font-size: 16px; line-height: 1.35; }
.ip-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 20px 0; }
.ip-panel, .ip-risk-panel { overflow: hidden; border: 1px solid #dce5f1; background: #fff; border-radius: 11px; }
.ip-panel-head { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 18px; background: linear-gradient(180deg, #f7faff, #f0f5fd); border-bottom: 1px solid #e2e9f3; }
.ip-panel-head h3 { margin: 6px 0 0; color: #2c4777; font-size: 18px; line-height: 1.15; }
.ip-panel-mark { min-width: 29px; min-height: 29px; display: grid; place-items: center; padding: 0 8px; color: #5578c8; border: 1px solid #cedcf5; border-radius: 999px; font-size: 10px; font-weight: 750; }
.ip-fields { display: grid; grid-template-columns: 1fr 1fr; padding: 5px 18px 12px; }
.ip-fields > div { min-height: 59px; display: flex; flex-direction: column; justify-content: center; padding: 10px 8px 9px 0; border-bottom: 1px solid #edf1f6; }
.ip-fields > div:nth-last-child(-n+2) { border-bottom: 0; }
.ip-fields span { color: #8290a4; font-size: 10px; font-weight: 650; }
.ip-fields strong { margin-top: 3px; color: #425a84; font-size: 12px; line-height: 1.35; }
.ip-panel-note { margin: 0 18px 16px; padding: 10px 12px; color: #8794a7; background: #f5f7fb; border-radius: 8px; font-size: 10px; line-height: 1.5; }
.ip-risk-panel { margin: 12px 20px 0; }
.ip-risk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 16px 18px 18px; }
.ip-risk-grid > div { min-height: 88px; display: flex; flex-direction: column; justify-content: center; padding: 14px 16px; border: 1px solid #dce5f1; border-radius: 11px; background: #f8faff; }
.ip-risk-grid span { color: #71819a; font-size: 11px; font-weight: 700; }
.ip-risk-grid strong { margin-top: 4px; color: #40577f; font-size: 20px; line-height: 1; }
.ip-risk-grid .risk-good { background: #edfbf6; border-color: #bdebd9; }.ip-risk-grid .risk-good strong { color: #16805d; }
.ip-risk-grid .risk-alert { background: #fff1f3; border-color: #f1c6cf; }.ip-risk-grid .risk-alert strong { color: #c43f59; }
.ip-window-foot { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 20px; color: #8a98aa; background: #f9fbfe; border-top: 1px solid #e5ebf3; font-size: 10px; }
.ip-window-foot span:last-child { display: inline-flex; align-items: center; gap: 8px; color: #5573b0; font-weight: 700; }
.ip-insight-caption { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d7e1ef; border-top: 0; background: rgba(255,255,255,.42); }
.ip-insight-caption span { min-height: 62px; display: grid; place-items: center; color: #63738d; border-right: 1px solid #d7e1ef; font: 750 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .07em; }.ip-insight-caption span:last-child { border-right: 0; }

.workflow-section { color: #fff; background: #101f38; }
.workflow-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; }
.eyebrow-light { color: var(--mint); }
.workflow-intro { position: sticky; top: 125px; align-self: start; }
.workflow-intro > p:not(.eyebrow) { max-width: 440px; margin: 24px 0; color: #aebdd1; }
.text-link { display: inline-flex; gap: 10px; color: #fff; font-size: 14px; font-weight: 750; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, .35); }
.workflow-list { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.workflow-list li { min-height: 190px; display: grid; grid-template-columns: 82px 1fr 44px; align-items: center; gap: 24px; border-top: 1px solid rgba(255, 255, 255, .15); }
.workflow-list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.step-number { color: var(--mint); font: 750 15px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.workflow-list small { color: #9fb0c9; font: 750 10px/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .16em; }
.workflow-list h3 { margin: 7px 0 3px; font-size: 25px; }
.workflow-list p { margin: 0; color: #aebdd1; font-size: 14px; }
.workflow-list a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .24); color: #fff; font-size: 20px; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.workflow-list a:hover { color: var(--navy); background: var(--mint); border-color: var(--mint); }

.reliability-section { background: #e9e4d9; }
.reliability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.reliability-panel > p:not(.eyebrow) { max-width: 530px; margin: 25px 0 32px; color: var(--ink-soft); }
.reliability-path { display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: 11px; font-weight: 800; }
.reliability-path span { padding: 10px 12px; border: 1px solid rgba(16, 32, 58, .2); background: rgba(255, 255, 255, .46); }
.reliability-path i { width: 28px; height: 1px; position: relative; background: #778398; }
.reliability-path i::after { content: ""; position: absolute; right: 0; top: -3px; width: 6px; height: 6px; border-top: 1px solid #778398; border-right: 1px solid #778398; transform: rotate(45deg); }
.principle-list { border-top: 1px solid var(--line); }
.principle-list article { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.principle-list article > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--blue); background: rgba(255, 255, 255, .58); border: 1px solid var(--line); }
.principle-list svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.principle-list h3 { margin: 0; font-size: 18px; }
.principle-list p { margin: 7px 0 0; color: var(--ink-soft); font-size: 14px; }

.final-cta { padding: 84px 0; color: #fff; background: var(--blue); }
.final-cta .eyebrow { color: #ecfff8; }
.final-cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.final-cta h2 { max-width: 730px; }
.final-actions { display: flex; gap: 10px; flex: none; }
.button-light { color: var(--navy); background: #fff; }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .4); }
.button-ghost:hover { background: rgba(255, 255, 255, .1); border-color: #fff; }

.site-footer { padding: 36px 0; color: #9baac0; background: #0b1629; font-size: 12px; }
.site-footer .section-shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand strong { color: #fff; font-size: 16px; letter-spacing: .08em; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 24px; }
.site-footer a { color: #b9c5d6; text-decoration: none; }
.site-footer a:hover { color: #fff; }

.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(20px); transition: opacity .4s ease-out, transform .4s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }
@keyframes signalPath { to { stroke-dashoffset: -52; } }
@keyframes signalPulse { 50% { box-shadow: 0 0 0 10px rgba(83, 202, 161, 0); } }
@keyframes nodeBlink { 50% { transform: scale(1.35); fill: #53caa1; stroke: #53caa1; } }
@keyframes protocolFlow { to { stroke-dashoffset: -40; } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes rowFocus { 50% { opacity: .35; } }
@keyframes popFloat { 50% { transform: translateY(-7px); } }

@media (max-width: 1040px) {
  .site-nav { gap: 17px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 520px; }
  .device-stage { inset: 0 4% 0 4%; }
  .visual-label-left { left: 4%; }
  .visual-label-right { right: 4%; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-grid > div:nth-child(3) { border-top: 1px solid rgba(255, 255, 255, .1); }
  .capability-grid > div:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, .1); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .protocol-heading, .console-intro { grid-template-columns: 1fr; gap: 20px; }
  .protocol-heading > p, .console-intro > p { max-width: 650px; }
  .protocol-map { overflow-x: hidden; }
  .protocol-map svg { width: 118%; margin-left: -9%; }
  .workflow-layout { gap: 55px; }
  .reliability-grid { gap: 45px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 820px) {
  :root { --section: min(100% - 30px, 1180px); }
  .header-inner { height: 70px; gap: 10px; }
  .menu-button { display: block; order: 2; }
  .header-cta { order: 1; margin-left: auto; }
  .site-nav { position: absolute; top: 70px; left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); background: #fffdf8; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 46px; display: flex; align-items: center; padding: 0 12px; border-bottom: 1px solid #ece8df; }
  .site-nav a:last-child { border-bottom: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { padding-top: 58px; }
  .hero h1 { font-size: clamp(43px, 10vw, 66px); }
  .section { padding: 82px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .feature-card-wide { grid-column: span 2; }
  .protocol-map { min-height: 500px; }
  .protocol-map svg { width: 132%; margin-left: -16%; }
  .protocol-groups { grid-template-columns: 1fr; }
  .protocol-groups article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .protocol-groups article:last-child { border-bottom: 0; }
  .console-app { min-height: 560px; grid-template-columns: 1fr; }
  .console-sidebar { display: none; }
  .console-main { padding: 24px; }
  .console-row { grid-template-columns: 1.1fr 1fr 1fr .65fr .8fr .5fr; }
  .console-row > span:nth-child(4) { display: none; }
  .workflow-layout, .reliability-grid { grid-template-columns: 1fr; }
  .workflow-intro { position: static; }
  .workflow-list { margin-top: 12px; }
}

@media (max-width: 620px) {
  .header-cta span { display: none; }
  .header-cta { width: 44px; padding: 0; justify-content: center; }
  .brand small { display: none; }
  .hero { min-height: auto; }
  .hero-grid { padding: 48px 0 60px; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: 10px; }
  .hero-visual { min-height: 380px; margin-top: 20px; }
  .device-stage { inset: 15px -18% 0 -18%; }
  .visual-label { min-width: 0; padding: 10px 11px; }
  .visual-label strong { font-size: 11px; }
  .visual-label small { font-size: 9px; }
  .visual-label svg { width: 20px; }
  .visual-label-left { left: 0; top: 48%; }
  .visual-label-right { right: 0; bottom: 20px; }
  .visual-label-top { right: 0; top: 0; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid > div { min-height: 120px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .capability-grid > div:last-child { border-right: 0; border-bottom: 0; }
  .protocol-section { padding-top: 78px; }
  .protocol-heading h2, .console-intro h2 { font-size: 38px; }
  .protocol-map { min-height: 405px; }
  .protocol-map svg { width: 155%; min-width: 680px; margin: 22px 0 0 -27%; }
  .protocol-legend { left: 14px; top: 13px; gap: 10px; }
  .protocol-map-note { right: 13px; top: 52px; }
  .protocol-groups article { padding: 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card-wide { grid-column: auto; min-height: 0; }
  .feature-card-wide { display: block; }
  .protocol-board, .diagnostic-bars { min-height: 190px; margin-top: 26px; }
  .feature-icon { margin-bottom: 34px; }
  .console-browserbar { gap: 10px; padding: 0 12px; }
  .browser-address { min-width: 0; flex: 1; }
  .browser-address span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .demo-badge { display: none; }
  .console-main { padding: 18px 14px 110px; }
  .console-topline { align-items: flex-start; }
  .console-actions span:first-child { display: none; }
  .console-stats { gap: 7px; }
  .console-stats article { min-height: 96px; padding: 13px 10px; }
  .console-stats strong { font-size: 23px; }
  .console-table-head span { display: none; }
  .console-row { grid-template-columns: 1.25fr 1fr .72fr .9fr; padding: 0 8px; font-size: 9px; }
  .console-row > span:nth-child(2), .console-row > span:nth-child(4), .console-row > span:nth-child(7) { display: none; }
  .bind-popover { right: 16px; bottom: 15px; width: 188px; }
  .console-caption { grid-template-columns: 1fr; }
  .console-caption span { min-height: 50px; border-right: 0; border-bottom: 1px solid rgba(16,32,58,.15); }
  .console-caption span:last-child { border-bottom: 0; }
  .workflow-list li { min-height: 175px; grid-template-columns: 46px 1fr 44px; gap: 12px; }
  .reliability-path { align-items: stretch; flex-direction: column; }
  .reliability-path span { text-align: center; }
  .reliability-path i { width: 1px; height: 22px; margin: 0 auto; }
  .reliability-path i::after { right: -3px; top: auto; bottom: 0; transform: rotate(135deg); }
  .final-actions { width: 100%; flex-direction: column; }
  .site-footer .section-shell, .footer-brand { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 1040px) {
  .ip-insight-intro { grid-template-columns: 1fr; gap: 20px; }
  .ip-insight-intro > p { max-width: 650px; }
  .ip-summary-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .ip-detail-grid { grid-template-columns: 1fr; }
  .ip-window-head { padding-inline: 18px; }
}

@media (max-width: 620px) {
  .ip-insight-intro h2 { font-size: 38px; }
  .ip-window-head { min-height: 66px; align-items: flex-start; flex-direction: column; gap: 9px; padding: 15px 14px; }
  .ip-window-actions { width: 100%; justify-content: flex-end; }
  .ip-querybar { align-items: flex-start; flex-wrap: wrap; gap: 8px 12px; margin-inline: 14px; padding: 12px; }
  .ip-query-status { margin-left: 0; }
  .ip-refresh-mock { margin-left: auto; }
  .ip-summary-grid { grid-template-columns: 1fr; gap: 8px; margin-inline: 14px; }
  .ip-summary-card { min-height: 96px; }
  .ip-detail-grid { gap: 8px; margin-inline: 14px; }
  .ip-fields { grid-template-columns: 1fr 1fr; padding-inline: 14px; }
  .ip-panel-note { margin-inline: 14px; }
  .ip-risk-panel { margin-inline: 14px; }
  .ip-risk-grid { grid-template-columns: 1fr 1fr; gap: 8px; padding: 12px 14px 14px; }
  .ip-risk-grid > div { min-height: 78px; padding: 11px 12px; }
  .ip-window-foot { align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; min-height: 64px; padding-inline: 14px; }
  .ip-insight-caption { grid-template-columns: 1fr; }
  .ip-insight-caption span { min-height: 50px; border-right: 0; border-bottom: 1px solid #d7e1ef; }
  .ip-insight-caption span:last-child { border-bottom: 0; }
}

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