:root {
  --navy-950: #0b121d;
  --navy-900: #101927;
  --navy-850: #152131;
  --navy-800: #1b2a3a;
  --ink: #15202d;
  --muted: #667180;
  --line: #dfe5ec;
  --soft: #f5f7fa;
  --white: #ffffff;
  --orange: #f59f0b;
  --orange-dark: #dc8300;
  --blue: #2f7df6;
  --green: #159667;
  --shadow-sm: 0 10px 30px rgba(10, 24, 42, .08);
  --shadow-lg: 0 30px 80px rgba(4, 15, 31, .2);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 14px;
  border-radius: 8px; color: #fff; background: var(--blue); transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  border-color: rgba(220, 227, 235, .85);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 6px 24px rgba(10, 24, 42, .06);
  backdrop-filter: blur(16px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy-900); font-size: 24px; font-weight: 800; letter-spacing: -.03em; }
.brand img { border-radius: 11px; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 650; }
.site-nav a { color: #435062; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--navy-900); }
.site-nav .nav-download { padding: 10px 18px; border-radius: 10px; color: #fff; background: var(--navy-900); }
.site-nav .nav-download:hover { color: #fff; background: var(--blue); }
.nav-toggle { display: none; border: 0; padding: 8px; background: transparent; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--navy-900); transition: transform .2s ease, opacity .2s ease; }

.hero {
  position: relative; isolation: isolate; min-height: 820px; padding: 154px 0 94px;
  overflow: hidden; background: linear-gradient(180deg, #f9fbfd 0%, #fff 82%);
}
.hero::before {
  content: ""; position: absolute; z-index: -2; inset: 0;
  background-image: linear-gradient(rgba(22, 44, 69, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 44, 69, .035) 1px, transparent 1px);
  background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { width: 580px; height: 580px; top: -220px; right: -170px; background: radial-gradient(circle, rgba(47,125,246,.14), rgba(47,125,246,0) 70%); }
.hero-glow-two { width: 500px; height: 500px; bottom: -270px; left: -130px; background: radial-gradient(circle, rgba(245,159,11,.14), rgba(245,159,11,0) 70%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(540px, 1.12fr); gap: 64px; align-items: center; }
.eyebrow, .kicker { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; }
.eyebrow span { width: 22px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 650px; margin: 0; color: var(--navy-900); font-size: clamp(45px, 5vw, 70px); line-height: 1.02; letter-spacing: -.052em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 620px; margin: 26px 0 0; color: #586576; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px;
  padding: 13px 21px; border: 1px solid transparent; border-radius: 11px; font-size: 15px;
  font-weight: 750; line-height: 1.2; transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #121b26; background: var(--orange); box-shadow: 0 12px 30px rgba(245,159,11,.26); }
.button-primary:hover { background: #ffad17; box-shadow: 0 16px 34px rgba(245,159,11,.34); }
.button-secondary { border-color: #ced7e1; color: var(--navy-900); background: rgba(255,255,255,.78); }
.button-secondary:hover { border-color: #aab7c6; background: #fff; box-shadow: var(--shadow-sm); }
.button-light { color: var(--navy-900); background: #fff; }
.button-light:hover { box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: #657181; font-size: 13px; font-weight: 600; }
.hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
.hero-meta svg { width: 17px; height: 17px; fill: none; stroke: var(--green); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-meta span:first-child svg { fill: var(--green); stroke: none; }

.hero-product { position: relative; min-width: 0; perspective: 1200px; }
.version-pill { position: absolute; z-index: 3; top: -18px; right: 22px; padding: 8px 13px; border: 1px solid #dbe5ee; border-radius: 999px; color: #344256; background: #fff; box-shadow: var(--shadow-sm); font-size: 12px; font-weight: 800; }
.app-window { overflow: hidden; border: 1px solid rgba(15,35,57,.12); border-radius: 19px; background: #fff; box-shadow: var(--shadow-lg); transform: rotateY(-2deg) rotateX(1deg); transform-origin: center; }
.window-bar { display: flex; align-items: center; justify-content: space-between; height: 42px; padding: 0 14px; border-bottom: 1px solid #e4e8ed; background: #f8fafc; }
.window-title { display: flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 700; }
.window-title img { border-radius: 5px; }
.window-controls { display: flex; gap: 12px; }
.window-controls span { width: 8px; height: 8px; border-radius: 50%; background: #c6ced8; }
.app-layout { display: grid; grid-template-columns: 122px 1fr; min-height: 404px; }
.app-sidebar { display: flex; flex-direction: column; padding: 15px 10px 12px; color: #fff; background: var(--navy-900); }
.app-brand { display: flex; align-items: center; gap: 7px; margin: 0 4px 17px; font-size: 11px; }
.app-brand img { border-radius: 7px; }
.app-menu { display: grid; gap: 5px; }
.app-menu span { display: flex; align-items: center; gap: 7px; padding: 7px 8px; border-radius: 5px; color: #d8e0e9; font-size: 7.5px; font-weight: 650; }
.app-menu span.active { color: #fff; background: #213247; }
.app-menu i { width: 5px; height: 5px; border-radius: 2px; background: #50657b; }
.app-menu .active i { background: var(--orange); }
.app-user { margin-top: auto; padding: 9px; border-radius: 6px; background: #1e3042; font-size: 8px; font-weight: 700; }
.app-user small { display: block; margin-top: 2px; color: #91a4b7; font-size: 6px; }
.app-content { min-width: 0; padding: 19px; background: #f7f9fb; }
.app-heading { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.app-heading strong { display: block; font-size: 14px; }
.app-heading small { display: block; margin-top: 2px; color: #7a8591; font-size: 7px; }
.app-heading button { border: 0; padding: 7px 10px; border-radius: 4px; color: #142032; background: var(--orange); font-size: 7px; font-weight: 800; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 17px; }
.metric { min-width: 0; padding: 12px; border: 1px solid #e2e7ec; border-radius: 8px; background: #fff; }
.metric > span { display: block; overflow: hidden; color: #75818e; font-size: 6.5px; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; }
.metric > strong { display: block; margin-top: 4px; color: #172537; font-size: 14px; letter-spacing: -.03em; }
.metric small { display: block; margin-top: 4px; color: #7c8793; font-size: 6px; }
.metric .positive { color: var(--green); }
.metric .action { color: var(--blue); }
.dashboard-grid { display: grid; grid-template-columns: 1.55fr .8fr; gap: 9px; margin-top: 9px; }
.chart-card, .alerts-card { min-width: 0; padding: 12px; border: 1px solid #e2e7ec; border-radius: 8px; background: #fff; }
.card-title { display: flex; align-items: center; justify-content: space-between; font-size: 7px; }
.card-title span { padding: 2px 5px; border-radius: 4px; color: #718093; background: #eef2f6; font-size: 5.5px; }
.bars { display: flex; align-items: end; gap: 8%; height: 106px; margin-top: 11px; padding: 0 6px; border-bottom: 1px solid #e8ecf0; background: repeating-linear-gradient(to bottom, transparent 0 26px, #edf1f4 27px); }
.bars i { flex: 1; height: var(--h); border-radius: 3px 3px 0 0; background: #a9c9f9; }
.bars i.today { background: var(--blue); }
.bar-labels { display: flex; justify-content: space-around; margin-top: 4px; color: #8b96a2; font-size: 5px; }
.alerts-card { display: grid; align-content: start; gap: 9px; }
.alert-line { display: flex; align-items: center; gap: 7px; padding: 8px 6px; border-radius: 5px; background: #f7f9fb; }
.alert-line i { width: 6px; height: 22px; border-radius: 4px; }
.alert-line span { font-size: 6.5px; font-weight: 750; }
.alert-line small { display: block; margin-top: 2px; color: #85909d; font-size: 5.5px; font-weight: 500; }
.alert-line.orange i { background: var(--orange); }
.alert-line.blue i { background: var(--blue); }
.alert-line.green i { background: var(--green); }

.trust-strip { border-top: 1px solid #eef1f4; border-bottom: 1px solid #e8edf2; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { position: relative; padding: 30px 26px; }
.trust-grid > div + div::before { content: ""; position: absolute; top: 26px; bottom: 26px; left: 0; width: 1px; background: #e4e9ee; }
.trust-grid strong { display: block; color: var(--navy-900); font-size: 14px; }
.trust-grid span { display: block; margin-top: 3px; color: #75808e; font-size: 12px; line-height: 1.45; }

.section-heading { max-width: 650px; }
.section-heading.centered { margin: 0 auto 50px; text-align: center; }
.section-heading.narrow { max-width: 560px; }
.section-heading h2, .interface-copy h2, .license-copy h2, .download-main h2 { margin: 12px 0 0; color: var(--navy-900); font-size: clamp(34px, 4vw, 48px); line-height: 1.12; letter-spacing: -.042em; }
.section-heading p, .interface-copy > p { margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.features { background: var(--soft); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 255px; padding: 27px 24px; border: 1px solid #e0e6ec; border-radius: var(--radius-sm); background: #fff; box-shadow: 0 2px 0 rgba(11,26,44,.02); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: #cad5df; box-shadow: var(--shadow-sm); }
.feature-card-accent { background: var(--navy-900); }
.feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 11px; color: var(--blue); background: #eaf2ff; }
.feature-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 22px 0 8px; color: var(--navy-900); font-size: 18px; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.feature-card-accent .feature-icon { color: var(--navy-900); background: var(--orange); }
.feature-card-accent h3 { color: #fff; }
.feature-card-accent p { color: #b6c1ce; }

.interface-section { overflow: hidden; }
.interface-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.check-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; color: #465466; font-size: 14px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; }
.check-list svg { flex: 0 0 auto; width: 20px; height: 20px; padding: 3px; border-radius: 50%; color: #fff; background: var(--green); fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.screenshot-frame { position: relative; margin: 0; padding: 9px; border: 1px solid #dce3ea; border-radius: 17px; background: #f2f5f8; box-shadow: var(--shadow-lg); }
.screenshot-toolbar { display: flex; align-items: center; gap: 5px; height: 27px; padding: 0 6px; }
.screenshot-toolbar span { width: 7px; height: 7px; border-radius: 50%; background: #bdc7d1; }
.screenshot-toolbar small { margin-left: 7px; color: #6f7c8b; font-size: 9px; font-weight: 700; }
.screenshot-crop { aspect-ratio: 16 / 8.8; overflow: hidden; border: 1px solid #d7dde3; border-radius: 9px; background: #fff; }
.screenshot-crop img { width: 104%; max-width: none; height: 100%; object-fit: cover; object-position: left top; }
.screenshot-frame figcaption { position: absolute; right: 14px; bottom: -27px; color: #85909d; font-size: 10px; }

.license-section { padding-top: 84px; padding-bottom: 84px; background: #fff; }
.license-card { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 76px; overflow: hidden; padding: 62px; border-radius: var(--radius-lg); color: #fff; background: var(--navy-900); box-shadow: var(--shadow-lg); }
.license-card::after { content: ""; position: absolute; right: -140px; bottom: -210px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(47,125,246,.3), transparent 68%); pointer-events: none; }
.kicker.light { color: #8ebaff; }
.license-copy { position: relative; z-index: 1; }
.license-copy h2 { color: #fff; }
.license-copy > p { max-width: 680px; margin: 20px 0 0; color: #b8c4d0; font-size: 17px; line-height: 1.7; }
.license-points { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 27px; color: #e7edf4; font-size: 13px; font-weight: 700; }
.license-points span { display: flex; align-items: center; gap: 7px; }
.license-points svg { width: 17px; height: 17px; padding: 2px; border-radius: 50%; color: var(--navy-900); background: var(--orange); fill: none; stroke: currentColor; stroke-width: 3; }
.license-contact { position: relative; z-index: 1; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.license-label { display: block; color: #99a9ba; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.license-contact > strong { display: block; margin-top: 5px; font-size: 23px; }
.license-contact p { margin: 12px 0 22px; color: #bcc7d1; font-size: 13px; }
.license-contact .button { width: 100%; }
.license-contact small { display: block; margin-top: 12px; color: #91a1b1; font-size: 11px; text-align: center; }

.steps-section { background: var(--soft); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps-grid li { position: relative; display: flex; gap: 16px; padding: 28px 28px 28px 0; }
.steps-grid li + li { padding-left: 28px; border-left: 1px solid #d9e1e8; }
.steps-grid > li > span { color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.steps-grid h3 { margin: -3px 0 6px; color: var(--navy-900); font-size: 17px; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.download-section { background: #fff; }
.download-card { padding: 40px; border: 1px solid #dce3ea; border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.download-main { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; }
.download-logo img { border-radius: 18px; }
.download-main .kicker { font-size: 11px; }
.download-main h2 { margin-top: 2px; font-size: 32px; }
.download-main p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.download-button { min-width: 210px; }
.hash-box { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; margin-top: 28px; padding: 18px 20px; border-radius: 10px; background: #f3f6f9; }
.hash-box strong { display: block; margin-bottom: 5px; color: #445264; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.hash-box code { display: block; overflow-wrap: anywhere; color: #263649; font-family: Consolas, "Courier New", monospace; font-size: 12px; }
.hash-box button { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #cbd5df; padding: 8px 11px; border-radius: 8px; color: #35465a; background: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.hash-box button:hover { border-color: #aab9c8; }
.hash-box svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.download-notice { display: flex; gap: 12px; margin-top: 18px; padding: 16px 18px; border: 1px solid #f0d28f; border-radius: 10px; background: #fff9e9; }
.download-notice > svg { flex: 0 0 auto; width: 20px; height: 20px; color: #aa6a00; fill: none; stroke: currentColor; stroke-width: 1.8; }
.download-notice p { margin: 0; color: #6e5730; font-size: 12px; line-height: 1.55; }
.download-notice a { color: #895300; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }

.faq-section { border-top: 1px solid #edf1f4; background: var(--soft); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.text-link { display: inline-block; margin-top: 24px; color: var(--blue); font-weight: 750; }
.faq-list { border-top: 1px solid #d9e1e8; }
.faq-list details { border-bottom: 1px solid #d9e1e8; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 2px; color: var(--navy-900); font-size: 16px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { flex: 0 0 auto; width: 18px; height: 18px; fill: none; stroke: var(--blue); stroke-width: 2; transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { margin: -7px 42px 22px 2px; color: var(--muted); font-size: 14px; }

.site-footer { color: #c0cad4; background: var(--navy-950); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-top: 58px; padding-bottom: 50px; }
.footer-brand { color: #fff; }
.footer-main > div > p { max-width: 350px; margin: 14px 0 0; color: #8796a6; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer-links > div { display: grid; align-content: start; gap: 9px; }
.footer-links strong { margin-bottom: 3px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.footer-links a, .footer-links span { color: #8e9dac; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; padding-bottom: 24px; border-top: 1px solid #1d2a3a; color: #68798a; font-size: 11px; }

.toast { position: fixed; z-index: 200; right: 22px; bottom: 22px; padding: 11px 16px; border-radius: 9px; color: #fff; background: var(--navy-900); box-shadow: var(--shadow-lg); font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity .2s ease, transform .2s ease; }
.toast.visible { opacity: 1; transform: none; }

.error-page { display: grid; min-height: 100vh; place-items: center; padding: 30px; color: #fff; background: var(--navy-900); }
.error-page main { max-width: 570px; text-align: center; }
.error-page img { margin: 0 auto 25px; border-radius: 20px; }
.error-page span { color: var(--orange); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.error-page h1 { margin: 10px 0 0; font-size: clamp(38px, 8vw, 62px); line-height: 1.05; letter-spacing: -.045em; }
.error-page p { margin: 18px 0 28px; color: #adbbc8; }

:focus-visible { outline: 3px solid rgba(47,125,246,.45); outline-offset: 3px; }

@media (max-width: 1050px) {
  .hero { min-height: 0; padding-top: 132px; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 760px; }
  .hero-product { width: min(760px, 100%); margin-inline: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .interface-grid { grid-template-columns: 1fr; gap: 45px; }
  .interface-copy { max-width: 690px; }
  .license-card { gap: 40px; padding: 50px 44px; }
  .faq-grid { gap: 50px; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 82px 0; }
  .header-inner { min-height: 68px; }
  .brand { position: relative; z-index: 2; font-size: 21px; }
  .brand img { width: 38px; height: 38px; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 1; inset: 0; display: grid; align-content: center; justify-items: center; gap: 26px; padding: 90px 20px 40px; background: rgba(255,255,255,.98); font-size: 21px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav .nav-download { margin-top: 6px; padding: 12px 25px; font-size: 16px; }
  .hero { padding: 118px 0 75px; }
  .hero h1 { font-size: clamp(41px, 12vw, 60px); }
  .hero-lead { font-size: 17px; }
  .hero-meta { gap: 12px 18px; }
  .app-window { transform: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3)::before { display: none; }
  .trust-grid > div:nth-child(n+3) { border-top: 1px solid #e4e9ee; }
  .license-card { grid-template-columns: 1fr; padding: 42px 30px; }
  .license-contact { max-width: 480px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid li:nth-child(3) { border-left: 0; border-top: 1px solid #d9e1e8; }
  .steps-grid li:nth-child(4) { border-top: 1px solid #d9e1e8; }
  .download-main { grid-template-columns: auto 1fr; }
  .download-button { grid-column: 1 / -1; width: 100%; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .section { padding: 68px 0; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-meta { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-product { margin-top: 4px; }
  .app-layout { grid-template-columns: 82px 1fr; min-height: 310px; }
  .app-content { padding: 11px; }
  .app-sidebar { padding-inline: 6px; }
  .app-brand strong { display: none; }
  .app-brand { justify-content: center; }
  .app-menu span { padding: 6px 4px; font-size: 5.5px; }
  .app-user { font-size: 5.5px; }
  .app-user small { font-size: 4.5px; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric:last-child { grid-column: 1 / -1; }
  .metric > strong { font-size: 10px; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .alerts-card { display: none; }
  .bars { height: 68px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .trust-grid > div { padding: 18px 4px; }
  .trust-grid > div + div::before { display: none; }
  .trust-grid > div:nth-child(n+2) { border-top: 1px solid #e4e9ee; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .section-heading.centered { text-align: left; }
  .screenshot-frame figcaption { position: static; padding: 8px 2px 0; }
  .license-card { width: calc(100% - 20px); padding: 34px 22px; border-radius: 21px; }
  .license-points { display: grid; gap: 9px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid li { padding: 22px 0; }
  .steps-grid li + li { padding-left: 0; border-top: 1px solid #d9e1e8; border-left: 0; }
  .download-card { padding: 24px 18px; }
  .download-main { grid-template-columns: 1fr; text-align: center; }
  .download-logo { margin-inline: auto; }
  .hash-box { grid-template-columns: 1fr; }
  .hash-box button { justify-self: start; }
  .footer-main { padding-top: 44px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

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

/* Full product capabilities page and pricing additions. */
.feature-more { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 34px; padding: 24px 28px; border: 1px solid #dce4ec; border-radius: 14px; background: #fff; }
.feature-more p { max-width: 720px; margin: 0; color: var(--muted); font-size: 14px; }
.feature-more .button { flex: 0 0 auto; }
.license-price { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: end; margin-top: 24px; }
.license-price strong { color: #fff; font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.license-price span { padding-bottom: 3px; color: #aebbc8; font-size: 13px; font-weight: 700; }
.license-price small { grid-column: 1 / -1; margin-top: 8px; color: #8ebaff; font-size: 13px; font-weight: 700; }

.site-header-solid { border-color: rgba(220, 227, 235, .9); background: rgba(255, 255, 255, .96); box-shadow: 0 6px 24px rgba(10, 24, 42, .05); backdrop-filter: blur(16px); }
.site-nav a[aria-current="page"] { color: var(--blue); }
.capabilities-page { background: var(--soft); }
.capabilities-hero { position: relative; overflow: hidden; padding: 152px 0 80px; color: #fff; background: var(--navy-900); }
.capabilities-hero::before { content: ""; position: absolute; top: -230px; right: -120px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(47,125,246,.34), transparent 66%); }
.capabilities-hero::after { content: ""; position: absolute; bottom: -300px; left: -180px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(245,159,11,.14), transparent 68%); }
.capabilities-hero .container { position: relative; z-index: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: #91a2b4; font-size: 12px; }
.breadcrumbs a:hover { color: #fff; }
.capabilities-hero h1 { max-width: 900px; margin: 18px 0 0; font-size: clamp(44px, 7vw, 72px); line-height: 1.02; letter-spacing: -.052em; }
.capabilities-hero h1 em { color: var(--orange); font-style: normal; }
.capabilities-lead { max-width: 780px; margin: 23px 0 0; color: #b5c1cd; font-size: 18px; line-height: 1.72; }
.capabilities-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.capabilities-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 780px; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.capabilities-stats div { padding: 20px 22px 20px 0; }
.capabilities-stats div + div { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.14); }
.capabilities-stats strong { display: block; color: #fff; font-size: 24px; line-height: 1.15; }
.capabilities-stats span { display: block; margin-top: 5px; color: #91a2b4; font-size: 12px; }
.scope-note { padding: 28px 0; border-bottom: 1px solid #dfe5ec; background: #fff; }
.scope-note-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.scope-note article { display: flex; gap: 13px; padding: 18px 20px; border: 1px solid #e0e6ec; border-radius: 12px; background: var(--soft); }
.scope-note i { flex: 0 0 auto; width: 10px; height: 10px; margin-top: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(21,150,103,.12); }
.scope-note article:last-child i { background: var(--blue); box-shadow: 0 0 0 5px rgba(47,125,246,.12); }
.scope-note strong { display: block; color: var(--navy-900); font-size: 14px; }
.scope-note p { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.capabilities-content { padding: 72px 0 100px; }
.capability-toc { position: sticky; top: 84px; z-index: 5; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 48px; padding: 13px; border: 1px solid #dce4ec; border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.capability-toc a { padding: 8px 12px; border-radius: 8px; color: #4e5d6e; background: #f2f5f8; font-size: 12px; font-weight: 750; }
.capability-toc a:hover { color: #fff; background: var(--blue); }
.capability-group { scroll-margin-top: 158px; }
.capability-group + .capability-group { margin-top: 78px; }
.group-heading { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; margin-bottom: 28px; }
.group-number { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; color: var(--navy-900); background: var(--orange); font-size: 12px; font-weight: 900; }
.group-heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(30px, 4vw, 42px); line-height: 1.12; letter-spacing: -.04em; }
.group-heading p { max-width: 740px; margin: 8px 0 0; color: var(--muted); font-size: 15px; }
.capability-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.capability-card { padding: 29px 29px 25px; border: 1px solid #dfe5ec; border-radius: 16px; background: #fff; box-shadow: 0 2px 0 rgba(11,26,44,.02); }
.capability-card-wide { grid-column: 1 / -1; }
.capability-card h3 { margin: 0 0 16px; color: var(--navy-900); font-size: 20px; letter-spacing: -.025em; }
.capability-card ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.capability-card li { position: relative; padding-left: 23px; color: #546273; font-size: 13px; line-height: 1.55; }
.capability-card li::before { content: ""; position: absolute; top: .58em; left: 0; width: 10px; height: 6px; border-bottom: 2px solid var(--green); border-left: 2px solid var(--green); transform: rotate(-45deg); }
.capability-card .feature-caution::before { width: 8px; height: 8px; border: 0; border-radius: 50%; background: var(--orange); transform: none; }
.module-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.module-card { min-height: 230px; padding: 23px 20px; border: 1px solid #dbe3eb; border-radius: 14px; background: #fff; }
.module-card span { display: inline-flex; padding: 5px 8px; border-radius: 999px; color: #2567cb; background: #eaf2ff; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.module-card h3 { margin: 14px 0 8px; color: var(--navy-900); font-size: 17px; line-height: 1.25; }
.module-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.module-card ul { display: grid; gap: 6px; margin: 13px 0 0; padding-left: 17px; color: #536173; font-size: 11px; }
.capabilities-cta { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; margin-top: 80px; padding: 46px; border-radius: 24px; color: #fff; background: var(--navy-900); box-shadow: var(--shadow-lg); }
.capabilities-cta h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.1; letter-spacing: -.04em; }
.capabilities-cta p { margin: 12px 0 0; color: #aebbc8; }
.capabilities-cta strong { color: var(--orange); }
.capabilities-cta-actions { display: grid; gap: 10px; min-width: 235px; }
.capabilities-cta-actions .button { width: 100%; }
.capabilities-smallprint { margin: 22px 0 0; color: #758292; font-size: 11px; line-height: 1.6; text-align: center; }

@media (max-width: 1050px) {
  .module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .feature-more { align-items: flex-start; flex-direction: column; }
  .site-header, .site-header.scrolled, .site-header-solid { -webkit-backdrop-filter: none; backdrop-filter: none; }
  .site-header-solid .site-nav { background: rgba(255,255,255,.99); }
  .capabilities-hero { padding: 122px 0 62px; }
  .capabilities-stats { grid-template-columns: 1fr; }
  .capabilities-stats div { padding: 16px 0; }
  .capabilities-stats div + div { padding-left: 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .scope-note-inner, .capability-grid, .capabilities-cta { grid-template-columns: 1fr; }
  .capability-card-wide { grid-column: auto; }
  .capability-toc { position: static; overflow-x: auto; flex-wrap: nowrap; margin-inline: -15px; padding-inline: 15px; border-right: 0; border-left: 0; border-radius: 0; box-shadow: none; }
  .capability-toc a { flex: 0 0 auto; }
  .capabilities-cta-actions { min-width: 0; }
}

@media (max-width: 540px) {
  .capabilities-hero h1 { font-size: 44px; }
  .capabilities-actions { display: grid; }
  .capabilities-actions .button { width: 100%; }
  .capabilities-content { padding-top: 52px; }
  .group-heading { grid-template-columns: 1fr; gap: 12px; }
  .capability-card { padding: 24px 21px 21px; }
  .module-grid { grid-template-columns: 1fr; }
  .module-card { min-height: 0; }
  .capabilities-cta { margin-top: 60px; padding: 32px 23px; }
}
