.hero { min-height: 570px; position: relative; overflow: hidden; background: var(--navy); color: #fff; border-bottom: 4px solid #f36a29; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 65% 48%, rgba(25,103,210,.16), transparent 33%), radial-gradient(circle at 84% 54%, rgba(39,99,185,.13), transparent 27%), linear-gradient(120deg, rgba(255,255,255,.01), transparent 44%); }
.hero__mesh { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(52,112,210,.20) 1px, transparent 1px), linear-gradient(90deg, rgba(52,112,210,.12) 1px, transparent 1px); background-size: 56px 56px; transform: perspective(900px) rotateX(58deg) scale(1.6); transform-origin: center 72%; mask-image: linear-gradient(to bottom, transparent 14%, #000 90%); }
.hero__grid { min-height: 570px; display: grid; grid-template-columns: 38% 62%; position: relative; z-index: 1; }
.hero__copy { padding: 54px 28px 38px 0; display: flex; flex-direction: column; justify-content: center; }
.hero h1 { max-width: 600px; margin: 12px 0 18px; font-size: clamp(40px, 4.1vw, 62px); line-height: 1.03; letter-spacing: -.045em; }
.hero h1 span { color: var(--orange); }
.hero__lead { max-width: 610px; color: #d6dcec; margin: 0; font-size: 16px; line-height: 1.68; }
.hero__actions { display: flex; gap: 14px; margin-top: 26px; }
.hero__stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin: 34px 0 0; }
.hero__stats div { position: relative; padding-left: 27px; }
.hero__stats div::before { content: ""; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border: 3px solid var(--orange); border-radius: 6px; transform: rotate(45deg); }
.hero__stats dt { font-size: 22px; font-weight: 800; }
.hero__stats dd { margin: 5px 0 0; color: #b9c0d3; font-size: 13px; }

.hero-system { position: relative; min-height: 570px; margin-right: -50px; }
.hero-system__links { position: absolute; inset: 5% 0 3% 0; width: 100%; height: 92%; overflow: visible; }
.hero-system__links .line { fill: none; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 3 7; filter: drop-shadow(0 0 5px currentColor); }
.line--blue { stroke: #00a7ff; color: #00a7ff; }
.line--green { stroke: #b3db1d; color: #b3db1d; }
.line--orange { stroke: #ff9600; color: #ff9600; }
.line--red { stroke: #ff4a19; color: #ff4a19; }
.line--violet { stroke: #8a3ff1; color: #8a3ff1; }
.line--cyan { stroke: #00d8d7; color: #00d8d7; }
.system-card { position: absolute; width: 28%; min-width: 220px; padding: 13px; border-radius: 12px; border: 1px solid rgba(255,255,255,.20); box-shadow: inset 0 0 35px rgba(255,255,255,.06), 0 16px 30px rgba(0,0,0,.25); backdrop-filter: blur(4px); }
.system-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 75% 18%, rgba(255,255,255,.14), transparent 35%); pointer-events: none; }
.system-card__head { display: grid; grid-template-columns: 29px 1fr auto; align-items: center; gap: 9px; position: relative; z-index: 2; margin-bottom: 8px; }
.system-card__head > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 6px; color: #fff; }
.system-card__head svg { width: 24px; }
.system-card__head strong { font-size: 14px; line-height: 1.08; }
.system-card__head small { display: block; font-size: 12px; margin-top: 4px; }
.system-card__head b { font-size: 20px; font-weight: 400; }
.system-card--sales { left: 12%; top: 16px; background: linear-gradient(135deg, rgba(6,70,153,.94), rgba(0,103,214,.72)); }
.system-card--stock { right: 3%; top: 16px; background: linear-gradient(135deg, rgba(65,101,35,.96), rgba(118,137,48,.78)); }
.system-card--docs { left: 0; top: 166px; background: linear-gradient(135deg, rgba(153,82,0,.96), rgba(218,105,0,.78)); }
.system-card--logistics { right: 0; top: 170px; background: linear-gradient(135deg, rgba(167,54,39,.95), rgba(203,63,39,.80)); }
.system-card--analytics { left: 12%; bottom: 56px; background: linear-gradient(135deg, rgba(72,26,134,.96), rgba(114,37,196,.86)); }
.system-card--production { right: 3%; bottom: 58px; background: linear-gradient(135deg, rgba(3,84,105,.96), rgba(0,128,165,.78)); }
.system-card--dev { left: 38%; bottom: 4px; width: 28%; background: linear-gradient(135deg, rgba(20,63,132,.96), rgba(28,77,162,.78)); }
.system-core { position: absolute; left: 39%; top: 176px; width: 25%; aspect-ratio: 1; display: grid; place-content: center; text-align: center; clip-path: polygon(25% 4%, 75% 4%, 96% 25%, 96% 75%, 75% 96%, 25% 96%, 4% 75%, 4% 25%); background: linear-gradient(145deg, #12203d, #020614 58%, #111f38); box-shadow: inset 0 0 0 3px var(--orange), 0 0 36px rgba(255,111,0,.33); filter: drop-shadow(0 0 16px rgba(255,111,0,.2)); }
.system-core::before { content: ""; position: absolute; inset: 0; clip-path: inherit; box-shadow: inset 0 0 0 3px var(--orange); }
.system-core strong { font-size: clamp(20px, 1.8vw, 30px); line-height: 1.02; }
.system-core span { color: #c8cedd; font-size: 13px; line-height: 1.3; margin-top: 14px; }

.ui-preview { background: #fff; border-radius: 7px; overflow: hidden; box-shadow: 0 4px 12px rgba(14, 23, 57, .14); border: 1px solid rgba(35,44,78,.10); color: #24335c; }
.ui-preview__bar { height: 12px; padding: 4px 5px; display: flex; gap: 3px; background: #f5f7fb; border-bottom: 1px solid #e7ebf3; }
.ui-preview__bar i { width: 3px; height: 3px; border-radius: 999px; background: #bec8d8; }
.ui-preview__body { min-height: 72px; padding: 8px; position: relative; background: linear-gradient(#fff,#fbfcff); }
.mock-table { display: grid; gap: 5px; }
.mock-table span { height: 7px; display: grid; grid-template-columns: 8px 1.5fr 1fr; gap: 5px; align-items: center; }
.mock-table i { width: 7px; height: 7px; border-radius: 2px; background: #4b79e7; }
.mock-table b, .mock-table em { height: 3px; border-radius: 3px; background: #dbe1ec; }
.mock-table em { width: 70%; }
.mock-chart { height: 62px; display: flex; gap: 5px; align-items: end; padding: 4px 5px; background: linear-gradient(to top, rgba(40,100,220,.06), transparent); }
.mock-chart i { flex: 1; height: var(--h); min-width: 5px; border-radius: 2px 2px 0 0; background: linear-gradient(#2d8bff, #2854d8); }
.mock-gantt { display: grid; gap: 7px; padding-top: 5px; }
.mock-gantt i { height: 7px; border-radius: 4px; background: linear-gradient(90deg, transparent 0 8%, #4876df 8% 58%, transparent 58%); }
.mock-gantt i:nth-child(2) { background: linear-gradient(90deg, transparent 0 28%, #35a76e 28% 76%, transparent 76%); }
.mock-gantt i:nth-child(3) { background: linear-gradient(90deg, transparent 0 15%, #ff9938 15% 48%, transparent 48%); }
.mock-gantt i:nth-child(4) { background: linear-gradient(90deg, transparent 0 43%, #6a55d8 43% 88%, transparent 88%); }
.mock-map { min-height: 64px; position: relative; background: linear-gradient(30deg,#f2f1e8 25%, transparent 25%) 0 0/24px 24px, linear-gradient(-30deg,#e4eef7 25%, transparent 25%) 0 0/30px 30px, #f9faf6; overflow: hidden; }
.mock-map::before { content: ""; position: absolute; left: 12%; top: 43%; width: 72%; height: 3px; background: #1e69de; transform: rotate(-7deg); clip-path: polygon(0 20%,25% 0,45% 100%,72% 20%,100% 70%,100% 100%,0 100%); }
.mock-map i { position: absolute; width: 9px; height: 9px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: #2d70df; }
.mock-map i:nth-child(1) { left: 16%; top: 25%; background: #56b16f; }
.mock-map i:nth-child(2) { left: 50%; top: 48%; }
.mock-map i:nth-child(3) { right: 12%; top: 20%; background: #e85d45; }
.mock-code { padding-top: 4px; display: grid; gap: 5px; }
.mock-code span { height: 3px; border-radius: 3px; background: linear-gradient(90deg,#d65084 0 13%,#6075d8 13% 34%,#d8e0ee 34% 78%,transparent 78%); }
.mock-code span:nth-child(2n) { margin-left: 10px; background: linear-gradient(90deg,#46a0c6 0 22%,#d8e0ee 22% 70%,transparent 70%); }
.mock-profile { display: grid; grid-template-columns: 26px 1fr; gap: 7px; align-items: center; }
.mock-profile b { width: 24px; height: 24px; border-radius: 50%; background: #dce9ff; grid-row: 1/4; }
.mock-profile span { height: 5px; border-radius: 3px; background: #e0e5ef; }
.mock-dashboard { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; }
.mock-dashboard > span { height: 16px; background: #121e3b; border-radius: 3px; }
.mock-dashboard div { grid-column: 1/-1; display: flex; align-items: end; height: 38px; gap: 3px; padding: 3px; background: #0d1731; }
.mock-dashboard i { flex: 1; background: #235fdb; height: 60%; border-radius: 2px 2px 0 0; }
.mock-dashboard i:nth-child(2) { height: 35%; }.mock-dashboard i:nth-child(3) { height: 82%; }.mock-dashboard i:nth-child(4) { height: 48%; }.mock-dashboard i:nth-child(5) { height: 92%; }.mock-dashboard i:nth-child(6) { height: 74%; }

.process-breaks { background: #fff; border-bottom: 3px solid #54b58d; }
.process-breaks__inner { min-height: 108px; display: grid; grid-template-columns: 240px 1fr auto; gap: 26px; align-items: center; }
.process-breaks__title h2 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.process-breaks__title p { margin: 8px 0 0; color: #60677b; font-size: 13px; }
.process-breaks__items { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 18px; }
.problem-item { display: flex; align-items: center; gap: 10px; }
.problem-item__icon { flex: 0 0 34px; width: 34px; height: 34px; color: var(--orange); }
.problem-item:nth-child(4) .problem-item__icon { color: #6b48d7; }
.problem-item:nth-child(5) .problem-item__icon { color: #43a65f; }
.problem-item__icon svg { width: 100%; height: 100%; }
.problem-item strong, .problem-item span { display: block; font-size: 12px; line-height: 1.28; }
.problem-item span { margin-top: 2px; color: #525b6c; }
