.home-v4{
    --home-bg:#020b18;
    --home-bg-soft:#061426;
    --home-panel:#081a30;
    --home-panel-2:#0b213a;
    --home-border:rgba(122,181,255,.18);
    --home-text:#f6f9ff;
    --home-muted:#aebdd0;
    --home-green:#22e477;
    --home-blue:#28b7ff;
    --home-cyan:#22e0dc;
    --home-purple:#a763ff;
    color:var(--home-text);
    background:
        radial-gradient(circle at 78% 4%,rgba(18,92,200,.22),transparent 28%),
        radial-gradient(circle at 8% 30%,rgba(0,211,116,.10),transparent 22%),
        linear-gradient(180deg,#020b18 0%,#041223 48%,#020b18 100%);
    overflow:hidden;
}

.home-v4 *{letter-spacing:0;}
.home-v4 em{font-style:normal;color:var(--home-blue);}
.home-v4 .container{width:min(1320px,calc(100% - 40px));}

.home-hero{
    position:relative;
    min-height:760px;
    padding:82px 0 76px;
    display:flex;
    align-items:center;
    overflow:hidden;
}

.home-particles{position:absolute;inset:0;opacity:.3;pointer-events:none;}
.home-hero::after{
    content:'';
    position:absolute;
    left:0;right:0;bottom:0;height:1px;
    background:linear-gradient(90deg,transparent,rgba(40,183,255,.45),transparent);
}

.home-hero-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(430px,.82fr) minmax(580px,1.18fr);
    gap:54px;
    align-items:center;
}

.home-kicker,
.home-section-heading>span,
.home-catalog-copy>span,
.home-final-cta span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:max-content;
    max-width:100%;
    padding:8px 13px;
    color:#56f698;
    border:1px solid rgba(34,228,119,.28);
    background:rgba(34,228,119,.08);
    border-radius:999px;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}

.home-hero h1{
    margin:22px 0 18px;
    max-width:670px;
    color:#fff;
    font-size:clamp(48px,5.3vw,78px);
    line-height:.98;
    font-weight:900;
}

.home-hero h1 span{
    display:block;
    color:transparent;
    background:linear-gradient(90deg,var(--home-green),var(--home-blue));
    -webkit-background-clip:text;
    background-clip:text;
}

.home-hero-copy>p{
    max-width:610px;
    margin:0;
    color:#c7d4e4;
    font-size:18px;
    line-height:1.7;
}

