:root {
  --navy-950: #050c15;
  --navy-900: #07111f;
  --navy-850: #0a1728;
  --navy-800: #0d1d31;
  --navy-700: #142a43;
  --ink: #0b1726;
  --ink-soft: #344458;
  --muted: #6b7889;
  --line: #dfe5eb;
  --line-dark: rgba(255, 255, 255, .12);
  --surface: #f4f6f8;
  --white: #fff;
  --orange: #ff6900;
  --orange-dark: #e95f00;
  --orange-soft: #fff0e5;
  --green: #20c997;
  --green-soft: #dcfaef;
  --lime: #b9f66d;
  --red: #f05d6f;
  --font: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --shadow: 0 24px 70px rgba(5, 12, 21, .14);
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
html, body { max-width: 100%; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; background: var(--white); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 78px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); transition: background-color .25s ease, box-shadow .25s ease, border-color .25s ease; }
.site-header.scrolled, .site-header.menu-active { background: rgba(7, 17, 31, .97); box-shadow: 0 12px 36px rgba(0,0,0,.18); border-color: rgba(255,255,255,.06); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 18px; letter-spacing: -.045em; color: var(--white); }
.brand-copy strong em { color: var(--orange); font-style: normal; }
.brand-copy small {
    margin-top: 6px;
    margin-left: 2px;
    color: rgba(255, 255, 255, .52);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}
