/* ─────────────  Tezga — lending  ───────────── */

:root {
  --bg: #070a0e;
  --bg2: #0b1016;
  --panel: #101820;
  --panel2: #16202a;
  --line: #1e2a36;
  --line2: #2a3a48;
  --text: #e9eff5;
  --muted: #8ea0b2;
  --dim: #64748b;
  --accent: #37d67a;
  --accent2: #28b6c9;
  --blue: #5b7cfa;
  --warn: #e5a93c;
  --danger: #e2605a;
  --radius: 16px;
  --wrap: 1180px;
  --shadow: 0 24px 60px -20px rgba(0, 0, 0, .75);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.demo-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
::selection { background: rgba(55, 214, 122, .3); }

.wrap { width: min(var(--wrap), calc(100% - 48px)); margin-inline: auto; }
.wrap.narrow { width: min(820px, calc(100% - 48px)); }

/* ─────────────  buttons  ───────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font: inherit; font-weight: 600; letter-spacing: -.01em;
  border: 1px solid transparent; border-radius: 12px;
  padding: 11px 20px; cursor: pointer;
  transition: transform .15s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #05130b; box-shadow: 0 10px 30px -12px rgba(55, 214, 122, .7);
}
.btn-primary:hover { box-shadow: 0 14px 40px -12px rgba(55, 214, 122, .9); }
.btn-ghost { background: rgba(255, 255, 255, .04); border-color: var(--line2); color: var(--text); }
.btn-ghost:hover { border-color: var(--accent); background: rgba(55, 214, 122, .08); }
.btn-lg { padding: 14px 26px; font-size: 16px; border-radius: 14px; }
.btn-sm { padding: 8px 14px; font-size: 14px; border-radius: 10px; }
.btn-full { width: 100%; }

/* ─────────────  nav  ───────────── */
.nav {
  position: sticky; top: 0; z-index: 60;
  backdrop-filter: blur(14px);
  background: rgba(7, 10, 14, .72);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease;
}
.nav.scrolled { border-color: var(--line); background: rgba(7, 10, 14, .92); }
.nav-in { display: flex; align-items: center; gap: 24px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.02em; }
.brand-name { font-size: 19px; }
.nav-links { display: flex; gap: 26px; margin-left: 12px; flex: 1; }
.nav-links a { color: var(--muted); font-size: 14.5px; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-right { display: flex; align-items: center; gap: 12px; }
.lang { display: flex; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.lang button {
  font: inherit; font-size: 12.5px; font-weight: 600; letter-spacing: .04em;
  background: transparent; color: var(--dim); border: 0; padding: 6px 10px; cursor: pointer;
  transition: color .2s, background .2s;
}
.lang button:hover { color: var(--text); }
.lang button.on { background: var(--panel2); color: var(--accent); }
.burger { display: none; flex-direction: column; gap: 4px; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { width: 20px; height: 2px; background: var(--text); border-radius: 2px; }

/* ─────────────  hero  ───────────── */
.hero { position: relative; padding: 84px 0 72px; overflow: hidden; }
.hero-glow {
  position: absolute; inset: -30% -20% auto -20%; height: 720px; pointer-events: none;
  background:
    radial-gradient(46% 46% at 22% 34%, rgba(55, 214, 122, .17), transparent 70%),
    radial-gradient(40% 40% at 74% 20%, rgba(40, 182, 201, .15), transparent 70%),
    radial-gradient(38% 38% at 58% 70%, rgba(91, 124, 250, .10), transparent 70%);
  filter: blur(6px);
}
.hero-in {
  position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 56px; align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 600; letter-spacing: .01em; color: var(--muted);
  background: rgba(255, 255, 255, .04); border: 1px solid var(--line);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 22px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); }
h1 {
  font-size: clamp(38px, 5.2vw, 62px); line-height: 1.04;
  letter-spacing: -.035em; font-weight: 800;
}
h1 em {
  font-style: normal;
  background: linear-gradient(100deg, var(--accent) 10%, var(--accent2) 65%, var(--blue));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead { color: var(--muted); font-size: 18px; margin-top: 20px; max-width: 56ch; }
.lead.sm { font-size: 16.5px; }
.hero-cta { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.hero-note { color: var(--dim); font-size: 13.5px; margin-top: 14px; }
.hero-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.hero-badges li {
  font-size: 12.5px; color: var(--muted); font-weight: 500;
  border: 1px solid var(--line); border-radius: 8px; padding: 5px 11px;
  background: rgba(255, 255, 255, .02);
}
.hero-badges li::before { content: "✓"; color: var(--accent); margin-right: 7px; font-weight: 700; }

/* mock ekran */
.hero-shot { position: relative; }
.shot {
  background: linear-gradient(180deg, var(--panel), var(--bg2));
  border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow);
  overflow: hidden; transform: perspective(1400px) rotateY(-7deg) rotateX(3deg);
}
.shot-bar {
  display: flex; align-items: center; gap: 7px; padding: 11px 14px;
  border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .02);
}
.shot-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line2); }
.shot-title { margin-left: 10px; font-size: 12.5px; color: var(--muted); font-weight: 600; }
.shot-badge {
  margin-left: auto; font-size: 11px; font-family: "JetBrains Mono", monospace;
  color: var(--accent); border: 1px solid rgba(55, 214, 122, .35);
  background: rgba(55, 214, 122, .08); padding: 3px 8px; border-radius: 6px;
}
.shot-body { display: grid; grid-template-columns: 1fr 1.15fr; gap: 14px; padding: 14px; }
.shot-plan { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; align-content: start; }
.shot-table {
  aspect-ratio: 1.35; border-radius: 10px; border: 1px solid var(--line);
  background: var(--panel2); display: flex; flex-direction: column;
  align-items: center; justify-content: center; font-weight: 700; font-size: 15px; color: var(--muted);
}
.shot-table span { font-size: 10px; font-weight: 500; color: var(--dim); }
.shot-table.busy { border-color: rgba(55, 214, 122, .45); background: rgba(55, 214, 122, .09); color: var(--accent); }
.shot-table.sel { outline: 2px solid var(--accent2); outline-offset: 1px; }
.shot-check { border-left: 1px solid var(--line); padding-left: 14px; }
.shot-line { display: flex; justify-content: space-between; gap: 10px; font-size: 12.5px; padding: 5px 0; color: var(--text); }
.shot-line b { font-family: "JetBrains Mono", monospace; font-weight: 500; }
.shot-line.muted { color: var(--warn); }
.shot-total {
  display: flex; justify-content: space-between; margin-top: 10px; padding-top: 10px;
  border-top: 1px dashed var(--line2); font-size: 13px; font-weight: 700;
}
.shot-total b { font-family: "JetBrains Mono", monospace; color: var(--accent); font-size: 15px; }
.shot-vat { display: flex; gap: 10px; font-size: 10.5px; color: var(--dim); margin-top: 6px; font-family: "JetBrains Mono", monospace; }
.shot-actions { display: flex; gap: 7px; margin-top: 14px; }
.shot-actions i {
  font-style: normal; font-size: 11.5px; font-weight: 600; padding: 6px 12px;
  border-radius: 8px; border: 1px solid var(--line2); color: var(--muted);
}
.shot-actions i.green { background: linear-gradient(135deg, var(--accent), var(--accent2)); color: #05130b; border-color: transparent; }
.shot-float {
  position: absolute; background: rgba(16, 24, 32, .95); border: 1px solid var(--line2);
  border-radius: 12px; padding: 10px 13px; box-shadow: var(--shadow); backdrop-filter: blur(8px);
}
.shot-kds { bottom: -22px; right: 12px; width: 148px; animation: float 7s ease-in-out infinite reverse; }
.shot-order { top: -48px; left: -40px; width: 178px; animation: float 6s ease-in-out infinite; }
.sf-h { font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--accent2); font-weight: 700; }
.sf-l { font-size: 12px; color: var(--text); margin-top: 4px; }
.sf-l b { color: var(--accent2); font-family: "JetBrains Mono", monospace; margin-right: 3px; }
.sf-ok { margin-top: 9px; font-size: 10.5px; color: var(--accent); font-weight: 700; }
.sf-plat {
  display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: -.01em;
  padding: 3px 9px; border-radius: 6px; margin-bottom: 4px;
}
.sf-plat.wolt { background: #00c2e8; color: #04222a; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (prefers-reduced-motion: reduce) { .shot-kds, .shot-order { animation: none; } }

/* ─────────────  stats  ───────────── */
.stats { border-block: 1px solid var(--line); background: var(--bg2); }
.stats-in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding: 34px 0; }
.stat { display: flex; flex-direction: column; gap: 4px; }
.stat b {
  font-size: 34px; font-weight: 800; letter-spacing: -.04em; line-height: 1;
  background: linear-gradient(140deg, var(--accent), var(--accent2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat span { font-size: 13px; color: var(--muted); line-height: 1.45; }

/* ─────────────  sections  ───────────── */
.section { padding: 96px 0; }
.section.alt { background: var(--bg2); border-block: 1px solid var(--line); }
.sec-head { max-width: 700px; margin-bottom: 52px; }
.sec-head h2 { font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -.03em; font-weight: 800; line-height: 1.14; }
.sec-head p { color: var(--muted); margin-top: 14px; font-size: 17px; }

.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why-card {
  background: linear-gradient(180deg, var(--panel), transparent 90%);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
  position: relative; overflow: hidden;
}
.why-card::after {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(55, 214, 122, .5), transparent);
}
.why-num { font-family: "JetBrains Mono", monospace; font-size: 12px; color: var(--accent); letter-spacing: .1em; }
.why-card h3 { font-size: 19px; margin: 12px 0 10px; letter-spacing: -.02em; }
.why-card p { color: var(--muted); font-size: 14.5px; }

.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feat {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; transition: border-color .25s ease, transform .25s ease;
}
.feat:hover { border-color: var(--line2); transform: translateY(-3px); }
.feat.hi { border-color: rgba(55, 214, 122, .28); background: linear-gradient(180deg, rgba(55, 214, 122, .06), var(--panel) 60%); }
.ico {
  width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center;
  background: rgba(55, 214, 122, .10); border: 1px solid rgba(55, 214, 122, .22); margin-bottom: 16px;
}
.ico svg { width: 20px; height: 20px; fill: none; stroke: var(--accent); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feat h3 { font-size: 16.5px; letter-spacing: -.015em; margin-bottom: 8px; }
.feat p { color: var(--muted); font-size: 14px; }

/* ─────────────  platforme  ───────────── */
.plat-row { display: flex; gap: 10px; margin-bottom: 18px; }
.plat {
  font-size: 15px; font-weight: 800; letter-spacing: -.015em;
  padding: 6px 16px; border-radius: 9px;
}
.plat.sm { font-size: 12px; padding: 4px 11px; }
.plat.wolt { background: #00c2e8; color: #04222a; }
.plat.glovo { background: #ffc244; color: #2a1d00; }

/* ─────────────  tok dostave  ───────────── */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; }
.flow-step {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; position: relative;
}
.flow-step + .flow-step::before {
  content: ""; position: absolute; left: -14px; top: 44px; width: 10px; height: 10px;
  border-top: 2px solid var(--line2); border-right: 2px solid var(--line2); transform: rotate(45deg);
}
.flow-n {
  display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px;
  background: linear-gradient(135deg, var(--accent), var(--accent2)); color: #05130b;
  font-weight: 800; font-size: 14px; margin-bottom: 14px;
}
.flow-step h3 { font-size: 16.5px; letter-spacing: -.015em; margin-bottom: 8px; }
.flow-step p { color: var(--muted); font-size: 14px; }

.del-bottom { display: grid; grid-template-columns: 1.4fr 1fr; gap: 34px; margin-top: 34px; align-items: start; }
.del-card {
  background: var(--panel); border: 1px solid var(--line2); border-radius: var(--radius);
  padding: 20px; box-shadow: var(--shadow);
}
.del-card-h { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.del-time { font-family: "JetBrains Mono", monospace; font-size: 13px; color: var(--dim); }
.del-card-l { font-size: 14px; padding: 6px 0; border-bottom: 1px solid var(--line); }
.del-card-l b { color: var(--accent2); font-family: "JetBrains Mono", monospace; margin-right: 6px; }
.del-card-f { display: flex; justify-content: space-between; align-items: baseline; margin: 14px 0 16px; }
.del-card-f span { font-family: "JetBrains Mono", monospace; font-size: 20px; color: var(--accent); font-weight: 600; }
.del-card-f i { font-style: normal; font-size: 12px; color: var(--dim); }
.del-card-note { color: var(--dim); font-size: 12.5px; margin-top: 14px; }

/* ─────────────  koraci uvođenja  ───────────── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 26px; }
.step {
  background: linear-gradient(180deg, var(--panel), transparent 92%);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
}
.step-n {
  display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(55, 214, 122, .4); background: rgba(55, 214, 122, .1);
  color: var(--accent); font-weight: 800; margin-bottom: 14px;
}
.step h3 { font-size: 17px; letter-spacing: -.02em; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 14.5px; }
.arch-note { color: var(--dim); font-size: 14px; text-align: center; }

/* ─────────────  fiscal  ───────────── */
.fisc-grid { display: grid; grid-template-columns: 1.1fr 1fr 1.3fr; gap: 18px; }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.card-h { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 18px; font-weight: 700; }
.doclist { list-style: none; display: grid; gap: 13px; }
.doclist li { display: flex; align-items: baseline; gap: 12px; font-size: 14.5px; color: var(--muted); }
.dbullet {
  flex: none; width: 8px; height: 8px; border-radius: 2px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
}
.vatlist { display: grid; gap: 10px; }
.vat { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 11px; background: var(--panel2); }
.vat span { font-size: 19px; font-weight: 700; color: var(--accent2); min-width: 52px; }
.vat i { font-style: normal; color: var(--muted); font-size: 13px; margin-left: auto; }
.card-note { color: var(--dim); font-size: 13px; margin-top: 16px; }
.modes .mode + .mode { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.modes h4 { font-size: 15.5px; margin-bottom: 8px; }
.modes p { color: var(--muted); font-size: 14px; }

/* ─────────────  demo  ───────────── */
.demo-sec { background:
  radial-gradient(60% 50% at 50% 0%, rgba(40, 182, 201, .12), transparent 70%), var(--bg); }
.live {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px;
  font-size: 12.5px; font-weight: 600; color: var(--accent);
  background: rgba(55, 214, 122, .09); border: 1px solid rgba(55, 214, 122, .3);
  padding: 6px 14px; border-radius: 999px;
}
.live-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 0 rgba(55, 214, 122, .6); animation: pulse 2s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 9px rgba(55, 214, 122, 0); }
  100% { box-shadow: 0 0 0 0 rgba(55, 214, 122, 0); }
}
@media (prefers-reduced-motion: reduce) { .live-dot { animation: none; } }

/* ─────────────  ekrani proizvoda  ───────────── */
.srf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.srf {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; transition: border-color .25s ease, transform .25s ease;
}
.srf:hover { border-color: var(--line2); transform: translateY(-3px); }
.srf.hi { border-color: rgba(55, 214, 122, .3); background: linear-gradient(180deg, rgba(55, 214, 122, .07), var(--panel) 60%); }
.srf h3 { font-size: 17.5px; letter-spacing: -.02em; margin-bottom: 9px; }
.srf p { color: var(--muted); font-size: 14.5px; }

/* ─────────────  sve mogućnosti  ───────────── */
.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 34px; }
.cap h3 {
  font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700;
  color: var(--accent); padding-bottom: 12px; margin-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.cap ul { list-style: none; display: grid; gap: 9px; }
.cap li { position: relative; padding-left: 22px; color: var(--muted); font-size: 14.5px; line-height: 1.45; }
.cap li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--accent); font-weight: 700; font-size: 12.5px;
}
.cap-cta { display: flex; gap: 12px; justify-content: center; margin-top: 46px; flex-wrap: wrap; }

/* ─────────────  segmenti  ───────────── */
.seg-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.seg {
  background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 22px 20px;
  transition: border-color .25s ease;
}
.seg:hover { border-color: rgba(55, 214, 122, .4); }
.seg h3 { font-size: 15.5px; letter-spacing: -.015em; margin-bottom: 8px; }
.seg p { color: var(--muted); font-size: 13.5px; }

/* ─────────────  povezivanje  ───────────── */
.int-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.int { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.int.hi { border-color: rgba(55, 214, 122, .3); background: linear-gradient(180deg, rgba(55, 214, 122, .06), var(--panel) 60%); }
.int h3 { font-size: 16.5px; letter-spacing: -.015em; margin-bottom: 8px; }
.int p { color: var(--muted); font-size: 14px; }
.plat-row.sm { margin-bottom: 12px; gap: 7px; }

/* ─────────────  preporuke (spremno za popunjavanje)  ───────────── */
.ref-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ref { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; margin: 0; }
.ref blockquote { margin: 0 0 18px; font-size: 15.5px; line-height: 1.55; }
.ref blockquote::before { content: "„"; color: var(--accent); font-size: 30px; line-height: 0; vertical-align: -6px; margin-right: 4px; }
.ref figcaption b { display: block; font-size: 14px; }
.ref figcaption span { color: var(--dim); font-size: 13px; }

/* ─────────────  lepljiva traka  ───────────── */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: none;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(7, 10, 14, .94); backdrop-filter: blur(10px); border-top: 1px solid var(--line);
}
body.demo-open .sticky-cta { display: none !important; }
.demo-roles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 34px; }
.drole {
  text-align: left; font: inherit; cursor: pointer; color: var(--text);
  background: linear-gradient(180deg, var(--panel), var(--bg2));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 22px;
  display: flex; flex-direction: column; gap: 8px;
  transition: border-color .22s, transform .22s, box-shadow .22s;
}
.drole:hover { border-color: rgba(55, 214, 122, .5); transform: translateY(-4px); box-shadow: var(--shadow); }
.drole-ico {
  width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
  background: rgba(55, 214, 122, .1); border: 1px solid rgba(55, 214, 122, .25);
  color: var(--accent); font-size: 17px; margin-bottom: 4px;
}
.drole b { font-size: 16.5px; letter-spacing: -.015em; }
.drole i { font-style: normal; color: var(--muted); font-size: 13.5px; flex: 1; }
.drole u {
  text-decoration: none; font-size: 12.5px; font-weight: 700; color: var(--accent);
  margin-top: 6px; display: inline-flex; align-items: center; gap: 6px;
}
.drole u::after { content: "→"; transition: transform .2s; }
.drole:hover u::after { transform: translateX(4px); }
.demo-hint { color: var(--dim); font-size: 14px; max-width: 78ch; margin-top: 26px; }

.ticks { list-style: none; display: grid; gap: 14px; }
.ticks li { position: relative; padding-left: 28px; color: var(--muted); font-size: 15.5px; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 9px;
  border-radius: 2px; background: linear-gradient(135deg, var(--accent), var(--accent2));
}

/* ─────────────  cena: jedan paket  ───────────── */
.price-one {
  display: grid; grid-template-columns: 1.35fr 1fr; gap: 0;
  border: 1px solid rgba(55, 214, 122, .4); border-radius: 22px; overflow: hidden;
  background: var(--panel); box-shadow: var(--shadow);
}
.po-left { padding: 38px 36px; position: relative; }
.po-tag {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .07em;
  text-transform: uppercase; padding: 5px 13px; border-radius: 999px; margin-bottom: 16px;
  background: linear-gradient(135deg, var(--accent), var(--accent2)); color: #05130b;
}
.po-left h3 { font-size: 26px; letter-spacing: -.03em; margin-bottom: 24px; }
.po-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.po-list li { position: relative; padding-left: 25px; font-size: 14.5px; color: var(--muted); line-height: 1.4; }
.po-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 700; font-size: 13px; }

.po-right {
  padding: 38px 36px; border-left: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(55, 214, 122, .10), rgba(40, 182, 201, .04) 60%, transparent);
  display: flex; flex-direction: column; justify-content: center;
}
.po-price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.po-price b { font-size: 58px; font-weight: 800; letter-spacing: -.045em; line-height: 1; }
.po-price span { color: var(--muted); font-size: 14.5px; }
.po-setup {
  display: flex; align-items: baseline; gap: 10px; margin: 22px 0 26px;
  padding-top: 20px; border-top: 1px dashed var(--line2);
}
.po-setup b { font-size: 24px; font-weight: 700; letter-spacing: -.03em; color: var(--accent2); flex: none; }
.po-setup span { color: var(--muted); font-size: 13.5px; line-height: 1.45; }
.po-note { color: var(--dim); font-size: 12.5px; margin-top: 18px; }

