:root {
  --ink: #07101f;
  --ink-soft: #0d1a2e;
  --ink-panel: #101f36;
  --blue: #4e8cff;
  --blue-bright: #69a5ff;
  --blue-pale: #c9e0ff;
  --cyan: #6fe1e5;
  --white: #f7faff;
  --muted: #8fa3c0;
  --muted-dark: #647893;
  --line: rgba(145, 177, 220, .16);
  --line-bright: rgba(147, 194, 255, .28);
  --paper: #f4f7fb;
  --paper-ink: #0b1b31;
  --paper-muted: #5d6e84;
  --paper-line: #dbe4ef;
  --green: #6be5a4;
  --amber: #ffc66d;
  --purple: #ba9cff;
  --radius: 16px;
  --display: "Arial Narrow", "Avenir Next", "Segoe UI", "Microsoft YaHei UI", sans-serif;
  --body: "Segoe UI", "Microsoft YaHei UI", "PingFang SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.page-noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.section-pad { padding: 132px 0; }
.section-pad-small { padding: 92px 0; }
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  background: rgba(7, 16, 31, .74);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: background .25s ease, border-color .25s ease;
}
.site-header.scrolled { background: rgba(7, 16, 31, .93); border-bottom-color: var(--line); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 190px; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; overflow: hidden; border-radius: 10px; box-shadow: 0 0 22px rgba(78, 140, 255, .38); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; letter-spacing: .04em; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 8px; letter-spacing: .18em; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { position: relative; color: var(--muted); font-size: 13px; transition: color .2s ease; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 1px; content: ""; background: var(--blue-bright); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 7px; padding: 12px 20px; cursor: pointer; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 28px rgba(45, 108, 225, .26); }
.button-primary:hover { background: #639bff; box-shadow: 0 16px 34px rgba(45, 108, 225, .38); }
.button-outline { color: var(--blue-pale); border-color: rgba(118, 168, 241, .42); background: rgba(46, 93, 161, .11); }
.button-outline:hover { border-color: var(--blue-bright); background: rgba(78, 140, 255, .18); }
.button-small { padding: 9px 15px; font-size: 12px; }
.button-large { padding: 16px 22px; font-size: 14px; }
.menu-toggle { display: none; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 8px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 16px; height: 1px; margin: 4px auto; background: var(--white); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 900px; padding-top: 182px; padding-bottom: 40px; overflow: hidden; background: radial-gradient(circle at 78% 30%, rgba(46, 102, 201, .18), transparent 31%), linear-gradient(112deg, #07101f 12%, #09172a 58%, #0c2038 100%); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .45; background-image: linear-gradient(rgba(114, 157, 213, .065) 1px, transparent 1px), linear-gradient(90deg, rgba(114, 157, 213, .065) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero::after { position: absolute; top: 0; right: 12%; width: 1px; height: 100%; content: ""; background: linear-gradient(transparent, rgba(120, 177, 255, .2), transparent); transform: rotate(32deg); transform-origin: top; }
.hero-orbit { position: absolute; border: 1px solid rgba(116, 176, 255, .12); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { top: 90px; right: -180px; width: 740px; height: 740px; }
.hero-orbit-two { top: 195px; right: -75px; width: 520px; height: 520px; border-color: rgba(116, 176, 255, .08); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .88fr) minmax(560px, 1.12fr); align-items: center; gap: 42px; }
.eyebrow, .section-index, .feature-label { color: var(--blue-bright); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-pale); }
.eyebrow b { color: var(--muted); font-size: 9px; letter-spacing: .1em; font-weight: 600; }
.eyebrow-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.hero h1 { max-width: 590px; margin: 25px 0 22px; font-family: var(--display); font-size: clamp(48px, 5.4vw, 78px); font-weight: 700; line-height: .99; letter-spacing: -.075em; }
.hero h1 em, h2 span, .results-copy span { color: var(--blue-bright); font-style: normal; }
.hero-lede { margin: 0; color: #afc0d7; font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 37px; }
.text-link { color: var(--blue-pale); font-size: 12px; font-weight: 700; transition: color .2s ease; }
.text-link span { display: inline-block; margin-left: 6px; color: var(--blue-bright); transition: transform .2s ease; }
.text-link:hover { color: #fff; }.text-link:hover span { transform: translateY(3px); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 47px; color: var(--muted); font-size: 11px; }
.check-icon { display: inline-grid; width: 15px; height: 15px; margin-right: 5px; place-items: center; color: var(--cyan); border: 1px solid rgba(111, 225, 229, .35); border-radius: 50%; font-style: normal; font-size: 9px; }
.hero-visual { position: relative; min-width: 0; padding: 24px 0 36px; perspective: 1300px; }
.visual-glow { position: absolute; top: 4%; right: 2%; width: 85%; height: 80%; border-radius: 50%; background: rgba(70, 134, 255, .3); filter: blur(70px); }
.app-window { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(151, 201, 255, .29); border-radius: 13px; background: #0f2037; box-shadow: -24px 28px 70px rgba(0, 0, 0, .36), 0 0 0 8px rgba(74, 139, 228, .04); transform: rotateY(-5deg) rotateX(2deg) rotateZ(1deg); transform-origin: center; }
.window-topbar { display: flex; align-items: center; height: 42px; padding: 0 15px; border-bottom: 1px solid rgba(147, 190, 239, .14); background: rgba(8, 20, 37, .8); font-size: 10px; }
.window-brand { display: flex; align-items: center; gap: 7px; color: #e7f1ff; font-weight: 700; }.mini-logo { display: inline-grid; width: 19px; height: 19px; place-items: center; color: #fff; border-radius: 6px; background: var(--blue); font-size: 16px; font-weight: 400; }.window-state { display: flex; align-items: center; gap: 6px; margin-left: auto; color: #7ee2ac; font-size: 9px; }.window-state span, .live-label i { width: 5px; height: 5px; border-radius: 50%; background: #5ae09a; box-shadow: 0 0 10px #5ae09a; }.window-dots { display: flex; gap: 4px; margin-left: 18px; }.window-dots i { width: 4px; height: 4px; border-radius: 50%; background: #527092; }
.window-body { display: grid; grid-template-columns: 137px 1fr; min-height: 390px; }.mock-sidebar { display: flex; flex-direction: column; gap: 3px; padding: 21px 10px 13px; border-right: 1px solid rgba(147, 190, 239, .12); background: rgba(8, 22, 40, .7); }.mock-side-caption { padding: 0 9px 11px; color: #647c9d; font-size: 7px; letter-spacing: .14em; }.mock-nav { display: flex; align-items: center; gap: 8px; padding: 8px 9px; border-radius: 5px; color: #8298b7; font-size: 9px; }.mock-nav b { width: 13px; color: #8aa7ce; font-size: 12px; font-weight: 400; text-align: center; }.mock-nav small { margin-left: auto; color: #79aaff; font-size: 8px; }.mock-nav.active { color: #fff; background: rgba(78, 140, 255, .22); }.mock-nav.active b { color: #71aaff; }.mock-side-bottom { display: flex; align-items: center; gap: 7px; margin-top: auto; padding: 9px 6px 0; border-top: 1px solid rgba(147, 190, 239, .12); color: #748bab; font-size: 8px; }.mock-side-bottom b { margin-left: auto; color: #47627f; }.avatar { display: grid; width: 21px; height: 21px; place-items: center; color: #fff; border-radius: 50%; background: #8a72d1; font-size: 9px; }
.mock-main { min-width: 0; padding: 24px 22px 18px; background: linear-gradient(135deg, rgba(17, 39, 66, .6), rgba(10, 27, 48, .78)); }.mock-heading { display: flex; align-items: flex-start; justify-content: space-between; }.mock-heading small { color: #6884a7; font-size: 8px; }.mock-heading h3 { margin: 5px 0 0; color: #eff6ff; font-size: 19px; letter-spacing: -.04em; }.mock-date { padding-top: 3px; color: #6f8daf; font-size: 8px; letter-spacing: .08em; }.mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 21px; }.mock-stat { padding: 12px 12px 11px; border: 1px solid rgba(140, 189, 241, .14); border-radius: 7px; background: rgba(18, 45, 75, .52); }.mock-stat span, .mock-stat em { display: block; color: #7491b1; font-size: 8px; font-style: normal; }.mock-stat strong { display: block; margin: 6px 0 4px; color: #f3f8ff; font-size: 23px; font-weight: 600; letter-spacing: -.05em; }.mock-stat strong small { font-size: 11px; }.mock-stat em { color: #62d89b; font-size: 8px; }.mock-stat em.muted { color: #7891ad; }.mock-panels { display: grid; grid-template-columns: 1.08fr .92fr; gap: 9px; margin-top: 10px; }.mock-panel { min-width: 0; padding: 14px 14px 12px; border: 1px solid rgba(140, 189, 241, .13); border-radius: 7px; background: rgba(9, 27, 48, .48); }.panel-title { display: flex; align-items: center; justify-content: space-between; color: #cfdef0; font-size: 9px; }.panel-title span { color: #7393b7; font-size: 8px; }.panel-title span strong { color: #5fd899; font-weight: 500; }.chart-area { position: relative; height: 165px; margin-top: 13px; }.chart-lines { position: absolute; inset: 0 0 20px; display: flex; flex-direction: column; justify-content: space-between; }.chart-lines i { display: block; height: 1px; background: rgba(125, 166, 211, .1); }.chart-line { position: absolute; inset: 0 0 20px; width: 100%; height: calc(100% - 20px); }.chart-labels { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; color: #637c9b; font-size: 7px; }.live-label { display: inline-flex; align-items: center; gap: 5px; color: #5ed897 !important; letter-spacing: .08em; }.queue-item { display: flex; align-items: center; gap: 8px; margin-top: 18px; }.queue-icon { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 6px; font-size: 14px; }.queue-icon.blue { color: #8ab8ff; background: rgba(78, 140, 255, .18); }.queue-icon.purple { color: #c6aaff; background: rgba(159, 123, 255, .18); }.queue-item div { min-width: 0; }.queue-item b, .queue-item small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.queue-item b { color: #cfdef0; font-size: 8px; font-weight: 600; }.queue-item small { margin-top: 4px; color: #718bad; font-size: 7px; }.queue-item > strong { margin-left: auto; color: #64d999; font-size: 10px; font-weight: 500; }.queue-item .waiting { margin-left: auto; color: #c3a7ff; font-size: 7px; }.progress { height: 3px; margin: 8px 0 0 32px; overflow: hidden; border-radius: 9px; background: rgba(117, 151, 190, .16); }.progress i { display: block; height: 100%; border-radius: inherit; background: var(--blue); }.progress.soft i { background: var(--purple); }.panel-link { display: block; margin-top: 20px; color: #7aabf4; font-size: 8px; }.panel-link span { margin-left: 5px; }
.float-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid rgba(153, 204, 255, .27); border-radius: 9px; background: rgba(16, 36, 63, .91); box-shadow: 0 14px 30px rgba(0, 0, 0, .25); backdrop-filter: blur(12px); }.float-card b, .float-card small { display: block; }.float-card b { color: #e7f2ff; font-size: 9px; }.float-card small { margin-top: 4px; color: #7794b5; font-size: 7px; }.float-card strong { color: var(--green); font-size: 13px; }.float-icon { display: grid; width: 25px; height: 25px; place-items: center; color: #a7caff; border-radius: 7px; background: rgba(78, 140, 255, .22); font-size: 15px; }.float-forward { right: -23px; bottom: 25px; animation: float-y 4s ease-in-out infinite; }.float-match { top: 53px; left: -30px; animation: float-y 4s 1s ease-in-out infinite; }.pulse-dot { width: 8px; height: 8px; margin: 0 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(107, 229, 164, .12), 0 0 18px var(--green); }.hero-ticker { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 44px; padding: 19px 0 0; border-top: 1px solid var(--line); color: #7087a5; font-size: 9px; font-weight: 700; letter-spacing: .17em; }.hero-ticker i { color: var(--blue); font-style: normal; font-size: 10px; }.hero-ticker span { white-space: nowrap; }
@keyframes float-y { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.signal-section { background: var(--paper); color: var(--paper-ink); }.signal-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: end; }.section-index { display: block; margin-bottom: 20px; color: var(--blue); }.signal-section h2, .section-heading h2, .results-copy h2, .compat-main h2, .contact-copy h2, .faq-layout h2 { margin: 0; font-family: var(--display); font-size: clamp(35px, 4vw, 54px); line-height: 1.07; letter-spacing: -.065em; }.signal-section h2 span, .section-heading h2 span { color: #286bd9; }.signal-copy > p { max-width: 530px; margin: 0; color: var(--paper-muted); font-size: 16px; line-height: 1.9; }.signal-metrics { display: flex; gap: 54px; margin-top: 38px; padding-top: 25px; border-top: 1px solid var(--paper-line); }.signal-metrics strong, .signal-metrics small { display: block; }.signal-metrics strong { color: #174c9f; font-size: 37px; font-weight: 700; letter-spacing: -.07em; }.signal-metrics strong span { color: #4787ec; font-size: 20px; }.signal-metrics small { margin-top: 5px; color: #718299; font-size: 10px; }
.workflow-section { color: var(--white); background: #09172a; background-image: radial-gradient(circle at 70% 10%, rgba(55, 117, 220, .14), transparent 32%); }.section-heading.centered { text-align: center; }.section-heading.centered h2 { max-width: 700px; margin: 0 auto; }.section-heading p { max-width: 610px; margin: 22px auto 0; color: var(--muted); font-size: 15px; line-height: 1.8; }.workflow-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 66px; }.workflow-track::before { position: absolute; top: 56px; right: 10%; left: 10%; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(105, 164, 255, .45), transparent); }.workflow-card { position: relative; z-index: 1; min-height: 310px; padding: 25px 23px 23px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, rgba(20, 44, 75, .68), rgba(12, 28, 49, .72)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }.workflow-card:hover { border-color: var(--line-bright); background: linear-gradient(150deg, rgba(29, 60, 101, .8), rgba(12, 28, 49, .82)); transform: translateY(-6px); }.card-number { color: #6682a7; font-size: 10px; font-weight: 700; letter-spacing: .13em; }.workflow-symbol { display: grid; width: 44px; height: 44px; margin: 29px 0 22px; place-items: center; border: 1px solid rgba(117, 175, 255, .3); border-radius: 12px; color: var(--blue-bright); background: rgba(78, 140, 255, .12); font-size: 23px; }.symbol-rule { color: var(--purple); border-color: rgba(186, 156, 255, .3); background: rgba(186, 156, 255, .11); }.symbol-refresh { color: var(--cyan); border-color: rgba(111, 225, 229, .3); background: rgba(111, 225, 229, .09); }.symbol-send { color: var(--green); border-color: rgba(107, 229, 164, .3); background: rgba(107, 229, 164, .1); }.workflow-card h3 { margin: 0; font-size: 17px; letter-spacing: -.03em; }.workflow-card p { min-height: 71px; margin: 14px 0 19px; color: #8ca3c2; font-size: 12px; line-height: 1.8; }.card-tags { display: flex; flex-wrap: wrap; gap: 5px; }.card-tags span { padding: 5px 7px; color: #7e9ac0; border: 1px solid rgba(126, 162, 204, .19); border-radius: 4px; background: rgba(104, 147, 200, .07); font-size: 9px; }.workflow-foot { display: flex; align-items: center; gap: 14px; justify-content: center; margin-top: 39px; color: #7591b3; font-size: 10px; letter-spacing: .12em; }.foot-line { width: 46px; height: 1px; background: #426081; }

.features-section { color: var(--paper-ink); background: var(--paper); }.features-section .section-heading { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: end; }.features-section .section-heading p { margin: 0 0 3px; color: var(--paper-muted); font-size: 14px; line-height: 1.8; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 57px; }.feature-card { position: relative; min-height: 290px; padding: 27px 25px; overflow: hidden; border: 1px solid var(--paper-line); border-radius: var(--radius); background: rgba(255, 255, 255, .74); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }.feature-card:hover { border-color: #b2c9e8; box-shadow: 0 18px 40px rgba(21, 60, 109, .09); transform: translateY(-5px); }.feature-card-wide { display: grid; grid-column: span 2; grid-template-columns: .78fr 1.22fr; min-height: 350px; padding: 36px; }.feature-dark { color: #f3f8ff; border-color: #1c426c; background: #0d2038; }.feature-dark:hover { border-color: #3d70ac; box-shadow: 0 20px 50px rgba(10, 32, 60, .19); }.feature-content { position: relative; z-index: 1; }.feature-label { display: block; color: #5287db; font-size: 9px; }.feature-dark .feature-label { color: #80aff8; }.feature-card h3 { margin: 17px 0 12px; font-size: 22px; letter-spacing: -.045em; }.feature-card p { max-width: 320px; margin: 0; color: var(--paper-muted); font-size: 12px; line-height: 1.85; }.feature-dark p { color: #8fa9c7; }.feature-link { display: inline-block; margin-top: 28px; color: #73a9ff; font-size: 11px; font-weight: 700; }.feature-link span { margin-left: 6px; }.feature-icon { display: grid; width: 42px; height: 42px; margin-bottom: 24px; place-items: center; border-radius: 11px; font-size: 21px; }.icon-schedule { color: #2a6fd7; background: #e1edff; }.icon-reply { color: #8758d9; background: #eee6ff; }.icon-forward { color: #198d66; background: #dcf8e9; }.icon-local { color: #d27a1d; background: #fff0d9; }.feature-card:not(.feature-card-wide) h3 { margin-top: 13px; font-size: 18px; }.feature-card:not(.feature-card-wide) p { max-width: 245px; }.schedule-lines { display: grid; gap: 7px; margin-top: 27px; color: #718399; font-size: 9px; }.schedule-lines span { display: flex; align-items: center; gap: 7px; }.schedule-lines i { width: 5px; height: 5px; border-radius: 50%; background: #4e8cff; }.chat-bubbles { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; margin-top: 25px; font-size: 9px; }.chat-bubbles span, .chat-bubbles b { padding: 8px 9px; border-radius: 7px 7px 7px 2px; font-weight: 500; }.chat-bubbles span { color: #7c61b0; background: #f0eaff; }.chat-bubbles b { color: #267d5d; border-radius: 7px 7px 2px 7px; background: #e1f8ec; font-weight: 600; }.batch-visual { display: flex; align-items: center; gap: 6px; margin-top: 32px; color: #5287d8; font-size: 13px; font-weight: 700; }.batch-visual span { display: grid; width: 38px; height: 27px; place-items: center; border-radius: 5px; background: #e6effc; }.batch-visual i { width: 10px; height: 1px; background: #a2b9d9; }.local-visual { display: flex; align-items: center; gap: 7px; margin-top: 32px; font-size: 9px; font-weight: 700; }.local-visual span, .local-visual b, .local-visual i { padding: 6px 7px; border-radius: 4px; font-style: normal; }.local-visual span { color: #316ac0; background: #e5efff; }.local-visual b { color: #967329; background: #fff3d6; }.local-visual i { color: #25805e; background: #def6e8; }.match-visual { position: relative; min-height: 255px; align-self: center; }.match-window { position: absolute; top: 18px; right: 0; width: min(315px, 100%); padding: 19px 17px; border: 1px solid rgba(136, 187, 246, .21); border-radius: 10px; background: linear-gradient(145deg, #183454, #0c1f37); box-shadow: 0 28px 45px rgba(0, 0, 0, .25); transform: rotate(3deg); }.match-head { display: flex; justify-content: space-between; padding-bottom: 13px; color: #dbeaff; border-bottom: 1px solid rgba(143, 190, 241, .14); font-size: 10px; }.match-head b { padding: 4px 6px; color: #72e0a1; border-radius: 3px; background: rgba(107, 229, 164, .1); font-size: 8px; font-weight: 500; }.rule-line { display: grid; grid-template-columns: 73px 1fr auto; align-items: center; gap: 6px; padding: 13px 0; border-bottom: 1px solid rgba(143, 190, 241, .1); font-size: 9px; }.rule-key { color: #7896b9; }.rule-line strong { color: #d2e3f8; font-size: 10px; font-weight: 600; }.rule-line i { padding: 3px 5px; color: #78adff; border: 1px solid rgba(120, 173, 255, .25); border-radius: 3px; font-size: 7px; font-style: normal; }.muted-line strong { color: #9cafc8; }.muted-line i { color: #ffbd71; border-color: rgba(255, 189, 113, .25); }.match-result { display: flex; align-items: center; gap: 10px; padding-top: 15px; color: #8da8c8; font-size: 9px; }.match-result strong { margin-left: auto; color: #e5f1ff; font-size: 17px; }.match-result strong small { color: #7f9bb9; font-size: 8px; font-weight: 400; }.match-result b { color: var(--green); font-size: 13px; }.match-orb { position: absolute; border: 1px solid rgba(104, 177, 255, .25); border-radius: 50%; }.orb-one { top: 0; right: 48px; width: 235px; height: 235px; }.orb-two { top: 42px; right: 89px; width: 150px; height: 150px; border-style: dashed; opacity: .55; }

.results-section { color: var(--white); background: #0a192d; background-image: linear-gradient(135deg, rgba(49, 104, 190, .13), transparent 38%); }.results-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }.results-copy p { max-width: 430px; margin: 25px 0 0; color: #90a7c4; font-size: 14px; line-height: 1.9; }.results-checklist { display: grid; gap: 12px; margin-top: 30px; color: #acc0da; font-size: 11px; }.results-checklist b { display: inline-grid; width: 17px; height: 17px; margin-right: 8px; place-items: center; color: #6fe1a2; border: 1px solid rgba(111, 225, 162, .35); border-radius: 50%; font-size: 9px; }.result-console { overflow: hidden; border: 1px solid rgba(134, 186, 247, .24); border-radius: 12px; background: #0d213a; box-shadow: 0 22px 55px rgba(0, 0, 0, .25); }.console-top, .console-footer { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; color: #7d9abf; border-bottom: 1px solid rgba(134, 186, 247, .13); font-size: 9px; letter-spacing: .11em; }.console-top b { display: inline-flex; align-items: center; gap: 6px; color: #74dfa5; font-size: 8px; }.console-top b i { width: 5px; height: 5px; border-radius: 50%; background: #6fe1a2; }.console-body { padding: 16px 20px 12px; }.console-row { display: grid; grid-template-columns: 64px 9px 1fr auto; align-items: center; gap: 11px; min-height: 48px; border-bottom: 1px solid rgba(134, 186, 247, .09); }.console-row time { color: #5d789b; font-family: monospace; font-size: 9px; }.console-row p { margin: 0; color: #c0d3e9; font-size: 10px; }.console-row strong { color: #6e99d2; font-size: 8px; letter-spacing: .08em; }.console-dot { width: 7px; height: 7px; border-radius: 50%; }.console-dot.blue { background: #6fa7ff; box-shadow: 0 0 9px #6fa7ff; }.console-dot.green { background: #6fe1a2; box-shadow: 0 0 9px #6fe1a2; }.console-dot.amber { background: #ffc76d; box-shadow: 0 0 9px #ffc76d; }.console-footer { border-top: 1px solid rgba(134, 186, 247, .13); border-bottom: 0; letter-spacing: 0; }.console-footer b { margin-left: 5px; color: #e1edfb; font-size: 11px; }.console-footer .green-text { color: #6fe1a2; }

.fit-section { color: var(--paper-ink); background: var(--paper); }.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 54px; }.fit-card { display: grid; grid-template-columns: 37px 1fr 20px; gap: 16px; align-items: start; min-height: 178px; padding: 25px; border: 1px solid var(--paper-line); border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }.fit-card:hover { box-shadow: 0 17px 32px rgba(24, 69, 120, .09); transform: translateY(-5px); }.fit-number { display: grid; width: 32px; height: 32px; place-items: center; color: #3473d6; border: 1px solid #c9dcf7; border-radius: 50%; background: #edf4ff; font-size: 11px; font-weight: 700; }.fit-card h3 { margin: 3px 0 11px; font-size: 16px; letter-spacing: -.03em; }.fit-card p { margin: 0; color: var(--paper-muted); font-size: 11px; line-height: 1.8; }.fit-arrow { color: #6193e2; font-size: 18px; }
.compat-section { background: var(--paper); }.compat-box { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: center; padding: 49px 55px; border: 1px solid #cbd9ea; border-radius: 20px; background: linear-gradient(120deg, #e8f1ff, #f9fbfe 70%); }.compat-main h2 { font-size: clamp(31px, 3vw, 44px); }.compat-main p { max-width: 410px; margin: 19px 0 0; color: #60738a; font-size: 13px; line-height: 1.8; }.compat-list { display: grid; gap: 10px; }.compat-row { display: grid; grid-template-columns: 48px 1fr 20px; align-items: center; gap: 12px; padding: 15px 17px; border: 1px solid #d9e4f1; border-radius: 9px; background: rgba(255, 255, 255, .75); }.compat-row.recommended { border-color: #8db6f4; background: #fff; box-shadow: 0 8px 18px rgba(50, 107, 191, .08); }.compat-badge { color: #6d82a0; font-size: 9px; }.recommended .compat-badge { color: #2f72d9; font-weight: 700; }.compat-row b, .compat-row small { display: block; }.compat-row b { color: #18375d; font-size: 11px; }.compat-row small { margin-top: 4px; color: #7c8da2; font-size: 9px; }.compat-row > i { color: #3d7ddd; font-size: 14px; font-style: normal; }.compat-row:not(.recommended) > i { color: #a2b6cd; }
.contact-section { position: relative; overflow: hidden; background: #07101f; }.contact-section::before { position: absolute; top: -45%; right: -5%; width: 700px; height: 700px; content: ""; border: 1px solid rgba(112, 173, 255, .13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(112, 173, 255, .025), 0 0 0 140px rgba(112, 173, 255, .02); }.contact-box { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; padding: 67px 70px; border: 1px solid rgba(136, 192, 255, .2); border-radius: 20px; background: linear-gradient(120deg, rgba(18, 43, 76, .94), rgba(9, 27, 48, .95)); }.contact-copy h2 { color: #eff6ff; }.contact-copy h2 em { color: var(--blue-bright); font-style: normal; }.contact-copy p { margin: 22px 0 0; color: #91a8c4; font-size: 14px; }.contact-sign { display: flex; align-items: center; gap: 12px; margin-top: 34px; color: #6d89ab; font-size: 10px; letter-spacing: .09em; }.contact-line { width: 42px; height: 1px; background: #4778b7; }.contact-card { display: flex; align-items: center; gap: 22px; padding: 18px; border: 1px solid rgba(150, 200, 255, .2); border-radius: 13px; background: rgba(5, 17, 31, .58); }.qr-wrap { width: 132px; height: 132px; padding: 7px; border-radius: 8px; background: #fff; }.qr-wrap img { width: 100%; height: 100%; object-fit: cover; border-radius: 3px; }.contact-info span, .contact-info strong, .contact-info code { display: block; }.contact-info span { color: #7893b3; font-size: 9px; }.contact-info strong { margin: 6px 0 7px; color: #eff7ff; font-size: 19px; }.contact-info code { color: #87b6ff; font-family: var(--body); font-size: 10px; }.copy-link { display: inline-flex; gap: 5px; margin-top: 18px; padding: 0; color: #75aaff; border: 0; background: transparent; cursor: pointer; font-size: 10px; }.copy-link:hover { color: #fff; }.copy-link span { display: inline; color: inherit; }
.faq-section { color: var(--paper-ink); background: var(--paper); }.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }.faq-layout h2 span { color: #286bd9; }.faq-list { border-top: 1px solid var(--paper-line); }.faq-list details { border-bottom: 1px solid var(--paper-line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: #183555; cursor: pointer; list-style: none; font-size: 14px; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: #4e8cff; font-size: 21px; font-weight: 400; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { max-width: 620px; margin: -3px 35px 23px 0; color: #677a91; font-size: 12px; line-height: 1.9; }
.site-footer { color: #7590b0; background: #050c17; }.footer-inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; gap: 20px; font-size: 10px; }.footer-brand { min-width: auto; }.footer-brand .brand-mark { width: 26px; height: 26px; border-radius: 7px; }.footer-brand strong { font-size: 12px; }.footer-brand small { font-size: 6px; }.modal { position: fixed; inset: 0; z-index: 60; display: grid; visibility: hidden; place-items: center; opacity: 0; transition: visibility .25s, opacity .25s; }.modal.visible { visibility: visible; opacity: 1; }.modal-backdrop { position: absolute; inset: 0; background: rgba(1, 7, 16, .76); backdrop-filter: blur(9px); }.modal-card { position: relative; width: min(435px, calc(100% - 36px)); padding: 42px; border: 1px solid rgba(132, 188, 255, .3); border-radius: 16px; background: #102641; box-shadow: 0 24px 80px rgba(0, 0, 0, .45); transform: translateY(15px); transition: transform .25s ease; }.modal.visible .modal-card { transform: translateY(0); }.modal-card h2 { margin: 0; font-family: var(--display); font-size: 31px; letter-spacing: -.05em; }.modal-card > p { margin: 14px 0 25px; color: #93a9c4; font-size: 12px; line-height: 1.8; }.modal-close { position: absolute; top: 16px; right: 17px; border: 0; color: #88a1be; background: transparent; cursor: pointer; font-size: 24px; line-height: 1; }.modal-contact { display: flex; align-items: center; gap: 19px; padding: 13px; border: 1px solid rgba(136, 190, 255, .18); border-radius: 10px; background: rgba(5, 16, 29, .44); }.modal-contact img { width: 114px; height: 114px; padding: 5px; border-radius: 6px; background: #fff; object-fit: cover; }.modal-contact strong, .modal-contact code { display: block; }.modal-contact strong { margin-bottom: 7px; color: #f5f9ff; font-size: 17px; }.modal-contact code { color: #87b6ff; font-family: var(--body); font-size: 10px; }.modal-contact .button { margin-top: 20px; padding: 9px 12px; font-size: 10px; }.toast { position: fixed; right: 24px; bottom: 24px; z-index: 80; padding: 12px 17px; border: 1px solid rgba(130, 193, 255, .3); border-radius: 8px; color: #d9edff; background: #153356; box-shadow: 0 12px 28px rgba(0, 0, 0, .28); font-size: 11px; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s, transform .2s; }.toast.show { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }.reveal-delay-1 { transition-delay: .08s; }.reveal-delay-2 { transition-delay: .16s; }.reveal-delay-3 { transition-delay: .24s; }

@media (max-width: 1060px) {
  .container { width: min(100% - 44px, 900px); }
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 720px; }.hero-visual { width: min(720px, 100%); margin: 20px auto 0; }.hero { min-height: auto; padding-top: 145px; }.hero-ticker { margin-top: 35px; }
  .signal-grid, .results-layout, .compat-box, .faq-layout { gap: 50px; }.workflow-track { grid-template-columns: repeat(2, 1fr); }.workflow-track::before { display: none; }.feature-card-wide { grid-column: span 3; }.feature-grid { grid-template-columns: repeat(2, 1fr); }.feature-card-wide { grid-column: span 2; }.fit-grid { grid-template-columns: 1fr; }.fit-card { min-height: auto; }
  .contact-box { gap: 35px; padding: 52px 44px; }.faq-layout { grid-template-columns: .85fr 1.15fr; }
}
@media (max-width: 720px) {
  .container { width: calc(100% - 36px); }.section-pad { padding: 86px 0; }.section-pad-small { padding: 68px 0; }.desktop-nav, .header-cta { display: none; }.menu-toggle { display: block; }.mobile-nav { padding: 17px 18px 20px; border-top: 1px solid var(--line); background: rgba(7, 16, 31, .96); }.mobile-nav.open { display: grid; gap: 2px; }.mobile-nav a { padding: 11px 0; color: #b3c6de; font-size: 13px; }.mobile-nav .button { margin-top: 10px; }.hero { padding-top: 130px; }.hero h1 { margin-top: 21px; font-size: clamp(45px, 13vw, 68px); }.hero-lede { font-size: 14px; line-height: 1.8; }.desktop-only { display: none; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; margin-top: 29px; }.hero-notes { gap: 10px 15px; margin-top: 35px; }.hero-visual { padding-top: 26px; }.app-window { transform: none; }.window-body { grid-template-columns: 87px 1fr; min-height: 345px; }.mock-sidebar { padding: 14px 6px 9px; }.mock-side-caption { padding-left: 6px; }.mock-nav { gap: 4px; padding: 8px 4px; font-size: 7px; }.mock-nav b { font-size: 10px; }.mock-main { padding: 16px 11px 12px; }.mock-heading h3 { font-size: 15px; }.mock-stats { gap: 4px; margin-top: 15px; }.mock-stat { padding: 9px 7px; }.mock-stat strong { font-size: 16px; }.mock-panels { grid-template-columns: 1fr; }.chart-panel { display: none; }.queue-panel { padding: 12px 10px; }.queue-item { margin-top: 15px; }.float-match { top: 5px; left: -8px; }.float-forward { right: -5px; bottom: 4px; }.float-card { padding: 8px 9px; }.float-card b { font-size: 8px; }.float-card small { font-size: 6px; }.hero-ticker { flex-wrap: wrap; justify-content: center; gap: 10px 13px; margin-top: 28px; padding-top: 16px; font-size: 8px; }.hero-ticker i:nth-of-type(n+4) { display: none; }
  .signal-grid, .results-layout, .features-section .section-heading, .compat-box, .contact-box, .faq-layout { grid-template-columns: 1fr; gap: 35px; }.signal-section h2, .section-heading h2, .results-copy h2, .compat-main h2, .contact-copy h2, .faq-layout h2 { font-size: 38px; }.signal-copy > p { font-size: 14px; }.signal-metrics { justify-content: space-between; gap: 12px; }.signal-metrics strong { font-size: 30px; }.workflow-track { grid-template-columns: 1fr; margin-top: 42px; }.workflow-card { min-height: auto; }.workflow-card p { min-height: auto; }.features-section .section-heading p { margin-top: 0; }.feature-grid { grid-template-columns: 1fr; margin-top: 40px; }.feature-card-wide { display: block; grid-column: span 1; min-height: 500px; padding: 28px; }.match-visual { margin-top: 25px; }.match-window { left: 10px; width: calc(100% - 10px); }.match-orb { right: 24px; }.feature-card { min-height: 260px; }.results-layout { gap: 45px; }.console-row { grid-template-columns: 52px 7px 1fr; gap: 7px; }.console-row strong { display: none; }.console-top, .console-footer { padding: 13px 14px; font-size: 8px; }.console-body { padding: 10px 14px; }.console-row p { font-size: 9px; }.console-footer { gap: 10px; flex-wrap: wrap; }.compat-box { padding: 32px 23px; }.compat-list { gap: 8px; }.compat-row { grid-template-columns: 39px 1fr 15px; padding: 13px 11px; }.compat-row b { font-size: 10px; }.compat-row small { font-size: 8px; }.contact-box { padding: 37px 23px; }.contact-card { width: max-content; max-width: 100%; }.qr-wrap { width: 108px; height: 108px; }.contact-info strong { font-size: 17px; }.faq-layout { gap: 35px; }.faq-list summary { font-size: 13px; }.footer-inner { flex-wrap: wrap; justify-content: flex-start; gap: 13px 22px; padding: 24px 0; }.footer-inner > span:last-child { width: 100%; }.modal-card { padding: 35px 24px 25px; }.modal-contact { gap: 13px; }.modal-contact img { width: 96px; height: 96px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.float-card { animation: none; }.button, .feature-card, .workflow-card { transition: none; } }
