:root {
    --green-950: #064927;
    --green-900: #075d2d;
    --green-800: #0d7435;
    --green-700: #19943f;
    --green-600: #2cad46;
    --green-100: #e7f5e6;
    --green-50: #f3faf0;
    --mint: #dff2db;
    --violet: #6f5ce7;
    --blue: #2698cd;
    --ink: #17201b;
    --muted: #5b665f;
    --line: rgba(13, 116, 53, .14);
    --paper: #fffefb;
    --shadow: 0 24px 70px rgba(31, 83, 48, .12);
    --shadow-soft: 0 14px 36px rgba(31, 83, 48, .08);
    --radius-xl: 36px;
    --radius-lg: 26px;
    --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body::selection { color: #fff; background: var(--green-700); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
section[id] { scroll-margin-top: 82px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; border-radius: 12px; color: #fff; background: var(--green-900); }
.skip-link:focus { top: 16px; }
:where(a, button):focus-visible { outline: 3px solid rgba(44, 173, 70, .42); outline-offset: 4px; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    border-bottom: 1px solid transparent;
    background: rgba(255, 255, 252, .68);
    backdrop-filter: blur(12px);
    transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { background: rgba(255, 255, 252, .9); border-color: var(--line); box-shadow: 0 8px 30px rgba(20, 73, 37, .07); backdrop-filter: blur(18px); }
.header-progress { position: absolute; left: 0; bottom: -1px; width: var(--progress, 0%); height: 2px; background: linear-gradient(90deg, var(--green-600), #89c226, #35a9d2); transition: width .12s linear; }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 24px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; gap: 13px; min-width: 356px; }
.brand-logo { flex: 0 0 auto; width: auto; object-fit: contain; }
.brand-logo-greenleaf { height: 39px; }
.brand-logo-stockdesk { height: 31px; }
.brand-divider { width: 1px; height: 34px; background: rgba(17, 24, 39, .12); }
.desktop-nav { display: flex; justify-content: center; gap: 26px; margin-left: auto; }
.desktop-nav a { position: relative; color: #3e4942; font-size: 14px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green-600); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.desktop-nav a.is-active { color: var(--green-800); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 16px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.985); }
.button svg { width: 19px; height: 19px; }
.button span { color: var(--muted); font-size: 12px; font-weight: 500; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--green-700), #48b638); box-shadow: 0 13px 28px rgba(28, 153, 59, .25); }
.button-primary:hover { box-shadow: 0 17px 34px rgba(28, 153, 59, .32); }
.button-ghost { color: var(--green-900); border-color: var(--line); background: rgba(255, 255, 255, .78); }
.button-outline { color: var(--green-800); border-color: rgba(13, 116, 53, .25); background: transparent; }
.button-small { min-height: 42px; padding: 0 17px; border-radius: 13px; font-size: 14px; }

.hero {
    position: relative;
    min-height: 810px;
    display: flex;
    align-items: center;
    padding: 130px 0 80px;
    background:
        radial-gradient(circle at 90% 15%, rgba(149, 214, 81, .22), transparent 28%),
        radial-gradient(circle at 16% 93%, rgba(59, 177, 87, .17), transparent 29%),
        linear-gradient(125deg, #fff 0%, #fcfff8 52%, #eff9eb 100%);
    isolation: isolate;
    overflow: hidden;
}
.hero::before, .hero::after { content: ""; position: absolute; z-index: -1; pointer-events: none; }
.hero::before { width: 740px; height: 740px; right: -190px; top: -240px; border: 1px solid rgba(42, 173, 70, .12); border-radius: 50%; box-shadow: inset 0 0 0 70px rgba(255,255,255,.15), inset 0 0 0 71px rgba(42,173,70,.08); }
.hero::after { width: 120%; height: 210px; left: -10%; bottom: -115px; border-radius: 50% 50% 0 0; background: rgba(255,255,255,.74); filter: blur(8px); }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 54px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green-700); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow > span { width: 9px; height: 9px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(44,173,70,.1); }
.eyebrow.purple { color: var(--violet); }
.eyebrow.blue { color: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 600px; margin: 20px 0 22px; color: var(--green-950); font-size: clamp(50px, 5.2vw, 76px); line-height: .97; letter-spacing: -.055em; }
h1 em { position: relative; color: var(--green-700); font-style: normal; }
h1 em::after { content: ""; position: absolute; left: 2px; right: 4px; bottom: -7px; height: 3px; border-radius: 4px; background: linear-gradient(90deg, var(--green-700), rgba(44,173,70,.08)); }
.hero-lead { max-width: 575px; margin-bottom: 20px; color: #28342d; font-size: clamp(20px, 2vw, 25px); line-height: 1.42; }
.hero-note { max-width: 540px; padding-left: 17px; border-left: 2px solid var(--green-600); color: var(--muted); font-size: 15px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: #516057; font-size: 13px; font-weight: 650; }
.hero-tags span { display: inline-flex; align-items: center; gap: 6px; }
.hero-tags svg { width: 16px; height: 16px; padding: 2px; border-radius: 50%; color: #fff; background: var(--green-600); stroke-width: 3; }
.leaf { position: absolute; z-index: 1; width: 62px; height: 34px; border-radius: 100% 0 100% 0; background: linear-gradient(135deg, #7dcc45, #168e39); filter: blur(.2px); opacity: .35; transform: rotate(var(--rotate)) translate3d(calc(var(--mx, 0) * 12px), calc(var(--my, 0) * 8px), 0); transition: transform .2s linear; }
.leaf::after { content: ""; position: absolute; left: 8px; top: 16px; width: 42px; height: 1px; background: rgba(255,255,255,.75); transform: rotate(-22deg); transform-origin: left; }
.leaf-one { --rotate: -28deg; left: 46%; top: 13%; }
.leaf-two { --rotate: 40deg; right: 4%; top: 46%; width: 42px; height: 23px; }
.leaf-three { --rotate: 18deg; left: 4%; bottom: 14%; width: 48px; height: 27px; }

.dashboard-shell { position: relative; padding: 22px; border: 1px solid rgba(255,255,255,.92); border-radius: 30px; background: rgba(255,255,255,.82); box-shadow: var(--shadow), 0 0 0 1px rgba(20,105,50,.05); backdrop-filter: blur(16px); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.dashboard-shell::after { content: ""; position: absolute; inset: 16px -24px -24px 24px; z-index: -1; border-radius: 30px; background: rgba(115,194,97,.14); filter: blur(22px); }
.dashboard-topline, .dashboard-welcome, .cashboxes { display: flex; align-items: center; justify-content: space-between; }
.dashboard-topline { padding-bottom: 16px; border-bottom: 1px solid #edf2ed; font-size: 14px; }
.dashboard-brand { display: flex; align-items: center; gap: 10px; }
.dashboard-brand img { width: 104px; height: auto; }
.dashboard-topline small { color: #98a199; font-size: 10px; }
.online { color: var(--green-700); font-size: 11px; font-weight: 700; }
.online i, .cashboxes i { width: 7px; height: 7px; border-radius: 50%; background: #39b84a; box-shadow: 0 0 0 4px #eaf8ea; }
.dashboard-welcome { justify-content: flex-start; align-items: baseline; gap: 12px; margin: 17px 0; }
.dashboard-welcome span { font-size: 19px; font-weight: 750; }
.dashboard-welcome small { color: #8a958d; }
.dashboard-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.dashboard-stats article, .dashboard-modules article { border: 1px solid #eaf0eb; border-radius: 17px; background: #fff; box-shadow: 0 8px 20px rgba(28,83,45,.055); }
.dashboard-stats article { display: grid; grid-template-columns: auto 1fr; column-gap: 9px; padding: 15px 13px; }
.stat-icon { grid-row: span 2; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 11px; }
.stat-icon.green { color: var(--green-700); background: var(--green-100); }
.stat-icon.violet { color: var(--violet); background: #eeeafe; }
.stat-icon svg { width: 17px; height: 17px; }
.dashboard-stats small { color: #6e796f; font-size: 10px; }
.dashboard-stats b { font-size: 24px; }
.dashboard-stats em { grid-column: 2; color: var(--green-600); font-size: 9px; font-style: normal; }
.dashboard-modules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-top: 11px; }
.dashboard-modules article { min-height: 120px; display: flex; flex-direction: column; align-items: flex-start; padding: 15px; }
.dashboard-modules svg { width: 29px; height: 29px; padding: 6px; border-radius: 10px; color: var(--green-700); background: var(--green-100); }
.dashboard-modules b { margin-top: auto; font-size: 12px; }
.dashboard-modules small { margin-top: 4px; color: #8a938c; font-size: 9px; }
.cashboxes { margin-top: 11px; padding: 14px 16px; border: 1px solid #eaf0eb; border-radius: 17px; background: #fff; }
.cashboxes > span { display: grid; grid-template-columns: auto 1fr; gap: 0 8px; }
.cashboxes svg { grid-row: span 2; width: 24px; height: 24px; color: var(--green-700); }
.cashboxes b { font-size: 11px; }
.cashboxes small { color: #7c887f; font-size: 9px; }
.cashboxes > div { display: flex; gap: 17px; }
.cashboxes i { display: block; }

.section { position: relative; padding: 110px 0; }
.section-soft { background: linear-gradient(180deg, #f7fbf4, #f1f8ee); }
.section-heading { max-width: 820px; margin-bottom: 48px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading h2, .feature-copy h2, .deck-heading h2 { margin: 17px 0 14px; color: var(--green-950); font-size: clamp(38px, 4vw, 58px); line-height: 1.04; letter-spacing: -.04em; }
.section-heading p, .feature-copy > p, .deck-heading p { color: var(--muted); font-size: 18px; line-height: 1.65; }

.routine { background: #fff; }
.routine-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 30px; align-items: stretch; }
.pain-list { display: grid; gap: 11px; }
.pain-card { display: grid; grid-template-columns: 50px 58px 1fr; align-items: center; gap: 14px; padding: 13px 18px; border: 1px solid rgba(13,116,53,.09); border-radius: 18px; background: #fff; box-shadow: var(--shadow-soft); transition: transform .2s ease, border-color .2s ease; }
.pain-card:hover { transform: translateX(6px); border-color: rgba(13,116,53,.25); }
.pain-number { color: var(--green-700); font-size: 23px; font-weight: 800; }
.icon-badge { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; color: var(--green-700); background: var(--green-100); }
.icon-badge svg { width: 26px; height: 26px; }
.pain-card > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.pain-card b { font-size: 16px; }
.pain-card small { color: var(--muted); font-size: 13px; }
.routine-summary { position: relative; padding: 40px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(145deg, #f5fbf2, #fff); overflow: hidden; }
.routine-summary::after { content: ""; position: absolute; width: 320px; height: 320px; right: -130px; top: -130px; border-radius: 50%; background: rgba(105,197,79,.12); }
.routine-summary h3 { position: relative; z-index: 1; margin: 8px 0 33px; color: var(--green-800); font-size: 35px; line-height: 1.08; }
.clock-visual { position: absolute; z-index: 2; right: 44px; top: 44px; width: 98px; height: 98px; border: 8px solid #dff1d9; border-radius: 50%; background: #fff; box-shadow: 0 13px 24px rgba(26,113,48,.14); }
.clock-visual::before, .clock-visual::after { content: ""; position: absolute; left: 45px; top: 20px; width: 3px; height: 28px; border-radius: 3px; background: var(--green-700); transform-origin: bottom; }
.clock-visual::after { transform: rotate(112deg); height: 23px; }
.clock-visual i { position: absolute; left: 39px; top: 39px; width: 10px; height: 10px; border-radius: 50%; background: var(--green-700); }
.summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.summary-grid span { display: flex; gap: 9px; align-items: center; min-height: 68px; padding: 12px; border-radius: 15px; color: #3e4c43; background: rgba(255,255,255,.8); font-size: 13px; }
.summary-grid svg { flex: 0 0 auto; width: 29px; height: 29px; padding: 5px; border-radius: 50%; color: var(--green-700); background: var(--green-100); }
.routine-summary > p { margin: 26px 0 0; padding: 17px; border-radius: 16px; color: #3c4a40; background: var(--green-100); line-height: 1.5; }

.split-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.feature-copy h2 { margin-top: 18px; }
.check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 13px; min-height: 68px; padding: 11px 15px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 24px rgba(26,75,40,.055); }
.check-list li > svg { flex: 0 0 auto; width: 38px; height: 38px; padding: 9px; border-radius: 13px; color: var(--green-700); background: var(--green-100); stroke-width: 2.4; }
.check-list li span { display: flex; flex-direction: column; gap: 3px; }
.check-list b { font-size: 15px; }
.check-list small { color: var(--muted); }
.app-window { border: 1px solid rgba(13,116,53,.12); border-radius: 26px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.window-bar { height: 67px; display: flex; align-items: center; gap: 8px; padding: 0 20px; border-bottom: 1px solid #e9efea; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #dbe5dd; }
.window-bar b { margin-left: 8px; font-size: 15px; }
.window-bar .pv-action { margin-left: auto; padding: 10px 15px; border-radius: 10px; color: #fff; background: var(--green-600); font-weight: 700; }
.order-head, .order-row { display: grid; grid-template-columns: 32px .85fr 1.4fr .5fr 1fr; align-items: center; gap: 8px; padding: 11px 20px; }
.order-head { color: #8d9790; background: #f8faf8; font-size: 11px; }
.order-row { border-top: 1px solid #eff2ef; font-size: 12px; }
.order-row.selected { background: rgba(227,245,224,.48); }
.fake-check { width: 17px; height: 17px; display: grid; place-items: center; border: 1px solid #cad3cc; border-radius: 4px; color: #fff; font-size: 11px; }
.selected .fake-check { border-color: var(--green-600); background: var(--green-600); }
.status { justify-self: start; padding: 4px 8px; border-radius: 20px; font-size: 10px; font-style: normal; }
.status.ready { color: var(--green-700); background: var(--green-100); }
.status.new { color: #69736b; background: #f0f1f0; }
.status.wait { color: #466dba; background: #e9f0ff; }
.window-result { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 17px; color: var(--green-800); background: linear-gradient(90deg, #f3faf0, #e9f7e4); font-size: 14px; }
.window-result svg { width: 20px; height: 20px; }

.supply-section { overflow: hidden; }
.flow-grid { display: flex; align-items: center; justify-content: center; }
.flow-grid article { position: relative; flex: 1; min-height: 205px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-soft); text-align: center; }
.flow-grid article > span { position: absolute; top: 12px; left: 12px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green-700); font-size: 12px; font-weight: 800; }
.flow-grid article svg { width: 46px; height: 46px; color: var(--green-700); }
.flow-grid article b { font-size: 15px; }
.flow-grid article small { color: var(--muted); }
.flow-arrow { flex: 0 0 44px; width: 28px; height: 28px; margin-inline: 4px; color: var(--green-600); }
.supply-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 24px; }
.supply-benefits span { display: flex; align-items: center; gap: 9px; padding: 14px; border-radius: 15px; color: #405047; background: rgba(255,255,255,.8); font-size: 12px; font-weight: 650; }
.supply-benefits svg { width: 27px; height: 27px; padding: 5px; border-radius: 9px; color: var(--green-700); background: var(--green-100); }

.operations-section { background: #fff; }
.operations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.operation-card { padding: 38px; border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(145deg, #fff, #f6fbf4); box-shadow: var(--shadow-soft); }
.operation-card h3 { margin: 16px 0 12px; color: var(--green-950); font-size: 35px; line-height: 1.08; letter-spacing: -.03em; }
.operation-card > p { color: var(--muted); line-height: 1.55; }
.stock-table, .chat-window { margin-top: 28px; overflow: hidden; border: 1px solid #e5ece6; border-radius: 19px; background: #fff; }
.stock-table > div { display: grid; grid-template-columns: 1fr 68px 68px 40px; align-items: center; gap: 8px; min-height: 62px; padding: 10px 14px; border-top: 1px solid #edf1ed; font-size: 11px; }
.stock-table > div:first-child { border-top: 0; }
.stock-table div > span { display: flex; align-items: center; gap: 9px; }
.stock-table i { width: 19px; height: 30px; border-radius: 4px 4px 8px 8px; background: linear-gradient(#526355 20%, #eef4ef 20% 85%, #d8e5db 85%); }
.stock-table small { color: #6c776f; }
.stock-table em { font-size: 13px; font-style: normal; font-weight: 800; text-align: right; }
.stock-table .zero { color: var(--green-700); }
.stock-table .plus { color: #2a9b42; }
.stock-table .minus { color: #d24949; }
.card-note { display: flex; align-items: center; gap: 9px; margin-top: 20px; padding: 13px 15px; border-radius: 15px; color: var(--green-900); background: var(--green-100); font-size: 13px; font-weight: 700; }
.card-note svg { width: 22px; height: 22px; }
.ai-card { background: linear-gradient(145deg, #fff, #f6f4ff); }
.chat-head { display: flex; align-items: center; gap: 8px; padding: 15px; border-bottom: 1px solid #ececf2; }
.spark { color: var(--violet); font-size: 20px; }
.chat-head em { margin-left: auto; color: var(--green-700); font-size: 10px; font-style: normal; }
.chat-head em i { display: inline-block; width: 6px; height: 6px; margin-right: 3px; border-radius: 50%; background: var(--green-600); }
.client-message, .ai-message { margin: 13px 15px; padding: 12px; border-radius: 13px; font-size: 11px; line-height: 1.5; }
.client-message { margin-left: 56px; color: #515a54; background: #f1f2f1; }
.ai-message { margin-right: 38px; border: 1px solid #cce7ca; color: #2c4533; background: #f3faf1; }
.ai-message span { color: var(--violet); }
.chat-actions { display: grid; gap: 6px; padding: 0 15px 15px; }
.chat-actions span { padding: 7px 9px; border: 1px solid #ecefec; border-radius: 9px; color: #4e5a52; font-size: 10px; }

.ecosystem-section { color: #fff; background: radial-gradient(circle at 50% -30%, #2c9c4e, transparent 45%), linear-gradient(145deg, #07582e, #063e25); overflow: hidden; }
.ecosystem-section::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(90deg, transparent, #000 45%, transparent); }
.section-heading.light h2, .section-heading.light p { color: #fff; }
.section-heading.light .eyebrow { color: #a8e78c; }
.ecosystem-map { position: relative; display: grid; grid-template-columns: 1fr 90px 1.12fr 90px 1fr; align-items: center; }
.ecosystem-column { display: grid; gap: 13px; }
.ecosystem-column > span, .hub { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.095); box-shadow: 0 18px 40px rgba(0,0,0,.12); backdrop-filter: blur(10px); }
.ecosystem-column > span { min-height: 84px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 15px; border-radius: 17px; }
.ecosystem-column b { font-size: 19px; }
.ecosystem-column small { color: rgba(255,255,255,.68); font-size: 10px; }
.cashbox-brands i { width: 8px; height: 8px; border-radius: 50%; background: #7fea67; box-shadow: 0 0 0 5px rgba(126,234,103,.1); }
.hub { position: relative; display: grid; gap: 8px; padding: 26px; border-radius: 28px; }
.hub-logo { min-height: 58px; display: flex; align-items: center; justify-content: center; margin-bottom: 3px; padding: 9px 18px; border-radius: 14px; background: rgba(255,255,255,.96); }
.hub-logo img { width: 148px; height: auto; }
.hub > span { grid-column: 1 / -1; padding: 9px 11px; border-radius: 10px; background: rgba(255,255,255,.1); font-size: 12px; }
.hub > .hub-logo { background: rgba(255,255,255,.96); }
.connector { height: 1px; background: repeating-linear-gradient(90deg, rgba(162,231,138,.7) 0 5px, transparent 5px 10px); }
.channels > span { grid-template-columns: auto 1fr; }
.channels svg { width: 34px; height: 34px; padding: 7px; border-radius: 11px; color: #b4f293; background: rgba(255,255,255,.1); }
.channels b { font-size: 14px; }
.ecosystem-note { width: fit-content; display: flex; align-items: center; gap: 10px; margin: 36px auto 0; padding: 15px 22px; border-radius: 100px; background: rgba(255,255,255,.12); }
.ecosystem-note svg { width: 24px; height: 24px; }

.marking-section { padding-bottom: 90px; background: linear-gradient(180deg, #f2faee, #fbfdf9); }
.marking-intro { display: grid; grid-template-columns: .88fr 1.12fr; gap: 65px; align-items: center; }
.check-list.compact li { min-height: 62px; }
.receipt-window { padding: 28px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.receipt-window h3 { margin-bottom: 20px; font-size: 24px; }
.scan-bar { display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; border: 1px solid #e1e9e2; border-radius: 14px; color: #606b63; background: #f7faf7; font-size: 13px; }
.scan-bar span { padding: 7px 14px; border-radius: 10px; color: #fff; background: var(--green-700); font-weight: 700; }
.receipt-line { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; margin-top: 11px; padding: 12px; border: 1px solid #e6ece7; border-radius: 14px; }
.matrix { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: var(--green-700); background: var(--green-100); font-size: 18px; font-weight: 900; line-height: .45; letter-spacing: 3px; }
.receipt-line b { font-size: 13px; }
.receipt-line em { padding: 6px 10px; border-radius: 20px; font-size: 10px; font-style: normal; white-space: nowrap; }
.receipt-line .checking { color: #b47a18; background: #fff0c9; }
.receipt-line .allowed { color: var(--green-700); background: var(--green-100); }
.receipt-line .cashbox { color: #367ab1; background: #e4f0fb; }
.receipt-line .normal { color: #60656a; background: #eeeef1; }
.receipt-check-action { width: 100%; min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 17px; border-radius: 13px; color: #fff; background: var(--green-700); font-weight: 750; }
.receipt-check-action svg { width: 22px; height: 22px; }
.code-path { margin-top: 85px; padding: 42px; border: 1px solid var(--line); border-radius: 34px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-soft); }
.path-heading { max-width: 700px; }
.path-heading h3 { margin: 14px 0 8px; color: var(--green-950); font-size: 38px; }
.path-heading p { color: var(--muted); line-height: 1.6; }
.path-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px; }
.path-steps article { position: relative; min-height: 112px; display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 18px; border: 1px solid #e3ebe4; border-radius: 17px; background: #fff; }
.path-steps article > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--green-800); background: var(--green-100); font-size: 12px; font-weight: 800; }
.path-steps article b { font-size: 13px; }
.path-steps article svg { position: absolute; right: -17px; top: calc(50% - 10px); z-index: 2; width: 22px; height: 22px; color: var(--green-600); }
.path-guarantees { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.path-guarantees span { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px; border-radius: 17px; color: var(--green-900); background: var(--green-100); font-weight: 700; }
.path-guarantees svg { width: 30px; height: 30px; }

.outcomes-section { background: #fff; }
.outcomes-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.outcomes-grid article { min-height: 230px; display: flex; flex-direction: column; align-items: center; padding: 24px 17px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(160deg, #fff, #f7fbf5); text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.outcomes-grid article:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.outcomes-grid b { margin-top: 18px; font-size: 15px; }
.outcomes-grid p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.result-banner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; margin-top: 24px; padding: 26px 30px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(90deg, #eff9eb, #fff); }
.handshake { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 20px; color: #fff; background: var(--green-700); font-size: 29px; font-weight: 900; }
.result-banner b { color: var(--green-900); font-size: 19px; }
.result-banner p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }

.deck-section { background: #eef7eb; overflow: hidden; }
.deck-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.deck-heading h2 { margin-bottom: 8px; }
.deck-heading p { margin-bottom: 0; }
.deck-controls { display: flex; align-items: center; gap: 9px; }
.deck-controls > span { margin-right: 8px; color: #839087; font-size: 13px; }
.deck-controls > span b { color: var(--green-800); font-size: 20px; }
.deck-controls button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 14px; color: var(--green-800); background: #fff; cursor: pointer; }
.deck-controls button:disabled { color: #aab4ad; background: rgba(255,255,255,.56); cursor: default; opacity: .62; }
.deck-controls button:first-of-type svg { transform: rotate(180deg); }
.deck-controls svg { width: 20px; height: 20px; }
.deck-viewport { overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; }
.deck-viewport::-webkit-scrollbar { display: none; }
.deck-track { display: flex; gap: 24px; width: max-content; padding: 4px max(20px, calc((100vw - 1180px) / 2)) 30px; margin-left: min(-20px, calc((100vw - 1180px) / -2)); }
.deck-slide { position: relative; flex: 0 0 min(920px, 78vw); margin: 0; scroll-snap-align: center; }
.deck-slide button { width: 100%; padding: 0; border: 0; border-radius: 26px; background: #fff; box-shadow: var(--shadow); overflow: hidden; cursor: zoom-in; }
.deck-slide img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .45s ease; }
.deck-slide button:hover img { transform: scale(1.015); }
.deck-slide figcaption { position: absolute; right: 16px; top: 16px; min-width: 43px; padding: 8px 10px; border-radius: 13px; color: var(--green-800); background: rgba(255,255,255,.9); box-shadow: 0 8px 20px rgba(20,70,35,.1); text-align: center; font-size: 12px; font-weight: 800; }
.deck-download { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 25px; padding: 22px 25px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.deck-download > div { display: flex; align-items: center; gap: 13px; }
.deck-download > div > svg { width: 43px; height: 43px; padding: 9px; border-radius: 14px; color: var(--green-700); background: var(--green-100); }
.deck-download > div > span { display: flex; flex-direction: column; gap: 3px; }
.deck-download small { color: var(--muted); }
.deck-download-actions { display: flex; gap: 10px; }

footer { padding: 34px 0; color: #b8c9be; background: #072f1e; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; }
.footer-brand-lockup { display: flex; align-items: center; gap: 14px; }
.footer-logo-card { display: grid; place-items: center; padding: 7px 12px; border-radius: 11px; background: #fff; }
.footer-logo-card img { width: 118px; height: auto; }
.footer-logo-card-greenleaf { padding: 6px 10px; }
.footer-separator { width: 1px; height: 35px; background: rgba(255,255,255,.18); }
.footer-logo-card .footer-greenleaf-logo { width: 174px; height: auto; }
.footer-meta { display: flex; align-items: flex-end; flex-direction: column; gap: 5px; }
.footer-meta small { color: #8ea496; }
.footer-meta a { color: #a9e58f; font-weight: 700; }

.slide-dialog { width: min(94vw, 1400px); max-width: none; padding: 0; border: 0; border-radius: 22px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.35); overflow: visible; }
.slide-dialog::backdrop { background: rgba(4,31,17,.82); backdrop-filter: blur(9px); }
.slide-dialog img { width: 100%; border-radius: 22px; }
.slide-dialog button { position: absolute; z-index: 2; right: -13px; top: -13px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--green-900); background: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.2); font-size: 26px; cursor: pointer; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); transition-delay: var(--delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
    .desktop-nav { display: none; }
    .header-inner { justify-content: space-between; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 760px; }
    .hero { padding-top: 150px; }
    .dashboard-shell { width: min(760px, 100%); margin-inline: auto; transform: none; }
    .routine-grid, .split-grid, .marking-intro { grid-template-columns: 1fr; }
    .split-grid, .marking-intro { gap: 48px; }
    .feature-copy { max-width: 720px; }
    .outcomes-grid { grid-template-columns: repeat(3, 1fr); }
    .ecosystem-map { grid-template-columns: 1fr 50px 1.15fr 50px 1fr; }
    .path-steps { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
    :root { --radius-xl: 26px; }
    .container { width: min(100% - 28px, 1180px); }
    .site-header .button { display: none; }
    .header-inner { min-height: 70px; }
    .brand { width: 100%; min-width: 0; justify-content: space-between; gap: 10px; }
    .brand-logo-greenleaf { height: 31px; max-width: 58%; }
    .brand-logo-stockdesk { height: 27px; max-width: 34%; }
    .brand-divider { height: 29px; }
    .hero { min-height: auto; padding: 118px 0 64px; }
    .hero-grid { gap: 40px; }
    h1 { font-size: 50px; }
    .hero-lead { font-size: 19px; }
    .hero-actions { flex-direction: column; }
    .button { width: 100%; }
    .hero-tags { gap: 10px 14px; }
    .dashboard-shell { padding: 13px; border-radius: 22px; }
    .dashboard-topline small, .dashboard-stats em { display: none; }
    .dashboard-stats { gap: 6px; }
    .dashboard-stats article { grid-template-columns: 1fr; padding: 10px; }
    .stat-icon { display: none; }
    .dashboard-stats b { font-size: 20px; }
    .dashboard-modules { gap: 6px; }
    .dashboard-modules article { min-height: 104px; padding: 10px; }
    .dashboard-modules small, .cashboxes > div { display: none; }
    .section { padding: 78px 0; }
    .section-heading { margin-bottom: 32px; }
    .section-heading h2, .feature-copy h2, .deck-heading h2 { font-size: 39px; }
    .section-heading p, .feature-copy > p, .deck-heading p { font-size: 16px; }
    .pain-card { grid-template-columns: 35px 47px 1fr; gap: 10px; padding: 11px; }
    .pain-number { font-size: 17px; }
    .icon-badge { width: 44px; height: 44px; border-radius: 14px; }
    .pain-card b { font-size: 14px; }
    .pain-card small { font-size: 11px; }
    .routine-summary { padding: 28px 20px; }
    .routine-summary h3 { font-size: 29px; }
    .clock-visual { right: 22px; top: 28px; width: 74px; height: 74px; border-width: 6px; }
    .clock-visual::before, .clock-visual::after { left: 33px; top: 14px; height: 22px; }
    .clock-visual::after { height: 18px; }
    .clock-visual i { left: 28px; top: 28px; }
    .summary-grid { grid-template-columns: 1fr; }
    .order-head { display: none; }
    .order-row { grid-template-columns: 28px .7fr 1.25fr .5fr; padding: 11px; }
    .order-row span:nth-child(4) { display: none; }
    .window-bar { padding: 0 12px; }
    .window-bar i { display: none; }
    .flow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .flow-grid article { min-height: 165px; padding: 16px; }
    .flow-arrow { display: none; }
    .supply-benefits { grid-template-columns: 1fr 1fr; }
    .operations-grid { grid-template-columns: 1fr; }
    .operation-card { padding: 26px 18px; }
    .operation-card h3 { font-size: 31px; }
    .stock-table > div { grid-template-columns: 1fr 54px 32px; }
    .stock-table small:nth-of-type(2) { display: none; }
    .ecosystem-map { grid-template-columns: 1fr; gap: 16px; }
    .connector { width: 1px; height: 24px; margin: auto; background: repeating-linear-gradient(180deg, rgba(162,231,138,.7) 0 5px, transparent 5px 10px); }
    .hub { order: 2; }
    .connector-left { order: 1; }
    .cashbox-brands { order: 0; }
    .connector-right { order: 3; }
    .channels { order: 4; }
    .ecosystem-note { border-radius: 18px; font-size: 13px; }
    .receipt-window { padding: 18px; }
    .receipt-line { grid-template-columns: 36px 1fr; }
    .receipt-line em { grid-column: 2; justify-self: start; }
    .code-path { margin-top: 55px; padding: 26px 17px; }
    .path-heading h3 { font-size: 32px; }
    .path-steps { grid-template-columns: 1fr 1fr; }
    .path-steps article svg { display: none; }
    .path-guarantees { grid-template-columns: 1fr; }
    .path-guarantees span { justify-content: flex-start; font-size: 13px; }
    .outcomes-grid { grid-template-columns: 1fr 1fr; }
    .outcomes-grid article { min-height: 210px; padding: 20px 12px; }
    .result-banner { grid-template-columns: 1fr; padding: 22px; }
    .result-banner .button { margin-top: 5px; }
    .deck-heading { align-items: flex-start; }
    .deck-heading p { display: none; }
    .deck-controls > span { display: none; }
    .deck-controls button { width: 43px; height: 43px; }
    .deck-slide { flex-basis: 92vw; }
    .deck-track { gap: 12px; padding-inline: 14px; margin-left: -14px; }
    .deck-slide button { border-radius: 16px; }
    .deck-download { align-items: stretch; flex-direction: column; }
    .deck-download-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .footer-inner { align-items: flex-start; flex-direction: column; gap: 22px; font-size: 13px; }
    .footer-brand-lockup { width: 100%; gap: 11px; }
    .footer-logo-card { padding: 6px 9px; }
    .footer-logo-card img { width: 100px; }
    .footer-logo-card .footer-greenleaf-logo { width: min(150px, 42vw); }
    .footer-meta { align-items: flex-start; }
}

@media (max-width: 420px) {
    h1 { font-size: 44px; }
    .section-heading h2, .feature-copy h2, .deck-heading h2 { font-size: 35px; }
    .flow-grid, .supply-benefits, .outcomes-grid { grid-template-columns: 1fr; }
    .flow-grid article { min-height: 145px; }
    .path-steps { grid-template-columns: 1fr; }
    .deck-heading { display: block; }
    .deck-controls { margin-top: 18px; }
    .deck-download-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    [data-reveal] { opacity: 1; transform: none; }
    .leaf { display: none; }
}