.desktop-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.desktop-nav a, .text-link { position: relative; color: rgba(255,255,255,.72); font-size: 14px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--orange); transition: right .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a.active, .text-link:hover, .text-link:focus-visible { color: var(--white); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 22px; border: 1px solid var(--orange); border-radius: 10px; background: var(--orange); color: var(--white); font-size: 13px; font-weight: 800; line-height: 1; box-shadow: 0 10px 24px rgba(255, 105, 0, .2); transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--orange-dark); border-color: var(--orange-dark); box-shadow: 0 14px 30px rgba(255, 105, 0, .28); }
.button:active { transform: translateY(0); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(255, 105, 0, .32); outline-offset: 3px; }
.button svg { transition: transform .2s ease; }
.button:hover svg { transform: translateX(3px); }
.button-small { min-height: 40px; padding: 0 17px; font-size: 12px; border-radius: 8px; }
.button-large { min-height: 54px; padding: 0 26px; font-size: 14px; }
.button-ghost { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.3); box-shadow: none; }
.button-ghost:hover svg { transform: none; }
.button-secondary { border-color: rgba(255,255,255,.18); background: transparent; box-shadow: none; }
.button-outline { width: 100%; color: var(--ink); border-color: var(--line); background: var(--white); box-shadow: none; }
.button-outline:hover { color: var(--white); border-color: var(--ink); background: var(--ink); box-shadow: none; }
.menu-button { display: none; min-width: 42px; height: 42px; place-items: center; grid-auto-flow: column; gap: 7px; padding: 0 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; color: var(--white); background: rgba(255,255,255,.05); }
.menu-button svg { width: 22px; height: 22px; }
.menu-button > span { font-size: 12px; font-weight: 700; }
.menu-close { display: none; }
.menu-button[aria-expanded="true"] .menu-open { display: none; }
.menu-button[aria-expanded="true"] .menu-close { display: block; }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; min-height: 900px; padding: 158px 0 0; color: var(--white); background: var(--navy-900); }
.hero-grid { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000 30%, transparent 94%); }
.hero::before { content: ""; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 240px; background: linear-gradient(to bottom, transparent, rgba(5,12,21,.36)); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 650px; height: 650px; top: -260px; left: -260px; background: radial-gradient(circle, rgba(255,105,0,.16), transparent 70%); }
.hero-glow-two { width: 760px; height: 760px; right: -350px; top: 120px; background: radial-gradient(circle, rgba(40,191,255,.1), transparent 68%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 58px; }
.hero-layout > *, .header-inner > * { min-width: 0; }
.hero-copy { padding-bottom: 35px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: block; width: 26px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 640px; margin: 0; font-size: clamp(54px, 5.2vw, 78px); line-height: .99; letter-spacing: -.065em; font-weight: 800; }
.hero h1 span { color: var(--orange); }
.hero-copy > p { max-width: 600px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.8; }
.hero-capabilities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 14px; max-width: 590px; margin-top: 23px; }
.hero-capabilities span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.8); font-size: 13px; font-weight: 650; }
.hero-capabilities svg { width: 17px; height: 17px; flex: 0 0 auto; color: var(--orange); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 21px; margin: 24px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 600; }
.hero-proof li { display: flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 15px; height: 15px; color: var(--green); }
.hero-product { position: relative; perspective: 1200px; }
.app-window { position: relative; overflow: hidden; width: 760px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: #0c1726; box-shadow: 0 42px 100px rgba(0,0,0,.48); transform: rotateY(-4deg) rotateX(1.5deg); transform-origin: center left; }
.window-bar { height: 38px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.09); background: #111f31; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.19); }
.window-dots span:first-child { background: #ff6f5e; }
.window-dots span:nth-child(2) { background: #f7c95e; }
.window-dots span:nth-child(3) { background: #49d38a; }
.window-url { min-width: 210px; padding: 5px 25px; border: 1px solid rgba(255,255,255,.07); border-radius: 5px; color: rgba(255,255,255,.35); background: rgba(255,255,255,.03); font-family: var(--mono); font-size: 8px; text-align: center; }
.window-live { justify-self: end; color: rgba(255,255,255,.42); font-size: 8px; }
.window-live i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); }
.app-body { display: grid; grid-template-columns: 135px 1fr; height: 550px; }
.mock-sidebar { position: relative; padding: 14px 9px; border-right: 1px solid rgba(255,255,255,.07); background: #091421; }
.mock-brand { display: flex; align-items: center; gap: 6px; height: 28px; margin: 0 5px 16px; color: #fff; font-size: 8px; font-weight: 700; }
.mock-brand img { width: 22px; height: 22px; object-fit: contain; }
.mock-brand b { color: var(--orange); }
.mock-nav { display: flex; align-items: center; gap: 7px; height: 26px; margin: 2px 0; padding: 0 8px; border-left: 2px solid transparent; color: rgba(255,255,255,.38); font-size: 7px; }
.mock-nav.active { border-color: var(--orange); color: var(--white); background: rgba(255,255,255,.055); }
.mock-nav-icon { width: 7px; height: 7px; border: 1px solid currentColor; border-radius: 2px; }
.mock-nav-label { margin: 15px 8px 5px; color: rgba(255,255,255,.2); font-size: 5px; font-weight: 700; letter-spacing: .17em; }
.mock-profile { position: absolute; inset: auto 9px 12px; display: flex; align-items: center; gap: 6px; padding-top: 9px; border-top: 1px solid rgba(255,255,255,.07); }
.mock-profile > span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 4px; color: var(--navy-900); background: var(--orange); font-size: 6px; font-weight: 800; }
.mock-profile div { display: flex; flex-direction: column; }
.mock-profile b { font-size: 6px; }
.mock-profile small { color: rgba(255,255,255,.28); font-size: 5px; }
.mock-main { padding: 19px; background: #0d1928; }
.mock-topbar { display: flex; align-items: center; justify-content: space-between; }
.mock-topbar > div:first-child { display: flex; flex-direction: column; }
.mock-topbar small { color: rgba(255,255,255,.3); font-size: 5px; font-weight: 700; letter-spacing: .13em; }
.mock-topbar strong { margin-top: 2px; font-size: 12px; }
.mock-selector { padding: 7px 9px; border: 1px solid rgba(255,255,255,.08); border-radius: 5px; color: rgba(255,255,255,.58); background: rgba(255,255,255,.025); font-size: 6px; }
.mock-selector b { margin-left: 16px; color: rgba(255,255,255,.3); }
.mock-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 16px; }
.mock-kpis > div { position: relative; display: flex; flex-direction: column; min-height: 66px; padding: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 6px; background: rgba(255,255,255,.025); }
.mock-kpis small { color: rgba(255,255,255,.34); font-size: 5px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.mock-kpis strong { margin-top: 6px; font-family: var(--mono); font-size: 13px; }
.mock-kpis em { position: absolute; right: 8px; bottom: 9px; font-family: var(--mono); font-size: 5px; font-style: normal; }
.mock-kpis .up { color: var(--green); }
.mock-kpis .down { color: var(--red); }
.mock-panels { display: grid; grid-template-columns: 1.7fr .8fr; gap: 9px; margin-top: 9px; }
.mock-chart-panel, .mock-category-panel { height: 196px; padding: 11px; border: 1px solid rgba(255,255,255,.08); border-radius: 6px; background: rgba(255,255,255,.025); }
.panel-heading { display: flex; justify-content: space-between; align-items: flex-start; }
.panel-heading > span { display: flex; flex-direction: column; }
.panel-heading small { color: rgba(255,255,255,.36); font-size: 5px; font-weight: 700; letter-spacing: .12em; }
.panel-heading b { margin-top: 2px; color: rgba(255,255,255,.25); font-size: 5px; font-weight: 500; }
.panel-heading > strong { font-family: var(--mono); font-size: 9px; }
.line-chart { display: block; width: 100%; height: 132px; margin-top: 5px; overflow: visible; }
.chart-gridline { fill: none; stroke: rgba(255,255,255,.06); stroke-width: 1; }
.chart-fill { fill: url(#chart-fill); stroke: none; }
.chart-line { fill: none; stroke: var(--orange); stroke-width: 2.2; vector-effect: non-scaling-stroke; }
.chart-months { display: flex; justify-content: space-between; color: rgba(255,255,255,.22); font-family: var(--mono); font-size: 4px; }
.donut { display: grid; width: 88px; height: 88px; place-items: center; margin: 12px auto 8px; border-radius: 50%; background: conic-gradient(var(--orange) 0 68%, #65b9ff 68% 89%, #313f51 89% 100%); }
.donut::before { content: ""; grid-area: 1/1; width: 60px; height: 60px; border-radius: 50%; background: #111f30; }
.donut div { z-index: 1; grid-area: 1/1; display: flex; flex-direction: column; align-items: center; }
.donut strong { font-family: var(--mono); font-size: 11px; }
.donut small { color: rgba(255,255,255,.3); font-size: 4px; }
.donut-legend { display: flex; flex-direction: column; gap: 4px; }
.donut-legend span { display: grid; grid-template-columns: 5px 1fr auto; align-items: center; gap: 5px; color: rgba(255,255,255,.4); font-size: 5px; }
.donut-legend i { width: 4px; height: 4px; border-radius: 1px; background: var(--orange); }
.donut-legend span:nth-child(2) i { background: #65b9ff; }
.donut-legend span:nth-child(3) i { background: #48566a; }
.donut-legend b { color: rgba(255,255,255,.65); font-family: var(--mono); font-weight: 500; }
.mock-table { overflow: hidden; margin-top: 9px; border: 1px solid rgba(255,255,255,.08); border-radius: 6px; background: rgba(255,255,255,.025); }
.table-title { display: flex; justify-content: space-between; padding: 8px 10px; border-bottom: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.38); font-size: 5px; font-weight: 700; letter-spacing: .08em; }
.table-title b { color: var(--orange); font-weight: 600; letter-spacing: 0; }
.table-row { display: grid; grid-template-columns: 1.1fr 1fr 1.5fr .8fr; padding: 6px 10px; border-bottom: 1px solid rgba(255,255,255,.05); color: rgba(255,255,255,.52); font-size: 5px; }
.table-row span:first-child, .table-row span:last-child { font-family: var(--mono); }
.table-row span:last-child { text-align: right; }
.table-row.table-head { color: rgba(255,255,255,.22); font-family: var(--font); font-size: 4px; text-transform: uppercase; letter-spacing: .08em; }
.orbit-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; min-width: 145px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; background: rgba(16,33,52,.94); box-shadow: 0 18px 35px rgba(0,0,0,.3); backdrop-filter: blur(10px); }
.orbit-card-top { top: -35px; right: -20px; }
.orbit-card-bottom { bottom: 50px; left: -35px; }
.orbit-icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 7px; }
.orbit-icon svg { width: 15px; height: 15px; }
.orbit-icon.success { color: var(--green); background: rgba(32,201,151,.12); }
.orbit-icon.orange { color: var(--orange); background: rgba(255,105,0,.12); }
.orbit-card > span { display: flex; flex-direction: column; line-height: 1.2; }
.orbit-card small { color: rgba(255,255,255,.38); font-size: 7px; }
.orbit-card strong { margin-top: 3px; font-size: 10px; }
.hero-foot { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; min-height: 118px; margin-top: 62px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.34); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero-foot > span { font-weight: 700; }
.hero-foot div { display: flex; flex-wrap: wrap; gap: 30px; }
.hero-foot b { color: rgba(255,255,255,.52); font-weight: 600; }

.outcome-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.outcome-grid > div { display: flex; gap: 20px; min-height: 150px; padding: 36px 36px 34px 0; border-right: 1px solid var(--line); }
.outcome-grid > div + div { padding-left: 36px; }
.outcome-grid > div:last-child { border-right: 0; }
.outcome-grid > div > strong { color: var(--orange); font-family: var(--mono); font-size: 11px; }
.outcome-grid span { display: flex; flex-direction: column; }
.outcome-grid b { font-size: 17px; }
.outcome-grid small { max-width: 270px; margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.section { padding: 120px 0; }
.section-intro { max-width: 760px; margin-bottom: 58px; }
.section-intro h2, .pricing-heading h2, .faq-heading h2, .demo-copy h2, .report-copy h2, .security-copy h2 { margin: 0; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -.055em; }
.section-intro > p, .split-intro > p, .pricing-heading p, .faq-heading > p, .report-copy > p, .security-copy > p { margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.section-kicker { margin-bottom: 18px; }
.section-kicker.light { color: #ff8733; }
.split-intro { display: grid; grid-template-columns: 1.4fr .8fr; align-items: end; gap: 90px; max-width: none; }
.split-intro > p { margin-bottom: 5px; }

.benefits { background: var(--surface); }
.problem-solution-grid { display: grid; grid-template-columns: .92fr 1.08fr; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--white); box-shadow: 0 22px 55px rgba(20,42,67,.07); }
.problem-card, .solution-card { min-height: 410px; padding: 46px; }
.problem-card { border-right: 1px solid var(--line); background: #fff; }
.solution-card { position: relative; overflow: hidden; color: var(--white); background: var(--navy-850); }
.solution-card::after { content: ""; position: absolute; width: 330px; height: 330px; right: -160px; bottom: -180px; border: 58px solid rgba(255,105,0,.12); border-radius: 50%; }
.card-number { color: var(--muted); font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .14em; }
.solution-card .card-number { color: var(--orange); }
.problem-card h3, .solution-card h3 { max-width: 540px; margin: 24px 0 32px; font-size: 26px; line-height: 1.35; letter-spacing: -.035em; }
.problem-card ul, .solution-card ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.problem-card li, .solution-card li { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; }
.problem-card li { color: var(--ink-soft); }
.problem-card li span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: #b24d5a; background: #fff0f2; font-size: 16px; }
.solution-card li { color: rgba(255,255,255,.74); }
.solution-card li svg { width: 20px; height: 20px; padding: 4px; border-radius: 50%; color: var(--green); background: rgba(32,201,151,.13); }

.product-tour { overflow: hidden; color: var(--white); background: var(--navy-900); }
.product-tour .section-intro { margin-inline: auto; text-align: center; }
.product-tour .section-kicker { justify-content: center; }
.product-tour .section-intro p { color: rgba(255,255,255,.52); }
.tour-shell { border: 1px solid var(--line-dark); border-radius: 18px; background: var(--navy-850); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.tour-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line-dark); }
.tour-tab { display: flex; align-items: center; justify-content: center; gap: 10px; height: 68px; border: 0; border-right: 1px solid var(--line-dark); color: rgba(255,255,255,.45); background: transparent; font-size: 13px; font-weight: 700; transition: color .2s ease, background-color .2s ease; }
.tour-tab:last-child { border-right: 0; }
.tour-tab span { font-family: var(--mono); font-size: 9px; }
.tour-tab:hover { color: var(--white); background: rgba(255,255,255,.03); }
.tour-tab.active { color: var(--white); background: rgba(255,105,0,.08); box-shadow: inset 0 -2px 0 var(--orange); }
.tour-tab.active span { color: var(--orange); }
.tour-content { min-height: 520px; }
.tour-panel { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; min-height: 520px; padding: 55px; }
.tour-panel[hidden] { display: none; }
.tour-panel.active { animation: tour-in .35s ease both; }
@keyframes tour-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.tour-icon, .feature-icon { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 10px; color: var(--orange); background: rgba(255,105,0,.12); }
.tour-icon svg, .feature-icon svg { width: 22px; height: 22px; }
.tour-copy h3 { margin: 25px 0 16px; font-size: 32px; line-height: 1.25; letter-spacing: -.04em; }
.tour-copy p { color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.8; }
.tour-copy ul { display: grid; gap: 10px; margin: 23px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.74); font-size: 13px; font-weight: 600; }
.tour-copy li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 10px; border-radius: 50%; background: var(--green); vertical-align: 2px; }
.tour-visual { min-height: 355px; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: #101f31; box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.unit-head, .voucher-head, .customer-head, .report-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
.unit-head span { font-size: 14px; font-weight: 700; }
.tour-visual button { padding: 8px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 6px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.04); font-size: 9px; font-weight: 700; }
.unit-row { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px; padding: 14px 10px; border-bottom: 1px solid rgba(255,255,255,.06); }
.unit-row.active { margin-top: 8px; border-radius: 8px; background: rgba(255,255,255,.035); }
.unit-row > i, .customer-head > i { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 8px; color: var(--orange); background: rgba(255,105,0,.11); font-size: 10px; font-style: normal; font-weight: 800; }
.unit-row > span, .customer-head > span { display: flex; flex-direction: column; }
.unit-row b, .customer-head b { font-size: 11px; }
.unit-row small, .customer-head small { margin-top: 3px; color: rgba(255,255,255,.34); font-size: 8px; }
.unit-row em { color: var(--green); font-family: var(--mono); font-size: 7px; font-style: normal; }
.unit-summary { margin-top: 20px; color: rgba(255,255,255,.45); font-size: 9px; }
.unit-summary b { float: right; color: rgba(255,255,255,.75); font-family: var(--mono); }
.unit-summary > div, .balance-card > div { overflow: hidden; height: 5px; margin-top: 9px; border-radius: 9px; background: rgba(255,255,255,.08); }
.unit-summary > div i { display: block; width: 60%; height: 100%; background: var(--orange); }
.voucher-head > span, .report-head > span { display: flex; flex-direction: column; }
.voucher-head small, .report-head small { color: var(--orange); font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.voucher-head b, .report-head b { margin-top: 4px; font-family: var(--mono); font-size: 13px; }
.voucher-head em { padding: 5px 8px; border-radius: 30px; color: var(--green); background: rgba(32,201,151,.1); font-size: 8px; font-style: normal; font-weight: 700; }
.voucher-meta { display: grid; grid-template-columns: 1fr 1fr; padding: 17px 0; }
.voucher-meta span { color: rgba(255,255,255,.7); font-size: 10px; }
.voucher-meta small { display: block; margin-bottom: 4px; color: rgba(255,255,255,.28); font-size: 6px; letter-spacing: .1em; }
.voucher-line, .voucher-total { display: grid; grid-template-columns: 1.6fr 1fr 1fr; padding: 11px 10px; border-bottom: 1px solid rgba(255,255,255,.06); color: rgba(255,255,255,.68); font-size: 9px; }
.voucher-line span:not(:first-child), .voucher-total b { font-family: var(--mono); text-align: right; }
.voucher-line.header { color: rgba(255,255,255,.28); background: rgba(255,255,255,.025); font-size: 7px; text-transform: uppercase; }
.voucher-total { color: var(--white); border-bottom: 0; font-weight: 700; }
.customer-head { justify-content: flex-start; gap: 12px; }
.customer-head button { margin-left: auto; color: var(--white); border-color: var(--orange); background: var(--orange); }
.balance-card { margin-top: 20px; padding: 19px; border: 1px solid rgba(255,255,255,.07); border-radius: 9px; background: rgba(255,255,255,.025); }
.balance-card > small { color: rgba(255,255,255,.32); font-size: 7px; letter-spacing: .1em; }
.balance-card strong { display: block; margin-top: 5px; font-family: var(--mono); font-size: 25px; }
.balance-card > span { color: rgba(255,255,255,.35); font-size: 8px; }
.balance-card > div i { display: block; width: 65%; height: 100%; background: var(--orange); }
.aging-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 18px; border: 1px solid rgba(255,255,255,.07); border-radius: 8px; }
.aging-row span { display: flex; flex-direction: column; padding: 12px 9px; border-right: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.32); font-size: 6px; }
.aging-row span:last-child { border-right: 0; }
.aging-row b { margin-top: 5px; color: rgba(255,255,255,.75); font-family: var(--mono); font-size: 8px; }
.report-head button { color: var(--orange); }
.report-row { display: flex; justify-content: space-between; padding: 14px 5px; border-bottom: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.54); font-size: 10px; }
.report-row b { color: rgba(255,255,255,.78); font-family: var(--mono); font-weight: 500; }
.report-row.total { margin-top: 5px; color: var(--white); border-bottom: 2px solid rgba(255,255,255,.15); font-weight: 700; }
.report-row.total b { color: var(--green); font-size: 12px; }
.profit-margin { display: flex; align-items: center; gap: 10px; padding: 16px 5px 0; color: rgba(255,255,255,.38); font-size: 8px; }
.profit-margin strong { color: var(--white); font-family: var(--mono); font-size: 13px; }
.profit-margin em { margin-left: auto; padding: 4px 7px; border-radius: 20px; color: var(--green); background: rgba(32,201,151,.1); font-style: normal; font-weight: 700; }

.features { background: var(--white); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { position: relative; overflow: hidden; min-height: 300px; padding: 34px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: #cbd3db; box-shadow: 0 22px 45px rgba(20,42,67,.09); }
.feature-card > span, .feature-card > div > span { display: block; margin-top: 26px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.feature-card h3 { margin: 10px 0 12px; font-size: 23px; line-height: 1.3; letter-spacing: -.035em; }
.feature-card p { max-width: 560px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.feature-wide { display: grid; grid-template-columns: 50px 1fr 1fr; gap: 20px; min-height: 340px; }
.feature-wide .feature-icon { margin: 0; }
.feature-wide > div > span { margin-top: 0; }
.account-tree { align-self: center; margin-left: 10px; padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.account-tree > div { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 8px; height: 38px; padding: 0 9px; color: var(--ink-soft); font-family: var(--mono); font-size: 8px; }
.account-tree > div:nth-child(2) { padding-left: 19px; }
.account-tree > div:nth-child(3) { padding-left: 29px; }
.account-tree > div:nth-child(4) { padding-left: 39px; }
.account-tree i { width: 5px; height: 5px; border: 1px solid var(--muted); border-radius: 50%; }
.account-tree .selected { border-radius: 5px; color: var(--ink); background: var(--white); box-shadow: 0 4px 13px rgba(20,42,67,.07); }
.account-tree em { color: var(--green); font-size: 6px; font-style: normal; font-weight: 700; }
.feature-dark { color: var(--white); background: var(--navy-850); border-color: var(--navy-850); }
.feature-dark:hover { border-color: var(--navy-700); }
.feature-dark p { color: rgba(255,255,255,.5); }
.role-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 21px; }
.role-pills b { padding: 6px 8px; border: 1px solid rgba(255,255,255,.09); border-radius: 4px; color: rgba(255,255,255,.45); background: rgba(255,255,255,.03); font-family: var(--mono); font-size: 6px; }
.access-visual { align-self: center; margin-left: 10px; padding: 8px 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 10px; background: rgba(255,255,255,.025); }
.access-visual > div { display: grid; grid-template-columns: 1fr auto 30px; align-items: center; gap: 12px; min-height: 58px; border-bottom: 1px solid rgba(255,255,255,.07); }
.access-visual > div:last-child { border-bottom: 0; }
.access-visual span { font-size: 9px; font-weight: 600; }
.access-visual em { color: rgba(255,255,255,.28); font-size: 7px; font-style: normal; }
.toggle { position: relative; display: block; width: 27px; height: 15px; border-radius: 20px; background: rgba(255,255,255,.12); }
.toggle::after { content: ""; position: absolute; top: 3px; left: 3px; width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.5); }
.toggle.on { background: rgba(32,201,151,.3); }
.toggle.on::after { left: 15px; background: var(--green); }

.reports { position: relative; overflow: hidden; color: var(--white); background: var(--navy-900); }
.reports::after { content: "QL"; position: absolute; right: -15px; bottom: -140px; color: rgba(255,255,255,.025); font-size: 420px; font-weight: 800; line-height: 1; letter-spacing: -.1em; }
.report-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 110px; }
.report-copy { position: sticky; top: 120px; }
.report-copy > p { color: rgba(255,255,255,.5); }
.report-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 600; }
.report-actions span { display: flex; align-items: center; gap: 9px; }
.report-actions svg { color: var(--orange); }
.report-list { border-top: 1px solid var(--line-dark); }
.report-list > div { display: grid; grid-template-columns: 40px 1fr 1.25fr; align-items: center; gap: 18px; min-height: 95px; border-bottom: 1px solid var(--line-dark); transition: padding-left .2s ease, background-color .2s ease; }
.report-list > div:hover { padding-left: 12px; background: rgba(255,255,255,.025); }
.report-list span { color: var(--orange); font-family: var(--mono); font-size: 9px; }
.report-list b { font-size: 15px; }
.report-list small { color: rgba(255,255,255,.45); font-size: 12px; }

.security { padding-top: 0; background: var(--surface); }
.security-card { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 48px; padding: 65px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 24px 60px rgba(20,42,67,.07); }
.security-mark { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 16px; color: var(--green); background: var(--green-soft); }
.security-mark svg { width: 30px; height: 30px; }
.security-copy h2 { font-size: 42px; }
.security-points { border-top: 1px solid var(--line); }
.security-points > div { display: grid; grid-template-columns: 32px 1fr; gap: 14px; min-height: 94px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.security-points strong { color: var(--orange); font-family: var(--mono); font-size: 9px; }
.security-points span { display: flex; flex-direction: column; }
.security-points b { font-size: 14px; }
.security-points small { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.6; }

.pricing { background: var(--surface); }
.pricing-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.pricing-heading > div:first-child { max-width: 740px; }
.billing-toggle { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.billing-toggle button { min-height: 39px; padding: 0 15px; border: 0; border-radius: 7px; color: var(--muted); background: transparent; font-size: 11px; font-weight: 700; }
.billing-toggle button span { margin-left: 4px; color: var(--orange); font-size: 7px; text-transform: uppercase; }
.billing-toggle button.active { color: var(--white); background: var(--ink); }
.billing-toggle button.active span { color: var(--lime); }
.trial-banner { display: grid; grid-template-columns: 52px 1fr auto auto; align-items: center; gap: 23px; margin-bottom: 18px; padding: 25px 28px; border: 1px solid rgba(255,105,0,.23); border-radius: 14px; background: var(--orange-soft); }
.trial-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 12px; color: var(--orange); background: var(--white); }
.trial-icon svg { width: 23px; height: 23px; }
.trial-banner > div:nth-child(2) > span { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.trial-banner h3 { margin: 5px 0 3px; font-size: 17px; letter-spacing: -.02em; }
.trial-banner p { margin: 0; color: var(--muted); font-size: 12px; }
.trial-price { display: flex; flex-direction: column; align-items: flex-end; padding-right: 10px; }
.trial-price strong { font-family: var(--mono); font-size: 18px; }
.trial-price small { color: var(--muted); font-size: 10px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 590px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(180deg, #fff, #fbfcfd); box-shadow: 0 15px 40px rgba(20,42,67,.045); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.price-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: #dbe2e9; }
.price-card:hover { transform: translateY(-6px); border-color: #cbd4dd; box-shadow: 0 24px 54px rgba(20,42,67,.11); }
.price-card.featured { border: 2px solid var(--orange); background: linear-gradient(180deg, #fff9f5, #fff 26%); box-shadow: 0 22px 50px rgba(255,105,0,.12); }
.price-card.featured::before { height: 5px; background: var(--orange); }
.popular-tag { position: absolute; top: -13px; right: 22px; padding: 6px 10px; border-radius: 4px; color: var(--white); background: var(--orange); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.plan-fit { align-self: flex-start; margin-bottom: 20px; padding: 6px 9px; border-radius: 20px; color: var(--ink-soft); background: var(--surface); font-size: 9px; font-weight: 750; }
.price-card.featured .plan-fit { color: #b64c00; background: var(--orange-soft); }
.price-top > span { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.price-top p { min-height: 62px; margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.price { display: flex; align-items: baseline; margin-top: 26px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.price small { margin-right: 7px; color: var(--muted); font-family: var(--mono); font-size: 8px; }
.price strong { font-family: var(--mono); font-size: 34px; line-height: 1; letter-spacing: -.05em; }
.price em, .enterprise-row > strong em { margin-left: 7px; color: var(--muted); font-size: 10px; font-style: normal; }
.annual-saving { display: none; align-self: flex-start; margin-top: 13px; padding: 5px 9px; border-radius: 6px; color: #117455; background: var(--green-soft); font-size: 10px; font-weight: 750; }
.annual-billing .annual-saving { display: block; }
.unit-limit { display: flex; align-items: baseline; gap: 8px; padding: 23px 0 18px; }
.unit-limit b { color: var(--orange); font-family: var(--mono); font-size: 28px; }
.unit-limit span { color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.price-card ul { display: grid; gap: 13px; margin: 0 0 30px; padding: 0; list-style: none; color: var(--ink-soft); font-size: 12px; }
.price-card li { display: flex; align-items: center; gap: 9px; }
.price-card li svg { width: 17px; height: 17px; padding: 3px; border-radius: 50%; color: #128566; background: var(--green-soft); }
.price-card .button { margin-top: auto; }
.enterprise-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; margin-top: 18px; padding: 26px 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.enterprise-row > div { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 16px; }
.enterprise-row > div span { grid-row: 1 / 3; padding-right: 17px; border-right: 1px solid var(--line); color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.enterprise-row > div b { font-size: 15px; }
.enterprise-row > div small { color: var(--muted); font-size: 11px; }
.enterprise-row > strong { font-family: var(--mono); font-size: 10px; white-space: nowrap; }
.enterprise-row > strong b { font-size: 20px; }
.enterprise-row > a { display: flex; align-items: center; gap: 8px; color: var(--orange); font-size: 11px; font-weight: 800; white-space: nowrap; }
.enterprise-row > a svg { transition: transform .2s ease; }
.enterprise-row > a:hover svg { transform: translateX(4px); }
.pricing-note { margin: 19px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.comparison { background: var(--white); }
.comparison-heading { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 90px; margin-bottom: 48px; }
.comparison-heading h2 { max-width: 700px; margin: 0; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -.055em; }
.comparison-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.comparison-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 65px rgba(20,42,67,.08); }
.comparison-scroll { overflow-x: auto; scrollbar-color: var(--orange) #edf0f3; scrollbar-width: thin; }
.comparison-table { width: 100%; min-width: 890px; border-collapse: collapse; background: var(--white); font-size: 12px; }
.comparison-table th, .comparison-table td { padding: 16px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.comparison-table tr > :last-child { border-right: 0; }
.comparison-table tbody tr:last-child > * { border-bottom: 0; }
.comparison-table thead th { position: relative; height: 112px; color: var(--ink); background: #f8fafb; }
.comparison-table thead th:first-child { width: 25%; text-align: left; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.comparison-table thead th span, .comparison-table thead th small { display: block; }
.comparison-table thead th span { font-size: 15px; }
.comparison-table thead th small { margin-top: 6px; color: var(--muted); font-size: 10px; font-weight: 500; }
.comparison-table thead th.recommended { color: var(--white); background: var(--navy-850); }
.comparison-table thead th.recommended small { color: rgba(255,255,255,.5); }
.comparison-table thead th em { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); color: var(--orange); font-size: 7px; font-style: normal; letter-spacing: .13em; }
.comparison-table tbody th { max-width: 250px; color: var(--ink-soft); background: #fbfcfd; font-size: 12px; text-align: left; }
.comparison-table tbody td { color: var(--ink-soft); font-family: var(--mono); font-size: 11px; }
.comparison-table .highlight-row > * { background: var(--orange-soft); }
.comparison-table .highlight-row td b { color: var(--orange-dark); font-size: 15px; }
.compare-check { display: inline-grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: #128566; background: var(--green-soft); }
.compare-check svg { width: 14px; height: 14px; }
.action-row a { display: inline-flex; justify-content: center; min-width: 112px; padding: 9px 12px; border: 1px solid var(--orange); border-radius: 7px; color: var(--orange-dark); font-family: var(--font); font-size: 10px; font-weight: 800; transition: color .2s ease, background-color .2s ease; }
.action-row a:hover { color: var(--white); background: var(--orange); }
.comparison-hint { display: none; margin: 0; padding: 11px 15px; color: var(--muted); background: #f8fafb; font-size: 11px; text-align: center; }
.comparison-hint span { color: var(--orange-dark); font-weight: 750; }

.faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading h2 { font-size: 43px; }
.inline-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: var(--orange); font-size: 13px; font-weight: 800; }
.inline-link svg { transition: transform .2s ease; }
.inline-link:hover svg { transform: translateX(4px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 80px; padding: 0; border: 0; color: var(--ink); background: transparent; text-align: left; }
.faq-item button span { padding-right: 20px; font-size: 15px; font-weight: 700; }
.faq-item button i { position: relative; flex: 0 0 auto; width: 24px; height: 24px; border: 1px solid var(--line); border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 1px; background: var(--ink); transform: translate(-50%, -50%); transition: transform .2s ease; }
.faq-item button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item button[aria-expanded="true"] i { border-color: var(--orange); background: var(--orange); }
.faq-item button[aria-expanded="true"] i::before, .faq-item button[aria-expanded="true"] i::after { background: var(--white); }
.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-answer > p { overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding: 0 50px 24px 0; }

.demo-section { position: relative; overflow: hidden; padding: 110px 0; color: var(--white); background: var(--navy-850); }
.demo-section::before { content: ""; position: absolute; width: 620px; height: 620px; left: -260px; top: -280px; border: 100px solid rgba(255,105,0,.08); border-radius: 50%; }
.demo-section::after { content: ""; position: absolute; right: 0; bottom: 0; width: 48%; height: 100%; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to left, #000, transparent); }
.demo-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.demo-copy h2 { max-width: 510px; }
.demo-copy > p { max-width: 500px; margin: 22px 0 0; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.8; }
.demo-includes { display: flex; flex-direction: column; gap: 12px; margin-top: 30px; color: rgba(255,255,255,.74); font-size: 13px; font-weight: 600; }
.demo-includes span { display: flex; align-items: center; gap: 9px; }
.demo-includes svg { width: 18px; height: 18px; padding: 3px; border-radius: 50%; color: var(--green); background: rgba(32,201,151,.12); }
.demo-form { display: grid; gap: 16px; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.055); box-shadow: 0 30px 60px rgba(0,0,0,.2); backdrop-filter: blur(8px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.demo-form label { display: flex; flex-direction: column; gap: 8px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; color: var(--white); background: rgba(4,12,21,.42); outline: none; font-size: 13px; letter-spacing: 0; text-transform: none; transition: border-color .2s ease, background-color .2s ease; }
.demo-form input, .demo-form select { height: 46px; padding: 0 13px; }
.demo-form textarea { resize: vertical; min-height: 90px; padding: 12px 13px; }
.demo-form input::placeholder, .demo-form textarea::placeholder { color: rgba(255,255,255,.24); }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--orange); background: rgba(4,12,21,.65); }
.demo-form select option { color: var(--ink); background: var(--white); }
.demo-form .button { width: 100%; margin-top: 2px; }
.form-note { margin: -3px 0 0; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.6; text-align: center; }
.form-note.success { color: var(--green); }

.site-footer { color: var(--white); background: var(--navy-950); }
.footer-main { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; padding: 68px 0 55px; }
.footer-brand p { max-width: 340px; margin: 20px 0 0; color: rgba(255,255,255,.42); font-size: 12px; line-height: 1.8; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links > div { display: flex; flex-direction: column; gap: 10px; }
.footer-links b { margin-bottom: 5px; color: var(--white); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a, .footer-links span { color: rgba(255,255,255,.44); font-size: 11px; transition: color .2s ease; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; padding: 20px 0 25px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.34); font-size: 10px; letter-spacing: .04em; }

.back-to-top { position: fixed; z-index: 90; right: max(20px, calc((100vw - var(--container)) / 2)); bottom: 24px; display: flex; align-items: center; gap: 7px; min-width: 58px; height: 44px; padding: 0 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; color: var(--white); background: rgba(7,17,31,.94); box-shadow: 0 12px 30px rgba(5,12,21,.24); opacity: 0; visibility: hidden; transform: translateY(15px); transition: opacity .22s ease, visibility .22s ease, transform .22s ease, background-color .22s ease; backdrop-filter: blur(8px); }
.back-to-top.visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { background: var(--orange); }
.back-to-top svg { width: 15px; height: 15px; transform: rotate(-90deg); }
.back-to-top span { font-size: 11px; font-weight: 750; }

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

@media (max-width: 1180px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a, .text-link { font-size: 13px; }
  .hero-layout { grid-template-columns: .9fr 1.1fr; gap: 32px; }
  .app-window { width: 690px; transform: scale(.92) rotateY(-4deg) rotateX(1.5deg); transform-origin: center left; }
  .hero-product { margin-right: -80px; }
  .orbit-card-top { right: 25px; }
  .feature-wide { grid-template-columns: 50px 1.1fr .9fr; }
}

@media (max-width: 1024px) {
  .desktop-nav, .desktop-action { display: none; }
  .menu-button { display: grid; }
  .mobile-nav { position: fixed; inset: 78px 0 auto; display: flex; flex-direction: column; max-height: 0; padding: 0 20px; overflow-x: hidden; overflow-y: auto; border-bottom: 1px solid rgba(255,255,255,.08); background: var(--navy-900); opacity: 0; visibility: hidden; transition: max-height .3s ease, padding .3s ease, opacity .2s ease, visibility .2s ease; }
  .site-header.menu-active .mobile-nav { max-height: calc(100vh - 78px); padding-top: 18px; padding-bottom: 24px; opacity: 1; visibility: visible; }
  .mobile-nav > a { padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.75); font-size: 15px; font-weight: 600; }
  .mobile-nav > a.active { color: var(--orange); }
  .mobile-nav-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { max-width: 760px; }
  .hero h1 { max-width: 760px; }
  .hero-product { width: 100%; max-width: 760px; margin: 35px auto 0; }
  .app-window { width: 100%; transform: none; }
  .orbit-card-top { right: -18px; }
  .hero-foot { margin-top: 60px; }
  .split-intro { grid-template-columns: 1fr; gap: 20px; }
  .split-intro > p { max-width: 680px; }
  .tour-panel { grid-template-columns: 1fr; gap: 35px; }
  .tour-copy { max-width: 650px; }
  .tour-content, .tour-panel { min-height: auto; }
  .feature-wide { grid-template-columns: 50px 1fr; }
  .feature-wide > :last-child { grid-column: 1 / -1; margin: 5px 0 0; }
  .report-layout { gap: 60px; }
  .security-card { grid-template-columns: 65px 1fr; }
  .security-points { grid-column: 2; }
  .pricing-heading { align-items: flex-start; flex-direction: column; }
  .price-card { padding: 27px; }
  .comparison-heading { grid-template-columns: 1fr; gap: 18px; }
  .comparison-heading > p { max-width: 700px; }
  .faq-layout { gap: 60px; }
  .demo-grid { gap: 50px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 88px 0; }
  .hero-product { width: 100%; max-width: none; margin-left: 0; transform: none; }
  .hero-foot { margin-top: 0; align-items: flex-start; flex-direction: column; justify-content: center; gap: 16px; }
  .hero-foot div { gap: 17px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid > div, .outcome-grid > div + div { min-height: 115px; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .outcome-grid > div:last-child { border-bottom: 0; }
  .problem-solution-grid { grid-template-columns: 1fr; }
  .problem-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .problem-card, .solution-card { min-height: auto; padding: 36px; }
  .tour-panel { padding: 38px; }
  .feature-grid { grid-template-columns: 1fr; }
  .report-layout { grid-template-columns: 1fr; }
  .report-copy { position: static; }
  .security-card { padding: 42px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .price-card .button { margin-top: 15px; }
  .trial-banner { grid-template-columns: 50px 1fr auto; }
  .trial-banner > .button { grid-column: 1 / -1; }
  .enterprise-row { grid-template-columns: 1fr auto; }
  .enterprise-row > a { grid-column: 1 / -1; }
  .comparison-hint { display: block; }
  .comparison-table thead th:first-child, .comparison-table tbody th { position: sticky; left: 0; z-index: 2; box-shadow: 1px 0 0 var(--line); }
  .comparison-table thead th:first-child { z-index: 3; background: #f8fafb; }
  .comparison-table .highlight-row th { background: var(--orange-soft); }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .demo-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 68px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .site-header { height: 68px; }
  .mobile-nav { top: 68px; }
  .brand { gap: 8px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { margin-top: 4px; font-size: 7.5px; letter-spacing: .1em; }
  .site-header .brand img { width: 40px; height: 40px; }
  .menu-button { width: auto; min-width: 72px; height: 40px; }
  .hero { padding-top: 116px; }
  .hero h1 { font-size: clamp(39px, 11.5vw, 47px); }
  .hero-copy > p { font-size: 15px; line-height: 1.7; }
  .hero-capabilities { grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
  .hero-capabilities span { font-size: 13px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-proof { align-items: flex-start; flex-direction: column; }
  .hero-product { width: 100%; max-width: none; height: auto; margin-top: 36px; transform: none; }
  .orbit-card { display: none; }
  .app-window { width: 100%; border-radius: 13px; }
  .window-bar { height: 34px; grid-template-columns: auto 1fr auto; gap: 8px; padding: 0 10px; }
  .window-url { min-width: 0; padding: 4px 8px; font-size: 7px; }
  .window-live { font-size: 7px; }
  .app-body { display: block; height: auto; }
  .mock-sidebar { display: none; }
  .mock-main { min-width: 0; padding: 12px; }
  .mock-topbar small { font-size: 6px; }
  .mock-topbar strong { font-size: 12px; }
  .mock-selector { padding: 6px 7px; font-size: 6px; }
  .mock-selector b { margin-left: 7px; }
  .mock-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-top: 12px; }
  .mock-kpis > div { min-height: 72px; padding: 10px; }
  .mock-kpis > div:nth-child(3) { display: none; }
  .mock-kpis small { font-size: 6px; }
  .mock-kpis strong { font-size: 13px; }
  .mock-kpis em { font-size: 6px; }
  .mock-panels { grid-template-columns: 1fr; gap: 7px; margin-top: 7px; }
  .mock-chart-panel { height: 205px; padding: 10px; }
  .mock-category-panel { display: none; }
  .panel-heading small, .panel-heading b { font-size: 6px; }
  .panel-heading > strong { font-size: 9px; }
  .line-chart { height: 142px; }
  .chart-months { font-size: 5px; }
  .mock-table { margin-top: 7px; }
  .table-title { font-size: 6px; }
  .table-row { grid-template-columns: 1.2fr 1fr .8fr; font-size: 6px; }
  .table-row span:nth-child(3) { display: none; }
  .table-row.table-head { font-size: 5px; }
  .hero-foot { min-height: 135px; margin-top: 40px; }
  .hero-foot div { gap: 8px 14px; }
  .hero-foot b { font-size: 8px; }
  .section { padding: 72px 0; }
  .section-intro { margin-bottom: 40px; }
  .section-intro h2, .pricing-heading h2, .faq-heading h2, .demo-copy h2, .report-copy h2, .security-copy h2 { font-size: 37px; }
  .split-intro { gap: 14px; }
  .problem-card, .solution-card { padding: 28px 22px; }
  .problem-card h3, .solution-card h3 { font-size: 22px; }
  .tour-tabs { grid-template-columns: repeat(2, 1fr); }
  .tour-tab:nth-child(2) { border-right: 0; }
  .tour-tab:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .tour-panel { padding: 27px 17px; }
  .tour-copy h3 { font-size: 27px; }
  .tour-visual { min-height: 330px; padding: 18px 13px; }
  .aging-row span { padding: 10px 5px; }
  .feature-card { min-height: auto; padding: 26px 22px; }
  .feature-wide { display: block; }
  .feature-wide > div:nth-child(2) { margin-top: 22px; }
  .account-tree, .access-visual { margin: 24px 0 0; padding: 12px 8px; }
  .access-visual > div { grid-template-columns: 1fr 27px; }
  .access-visual em { display: none; }
  .report-list > div { grid-template-columns: 25px 1fr; padding: 17px 0; }
  .report-list small { grid-column: 2; }
  .security-card { grid-template-columns: 1fr; gap: 25px; padding: 30px 22px; }
  .security-points { grid-column: 1; }
  .pricing-heading { gap: 25px; }
  .billing-toggle { width: 100%; }
  .billing-toggle button { flex: 1; }
  .trial-banner { grid-template-columns: 45px 1fr; padding: 22px 18px; }
  .trial-price { grid-column: 1 / -1; align-items: flex-start; }
  .price-card { padding: 28px 23px; }
  .price-card:hover { transform: none; }
  .enterprise-row { grid-template-columns: 1fr; padding: 23px 20px; }
  .enterprise-row > div { grid-template-columns: 1fr; gap: 5px; }
  .enterprise-row > div span { grid-row: auto; padding: 0; border: 0; }
  .enterprise-row > a { grid-column: auto; }
  .comparison-heading { margin-bottom: 34px; }
  .comparison-table { min-width: 800px; }
  .comparison-table th, .comparison-table td { padding: 14px 15px; }
  .faq-item button { min-height: 72px; }
  .demo-section { padding: 78px 0; }
  .form-row { grid-template-columns: 1fr; }
  .demo-form { padding: 24px 18px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); row-gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .back-to-top { right: 12px; bottom: 14px; min-width: 44px; width: 44px; padding: 0; justify-content: center; }
  .back-to-top span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 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; }
}
