:root {
  --ink: #0e2230;
  --ink-soft: #193541;
  --paper: #f3f6f7;
  --surface: #ffffff;
  --muted: #647782;
  --line: #d7e1e5;
  --blue: #397cd8;
  --blue-soft: #e9f1fc;
  --orange: #ef6334;
  --orange-dark: #d94d20;
  --mint: #57c7a5;
  --gold: #e8b852;
  --danger: #d95c5c;
  --shadow: 0 28px 80px rgba(7, 28, 40, .16);
  --radius: 24px;
  --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Manrope, "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .2s, box-shadow .2s; }
.site-header.scrolled, .site-header.solid { background: rgba(9, 29, 40, .96); box-shadow: 0 10px 35px rgba(5,20,29,.16); backdrop-filter: blur(16px); }
.nav-shell { width: min(1400px, calc(100vw - 40px)); min-height: 76px; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 145px; color: #fff; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #fff; box-shadow: 0 8px 25px rgba(0,0,0,.14); }
.brand-mark img { width: 26px; height: 26px; }
.brand-copy { display: flex; align-items: baseline; gap: 9px; font-weight: 900; letter-spacing: .02em; }
.brand-copy i { width: 1px; height: 14px; display: block; background: rgba(255,255,255,.35); }
.brand-copy small { color: var(--orange); font-size: .68rem; font-style: normal; letter-spacing: .18em; }
.main-nav { display: flex; align-items: center; gap: 3px; margin-left: auto; }
.main-nav a { padding: 10px 12px; border-radius: 9px; color: #c6d5dc; font-size: .86rem; font-weight: 700; transition: color .15s, background .15s; }
.main-nav a:hover, .main-nav a.active { color: #fff; background: rgba(255,255,255,.08); }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 0 17px; border-radius: 11px; color: #fff; background: var(--orange); font-size: .84rem; font-weight: 800; box-shadow: 0 9px 24px rgba(239,99,52,.2); }
.nav-cta:hover { background: var(--orange-dark); }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; margin-left: auto; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: #fff; }

.hero { position: relative; min-height: 850px; padding: 150px 0 85px; color: #fff; background: #081c27; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom,#000 0,transparent 85%); }
.hero::after { content: ""; position: absolute; width: 760px; height: 760px; top: -380px; right: -120px; border-radius: 50%; background: radial-gradient(circle,rgba(57,124,216,.33),rgba(57,124,216,0) 68%); }
.hero-orb { position: absolute; width: 520px; height: 520px; left: -310px; bottom: -240px; border-radius: 50%; background: radial-gradient(circle,rgba(239,99,52,.22),transparent 70%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 64px; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #9eb7c2; font-size: .76rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.kicker i { width: 28px; height: 2px; background: var(--orange); }
.kicker.dark { color: var(--orange-dark); }
.hero h1, .page-hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 5.6vw, 6.2rem); line-height: .96; letter-spacing: -.065em; }
.hero h1 span, .page-hero h1 span { color: #73aaf0; }
.hero-lead { max-width: 630px; margin: 30px 0 0; color: #b8cbd3; font-size: 1.13rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 33px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 0; border-radius: 12px; cursor: pointer; font-size: .9rem; font-weight: 850; transition: transform .15s, background .15s, color .15s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--orange); box-shadow: 0 13px 30px rgba(239,99,52,.22); }
.button.primary:hover { background: var(--orange-dark); }
.button.ghost { color: #e9f2f5; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
.button.light { color: var(--ink); background: #fff; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 42px; color: #9fb2bb; font-size: .78rem; }
.hero-notes span { display: flex; align-items: center; gap: 8px; }
.hero-notes i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(87,199,165,.09); }

.product-stage { position: relative; min-height: 560px; }
.product-halo { position: absolute; inset: 7% 4%; border-radius: 50%; background: radial-gradient(circle,rgba(63,132,222,.32),transparent 68%); filter: blur(12px); }
.app-window { position: relative; margin-top: 28px; overflow: hidden; color: var(--ink); border: 1px solid rgba(255,255,255,.28); border-radius: 22px; background: #eef3f5; box-shadow: 0 44px 100px rgba(0,0,0,.4); transform: perspective(1400px) rotateY(-4deg) rotateX(2deg); }
.app-top { height: 48px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; color: #d6e5eb; background: #102d3b; }
.app-top strong { display: flex; align-items: center; gap: 8px; font-size: .68rem; }
.app-top strong i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 6px; color: #fff; background: var(--blue); font-size: .58rem; font-style: normal; }
.app-top span { font-size: .58rem; }
.app-body { display: grid; grid-template-columns: 126px 1fr; min-height: 450px; }
.app-side { padding: 16px 10px; color: #aac0c9; background: #163743; }
.app-side small { display: block; padding: 0 8px 10px; font-size: .48rem; font-weight: 800; letter-spacing: .15em; }
.app-side span { display: block; margin: 3px 0; padding: 8px; border-radius: 7px; font-size: .57rem; font-weight: 750; }
.app-side span.active { color: #fff; background: rgba(255,255,255,.1); box-shadow: inset 2px 0 var(--orange); }
.app-main { padding: 16px; }
.app-heading { display: flex; justify-content: space-between; align-items: start; }
.app-heading small, .app-card small, .invoice-list small { color: #71848d; font-size: .5rem; text-transform: uppercase; letter-spacing: .08em; }
.app-heading h2 { margin: 1px 0 0; font-size: 1.25rem; letter-spacing: -.04em; }
.app-heading button { padding: 7px 10px; color: #fff; border: 0; border-radius: 6px; background: #102d3b; font-size: .54rem; font-weight: 800; }
.app-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 15px; }
.app-card { padding: 11px; border: 1px solid #d8e1e5; border-radius: 10px; background: #fff; }
.app-card strong { display: block; margin-top: 2px; font-size: .9rem; }
.app-card em { color: var(--mint); font-size: .48rem; font-style: normal; font-weight: 800; }
.invoice-board { margin-top: 10px; padding: 11px; border: 1px solid #d8e1e5; border-radius: 11px; background: #fff; }
.invoice-board header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 8px; border-bottom: 1px solid #e6ecee; }
.invoice-board header b { font-size: .66rem; }
.invoice-board header span { color: #71848d; font-size: .46rem; }
.invoice-list { display: grid; gap: 5px; margin-top: 8px; }
.invoice-row { display: grid; grid-template-columns: 1.1fr .8fr .75fr .62fr; align-items: center; gap: 6px; padding: 8px; border: 1px solid #e1e8eb; border-radius: 8px; background: #f9fbfb; }
.invoice-row b { font-size: .55rem; }
.invoice-row span { color: #637780; font-size: .5rem; }
.invoice-row strong { text-align: right; font-size: .55rem; }
.status { justify-self: end; padding: 3px 6px; color: #25805f !important; border-radius: 8px; background: #e6f5ef; font-size: .43rem !important; font-weight: 800; }
.status.sent { color: #986e18 !important; background: #fff3d8; }
.floating-chip { position: absolute; display: flex; align-items: center; gap: 9px; padding: 11px 14px; color: var(--ink); border: 1px solid rgba(255,255,255,.42); border-radius: 13px; background: rgba(255,255,255,.94); box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.floating-chip b, .floating-chip small { display: block; }
.floating-chip b { font-size: .7rem; }
.floating-chip small { color: var(--muted); font-size: .51rem; }
.floating-chip > i { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--mint); font-style: normal; font-weight: 900; }
.floating-chip.one { right: -25px; top: 8px; }
.floating-chip.two { left: -24px; bottom: 18px; }
.floating-chip.two > i { background: var(--orange); }

.deadline-band { position: relative; z-index: 3; margin-top: -48px; }
.deadline-grid { display: grid; grid-template-columns: auto 1fr 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.35); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.deadline-title { padding: 22px 26px; color: #fff; background: var(--orange); }
.deadline-title small { display: block; font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.deadline-title b { font-size: 1rem; }
.deadline-item { padding: 18px 25px; border-right: 1px solid var(--line); }
.deadline-item:last-child { border-right: 0; }
.deadline-item time { color: var(--blue); font-size: 1.15rem; font-weight: 900; }
.deadline-item p { margin: 2px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }

.section { padding: 110px 0; }
.section.white { background: #fff; }
.section.dark { color: #fff; background: #0a202b; }
.section-head { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 60px; margin-bottom: 52px; }
.section-head.centered { display: block; max-width: 800px; margin-inline: auto; text-align: center; }
.section-head.centered .kicker { justify-content: center; }
.section-head.centered .section-lead { max-width: 720px; margin: 20px auto 0; color: var(--muted); }
.section-head h2, .feature-copy h2, .closing h2 { margin: 0; font-size: clamp(2.4rem,4vw,4.5rem); line-height: 1.02; letter-spacing: -.06em; }
.section-head h2 span, .feature-copy h2 span { color: var(--blue); }
.section-head > p { margin: 0; color: var(--muted); font-size: 1rem; }
.feature-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 16px; }
.feature-card { position: relative; min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; }
.feature-card.large { grid-column: span 7; }
.feature-card.medium { grid-column: span 5; }
.feature-card.third { grid-column: span 4; }
.feature-card.dark-card { color: #fff; border-color: #244754; background: var(--ink-soft); }
.card-index { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 27px; padding: 0 9px; color: var(--orange); border-radius: 20px; background: #fff0ea; font-size: .64rem; font-weight: 900; }
.dark-card .card-index { background: rgba(255,255,255,.08); }
.feature-card h3 { max-width: 520px; margin: 20px 0 10px; font-size: 1.75rem; line-height: 1.15; letter-spacing: -.04em; }
.feature-card > p { max-width: 570px; margin: 0; color: var(--muted); font-size: .9rem; }
.dark-card > p { color: #aac0c9; }
.mini-flow { position: absolute; left: 30px; right: 30px; bottom: 28px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.mini-flow span { padding: 11px; border: 1px solid #dfe7e9; border-radius: 10px; background: #f7fafb; }
.mini-flow b, .mini-flow small { display: block; }
.mini-flow b { font-size: .65rem; }
.mini-flow small { color: var(--muted); font-size: .53rem; }
.mini-ledger { position: absolute; left: 30px; right: 30px; bottom: 28px; padding: 13px; border-radius: 12px; background: #f5f8f9; }
.mini-ledger span { display: grid; grid-template-columns: 76px 1fr auto; gap: 8px; padding: 6px 0; border-bottom: 1px solid #dfe7e9; font-size: .57rem; }
.mini-ledger span:last-child { border-bottom: 0; }
.mini-ledger em { color: #288666; font-style: normal; font-weight: 800; }
.document-stack { position: absolute; width: 235px; height: 148px; right: -18px; bottom: -18px; }
.document-stack i { position: absolute; inset: 0; border: 1px solid #d5e0e4; border-radius: 15px; background: #fff; box-shadow: 0 16px 35px rgba(11,36,48,.12); transform: rotate(var(--r)) translate(var(--x),var(--y)); }
.document-stack i:nth-child(1) { --r: -9deg; --x: -23px; --y: 2px; }
.document-stack i:nth-child(2) { --r: 4deg; --x: 7px; --y: -7px; }
.document-stack i:nth-child(3) { --r: 0; --x: 0; --y: -25px; background: linear-gradient(140deg,#fff,#edf4f6); }
.document-stack i:nth-child(3)::before { content: "RAČUN 2026/104"; position: absolute; top: 25px; left: 22px; font-size: .58rem; font-style: normal; font-weight: 900; }
.document-stack i:nth-child(3)::after { content: "KPD 62.20.20 · eRačun"; position: absolute; top: 48px; left: 22px; color: var(--blue); font-size: .5rem; font-style: normal; }
.progress-visual { position: absolute; left: 28px; right: 28px; bottom: 30px; }
.progress-visual header { display: flex; justify-content: space-between; font-size: .6rem; }
.progress-visual header b { color: #fff; }
.progress-track { height: 9px; margin: 10px 0; overflow: hidden; border-radius: 9px; background: #284754; }
.progress-track i { display: block; width: 72%; height: 100%; background: linear-gradient(90deg,var(--blue),var(--mint)); }
.progress-visual footer { display: flex; justify-content: space-between; color: #8eaab5; font-size: .5rem; }

.pausal-wrap { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: center; }
.pausal-copy > p { color: var(--muted); font-size: 1rem; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; font-size: .89rem; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--mint); font-size: .67rem; }
.pausal-dashboard { padding: 24px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: 0 26px 80px rgba(12,37,49,.12); }
.pausal-dashboard header { display: flex; justify-content: space-between; align-items: center; }
.pausal-dashboard header b { font-size: .9rem; }
.pausal-dashboard header span { color: var(--muted); font-size: .7rem; }
.pausal-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 18px 0; }
.pausal-kpis span { padding: 14px; border-radius: 12px; background: #f2f6f7; }
.pausal-kpis small, .pausal-kpis b { display: block; }
.pausal-kpis small { color: var(--muted); font-size: .55rem; }
.pausal-kpis b { margin-top: 4px; font-size: 1rem; }
.threshold { padding: 17px; border-radius: 13px; color: #fff; background: var(--ink-soft); }
.threshold header { font-size: .62rem; }
.threshold header span { color: #b7cbd3; }
.threshold .progress-track { background: #31515e; }
.monthly-bars { display: flex; align-items: end; gap: 7px; height: 105px; margin-top: 18px; border-bottom: 1px solid #dbe4e7; background: repeating-linear-gradient(to bottom,#e8eef0 0,#e8eef0 1px,transparent 1px,transparent 34px); }
.monthly-bars i { position: relative; flex: 1; height: var(--h); border-radius: 5px 5px 0 0; background: #6d9bd4; }
.monthly-bars i.active { background: var(--orange); }

.inventory-section { color: #fff; background: #102b37; }
.inventory-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.inventory-copy .kicker.dark { color: #84b5f4; }
.inventory-copy .feature-copy h2 span { color: #73aaf0; }
.inventory-copy > p { color: #afc3cb; font-size: 1rem; }
.inventory-copy .check-list li { color: #edf5f7; }
.stock-dashboard { padding: 24px; color: var(--ink); border: 1px solid rgba(255,255,255,.16); border-radius: 25px; background: #f7fafb; box-shadow: 0 34px 90px rgba(0,0,0,.28); }
.stock-dashboard > header { display: flex; align-items: center; justify-content: space-between; }
.stock-dashboard > header div small, .stock-dashboard > header div b { display: block; }
.stock-dashboard > header div small { color: var(--orange); font-size: .58rem; font-weight: 900; letter-spacing: .13em; }
.stock-dashboard > header div b { margin-top: 2px; font-size: 1rem; }
.stock-dashboard > header > span { color: var(--muted); font-size: .67rem; }
.stock-kpis { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 9px; margin: 18px 0; }
.stock-kpis > span { padding: 14px; border: 1px solid #dfe8eb; border-radius: 13px; background: #fff; }
.stock-kpis small, .stock-kpis b, .stock-kpis em { display: block; }
.stock-kpis small { color: var(--muted); font-size: .52rem; font-weight: 800; }
.stock-kpis b { margin-top: 4px; font-size: 1.05rem; }
.stock-kpis em { margin-top: 2px; color: #278260; font-size: .52rem; font-style: normal; font-weight: 700; }
.stock-kpis > span:last-child em { color: var(--orange-dark); }
.stock-visuals { display: grid; grid-template-columns: 1.5fr .8fr; gap: 10px; }
.stock-chart, .stock-structure { padding: 16px; border: 1px solid #dfe8eb; border-radius: 15px; background: #fff; }
.stock-chart header, .stock-structure header { display: flex; align-items: center; justify-content: space-between; }
.stock-chart header b, .stock-structure header b { font-size: .72rem; }
.stock-chart header span, .stock-structure header span { color: var(--muted); font-size: .53rem; }
.stock-bars { display: flex; align-items: end; gap: 9px; height: 148px; padding-top: 20px; border-bottom: 1px solid #dbe4e7; background: repeating-linear-gradient(to bottom,#edf2f4 0,#edf2f4 1px,transparent 1px,transparent 35px); }
.stock-bars i { position: relative; flex: 1; height: var(--h); border-radius: 6px 6px 0 0; background: linear-gradient(to top,#397cd8,#79a8e5); }
.stock-bars i.active { background: linear-gradient(to top,var(--orange),#ff9a76); }
.stock-bars small { position: absolute; left: 50%; bottom: -19px; color: var(--muted); font-size: .43rem; font-style: normal; transform: translateX(-50%); }
.stock-chart { padding-bottom: 30px; }
.stock-donut { width: 112px; height: 112px; display: grid; place-items: center; margin: 18px auto 14px; border-radius: 50%; background: radial-gradient(circle at center,#fff 0 52%,transparent 53%),conic-gradient(var(--blue) 0 52%,var(--mint) 52% 83%,var(--orange) 83% 100%); }
.stock-donut strong, .stock-donut small { display: block; text-align: center; }
.stock-donut strong { font-size: .9rem; }
.stock-donut small { color: var(--muted); font-size: .46rem; }
.stock-structure ul { display: grid; gap: 5px; padding: 0; margin: 0; list-style: none; }
.stock-structure li { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 6px; color: var(--muted); font-size: .55rem; }
.stock-structure li i { width: 7px; height: 7px; border-radius: 2px; }
.stock-structure li i.blue { background: var(--blue); }
.stock-structure li i.mint { background: var(--mint); }
.stock-structure li i.orange { background: var(--orange); }
.stock-structure li b { color: var(--ink); }
.stock-alert { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; padding: 11px 13px; border-radius: 11px; background: #fff0ea; }
.stock-alert span { display: flex; align-items: center; gap: 8px; font-size: .62rem; }
.stock-alert span i { width: 21px; height: 21px; display: grid; place-items: center; color: #fff; border-radius: 7px; background: var(--orange); font-style: normal; font-weight: 900; }
.stock-alert a { color: var(--orange-dark); font-size: .58rem; font-weight: 850; }
.stock-module-art { gap: 8px; }
.module-stock-head { display: flex; justify-content: space-between; align-items: center; }
.module-stock-head small, .module-stock-head b { display: block; }
.module-stock-head small { color: var(--muted); font-size: .48rem; }
.module-stock-head b { font-size: .9rem; }
.module-stock-head em { padding: 4px 7px; color: var(--orange-dark); border-radius: 8px; background: #fff0ea; font-size: .48rem; font-style: normal; font-weight: 800; }
.module-stock-bars { display: flex; align-items: end; gap: 6px; height: 65px; padding: 6px 8px 0; border-bottom: 1px solid #cfdcdf; }
.module-stock-bars i { flex: 1; height: var(--h); border-radius: 4px 4px 0 0; background: #6d9bd4; }
.module-stock-bars i.active { background: var(--orange); }

.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.step { position: relative; padding: 27px; border-left: 1px solid rgba(255,255,255,.16); }
.step:first-child { border-left: 0; }
.step > span { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 20px; border-radius: 12px; color: #fff; background: rgba(255,255,255,.1); font-size: .72rem; font-weight: 900; }
.step h3 { margin: 0 0 8px; font-size: 1.1rem; }
.step p { margin: 0; color: #a5bbc4; font-size: .78rem; }

.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.trust-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.trust-card span { color: var(--blue); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.trust-card h3 { margin: 13px 0 7px; font-size: 1.25rem; }
.trust-card p { margin: 0; color: var(--muted); font-size: .85rem; }
.trust-card.highlight-card { border-color: #bdd4f2; background: linear-gradient(145deg,#f7fbff,#eaf3ff); }
.trust-card.experience-card { color: #fff; border-color: #234653; background: var(--ink-soft); }
.trust-card.experience-card span { color: #83b6f5; }
.trust-card.experience-card p { color: #acc1c9; }
.trust-card.support-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 35px; border-color: #ffd3c3; background: linear-gradient(100deg,#fff8f5,#fff); }
.trust-card.support-card h3 { margin-bottom: 0; }
.trust-card.support-card a { color: var(--orange-dark); font-size: .82rem; font-weight: 850; white-space: nowrap; }
.closing { padding: 85px 0; color: #fff; background: var(--orange); overflow: hidden; }
.closing-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.closing h2 { max-width: 760px; }
.closing h2 span { color: #512314; }
.closing p { max-width: 520px; margin: 15px 0 0; color: #ffe4da; }
.closing .button { flex: 0 0 auto; }

.page-hero { position: relative; min-height: 550px; padding: 175px 0 90px; color: #fff; background: #081c27; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(115deg,#000,transparent 78%); }
.page-hero .shell { position: relative; z-index: 2; }
.page-hero h1 { max-width: 960px; font-size: clamp(3rem,5vw,5.5rem); }
.page-hero > .shell > p:last-child { max-width: 720px; margin: 27px 0 0; color: #b7cad2; font-size: 1.08rem; }
.page-hero .hero-actions { margin-top: 28px; }

.module-list { display: grid; gap: 18px; }
.module-row { display: grid; grid-template-columns: 70px minmax(0,1fr) minmax(310px,.75fr); gap: 32px; align-items: center; min-height: 320px; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.module-number { align-self: start; color: var(--orange); font-size: .74rem; font-weight: 900; letter-spacing: .1em; }
.module-row h2 { margin: 5px 0 8px; font-size: 2rem; letter-spacing: -.045em; }
.module-row p { margin: 0; color: var(--muted); font-size: .88rem; }
.pill-list { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 20px 0 0; list-style: none; }
.pill-list li { padding: 6px 10px; color: #48606b; border: 1px solid #dce5e8; border-radius: 20px; background: #f6f9fa; font-size: .67rem; font-weight: 750; }
.module-art { min-height: 210px; display: grid; align-content: center; padding: 22px; border-radius: 18px; background: #edf3f5; }
.module-art .fake-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 10px; margin: 4px 0; border: 1px solid #dbe5e8; border-radius: 9px; background: #fff; font-size: .58rem; }
.module-art .fake-row b { color: var(--ink); }
.module-art .fake-row span { color: var(--muted); }
.module-art .fake-row em { grid-column: 1/-1; color: var(--mint); font-style: normal; }
.module-art .art-total { display: flex; justify-content: space-between; padding: 12px; margin-top: 7px; color: #fff; border-radius: 10px; background: var(--ink); font-size: .62rem; }
.capability-map { margin-top: 72px; }
.capability-map > header { max-width: 780px; }
.capability-map h2 { margin: 6px 0 12px; font-size: 3.2rem; line-height: 1; letter-spacing: -.06em; }
.capability-map > header p { color: var(--muted); }
.capability-groups { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin-top: 35px; }
.capability-groups article { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.capability-groups span { color: var(--orange); font-size: .65rem; font-weight: 900; }
.capability-groups h3 { margin: 13px 0 16px; font-size: 1.2rem; }
.capability-groups ul { padding: 0; margin: 0; list-style: none; }
.capability-groups li { padding: 7px 0; color: var(--muted); border-bottom: 1px solid #e7edef; font-size: .76rem; }
.capability-groups li:last-child { border: 0; }

.law-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 70px; align-items: start; }
.law-sticky { position: sticky; top: 110px; }
.law-sticky h2 { margin: 0; font-size: 2.7rem; line-height: 1.03; letter-spacing: -.055em; }
.law-sticky p { color: var(--muted); }
.source-note { margin-top: 25px; padding: 17px; border-left: 3px solid var(--gold); background: #fff9ea; color: #735d2b; font-size: .76rem; }
.law-cards { display: grid; gap: 13px; }
.law-card { display: grid; grid-template-columns: 110px 1fr; gap: 22px; padding: 27px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.law-card time { color: var(--blue); font-size: .86rem; font-weight: 900; }
.law-card h3 { margin: 0 0 7px; font-size: 1.25rem; }
.law-card p { margin: 0; color: var(--muted); font-size: .82rem; }
.law-card ul { padding-left: 19px; margin: 12px 0 0; color: var(--muted); font-size: .78rem; }
.process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 9px; margin-top: 35px; }
.process-grid article { position: relative; min-height: 185px; padding: 20px; border: 1px solid #2b4955; border-radius: 16px; background: #122f3b; }
.process-grid article:not(:last-child)::after { content: "→"; position: absolute; right: -9px; top: 50%; z-index: 2; width: 20px; height: 20px; display: grid; place-items: center; color: var(--orange); border-radius: 50%; background: #0a202b; font-size: .65rem; }
.process-grid span { color: var(--orange); font-size: .61rem; font-weight: 900; }
.process-grid h3 { margin: 13px 0 7px; font-size: .92rem; }
.process-grid p { margin: 0; color: #9fb6c0; font-size: .69rem; }
.source-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.source-links a { padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.source-links small, .source-links b { display: block; }
.source-links small { color: var(--orange); font-size: .6rem; font-weight: 900; letter-spacing: .12em; }
.source-links b { margin-top: 9px; font-size: .9rem; }
.source-links span { display: block; margin-top: 8px; color: var(--blue); font-size: .68rem; font-weight: 800; }

.pausal-hero-card { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; max-width: 610px; margin-top: 34px; }
.pausal-hero-card span { padding: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.05); }
.pausal-hero-card b, .pausal-hero-card small { display: block; }
.pausal-hero-card b { color: #fff; font-size: .78rem; }
.pausal-hero-card small { color: #93abb5; font-size: .56rem; }
.obrt-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.obrt-card { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.obrt-card > span { color: var(--orange); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.obrt-card h3 { margin: 16px 0 8px; font-size: 1.35rem; }
.obrt-card p { margin: 0; color: var(--muted); font-size: .8rem; }
.obrt-card strong { display: block; margin-top: 27px; color: var(--blue); font-size: .75rem; }
.faq { display: grid; gap: 8px; max-width: 900px; margin: auto; }
.faq details { border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.faq summary { padding: 18px 22px; cursor: pointer; font-weight: 800; list-style: none; }
.faq summary::after { content: "+"; float: right; color: var(--orange); font-size: 1.2rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 22px 19px; margin: 0; color: var(--muted); font-size: .83rem; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.contact-copy h2 { margin: 6px 0 15px; font-size: 3rem; line-height: 1; letter-spacing: -.055em; }
.contact-copy > p { color: var(--muted); }
.contact-meta { display: grid; gap: 10px; margin-top: 30px; }
.contact-meta span { padding: 14px; border-left: 2px solid var(--orange); background: #fff; }
.contact-meta b, .contact-meta small { display: block; }
.contact-meta b { font-size: .82rem; }
.contact-meta small { color: var(--muted); font-size: .68rem; }
.contact-form { display: grid; gap: 15px; padding: 30px; border: 1px solid var(--line); border-radius: 23px; background: #fff; box-shadow: 0 25px 70px rgba(12,37,49,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form label { color: #334b56; font-size: .72rem; font-weight: 800; }
.contact-form label small { color: var(--muted); font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; color: var(--ink); border: 1px solid #cfdbe0; border-radius: 9px; background: #f9fbfc; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(57,124,216,.11); }
.contact-form textarea { resize: vertical; }
.captcha-row { display: grid; grid-template-columns: 1fr 45px; align-items: end; gap: 9px; }
.captcha-refresh { width: 45px; height: 45px; border: 1px solid var(--line); border-radius: 9px; background: #f5f8f9; cursor: pointer; }
.form-trap { position: absolute !important; left: -9999px !important; }
.consent { display: flex; align-items: flex-start; gap: 9px; font-weight: 500 !important; }
.consent input { width: auto; margin-top: 3px; }
.form-status { margin: 0; min-height: 24px; font-size: .76rem; }
.form-status.success { color: #227a59; }
.form-status.error { color: #b33f3f; }

.site-footer { padding: 62px 0 24px; color: #b8cbd3; background: #071820; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .9fr 1fr; gap: 42px; padding-bottom: 45px; }
.footer-grid .brand { margin-bottom: 15px; }
.footer-grid p { color: #829da8; font-size: .78rem; }
.footer-nav { display: grid; gap: 7px; }
.footer-nav strong { margin-bottom: 5px; color: #fff; font-size: .73rem; }
.footer-nav a { color: #91aab4; font-size: .75rem; }
.footer-nav a:hover { color: #fff; }
.footer-maker { display: grid; align-content: start; gap: 3px; color: #91aab4; font-size: .75rem; }
.footer-maker strong { margin-bottom: 5px; color: #fff; font-size: .73rem; }
.footer-maker b { color: #c7d7dd; }
.footer-maker small { max-width: 220px; margin-top: 7px; color: #718d99; font-size: .66rem; line-height: 1.45; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #718d99; font-size: .67rem; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Glavni vizual: poslovni pregled s naglašenim grafikonom */
.hero-dashboard { min-height: 450px; padding: 18px; }
.live-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; color: #277b5d; border-radius: 20px; background: #e7f5ef; font-size: .52rem; font-weight: 850; }
.live-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(87,199,165,.14); }
.hero-chart-grid { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(150px,.72fr); gap: 10px; margin-top: 10px; }
.hero-chart, .hero-donut-card { margin: 0; padding: 15px; border: 1px solid #d8e1e5; border-radius: 13px; background: #fff; }
.hero-chart figcaption { display: flex; align-items: flex-start; justify-content: space-between; }
.hero-chart figcaption small, .hero-chart figcaption b { display: block; }
.hero-chart figcaption small, .hero-donut-card header small { color: #71848d; font-size: .46rem; font-weight: 800; letter-spacing: .08em; }
.hero-chart figcaption b, .hero-donut-card header b { margin-top: 2px; font-size: .7rem; }
.hero-chart figcaption > span { display: flex; align-items: center; gap: 6px; color: #71848d; font-size: .46rem; }
.hero-chart figcaption > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.hero-chart figcaption > span i:last-of-type { margin-left: 5px; background: var(--orange); }
.hero-chart svg { display: block; width: 100%; height: 210px; margin-top: 4px; overflow: visible; }
.chart-grid path { fill: none; stroke: #e7edef; stroke-width: 1; }
.chart-area { fill: url(#income-area); }
.chart-income, .chart-cost { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.chart-income { stroke: var(--blue); stroke-width: 4; }
.chart-cost { stroke: var(--orange); stroke-width: 2.5; stroke-dasharray: 6 7; }
.chart-dots circle { fill: #fff; stroke: var(--blue); stroke-width: 3; }
.chart-labels text { fill: #7a8d95; font-size: 10px; font-weight: 800; }
.hero-donut-card header small, .hero-donut-card header b { display: block; }
.hero-donut { width: 126px; height: 126px; display: grid; place-items: center; margin: 24px auto 18px; border-radius: 50%; background: radial-gradient(circle at center,#fff 0 55%,transparent 56%),conic-gradient(var(--mint) 0 93.4%,#e7edef 93.4% 100%); }
.hero-donut strong, .hero-donut small { display: block; text-align: center; }
.hero-donut strong { font-size: 1rem; }
.hero-donut small { color: var(--muted); font-size: .52rem; }
.hero-donut-card p { display: grid; gap: 7px; margin: 0; }
.hero-donut-card p span { display: grid; grid-template-columns: 7px 1fr; column-gap: 6px; color: var(--muted); font-size: .48rem; }
.hero-donut-card p span i { width: 7px; height: 7px; margin-top: 1px; border-radius: 50%; background: var(--mint); }
.hero-donut-card p span:last-child i { background: #dfe7ea; }
.hero-donut-card p b { grid-column: 2; color: var(--ink); font-size: .54rem; }

/* Funkcije: raznolike marketinške cjeline umjesto kataloga jednakih kartica */
.functions-showcase { background: #f3f7f8; }
.feature-label { color: var(--orange); font-size: .61rem; font-weight: 900; letter-spacing: .14em; }
.workflow-showcase { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 48px; padding: 48px; color: #fff; border-radius: 30px; background: linear-gradient(135deg,#0b2330,#153d4c); box-shadow: 0 30px 75px rgba(10,32,43,.18); }
.workflow-copy h2, .finance-showcase h2, .eracun-showcase h2, .stock-showcase h2 { margin: 14px 0 12px; font-size: clamp(1.8rem,3vw,3.15rem); line-height: 1.04; letter-spacing: -.055em; }
.workflow-copy p { color: #b5c8d0; }
.workflow-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.workflow-tags span { padding: 7px 10px; color: #d5e3e8; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; font-size: .63rem; font-weight: 750; }
.workflow-visual { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 8px; }
.workflow-visual > span { min-height: 130px; padding: 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.07); }
.workflow-visual > span.done { background: rgba(87,199,165,.13); box-shadow: inset 0 0 0 1px rgba(87,199,165,.2); }
.workflow-visual i, .workflow-visual b, .workflow-visual small { display: block; }
.workflow-visual i { color: #7fa8b8; font-size: .53rem; font-style: normal; font-weight: 900; }
.workflow-visual b { margin-top: 27px; font-size: .78rem; }
.workflow-visual small { margin-top: 3px; color: #9fb7c1; font-size: .55rem; }
.workflow-visual > em { color: #6f919f; font-style: normal; font-weight: 900; }
.function-split { display: grid; grid-template-columns: 1.18fr .82fr; gap: 18px; margin-top: 18px; }
.finance-showcase, .eracun-showcase { min-height: 460px; padding: 38px; border-radius: 26px; }
.finance-showcase { display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px; border: 1px solid var(--line); background: #fff; }
.finance-showcase > div:first-child p { color: var(--muted); }
.finance-visual { align-self: end; padding: 20px; border-radius: 19px; background: #eef4f6; }
.finance-visual header, .finance-visual footer { display: flex; justify-content: space-between; gap: 15px; }
.finance-visual header small, .finance-visual header b { display: block; }
.finance-visual header small { color: var(--muted); font-size: .54rem; font-weight: 850; letter-spacing: .08em; }
.finance-visual header b { margin-top: 3px; font-size: 1.05rem; }
.finance-visual header em { align-self: start; padding: 4px 7px; color: #277b5d; border-radius: 12px; background: #dff1ea; font-size: .58rem; font-style: normal; font-weight: 850; }
.finance-bars, .stock-spark { display: flex; align-items: end; gap: 7px; height: 145px; margin: 18px 0 12px; border-bottom: 1px solid #d4e0e4; background: repeating-linear-gradient(to bottom,#dee8eb 0,#dee8eb 1px,transparent 1px,transparent 36px); }
.finance-bars i, .stock-spark i { flex: 1; height: var(--h); border-radius: 7px 7px 0 0; background: linear-gradient(to top,#397cd8,#83afe6); }
.finance-bars i.accent, .stock-spark i.accent { background: linear-gradient(to top,var(--orange),#ff9b77); }
.finance-visual footer span { color: var(--muted); font-size: .56rem; }
.finance-visual footer b { display: block; margin-top: 2px; color: var(--ink); }
.eracun-showcase { position: relative; overflow: hidden; color: #fff; background: #0b202a; }
.eracun-showcase::after { content: ""; position: absolute; width: 260px; height: 260px; right: -120px; bottom: -130px; border-radius: 50%; background: radial-gradient(circle,rgba(57,124,216,.45),transparent 70%); }
.eracun-showcase > p { max-width: 430px; color: #a9bec7; }
.status-timeline { position: relative; display: grid; gap: 9px; margin-top: 36px; z-index: 1; }
.status-timeline span { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 10px; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.05); }
.status-timeline i { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; border-radius: 9px; background: #3c7ed6; font-style: normal; }
.status-timeline .complete i { background: var(--mint); }
.status-timeline b { font-size: .72rem; }
.status-note { position: relative; z-index: 1; display: block; margin-top: 18px; color: #7896a2; font-size: .59rem; }
.stock-showcase { display: grid; grid-template-columns: 1fr .75fr .9fr; align-items: center; gap: 34px; margin-top: 18px; padding: 38px 42px; border-radius: 26px; background: #e9f0f3; }
.stock-showcase > div:first-child p { color: var(--muted); }
.stock-spotlight { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.stock-spotlight span { padding: 15px; border-radius: 15px; background: #fff; }
.stock-spotlight span:first-child { grid-column: span 2; }
.stock-spotlight small, .stock-spotlight b { display: block; }
.stock-spotlight small { color: var(--muted); font-size: .52rem; font-weight: 850; letter-spacing: .07em; }
.stock-spotlight b { margin-top: 3px; font-size: 1rem; }
.stock-spotlight .warning b { color: var(--orange); }
.stock-spark { height: 175px; margin: 0; }
.assurance-strip { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 55px; padding: 26px 0; border-top: 1px solid #ccd9dd; border-bottom: 1px solid #ccd9dd; }
.assurance-strip > span { display: grid; grid-template-columns: 38px 1fr; padding: 0 28px; border-right: 1px solid #ccd9dd; }
.assurance-strip > span:first-child { padding-left: 0; }
.assurance-strip > span:last-child { border-right: 0; }
.assurance-strip i { grid-row: span 2; color: var(--orange); font-size: .6rem; font-style: normal; font-weight: 900; }
.assurance-strip b { font-size: .78rem; }
.assurance-strip small { margin-top: 3px; color: var(--muted); font-size: .61rem; line-height: 1.5; }

@media (max-width: 1050px) {
  .main-nav { position: fixed; inset: 76px 0 auto; display: none; padding: 18px 24px 28px; background: #0a202b; }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 12px; font-size: .95rem; }
  .menu-toggle { display: block; }
  .nav-cta { display: none; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 145px; }
  .product-stage { width: min(760px,100%); margin: auto; }
  .section-head, .pausal-wrap, .law-layout, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .inventory-layout { grid-template-columns: 1fr; gap: 45px; }
  .law-sticky { position: static; }
  .feature-card.large, .feature-card.medium, .feature-card.third { grid-column: span 6; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .step:nth-child(4) { border-top: 1px solid rgba(255,255,255,.16); }
  .module-row { grid-template-columns: 50px 1fr; }
  .module-art { grid-column: 2; }
  .process-grid { grid-template-columns: repeat(3,1fr); }
  .source-links, .capability-groups { grid-template-columns: 1fr 1fr; }
  .workflow-showcase { grid-template-columns: 1fr; }
  .stock-showcase { grid-template-columns: 1fr 1fr; }
  .stock-spark { grid-column: span 2; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1240px); --radius: 18px; }
  .nav-shell { width: calc(100vw - 28px); min-height: 68px; }
  .main-nav { top: 68px; }
  .brand-copy small, .brand-copy i { display: none; }
  .hero { min-height: auto; padding: 125px 0 100px; }
  .hero h1, .page-hero h1 { font-size: clamp(2.75rem,13vw,4.2rem); }
  .hero-lead { font-size: 1rem; }
  .product-stage { min-height: 430px; }
  .app-window { transform: none; }
  .app-body { grid-template-columns: 86px 1fr; min-height: 340px; }
  .app-side { padding: 12px 6px; }
  .app-side span { padding: 7px 5px; font-size: .45rem; }
  .app-main { padding: 10px; }
  .app-stats { grid-template-columns: 1fr; }
  .app-card:nth-child(n+2) { display: none; }
  .invoice-row { grid-template-columns: 1fr auto; }
  .invoice-row > :nth-child(2), .invoice-row > :nth-child(3) { display: none; }
  .hero-dashboard { min-height: 410px; padding: 12px; }
  .hero-chart-grid { grid-template-columns: 1fr; }
  .hero-chart svg { height: 185px; }
  .hero-donut-card { display: none; }
  .floating-chip { display: none; }
  .deadline-grid { grid-template-columns: 1fr; }
  .deadline-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 76px 0; }
  .section-head h2, .feature-copy h2, .closing h2 { font-size: 2.7rem; }
  .section-head { margin-bottom: 35px; }
  .feature-card.large, .feature-card.medium, .feature-card.third { grid-column: span 12; }
  .feature-card { min-height: 310px; padding: 24px; }
  .pausal-dashboard { padding: 16px; }
  .pausal-kpis { grid-template-columns: 1fr; }
  .stock-kpis, .stock-visuals { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step, .step:nth-child(3), .step:nth-child(4) { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .step:first-child { border-top: 0; }
  .trust-grid, .obrt-grid, .source-links, .capability-groups { grid-template-columns: 1fr; }
  .trust-card.support-card { grid-template-columns: 1fr; gap: 12px; }
  .closing-inner { display: block; }
  .closing .button { margin-top: 28px; }
  .page-hero { min-height: 500px; padding-top: 140px; }
  .module-row { grid-template-columns: 1fr; padding: 25px; }
  .module-number, .module-art { grid-column: 1; }
  .capability-map h2 { font-size: 2.6rem; }
  .workflow-showcase, .finance-showcase, .eracun-showcase, .stock-showcase { padding: 26px; }
  .workflow-visual { grid-template-columns: 1fr 1fr; }
  .workflow-visual > em { display: none; }
  .function-split, .finance-showcase, .stock-showcase { grid-template-columns: 1fr; }
  .finance-showcase, .eracun-showcase { min-height: auto; }
  .finance-visual { margin-top: 10px; }
  .stock-spark { grid-column: auto; }
  .assurance-strip { grid-template-columns: 1fr; }
  .assurance-strip > span { padding: 18px 0; border-right: 0; border-bottom: 1px solid #ccd9dd; }
  .assurance-strip > span:last-child { border-bottom: 0; }
  .law-card { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article:not(:last-child)::after { content: "↓"; right: 50%; top: auto; bottom: -10px; transform: translateX(50%); }
  .pausal-hero-card { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 21px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { display: grid; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
