:root {
  color-scheme: dark;
  --bg: #07090d;
  --bg-soft: #0b0f16;
  --panel: #0f141d;
  --panel-light: #131a25;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.15);
  --text: #f5f7fa;
  --muted: #9aa5b5;
  --blue: #087cff;
  --blue-light: #31a6ff;
  --blue-deep: #0055d5;
  --green: #51e447;
  --orange: #ff9a1f;
  --container: 1180px;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: rgba(8, 124, 255, 0.45); color: #fff; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 76px;
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}
.site-header.scrolled { background: rgba(6, 8, 12, 0.82); border-color: var(--line); backdrop-filter: blur(20px); }
.header-inner { width: min(calc(100% - 48px), var(--container)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { width: 42px; height: 42px; filter: drop-shadow(0 6px 16px rgba(0, 91, 255, 0.25)); }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 19px; letter-spacing: 0.02em; }
.brand small { margin-top: 5px; color: #98a3b2; font-size: 9px; letter-spacing: 0.19em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; color: #b6bfcc; font-size: 14px; transition: color 0.2s ease; }
.main-nav a:not(.nav-download)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--blue); transition: right 0.2s ease; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { right: 0; }
.main-nav .nav-download { padding: 10px 18px; border: 1px solid rgba(65, 159, 255, 0.42); border-radius: 9px; color: #dbeeff; background: rgba(8, 124, 255, 0.1); }
.main-nav .nav-download:hover { border-color: rgba(65, 159, 255, 0.8); background: rgba(8, 124, 255, 0.18); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px; border: 1px solid var(--line); border-radius: 9px; background: #0c1119; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: #dce5ef; }

.hero { position: relative; overflow: hidden; min-height: 820px; padding: 164px 0 96px; background: radial-gradient(circle at 82% 37%, rgba(0, 111, 255, 0.13), transparent 35%), linear-gradient(180deg, #080b10 0%, #07090d 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 220px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }
.hero-grid, .download-grid { position: absolute; inset: 0; opacity: 0.19; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent 2%, #000 45%, #000 85%, transparent 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 560px; height: 560px; right: -160px; top: 60px; background: radial-gradient(circle, rgba(9, 117, 255, 0.15), transparent 67%); }
.hero-glow-two { width: 380px; height: 380px; left: -210px; top: 320px; background: radial-gradient(circle, rgba(47, 139, 255, 0.08), transparent 65%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(420px, 0.89fr) minmax(560px, 1.11fr); align-items: center; gap: 44px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #6aabf7; font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow > span { width: 31px; height: 1px; background: var(--blue); box-shadow: 0 0 12px rgba(8,124,255,.8); }
.eyebrow.light { color: #8fc4ff; }
.hero h1 { max-width: 640px; margin: 0; font-size: clamp(52px, 4.5vw, 68px); line-height: 1.09; letter-spacing: -0.045em; font-weight: 730; }
.hero h1 em { color: transparent; font-style: normal; background: linear-gradient(100deg, #188dff, #53bcff); background-clip: text; -webkit-background-clip: text; text-shadow: 0 0 50px rgba(0, 120, 255, 0.18); }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: #a5afbd; font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 0; border-radius: 11px; color: #fff; font-family: inherit; font-size: 14px; font-weight: 650; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; }
.button-primary { background: linear-gradient(135deg, #158cff, #0567e9); box-shadow: 0 14px 35px rgba(0, 104, 242, 0.29), inset 0 1px rgba(255,255,255,.2); }
.button-primary:hover { box-shadow: 0 18px 42px rgba(0, 104, 242, 0.4), inset 0 1px rgba(255,255,255,.2); }
.button-ghost { border: 1px solid var(--line-strong); color: #c6ced8; background: rgba(255,255,255,.025); }
.button-ghost:hover { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.055); }
.button-ghost span { font-size: 20px; font-weight: 300; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; color: #8995a4; font-size: 12px; }
.hero-meta span { display: flex; align-items: center; gap: 7px; }
.hero-meta i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px rgba(81,228,71,.7); }

.product-visual { position: relative; height: 510px; perspective: 1200px; }
.visual-halo { position: absolute; z-index: -1; width: 490px; height: 490px; left: 90px; top: 30px; border-radius: 50%; background: radial-gradient(circle, rgba(0, 111, 255, 0.21), rgba(0, 95, 255, 0.05) 48%, transparent 70%); filter: blur(10px); }
.app-window { position: absolute; width: 655px; height: 420px; left: 5px; top: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: #0e131b; box-shadow: 0 42px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(0,111,255,.06) inset; transform: rotateY(-7deg) rotateX(2deg); transform-origin: 50% 50%; }
.window-bar { height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.075); background: linear-gradient(#161c25, #11161e); }
.window-brand { display: flex; align-items: center; gap: 9px; color: #ced6e0; font-size: 11px; font-weight: 600; }
.window-brand img { border-radius: 6px; }
.window-controls { display: flex; gap: 10px; }
.window-controls i { width: 8px; height: 8px; border-radius: 50%; background: #333c49; }
.window-body { height: calc(100% - 46px); display: grid; grid-template-columns: 136px 1fr; }
.mock-sidebar { padding: 18px 10px; border-right: 1px solid rgba(255,255,255,.065); background: #0b0f15; }
.side-pill { height: 30px; display: flex; align-items: center; gap: 7px; margin-bottom: 3px; padding: 0 9px; border-radius: 6px; color: #657183; font-size: 8px; }
.side-pill.active { color: #b9d9ff; background: rgba(0,116,255,.14); }
.icon-grid { width: 9px; height: 9px; background: linear-gradient(90deg, currentColor 2px, transparent 2px 4px, currentColor 4px 6px, transparent 6px 7px, currentColor 7px), linear-gradient(currentColor 2px, transparent 2px 4px, currentColor 4px 6px, transparent 6px 7px, currentColor 7px); opacity: .8; }
.icon-star::before { content: "\2606"; font-size: 11px; }
.icon-clock { width: 9px; height: 9px; border: 1px solid currentColor; border-radius: 50%; }
.side-label { margin: 20px 10px 10px; color: #3f4855; font-size: 7px; letter-spacing: .14em; }
.side-row { display: flex; align-items: center; gap: 8px; padding: 6px 10px; color: #596474; font-size: 7px; }
.side-row span { width: 4px; height: 4px; border: 1px solid #506076; border-radius: 50%; }
.mock-content { padding: 21px 18px; background: radial-gradient(circle at 50% -10%, rgba(0,113,255,.07), transparent 47%), #10151d; }
.mock-toolbar { height: 53px; display: flex; align-items: flex-start; justify-content: space-between; }
.mock-toolbar div:first-child { display: flex; flex-direction: column; gap: 4px; }
.mock-toolbar b { color: #e0e6ed; font-size: 13px; }
.mock-toolbar small { color: #596473; font-size: 7px; }
.mock-search { width: 142px; height: 27px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 6px; color: #3f4a5a; background: #0b1017; font-size: 7px; }
.scene-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.scene-card { overflow: hidden; height: 129px; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; background: #0a0e14; }
.scene-art { position: relative; height: 89px; overflow: hidden; background: radial-gradient(ellipse at center, var(--scene-glow), transparent 48%), linear-gradient(135deg, var(--scene-one), var(--scene-two)); }
.scene-blue { --scene-one:#102236; --scene-two:#06101e; --scene-glow:rgba(32,138,255,.25); --scene-accent:#138aff; }
.scene-cyan { --scene-one:#123238; --scene-two:#07171c; --scene-glow:rgba(41,215,226,.2); --scene-accent:#20d1e0; }
.scene-amber { --scene-one:#35271b; --scene-two:#17100a; --scene-glow:rgba(255,161,48,.23); --scene-accent:#f19528; }
.scene-violet { --scene-one:#211d38; --scene-two:#0c0b19; --scene-glow:rgba(138,101,255,.25); --scene-accent:#755bf2; }
.scene-art::before, .scene-art::after { content: ""; position: absolute; top: 13px; width: 38px; height: 48px; border: 1px solid color-mix(in srgb, var(--scene-accent) 60%, transparent); background: linear-gradient(135deg, color-mix(in srgb, var(--scene-accent) 15%, transparent), transparent); }
.scene-art::before { left: 26px; transform: skewY(-8deg); }
.scene-art::after { right: 26px; transform: skewY(8deg); }
.scene-art .screen { position: absolute; left: 50%; top: 11px; width: 66px; height: 41px; transform: translateX(-50%); border: 1px solid var(--scene-accent); background: linear-gradient(135deg, color-mix(in srgb, var(--scene-accent) 30%, #0c1218), #080b10); box-shadow: 0 0 12px color-mix(in srgb, var(--scene-accent) 20%, transparent); }
.scene-art .desk { position: absolute; z-index: 2; left: 50%; bottom: 14px; width: 86px; height: 17px; transform: translateX(-50%) skewX(-12deg); border-top: 2px solid var(--scene-accent); background: #121923; box-shadow: 0 8px 12px rgba(0,0,0,.5); }
.scene-art .floor { position: absolute; left: 50%; bottom: -39px; width: 190px; height: 75px; transform: translateX(-50%) perspective(80px) rotateX(55deg); border-radius: 50%; border: 1px solid color-mix(in srgb, var(--scene-accent) 40%, transparent); }
.scene-info { height: 40px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; }
.scene-info b { color: #a8b1be; font-size: 7px; font-weight: 500; }
.scene-info span { color: #4b5666; font-size: 6px; }
.import-toast { position: absolute; z-index: 4; right: -23px; bottom: 10px; min-width: 235px; display: flex; align-items: center; gap: 12px; padding: 15px 17px; border: 1px solid rgba(81,228,71,.22); border-radius: 12px; background: rgba(12,17,24,.9); box-shadow: 0 18px 40px rgba(0,0,0,.48), 0 0 30px rgba(62,217,65,.05); backdrop-filter: blur(18px); }
.toast-check { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #051006; background: var(--green); box-shadow: 0 0 20px rgba(81,228,71,.27); font-size: 15px; font-weight: 900; }
.import-toast div { display: flex; flex-direction: column; gap: 4px; }
.import-toast b { font-size: 11px; }
.import-toast small { color: #697585; font-size: 8px; }
.trust-strip { position: absolute; z-index: 3; inset: auto 0 0; height: 65px; display: flex; align-items: center; justify-content: center; gap: 45px; border-top: 1px solid var(--line); border-bottom: 1px solid rgba(255,255,255,.045); background: rgba(8,11,16,.65); color: #343c48; font-size: 10px; font-weight: 700; letter-spacing: .3em; }
.trust-strip i { width: 3px; height: 3px; border-radius: 50%; background: #1e65b4; }

.section { position: relative; padding: 126px 0; }
.section-heading { max-width: 735px; margin: 0 auto 62px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section h2 { margin: 0; font-size: clamp(36px, 4.1vw, 54px); line-height: 1.16; letter-spacing: -0.035em; }
.section-heading p { max-width: 650px; margin: 22px auto 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.problems { background: linear-gradient(180deg, var(--bg) 0%, #090c12 50%, var(--bg) 100%); }
.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 292px; grid-column: span 2; overflow: hidden; padding: 29px 27px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(53,148,255,.3); background: linear-gradient(145deg, rgba(20,111,220,.09), rgba(255,255,255,.016)); }
.feature-card:nth-child(4), .feature-card:nth-child(5) { grid-column: span 3; min-height: 265px; }
.feature-primary { background: radial-gradient(circle at 80% 10%, rgba(10,123,255,.11), transparent 47%), linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.012)); }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(61,155,255,.2); border-radius: 12px; color: #4ca5ff; background: rgba(8,124,255,.07); }
.feature-icon.accent { color: #081019; border-color: transparent; background: linear-gradient(135deg, #55c0ff, #107bf8); box-shadow: 0 10px 25px rgba(0,116,255,.22); }
.feature-icon svg { width: 23px; height: 23px; }
.feature-number { position: absolute; right: 24px; top: 29px; color: #29313c; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.feature-card h3 { margin: 23px 0 11px; font-size: 19px; }
.feature-card p { max-width: 350px; margin: 0; color: #7f8b9b; font-size: 13px; line-height: 1.8; }
.mini-library { position: absolute; right: -30px; bottom: -27px; width: 180px; height: 115px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 11px; border: 1px solid rgba(255,255,255,.06); border-radius: 12px 0 0; background: #0b1017; transform: rotate(-3deg); opacity: .65; }
.mini-library span { border-radius: 4px; background: linear-gradient(135deg, #142c47, #0b131d); }
.mini-library span:nth-child(2), .mini-library span:nth-child(6) { background: linear-gradient(135deg, #2b2518, #12100b); }

.workflow-section { overflow: hidden; border-top: 1px solid rgba(255,255,255,.04); border-bottom: 1px solid rgba(255,255,255,.04); background: radial-gradient(circle at 72% 50%, rgba(5,108,235,.11), transparent 36%), #080b10; }
.workflow-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.95%, rgba(255,255,255,.025) 50%, transparent 50.05%); }
.workflow-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 80px; }
.workflow-copy p { max-width: 480px; margin: 23px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.workflow-points { margin-top: 40px; }
.workflow-point { position: relative; display: flex; align-items: flex-start; gap: 19px; padding: 0 0 28px; }
.workflow-point:not(:last-child)::before { content: ""; position: absolute; left: 18px; top: 39px; bottom: 5px; width: 1px; background: linear-gradient(var(--blue), rgba(8,124,255,.12)); }
.workflow-point strong { flex: 0 0 auto; width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(37,143,255,.28); border-radius: 50%; color: #48a4ff; background: #0a1522; font-size: 9px; }
.workflow-point div { display: flex; flex-direction: column; gap: 6px; }
.workflow-point b { font-size: 15px; }
.workflow-point span { color: #758293; font-size: 12px; line-height: 1.6; }
.workflow-visual { position: relative; height: 500px; }
.flow-orbit { position: absolute; border: 1px solid rgba(50,143,255,.1); border-radius: 50%; }
.orbit-one { width: 420px; height: 420px; left: 84px; top: 39px; }
.orbit-two { width: 295px; height: 295px; left: 147px; top: 102px; }
.flow-node { position: absolute; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: linear-gradient(145deg, rgba(20,27,38,.97), rgba(9,13,19,.97)); box-shadow: 0 25px 50px rgba(0,0,0,.4); }
.flow-node b { margin-top: 9px; font-size: 12px; }
.flow-node small { margin-top: 5px; color: #596676; font-size: 8px; }
.node-library { width: 154px; height: 130px; left: 3px; top: 184px; }
.node-library > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: #60aeff; background: rgba(11,122,245,.11); }
.node-library svg { width: 24px; height: 24px; }
.node-manager { width: 190px; height: 180px; left: 202px; top: 159px; border-color: rgba(40,145,255,.29); background: radial-gradient(circle at 50% 0%, rgba(12,116,236,.15), transparent 50%), linear-gradient(145deg, #141c27, #090e15); box-shadow: 0 28px 65px rgba(0,0,0,.5), 0 0 50px rgba(0,99,230,.09); }
.node-manager img { border-radius: 16px; filter: drop-shadow(0 9px 14px rgba(0,0,0,.5)); }
.node-manager b { font-size: 13px; }
.node-vmix { width: 154px; height: 130px; right: -5px; top: 184px; }
.vmix-mark { color: #eaf4ff; font-size: 28px; font-weight: 800; letter-spacing: -.04em; text-shadow: 0 0 20px rgba(51,157,255,.4); }
.flow-line { position: absolute; z-index: 1; height: 1px; top: 249px; overflow: hidden; background: rgba(39,134,245,.22); }
.line-one { left: 157px; width: 45px; }
.line-two { left: 392px; width: 47px; }
.flow-line i { position: absolute; width: 14px; height: 1px; background: #4eb1ff; box-shadow: 0 0 10px #1990ff; animation: travel 2s linear infinite; }
@keyframes travel { from { left: -14px; } to { left: 100%; } }

.industries { background: #07090d; }
.section-heading.compact { margin-bottom: 48px; }
.industry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.industry-item { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #0e141d, #090d13); box-shadow: 0 20px 44px rgba(0,0,0,.18); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.industry-item:hover { transform: translateY(-5px); border-color: rgba(61,155,255,.34); box-shadow: 0 24px 60px rgba(0,55,120,.16); }
.industry-media { position: relative; height: 230px; overflow: hidden; background: #0a111a; }
.industry-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,10,16,.02) 32%, rgba(7,10,15,.82) 100%), linear-gradient(110deg, rgba(2,95,206,.13), transparent 52%); pointer-events: none; }
.industry-media img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.78) brightness(.78); transition: transform .5s ease, filter .35s ease; }
.industry-item:hover .industry-media img { transform: scale(1.045); filter: saturate(.96) brightness(.88); }
.case-number { position: absolute; z-index: 2; top: 18px; right: 19px; min-width: 34px; padding: 6px 8px; border: 1px solid rgba(135,195,255,.2); border-radius: 999px; color: #b5d9ff; background: rgba(4,12,22,.66); backdrop-filter: blur(10px); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-align: center; }
.industry-content { padding: 25px 27px 28px; }
.industry-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.industry-tags span { padding: 5px 9px; border: 1px solid rgba(62,153,255,.18); border-radius: 999px; color: #75baff; background: rgba(12,111,226,.07); font-size: 9px; letter-spacing: .08em; }
.industry-item h3 { margin: 0; font-size: 20px; letter-spacing: -.015em; }
.industry-item p { margin: 12px 0 0; color: #788697; font-size: 12px; line-height: 1.8; }

.pricing-section { background: #090d13; border-top: 1px solid rgba(255,255,255,.04); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0 auto; }
.pricing-lead { max-width: 720px; }
.pricing-lead strong { display: block; color: #d9ebff; font-size: 16px; font-weight: 650; }
.pricing-card { position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, #0f1620, #0b1118); box-shadow: 0 20px 42px rgba(0,0,0,.18); }
.pricing-card.trial { background: linear-gradient(145deg, #101721, #0b1118); }
.pricing-card.discounted { border-color: rgba(51,139,230,.24); }
.pricing-card.featured { border-color: rgba(50,145,255,.62); background: radial-gradient(circle at 90% 0%, rgba(26,128,247,.13), transparent 43%), linear-gradient(145deg, #111c2b, #0c141f); box-shadow: 0 24px 55px rgba(0,79,173,.16); }
.pricing-badge { position: absolute; z-index: 2; top: 15px; right: 15px; display: inline-flex; min-width: 126px; flex-direction: column; align-items: center; gap: 5px; padding: 10px 14px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: #fff; line-height: 1.1; text-align: center; box-shadow: 0 11px 28px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.25); }
.pricing-badge b { font-size: 13px; font-weight: 800; letter-spacing: .01em; white-space: nowrap; }
.pricing-badge small { color: rgba(255,255,255,.9); font-size: 11px; font-weight: 700; letter-spacing: .01em; white-space: nowrap; }
.pricing-badge small strong { margin-left: 2px; color: #fff; font-size: 14px; font-weight: 850; letter-spacing: 0; }
.pricing-badge-sale { border-color: rgba(255,185,56,.65); background: linear-gradient(135deg, #ffb51d, #f26e08); box-shadow: 0 10px 26px rgba(244,126,12,.25), inset 0 1px rgba(255,255,255,.3); }
.pricing-badge-recommended { border-color: rgba(192,142,255,.6); background: linear-gradient(135deg, #a45be8, #536cf4); box-shadow: 0 10px 28px rgba(123,86,230,.28), inset 0 1px rgba(255,255,255,.3); }
.pricing-card-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.pricing-card-head b { font-size: 20px; }
.pricing-card-head span { order: 2; margin-right: 3px; color: #718094; font-size: 10px; }
.pricing-card.discounted .pricing-card-head span,
.pricing-card.recommended .pricing-card-head span { margin-right: 134px; }
.pricing-price { min-height: 89px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 8px; margin: 24px 0 25px; }
.pricing-price > div { display: flex; align-items: baseline; gap: 9px; }
.pricing-price strong { color: #4aa7ff; font-size: 42px; font-weight: 720; letter-spacing: -.03em; }
.pricing-price-free strong { color: #f3f6fa; }
.pricing-price-trial { min-height: 116px; }
.pricing-price-trial strong { font-size: 30px; letter-spacing: -.02em; white-space: nowrap; }
.pricing-price-trial span { max-width: 275px; line-height: 1.55; }
.pricing-price span { color: #8a99ab; font-size: 12px; }
.pricing-price del { color: #657181; font-size: 15px; text-decoration-thickness: 1px; }
.pricing-benefits { flex: 1; display: grid; align-content: start; gap: 14px; margin: 0 0 30px; padding: 23px 0 0; border-top: 1px solid var(--line); list-style: none; }
.pricing-benefits li { position: relative; padding-left: 24px; color: #aab6c5; font-size: 12px; line-height: 1.55; }
.pricing-benefits li::before { position: absolute; left: 0; top: 0; width: 15px; font-size: 14px; font-weight: 800; line-height: 1.35; text-align: center; }
.pricing-benefits .included::before { content: "✓"; color: #43a5ff; }
.pricing-benefits .excluded { color: #596575; }
.pricing-benefits .excluded::before { content: "×"; color: #586474; }
.pricing-card .button { width: 100%; min-height: 46px; }

.download-section { overflow: hidden; padding: 115px 0; background: #07101e; }
.download-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(6,64,135,.25), transparent 50%); }
.download-grid { opacity: .23; mask-image: radial-gradient(circle at 30% 50%, #000, transparent 67%); }
.download-glow { position: absolute; width: 610px; height: 610px; left: -100px; top: -160px; border-radius: 50%; background: radial-gradient(circle, rgba(0,114,255,.21), transparent 65%); }
.download-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 85px; }
.download-copy p { max-width: 600px; margin: 24px 0 0; color: #9aa9ba; font-size: 15px; line-height: 1.85; }
.download-copy .positioning { max-width: 570px; padding-left: 18px; border-left: 2px solid var(--blue); color: #579ce9; font-size: 10px; font-weight: 600; letter-spacing: .15em; line-height: 1.5; text-transform: uppercase; }
.download-card { padding: 28px; border: 1px solid rgba(118,182,255,.21); border-radius: 20px; background: linear-gradient(145deg, rgba(19,33,52,.94), rgba(7,14,24,.95)); box-shadow: 0 35px 70px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.06); }
.download-brand { display: flex; align-items: center; gap: 19px; }
.download-brand img { border-radius: 16px; filter: drop-shadow(0 12px 18px rgba(0,0,0,.5)); }
.download-brand div { display: flex; flex-direction: column; gap: 7px; }
.download-brand b { font-size: 15px; }
.download-brand span { color: #728196; font-size: 11px; }
.download-details { display: flex; gap: 30px; margin: 27px 0 22px; padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.download-details span { display: flex; flex-direction: column; gap: 5px; color: #748296; font-size: 10px; }
.download-details b { color: #ced8e5; font-size: 10px; font-weight: 600; }
.button-download { width: 100%; color: #bfcbd9; background: linear-gradient(135deg, #233145, #182333); cursor: not-allowed; }
.button-download:hover { transform: none; }
.download-note { margin: 13px 0 0; color: #59687b; font-size: 9px; line-height: 1.6; text-align: center; }

.site-footer { border-top: 1px solid var(--line); background: #05070a; }
.footer-inner { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { border-radius: 8px; }
.footer-brand span { display: flex; flex-direction: column; gap: 5px; }
.footer-brand b { font-size: 11px; }
.footer-brand small, .site-footer p, .site-footer a { color: #4f5967; font-size: 9px; }
.site-footer a { transition: color .2s ease; }
.site-footer a:hover { color: #a9b6c5; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1160px) {
  .hero { min-height: auto; padding-top: 140px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 790px; margin-inline: auto; text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-meta { justify-content: center; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .product-visual { width: 720px; max-width: 100%; margin: 5px auto 0; }
  .app-window { left: 50%; transform: translateX(-50%) rotateY(-5deg) rotateX(2deg); }
  .import-toast { right: 8px; }
  .workflow-layout { gap: 38px; }
  .workflow-visual { transform: scale(.9); transform-origin: center; }
}

@media (max-width: 860px) {
  .site-header { height: 68px; }
  .header-inner, .container { width: min(calc(100% - 32px), var(--container)); }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 16px; right: 16px; top: 61px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(10,14,20,.97); box-shadow: 0 20px 50px rgba(0,0,0,.55); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 14px; }
  .main-nav .nav-download { margin-top: 5px; text-align: center; }
  .feature-card, .feature-card:nth-child(4), .feature-card:nth-child(5) { grid-column: span 3; }
  .workflow-layout, .download-layout { grid-template-columns: 1fr; }
  .workflow-copy { text-align: center; }
  .workflow-copy .eyebrow { justify-content: center; }
  .workflow-copy p { margin-inline: auto; }
  .workflow-points { max-width: 460px; margin-inline: auto; text-align: left; }
  .workflow-visual { width: 590px; max-width: 100%; margin-inline: auto; transform: none; }
  .industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .download-layout { gap: 50px; }
  .download-copy { text-align: center; }
  .download-copy .eyebrow { justify-content: center; }
  .download-copy p { margin-inline: auto; }
  .download-copy .positioning { padding: 15px 0 0; border-left: 0; border-top: 1px solid rgba(8,124,255,.5); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 560px; }
}

@media (max-width: 660px) {
  .hero { padding: 119px 0 82px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { width: 100%; min-width: 0; }
  .hero h1 { font-size: clamp(38px, 10.8vw, 46px); }
  .hero-lead { font-size: 15px; line-height: 1.8; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-meta { gap: 11px 16px; }
  .product-visual { width: 100%; min-width: 0; height: 334px; margin-top: 27px; }
  .app-window { width: 585px; height: 375px; left: 50%; top: -6px; transform: translateX(-50%) scale(.75); transform-origin: top center; }
  .import-toast { right: 2px; bottom: 2px; min-width: 205px; transform: scale(.85); transform-origin: bottom right; }
  .trust-strip { gap: 20px; height: 53px; font-size: 7px; }
  .trust-strip span:nth-of-type(2), .trust-strip span:nth-of-type(3), .trust-strip i:nth-of-type(2), .trust-strip i:nth-of-type(3) { display: none; }
  .section { padding: 92px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading p { font-size: 14px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card:nth-child(4), .feature-card:nth-child(5) { min-height: 250px; grid-column: auto; }
  .mini-library { display: none; }
  .workflow-visual { width: min(590px, 138vw); min-width: 0; height: 440px; left: 50%; transform: translateX(-50%) scale(.72); transform-origin: top center; margin-bottom: -115px; }
  .orbit-one { left: 84px; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-media { height: 205px; }
  .industry-content { padding: 22px; }
  .pricing-card { padding: 24px; }
  .pricing-badge { top: 17px; }
  .download-section { padding: 88px 0; }
  .download-card { padding: 22px; }
  .download-brand img { width: 65px; height: 65px; }
  .download-details { gap: 16px; flex-direction: column; }
  .footer-inner { padding: 28px 0; flex-direction: column; text-align: center; }
  .site-footer p { margin: 0; }
}

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