:root {
  --bg: #050509;
  --bg2: #0b0b12;
  --panel: rgba(17, 17, 27, 0.72);
  --panel2: rgba(255,255,255,0.06);
  --line: rgba(244, 241, 232, 0.13);
  --text: #f4f1e8;
  --muted: rgba(244, 241, 232, 0.66);
  --dim: rgba(244, 241, 232, 0.42);
  --lime: #d7ff00;
  --purple: #7c3dff;
  --red: #ff3b5c;
  --green: #2dff88;
  --orange: #ffb000;
  --shadow: 0 36px 130px rgba(0, 0, 0, 0.55);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 80% 8%, rgba(124,61,255,.22), transparent 32%), radial-gradient(circle at 12% 20%, rgba(215,255,0,.13), transparent 25%), var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.noise {
  pointer-events: none;
  position: fixed; inset: 0; z-index: 50; opacity: .09;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed; width: 360px; height: 360px; border-radius: 999px; pointer-events: none; z-index: 0;
  background: radial-gradient(circle, rgba(215,255,0,.15), transparent 58%);
  transform: translate(-50%, -50%); filter: blur(14px); opacity: .75;
}
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 20;
  height: 82px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 4vw; backdrop-filter: blur(24px); background: linear-gradient(to bottom, rgba(5,5,9,.88), rgba(5,5,9,.36));
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.brand { display: grid; gap: 2px; }
.brand-script { font-family: "Bebas Neue", Inter, sans-serif; font-size: 34px; letter-spacing: .5px; transform: skew(-4deg); }
.brand-mark { height: 5px; width: 92px; background: var(--lime); border-radius: 9px; transform: rotate(-5deg); box-shadow: 0 0 22px rgba(215,255,0,.6); }
.nav { display: flex; gap: 28px; color: var(--muted); font-size: 14px; }
.nav a:hover { color: var(--lime); }
.top-cta { padding: 12px 18px; border: 1px solid rgba(215,255,0,.38); border-radius: 999px; color: var(--lime); background: rgba(215,255,0,.06); font-weight: 700; }
.hero { min-height: 100vh; padding: 130px 4vw 70px; display: grid; grid-template-columns: .86fr 1.28fr; gap: 48px; align-items: center; position: relative; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; font-family: "Space Mono", monospace; color: var(--muted); text-transform: uppercase; font-size: 12px; letter-spacing: .09em; }
.eyebrow span { width: 34px; height: 8px; border-radius: 999px; background: var(--lime); box-shadow: 0 0 24px rgba(215,255,0,.8); }
h1, h2, h3, p { margin: 0; }
h1 { font-family: "Bebas Neue", Inter, sans-serif; font-size: clamp(76px, 10vw, 154px); line-height: .82; letter-spacing: -0.035em; margin: 28px 0 26px; text-transform: uppercase; }
h1 em { color: var(--lime); font-style: normal; text-shadow: 0 0 36px rgba(215,255,0,.32); }
.hero-sub { max-width: 620px; color: var(--muted); font-size: clamp(17px, 1.45vw, 22px); line-height: 1.55; }
.hero-actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 56px; padding: 0 24px; border-radius: 16px; font-weight: 900; letter-spacing: -.02em; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--lime); color: #050509; box-shadow: 0 18px 56px rgba(215,255,0,.26); }
.btn.ghost { border: 1px solid var(--line); background: rgba(255,255,255,.05); color: var(--text); }
.btn.big { height: 66px; padding: 0 34px; font-size: 18px; }
.hero-note { margin-top: 24px; color: var(--dim); font-family: "Space Mono", monospace; font-size: 13px; max-width: 540px; }
.hero-stage { perspective: 1400px; min-height: 680px; position: relative; }
.orbit { position: absolute; border-radius: 999px; filter: blur(28px); opacity: .55; }
.orbit-a { width: 420px; height: 420px; right: 6%; top: 4%; background: rgba(124,61,255,.32); animation: floaty 8s ease-in-out infinite; }
.orbit-b { width: 260px; height: 260px; left: 8%; bottom: 8%; background: rgba(215,255,0,.19); animation: floaty 10s ease-in-out infinite reverse; }
.dashboard-shell {
  position: relative; z-index: 2; display: grid; grid-template-columns: 176px 1fr; min-height: 640px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 32px; background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.035));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.14); overflow: hidden;
  transform: rotateY(-10deg) rotateX(6deg) rotateZ(-1.2deg); transform-style: preserve-3d;
}
.dashboard-shell::before { content:""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 4%, rgba(215,255,0,.16), transparent 33%), radial-gradient(circle at 10% 100%, rgba(124,61,255,.25), transparent 34%); pointer-events: none; }
.sidebar { padding: 28px 18px; border-right: 1px solid var(--line); background: rgba(0,0,0,.22); display: flex; flex-direction: column; gap: 10px; position: relative; z-index: 2; }
.mini-logo { font-family: "Bebas Neue"; font-size: 32px; color: var(--lime); margin: 8px 0 20px; }
.sidebar a { padding: 12px 14px; border-radius: 13px; color: var(--muted); font-size: 14px; }
.sidebar a.side-active { background: linear-gradient(135deg, rgba(215,255,0,.2), rgba(124,61,255,.18)); color: var(--text); border: 1px solid rgba(215,255,0,.28); }
.operator { margin-top: auto; display: flex; gap: 10px; align-items: center; color: var(--text); font-size: 13px; }
.operator span { display: block; color: var(--dim); font-size: 11px; margin-top: 2px; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; background: var(--lime); color: #050509; font-weight: 900; }
.cockpit { padding: 30px; position: relative; z-index: 2; }
.cockpit-head, .card-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.small-label { color: var(--dim); font-family: "Space Mono"; font-size: 11px; text-transform: uppercase; }
.cockpit h2 { font-size: 30px; letter-spacing: -.04em; margin-top: 4px; }
.new-invoice { border: 0; background: var(--lime); color: #050509; padding: 13px 18px; border-radius: 14px; font-weight: 900; box-shadow: 0 16px 44px rgba(215,255,0,.22); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 24px; }
.metric { min-height: 142px; border: 1px solid var(--line); background: rgba(255,255,255,.055); border-radius: 18px; padding: 17px; box-shadow: inset 0 1px 0 rgba(255,255,255,.1); }
.metric span { color: var(--dim); font-family: "Space Mono"; font-size: 10px; text-transform: uppercase; }
.metric strong { display: block; font-size: 27px; letter-spacing: -.04em; margin: 14px 0 3px; }
.metric small { color: var(--muted); }
.metric svg { width: 100%; height: 34px; margin-top: 8px; }
.metric polyline { fill: none; stroke: var(--lime); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 8px rgba(215,255,0,.45)); }
.metric:nth-child(2) polyline { stroke: var(--purple); filter: drop-shadow(0 0 8px rgba(124,61,255,.45)); }
.metric.danger polyline { stroke: var(--red); filter: drop-shadow(0 0 8px rgba(255,59,92,.45)); }
.metric.success polyline { stroke: var(--green); filter: drop-shadow(0 0 8px rgba(45,255,136,.35)); }
.cockpit-main { display: grid; grid-template-columns: 1.7fr .95fr; gap: 16px; margin-top: 16px; }
.chart-card, .attention-card, .clarity-card, .old-way, .new-way, .cta-glass { border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.055); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); }
.chart-card { min-height: 310px; padding: 20px; background: rgba(0,0,0,.28); }
.card-head h3 { font-size: 17px; letter-spacing: -.02em; }
.card-head span { color: var(--dim); font-size: 12px; }
.chart-wrap { position: relative; margin-top: 14px; height: 240px; }
.chart { width: 100%; height: 100%; overflow: visible; }
.gridline { stroke: rgba(255,255,255,.09); stroke-width: 1; }
.expected-line { fill: none; stroke: rgba(244,241,232,.68); stroke-width: 3; stroke-dasharray: 7 9; }
.money-area { fill: url(#areaGlow); opacity: 0; animation: fadeIn 1s ease forwards 1s; }
.money-line { fill: none; stroke: var(--lime); stroke-width: 5; stroke-linecap: round; filter: drop-shadow(0 0 10px rgba(215,255,0,.55)); }
.draw { stroke-dasharray: 1200; stroke-dashoffset: 1200; animation: draw 2.2s cubic-bezier(.19,1,.22,1) forwards .6s; }
.pulse-dot { fill: var(--lime); animation: pulse 1.8s ease-in-out infinite; }
.tooltip-float { position: absolute; right: 12%; top: 26%; padding: 12px 14px; border-radius: 14px; background: rgba(5,5,9,.86); border: 1px solid rgba(215,255,0,.25); box-shadow: 0 18px 45px rgba(0,0,0,.4); font-size: 12px; }
.tooltip-float b, .tooltip-float span { display: block; margin: 4px 0; }
.tooltip-float i { display:inline-block; width: 7px; height: 7px; border-radius: 99px; background: var(--lime); margin-right: 7px; }
.tooltip-float .green { background: var(--green); }
.attention-card { padding: 20px; }
.attention-item { margin-top: 18px; display: flex; justify-content: space-between; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(0,0,0,.14); font-size: 13px; }
.attention-item.red { color: var(--red); } .attention-item.yellow { color: var(--orange); } .attention-item.purple { color: #a278ff; }
section { position: relative; padding: 110px 4vw; }
.section-copy { max-width: 760px; }
.section-copy.center { margin: 0 auto 44px; text-align: center; }
.kicker { color: var(--lime); margin-bottom: 14px; }
section h2 { font-family: "Bebas Neue"; font-size: clamp(54px, 7vw, 112px); line-height: .9; letter-spacing: -.035em; text-transform: uppercase; }
section p { color: var(--muted); line-height: 1.65; font-size: 18px; margin-top: 18px; }
.chaos { display: grid; grid-template-columns: .78fr 1.2fr; gap: 58px; align-items: center; }
.flow-board { position: relative; min-height: 520px; perspective: 1200px; }
.chaos-pile { position: absolute; inset: 0; }
.scrap { position: absolute; display: inline-flex; padding: 14px 18px; border-radius: 14px; font-family: "Space Mono"; font-size: 13px; background: rgba(255,255,255,.08); border: 1px solid var(--line); box-shadow: 0 20px 55px rgba(0,0,0,.3); animation: floaty 4s ease-in-out infinite; }
.s1 { left: 4%; top: 8%; transform: rotate(-8deg); } .s2 { right: 10%; top: 12%; color: var(--red); transform: rotate(7deg); } .s3 { left: 19%; top: 42%; color: var(--orange); transform: rotate(4deg); } .s4 { right: 4%; bottom: 18%; color: var(--lime); transform: rotate(-9deg); } .s5 { left: 6%; bottom: 12%; color: #a278ff; transform: rotate(11deg); }
.flow-line { position: absolute; inset: 18% 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; transform: rotateX(12deg) rotateY(-10deg); }
.flow-line::before { content:""; position: absolute; left: 8%; right: 8%; top: 54px; height: 3px; background: linear-gradient(90deg, var(--lime), var(--purple)); box-shadow: 0 0 30px rgba(215,255,0,.4); }
.flow-step { min-height: 230px; padding: 20px; border-radius: 22px; border: 1px solid rgba(255,255,255,.14); background: rgba(12,12,20,.78); backdrop-filter: blur(18px); box-shadow: var(--shadow); position: relative; transform: translateY(85px); opacity: .35; transition: .9s cubic-bezier(.19,1,.22,1); }
.flow-step.in-view { transform: translateY(0); opacity: 1; }
.flow-step strong { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: var(--lime); color: #050509; font-weight: 900; position: relative; z-index: 2; }
.flow-step b { display:block; font-size: 20px; margin-top: 54px; }
.flow-step span { color: var(--muted); font-size: 14px; display:block; margin-top: 9px; }
.clarity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.clarity-card { padding: 26px; min-height: 280px; transition: transform .28s ease, border-color .28s ease; }
.clarity-card:hover { transform: translateY(-12px) rotateX(3deg); border-color: rgba(215,255,0,.42); }
.icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: rgba(215,255,0,.12); color: var(--lime); border: 1px solid rgba(215,255,0,.28); font-size: 28px; font-weight: 900; }
.clarity-card h3 { font-size: 24px; margin-top: 28px; }
.demo { display: grid; grid-template-columns: .72fr 1fr; gap: 70px; align-items: center; }
.demo-phone { min-height: 580px; position: relative; display: grid; place-items: center; }
.phone-glow { position:absolute; width: 420px; height: 420px; border-radius:999px; background: rgba(124,61,255,.3); filter: blur(50px); }
.phone { position: relative; width: 310px; min-height: 590px; border-radius: 42px; padding: 28px; background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.15); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.15); transform: rotate(-8deg); }
.phone-top { font-size: 12px; color: var(--muted); }
.phone h3 { margin-top: 34px; font-size: 21px; }
.paid-pill { display: inline-flex; margin: 12px 0 24px; padding: 7px 12px; background: rgba(215,255,0,.14); color: var(--lime); border-radius: 999px; font-size: 12px; font-weight: 800; }
.phone strong { display:block; font-size: 34px; letter-spacing: -.05em; }
.phone p { font-size: 15px; margin-top: 6px; }
.timeline { display: grid; gap: 26px; margin-top: 48px; position: relative; }
.timeline::before { content:""; position:absolute; left: 8px; top: 10px; bottom: 10px; width: 2px; background: var(--lime); }
.timeline span { position: relative; padding-left: 30px; color: var(--text); font-size: 14px; }
.timeline span::before { content:""; position:absolute; left: 0; top: 2px; width: 16px; height: 16px; border-radius: 999px; background: var(--bg); border: 2px solid var(--lime); box-shadow: 0 0 14px rgba(215,255,0,.45); }
.timeline i { float:right; color: var(--dim); font-style: normal; }
.demo-steps { margin-top: 34px; display: grid; gap: 14px; }
.demo-steps div { display: flex; align-items:center; gap: 18px; padding: 20px; border-radius: 20px; background: rgba(255,255,255,.055); border: 1px solid var(--line); }
.demo-steps b { color: var(--lime); font-family: "Space Mono"; }
.demo-steps span { font-size: 22px; font-weight: 800; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.comparison h3 { font-family: "Bebas Neue"; font-size: 54px; letter-spacing: -.03em; }
.comparison ul { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 16px; }
.comparison li { padding: 16px 18px; border-radius: 16px; background: rgba(0,0,0,.2); border: 1px solid var(--line); color: var(--muted); }
.old-way { padding: 34px; filter: grayscale(.45); opacity: .74; }
.new-way { padding: 34px; border-color: rgba(215,255,0,.34); box-shadow: 0 0 80px rgba(215,255,0,.08); }
.new-way h3 { color: var(--lime); }
.final-cta { min-height: 80vh; display: grid; place-items: center; text-align: center; }
.cta-glass { max-width: 980px; padding: 70px; background: radial-gradient(circle at 50% 0%, rgba(215,255,0,.18), rgba(255,255,255,.06) 42%, rgba(255,255,255,.035)); box-shadow: var(--shadow); }
.cta-glass p { margin: 24px auto 0; }
.cta-glass .btn { margin-top: 34px; }
.reveal { opacity: 0; transform: translateY(38px); transition: opacity .9s ease, transform 1s cubic-bezier(.19,1,.22,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; } .delay-2 { transition-delay: .22s; } .delay-3 { transition-delay: .32s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fadeIn { to { opacity: 1; } }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.9); opacity: .45; } }
@keyframes floaty { 0%,100% { translate: 0 0; } 50% { translate: 0 -18px; } }
@media (max-width: 1180px) {
  .hero, .chaos, .demo { grid-template-columns: 1fr; }
  .hero-stage { min-height: auto; }
  .dashboard-shell { transform: none; min-height: auto; }
  .metric-grid, .clarity-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .nav { display: none; }
  .topbar { height: 72px; }
  .top-cta { display:none; }
  .hero { padding-top: 110px; }
  h1 { font-size: 82px; }
  .dashboard-shell { grid-template-columns: 1fr; border-radius: 24px; }
  .sidebar { display:none; }
  .cockpit { padding: 18px; }
  .cockpit-head { align-items:flex-start; }
  .new-invoice { padding: 11px 12px; }
  .metric-grid, .cockpit-main, .clarity-grid, .comparison { grid-template-columns: 1fr; }
  .flow-line { position: relative; inset: auto; grid-template-columns: 1fr; transform: none; }
  .flow-line::before { display:none; }
  .chaos-pile { display:none; }
  .flow-board { min-height:auto; }
  section { padding: 80px 5vw; }
  .cta-glass { padding: 38px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
