:root {
  --ink: #111827;
  --ink-soft: #344054;
  --muted: #667085;
  --line: #e4e7ec;
  --paper: #ffffff;
  --surface: #f5f7fb;
  --purple: #6757e8;
  --purple-dark: #4f43c6;
  --purple-soft: #eeecff;
  --blue: #3077e2;
  --green: #0d9873;
  --orange: #f48a42;
  --night: #0c1222;
  --night-soft: #151d31;
  --shadow-sm: 0 1px 3px rgba(16, 24, 40, .08);
  --shadow-md: 0 16px 36px rgba(16, 24, 40, .09);
  --shadow-lg: 0 30px 80px rgba(4, 8, 20, .3);
  --radius: 18px;
  --shell: 1200px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--purple); text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 78px; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-bottom-color: rgba(228, 231, 236, .86); background: rgba(255, 255, 255, .9); box-shadow: 0 8px 26px rgba(16, 24, 40, .05); backdrop-filter: blur(18px); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; }
.brand-mark { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 13px; color: #fff; background: linear-gradient(145deg, #8276f3, #5747d6); box-shadow: 0 10px 24px rgba(103, 87, 232, .28); font-size: 18px; font-weight: 800; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-size: 16px; letter-spacing: .08em; }
.brand-copy small { margin-top: 3px; color: rgba(255, 255, 255, .55); font-size: 8px; font-weight: 650; letter-spacing: .16em; }
.scrolled .brand { color: var(--ink); }
.scrolled .brand-copy small { color: #98a2b3; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { position: relative; padding: 9px 0; color: rgba(255, 255, 255, .72); font-size: 13px; font-weight: 600; text-decoration: none; transition: color .2s; }
.site-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; border-radius: 2px; background: #a99fff; content: ""; transform: scaleX(0); transition: transform .2s; }
.site-nav a:hover { color: #fff; }
.site-nav a:hover::after { transform: scaleX(1); }
.site-nav .nav-cta { padding: 10px 18px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; color: #fff; background: rgba(255, 255, 255, .08); }
.site-nav .nav-cta:hover { background: rgba(255, 255, 255, .15); }
.scrolled .site-nav a { color: var(--muted); }
.scrolled .site-nav a:hover { color: var(--purple); }
.scrolled .site-nav .nav-cta { border-color: transparent; color: #fff; background: var(--purple); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 11px; background: rgba(255, 255, 255, .08); cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: #fff; transition: transform .2s, opacity .2s; }
.scrolled .menu-toggle { border-color: var(--line); background: #fff; }
.scrolled .menu-toggle span { background: var(--ink); }

.hero { position: relative; min-height: 900px; padding: 164px 0 48px; overflow: hidden; color: #fff; background: linear-gradient(145deg, #080d19 0%, #10182c 54%, #18133c 100%); }
.hero-grid, .contact-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { top: -260px; right: -180px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(103, 87, 232, .36), transparent 68%); }
.hero-glow-two { bottom: -380px; left: -260px; width: 820px; height: 820px; background: radial-gradient(circle, rgba(48, 119, 226, .18), transparent 68%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); gap: 72px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: #bbb4ff; font-size: 11px; font-weight: 750; letter-spacing: .14em; }
.eyebrow span { width: 26px; height: 2px; border-radius: 2px; background: currentColor; }
.eyebrow.dark { color: var(--purple); }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 5.4vw, 76px); line-height: 1.12; letter-spacing: -.055em; }
.hero h1 span { position: relative; color: #9d91ff; }
.hero h1 span::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 5px; border-radius: 999px; background: linear-gradient(90deg, #6757e8, #81a8ff); content: ""; transform: rotate(-1deg); }
.hero-lead { max-width: 590px; margin: 30px 0 0; color: rgba(255, 255, 255, .66); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 13px 24px; border: 1px solid transparent; border-radius: 11px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #7667ee, #5747d6); box-shadow: 0 14px 30px rgba(103, 87, 232, .3); }
.button-primary:hover { box-shadow: 0 18px 40px rgba(103, 87, 232, .4); }
.button-secondary { border-color: rgba(255, 255, 255, .2); color: #fff; background: rgba(255, 255, 255, .06); }
.button-secondary:hover { background: rgba(255, 255, 255, .12); }
.hero-points { display: flex; flex-wrap: wrap; gap: 24px; margin: 30px 0 0; padding: 0; color: rgba(255, 255, 255, .52); font-size: 12px; list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points i { width: 6px; height: 6px; border-radius: 50%; background: #8d82ef; box-shadow: 0 0 0 4px rgba(141, 130, 239, .12); }

.hero-product { position: relative; min-height: 530px; }
.product-window { position: absolute; top: 20px; right: 0; width: min(100%, 640px); overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 20px; background: rgba(255, 255, 255, .98); box-shadow: var(--shadow-lg); transform: perspective(1100px) rotateY(-3deg) rotateX(1deg); transform-origin: center right; }
.window-bar { display: flex; align-items: center; gap: 6px; height: 42px; padding: 0 14px; border-bottom: 1px solid #eaecf0; color: #667085; background: #f8fafc; font-size: 9px; }
.window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #d0d5dd; }
.window-bar > span:first-child { background: #f97066; }.window-bar > span:nth-child(2) { background: #fdb022; }.window-bar > span:nth-child(3) { background: #32d583; }
.window-bar b { margin-left: 8px; font-size: 9px; letter-spacing: .08em; }
.window-content { display: flex; min-height: 408px; color: var(--ink); }
.window-sidebar { display: flex; flex-direction: column; align-items: center; width: 60px; padding: 18px 0; background: #111827; }
.mini-logo { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-bottom: 30px; border-radius: 8px; color: #fff; background: var(--purple); font-size: 11px; font-weight: 800; }
.window-sidebar i { width: 22px; height: 5px; margin: 10px 0; border-radius: 4px; background: #344054; }
.window-sidebar i.active { background: #8f83f4; }
.window-main { flex: 1; padding: 25px; background: #f5f7fb; }
.window-heading { display: flex; align-items: flex-start; justify-content: space-between; }
.window-heading small, .window-heading strong { display: block; }
.window-heading small { margin-bottom: 5px; color: #98a2b3; font-size: 9px; }
.window-heading strong { font-size: 16px; }
.window-heading > span { padding: 5px 8px; border: 1px solid #abefc6; border-radius: 999px; color: #067647; background: #ecfdf3; font-size: 8px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 20px; }
.metric-row article { padding: 14px; border: 1px solid #eaecf0; border-radius: 10px; background: #fff; box-shadow: var(--shadow-sm); }
.metric-row small, .metric-row b, .metric-row em { display: block; }
.metric-row small { color: #98a2b3; font-size: 8px; }.metric-row b { margin: 8px 0 3px; color: var(--purple); font-size: 16px; }.metric-row em { color: #667085; font-size: 7px; font-style: normal; }
.chart-card { margin-top: 13px; padding: 15px; border: 1px solid #eaecf0; border-radius: 11px; background: #fff; }
.chart-head { display: flex; justify-content: space-between; font-size: 9px; }.chart-head span { color: #98a2b3; }
.chart-bars { display: flex; align-items: flex-end; gap: 13px; height: 105px; padding: 14px 4px 0; border-bottom: 1px solid #eaecf0; }
.chart-bars i { flex: 1; border-radius: 4px 4px 1px 1px; background: linear-gradient(#8f83f4, #6757e8); opacity: .86; }
.chart-bars i:nth-child(1) { height: 34%; }.chart-bars i:nth-child(2) { height: 48%; }.chart-bars i:nth-child(3) { height: 41%; }.chart-bars i:nth-child(4) { height: 64%; }.chart-bars i:nth-child(5) { height: 58%; }.chart-bars i:nth-child(6) { height: 78%; }.chart-bars i:nth-child(7) { height: 91%; }
.status-row { display: flex; gap: 12px; margin-top: 12px; }
.status-row span { display: flex; align-items: center; gap: 5px; color: #667085; font-size: 8px; }.status-row i { width: 5px; height: 5px; border-radius: 50%; background: #12b76a; box-shadow: 0 0 0 3px #d1fadf; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; min-width: 155px; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 13px; color: var(--ink); background: rgba(255, 255, 255, .94); box-shadow: 0 16px 34px rgba(4, 8, 20, .24); backdrop-filter: blur(12px); }
.floating-card > span { display: flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 9px; color: #fff; background: var(--purple); font-size: 11px; font-weight: 800; }
.floating-card b, .floating-card small { display: block; }.floating-card b { font-size: 11px; }.floating-card small { margin-top: 3px; color: #98a2b3; font-size: 8px; }
.floating-card-top { top: 0; left: -20px; }.floating-card-bottom { right: 10px; bottom: 28px; }.floating-card-bottom > span { background: var(--green); }
.capability-strip { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 32px; margin-top: 82px; padding: 20px 30px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 14px; color: rgba(255, 255, 255, .54); background: rgba(255, 255, 255, .04); font-size: 12px; font-weight: 650; letter-spacing: .06em; backdrop-filter: blur(10px); }
.capability-strip i { width: 4px; height: 4px; border-radius: 50%; background: #6757e8; }

.section { padding: 112px 0; }.section-light { background: #f7f8fb; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 80px; margin-bottom: 54px; }
.section-heading > div { max-width: 620px; }.section-heading h2, .center-heading h2, .capability-copy h2, .about-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.2; letter-spacing: -.045em; }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.center-heading { max-width: 720px; margin: 0 auto 64px; text-align: center; }
.center-heading .eyebrow { justify-content: center; }.center-heading > p:last-child { margin: 18px 0 0; color: var(--muted); line-height: 1.8; }

.solution-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.solution-card { position: relative; min-height: 330px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .22s, border-color .22s, box-shadow .22s; }
.solution-card:hover { border-color: #c7c1ff; box-shadow: var(--shadow-md); transform: translateY(-4px); }
.solution-card.featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, #4f43c6, #6757e8); }
.solution-card.featured::after { position: absolute; right: -70px; bottom: -100px; width: 300px; height: 300px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; content: ""; box-shadow: 0 0 0 45px rgba(255, 255, 255, .025), 0 0 0 90px rgba(255, 255, 255, .02); }
.card-number { position: absolute; top: 30px; right: 32px; color: #d0d5dd; font-size: 12px; font-weight: 700; letter-spacing: .12em; }.featured .card-number { color: rgba(255, 255, 255, .52); }
.card-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 13px; color: #fff; background: linear-gradient(145deg, #7667ee, #5747d6); box-shadow: 0 12px 24px rgba(103, 87, 232, .2); font-size: 16px; font-weight: 800; }.card-icon.warm { background: linear-gradient(145deg, #f6a269, #e87330); }.card-icon.blue { background: linear-gradient(145deg, #5997ef, #2565c8); }.card-icon.green { background: linear-gradient(145deg, #33af8d, #0d8061); }
.featured .card-icon { color: var(--purple); background: #fff; box-shadow: none; }
.solution-card h3 { position: relative; z-index: 1; margin: 24px 0 10px; font-size: 23px; letter-spacing: -.02em; }.solution-card > p { position: relative; z-index: 1; max-width: 510px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }.featured > p { color: rgba(255, 255, 255, .68); }
.solution-card ul { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 0; padding: 0; list-style: none; }.solution-card li { padding: 6px 9px; border: 1px solid #eaecf0; border-radius: 7px; color: var(--ink-soft); background: #f9fafb; font-size: 10px; }.featured li { border-color: rgba(255, 255, 255, .13); color: rgba(255, 255, 255, .72); background: rgba(255, 255, 255, .07); }

.capability-section { color: #fff; background: var(--night); }
.capability-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: center; }
.capability-copy > p:not(.eyebrow) { max-width: 540px; margin: 24px 0 0; color: rgba(255, 255, 255, .56); font-size: 14px; line-height: 1.9; }
.capability-list { display: grid; gap: 18px; margin-top: 38px; }
.capability-list article { display: flex; gap: 16px; align-items: flex-start; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .1); }.capability-list article > b { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 9px; color: #a99fff; background: rgba(255, 255, 255, .04); font-size: 10px; }.capability-list h3 { margin: 1px 0 6px; font-size: 14px; }.capability-list p { margin: 0; color: rgba(255, 255, 255, .45); font-size: 11px; line-height: 1.7; }
.capability-board { padding: 30px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 22px; background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)); box-shadow: var(--shadow-lg); }
.board-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, .09); color: rgba(255, 255, 255, .64); font-size: 11px; letter-spacing: .08em; }.board-top i { padding: 5px 9px; border: 1px solid rgba(50, 213, 131, .24); border-radius: 999px; color: #75e0a7; background: rgba(50, 213, 131, .08); font-size: 8px; font-style: normal; }
.board-flow { display: flex; align-items: center; justify-content: space-between; gap: 9px; padding: 28px 0; }.board-flow article { flex: 1; min-width: 0; padding: 16px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 12px; background: rgba(255, 255, 255, .035); }.board-flow article > span { display: block; margin-bottom: 18px; color: #958bf0; font-size: 9px; font-weight: 700; }.board-flow b, .board-flow small { display: block; }.board-flow b { font-size: 12px; }.board-flow small { margin-top: 5px; overflow: hidden; color: rgba(255, 255, 255, .38); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.board-flow em { color: #6757e8; font-size: 13px; font-style: normal; }
.board-console { overflow: hidden; border: 1px solid rgba(255, 255, 255, .08); border-radius: 13px; background: #080d19; }.console-head { display: flex; align-items: center; gap: 5px; padding: 10px 13px; border-bottom: 1px solid rgba(255, 255, 255, .07); }.console-head i { width: 6px; height: 6px; border-radius: 50%; background: #475467; }.console-head span { margin-left: 6px; color: #667085; font-size: 8px; }.board-console code { display: grid; grid-template-columns: 18px 1fr auto; gap: 7px; padding: 8px 14px; color: #98a2b3; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; }.board-console code b { color: #32d583; }.board-console code span { color: #667085; }.board-console code.pulse b { color: #a99fff; animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { opacity: .35; } }

.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }.process-grid::before { position: absolute; top: 42px; right: 11%; left: 11%; height: 1px; background: #d0d5dd; content: ""; }.process-grid article { position: relative; z-index: 1; text-align: center; }.process-grid article > span { display: block; margin-bottom: 13px; color: #98a2b3; font-size: 9px; font-weight: 700; letter-spacing: .12em; }.process-dot { width: 18px; height: 18px; margin: 0 auto 26px; border: 5px solid #fff; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 1px #c7c1ff, 0 0 0 7px #f1efff; }.process-grid h3 { margin: 0 0 10px; font-size: 17px; }.process-grid p { margin: 0 auto; max-width: 235px; color: var(--muted); font-size: 12px; line-height: 1.8; }

.audience-section { padding-top: 0; background: #f7f8fb; }.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.audience-grid article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s, box-shadow .2s; }.audience-grid article:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }.audience-label { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 13px; color: #fff; background: var(--purple); font-weight: 800; }.audience-label.orange { background: var(--orange); }.audience-label.green { background: var(--green); }.audience-grid h3 { margin: 22px 0 10px; font-size: 19px; }.audience-grid p { min-height: 66px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }.audience-grid article > span { display: block; margin-top: 22px; padding-top: 18px; border-top: 1px solid #eaecf0; color: var(--purple); font-size: 10px; font-weight: 700; letter-spacing: .06em; }

.about-section { overflow: hidden; background: #fff; }.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }.about-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 480px; }.about-mark { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; width: 140px; height: 140px; border-radius: 38px; color: #fff; background: linear-gradient(145deg, #8173ef, #4f43c6); box-shadow: 0 30px 60px rgba(103, 87, 232, .28); font-size: 56px; font-weight: 800; }.about-ring { position: absolute; border: 1px solid #ddd9ff; border-radius: 50%; }.ring-one { width: 310px; height: 310px; }.ring-two { width: 455px; height: 455px; border-style: dashed; animation: rotate 36s linear infinite; }.about-tag { position: absolute; z-index: 3; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: #fff; box-shadow: var(--shadow-md); font-size: 11px; font-weight: 700; }.tag-one { top: 55px; left: 18%; }.tag-two { top: 20%; right: 7%; }.tag-three { right: 13%; bottom: 15%; }.tag-four { bottom: 10%; left: 13%; }
@keyframes rotate { to { transform: rotate(360deg); } }
.about-copy > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 2; }.about-principles { display: flex; gap: 12px; margin-top: 30px; }.about-principles span { padding: 8px 15px; border: 1px solid #d9d6fe; border-radius: 999px; color: var(--purple); background: #f5f3ff; font-size: 11px; font-weight: 700; }

.contact-section { position: relative; padding: 96px 0; overflow: hidden; color: #fff; background: linear-gradient(140deg, #10162a, #21174e); }.contact-grid { mask-image: linear-gradient(to right, transparent, #000); }.contact-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }.contact-inner h2 { margin: 0; font-size: clamp(42px, 5vw, 64px); line-height: 1.16; letter-spacing: -.05em; }.contact-card { padding: 30px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px; background: rgba(255, 255, 255, .06); backdrop-filter: blur(12px); }.contact-card p { margin: 0 0 24px; color: rgba(255, 255, 255, .62); font-size: 14px; line-height: 1.8; }.contact-card small { display: block; margin-top: 16px; color: rgba(255, 255, 255, .42); font-size: 10px; letter-spacing: .06em; }

.site-footer { padding: 54px 0 24px; color: #98a2b3; background: #080d19; }.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 50px; align-items: center; padding-bottom: 34px; border-bottom: 1px solid rgba(255, 255, 255, .08); }.footer-brand { color: #fff; }.footer-top > p { max-width: 330px; margin: 0; font-size: 11px; line-height: 1.8; }.footer-top nav { display: flex; gap: 22px; }.footer-top nav a { color: #98a2b3; font-size: 10px; text-decoration: none; }.footer-top nav a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; font-size: 9px; letter-spacing: .06em; }.footer-bottom b { font-weight: 500; }
.back-top { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: rgba(255, 255, 255, .94); box-shadow: var(--shadow-md); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s, transform .2s; backdrop-filter: blur(10px); }.back-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }
::selection { color: #fff; background: var(--purple); }
:focus-visible { outline: 3px solid rgba(103, 87, 232, .32); outline-offset: 3px; }

@media (max-width: 1040px) {
  .hero { min-height: auto; padding-top: 140px; }
  .hero-layout { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { max-width: 720px; text-align: center; margin-inline: auto; }
  .hero-copy .eyebrow, .hero-actions, .hero-points { justify-content: center; }
  .hero-product { width: min(100%, 720px); margin-inline: auto; }
  .product-window { left: 50%; right: auto; transform: translateX(-50%); }
  .floating-card-top { left: 0; }.floating-card-bottom { right: 0; }
  .capability-layout { grid-template-columns: 1fr; gap: 56px; }
  .capability-copy { max-width: 720px; }
  .about-layout { gap: 50px; }
  .footer-top { grid-template-columns: 1fr 1fr; }.footer-top nav { grid-column: 1 / -1; }
}

@media (max-width: 800px) {
  .site-header { height: 68px; }
  .menu-toggle { position: relative; z-index: 1002; display: block; }
  .menu-open .menu-toggle span:first-child { transform: translateY(6px) rotate(45deg); }.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }.menu-open .menu-toggle span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 1001; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 8px; padding: 80px 32px 32px; visibility: hidden; background: rgba(8, 13, 25, .98); opacity: 0; transform: translateY(-10px); transition: opacity .2s, transform .2s, visibility .2s; }
  .menu-open .site-nav { visibility: visible; opacity: 1; transform: translateY(0); }
  .site-nav a { padding: 14px 10px; color: rgba(255, 255, 255, .72) !important; font-size: 20px; text-align: center; }
  .site-nav .nav-cta { margin-top: 10px; color: #fff !important; background: var(--purple) !important; }
  .section { padding: 82px 0; }
  .section-heading { display: block; margin-bottom: 38px; }.section-heading > p { margin-top: 18px; }
  .solution-grid, .audience-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 40px 20px; }.process-grid::before { display: none; }
  .about-layout, .contact-inner { grid-template-columns: 1fr; gap: 48px; }.about-visual { min-height: 420px; }
  .contact-section { padding: 78px 0; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }.footer-top nav { grid-column: auto; flex-wrap: wrap; }.footer-bottom { gap: 16px; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .brand-mark { width: 38px; height: 38px; border-radius: 11px; }.brand-copy strong { font-size: 14px; }
  .hero { padding: 118px 0 36px; }.hero h1 { font-size: 42px; }.hero-lead { font-size: 14px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-points { gap: 15px; }
  .hero-product { min-height: 400px; }.product-window { top: 18px; width: 100%; transform: translateX(-50%); }.window-content { min-height: 320px; }.window-sidebar { display: none; }.window-main { padding: 16px; }.metric-row { gap: 6px; }.metric-row article { padding: 10px; }.metric-row b { font-size: 13px; }.chart-bars { gap: 7px; height: 82px; }.floating-card { display: none; }
  .capability-strip { flex-wrap: wrap; gap: 14px 18px; margin-top: 30px; padding: 16px; }.capability-strip i { display: none; }
  .section { padding: 68px 0; }.section-heading h2, .center-heading h2, .capability-copy h2, .about-copy h2 { font-size: 34px; }.solution-card { min-height: 0; padding: 26px; }.solution-card ul { display: grid; }
  .capability-board { padding: 17px; }.board-flow { display: grid; }.board-flow em { display: none; }.board-console code { grid-template-columns: 15px 1fr; }.board-console code span { display: none; }
  .process-grid { grid-template-columns: 1fr; }.process-dot { margin-bottom: 17px; }.process-grid p { max-width: 320px; }
  .about-visual { min-height: 350px; transform: scale(.86); }.ring-one { width: 260px; height: 260px; }.ring-two { width: 360px; height: 360px; }.about-tag { font-size: 9px; }
  .about-principles { flex-wrap: wrap; }
  .contact-inner h2 { font-size: 40px; }.contact-card { padding: 24px; }
  .footer-bottom { flex-direction: column; }.back-top { right: 14px; bottom: 14px; }
}

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