:root {
  --bg: #050711;
  --bg-soft: #080c18;
  --panel: #0b1120;
  --panel-2: #0e172a;
  --line: rgba(151, 179, 220, .14);
  --line-strong: rgba(120, 198, 255, .28);
  --text: #f5f8ff;
  --muted: #96a4ba;
  --blue: #3ab9ff;
  --blue-2: #176cff;
  --cyan: #68f3ff;
  --green: #55e6ab;
  --radius: 22px;
  --shadow: 0 28px 100px rgba(0, 0, 0, .48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
button, a { font: inherit; }
a { color: inherit; }
img, svg { display: block; }
button { color: inherit; }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 14px; color: #03101a; background: var(--cyan); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.ambient { position: fixed; width: 660px; height: 660px; border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: -1; opacity: .1; }
.ambient-one { background: #144dff; top: -350px; left: -300px; }
.ambient-two { background: #22d3ee; top: 460px; right: -450px; opacity: .07; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(5, 7, 17, .82); border-color: var(--line); backdrop-filter: blur(22px); }
.nav-shell { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 800 20px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand img { width: 36px; height: 36px; object-fit: contain; filter: drop-shadow(0 0 16px rgba(58, 185, 255, .25)); }
.brand > span > span { color: var(--blue); }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a, .text-link { color: #aab5c8; font-size: 14px; text-decoration: none; transition: color .2s; }
.desktop-nav a:hover, .text-link:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 22px; }
.button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-weight: 700; font-size: 14px; letter-spacing: -.01em; transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 17px; color: white; background: rgba(255,255,255,.06); border-color: var(--line); }
.button-small:hover { border-color: rgba(58,185,255,.5); background: rgba(58,185,255,.1); }
.button-primary { color: #02101a; background: linear-gradient(120deg, var(--cyan), var(--blue)); box-shadow: 0 10px 35px rgba(32, 168, 255, .2); }
.button-primary:hover { box-shadow: 0 14px 45px rgba(32, 168, 255, .34); }
.button-primary svg { width: 18px; height: 18px; fill: currentColor; }
.button-ghost { color: white; background: rgba(255,255,255,.035); border-color: var(--line); }
.button-ghost:hover { background: rgba(255,255,255,.07); border-color: var(--line-strong); }
.play-icon { width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: inline-grid; place-items: center; font-size: 7px; padding-left: 1px; }
.menu-toggle { width: 42px; height: 42px; display: none; place-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 10px; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 3px; background: white; transition: .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero { min-height: 950px; padding-top: 154px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 54px; position: relative; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 900px; height: 760px; top: -80px; right: -260px; background: radial-gradient(ellipse, rgba(33, 136, 255, .18), transparent 67%); }
.hero-copy { padding-top: 55px; position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 23px; color: #6ad7ff; font-size: 11px; line-height: 1.3; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pulse { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(85,230,171,.1), 0 0 18px rgba(85,230,171,.75); }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; }
h1 { max-width: 590px; font-size: clamp(54px, 6.2vw, 85px); line-height: .98; letter-spacing: -.065em; }
.gradient-text { color: transparent; background: linear-gradient(110deg, #62efff 0%, #3aa8ff 43%, #8987ff 92%); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 550px; margin: 28px 0 0; color: #a8b3c7; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 27px; color: #8696ac; font-size: 12px; }
.hero-proof span { display: flex; align-items: center; gap: 6px; }
.hero-proof i { color: var(--green); font-style: normal; }

.hero-visual { --rx: 0deg; --ry: 0deg; position: relative; min-width: 0; padding-top: 28px; perspective: 1200px; }
.app-window { width: 930px; height: 614px; position: relative; overflow: hidden; border: 1px solid rgba(142, 189, 255, .22); border-radius: 18px; background: #080d18; box-shadow: var(--shadow), 0 0 90px rgba(37, 135, 255, .13); transform: rotateX(var(--rx)) rotateY(var(--ry)); transform-origin: center; transition: transform .14s ease-out; }
.app-window::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.07); }
.window-topbar { height: 39px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 0 12px; background: #0b111e; border-bottom: 1px solid #192338; font-size: 9px; }
.window-brand { display: flex; align-items: center; gap: 6px; color: #dfe9f8; }
.window-brand img { width: 18px; height: 18px; object-fit: contain; }
.window-title { text-align: center; color: #6f7e96; }
.window-controls { justify-self: end; display: flex; gap: 18px; color: #627089; font-size: 11px; }
.app-layout { display: grid; grid-template-columns: 55px 1fr 226px; height: calc(100% - 39px); }
.app-sidebar { display: flex; flex-direction: column; align-items: center; gap: 9px; padding: 14px 8px; background: #070b13; border-right: 1px solid #182134; }
.side-item { width: 37px; height: 37px; display: grid; place-items: center; border: 0; border-radius: 9px; color: #64738b; background: transparent; }
.side-item.active { color: #63d7ff; background: linear-gradient(135deg, rgba(58,185,255,.2), rgba(58,109,255,.09)); box-shadow: inset 0 0 0 1px rgba(58,185,255,.17); }
.side-item svg { width: 16px; fill: currentColor; }
.side-item span { font-size: 6px; font-weight: 900; }
.side-bottom { margin-top: auto; }
.app-main { padding: 18px; min-width: 0; background: radial-gradient(circle at 70% 10%, rgba(25, 100, 180, .08), transparent 35%), #090f1b; }
.app-heading { display: flex; justify-content: space-between; align-items: center; }
.app-heading small { color: #5b6d88; font-size: 6px; font-weight: 800; letter-spacing: .14em; }
.app-heading h3 { margin-top: 3px; font-size: 15px; letter-spacing: -.03em; }
.app-toolbar { display: flex; gap: 6px; }
.app-toolbar button { height: 26px; padding: 0 9px; border: 1px solid #1c2940; border-radius: 6px; color: #8898af; background: #0c1423; font-size: 7px; }
.app-toolbar .app-primary { color: #02121c; border: 0; background: #45c6f9; font-weight: 800; }
.kpi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 15px; }
.kpi-grid article, .chart-card, .mini-card { border: 1px solid #19263a; border-radius: 9px; background: linear-gradient(145deg, #0c1524, #0a111e); }
.kpi-grid article { position: relative; padding: 10px 11px; }
.kpi-grid span { display: block; color: #708098; font-size: 7px; }
.kpi-grid strong { display: block; margin-top: 3px; font: 700 17px/1.3 "Manrope"; }
.kpi-grid small { position: absolute; right: 9px; bottom: 11px; font-size: 6px; }
.up { color: #53dda7; }
.chart-card { height: 237px; margin-top: 9px; padding: 12px 13px 8px; }
.card-heading { display: flex; align-items: flex-start; justify-content: space-between; }
.card-heading strong { display: block; font-size: 9px; }
.card-heading small { display: block; margin-top: 2px; color: #64738a; font-size: 6px; }
.legend { display: flex; align-items: center; gap: 4px; color: #6e7e94; font-size: 6px; }
.legend i { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.line-chart { width: 100%; height: 166px; overflow: visible; margin-top: 7px; }
.grid-lines path { stroke: #172238; stroke-width: 1; }
.area { fill: url(#areaFill); }
.trend { fill: none; stroke: #4cc9ff; stroke-width: 2.2; filter: drop-shadow(0 0 4px rgba(76,201,255,.4)); }
.chart-dots circle { fill: #07101c; stroke: #6fe4ff; stroke-width: 2; }
.axis { display: flex; justify-content: space-between; color: #52627a; font-size: 5px; }
.bottom-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9px; margin-top: 9px; }
.mini-card { height: 131px; padding: 10px 11px; }
.bars { margin-top: 10px; }
.bars div { display: grid; grid-template-columns: 28px 1fr 29px; align-items: center; gap: 6px; margin: 7px 0; font-size: 6px; color: #718098; }
.bars i { position: relative; display: block; height: 5px; background: #142137; border-radius: 5px; overflow: hidden; }
.bars i::before { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w); background: linear-gradient(90deg, #347bff, #54dcff); border-radius: inherit; }
.bars b { color: #a9b6c9; font-weight: 600; }
.donut-card { display: flex; align-items: center; gap: 11px; }
.donut { width: 70px; height: 70px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: conic-gradient(#4acfff 0 68%, #18263a 68%); position: relative; }
.donut::before { content: ""; position: absolute; inset: 8px; border-radius: inherit; background: #0b1422; }
.donut span { position: relative; text-align: center; font: 700 12px "Manrope"; }
.donut small { display: block; margin-top: 2px; color: #64748b; font: 5px "DM Sans"; }
.donut-card > div:last-child strong { font-size: 8px; }
.donut-card p { color: #6c7b91; font-size: 6px; line-height: 1.5; }
.ai-panel { display: flex; flex-direction: column; padding: 16px 12px 12px; background: #080d17; border-left: 1px solid #182338; }
.ai-title { display: flex; align-items: center; gap: 7px; }
.ai-title > span { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(81,207,255,.25); border-radius: 7px; color: #63dcff; background: rgba(54,166,255,.1); font-size: 10px; }
.ai-title strong, .ai-title small { display: block; }
.ai-title strong { font-size: 8px; }
.ai-title small { margin-top: 2px; color: #66758c; font-size: 5px; }
.ai-title i { width: 5px; height: 5px; margin-left: auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.ai-context { margin: 14px 0 17px; padding: 7px 8px; border-radius: 6px; color: #596a82; background: #0c1421; font-size: 5.5px; }
.ai-context strong { color: #8b9bb1; }
.chat-bubble { width: 90%; margin-bottom: 10px; padding: 9px; border-radius: 8px; font-size: 7px; line-height: 1.5; }
.chat-bubble.user { align-self: flex-end; color: #c2cce0; background: #14223a; border-bottom-right-radius: 2px; }
.chat-bubble.ai { display: flex; gap: 6px; width: 100%; color: #8c9bb0; background: #0b1422; border: 1px solid #17243a; border-bottom-left-radius: 2px; }
.chat-bubble.ai span { color: #57d7ff; }
.chat-bubble.ai p { margin: 0; }
.chat-bubble.ai strong { color: #5ee3b0; }
.insight-card { padding: 10px; border: 1px solid rgba(58,185,255,.22); border-radius: 8px; background: linear-gradient(145deg, rgba(39,133,240,.13), rgba(27,70,124,.05)); }
.insight-card small { display: block; color: #4fbfea; font-size: 5px; letter-spacing: .1em; }
.insight-card strong { display: block; margin: 6px 0 9px; font-size: 7px; }
.insight-card button { width: 100%; display: flex; justify-content: space-between; padding: 6px 8px; border: 0; border-radius: 5px; color: #c5eaff; background: rgba(66,190,245,.13); font-size: 6px; }
.chat-input { height: 31px; display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 0 5px 0 9px; border: 1px solid #20304a; border-radius: 8px; color: #4f5f78; font-size: 6px; background: #0a121f; }
.chat-input button { width: 21px; height: 21px; border: 0; border-radius: 6px; color: #061019; background: #4cccfb; font-size: 10px; }
.float-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid rgba(132,190,255,.23); border-radius: 12px; background: rgba(10,17,31,.9); box-shadow: 0 15px 40px rgba(0,0,0,.35); backdrop-filter: blur(16px); animation: float 5s ease-in-out infinite; }
.float-chip strong, .float-chip small { display: block; white-space: nowrap; }
.float-chip strong { font-size: 9px; }
.float-chip small { margin-top: 3px; color: #6f819b; font-size: 6px; }
.chip-file { left: -45px; bottom: 27px; }
.chip-file .file-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 6px; color: #eafff8; background: #168353; font-size: 10px; font-weight: 800; }
.chip-file b { margin-left: 10px; color: var(--green); font-size: 10px; }
.chip-insight { top: 0; right: -28px; animation-delay: -2s; }
.spark { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: var(--cyan); background: rgba(58,185,255,.12); }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(84,177,255,.12); border-radius: 50%; }
.orbit-one { width: 700px; height: 700px; top: -40px; left: 80px; }
.orbit-two { width: 520px; height: 520px; top: 50px; left: 170px; border-style: dashed; animation: rotate 50s linear infinite; }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: rgba(9,14,27,.65); transform: rotate(-1deg) scale(1.02); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 34px; padding: 17px 0; color: #65758e; font: 700 10px "Manrope"; letter-spacing: .17em; animation: ticker 35s linear infinite; }
.ticker-track i { color: #2ab9f0; font-style: normal; font-size: 7px; }

.section { padding-block: 145px; }
.section-heading { max-width: 720px; margin-bottom: 55px; }
.section-heading h2, .privacy-copy h2, .cta-section h2 { font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading > p, .section-heading.split > p { margin: 19px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 70px; }
.section-heading.split > p { margin-bottom: 5px; }

.problem-section { padding-top: 160px; }
.comparison { display: grid; grid-template-columns: 1fr 1px 1fr; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(140deg, rgba(255,255,255,.025), rgba(255,255,255,.008)); overflow: hidden; }
.comparison-side { min-height: 245px; padding: 42px; }
.comparison-label { font: 800 9px "Manrope"; letter-spacing: .15em; color: #63728a; }
.workflow { display: flex; align-items: center; gap: 10px; margin: 50px 0 28px; }
.workflow span { flex: 1; padding: 10px 5px; border: 1px solid #202b3e; border-radius: 7px; color: #7c899d; background: #0a0f1b; text-align: center; font-size: 9px; }
.workflow b { color: #424f63; font-weight: 400; }
.comparison-side > p { color: #66758a; font-size: 12px; }
.comparison-divider { position: relative; background: var(--line); }
.comparison-divider span { position: absolute; top: 50%; left: 50%; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #65748a; background: var(--bg); transform: translate(-50%,-50%); font-size: 8px; }
.new-way { background: radial-gradient(circle at 40% 45%, rgba(39,151,255,.12), transparent 55%); }
.new-way .comparison-label { color: #54cfff; }
.siftiq-flow { display: flex; align-items: center; gap: 21px; margin-top: 37px; }
.siftiq-flow img { width: 90px; height: 90px; object-fit: contain; filter: drop-shadow(0 0 30px rgba(47,162,255,.28)); }
.siftiq-flow strong, .siftiq-flow span { display: block; }
.siftiq-flow strong { font: 700 23px "Manrope"; }
.siftiq-flow span { margin-top: 7px; color: #7c8ba1; font-size: 13px; }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.feature { min-height: 390px; position: relative; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(14,23,42,.84), rgba(7,12,23,.92)); transition: transform .25s, border-color .25s; }
.feature:hover { transform: translateY(-5px); border-color: rgba(85,194,255,.3); }
.feature-large { grid-row: span 2; min-height: 795px; }
.feature-accent { grid-column: 1 / -1; min-height: 340px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; background: radial-gradient(circle at 70% 50%, rgba(30,130,255,.14), transparent 40%), linear-gradient(145deg, #0c1627, #070d18); }
.feature-icon { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(65,190,255,.22); border-radius: 12px; color: #5fdcff; background: rgba(43,165,255,.08); font-size: 19px; }
.feature-number { position: absolute; right: 30px; top: 34px; color: #374459; font: 800 11px "Manrope"; letter-spacing: .1em; }
.feature h3 { margin-top: 26px; font-size: 28px; letter-spacing: -.04em; }
.feature p { max-width: 540px; margin: 13px 0 0; color: #8796ab; font-size: 14px; line-height: 1.65; }
.code-window { margin-top: 48px; overflow: hidden; border: 1px solid #1a2940; border-radius: 12px; background: #070c15; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.code-window > div:first-child { height: 37px; display: flex; align-items: center; gap: 6px; padding-inline: 12px; border-bottom: 1px solid #172238; background: #0b121e; }
.code-window > div:first-child span { width: 7px; height: 7px; border-radius: 50%; background: #28364a; }
.code-window > div:first-child small { margin-left: 8px; color: #607089; font-size: 8px; }
.code-window pre { margin: 0; padding: 27px 25px 32px; color: #b5c4d8; font: 12px/2.05 ui-monospace, SFMono-Regular, Menlo, monospace; }
.code-window pre em { color: #55caff; font-style: normal; }
.code-window pre i { color: #9f8cff; font-style: normal; }
.query-result { padding: 11px 15px; border-top: 1px solid #172238; color: #687a92; background: #09101c; font: 9px ui-monospace, monospace; }
.query-result b { color: var(--green); }
.prompt-demo { position: absolute; inset: auto 32px 31px; min-height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 8px 0 18px; border: 1px solid #21324b; border-radius: 12px; color: #78899f; background: #080f1b; font-size: 11px; }
.prompt-demo b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; color: #04111b; background: #4acaf9; font-size: 16px; }
.mini-viz { position: absolute; inset: auto 35px 0; height: 145px; display: flex; align-items: end; justify-content: space-around; gap: 12px; padding: 20px 25px 0; border: 1px solid #1b293d; border-bottom: 0; border-radius: 12px 12px 0 0; background: #090f1a; }
.mini-viz i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(#4bd5ff, #1d67ee); box-shadow: 0 0 20px rgba(60,178,255,.12); }
.automation-flow { position: absolute; inset: auto 32px 35px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.automation-flow span { flex: 1; padding: 14px 7px; border: 1px solid #1b2d45; border-radius: 9px; color: #7da6c2; background: #09111e; text-align: center; font-size: 9px; }
.automation-flow b { color: #3c8ebb; }
.recommendations { display: grid; gap: 9px; }
.recommendations > span { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; padding: 15px; border: 1px solid #1c2c43; border-radius: 10px; color: #aebbcf; background: rgba(7,13,24,.74); font-size: 11px; }
.recommendations i { color: #4abde9; font-style: normal; font-size: 8px; }
.recommendations b { color: #6abfe6; font-size: 9px; }

.privacy-section { position: relative; overflow: hidden; border-block: 1px solid var(--line); background: #070b14; }
.privacy-section::before { content: ""; position: absolute; width: 850px; height: 850px; left: -250px; top: -170px; background: radial-gradient(circle, rgba(16,133,255,.14), transparent 64%); }
.privacy-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.privacy-visual { min-height: 550px; position: relative; display: grid; place-items: center; }
.shield-rings { width: 330px; height: 330px; display: grid; place-items: center; border: 1px solid rgba(73,185,255,.12); border-radius: 50%; box-shadow: 0 0 0 60px rgba(46,146,255,.025), 0 0 0 120px rgba(46,146,255,.018); }
.shield-rings::before, .shield-rings::after { content: ""; position: absolute; border: 1px dashed rgba(86,194,255,.12); border-radius: 50%; animation: rotate 50s linear infinite; }
.shield-rings::before { width: 440px; height: 440px; }
.shield-rings::after { width: 250px; height: 250px; animation-direction: reverse; }
.shield { width: 166px; height: 190px; position: relative; z-index: 1; display: grid; place-items: center; clip-path: polygon(50% 0, 92% 17%, 88% 70%, 50% 100%, 12% 70%, 8% 17%); background: linear-gradient(155deg, rgba(38,178,255,.27), rgba(13,73,160,.14)); filter: drop-shadow(0 18px 40px rgba(29,137,255,.2)); }
.shield::before { content: ""; position: absolute; inset: 2px; z-index: -1; clip-path: inherit; background: #0a1323; }
.shield img { width: 82px; height: 82px; object-fit: contain; margin-top: -15px; }
.shield span { position: absolute; bottom: 32px; color: #5bcff8; font: 800 7px "Manrope"; letter-spacing: .22em; }
.privacy-chip { position: absolute; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid #1b3049; border-radius: 10px; color: #97a9be; background: rgba(9,17,30,.9); box-shadow: 0 13px 35px rgba(0,0,0,.25); font-size: 10px; }
.privacy-chip b { color: var(--green); }
.p-one { top: 70px; right: 10px; }
.p-two { bottom: 90px; left: 5px; }
.p-three { bottom: 35px; right: 40px; }
.privacy-copy h2 { max-width: 570px; }
.privacy-copy > p { margin: 25px 0 30px; color: #8e9db1; font-size: 16px; line-height: 1.75; }
.privacy-copy ul { margin: 0 0 28px; padding: 0; list-style: none; }
.privacy-copy li { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 17px 0; border-top: 1px solid var(--line); }
.privacy-copy li > span { color: #3cbce9; font: 800 9px "Manrope"; }
.privacy-copy li strong { font: 700 14px "Manrope"; }
.privacy-copy li p { margin: 5px 0 0; color: #718199; font-size: 12px; }
.arrow-link { display: inline-flex; align-items: center; gap: 20px; color: #65d8ff; font-size: 13px; font-weight: 700; text-decoration: none; }
.arrow-link span { transition: transform .2s; }
.arrow-link:hover span { transform: translateX(5px); }

.how-section .section-heading { text-align: center; margin-inline: auto; }
.how-section .eyebrow { justify-content: center; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.steps article { min-height: 310px; position: relative; padding: 35px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(150deg, rgba(14,23,42,.7), rgba(7,11,20,.9)); }
.steps article > span { position: absolute; top: 30px; right: 30px; color: #354157; font: 800 10px "Manrope"; }
.step-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(62,190,255,.22); border-radius: 15px; color: #60d9ff; background: rgba(39,157,255,.08); font-size: 20px; }
.steps h3 { margin-top: 54px; font-size: 22px; }
.steps p { margin-top: 12px; color: #7d8ca1; font-size: 14px; line-height: 1.65; }

.cta-section { min-height: 570px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 120px; padding: 70px 30px; border: 1px solid var(--line-strong); border-radius: 28px; background: radial-gradient(circle at 50% 30%, rgba(28,133,255,.2), transparent 44%), linear-gradient(150deg, #0c1729, #070c16); text-align: center; }
.cta-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(84,175,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(84,175,255,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(circle, black, transparent 72%); }
.cta-section > * { position: relative; }
.cta-section > img { width: 72px; height: 72px; object-fit: contain; margin-bottom: 22px; filter: drop-shadow(0 0 30px rgba(58,185,255,.4)); }
.cta-section .eyebrow { margin-bottom: 17px; }
.cta-section p { margin: 20px 0 0; color: #8c9bb0; }
.cta-section .hero-actions { justify-content: center; }

footer { border-top: 1px solid var(--line); background: #04060d; }
.footer-top { min-height: 140px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.footer-top > p { color: #66758b; font-size: 13px; }
.footer-top nav { display: flex; gap: 28px; }
.footer-top nav a { color: #8190a5; font-size: 12px; text-decoration: none; }
.footer-top nav a:hover { color: white; }
.footer-bottom { height: 60px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #526076; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.feature-grid .reveal:nth-child(2), .steps .reveal:nth-child(2) { transition-delay: .1s; }
.feature-grid .reveal:nth-child(3), .steps .reveal:nth-child(3) { transition-delay: .16s; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@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; }
}

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 125px; padding-bottom: 110px; }
  .hero-copy { max-width: 750px; padding-top: 25px; }
  .hero-lead { max-width: 650px; }
  .hero-visual { width: 100%; margin-top: 40px; }
  .app-window { width: 100%; }
  .chip-file { left: -15px; }
  .chip-insight { right: -10px; }
  .privacy-layout { gap: 35px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 30px, 1200px); }
  .desktop-only { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; top: 77px; left: 15px; right: 15px; display: flex; flex-direction: column; gap: 4px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(8,12,22,.97); box-shadow: 0 25px 70px rgba(0,0,0,.5); backdrop-filter: blur(22px); transform: translateY(-16px); opacity: 0; visibility: hidden; transition: .2s; }
  .mobile-menu.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .mobile-menu a { padding: 13px 12px; border-radius: 8px; color: #aab6c9; text-decoration: none; }
  .mobile-menu a:hover { color: white; background: rgba(255,255,255,.05); }
  h1 { font-size: clamp(49px, 13vw, 70px); }
  .app-window { height: 530px; }
  .app-layout { grid-template-columns: 50px 1fr; }
  .ai-panel { display: none; }
  .section { padding-block: 100px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 0; }
  .comparison { grid-template-columns: 1fr; }
  .comparison-divider { height: 1px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large { grid-row: auto; min-height: 690px; }
  .feature-accent { grid-column: auto; grid-template-columns: 1fr; gap: 30px; }
  .privacy-layout { grid-template-columns: 1fr; }
  .privacy-visual { min-height: 500px; order: 2; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 260px; }
  .footer-top { grid-template-columns: 1fr; padding-block: 45px; gap: 18px; }
  .footer-top nav { flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .nav-shell { height: 68px; }
  .nav-actions .button-small { display: none; }
  .mobile-menu { top: 67px; }
  .hero { padding-top: 103px; padding-bottom: 80px; }
  .hero-copy { padding-top: 15px; }
  .eyebrow { font-size: 9px; }
  h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 10px 16px; }
  .hero-visual { margin-top: 10px; padding-top: 60px; }
  .app-window { height: 420px; border-radius: 12px; }
  .window-topbar { grid-template-columns: 1fr auto; }
  .window-title { display: none; }
  .app-layout { grid-template-columns: 40px 1fr; }
  .app-sidebar { padding-inline: 4px; }
  .side-item { width: 31px; height: 31px; }
  .app-main { padding: 12px 9px; }
  .app-toolbar button:first-child { display: none; }
  .kpi-grid article { padding-inline: 7px; }
  .kpi-grid strong { font-size: 12px; }
  .kpi-grid small { display: none; }
  .chart-card { height: 190px; }
  .line-chart { height: 125px; }
  .bottom-grid { grid-template-columns: 1fr; }
  .bottom-grid .donut-card { display: none; }
  .mini-card { height: 100px; }
  .float-chip { transform: scale(.88); }
  .chip-file { left: 0; bottom: -18px; }
  .chip-insight { right: 0; top: 10px; }
  .orbit { display: none; }
  .section { padding-block: 82px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .privacy-copy h2, .cta-section h2 { font-size: 38px; }
  .comparison-side { min-height: 220px; padding: 30px 24px; }
  .workflow { gap: 4px; }
  .workflow span { font-size: 7px; }
  .feature { min-height: 365px; padding: 27px 24px; }
  .feature-large { min-height: 625px; }
  .feature h3 { font-size: 24px; }
  .code-window pre { padding-inline: 16px; font-size: 9px; }
  .recommendations > span { grid-template-columns: 23px 1fr; }
  .recommendations b { display: none; }
  .privacy-visual { min-height: 410px; transform: scale(.84); margin: -35px; }
  .cta-section { min-height: 520px; margin-bottom: 80px; padding-inline: 20px; }
  .footer-bottom { height: auto; flex-direction: column; align-items: flex-start; gap: 8px; padding-block: 20px; }
}
