:root {
  --navy: #08285f;
  --navy-2: #0f3978;
  --blue: #128df2;
  --blue-2: #28a7ff;
  --cyan: #16c6d6;
  --teal: #16bba8;
  --lime: #8bd621;
  --violet: #6e72ef;
  --ink: #10233f;
  --muted: #5f7189;
  --muted-2: #7d8ca0;
  --line: #dce6f1;
  --soft-line: #e9f0f7;
  --paper: #ffffff;
  --soft: #f6f9fd;
  --soft-blue: #eef7ff;
  --soft-cyan: #eefcfb;
  --shadow-sm: 0 12px 30px rgba(12, 52, 100, .08);
  --shadow: 0 22px 60px rgba(18, 61, 111, .12);
  --shadow-lg: 0 30px 90px rgba(18, 61, 111, .16);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 30px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.shell { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto; }
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 9999; padding: 10px 14px;
  background: var(--navy); color: #fff; border-radius: 10px; transition: top .2s ease;
}
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.93);
  border-bottom: 1px solid rgba(220,230,241,.9);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.scrolled { box-shadow: 0 10px 35px rgba(14, 49, 94, .08); background: rgba(255,255,255,.97); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand-logo { width: 225px; max-width: 50vw; display: block; }
.brand-logo img { width: 100%; height: auto; }
.brand-divider { width: 1px; height: 34px; background: var(--line); margin: 0 14px; }
.brand-division { color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav > a { color: #405574; font-size: 13px; font-weight: 700; transition: color .18s ease; }
.site-nav > a:hover, .site-nav > a:focus-visible { color: var(--blue); }
.site-nav .nav-cta {
  color: #fff; background: linear-gradient(135deg, var(--navy-2), var(--blue));
  padding: 12px 17px; border-radius: 11px; box-shadow: 0 10px 24px rgba(18, 141, 242, .17);
}
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { color: #fff; transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 11px; padding: 11px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 4px 0; border-radius: 99px; }

.hero {
  position: relative; overflow: hidden; padding: 82px 0 0;
  background:
    radial-gradient(circle at 10% 18%, rgba(22,198,214,.08), transparent 22%),
    radial-gradient(circle at 90% 12%, rgba(18,141,242,.10), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 68%, #f5f9fd 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(18,141,242,.18) .8px, transparent .8px);
  background-size: 24px 24px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.22), transparent 72%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.orb-one { width: 540px; height: 540px; right: -220px; top: -110px; border: 1px solid rgba(18,141,242,.11); box-shadow: inset 0 0 0 70px rgba(18,141,242,.025); }
.orb-two { width: 340px; height: 340px; left: -200px; bottom: 30px; border: 1px solid rgba(22,198,214,.12); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 36px; align-items: center; min-height: 620px; }
.hero-copy { padding: 10px 0 52px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 19px;
  color: var(--navy-2); background: #f1f7ff; border: 1px solid #dceafd;
  border-radius: 999px; padding: 8px 11px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(139,214,33,.12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); }
.hero h1 {
  max-width: 700px; margin-bottom: 21px; font-size: clamp(48px, 5.4vw, 76px);
  line-height: .98; letter-spacing: -.055em; font-weight: 850;
}
.hero h1 span { color: var(--blue); }
.hero-lede { max-width: 690px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 19px; border-radius: 12px; font-size: 13px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { color: #fff; background: linear-gradient(135deg, var(--navy-2), var(--blue)); box-shadow: 0 14px 28px rgba(18,141,242,.19); }
.button.primary:hover { box-shadow: 0 18px 36px rgba(18,141,242,.24); }
.button.secondary { color: var(--navy); background: #fff; border: 1px solid #d3dfec; box-shadow: var(--shadow-sm); }
.button.secondary:hover { border-color: #b8d2ee; }
.hero-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; max-width: 680px; }
.hero-links a { display: flex; align-items: center; gap: 11px; padding: 11px 12px; border: 1px solid var(--soft-line); border-radius: 14px; background: rgba(255,255,255,.74); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.hero-links a:hover { transform: translateY(-2px); border-color: #cfe1f3; box-shadow: var(--shadow-sm); }
.link-icon { width: 34px; height: 34px; flex: 0 0 auto; border-radius: 10px; display: grid; place-items: center; background: #eaf5ff; color: var(--blue); font-weight: 900; }
.link-icon.alt { background: #ecfcfa; color: var(--teal); }
.hero-links strong, .hero-links small { display: block; }
.hero-links strong { color: var(--ink); font-size: 12px; margin-bottom: 2px; }
.hero-links small { color: var(--muted-2); font-size: 10.5px; }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.visual-backplate {
  position: absolute; width: 82%; aspect-ratio: 1; border-radius: 44%;
  background: radial-gradient(circle at 50% 45%, rgba(18,141,242,.13), rgba(22,198,214,.06) 48%, transparent 70%);
  border: 1px solid rgba(18,141,242,.08); transform: rotate(-8deg);
}
.visual-backplate::after {
  content: ""; position: absolute; inset: 10%; border: 1px dashed rgba(18,141,242,.12); border-radius: 50%;
}
.mascot-picture { position: relative; z-index: 2; width: min(600px, 100%); filter: drop-shadow(0 28px 30px rgba(24, 75, 123, .15)); }
.mascot-picture img { width: 100%; height: auto; }
.demo-float {
  position: absolute; z-index: 4; right: -2px; bottom: 75px; width: 280px; padding: 16px 52px 16px 17px;
  border-radius: 18px; background: rgba(255,255,255,.96); border: 1px solid #dceaf7; box-shadow: 0 20px 48px rgba(10,53,101,.14); transition: transform .2s ease, box-shadow .2s ease;
}
.demo-float:hover { transform: translateY(-4px); box-shadow: 0 24px 58px rgba(10,53,101,.18); }
.demo-float-kicker { display: block; color: var(--teal); font-size: 9px; font-weight: 900; letter-spacing: .13em; margin-bottom: 5px; }
.demo-float strong, .demo-float small { display: block; }
.demo-float strong { color: var(--navy); font-size: 14px; }
.demo-float small { color: var(--muted-2); font-size: 10px; margin-top: 4px; }
.demo-float-arrow { position: absolute; right: 17px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, var(--cyan), var(--blue)); color: #fff; font-size: 16px; font-weight: 900; }
.hero-capabilities { position: relative; z-index: 3; min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 22px; border-top: 1px solid var(--soft-line); }
.hero-capabilities span { color: #5c7089; font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.hero-capabilities i { width: 4px; height: 4px; background: var(--blue-2); border-radius: 50%; opacity: .6; }

.section { padding: 104px 0; }
.section-kicker { display: block; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 13px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 68px; align-items: end; margin-bottom: 45px; }
.section-heading h2, .approach-intro h2, .network-heading h2, .demo-copy h2 {
  margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.04; letter-spacing: -.045em; font-weight: 830;
}
.section-heading > p, .approach-intro > p, .demo-copy > p { margin: 0; color: var(--muted); line-height: 1.78; font-size: 15px; }
.section-heading.compact { margin-bottom: 34px; }

.solutions { background: #fff; }
.solution-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 16px; }
.solution-card {
  position: relative; min-height: 320px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; box-shadow: 0 12px 28px rgba(22, 54, 96, .045); overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.solution-card:hover { transform: translateY(-4px); border-color: #c8dced; box-shadow: var(--shadow); }
.solution-card.featured { grid-row: span 2; min-height: 656px; background: linear-gradient(155deg, #f7fbff, #ffffff 55%, #f0fbff); }
.solution-card.featured::after { content: ""; position: absolute; width: 320px; height: 320px; right: -180px; bottom: -160px; border-radius: 50%; border: 46px solid rgba(18,141,242,.045); }
.solution-icon { width: 46px; height: 46px; display: grid; place-items: center; padding: 11px; border-radius: 14px; background: #ebf5ff; color: var(--blue); }
.solution-icon.teal { background: #ebfbf8; color: var(--teal); }
.solution-icon.blue { background: #eff6ff; color: #267ed8; }
.solution-icon.lime { background: #f3fbe9; color: #72ad14; }
.solution-icon.violet { background: #f1f1ff; color: var(--violet); }
.solution-number { position: absolute; top: 28px; right: 26px; color: #c7d2df; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.solution-card h3 { margin: 49px 0 12px; font-size: 23px; letter-spacing: -.03em; }
.solution-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.solution-card.featured h3 { margin-top: 104px; font-size: 31px; }
.solution-card.featured p { font-size: 14px; max-width: 420px; }
.solution-card ul { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 10px; }
.solution-card li { display: flex; align-items: center; gap: 9px; color: #405773; font-size: 12px; font-weight: 700; }
.solution-card li::before { content: "✓"; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--teal); background: #eafaf7; font-size: 10px; }

.demo-section { background: linear-gradient(180deg, #f7faff 0%, #f1f7fd 100%); border-top: 1px solid #edf2f7; border-bottom: 1px solid #e7eef6; }
.demo-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.demo-art { position: relative; display: block; border-radius: 26px; padding: 10px; background: #fff; border: 1px solid #dce7f2; box-shadow: var(--shadow-lg); overflow: hidden; }
.demo-art picture, .demo-art img { border-radius: 18px; }
.demo-art img { width: 100%; height: auto; }
.demo-art-action { position: absolute; left: 28px; bottom: 28px; display: inline-flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 12px; color: #fff; background: rgba(8,40,95,.94); font-size: 12px; font-weight: 850; box-shadow: 0 10px 30px rgba(8,40,95,.20); transition: transform .18s ease; }
.demo-art:hover .demo-art-action { transform: translateY(-2px); }
.demo-copy { max-width: 610px; }
.demo-copy h2 { margin-bottom: 22px; }
.demo-checks { margin-top: 28px; display: grid; gap: 15px; }
.demo-checks > div { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; }
.demo-checks > div > span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #0d917c; background: #e5f8f4; font-size: 11px; font-weight: 900; }
.demo-checks p { margin: 0; }
.demo-checks strong, .demo-checks small { display: block; }
.demo-checks strong { color: var(--ink); font-size: 13px; margin-bottom: 3px; }
.demo-checks small { color: var(--muted); font-size: 12px; line-height: 1.55; }
.demo-actions { margin-top: 31px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.text-link { color: var(--navy-2); font-size: 12px; font-weight: 850; }
.text-link span { color: var(--blue); margin-left: 4px; }

.approach { background: #fff; }
.approach-intro { max-width: 820px; margin-bottom: 46px; }
.approach-intro h2 { margin-bottom: 17px; }
.approach-intro > p { max-width: 760px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article { position: relative; padding: 31px 28px 34px 0; }
.process-grid article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.process-step { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.process-line { width: 40px; height: 3px; margin: 22px 0 33px; background: linear-gradient(90deg, var(--blue), var(--cyan)); border-radius: 99px; }
.process-grid h3 { margin: 58px 0 10px; font-size: 20px; letter-spacing: -.02em; }
.process-grid article .process-line + h3 { margin-top: 0; }
.process-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.ownership-panel { margin-top: 36px; display: grid; grid-template-columns: 60px 1fr auto; gap: 23px; align-items: center; padding: 26px 28px; background: linear-gradient(135deg, #f4f9ff, #f8fdfc); border: 1px solid #dce8f3; border-radius: 20px; }
.ownership-icon { width: 54px; height: 54px; padding: 14px; color: var(--blue); background: #fff; border: 1px solid #dce8f3; border-radius: 15px; box-shadow: var(--shadow-sm); }
.ownership-panel span { color: var(--teal); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.ownership-panel h3 { margin: 5px 0 5px; font-size: 19px; }
.ownership-panel p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.tools { background: #f7f9fc; border-top: 1px solid #edf1f6; }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tool-card { display: flex; flex-direction: column; min-height: 505px; border: 1px solid var(--line); border-radius: 22px; background: #fff; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.tool-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #cbdced; }
.tool-visual { min-height: 248px; display: grid; place-items: center; position: relative; overflow: hidden; background: linear-gradient(145deg, #eff7ff, #f9fcff); border-bottom: 1px solid #e5edf5; }
.tool-visual::before { content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%; border: 38px solid rgba(18,141,242,.045); }
.invoice-paper { position: relative; width: 142px; height: 178px; padding: 18px; background: #fff; border: 1px solid #d7e3ef; border-radius: 5px; box-shadow: 0 16px 35px rgba(16,61,107,.13); transform: rotate(-2deg); z-index: 2; }
.invoice-logo { display: block; width: 36px; height: 7px; background: var(--blue); margin-bottom: 19px; }
.invoice-title { display: block; width: 62px; height: 8px; background: #254b77; margin-bottom: 12px; }
.invoice-paper > i { display: block; width: 84%; height: 4px; background: #c9d5e1; margin-bottom: 7px; }
.invoice-table { margin-top: 16px; padding: 8px 0; border-top: 1px solid #d5e0ea; border-bottom: 1px solid #d5e0ea; display: grid; gap: 6px; }
.invoice-table b { height: 3px; background: #b6c6d5; }
.invoice-total { display: block; width: 42px; height: 6px; background: var(--teal); margin: 14px 0 0 auto; }
.converter-visual { grid-template-columns: auto auto auto; gap: 20px; }
.file-box { z-index: 2; width: 92px; height: 115px; display: flex; flex-direction: column; justify-content: flex-end; padding: 13px; background: #fff; border: 1px solid #cfe0ef; border-radius: 13px; box-shadow: var(--shadow-sm); }
.file-box span { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .11em; }
.file-box i { display: block; width: 100%; height: 42px; background: linear-gradient(145deg, #dff1ff, #eef9ff); clip-path: polygon(0 80%, 28% 42%, 47% 66%, 70% 30%, 100% 82%, 100% 100%, 0 100%); margin-bottom: 13px; order: -1; }
.file-box.alt span { color: var(--teal); }
.file-box.alt i { background: linear-gradient(145deg, #def9f4, #eefcf9); }
.convert-arrow { z-index: 2; color: var(--teal); font-size: 28px; }
.custom-visual { background: radial-gradient(circle at center, #eaf7ff 0, #f6fbff 48%, #ffffff 100%); }
.custom-orbit { position: absolute; border: 1px solid rgba(18,141,242,.18); border-radius: 50%; }
.orbit-a { width: 180px; height: 180px; }
.orbit-b { width: 116px; height: 116px; border-color: rgba(22,187,168,.20); }
.custom-core { z-index: 2; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 17px; background: linear-gradient(135deg, var(--navy-2), var(--blue)); color: #fff; font-weight: 900; letter-spacing: .05em; box-shadow: 0 15px 35px rgba(18,141,242,.24); }
.tool-copy { display: flex; flex-direction: column; flex: 1; padding: 25px 25px 26px; }
.tool-tag { color: var(--blue); font-size: 8.5px; font-weight: 900; letter-spacing: .16em; }
.teal-tag { color: var(--teal); }
.lime-tag { color: #6aa514; }
.tool-copy h3 { margin: 7px 0 9px; font-size: 22px; letter-spacing: -.03em; }
.tool-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.tool-link { margin-top: auto; padding-top: 20px; color: var(--navy-2); font-size: 11px; font-weight: 850; }

.network { background: #fff; }
.network-heading { max-width: 700px; margin-bottom: 34px; }
.network-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.network-grid a { display: grid; grid-template-columns: 48px 1fr auto; gap: 13px; align-items: center; padding: 17px; border: 1px solid var(--line); border-radius: 17px; background: #fff; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.network-grid a:hover { transform: translateY(-3px); border-color: #c8ddec; box-shadow: var(--shadow-sm); }
.network-badge { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: #fff; font-size: 13px; font-weight: 900; }
.network-badge.navy { background: linear-gradient(135deg, var(--navy), var(--blue)); }
.network-badge.cyan { background: linear-gradient(135deg, #08a9cd, var(--cyan)); }
.network-badge.lime { background: linear-gradient(135deg, #6cb50f, var(--lime)); }
.network-grid strong, .network-grid span { display: block; }
.network-grid strong { color: var(--ink); font-size: 13px; margin-bottom: 3px; }
.network-grid span { color: var(--muted-2); font-size: 10px; line-height: 1.45; }
.network-grid b { color: #91a5bc; font-size: 15px; }

.final-cta { padding-top: 30px; background: #fff; }
.cta-panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: end; padding: 58px 62px; border-radius: 26px; color: #fff; background: linear-gradient(135deg, #08285f 0%, #0c4d95 58%, #139fe9 100%); box-shadow: 0 28px 75px rgba(12,71,132,.20); overflow: hidden; position: relative; }
.cta-panel::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; border: 58px solid rgba(255,255,255,.05); right: -90px; top: -170px; }
.cta-panel > * { position: relative; z-index: 2; }
.light-kicker { color: #83f0de; }
.cta-panel h2 { margin: 0; color: #fff; max-width: 700px; font-size: clamp(36px, 4vw, 55px); line-height: 1.04; letter-spacing: -.045em; }
.cta-panel p { margin: 18px 0 0; max-width: 690px; color: #c8ddf2; font-size: 14px; line-height: 1.75; }
.cta-actions { display: grid; gap: 11px; }
.button.white { background: #fff; color: var(--navy); }
.button.outline-light { color: #fff; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.05); }
.button.outline-light:hover { background: rgba(255,255,255,.10); }

.site-footer { margin-top: 90px; padding: 54px 0 24px; background: #f6f8fb; border-top: 1px solid #e5ebf2; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.footer-brand picture { display: block; width: 230px; }
.footer-brand p { max-width: 430px; margin: 18px 0 0; color: var(--muted); font-size: 11.5px; line-height: 1.65; }
.footer-brand p strong { color: var(--ink); }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; justify-self: end; min-width: 390px; }
.footer-links div { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { color: var(--ink); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 5px; }
.footer-links a { color: var(--muted); font-size: 11px; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 20px; border-top: 1px solid #dfe7ef; color: #8b99aa; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .62s ease, transform .62s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

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

@media (max-width: 1060px) {
  .site-nav { gap: 17px; }
  .site-nav > a { font-size: 12px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .hero h1 { font-size: clamp(46px, 6vw, 66px); }
  .hero-visual { min-height: 560px; }
  .demo-float { width: 255px; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .solution-card.featured { grid-row: auto; min-height: 430px; grid-column: 1 / -1; }
  .solution-card.featured h3 { margin-top: 66px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .process-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .network-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .header-inner { height: 74px; }
  .brand-logo { width: 205px; }
  .brand-divider, .brand-division { display: none; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute; top: 74px; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0;
    padding: 12px 24px 20px; background: rgba(255,255,255,.99); border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(14,49,94,.08);
    transform: scaleY(0); transform-origin: top; opacity: 0; pointer-events: none; transition: transform .18s ease, opacity .18s ease;
  }
  .site-nav.open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .site-nav > a { padding: 12px 2px; border-bottom: 1px solid #eef2f6; font-size: 13px; }
  .site-nav .nav-cta { margin-top: 10px; text-align: center; border-bottom: 0; padding: 13px 16px; }
  .hero { padding-top: 58px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 10px; }
  .hero-visual { max-width: 650px; width: 100%; margin: 0 auto; min-height: 570px; }
  .hero-capabilities { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .section { padding: 84px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading > p { max-width: 720px; }
  .demo-grid { grid-template-columns: 1fr; gap: 50px; }
  .demo-art { max-width: 640px; margin: 0 auto; }
  .demo-copy { max-width: 760px; }
  .ownership-panel { grid-template-columns: 60px 1fr; }
  .ownership-panel .text-link { grid-column: 2; }
  .tool-grid { grid-template-columns: 1fr 1fr; }
  .tool-card:nth-child(3) { grid-column: 1 / -1; min-height: 450px; }
  .cta-panel { grid-template-columns: 1fr; gap: 36px; }
  .cta-actions { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .brand-logo { width: 185px; }
  .hero { padding-top: 46px; }
  .hero h1 { font-size: clamp(42px, 13vw, 60px); }
  .hero-lede { font-size: 16px; line-height: 1.67; }
  .eyebrow { font-size: 9px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-links { grid-template-columns: 1fr; }
  .hero-visual { min-height: 440px; }
  .mascot-picture { width: 100%; }
  .demo-float { left: 8px; right: 8px; bottom: 22px; width: auto; }
  .hero-capabilities { min-height: 58px; gap: 14px; }
  .hero-capabilities span { font-size: 8.5px; }
  .section { padding: 70px 0; }
  .section-heading h2, .approach-intro h2, .network-heading h2, .demo-copy h2, .cta-panel h2 { font-size: clamp(34px, 10vw, 45px); }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card.featured { grid-column: auto; min-height: 470px; }
  .solution-card.featured h3 { margin-top: 78px; }
  .demo-art { padding: 6px; border-radius: 20px; }
  .demo-art picture, .demo-art img { border-radius: 15px; }
  .demo-art-action { left: 18px; bottom: 18px; }
  .demo-actions { display: grid; gap: 16px; }
  .process-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .process-grid article { padding: 26px 0; border-bottom: 1px solid var(--line); }
  .process-grid article + article { padding-left: 0; border-left: 0; }
  .process-grid article:nth-child(3), .process-grid article:nth-child(4) { border-top: 0; }
  .ownership-panel { grid-template-columns: 1fr; padding: 22px; }
  .ownership-panel .text-link { grid-column: auto; }
  .tool-grid { grid-template-columns: 1fr; }
  .tool-card, .tool-card:nth-child(3) { grid-column: auto; min-height: 480px; }
  .network-grid a { grid-template-columns: 44px 1fr auto; }
  .cta-panel { padding: 38px 24px; border-radius: 22px; }
  .cta-actions { grid-template-columns: 1fr; }
  .site-footer { margin-top: 70px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-self: stretch; min-width: 0; }
  .footer-bottom { flex-direction: column; }
}