/* ─────────────  faq  ───────────── */
.faq { display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); border-radius: 13px; background: var(--panel); overflow: hidden; }
.faq details[open] { border-color: var(--line2); }
.faq summary {
  cursor: pointer; list-style: none; padding: 18px 22px; font-weight: 600; font-size: 15.5px;
  display: flex; justify-content: space-between; gap: 16px; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-size: 20px; font-weight: 400; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq p { padding: 0 22px 20px; color: var(--muted); font-size: 14.5px; }

/* ─────────────  cta  ───────────── */
.cta-sec { padding-bottom: 110px; }
.cta-box {
  background: linear-gradient(150deg, rgba(55, 214, 122, .09), rgba(40, 182, 201, .05) 45%, var(--panel));
  border: 1px solid var(--line2); border-radius: 22px; padding: 44px; text-align: center;
}
.cta-box h2 { font-size: clamp(26px, 3.2vw, 36px); letter-spacing: -.03em; }
.cta-box .lead { margin-inline: auto; }
.cform { display: grid; gap: 12px; margin-top: 28px; text-align: left; }
.cform .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cform input, .cform textarea {
  font: inherit; font-size: 15px; color: var(--text); background: rgba(0, 0, 0, .3);
  border: 1px solid var(--line2); border-radius: 12px; padding: 13px 16px; width: 100%; resize: vertical;
}
.cform input::placeholder, .cform textarea::placeholder { color: var(--dim); }
.cform input:focus, .cform textarea:focus { outline: none; border-color: var(--accent); }
.cform button { justify-self: start; margin-top: 4px; }
.cform-note { color: var(--accent); font-size: 14px; }
.cta-alt { margin-top: 22px; color: var(--dim); font-size: 14px; }
.contact-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 12px; }
.cbtn {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 15px; font-weight: 600; color: var(--text);
  background: rgba(255, 255, 255, .04); border: 1px solid var(--line2);
  padding: 11px 20px; border-radius: 12px; transition: border-color .2s, background .2s;
}
.cbtn:hover { border-color: var(--accent); background: rgba(55, 214, 122, .08); }
.cbtn svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cbtn.wa { color: #4ee08a; border-color: rgba(78, 224, 138, .4); }
.cbtn.wa:hover { background: rgba(78, 224, 138, .1); }
.cbtn.vb { color: #a58bfa; border-color: rgba(165, 139, 250, .4); }
.cbtn.vb:hover { background: rgba(165, 139, 250, .1); border-color: #a58bfa; }

/* ─────────────  footer  ───────────── */
.foot { border-top: 1px solid var(--line); background: var(--bg2); padding-top: 52px; }
.foot-in { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.foot-brand p { color: var(--muted); font-size: 14px; margin-top: 10px; max-width: 42ch; }
.foot-brand .tiny { color: var(--dim); font-size: 12.5px; margin-top: 8px; }
.foot-col { display: flex; flex-direction: column; gap: 9px; }
.foot-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--dim); margin-bottom: 4px; }
.foot-col a, .foot-col span { color: var(--muted); font-size: 14px; }
.foot-col a:hover { color: var(--accent); }
.foot-bot {
  border-top: 1px solid var(--line); padding: 20px 0; color: var(--dim); font-size: 13px;
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.foot-bot .tm { font-size: 12px; max-width: 62ch; }

/* ─────────────  responsive  ───────────── */
@media (max-width: 1000px) {
  .hero-in { grid-template-columns: 1fr; }
  .hero-shot { display: none; }
  .why-grid, .feat-grid, .fisc-grid, .demo-roles, .flow,
  .srf-grid, .cap-grid, .int-grid, .ref-grid { grid-template-columns: 1fr 1fr; }
  .price-one { grid-template-columns: 1fr; }
  .po-right { border-left: 0; border-top: 1px solid var(--line); }
  .seg-grid { grid-template-columns: 1fr 1fr 1fr; }
  .flow-step + .flow-step::before { display: none; }
  .steps { grid-template-columns: 1fr; }
  .del-bottom { grid-template-columns: 1fr; gap: 26px; }
  .fisc-grid .modes { grid-column: 1 / -1; }
  .stats-in { grid-template-columns: 1fr 1fr; gap: 24px; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0;
    background: rgba(7, 10, 14, .98); border-bottom: 1px solid var(--line); padding: 18px 24px; gap: 14px;
  }
  .burger { display: flex; }
}
@media (max-width: 680px) {
  .wrap, .wrap.narrow { width: calc(100% - 32px); }
  .section { padding: 68px 0; }
  .why-grid, .feat-grid, .fisc-grid, .foot-in, .demo-roles, .flow,
  .srf-grid, .cap-grid, .seg-grid, .int-grid, .ref-grid, .po-list { grid-template-columns: 1fr; }
  .po-left, .po-right { padding: 28px 22px; }
  .po-price b { font-size: 46px; }
  .cform .row { grid-template-columns: 1fr; }
  .cta-box { padding: 30px 22px; }
  .nav-right .btn-sm { display: none; }
  .cap-cta .btn { width: 100%; }
  .sticky-cta { display: block; }
  .foot { padding-bottom: 76px; }
}
