:root{
  --bg:#020403;
  --bg2:#050b08;
  --panel:rgba(8,18,15,.76);
  --panel-strong:rgba(8,22,18,.92);
  --line:rgba(166,255,65,.22);
  --line2:rgba(40,243,255,.24);
  --green:#a7ff32;
  --green2:#72ff6b;
  --cyan:#2ff4ff;
  --text:#f6fbf7;
  --muted:#aebbb4;
  --soft:#d9f2df;
  --danger:#ffdc72;
  --shadow:0 28px 90px rgba(0,0,0,.52),0 0 70px rgba(47,244,255,.10),0 0 90px rgba(167,255,50,.10);
  --radius:28px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5;overflow-x:hidden}
a{color:inherit;text-decoration:none}button,input{font:inherit}::selection{background:rgba(167,255,50,.28);color:#fff}
body:before{content:"";position:fixed;inset:0;z-index:-3;background:radial-gradient(circle at 20% 4%,rgba(167,255,50,.18),transparent 30%),radial-gradient(circle at 80% 10%,rgba(47,244,255,.16),transparent 28%),radial-gradient(circle at 50% 90%,rgba(114,255,107,.11),transparent 34%),linear-gradient(180deg,#020403 0%,#050a07 48%,#010201 100%)}
body:after{content:"";position:fixed;inset:0;z-index:-2;background-image:linear-gradient(rgba(167,255,50,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(47,244,255,.04) 1px,transparent 1px);background-size:52px 52px;mask-image:radial-gradient(circle at center,#000 0%,transparent 76%);opacity:.65;pointer-events:none}.site-orbit{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(10px);opacity:.58}.orb-a{width:420px;height:420px;left:-160px;top:160px;background:radial-gradient(circle,rgba(167,255,50,.13),transparent 62%)}.orb-b{width:520px;height:520px;right:-180px;top:60px;background:radial-gradient(circle,rgba(47,244,255,.13),transparent 62%)}.orb-c{width:620px;height:620px;left:36%;bottom:-360px;background:radial-gradient(circle,rgba(114,255,107,.09),transparent 64%)}
.section-shell{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.topbar{height:82px;position:sticky;top:0;z-index:60;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 max(24px,calc((100vw - var(--max))/2));background:rgba(1,4,3,.72);backdrop-filter:blur(22px);border-bottom:1px solid rgba(167,255,50,.15);box-shadow:0 10px 45px rgba(0,0,0,.22)}.topbar.scrolled{background:rgba(1,4,3,.88)}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand img{width:204px;max-height:58px;object-fit:contain;display:block}.brand span{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:rgba(217,242,223,.58);padding:5px 9px;border:1px solid rgba(167,255,50,.18);border-radius:999px}.nav{display:flex;align-items:center;gap:24px;color:#dce9df;font-size:14px}.nav a{opacity:.82;position:relative;transition:.2s}.nav a:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;background:linear-gradient(90deg,var(--green),var(--cyan));transform:scaleX(0);transform-origin:left;transition:.2s}.nav a:hover,.nav a.active{opacity:1;color:#fff}.nav a:hover:after,.nav a.active:after{transform:scaleX(1)}.top-actions{display:flex;gap:11px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 20px;border-radius:13px;border:1px solid rgba(47,244,255,.25);font-weight:900;letter-spacing:.01em;transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;white-space:nowrap}.btn:hover{transform:translateY(-2px);box-shadow:0 16px 45px rgba(0,0,0,.34),0 0 35px rgba(47,244,255,.14)}.btn-primary{border:0;color:#041006;background:linear-gradient(135deg,var(--green) 0%,var(--green2) 42%,var(--cyan) 100%);box-shadow:0 0 30px rgba(167,255,50,.2)}.btn-soft{background:rgba(255,255,255,.04);color:#e8f6ec}.btn-dark{background:rgba(0,0,0,.45);border-color:rgba(167,255,50,.28);color:#eaffed}.btn-large{min-height:58px;border-radius:16px;padding:0 28px}.menu-btn{display:none;width:48px;height:48px;border:1px solid rgba(167,255,50,.2);border-radius:14px;background:rgba(255,255,255,.035);padding:12px}.menu-btn span{display:block;height:2px;margin:6px 0;background:#fff;border-radius:5px}
.hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.92fr);gap:44px;align-items:center;padding:72px 0 44px}.hero-copy{position:relative;z-index:3}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 18px;color:#bfffc9;font-weight:900;letter-spacing:.09em;text-transform:uppercase;font-size:12px}.eyebrow span{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 22px rgba(167,255,50,.85)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(46px,6.2vw,86px);line-height:.94;letter-spacing:-.07em;margin:0 0 24px}.hero h1 em,h2 em{font-style:normal;color:transparent;background:linear-gradient(110deg,#fff 0%,var(--green) 36%,var(--cyan) 80%);-webkit-background-clip:text;background-clip:text;text-shadow:0 0 40px rgba(167,255,50,.16)}.lead{max-width:780px;color:#d5e2da;font-size:clamp(18px,1.55vw,23px);line-height:1.62;margin-bottom:28px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:34px;max-width:790px}.trust-strip span{padding:16px 15px;border:1px solid rgba(167,255,50,.16);border-radius:18px;background:rgba(255,255,255,.035);backdrop-filter:blur(10px)}.trust-strip b{display:block;color:#fff;font-size:15px}.trust-strip small{display:block;color:#9fb0a7;font-size:12px;margin-top:2px}.hero-stage{position:relative;min-height:630px}.glass-card{background:linear-gradient(145deg,rgba(13,29,24,.88),rgba(2,8,7,.72));border:1px solid rgba(167,255,50,.2);box-shadow:var(--shadow);backdrop-filter:blur(16px)}.device{position:absolute}.monitor{right:0;top:16px;width:86%;min-height:392px;border-radius:30px;padding:22px;transform:perspective(1200px) rotateY(-8deg) rotateX(3deg)}.window-dots{display:flex;gap:8px;margin-bottom:18px}.window-dots i{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.24)}.window-dots i:nth-child(1){background:var(--green)}.window-dots i:nth-child(2){background:var(--cyan)}.dash-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.dash-header small{display:block;color:#9eadA6;font-size:12px}.dash-header strong{font-size:28px;letter-spacing:-.04em}.dash-header span{font-size:12px;text-transform:uppercase;color:#061109;background:linear-gradient(135deg,var(--green),var(--cyan));padding:7px 11px;border-radius:999px;font-weight:900}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.metric-grid article{padding:16px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.075)}.metric-grid small{display:block;color:#9babA3;font-size:12px}.metric-grid b{font-size:24px}.live-chart{height:122px;margin:17px 0;display:flex;align-items:end;gap:11px;padding:16px;border-radius:20px;background:rgba(0,0,0,.24);border:1px solid rgba(255,255,255,.07)}.live-chart i{flex:1;border-radius:999px 999px 6px 6px;background:linear-gradient(180deg,var(--cyan),var(--green));box-shadow:0 0 25px rgba(47,244,255,.16)}.live-chart i:nth-child(1){height:32%}.live-chart i:nth-child(2){height:54%}.live-chart i:nth-child(3){height:42%}.live-chart i:nth-child(4){height:78%}.live-chart i:nth-child(5){height:58%}.live-chart i:nth-child(6){height:92%}.live-chart i:nth-child(7){height:70%}.live-list{display:grid;gap:9px}.live-list p{margin:0;color:#d9e7df;font-size:13px;display:flex;gap:10px;align-items:center}.live-list span{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 12px var(--green)}.pos-card{left:2%;bottom:92px;width:44%;min-height:286px;border-radius:28px;padding:18px;transform:perspective(900px) rotateY(8deg)}.pos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.pos-grid span{height:58px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(167,255,50,.16),rgba(47,244,255,.10));border:1px solid rgba(255,255,255,.08);font-weight:800;color:#e9fff0}.pos-total{margin-top:16px;padding:16px;border-radius:18px;background:rgba(167,255,50,.12);border:1px solid rgba(167,255,50,.22);display:flex;justify-content:space-between;align-items:center}.pos-total small{color:#b7c6bd}.pos-total b{font-size:28px;color:var(--green)}.phone-card{right:3%;bottom:44px;width:142px;height:278px;border-radius:34px;padding:30px 14px 18px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.phone-notch{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:42px;height:5px;border-radius:999px;background:rgba(255,255,255,.18)}.phone-card span{border-radius:14px;background:rgba(47,244,255,.13);border:1px solid rgba(47,244,255,.25)}.floating-ticket{position:absolute;right:21%;bottom:16px;width:190px;border-radius:22px;padding:20px;transform:rotate(-4deg);border-color:rgba(47,244,255,.3)}.floating-ticket b{display:block;font-size:22px}.floating-ticket small{display:block;color:var(--green);margin:4px 0 14px}.floating-ticket i{display:block;height:9px;margin-top:8px;border-radius:999px;background:rgba(255,255,255,.14)}.floating-ticket i:nth-child(4){width:70%}.logos-row{display:flex;justify-content:space-between;gap:10px;margin-top:-8px;margin-bottom:62px;padding:16px;border-radius:20px;border:1px solid rgba(167,255,50,.13);background:rgba(0,0,0,.23);color:#aebbb4;text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:11px}.section-title{text-align:center;max-width:850px;margin:0 auto 34px}.section-title h2{font-size:clamp(36px,4.2vw,62px);line-height:1.02;letter-spacing:-.055em;margin-bottom:14px}.section-title p:not(.eyebrow){color:var(--muted);font-size:18px}.platform,.showcase,.demo,.pricing,.roadmap,.cta{padding:78px 0}.platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.value-card,.module-card,.demo-card,.price-card,.road-card,.cta-box,.addon-panel{position:relative;overflow:hidden;border-radius:var(--radius);background:linear-gradient(145deg,rgba(12,29,24,.82),rgba(2,7,6,.76));border:1px solid rgba(167,255,50,.18);box-shadow:0 20px 70px rgba(0,0,0,.28)}.value-card:before,.module-card:before,.demo-card:before,.price-card:before,.road-card:before,.cta-box:before,.addon-panel:before{content:"";position:absolute;inset:-1px;background:linear-gradient(135deg,rgba(167,255,50,.28),transparent 40%,rgba(47,244,255,.20));opacity:0;transition:.25s;pointer-events:none}.value-card:hover:before,.module-card:hover:before,.demo-card:hover:before,.price-card:hover:before,.road-card:hover:before{opacity:1}.value-card{padding:30px;min-height:230px}.card-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:rgba(167,255,50,.12);border:1px solid rgba(167,255,50,.22);color:var(--green);font-weight:1000;margin-bottom:22px}.value-card h3,.module-card h3,.demo-card b,.road-card h3{font-size:25px;line-height:1.1;margin-bottom:10px}.value-card p,.module-card p,.road-card p{color:#c8d5ce;margin:0}.module-bento{display:grid;grid-template-columns:1.25fr 1fr 1fr;grid-auto-rows:minmax(230px,auto);gap:18px}.module-card{padding:28px}.module-card.big{grid-row:span 2;padding:36px}.module-card.accent{border-color:rgba(47,244,255,.48);box-shadow:0 0 70px rgba(47,244,255,.1)}.module-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.module-top i{font-style:normal;font-size:34px;color:var(--green);text-shadow:0 0 24px rgba(167,255,50,.45)}.module-top span,.package-kicker{text-transform:uppercase;letter-spacing:.16em;color:#9fb0a7;font-size:11px;font-weight:900}.module-card.big h3{font-size:42px}.module-card ul{display:flex;flex-wrap:wrap;gap:9px;list-style:none;padding:0;margin:26px 0 0}.module-card li{padding:9px 11px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:#dceadf;font-size:13px}.demo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.demo-card{padding:28px;min-height:172px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.demo-card:hover{transform:translateY(-4px);border-color:rgba(47,244,255,.48)}.demo-card b{display:block}.demo-card span{color:#bfcac3}.demo-card i{font-style:normal;color:#041006;font-weight:1000;margin-top:22px;display:inline-flex;align-items:center;justify-content:center;width:max-content;min-width:150px;min-height:46px;padding:0 18px;border-radius:13px;background:linear-gradient(135deg,var(--green),var(--cyan));box-shadow:0 12px 30px rgba(47,244,255,.13),0 0 0 1px rgba(255,255,255,.08) inset;transition:.2s}.demo-card:hover i{transform:translateY(-1px);box-shadow:0 16px 38px rgba(47,244,255,.18),0 0 0 1px rgba(255,255,255,.12) inset}.contact-card i{min-width:170px;background:transparent;color:var(--green);border:1px solid rgba(167,255,50,.42);box-shadow:none}.contact-card:hover i{background:linear-gradient(135deg,var(--green),var(--cyan));color:#041006;border-color:transparent}.contact-card{border-color:rgba(47,244,255,.48);background:linear-gradient(145deg,rgba(13,33,35,.86),rgba(4,10,8,.78))}.billing-switch{width:max-content;margin:0 auto 30px;padding:6px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(167,255,50,.16);display:flex;gap:5px}.billing-switch button{border:0;color:#dce8e1;background:transparent;padding:12px 16px;border-radius:13px;font-weight:900;cursor:pointer}.billing-switch button.active{background:linear-gradient(135deg,var(--green),var(--cyan));color:#041006}.billing-switch span{font-size:11px;opacity:.75}.price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch;width:min(100%,1120px);margin:0 auto}.price-card{padding:30px;min-height:100%;display:flex;flex-direction:column}.price-card.popular,.price-card.pro{border-color:rgba(47,244,255,.55);box-shadow:0 0 0 1px rgba(47,244,255,.12),var(--shadow)}.price-card em{position:absolute;top:0;left:50%;transform:translateX(-50%);padding:8px 16px;border-radius:0 0 14px 14px;background:linear-gradient(135deg,var(--green),var(--cyan));color:#041006;font-style:normal;font-weight:1000;text-transform:uppercase;font-size:10px;letter-spacing:.06em;white-space:nowrap}.price-card h3{font-size:24px;margin:15px 0 8px;letter-spacing:-.03em}.price-card p{color:#bdcac3;min-height:118px}.price{margin:8px 0 4px}.price-eur{font-size:46px;line-height:1;letter-spacing:-.06em}.price-period{display:block;color:#9aa8a0;margin-top:5px}.price-bgn{display:block;color:var(--green);font-size:14px;margin:8px 0 12px}.best-for{margin:0 0 18px;padding:12px 13px;border-radius:14px;background:rgba(167,255,50,.08);border:1px solid rgba(167,255,50,.18);color:#dfffe6;font-size:13px;line-height:1.35;font-weight:800}.price-card ul{list-style:none;padding:0;margin:0 0 26px;display:grid;gap:10px;color:#e6f1e9;font-size:14px}.price-card li{display:flex;gap:8px}.price-card li:before{content:"✓";color:var(--green);font-weight:1000}.price-card a{margin-top:auto;display:flex;justify-content:center;align-items:center;width:100%;min-height:54px;border-radius:14px;border:0;background:linear-gradient(135deg,var(--green) 0%,var(--green2) 45%,var(--cyan) 100%);color:#041006;font-weight:1000;box-shadow:0 0 28px rgba(167,255,50,.18);transition:transform .2s ease,box-shadow .2s ease}.price-card a:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,0,0,.34),0 0 32px rgba(47,244,255,.18)}.price-card.popular a{background:linear-gradient(135deg,var(--green),var(--cyan));border:0;color:#041006}.addon-panel{margin-top:20px;padding:30px;display:grid;grid-template-columns:1fr 1.25fr;gap:26px;align-items:center}.addon-panel h3{font-size:28px;margin-bottom:8px}.addon-panel p{color:#bfcdc5;margin:0}.addon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.addon-grid span{padding:20px;border-radius:20px;background:rgba(0,0,0,.23);border:1px solid rgba(255,255,255,.08)}.addon-grid small,.addon-grid em{display:block;color:#9fb0a7;font-style:normal}.addon-grid b{display:block;color:#fff;font-size:32px;margin:5px 0}.roadmap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.road-card{padding:30px;min-height:240px}.road-card b{display:inline-grid;place-items:center;width:50px;height:50px;border-radius:15px;background:rgba(47,244,255,.1);border:1px solid rgba(47,244,255,.22);color:var(--cyan);margin-bottom:26px}.road-card h3{font-size:30px}.cta-box{padding:44px;display:grid;grid-template-columns:1.2fr .95fr;gap:32px;align-items:center;border-color:rgba(47,244,255,.32)}.cta-box h2{font-size:clamp(34px,4vw,54px);line-height:1.04;letter-spacing:-.055em;margin-bottom:14px}.cta-box p{color:#c8d5ce;font-size:18px}.domain-panel{display:grid;gap:12px}.domain-panel a{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:17px 18px;border-radius:18px;background:rgba(0,0,0,.25);border:1px solid rgba(167,255,50,.14)}.domain-panel a:hover{border-color:rgba(47,244,255,.42)}.domain-panel b{color:#fff}.domain-panel small{color:#9fb0a7;text-align:right}.footer{margin-top:54px;padding:34px max(24px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:auto auto;justify-content:space-between;gap:28px;align-items:center;border-top:1px solid rgba(167,255,50,.14);background:rgba(0,0,0,.46)}.footer-brand img{width:178px;display:block}.footer-brand p,.copyright{margin:7px 0 0;color:#99aaa1;font-size:13px}.footer-links{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;color:#dce8e1;font-weight:700;font-size:14px}.footer-links a:hover{color:var(--green)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease, transform .7s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay{transition-delay:.14s}
@media (max-width:1180px){.topbar{padding-inline:24px}.nav{display:none}.menu-btn{display:block}.topbar.open{height:auto;align-items:flex-start;flex-wrap:wrap;padding-top:16px;padding-bottom:16px}.topbar.open .nav{display:flex;order:4;width:100%;flex-direction:column;align-items:stretch;gap:0;padding:12px;margin-top:8px;border:1px solid rgba(167,255,50,.16);border-radius:18px;background:rgba(3,8,6,.95)}.topbar.open .nav a{padding:13px 8px}.topbar.open .top-actions{display:flex;margin-left:auto}.hero{grid-template-columns:1fr;min-height:auto;padding-top:54px}.hero-stage{min-height:590px;order:-1}.monitor{width:78%;right:4%}.module-bento{grid-template-columns:1fr 1fr}.price-grid{grid-template-columns:repeat(2,1fr)}.price-card.popular,.price-card.pro{transform:none}.footer{grid-template-columns:1fr;text-align:center}.footer-brand img{margin:auto}.footer-links{justify-content:center}}
@media (max-width:780px){.section-shell{width:min(calc(100% - 30px),var(--max))}.topbar{height:74px}.brand img{width:160px}.brand span,.top-actions{display:none}.hero{padding-top:34px}.hero h1{font-size:43px;letter-spacing:-.055em}.lead{font-size:17px}.hero-actions{flex-direction:column}.btn-large{width:100%}.trust-strip{grid-template-columns:1fr 1fr}.logos-row{display:grid;grid-template-columns:repeat(2,1fr);text-align:center;margin-bottom:30px}.hero-stage{min-height:440px;transform:scale(.92);transform-origin:top center;margin-bottom:-25px}.monitor{width:100%;right:0;min-height:328px;padding:18px}.dash-header strong{font-size:22px}.metric-grid{grid-template-columns:1fr}.metric-grid article:nth-child(3){display:none}.live-chart{height:90px}.pos-card{width:58%;bottom:28px}.phone-card{display:none}.floating-ticket{right:0;bottom:0;width:160px}.platform,.showcase,.demo,.pricing,.roadmap,.cta{padding:52px 0}.section-title h2{font-size:36px}.platform-grid,.module-bento,.demo-grid,.roadmap-grid,.addon-panel,.addon-grid,.cta-box{grid-template-columns:1fr}.module-card.big{grid-row:auto}.module-card.big h3{font-size:34px}.price-grid{grid-template-columns:1fr}.billing-switch{width:100%;justify-content:space-between}.billing-switch button{flex:1;padding-inline:10px}.domain-panel a{display:block}.domain-panel small{text-align:left;margin-top:4px;display:block}}
@media (max-width:480px){.trust-strip{grid-template-columns:1fr}.hero-stage{transform:scale(.82);margin-left:-18px;margin-right:-18px;margin-bottom:-70px}.hero h1{font-size:38px}.section-title p:not(.eyebrow){font-size:16px}.value-card,.module-card,.demo-card,.price-card,.road-card,.cta-box,.addon-panel{padding:22px}.price-eur{font-size:40px}}


/* EM POS hero showcase slider + final customer-facing fixes */
.brand span{display:none!important}
.hero-stage.hero-slider{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center;overflow:visible;touch-action:pan-y;user-select:none}
.hero-slider-track{position:relative;width:min(100%,620px);aspect-ratio:4/5;overflow:hidden;border-radius:34px;background:linear-gradient(145deg,rgba(13,29,24,.88),rgba(2,8,7,.72));box-shadow:0 30px 90px rgba(0,0,0,.65),0 0 80px rgba(47,244,255,.10)}
.hero-slide{position:absolute;inset:0;opacity:0;transform:translateX(28px) scale(.985);transition:opacity .5s ease,transform .5s ease;pointer-events:none}
.hero-slide.active{opacity:1;transform:translateX(0) scale(1);pointer-events:auto}
.hero-slide img{width:100%;height:100%;display:block;object-fit:cover;border-radius:34px}
.hero-slide-caption{position:absolute;left:20px;right:20px;bottom:20px;padding:16px 18px;border-radius:20px;background:linear-gradient(145deg,rgba(3,8,6,.84),rgba(4,18,15,.68));border:1px solid rgba(167,255,50,.22);box-shadow:0 16px 45px rgba(0,0,0,.36);backdrop-filter:blur(14px)}
.hero-slide-caption b{display:block;font-size:22px;line-height:1.05;margin-bottom:5px;letter-spacing:-.03em;color:#fff}.hero-slide-caption span{display:block;color:#d4e2da;font-size:14px;line-height:1.35}.hero-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border-radius:999px;border:1px solid rgba(167,255,50,.28);background:rgba(2,8,7,.70);color:#fff;font-size:34px;line-height:1;cursor:pointer;box-shadow:0 15px 40px rgba(0,0,0,.28);transition:.2s}.hero-slider-arrow:hover{background:linear-gradient(135deg,var(--green),var(--cyan));color:#041006;border-color:transparent}.hero-slider-arrow.prev{left:-12px}.hero-slider-arrow.next{right:-12px}.hero-slider-dots{position:absolute;left:50%;bottom:-16px;transform:translateX(-50%);z-index:6;display:flex;gap:9px;padding:8px 11px;border-radius:999px;background:rgba(2,8,7,.72);border:1px solid rgba(167,255,50,.18);backdrop-filter:blur(12px)}.hero-slider-dots button{width:9px;height:9px;border-radius:999px;border:0;background:rgba(255,255,255,.22);cursor:pointer;padding:0;transition:.2s}.hero-slider-dots button.active{width:30px;background:linear-gradient(135deg,var(--green),var(--cyan));box-shadow:0 0 18px rgba(47,244,255,.35)}
.price-card{padding-top:38px}.price-card em{max-width:calc(100% - 24px);text-align:center;line-height:1.15}
@media (max-width:1180px){.hero{grid-template-columns:1fr;gap:28px;padding-top:42px}.hero-stage.hero-slider{order:0;min-height:auto;margin-top:16px}.hero-slider-track{width:min(100%,560px)}}
@media (max-width:780px){.hero{padding-top:26px}.hero-stage.hero-slider{transform:none!important;margin:18px 0 30px!important;min-height:auto}.hero-slider-track{width:min(100%,430px);border-radius:28px}.hero-slide img{border-radius:28px}.hero-slide-caption{left:14px;right:14px;bottom:14px;padding:13px 14px;border-radius:17px}.hero-slide-caption b{font-size:19px}.hero-slide-caption span{font-size:13px}.hero-slider-arrow{display:none}.hero-slider-dots{bottom:-18px}.hero h1{font-size:40px;line-height:1.03;margin-bottom:18px}.lead{font-size:17px;line-height:1.55}.trust-strip{margin-top:24px}.price-card{padding-top:40px}.price-card em{font-size:9px}}
@media (max-width:480px){.hero-stage.hero-slider{margin-left:0!important;margin-right:0!important;margin-bottom:32px!important}.hero-slider-track{width:100%;border-radius:24px}.hero-slide img{border-radius:24px}.hero h1{font-size:36px}.hero-copy{z-index:4}.logos-row{margin-top:18px}.section-title h2{font-size:34px}.demo-card span{line-height:1.45}}

/* Business polish: calmer hierarchy, earlier product signal on mobile, compact menu */
:root{--radius:22px;--green:#9cff3a;--green2:#70f26d;--cyan:#38e6df;--muted:#b8c6bd;--shadow:0 24px 72px rgba(0,0,0,.48),0 0 52px rgba(47,244,255,.08),0 0 56px rgba(167,255,50,.08)}
body:after{opacity:.38}.orb{opacity:.40}.orb-a{background:radial-gradient(circle,rgba(167,255,50,.10),transparent 62%)}.orb-b{background:radial-gradient(circle,rgba(47,244,255,.10),transparent 62%)}.orb-c{background:radial-gradient(circle,rgba(114,255,107,.07),transparent 64%)}
.topbar{height:78px}.btn{border-radius:11px}.btn-large{border-radius:13px}.hero{grid-template-areas:"copy stage" "trust stage";grid-template-rows:auto auto;align-items:center;gap:34px 44px}.hero-copy{grid-area:copy}.hero-stage.hero-slider{grid-area:stage}.hero-trust{grid-area:trust;margin-top:2px}.hero h1{max-width:780px;font-size:clamp(44px,5.5vw,76px);line-height:.98;letter-spacing:0;text-wrap:balance}.lead{max-width:720px;line-height:1.56}.trust-strip span{border-radius:14px}.value-card,.module-card,.demo-card,.price-card,.road-card,.cta-box,.addon-panel{border-radius:22px}
.assurance{padding:78px 0}.assurance-panel{display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:center;padding:34px;border-radius:22px;background:linear-gradient(145deg,rgba(10,25,21,.82),rgba(2,7,6,.76));border:1px solid rgba(47,244,255,.20);box-shadow:0 22px 70px rgba(0,0,0,.30)}.assurance-copy h2{font-size:clamp(34px,3.7vw,54px);line-height:1.04;letter-spacing:0;margin-bottom:14px}.assurance-copy p:not(.eyebrow){color:#c8d5ce;font-size:18px;margin-bottom:22px}.assurance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.assurance-grid article{min-height:168px;padding:22px;border-radius:18px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.08)}.assurance-grid b{display:block;color:#fff;font-size:20px;margin-bottom:8px}.assurance-grid p{color:#bdcac3;margin:0}
.footer{grid-template-columns:auto 1fr auto}.footer-links{justify-self:center}.footer-brand img{width:156px;height:auto}
@media (max-width:1180px){.hero{grid-template-areas:"copy" "stage" "trust";gap:26px;padding-top:38px}.hero h1{max-width:900px}.hero-stage.hero-slider{margin-top:0}.assurance-panel{grid-template-columns:1fr}.footer{grid-template-columns:1fr;text-align:center}.footer-links{justify-self:center}}
@media (max-width:780px){.topbar{height:72px;padding-inline:15px}.brand img{width:132px;max-height:54px}.menu-btn{width:46px;height:46px;border-radius:12px}.topbar.open{position:fixed;left:0;right:0;top:0;max-height:min(88vh,520px);overflow:auto;align-items:center;padding:12px 15px;background:rgba(1,4,3,.96)}.topbar.open .nav{order:3;width:100%;padding:8px;margin:8px 0 0;border-radius:14px}.topbar.open .nav a{padding:10px 8px}.topbar.open .top-actions{order:4;display:grid;width:100%;grid-template-columns:1fr 1fr;gap:8px;margin:8px 0 0}.topbar.open .top-actions .btn{min-height:40px;padding:0 10px;font-size:13px}.hero{padding-top:22px;gap:20px}.eyebrow{font-size:11px;line-height:1.25;letter-spacing:0;margin-bottom:14px}.hero h1{font-size:33px;line-height:1.08;letter-spacing:0;margin-bottom:15px}.lead{font-size:16px;line-height:1.52;margin-bottom:0}.hero-actions{margin:22px 0 0}.btn-large{min-height:56px}.hero-stage.hero-slider{margin:0 0 22px!important}.hero-slider-track{width:min(100%,330px);border-radius:22px}.hero-slide img{border-radius:22px}.hero-slide-caption{left:12px;right:12px;bottom:12px;padding:12px 13px;border-radius:14px}.hero-slide-caption b{font-size:18px}.hero-slide-caption span{font-size:12px}.hero-trust{margin-top:0}.trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.trust-strip span{padding:12px 13px;border-radius:13px}.trust-strip b{font-size:14px}.trust-strip small{font-size:11px}.platform,.showcase,.demo,.pricing,.roadmap,.cta,.assurance{padding:48px 0}.section-title h2{font-size:34px;letter-spacing:0}.section-title p:not(.eyebrow){font-size:16px}.assurance-panel{padding:24px;border-radius:18px}.assurance-copy h2{font-size:32px;letter-spacing:0}.assurance-copy p:not(.eyebrow){font-size:16px}.assurance-grid{grid-template-columns:1fr}.assurance-grid article{min-height:auto;padding:18px}.footer{margin-top:34px;padding-block:28px}.footer-links{gap:16px}}
@media (max-width:480px){.hero h1{font-size:30px}.hero-slider-track{width:min(100%,315px)}.hero-slider-dots{bottom:-16px}.trust-strip{grid-template-columns:1fr}.logos-row{margin-top:10px}.assurance-copy .btn{width:100%}}
@media (max-width:360px){.topbar.open .top-actions{grid-template-columns:1fr}}
.section-title h2,.module-card.big h3,.price-eur,.cta-box h2{letter-spacing:0}


/* EM POS product cards - public site demo/products section */
.emp-products-section{
  padding-top:92px;
  padding-bottom:64px;
}
.emp-products-title{
  margin-bottom:36px;
}
.emp-products-title .eyebrow{
  justify-content:center;
  color:#5fe042;
  letter-spacing:.09em;
  text-shadow:none;
}
.emp-products-title h2{
  font-size:clamp(34px,4.2vw,60px);
  letter-spacing:-.035em;
  text-shadow:0 3px 18px rgba(0,0,0,.45);
}
.emp-products-title h2 em{
  color:#5fe042;
  background:none;
  -webkit-background-clip:initial;
  background-clip:initial;
  text-shadow:none;
}
.emp-products-title p:not(.eyebrow){
  max-width:860px;
  margin-left:auto;
  margin-right:auto;
  color:#d4ded8;
}
.emp-products-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.emp-product-card{
  min-height:338px;
  padding:24px 20px 18px;
  border-radius:20px;
  border:1px solid rgba(120,226,86,.25);
  background:linear-gradient(145deg,rgba(14,34,28,.78),rgba(3,10,9,.86));
  box-shadow:0 18px 55px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.035);
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden;
}
.emp-product-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 12%,rgba(95,224,66,.12),transparent 34%),linear-gradient(135deg,rgba(95,224,66,.08),transparent 46%,rgba(47,244,255,.045));
  pointer-events:none;
}
.emp-product-card > *{
  position:relative;
  z-index:1;
}
.emp-product-icon{
  width:96px;
  height:96px;
  margin:0 auto 14px;
  display:grid;
  place-items:center;
  color:#5fe042;
  filter:drop-shadow(0 0 9px rgba(95,224,66,.38));
}
.emp-product-icon-svg{
  width:96px;
  height:96px;
  stroke:currentColor;
  stroke-width:3.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.emp-product-card h3{
  margin:0 0 14px;
  color:#5fe042;
  text-align:center;
  font-size:clamp(19px,1.45vw,24px);
  line-height:1.12;
  letter-spacing:-.02em;
  text-shadow:none;
}
.emp-product-card ul{
  list-style:none;
  padding:0;
  margin:0 0 18px;
  display:grid;
  gap:8px;
  color:#edf7ef;
  font-size:14.5px;
  line-height:1.32;
}
.emp-product-card li{
  position:relative;
  padding-left:24px;
}
.emp-product-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  color:#5fe042;
  font-weight:1000;
  font-size:17px;
}
.emp-product-actions{
  margin-top:auto;
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:center;
}
.emp-product-btn{
  min-height:42px;
  padding:0 16px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  white-space:nowrap;
  font-weight:1000;
  font-size:14px;
}
.emp-demo-btn{
  min-width:122px;
  color:#061006;
  background:linear-gradient(135deg,#6ee745,#46d236);
  box-shadow:none;
}
.emp-contact-btn{
  min-width:136px;
  color:#fff;
  border:1px solid rgba(255,255,255,.26);
  background:rgba(0,0,0,.18);
}
.emp-product-card:hover{
  transform:translateY(-2px);
  border-color:rgba(95,224,66,.38);
}
.emp-product-card:hover .emp-product-icon{
  filter:drop-shadow(0 0 11px rgba(95,224,66,.42));
}
.emp-products-assurance{
  margin-top:28px;
  padding:18px 22px;
  border-radius:18px;
  border:1px solid rgba(120,226,86,.20);
  background:linear-gradient(145deg,rgba(9,24,22,.84),rgba(2,7,7,.82));
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.emp-products-assurance article{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.assurance-ico{
  width:48px;
  height:48px;
  flex:0 0 48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#5fe042;
  border:1px solid rgba(95,224,66,.30);
  background:rgba(95,224,66,.07);
  font-size:24px;
  line-height:1;
}
.emp-products-assurance b{
  display:block;
  color:#fff;
  font-size:16px;
  line-height:1.15;
}
.emp-products-assurance small{
  display:block;
  color:#b9c8c0;
  font-size:13px;
  margin-top:4px;
}
@media (max-width:1180px){
  .emp-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .emp-products-assurance{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:680px){
  .emp-products-section{padding-top:56px;}
  .emp-products-grid{grid-template-columns:1fr;}
  .emp-product-card{min-height:auto;padding:22px 18px 18px;}
  .emp-product-actions{flex-direction:column;align-items:stretch;}
  .emp-product-btn{width:100%;}
  .emp-products-assurance{grid-template-columns:1fr;padding:18px;}
}