.home-checks{display:flex;flex-wrap:wrap;gap:14px 22px;margin:24px 0 28px;}
.home-checks span{display:inline-flex;align-items:center;gap:7px;color:#e2ebf6;font-size:13px;font-weight:700;}
.home-checks i{color:var(--home-green);}

.home-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:34px;}
.home-btn{
    min-height:52px;
    padding:0 22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border-radius:7px;
    font-size:14px;
    font-weight:900;
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.home-btn:hover{transform:translateY(-2px);}
.home-btn-primary{color:#00150b;background:linear-gradient(135deg,#22e477,#22c9e7);box-shadow:0 13px 34px rgba(34,228,119,.22);}
.home-btn-primary:hover{color:#00150b;box-shadow:0 18px 42px rgba(34,228,119,.32);}
.home-btn-secondary{color:#ecf6ff;border:1px solid rgba(119,190,255,.42);background:rgba(6,20,38,.74);}
.home-btn-secondary:hover{color:#fff;border-color:rgba(34,228,119,.55);}

.home-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:700px;}
.home-hero-stats div{
    min-height:88px;
    padding:14px;
    display:grid;
    grid-template-columns:28px 1fr;
    align-content:center;
    column-gap:8px;
    border:1px solid var(--home-border);
    background:rgba(8,26,48,.66);
    border-radius:8px;
}
.home-hero-stats i{grid-row:1/3;color:var(--home-blue);font-size:20px;align-self:center;}
.home-hero-stats strong{color:#fff;font-size:13px;}
.home-hero-stats span{color:#91a4bb;font-size:11px;line-height:1.35;}

.home-product-scene{position:relative;min-height:555px;display:flex;align-items:center;justify-content:center;}
.home-product-scene::before{
    content:'';
    position:absolute;
    width:76%;height:70%;
    border-radius:50%;
    background:radial-gradient(circle,rgba(34,228,119,.16),rgba(40,183,255,.12) 38%,transparent 70%);
    filter:blur(24px);
}

.home-laptop{position:relative;width:min(710px,100%);z-index:2;perspective:1200px;}
.home-laptop-camera{position:absolute;z-index:4;top:8px;left:50%;width:5px;height:5px;border-radius:50%;background:#203d58;}
.home-dashboard{
    height:420px;
    display:grid;
    grid-template-columns:58px 1fr;
    overflow:hidden;
    border:7px solid #111923;
    border-bottom-width:14px;
    border-radius:17px 17px 8px 8px;
    background:#071422;
    box-shadow:0 0 0 1px rgba(151,199,255,.5),0 0 40px rgba(34,228,119,.18),0 30px 90px rgba(0,0,0,.58);
    transform:rotateX(1deg);
}
.home-laptop-base{
    width:112%;height:17px;margin-left:-6%;
    background:linear-gradient(180deg,#9aa4ad,#3d4853 60%,#111820);
    border-radius:2px 2px 18px 18px;
    box-shadow:0 12px 25px rgba(0,0,0,.52);
}
.home-laptop-base::after{content:'';display:block;width:18%;height:4px;margin:auto;background:#222c35;border-radius:0 0 8px 8px;}

.home-dash-sidebar{padding:13px 0;display:flex;align-items:center;flex-direction:column;gap:20px;background:#06101c;border-right:1px solid rgba(255,255,255,.06);}
.home-dash-sidebar img{width:31px;height:25px;object-fit:contain;margin-bottom:4px;}
.home-dash-sidebar i{width:28px;height:28px;display:grid;place-items:center;color:#6e839a;font-size:11px;border-radius:8px;}
.home-dash-sidebar i.active{color:var(--home-green);background:rgba(34,228,119,.1);}
.home-dash-main{padding:22px;background:radial-gradient(circle at 50% 0,rgba(26,66,105,.24),transparent 45%);}
.home-dash-main header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;}
.home-dash-main header small{display:block;color:#6f859d;font-size:9px;}
.home-dash-main header strong{display:block;color:#fff;font-size:15px;}
.home-dash-main header span{padding:5px 9px;color:#9db0c4;background:#0c2035;border:1px solid rgba(255,255,255,.08);border-radius:6px;font-size:9px;}
.home-dash-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;}
.home-dash-kpis div{min-height:68px;padding:11px;border-radius:7px;border:1px solid rgba(255,255,255,.06);}
.home-dash-kpis small{display:block;color:#b6c5d5;font-size:8px;margin-bottom:8px;}
.home-dash-kpis strong{display:block;color:#fff;font-size:13px;}
.home-dash-kpis .green{background:linear-gradient(135deg,rgba(0,186,82,.48),rgba(0,93,45,.22));}
.home-dash-kpis .blue{background:linear-gradient(135deg,rgba(20,113,255,.48),rgba(7,49,110,.22));}
.home-dash-kpis .purple{background:linear-gradient(135deg,rgba(154,70,255,.48),rgba(72,31,122,.22));}
.home-dash-kpis .orange{background:linear-gradient(135deg,rgba(255,166,26,.48),rgba(121,69,8,.22));}
.home-dash-content{display:grid;grid-template-columns:1.45fr .8fr;gap:12px;margin-top:13px;}
.home-chart-panel,.home-activity-panel{height:220px;padding:14px;border:1px solid rgba(255,255,255,.07);background:rgba(5,16,29,.66);border-radius:8px;}
.home-chart-panel>strong,.home-activity-panel>strong{color:#dfeafa;font-size:10px;}
.home-chart-bars{height:148px;margin-top:20px;display:flex;align-items:flex-end;gap:13px;border-bottom:1px solid rgba(255,255,255,.08);}
.home-chart-bars span{flex:1;height:var(--h);border-radius:3px 3px 0 0;background:linear-gradient(180deg,#27de7c,#148cd5);opacity:.7;}
.home-chart-line{position:relative;height:2px;width:86%;margin:-80px auto 0;background:linear-gradient(90deg,var(--home-green),var(--home-blue));transform:rotate(-8deg);box-shadow:0 0 9px var(--home-green);}
.home-activity-panel p{margin:14px 0;color:#9fb1c6;font-size:8px;}
.home-activity-panel p i{font-size:6px;margin-right:6px;color:var(--home-green);}
.home-activity-panel p:nth-of-type(2) i{color:var(--home-cyan);}
.home-activity-panel p:nth-of-type(3) i{color:#ffc53d;}
.home-activity-panel p:nth-of-type(4) i{color:var(--home-purple);}

.home-phone{
    position:absolute;right:-10px;bottom:72px;z-index:4;
    width:142px;height:285px;padding:25px 13px 15px;
    border:5px solid #111923;border-radius:24px;
    color:#fff;background:linear-gradient(180deg,#08192c,#04101d);
    box-shadow:0 0 0 1px rgba(151,199,255,.48),0 18px 45px rgba(0,0,0,.5);
}
.home-phone-notch{position:absolute;top:5px;left:50%;transform:translateX(-50%);width:48px;height:8px;border-radius:10px;background:#111923;}
.home-phone small,.home-phone span{display:block;color:#8fa3b8;font-size:8px;}
.home-phone strong{display:block;margin:15px 0 3px;color:#54ed96;font-size:15px;}
.home-phone-chart{height:58px;margin:14px 0;background:linear-gradient(170deg,transparent 48%,rgba(34,228,119,.55) 49%,rgba(40,183,255,.8) 53%,transparent 54%);border-bottom:1px solid rgba(255,255,255,.08);}
.home-phone-list{display:grid;gap:8px}.home-phone-list i{display:block;height:18px;border-radius:4px;background:rgba(255,255,255,.06);}
.home-scene-badges{position:absolute;z-index:5;left:12%;bottom:30px;display:flex;gap:8px;}
.home-scene-badges span{padding:7px 10px;color:#b9c9da;background:rgba(5,16,29,.88);border:1px solid rgba(255,255,255,.1);border-radius:999px;font-size:9px;font-weight:700;}
.home-scene-badges i{color:var(--home-green);margin-right:4px;}

.home-flow-section,.home-tools-section,.home-industries-section{padding:84px 0;}
.home-users-section,.home-catalog-section{padding:84px 0;background:rgba(2,10,22,.42);border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04);}
.home-section-heading{max-width:830px;margin-bottom:42px;}
.home-section-heading.centered{margin-left:auto;margin-right:auto;text-align:center;}
.home-section-heading.centered>span{margin-left:auto;margin-right:auto;}
.home-section-heading h2,.home-catalog-copy h2,.home-final-cta h2{
    margin:16px 0 12px;color:#fff;font-size:clamp(32px,4vw,54px);line-height:1.04;font-weight:900;
}
.home-section-heading p,.home-catalog-copy p,.home-final-cta p{margin:0;color:var(--home-muted);font-size:16px;line-height:1.7;}

.home-flow-grid{
    display:grid;grid-template-columns:repeat(9,auto);align-items:center;justify-content:center;gap:22px;
    padding:30px;border:1px solid var(--home-border);background:rgba(8,26,48,.6);border-radius:12px;
}
.home-flow-grid article{width:145px;text-align:center;}
.home-flow-grid article>i{width:58px;height:58px;margin:0 auto 12px;display:grid;place-items:center;color:#eaf5ff;background:linear-gradient(135deg,rgba(34,228,119,.16),rgba(40,183,255,.2));border:1px solid rgba(62,204,255,.25);border-radius:12px;font-size:24px;}
.home-flow-grid h3{margin:0 0 5px;color:#fff;font-size:15px;font-weight:900;}
.home-flow-grid p{margin:0;color:#9eb0c4;font-size:11px;line-height:1.45;}
.flow-arrow{color:#5baeff;font-size:18px;}
.home-flow-grid .flow-arrow:nth-of-type(4),.home-flow-grid .flow-arrow:nth-of-type(8){color:var(--home-green);}
.home-benefit-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:30px;}
.home-benefit-strip div{display:grid;grid-template-columns:45px 1fr;column-gap:10px;align-items:center;padding:13px;}
.home-benefit-strip i{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;color:var(--home-cyan);border:1px solid rgba(34,224,220,.28);border-radius:50%;font-size:18px;}
.home-benefit-strip strong{color:#fff;font-size:13px}.home-benefit-strip span{color:#8fa3b8;font-size:11px;line-height:1.35;}

.home-user-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px;}
.home-user-grid article,.home-industry-grid article,.home-module-list article{
    overflow:hidden;border:1px solid var(--home-border);background:linear-gradient(180deg,rgba(10,32,56,.9),rgba(5,18,33,.9));border-radius:9px;
}
.home-user-grid article{padding-bottom:18px;}
.home-user-visual{height:150px;display:grid;place-items:center;background:radial-gradient(circle at 50% 34%,rgba(40,183,255,.27),transparent 38%),linear-gradient(180deg,#0b213a,#071523);}
.home-user-visual i{width:76px;height:76px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:31px;background:rgba(40,183,255,.16);border:1px solid rgba(40,183,255,.35);box-shadow:0 0 30px rgba(40,183,255,.14);}
.home-user-visual.sales i{color:#52f299;border-color:rgba(34,228,119,.4);background:rgba(34,228,119,.14);}
.home-user-visual.cashier i{color:#ff70c7;border-color:rgba(255,112,199,.4);background:rgba(255,112,199,.14);}
.home-user-visual.warehouse i{color:#ffc63f;border-color:rgba(255,198,63,.4);background:rgba(255,198,63,.14);}
.home-user-visual.dispatch i{color:#a77aff;border-color:rgba(167,122,255,.4);background:rgba(167,122,255,.14);}
.home-user-grid h3{margin:15px 16px 6px;color:#fff;font-size:15px;font-weight:900;}
.home-user-grid p{margin:0 16px;color:#9caec2;font-size:11px;line-height:1.55;}

.home-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;}
.home-tool-card{position:relative;min-height:325px;overflow:hidden;border:1px solid var(--accent-border);background:linear-gradient(135deg,var(--accent-bg),rgba(5,18,33,.96) 72%);border-radius:10px;box-shadow:0 24px 60px rgba(0,0,0,.25);}
.home-tool-card.green{--accent:#43ed9a;--accent-border:rgba(34,228,119,.32);--accent-bg:rgba(0,113,63,.3);}
.home-tool-card.blue{--accent:#54a9ff;--accent-border:rgba(52,135,255,.34);--accent-bg:rgba(14,56,132,.35);}
.home-tool-card.purple{--accent:#af69ff;--accent-border:rgba(157,88,255,.32);--accent-bg:rgba(62,32,116,.36);}
.home-tool-card.cyan{--accent:#2de2db;--accent-border:rgba(34,224,220,.32);--accent-bg:rgba(0,103,113,.34);}
.home-tool-copy{position:relative;z-index:2;width:57%;padding:38px 30px 80px;}
.home-tool-copy>i{width:52px;height:52px;display:grid;place-items:center;margin-bottom:16px;color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,transparent);border:1px solid color-mix(in srgb,var(--accent) 35%,transparent);border-radius:50%;box-shadow:0 0 24px color-mix(in srgb,var(--accent) 25%,transparent);font-size:21px;}
.home-tool-copy h3{margin:0 0 14px;color:#fff;font-size:24px;font-weight:900;}
.home-tool-copy p{margin:0;color:#c6d3e2;font-size:14px;line-height:1.7;}
.home-tool-card footer{position:absolute;z-index:3;left:0;right:0;bottom:0;min-height:58px;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;border-top:1px solid var(--accent-border);background:rgba(2,10,22,.28);}
.home-tool-card footer span{color:#d4dfeb;font-size:11px;text-align:center;border-right:1px solid rgba(255,255,255,.12);}
.home-tool-card footer span:last-child{border-right:0}.home-tool-card footer i{color:var(--accent);margin-right:5px;}
.home-pos-visual,.home-stock-visual,.home-terminal-visual,.home-catalog-phone{position:absolute;z-index:1;right:6%;top:55px;}
.home-pos-screen{width:190px;height:135px;padding:17px;transform:perspective(600px) rotateY(-12deg);border:8px solid #16202b;border-radius:12px;background:#10263a;box-shadow:0 18px 35px rgba(0,0,0,.42);}
.home-pos-screen span{display:block;color:#e9f4ff;font-size:9px;margin-bottom:12px}.home-pos-screen i{display:block;height:20px;margin:6px 0;border-radius:4px;background:rgba(255,255,255,.07)}.home-pos-screen button{float:right;border:0;border-radius:4px;padding:5px 8px;color:#00150b;background:var(--accent);font-size:7px;font-weight:900;}
.home-pos-printer{position:absolute;right:-28px;bottom:-8px;width:54px;height:68px;border-radius:8px;background:linear-gradient(145deg,#283643,#101821);box-shadow:0 15px 25px rgba(0,0,0,.35);}
.home-stock-visual{width:250px;height:170px;}
.home-stock-number{position:absolute;z-index:2;left:-5px;bottom:8px;padding:12px 16px;background:rgba(4,16,30,.8);border:1px solid rgba(255,255,255,.06);border-radius:8px;}
.home-stock-number span,.home-stock-number small{display:block;color:#a8bbcf;font-size:9px}.home-stock-number strong{display:block;color:#fff;font-size:22px;}
.home-boxes{position:absolute;right:0;bottom:0;width:150px;height:135px;border-bottom:15px solid #1a2530;}
.home-boxes i{position:absolute;display:block;width:55px;height:48px;background:linear-gradient(135deg,#d8a76a,#986633);border:2px solid #e9bd85;box-shadow:0 10px 20px rgba(0,0,0,.3);}
.home-boxes i:nth-child(1){left:0;bottom:0}.home-boxes i:nth-child(2){left:58px;bottom:0}.home-boxes i:nth-child(3){left:28px;bottom:51px}.home-boxes i:nth-child(4){left:88px;bottom:51px}
.home-terminal-visual{right:14%;top:37px;width:145px;height:205px;transform:rotate(8deg);padding:15px;border:10px solid #16202b;border-radius:18px;background:#0f2134;box-shadow:0 22px 38px rgba(0,0,0,.42);}
.home-terminal-visual div{text-align:center}.home-terminal-visual small,.home-terminal-visual span{display:block;color:#aebed0;font-size:8px}.home-terminal-visual strong{display:block;margin:10px 0;color:#fff;font-size:19px}.home-terminal-visual i{width:30px;height:30px;margin:12px auto 5px;display:grid;place-items:center;color:#002111;background:#52ec95;border-radius:50%;}
.home-catalog-phone{right:12%;top:28px;width:142px;height:220px;padding:20px 12px;border:7px solid #16202b;border-radius:18px;background:#f6f9fc;box-shadow:0 22px 38px rgba(0,0,0,.42);}
.home-catalog-phone>span{display:block;color:#172130;font-size:10px;font-weight:900}.home-catalog-phone>div{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:20px 0 10px}.home-catalog-phone>div i{height:74px;border-radius:5px;background:linear-gradient(180deg,#d8e7f4,#a8c3da)}.home-catalog-phone>small{display:block;padding:5px;color:#00301e;background:#4de89a;border-radius:4px;text-align:center;font-size:7px;font-weight:900;}

.home-module-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:26px;}
.home-module-list article{min-height:78px;padding:15px;display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:center;}
.home-module-list i{width:36px;height:36px;display:grid;place-items:center;color:var(--home-green);background:rgba(34,228,119,.08);border:1px solid rgba(34,228,119,.18);border-radius:7px;}
.home-module-list strong,.home-module-list span{display:block}.home-module-list strong{color:#fff;font-size:13px}.home-module-list span{color:#8fa3b8;font-size:10px;line-height:1.4;}

.home-catalog-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center;}
.home-catalog-copy ul{list-style:none;margin:24px 0 30px;padding:0;display:grid;gap:12px;}
.home-catalog-copy li{color:#d5dfeb;font-size:14px}.home-catalog-copy li i{color:var(--home-green);margin-right:9px;}
.home-online-payments{
    max-width:520px;
    margin:0 0 26px;
    padding:15px;
    display:grid;
    gap:13px;
    border:1px solid rgba(40,183,255,.22);
    border-radius:9px;
    background:linear-gradient(135deg,rgba(8,33,58,.86),rgba(5,20,37,.72));
}
.home-payment-copy{display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:center;}
.home-payment-copy>i{width:34px;height:34px;display:grid;place-items:center;color:var(--home-green);background:rgba(34,228,119,.09);border:1px solid rgba(34,228,119,.2);border-radius:7px;}
.home-payment-copy strong,.home-payment-copy span{display:block;}
.home-payment-copy strong{color:#fff;font-size:13px;}
.home-payment-copy span{margin-top:3px;color:#91a6bb;font-size:10px;line-height:1.45;}
.home-payment-logos{display:flex;align-items:center;gap:10px;}
.home-payment-logos span{height:42px;min-width:128px;padding:7px 13px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:#fff;}
.home-payment-logos img{max-width:112px;max-height:25px;object-fit:contain;}
.home-catalog-showcase{position:relative;min-height:430px;display:grid;place-items:center;}
.home-catalog-showcase::before{content:'';position:absolute;width:75%;height:65%;border-radius:50%;background:radial-gradient(circle,rgba(34,224,220,.2),transparent 65%);filter:blur(25px);}
.home-catalog-device{position:relative;z-index:1;width:min(560px,100%);height:380px;padding:18px;border:7px solid #111923;border-radius:15px;background:#f3f7fb;box-shadow:0 0 0 1px rgba(87,197,255,.45),0 30px 70px rgba(0,0,0,.46);}
.home-catalog-device header{height:32px;display:flex;align-items:center;justify-content:space-between}.home-catalog-device header img{width:88px;height:28px;object-fit:contain}.home-catalog-device header i{color:#0f5c85;}
.home-catalog-banner{height:90px;margin:10px 0;padding:20px;border-radius:7px;background:linear-gradient(135deg,#053c5b,#00a773);color:#fff}.home-catalog-banner strong,.home-catalog-banner span{display:block}.home-catalog-banner strong{font-size:17px}.home-catalog-banner span{font-size:10px;margin-top:6px;}
.home-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.home-product-grid i{height:125px;border-radius:6px;background:linear-gradient(180deg,#e2ebf4 0 58%,#fff 58%);box-shadow:0 4px 12px rgba(11,37,60,.08);}
.home-catalog-payment-strip{height:37px;margin-top:11px;padding:5px 9px;display:flex;align-items:center;justify-content:flex-end;gap:10px;border:1px solid #d9e5ee;border-radius:6px;background:#fff;}
.home-catalog-payment-strip span{margin-right:auto;color:#567086;font-size:8px;font-weight:900;text-transform:uppercase;}
.home-catalog-payment-strip img{max-width:70px;max-height:19px;object-fit:contain;}
.home-order-pop{position:absolute;z-index:3;right:0;bottom:20px;width:220px;padding:13px;display:grid;grid-template-columns:34px 1fr;gap:9px;align-items:center;background:#07192c;border:1px solid rgba(34,228,119,.32);border-radius:8px;box-shadow:0 18px 35px rgba(0,0,0,.34);}
.home-order-pop i{width:32px;height:32px;display:grid;place-items:center;color:var(--home-green);background:rgba(34,228,119,.1);border-radius:50%}.home-order-pop strong,.home-order-pop span{display:block}.home-order-pop strong{color:#fff;font-size:11px}.home-order-pop span{color:#92a6bc;font-size:9px;margin-top:3px;}

.home-industry-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px;}
.home-industry-grid article{min-height:145px;padding:22px 15px;text-align:center;}
.home-industry-grid i{width:48px;height:48px;margin:0 auto 14px;display:grid;place-items:center;color:var(--home-green);background:rgba(34,228,119,.08);border:1px solid rgba(34,228,119,.22);border-radius:9px;font-size:20px;}
.home-industry-grid h3{margin:0 0 6px;color:#fff;font-size:14px;font-weight:900}.home-industry-grid p{margin:0;color:#91a5ba;font-size:10px;line-height:1.45;}

.home-final-section{padding:40px 0 82px;}
.home-final-cta{padding:32px 38px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;border:1px solid rgba(34,228,119,.3);border-radius:10px;background:linear-gradient(100deg,rgba(6,51,111,.9),rgba(0,124,70,.75));box-shadow:0 24px 60px rgba(0,0,0,.25);}
.home-final-cta h2{max-width:780px;margin:12px 0 7px;font-size:clamp(28px,3vw,42px)}.home-final-cta p{font-size:14px}.home-final-cta>div:last-child{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px;}

.home-user-grid article,.home-industry-grid article,.home-module-list article,.home-tool-card{
    transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.home-user-grid article:hover,.home-industry-grid article:hover,.home-module-list article:hover,.home-tool-card:hover{
    transform:translateY(-5px);border-color:rgba(34,228,119,.36);box-shadow:0 24px 55px rgba(0,0,0,.28);
}

@media (max-width:1180px){
    .home-hero-grid{grid-template-columns:1fr;max-width:920px;text-align:center;}
    .home-kicker,.home-hero-copy>p,.home-checks,.home-actions,.home-hero-stats{margin-left:auto;margin-right:auto;}
    .home-checks,.home-actions{justify-content:center}
    .home-product-scene{min-height:525px}
    .home-flow-grid{grid-template-columns:repeat(5,1fr);gap:14px}
    .home-flow-grid article{width:auto}.flow-arrow{display:none}
    .home-user-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .home-industry-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:900px){
    .navbar-menu-pro{
        position:absolute!important;
        top:calc(100% + 10px)!important;
        left:0!important;
        right:0!important;
        display:none!important;
        grid-template-columns:1fr!important;
        gap:0!important;
        padding:10px!important;
        border-radius:12px!important;
        background:rgba(3,13,27,.98)!important;
        box-shadow:0 20px 45px rgba(0,0,0,.4)!important;
    }
    .navbar-menu-pro.active,.navbar-menu-pro.show{display:grid!important}
    .navbar-menu-pro a{padding:12px!important;text-align:left!important}
    .mobile-menu-btn-pro{display:inline-grid!important;place-items:center!important}
    .home-hero{padding:66px 0}
    .home-product-scene{min-height:430px}
    .home-dashboard{height:350px}.home-dash-main{padding:16px}.home-chart-panel,.home-activity-panel{height:180px}.home-chart-bars{height:115px}
    .home-phone{display:none}.home-scene-badges{left:50%;transform:translateX(-50%);white-space:nowrap}
    .home-benefit-strip,.home-tool-grid,.home-catalog-layout{grid-template-columns:1fr}
    .home-catalog-layout{gap:40px}.home-catalog-copy{text-align:center}.home-catalog-copy>span{margin-left:auto;margin-right:auto}.home-catalog-copy ul{width:max-content;max-width:100%;margin-left:auto;margin-right:auto;text-align:left}.home-online-payments{margin-left:auto;margin-right:auto;text-align:left}
    .home-final-cta{grid-template-columns:1fr;text-align:center}.home-final-cta>div:last-child{justify-content:center}
}

@media (max-width:680px){
    html,body{max-width:100%;overflow-x:hidden}
    .navbar-container-pro{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}
    .navbar-brand-app{min-width:0!important}
    .navbar-brand-text{display:none!important}
    .navbar-actions-pro{min-width:0!important;gap:6px!important}
    .btn-demo-pro,.btn-login-pro{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;padding:0!important;border-radius:12px!important}
    .btn-demo-pro span,.btn-login-pro span{display:none!important}
    .mobile-menu-btn-pro{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;padding:0!important}
    .home-v4 .container{width:calc(100% - 22px)}
    .home-hero{min-height:auto;padding:54px 0}
    .home-hero-grid{width:100%;min-width:0;grid-template-columns:minmax(0,1fr)!important}
    .home-hero-copy{width:100%;min-width:0}
    .home-hero h1{width:100%;font-size:clamp(36px,10.5vw,42px)}
    .home-hero-copy>p{font-size:15px}
    .home-kicker{width:auto;white-space:normal;justify-content:center;text-align:center;line-height:1.35}
    .home-checks{display:grid;grid-template-columns:1fr;width:max-content;text-align:left}
    .home-actions{display:grid;grid-template-columns:1fr;width:100%;max-width:360px}
    .home-hero-stats{grid-template-columns:1fr;width:100%;max-width:420px}
    .home-product-scene{min-height:300px}
    .home-laptop{width:100%}.home-dashboard{height:245px;grid-template-columns:34px 1fr;border-width:4px;border-bottom-width:8px}.home-dash-sidebar{gap:10px;padding:8px 0}.home-dash-sidebar img{width:21px;height:18px}.home-dash-sidebar i{width:20px;height:20px;font-size:8px}.home-dash-main{padding:9px}.home-dash-main header{margin-bottom:8px}.home-dash-main header strong{font-size:10px}.home-dash-kpis{gap:4px}.home-dash-kpis div{min-height:44px;padding:5px}.home-dash-kpis small{font-size:5px;margin-bottom:4px}.home-dash-kpis strong{font-size:7px}.home-dash-content{gap:5px;margin-top:6px}.home-chart-panel,.home-activity-panel{height:125px;padding:7px}.home-chart-panel>strong,.home-activity-panel>strong{font-size:6px}.home-chart-bars{height:80px;gap:4px;margin-top:10px}.home-activity-panel p{font-size:5px;margin:8px 0}.home-scene-badges{display:none}
    .home-flow-section,.home-tools-section,.home-industries-section,.home-users-section,.home-catalog-section{padding:58px 0}
    .home-section-heading{margin-bottom:28px}.home-section-heading h2,.home-catalog-copy h2,.home-final-cta h2{font-size:30px}.home-section-heading p,.home-catalog-copy p{font-size:14px}
    .home-flow-grid{grid-template-columns:1fr;padding:18px}.home-flow-grid article{display:grid;grid-template-columns:50px 1fr;text-align:left;column-gap:12px}.home-flow-grid article>i{grid-row:1/3;width:48px;height:48px;margin:0}.home-flow-grid h3{align-self:end}.home-benefit-strip,.home-user-grid,.home-module-list,.home-industry-grid{grid-template-columns:1fr}
    .home-user-grid{max-width:420px;margin:auto}.home-user-visual{height:120px}
    .home-tool-card{min-height:420px}.home-tool-copy{width:100%;padding:26px 22px 210px}.home-tool-copy p{font-size:13px}.home-tool-card footer{padding:0 8px}.home-tool-card footer span{font-size:9px}.home-pos-visual,.home-stock-visual,.home-terminal-visual,.home-catalog-phone{top:auto;bottom:75px;right:50%;transform:translateX(50%)}.home-terminal-visual{transform:translateX(50%) rotate(5deg)}
    .home-payment-logos{justify-content:center}.home-payment-logos span{min-width:115px}
    .home-catalog-showcase{min-height:320px}.home-catalog-device{height:280px;padding:10px}.home-catalog-banner{height:65px;padding:12px}.home-product-grid i{height:88px}.home-catalog-payment-strip{margin-top:8px}.home-catalog-payment-strip img{max-width:54px}.home-order-pop{right:8px;bottom:0}
    .home-final-cta{padding:26px 20px}.home-final-cta>div:last-child{display:grid}.home-final-section{padding-bottom:58px}
}
