
:root{
  --purple:#5b00e6;
  --purple-2:#6d20f5;
  --deep:#25005a;
  --deep-2:#170033;
  --yellow:#ffd400;
  --cream:#fffdf7;
  --paper:#f8f6fb;
  --lilac:#eee6ff;
  --coral:#ff846f;
  --aqua:#bdebe3;
  --ink:#191622;
  --muted:#6f6878;
  --line:rgba(28,17,44,.10);
  --radius:32px;
  --shadow:0 30px 80px rgba(31,0,76,.16);
  --shell:min(1440px,calc(100% - 64px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
button,a,input{font:inherit}
button{cursor:pointer}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.shell{width:var(--shell);margin-inline:auto}
.site-header{position:fixed;z-index:100;top:0;left:0;width:100%;transition:.35s ease}
.header-inner{height:116px;width:var(--shell);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px;transition:.35s ease}
.brand{width:270px;display:block;position:relative;z-index:2}
.logo{width:100%;height:auto;transition:.25s ease}.logo-dark{position:absolute;left:0;top:0;opacity:0}
.desktop-nav{display:flex;align-items:center;gap:42px;margin-left:auto}
.desktop-nav a{color:#fff;font-weight:750;font-size:16px;letter-spacing:-.01em;opacity:.92;position:relative}
.desktop-nav a:after{content:"";position:absolute;height:2px;background:var(--yellow);left:0;right:100%;bottom:-9px;transition:.25s}.desktop-nav a:hover:after{right:0}
.header-actions{display:flex;gap:12px;align-items:center}
.lang-button{height:48px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:0 17px;font-weight:850;display:flex;gap:8px;align-items:center}
.chev{font-size:15px;opacity:.65}
.btn{border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:850;letter-spacing:-.02em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-yellow{background:var(--yellow);color:var(--deep);box-shadow:0 12px 32px rgba(255,212,0,.17)}
.btn-purple{background:var(--purple);color:#fff;box-shadow:0 16px 35px rgba(91,0,230,.20)}
.btn-ghost{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:#fff}
.btn-small{height:50px;padding:0 24px;font-size:14px}
.btn-xl{min-height:62px;padding:0 34px;font-size:17px}
.menu-button{width:52px;height:52px;border:0;border-radius:50%;background:rgba(255,255,255,.10);display:none;place-items:center;position:relative}
.menu-button span{position:absolute;width:20px;height:2px;background:#fff;border-radius:2px}.menu-button span:first-child{transform:translateY(-4px)}.menu-button span:last-child{transform:translateY(4px)}

.site-header.is-sticky{background:rgba(255,255,255,.93);backdrop-filter:blur(16px);box-shadow:0 12px 40px rgba(20,0,40,.08)}
.site-header.is-sticky .header-inner{height:82px}
.site-header.is-sticky .logo-light{opacity:0}.site-header.is-sticky .logo-dark{opacity:1}
.site-header.is-sticky .desktop-nav a{color:var(--ink)}
.site-header.is-sticky .lang-button{border-color:rgba(37,0,90,.14);background:#f5f1fb;color:var(--deep)}
.site-header.is-sticky .menu-button{background:#f1ebfa}.site-header.is-sticky .menu-button span{background:var(--deep)}

.hero{position:relative;min-height:100svh;background:
radial-gradient(circle at 74% 32%,rgba(255,212,0,.16),transparent 24%),
radial-gradient(circle at 14% 82%,rgba(255,125,102,.16),transparent 20%),
linear-gradient(135deg,#230052 0%,#4d00c7 44%,#6b15f1 75%,#4a00b7 100%);
color:#fff;overflow:hidden;display:flex;align-items:center;padding:145px 0 78px}
.hero:after{content:"";position:absolute;inset:auto -10% -260px -10%;height:420px;border-radius:50% 50% 0 0/100% 100% 0 0;background:#fff;transform:scaleX(1.1)}
.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:48px;align-items:center;position:relative;z-index:5}
.hero-copy{padding:30px 0 110px;max-width:680px}
.eyebrow{display:flex;align-items:center;gap:11px;font-size:12px;font-weight:900;letter-spacing:.13em;color:var(--deep);margin-bottom:26px}
.eyebrow.light{color:#fff}.eyebrow-dot{width:10px;height:10px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 7px rgba(255,212,0,.14)}.eyebrow-dot.purple{background:var(--purple);box-shadow:0 0 0 7px rgba(91,0,230,.11)}.eyebrow-dot.yellow{background:var(--yellow)}
.hero h1,.section-head h2,.intro h2,.experience-copy h2,.closing h2{margin:0;letter-spacing:-.065em;line-height:.92;font-weight:900}
.hero h1{font-size:clamp(64px,7vw,116px);max-width:780px}
.hero-lead{font-size:clamp(18px,1.8vw,24px);line-height:1.55;color:#e9deff;max-width:650px;margin:34px 0 38px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-trust{display:flex;gap:34px;margin-top:46px}
.hero-trust>span{display:grid;grid-template-columns:10px 1fr;column-gap:9px;align-items:start}
.hero-trust i{width:8px;height:8px;border-radius:50%;background:var(--yellow);margin-top:7px}
.hero-trust b{font-size:13px}.hero-trust small{grid-column:2;color:#cfc0ed;font-size:11px;margin-top:2px}
.hero-bottom{position:absolute;left:0;right:0;bottom:36px;text-align:center;z-index:10;color:rgba(255,255,255,.65);font-size:11px;font-weight:900;letter-spacing:.15em}
.hero-orbit{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.12);pointer-events:none}.orbit-a{width:740px;height:740px;right:-130px;top:80px}.orbit-b{width:460px;height:460px;right:90px;top:220px}
.pulse-dot{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 0 rgba(255,212,0,.35);animation:pulse 2.2s infinite}.pulse-one{right:15%;top:25%}.pulse-two{left:8%;bottom:20%;animation-delay:1s}
@keyframes pulse{70%{box-shadow:0 0 0 26px rgba(255,212,0,0)}100%{box-shadow:0 0 0 0 rgba(255,212,0,0)}}

.device-stage{position:relative;min-height:720px;transform-style:preserve-3d}
.stage-glow{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(255,212,0,.24),rgba(255,255,255,.08) 45%,transparent 70%);left:50%;top:48%;transform:translate(-50%,-50%);filter:blur(4px)}
.device{position:absolute;transition:transform .15s ease-out;will-change:transform}
.device-shell,.tablet-shell,.kiosk-shell,.phone-shell{position:relative}
.pos-device{width:520px;left:0;top:145px;z-index:4;filter:drop-shadow(0 36px 35px rgba(16,0,36,.35))}
.device-shell{background:linear-gradient(145deg,#2d2932,#0d0c10);padding:14px;border-radius:26px}
.screen{overflow:hidden}
.pos-screen{height:315px;border-radius:15px;background:#f6f4f8;color:#231b2f}
.screen-top{height:44px;display:flex;justify-content:space-between;align-items:center;padding:0 17px;font-size:11px;background:#fff;border-bottom:1px solid #eee8f2}.screen-top strong{font-size:12px;color:var(--purple)}
.pos-layout{height:calc(100% - 44px);display:grid;grid-template-columns:42px 1fr 134px}
.side-nav{background:#260052;padding:12px 9px;display:flex;flex-direction:column;gap:15px}.side-nav span{width:22px;height:22px;border-radius:8px;background:#54307d}.side-nav .active{background:var(--yellow)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:11px;background:#f8f6fa}.product-grid i{font-style:normal;display:grid;place-items:end start;min-height:74px;border-radius:10px;padding:8px;font-size:9px;font-weight:900;color:#fff;background:linear-gradient(135deg,#7a28ff,#4a00b8)}.product-grid i:nth-child(2n){background:linear-gradient(135deg,#ff936f,#ff655d)}.product-grid i:nth-child(3n){background:linear-gradient(135deg,#f7d945,#ffb900);color:#2c1741}
.cart-panel{padding:12px;background:#fff;font-size:9px}.cart-panel b{display:block;font-size:10px;margin-bottom:10px}.cart-panel p{margin:7px 0;color:#6f6878}.cart-panel .total{font-weight:900;font-size:13px;border-top:1px solid #eee8f2;margin-top:13px;padding-top:12px}.cart-panel button{width:100%;border:0;border-radius:9px;background:var(--yellow);padding:9px;margin-top:9px;font-size:9px;font-weight:900;color:var(--deep)}
.pos-stand{width:145px;height:125px;margin:auto;background:linear-gradient(90deg,#aaa9ad,#e7e5e8 48%,#98979c);clip-path:polygon(38% 0,62% 0,72% 72%,100% 90%,100% 100%,0 100%,0 90%,28% 72%);margin-top:-2px}
.kiosk-device{width:225px;right:8px;top:20px;z-index:3;filter:drop-shadow(0 34px 30px rgba(20,0,44,.3))}
.kiosk-shell{background:linear-gradient(145deg,#efeff0,#8f8f92);padding:9px 9px 0;border-radius:28px 28px 18px 18px}
.kiosk-screen{height:390px;background:#fff;border-radius:20px;padding:20px 15px;color:var(--ink);text-align:center}.mini-logo{font-size:11px;font-weight:950;color:var(--purple)}.kiosk-photo{height:130px;border-radius:18px;background:radial-gradient(circle at 50% 35%,#ffd400 0 8%,transparent 9%),linear-gradient(135deg,#5b00e6,#8d53ff);margin:16px 0}.kiosk-screen h4{margin:7px 0 14px;font-size:20px;letter-spacing:-.04em}.kiosk-cats{display:flex;gap:5px;justify-content:center}.kiosk-cats span{padding:6px;border-radius:999px;background:#f0ebf7;font-size:7px;font-weight:800}.kiosk-screen button{border:0;border-radius:999px;background:var(--yellow);padding:10px 22px;font-size:8px;font-weight:900;margin-top:22px}.kiosk-base{height:155px;width:76px;margin:auto;background:linear-gradient(90deg,#8d8d90,#efeff0,#8b8b8e);clip-path:polygon(15% 0,85% 0,75% 82%,100% 100%,0 100%,25% 82%)}
.tablet-device{width:360px;right:5px;bottom:15px;z-index:5;filter:drop-shadow(0 34px 34px rgba(18,0,41,.36));transform:rotate(-4deg)}
.tablet-shell{background:#151318;padding:11px;border-radius:24px}.kds-screen{height:220px;border-radius:14px;background:#211c27;color:#fff}.kds-screen .screen-top{background:#2f2638;border:0;color:#b5a8bf}.kds-screen .screen-top strong{color:#fff}.tickets{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px}.tickets article{background:#fff;color:#2b2431;border-radius:10px;padding:10px;min-height:150px;position:relative}.tickets b{color:var(--purple);font-size:12px}.tickets em{font-style:normal;float:right;font-size:8px;color:#7d7482}.tickets p{font-size:8px;line-height:1.5}.tickets span{position:absolute;bottom:8px;left:8px;right:8px;text-align:center;border-radius:6px;background:#eae3f4;padding:6px;font-size:7px;font-weight:900}.tickets article:first-child span{background:#c7f3d8}.tickets article:nth-child(2) span{background:#fff0a6}
.phone-device{width:145px;left:40px;top:25px;z-index:6;filter:drop-shadow(0 30px 28px rgba(20,0,42,.35));transform:rotate(8deg)}
.phone-shell{background:#0e0d10;padding:7px;border-radius:28px}.phone-screen{height:300px;border-radius:22px;background:#fff;color:#201828;padding:12px}.phone-brand{font-size:7px;font-weight:950;color:var(--purple)}.phone-hero{height:95px;border-radius:14px;margin:10px 0;background:linear-gradient(135deg,#ffd400,#ff8a70)}.phone-screen h5{font-size:15px;margin:9px 0;letter-spacing:-.05em}.phone-products{display:flex;gap:5px}.phone-products i{width:31px;height:36px;border-radius:8px;background:#eee8f7}.phone-products i:nth-child(2){background:#ffe992}.phone-products i:nth-child(3){background:#ffd7cf}.phone-screen button{width:100%;border:0;border-radius:999px;background:var(--purple);color:#fff;padding:9px;font-size:7px;font-weight:900;margin-top:17px}
.floating-chip{position:absolute;z-index:8;background:#fff;color:var(--deep);border-radius:20px;padding:13px 17px;box-shadow:0 16px 35px rgba(18,0,44,.18);display:flex;align-items:center;gap:10px;font-size:10px}.floating-chip span{font-size:16px;color:var(--purple);font-weight:950}.floating-chip b{font-size:9px}.chip-orders{right:130px;top:110px}.chip-sync{left:195px;bottom:65px}.sync-dot{width:10px;height:10px;border-radius:50%;background:#29c284!important;box-shadow:0 0 0 6px rgba(41,194,132,.12)}

.intro,.solutions,.business,.experience,.hardware,.closing{position:relative;padding:150px 0}
.section-white{background:#fff}.section-yellow{background:var(--yellow)}.section-lilac{background:var(--lilac)}.section-deep{background:linear-gradient(145deg,#1b003d,#36007e 55%,#25005a);color:#fff}
.intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:100px;align-items:end}.intro h2{font-size:clamp(54px,6vw,96px)}.intro h2 span,.section-head h2 span,.experience-copy h2 span,.hardware-head h2 span{color:var(--purple)}.intro-side p{font-size:20px;line-height:1.65;color:var(--muted);margin:0 0 30px}.text-link{font-weight:900;color:var(--purple);font-size:15px}.text-link b{padding-left:8px}
.section-head h2,.experience-copy h2,.closing h2{font-size:clamp(54px,5.8vw,92px)}.split-head{display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:end}.split-head>p,.hardware-head>p{font-size:18px;line-height:1.65;margin:0;color:#4e3c4f}.solution-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;margin-top:70px}.solution-card{grid-column:span 4;min-height:390px;border-radius:38px;padding:34px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .25s ease}.solution-card:hover{transform:translateY(-6px)}.large-card{grid-column:span 6;min-height:500px}.wide-card{grid-column:span 6}.card-purple{background:var(--purple);color:#fff}.card-light{background:#fff8d0}.card-coral{background:var(--coral);color:#fff}.card-white{background:#fff}.card-aqua{background:var(--aqua)}.card-deep{background:var(--deep);color:#fff}.card-index{position:absolute;top:26px;left:32px;font-weight:900;font-size:11px;opacity:.55}.solution-card h3{margin:0 0 11px;font-size:31px;letter-spacing:-.045em}.solution-card p{max-width:420px;margin:0;font-size:14px;line-height:1.55;opacity:.75}.card-arrow{position:absolute;right:30px;top:24px;font-size:26px}.solution-icon{position:absolute;right:34px;top:70px;width:130px;height:130px}.pos-icon{border-radius:25px;background:rgba(255,255,255,.14);border:6px solid currentColor;opacity:.7}.pos-icon span{position:absolute;width:52px;height:70px;background:currentColor;bottom:-55px;left:35px;clip-path:polygon(35% 0,65% 0,75% 75%,100% 100%,0 100%,25% 75%)}.kds-icon{display:flex;gap:7px}.kds-icon span{height:90px;flex:1;border-radius:12px;background:var(--purple)}.kds-icon span:nth-child(2){background:var(--coral);margin-top:18px}.kds-icon span:nth-child(3){background:#43c99c;margin-top:8px}.kiosk-icon{border:5px solid currentColor;border-radius:18px;width:70px;height:115px;left:28px}.kiosk-icon span:before{content:"";position:absolute;bottom:-18px;left:20px;width:28px;height:20px;background:currentColor}.online-icon{border-radius:26px;border:5px solid var(--purple);width:75px;height:125px;left:30px}.online-icon span{position:absolute;left:14px;right:14px;bottom:18px;height:34px;border-radius:10px;background:var(--yellow)}.hq-icon span:first-child{position:absolute;inset:20px 8px 28px;border:5px solid var(--deep);border-radius:15px}.hq-icon span:last-child{position:absolute;left:25px;right:25px;bottom:12px;height:10px;background:var(--deep);border-radius:9px}.app-icon{width:80px;height:120px;border:5px solid #fff;border-radius:22px;left:25px}.app-icon span{position:absolute;width:40px;height:40px;border-radius:50%;background:var(--yellow);left:15px;top:30px}

.centered-head{text-align:center;max-width:1050px;margin:auto}.centered-head .eyebrow{justify-content:center}.business-tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:55px 0 40px}.business-tab{border:1px solid #e8e1ed;background:#fff;border-radius:999px;padding:16px 25px;font-weight:850;color:#5f5665}.business-tab.active{background:var(--deep);color:#fff;border-color:var(--deep)}.business-showcase{display:grid;grid-template-columns:.85fr 1.15fr;min-height:510px;border-radius:44px;overflow:hidden;background:#f6f2fa;box-shadow:0 25px 70px rgba(33,7,58,.08)}.business-copy{padding:70px}.business-tag{font-size:11px;letter-spacing:.15em;font-weight:950;color:var(--purple)}.business-copy h3{font-size:55px;line-height:.98;letter-spacing:-.055em;margin:18px 0 24px}.business-copy p{color:var(--muted);font-size:17px;line-height:1.65}.business-features{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}.business-features span{background:#fff;border-radius:999px;padding:10px 13px;font-size:10px;font-weight:850}
.workflow-board{position:relative;background:linear-gradient(140deg,#26005d,#6100e9);min-height:510px;overflow:hidden}.workflow-board:after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-140px;top:40px}.workflow-line{position:absolute;height:3px;background:linear-gradient(90deg,var(--yellow),#fff,var(--coral));left:12%;right:12%;top:50%;transform:translateY(-50%);opacity:.7}.flow-node{position:absolute;width:130px;height:130px;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 16px 30px rgba(0,0,0,.13);z-index:2}.flow-node b{font-size:13px;color:var(--deep)}.flow-node small{font-size:8px;color:#716879;margin-top:5px}.flow-node.n1{left:7%;top:37%}.flow-node.n2{left:31%;top:18%;background:var(--yellow)}.flow-node.n3{right:30%;bottom:13%;background:var(--coral);color:#fff}.flow-node.n3 b,.flow-node.n3 small{color:#fff}.flow-node.n4{right:7%;top:34%}

.experience-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:110px}.experience-phone-wrap{position:relative;min-height:650px;display:grid;place-items:center}.experience-phone{width:300px;background:#131016;padding:10px;border-radius:48px;box-shadow:0 40px 80px rgba(70,19,130,.22);position:relative;z-index:4;transform:rotate(-4deg)}.exp-screen{height:590px;background:#fff;border-radius:39px;padding:21px;color:var(--ink)}.exp-top{display:flex;justify-content:space-between;font-size:10px;font-weight:900;color:var(--purple)}.exp-cover{height:180px;border-radius:26px;background:linear-gradient(140deg,#ffd400,#ff816c 50%,#6f25f0);margin:21px 0}.exp-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.exp-actions button{border:0;background:#f1ebf8;border-radius:999px;padding:9px 4px;font-size:8px;font-weight:850}.exp-list{display:grid;gap:9px;margin-top:20px}.exp-list span{height:58px;border-radius:14px;background:linear-gradient(90deg,#f0ebf4 25%,#faf8fc 25%)}.exp-pay{background:var(--purple);color:#fff;border-radius:999px;text-align:center;padding:13px;font-size:9px;font-weight:900;margin-top:19px}.exp-ring{position:absolute;border:1px solid rgba(91,0,230,.18);border-radius:50%}.exp-ring.r1{width:520px;height:520px}.exp-ring.r2{width:650px;height:650px}.exp-bubble{position:absolute;width:70px;height:70px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:950;z-index:5;box-shadow:0 18px 30px rgba(58,15,108,.15)}.exp-bubble.b1{left:10%;top:18%;background:var(--yellow)}.exp-bubble.b2{right:10%;top:35%;background:var(--coral);color:#fff}.exp-bubble.b3{left:13%;bottom:12%;background:var(--purple);color:#fff}.experience-copy p{font-size:19px;line-height:1.65;color:var(--muted);max-width:620px;margin:30px 0}.experience-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 35px}.experience-list span{background:#fff;border-radius:16px;padding:16px 18px;font-size:12px;font-weight:800;color:var(--deep)}

.hardware-head{display:grid;grid-template-columns:1fr 420px;gap:80px;align-items:end}.hardware-head h2 span{color:var(--yellow)}.hardware-head>p{color:#cbbbe3}.hardware-scene{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:70px}.hw-card{min-height:440px;border-radius:32px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);padding:25px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative;overflow:hidden}.hw-card:before{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:rgba(255,212,0,.12);top:50px}.hw-card>span{font-size:9px;letter-spacing:.16em;color:var(--yellow);font-weight:900;align-self:flex-start}.hw-card>b{font-size:23px;align-self:flex-start;margin-top:7px}.mini-pos,.mini-kiosk,.mini-mobile,.mini-tablet{position:absolute;top:70px;z-index:2}.mini-pos{width:210px}.mini-screen{height:125px;border:9px solid #0d0d0f;border-radius:16px;background:linear-gradient(135deg,#fff,#ded3ee)}.mini-stand{width:60px;height:78px;background:linear-gradient(90deg,#888,#eee,#8a8a8a);margin:auto;clip-path:polygon(34% 0,66% 0,74% 70%,100% 100%,0 100%,26% 70%)}.mini-kiosk{width:100px}.mini-kiosk-screen{height:190px;border:8px solid #b9b9bc;border-radius:20px;background:linear-gradient(150deg,#fff 0 60%,#ffd400 60%)}.mini-kiosk-base{height:120px;width:36px;margin:auto;background:linear-gradient(90deg,#aaa,#eee,#999)}.mini-mobile{width:85px}.mini-mobile-screen{height:180px;border:8px solid #121014;border-radius:26px;background:linear-gradient(180deg,#fff,#f0e9ff 50%,#5b00e6 50%)}.mini-tablet{width:210px;top:120px}.mini-tablet-screen{height:120px;border:9px solid #111;border-radius:15px;background:linear-gradient(90deg,#ffd400 0 33%,#ff846f 33% 66%,#bdebe3 66%)}

.closing-grid{display:grid;grid-template-columns:1fr 400px;align-items:end;gap:80px}.closing-action p{font-size:17px;line-height:1.6;color:#4f3b51}.footer{background:#16002f;color:#fff;padding:80px 0 25px}.footer-top{display:grid;grid-template-columns:1fr 1.25fr;gap:100px;padding-bottom:65px}.footer-brand img{width:255px}.footer-brand p{color:#a99ab8;line-height:1.6;font-size:13px;margin-top:25px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.footer-links>div{display:flex;flex-direction:column;gap:11px}.footer-links b{color:var(--yellow);font-size:11px;letter-spacing:.08em;margin-bottom:7px}.footer-links a,.footer-button{color:#c8bcd3;background:none;border:0;padding:0;text-align:left;font-size:12px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;color:#81718e;font-size:10px}.partner-mark{display:flex;align-items:center;gap:12px}.partner-label{letter-spacing:.12em;font-weight:900;font-size:8px}.partner-mark strong{background:#fff;color:#25a6a4;padding:8px 13px;border-radius:9px;font-size:16px}

.menu-overlay{position:fixed;z-index:200;inset:0;background:var(--yellow);color:var(--deep);padding:38px 5vw;display:flex;flex-direction:column;transform:translateY(-105%);transition:transform .55s cubic-bezier(.76,0,.24,1)}
.menu-overlay.open{transform:translateY(0)}.menu-overlay-top{display:flex;justify-content:space-between;align-items:center}.menu-overlay-top img{width:270px}.menu-overlay-top button,.modal-close{border:0;background:rgba(37,0,90,.1);color:var(--deep);width:55px;height:55px;border-radius:50%;font-size:34px;line-height:1}.overlay-nav{margin:auto 0;display:grid}.overlay-nav a{display:flex;align-items:center;gap:28px;padding:14px 0;border-bottom:1px solid rgba(37,0,90,.13)}.overlay-nav span{font-size:11px;font-weight:900;opacity:.5}.overlay-nav b{font-size:clamp(48px,7vw,95px);line-height:1;letter-spacing:-.06em}.overlay-bottom{display:flex;justify-content:space-between;align-items:center}.overlay-lang{border-color:rgba(37,0,90,.2);color:var(--deep);background:rgba(255,255,255,.35)}

.modal-backdrop{position:fixed;z-index:300;inset:0;background:rgba(15,0,34,.66);backdrop-filter:blur(12px);display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;transition:.25s}.modal-backdrop.open{opacity:1;visibility:visible}.modal{width:min(720px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:38px;padding:42px;box-shadow:0 40px 100px rgba(0,0,0,.3);position:relative}.modal-close{position:absolute;right:24px;top:22px}.modal-kicker{font-size:10px;letter-spacing:.15em;font-weight:950;color:var(--purple)}.modal h3{font-size:42px;letter-spacing:-.05em;margin:13px 50px 8px 0}.modal>p{color:var(--muted)}.language-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:30px}.language-grid button{border:1px solid #e9e1ef;background:#faf8fc;border-radius:18px;padding:16px;text-align:left;display:flex;gap:12px;align-items:center}.language-grid button:hover{border-color:var(--purple);background:#f3edff}.language-grid b{width:38px;height:38px;border-radius:12px;background:var(--deep);color:#fff;display:grid;place-items:center;font-size:10px}.language-grid span{font-weight:800}
.demo-modal form{margin-top:28px;display:grid;gap:14px}.demo-modal label{display:grid;gap:7px;font-size:10px;font-weight:850;color:var(--deep)}.demo-modal input{width:100%;height:54px;border:1px solid #ddd4e5;border-radius:15px;padding:0 15px;font-size:16px;outline:none}.demo-modal input:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(91,0,230,.08)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-status{font-size:11px;color:var(--purple);font-weight:800}

@media(max-width:1180px){
  :root{--shell:min(100% - 42px,1200px)}
  .desktop-nav{display:none}.menu-button{display:grid}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:50px 0 0;max-width:850px}.device-stage{min-height:650px}.hero{padding-bottom:120px}.hero:after{display:none}.solution-card{grid-column:span 6}.large-card,.wide-card{grid-column:span 6}.business-showcase{grid-template-columns:1fr}.workflow-board{min-height:430px}.experience-grid{gap:45px}.hardware-scene{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1fr;gap:55px}
}
@media(max-width:760px){
  :root{--shell:calc(100% - 30px)}
  .header-inner{height:92px}.brand{width:205px}.header-actions .btn-small{display:none}.lang-button{height:44px;padding:0 12px}.menu-button{width:46px;height:46px}
  .hero{min-height:auto;padding:125px 0 85px}.hero-copy{padding:25px 0 15px}.hero h1{font-size:clamp(55px,16vw,76px)}.hero-lead{font-size:17px;margin:26px 0}.btn-xl{min-height:58px;padding:0 25px;font-size:15px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-trust{gap:15px;margin-top:30px}.hero-trust small{font-size:9px}
  .device-stage{min-height:490px;margin-top:15px;transform:scale(.9);transform-origin:center top}.pos-device{width:360px;left:-25px;top:125px}.pos-screen{height:220px}.pos-layout{grid-template-columns:30px 1fr 92px}.product-grid{gap:5px;padding:7px}.product-grid i{min-height:48px;font-size:6px}.cart-panel{padding:7px;font-size:6px}.cart-panel p{margin:4px 0}.cart-panel .total{font-size:9px;margin-top:6px;padding-top:6px}.side-nav{padding:8px 6px;gap:8px}.side-nav span{width:17px;height:17px}.pos-stand{width:100px;height:85px}
  .kiosk-device{width:150px;right:-5px;top:8px}.kiosk-screen{height:260px;padding:12px 9px}.kiosk-photo{height:85px}.kiosk-screen h4{font-size:13px}.kiosk-cats{display:none}.kiosk-base{height:105px;width:48px}
  .tablet-device{width:255px;right:-8px;bottom:5px}.kds-screen{height:155px}.tickets{gap:4px;padding:6px}.tickets article{min-height:100px;padding:6px}.tickets p{font-size:5px}.phone-device{width:100px;left:18px;top:25px}.phone-screen{height:210px;padding:8px}.phone-hero{height:60px}.phone-screen h5{font-size:10px}.phone-products i{height:24px;width:20px}.chip-orders{right:60px;top:87px}.chip-sync{left:90px;bottom:40px}.floating-chip{padding:9px 11px}.floating-chip span{font-size:11px}
  .hero-bottom{display:none}
  .intro,.solutions,.business,.experience,.hardware,.closing{padding:95px 0}.intro-grid,.split-head,.experience-grid,.hardware-head,.closing-grid{grid-template-columns:1fr;gap:35px}.intro h2,.section-head h2,.experience-copy h2,.closing h2{font-size:clamp(48px,13vw,65px)}.intro-side p,.experience-copy p{font-size:16px}
  .solution-grid{grid-template-columns:1fr;margin-top:45px}.solution-card,.large-card,.wide-card{grid-column:auto;min-height:330px}.large-card{min-height:390px}
  .business-showcase{border-radius:30px}.business-copy{padding:35px 26px}.business-copy h3{font-size:42px}.workflow-board{min-height:390px}.flow-node{width:92px;height:92px}.flow-node.n1{left:4%;top:39%}.flow-node.n2{left:28%;top:18%}.flow-node.n3{right:28%;bottom:13%}.flow-node.n4{right:4%;top:38%}
  .experience-phone-wrap{min-height:520px;order:2}.experience-copy{order:1}.experience-phone{width:240px}.exp-screen{height:470px}.exp-ring.r1{width:400px;height:400px}.exp-ring.r2{width:500px;height:500px}.experience-list{grid-template-columns:1fr}
  .hardware-scene{grid-template-columns:1fr 1fr;gap:10px}.hw-card{min-height:310px;padding:17px}.hw-card:before{width:150px;height:150px;top:40px}.mini-pos{width:150px}.mini-screen{height:90px}.mini-kiosk{width:75px}.mini-kiosk-screen{height:145px}.mini-mobile{width:62px}.mini-mobile-screen{height:135px}.mini-tablet{width:145px;top:105px}.mini-tablet-screen{height:85px}.hw-card>b{font-size:17px}
  .footer-links{grid-template-columns:1fr 1fr}.footer-bottom{align-items:flex-start;gap:20px;flex-direction:column}
  .menu-overlay{padding:25px 20px}.menu-overlay-top img{width:210px}.overlay-nav b{font-size:50px}.overlay-bottom{align-items:flex-start;gap:15px;flex-direction:column}
  .modal{padding:35px 20px 24px;border-radius:28px}.modal h3{font-size:34px}.language-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}
}
@media(max-width:430px){
  .hero-actions{grid-template-columns:1fr}.device-stage{transform:scale(.82);margin-left:-9%;margin-right:-9%;min-height:440px}.business-tabs{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}.business-tab{white-space:nowrap}.hardware-scene{grid-template-columns:1fr}.hw-card{min-height:360px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.device{transform:none!important}}


/* ===== v1.2: real hardware, sales-first content, Swiss badge, faster mobile UI ===== */

/* Hero real device photography */
.real-stage{min-height:760px}
.device-photo{position:absolute;z-index:4;will-change:transform;filter:drop-shadow(0 34px 36px rgba(17,0,40,.34))}
.device-photo img{width:100%;height:auto;display:block;object-fit:contain}
.device-photo .device-label{position:absolute;left:50%;bottom:-8px;transform:translateX(-50%);background:rgba(255,255,255,.96);color:var(--deep);border-radius:999px;padding:9px 14px;font-size:9px;font-weight:950;letter-spacing:.07em;box-shadow:0 12px 30px rgba(15,0,36,.18);white-space:nowrap}
.device-photo-pos{width:420px;left:-15px;top:160px;transform:rotate(-7deg)}
.device-photo-kiosk{width:255px;right:5px;top:12px;transform:rotate(5deg)}
.device-photo-tablet{width:300px;right:70px;bottom:38px;transform:rotate(-5deg)}
.device-photo-handheld{width:175px;left:75px;top:32px;transform:rotate(9deg)}
.stage-glow{width:680px;height:680px;background:radial-gradient(circle,rgba(255,212,0,.28),rgba(255,255,255,.08) 42%,transparent 70%)}

.swiss-badge{display:inline-flex;align-items:center;gap:10px;margin-top:36px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.20);border-radius:999px;padding:10px 15px;color:#fff}
.swiss-cross{width:24px;height:24px;border-radius:50%;background:#e21d2b;color:#fff;display:grid;place-items:center;font-weight:950;font-size:18px;line-height:1}
.swiss-badge strong{font-size:10px;letter-spacing:.12em}

/* Header/hamburger visibility hardening */
.menu-button{z-index:8;flex:0 0 auto}
@media(max-width:1180px){
  .menu-button{display:grid!important}
}
@media(max-width:760px){
  .header-inner{gap:8px}
  .brand{width:190px;min-width:0}
  .header-actions{gap:7px}
  .header-actions .lang-button{display:none}
  .menu-button{display:grid!important;background:rgba(255,255,255,.17)!important;border:1px solid rgba(255,255,255,.18)}
  .menu-button span{background:#fff!important}
  .site-header.is-sticky .menu-button{background:#efe8f8!important;border-color:#dfd3ee}
  .site-header.is-sticky .menu-button span{background:var(--deep)!important}
}

/* Faster modals: remove heavy blur and slow transitions */
.modal-backdrop{backdrop-filter:none!important;transition:opacity .12s ease!important}
.modal{transform:translateY(8px) scale(.99);transition:transform .12s ease!important}
.modal-backdrop.open .modal{transform:translateY(0) scale(1)}
.menu-overlay{transition:transform .28s cubic-bezier(.22,.75,.25,1)!important}
@media(max-width:760px){
  .modal-backdrop{background:rgba(15,0,34,.76)}
}

/* Scroll up/down controls */
.scroll-controls{position:fixed;right:22px;bottom:24px;z-index:120;display:flex;flex-direction:column;gap:9px}
.scroll-controls button{width:48px;height:48px;border:1px solid rgba(91,0,230,.16);border-radius:50%;background:rgba(255,255,255,.93);color:var(--purple);font-size:21px;font-weight:950;box-shadow:0 13px 30px rgba(35,0,80,.15);display:grid;place-items:center}
.scroll-pulse{animation:scrollPulse 2.4s infinite}
.scroll-pulse:nth-child(2){animation-delay:1.2s}
@keyframes scrollPulse{0%,100%{box-shadow:0 13px 30px rgba(35,0,80,.15),0 0 0 0 rgba(91,0,230,.16)}50%{box-shadow:0 13px 30px rgba(35,0,80,.15),0 0 0 11px rgba(91,0,230,0)}}
@media(max-width:760px){.scroll-controls{right:13px;bottom:16px}.scroll-controls button{width:43px;height:43px}}

/* Stronger module cards */
.solution-card h3{font-size:34px}
.solution-card p{font-size:15px;line-height:1.6;max-width:460px}
.solution-card:nth-child(1){box-shadow:0 24px 55px rgba(91,0,230,.18)}
.solution-card:nth-child(2){box-shadow:0 24px 55px rgba(37,0,90,.08)}
.solution-card:nth-child(3){box-shadow:0 24px 55px rgba(255,132,111,.18)}

/* mobile real-device collage */
@media(max-width:760px){
  .real-stage{min-height:500px;transform:none!important;margin:10px 0 0}
  .device-photo-pos{width:280px;left:-20px;top:150px}
  .device-photo-kiosk{width:170px;right:-10px;top:16px}
  .device-photo-tablet{width:210px;right:-5px;bottom:18px}
  .device-photo-handheld{width:110px;left:16px;top:34px}
  .device-photo .device-label{font-size:7px;padding:7px 10px}
  .chip-orders{right:42px;top:104px}
  .chip-sync{left:80px;bottom:42px}
}
@media(max-width:430px){
  .real-stage{min-height:430px}
  .device-photo-pos{width:245px;left:-28px;top:137px}
  .device-photo-kiosk{width:150px;right:-20px;top:12px}
  .device-photo-tablet{width:185px;right:-12px;bottom:12px}
  .device-photo-handheld{width:95px;left:5px;top:28px}
}


/* ===== v1.3 PROFESSIONAL LAYOUT FIX ===== */
html,body{max-width:100%;overflow-x:hidden}
.site-header,.header-inner,.hero,.hero-grid,.real-stage{max-width:100%}

/* Hero: real transparent devices, no image rectangles */
.real-stage{min-height:720px;position:relative;overflow:visible}
.stage-ring{position:absolute;border:1px solid rgba(255,255,255,.13);border-radius:50%;pointer-events:none}
.ring-one{width:610px;height:610px;right:20px;top:55px}
.ring-two{width:430px;height:430px;right:108px;top:142px}
.hero-device{position:absolute;margin:0;z-index:4;filter:drop-shadow(0 30px 28px rgba(14,0,34,.36));will-change:transform}
.hero-device img{display:block;width:100%;height:auto;background:transparent!important}
.hero-device figcaption{position:absolute;left:50%;transform:translateX(-50%);bottom:-16px;background:#fff;color:var(--deep);border-radius:18px;padding:10px 14px;display:grid;gap:2px;white-space:nowrap;box-shadow:0 14px 34px rgba(12,0,31,.18)}
.hero-device figcaption b{font-size:9px;letter-spacing:.06em}.hero-device figcaption span{font-size:7px;color:#807589}
.hero-pos{width:430px;left:8px;top:170px;transform:rotate(-5deg)}
.hero-kiosk{width:220px;right:8px;top:38px;transform:rotate(4deg)}
.hero-tablet{width:270px;right:68px;bottom:54px;transform:rotate(-4deg)}
.hero-status{position:absolute;z-index:8;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.5);box-shadow:0 14px 34px rgba(14,0,36,.18);border-radius:18px;padding:11px 14px;display:flex;align-items:center;gap:10px;color:var(--deep)}
.hero-status small{display:block;font-size:7px;font-weight:900;letter-spacing:.12em;color:#7f7488}.hero-status b{font-size:10px}
.status-dot{width:10px;height:10px;border-radius:50%;background:#36c989;box-shadow:0 0 0 6px rgba(54,201,137,.13)}
.status-wave{width:28px;height:28px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;font-size:16px;font-weight:900}
.status-online{right:192px;top:122px}.status-sync{left:182px;bottom:58px}

/* Commercial product cards: cleaner / less toy-like */
.commercial-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;margin-top:65px!important}
.product-card{min-height:410px;border-radius:34px;padding:34px;display:flex;flex-direction:column;background:#fff;color:var(--ink);border:1px solid rgba(37,0,90,.08);box-shadow:0 20px 55px rgba(31,0,70,.07);position:relative;overflow:hidden}
.product-primary{background:linear-gradient(145deg,#25005a,#5b00e6);color:#fff;border:0}.product-qr{background:#fff8c8}
.product-dark{background:#1a003a;color:#fff;border:0}
.product-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid currentColor;padding-bottom:18px;opacity:.92}
.product-top span{font-size:9px;letter-spacing:.13em;font-weight:900;opacity:.6}.product-top strong{font-size:11px;letter-spacing:.12em}
.product-copy{margin:auto 0 24px}.product-copy h3{font-size:38px;letter-spacing:-.05em;margin:0 0 15px}.product-copy p{font-size:16px;line-height:1.6;max-width:560px;margin:0;opacity:.75}
.product-points{display:flex;gap:7px;flex-wrap:wrap;margin-top:24px}.product-points span{border:1px solid rgba(91,0,230,.11);border-radius:999px;padding:9px 11px;font-size:9px;font-weight:850;background:rgba(255,255,255,.48)}
.product-primary .product-points span,.product-dark .product-points span{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.08)}
.product-link{font-size:11px;font-weight:900;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(37,0,90,.08);padding-top:18px}
.product-primary .product-link,.product-dark .product-link{border-color:rgba(255,255,255,.14)}

/* Corporate operations map */
.corporate-showcase{grid-template-columns:.78fr 1.22fr!important;background:#f7f5fa!important}
.operations-map{padding:54px;background:#fff;display:flex;flex-direction:column;justify-content:center;min-height:560px}
.map-kicker{font-size:9px;letter-spacing:.14em;font-weight:900;color:#8c8192;margin-bottom:26px}
.map-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.map-card{border:1px solid #e8e2ed;background:#fbfafc;border-radius:18px;padding:17px;display:grid;gap:5px;min-width:0}
.map-card small{font-size:7px;letter-spacing:.11em;color:#998e9e;font-weight:900}.map-card b{font-size:15px;color:var(--deep)}.map-card span{font-size:8px;color:#817789}
.map-card.output{background:#f7f2ff}
.map-hub{width:min(360px,80%);margin:0 auto;border-radius:22px;padding:17px 20px;background:linear-gradient(135deg,#25005a,#5b00e6);color:#fff;display:flex;align-items:center;gap:13px;box-shadow:0 18px 38px rgba(65,0,140,.20)}
.map-hub img{width:38px;height:38px;object-fit:contain;background:#fff;border-radius:12px;padding:6px}.map-hub small{display:block;font-size:8px;letter-spacing:.13em;opacity:.7}.map-hub b{font-size:17px}.map-hub em{font-style:normal;margin-left:auto;font-size:7px;letter-spacing:.12em;background:var(--yellow);color:var(--deep);padding:7px 9px;border-radius:999px;font-weight:950}
.map-connector{height:52px;display:grid;grid-template-columns:1fr 32px 1fr;align-items:center;margin:0 12%}.map-connector span{height:1px;background:#dcd3e3}.map-connector i{width:32px;height:32px;border-radius:50%;border:1px solid #dcd3e3;position:relative}.map-connector i:after{content:"↓";position:absolute;inset:0;display:grid;place-items:center;color:var(--purple);font-size:12px;font-style:normal}.map-connector.down i:after{content:"↓"}

/* QR: professional journey, no fake phone */
.guest-journey{background:linear-gradient(145deg,#25005a,#5b00e6);color:#fff;border-radius:38px;padding:42px;box-shadow:0 30px 70px rgba(60,0,135,.18)}
.journey-head{display:flex;justify-content:space-between;gap:30px;align-items:end;border-bottom:1px solid rgba(255,255,255,.14);padding-bottom:22px}.journey-head span{font-size:9px;letter-spacing:.14em;color:var(--yellow);font-weight:950}.journey-head b{font-size:22px;letter-spacing:-.03em}
.journey-list{display:grid;margin-top:20px}.journey-list article{display:grid;grid-template-columns:40px 1fr 30px;align-items:center;gap:14px;padding:19px 0;border-bottom:1px solid rgba(255,255,255,.11)}.journey-list article>span{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.09);display:grid;place-items:center;font-size:8px;font-weight:950}.journey-list b{display:block;font-size:13px}.journey-list small{display:block;color:#cfc0e5;font-size:9px;margin-top:4px}.journey-list i{font-style:normal;color:var(--yellow);font-size:18px;text-align:right}.journey-footer{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.journey-footer span{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.1);padding:9px 11px;border-radius:999px;font-size:8px;font-weight:850}

/* Hardware: real images, consistent cards */
.real-hardware-scene{grid-template-columns:1.25fr 1fr 1fr 1fr!important}
.hardware-card{min-height:470px;border-radius:30px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);overflow:hidden;display:flex;flex-direction:column}
.hw-featured{grid-row:span 1}
.hardware-image{height:350px;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 50% 42%,rgba(255,212,0,.16),transparent 48%)}
.hardware-image img{max-width:100%;max-height:100%;object-fit:contain}
.photo-hardware .hardware-image{padding:0}.photo-hardware .hardware-image img{width:100%;height:100%;object-fit:cover}
.hardware-meta{padding:22px 23px 25px;display:grid;gap:5px}.hardware-meta span{font-size:8px;letter-spacing:.14em;color:var(--yellow);font-weight:900}.hardware-meta b{font-size:23px}.hardware-meta small{font-size:9px;color:#c9bade}

/* Header/mobile hard fix */
.header-actions{margin-left:auto;flex-shrink:0}
@media(max-width:980px){
  .desktop-nav{display:none!important}
  .header-actions .lang-button,.header-actions .btn-small{display:none!important}
  .menu-button{display:grid!important}
}
@media(max-width:760px){
  :root{--shell:calc(100% - 28px)!important}
  .header-inner{width:calc(100% - 28px)!important;height:84px!important;gap:10px}
  .brand{width:min(178px,58vw)!important;min-width:0!important;flex:0 1 auto}
  .header-actions{margin-left:auto!important;display:flex!important;align-items:center}
  .menu-button{position:relative!important;right:auto!important;top:auto!important;width:48px!important;height:48px!important;min-width:48px!important;display:grid!important;visibility:visible!important;opacity:1!important}
  .menu-button span{display:block!important}
  .hero{padding-top:104px!important}
  .hero-grid{width:calc(100% - 28px)!important;display:block!important}
  .hero-copy{width:100%!important;max-width:none!important}
  .hero h1{font-size:clamp(50px,14.2vw,70px)!important;line-height:.94!important}
  .hero-lead{max-width:100%!important}
  .real-stage{width:100%!important;min-height:430px!important;margin:24px 0 0!important;overflow:hidden!important;transform:none!important}
  .stage-ring{display:none}
  .hero-pos{width:255px!important;left:-18px!important;top:126px!important}
  .hero-kiosk{width:142px!important;right:-8px!important;top:14px!important}
  .hero-tablet{width:180px!important;right:0!important;bottom:24px!important}
  .hero-device figcaption{padding:7px 9px!important;bottom:-8px!important}.hero-device figcaption span{display:none!important}
  .status-online{right:28px!important;top:112px!important}.status-sync{left:60px!important;bottom:16px!important}
  .hero-status{padding:8px 10px!important}.hero-status b{font-size:8px!important}.hero-status small{font-size:6px!important}
  .commercial-grid{grid-template-columns:1fr!important}
  .product-card{min-height:340px!important;padding:26px!important}.product-copy h3{font-size:31px!important}.product-copy p{font-size:14px!important}
  .corporate-showcase{grid-template-columns:1fr!important}
  .operations-map{padding:30px 20px!important;min-height:0!important}
  .map-row{grid-template-columns:1fr!important}.map-connector{height:38px!important;margin:0 35%!important}.map-card{padding:14px!important}
  .map-hub{width:100%!important}
  .guest-journey{padding:28px 22px!important;border-radius:28px!important}.journey-head{display:grid!important}.journey-head b{font-size:19px!important}
  .real-hardware-scene{grid-template-columns:1fr!important}.hardware-card{min-height:0!important}.hardware-image{height:300px!important}
}
@media(max-width:390px){
  .brand{width:155px!important}
  .hero h1{font-size:48px!important}
  .hero-pos{width:225px!important;left:-24px!important;top:132px!important}
  .hero-kiosk{width:126px!important;right:-16px!important}
  .hero-tablet{width:160px!important;right:-8px!important}
  .status-online{right:10px!important}.status-sync{left:42px!important}
}


/* ===== v1.4 VISUAL CLEANUP: original fonts + clean real-device presentation ===== */

/* Restore original typography feel */
body{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;
}
.hero h1,.section-head h2,.intro h2,.experience-copy h2,.closing h2{
  font-family:inherit!important;
  font-weight:900!important;
  letter-spacing:-.06em!important;
}
.desktop-nav a,.btn,.product-card,.business-tab,.footer{
  font-family:inherit!important;
}

/* Hero device cards: no destructive background removal, no broken pixels */
.real-stage{
  min-height:720px!important;
}
.hero-device{
  overflow:hidden;
  border-radius:32px;
  box-shadow:0 34px 70px rgba(15,0,38,.28);
  border:1px solid rgba(255,255,255,.13);
  backdrop-filter:none!important;
}
.hero-device img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.device-panel-dark{
  background:#050506;
}
.device-panel-light{
  background:#fff;
}
.hero-pos{
  width:410px!important;
  height:410px!important;
  left:10px!important;
  top:165px!important;
  transform:rotate(-4deg)!important;
}
.hero-kiosk{
  width:230px!important;
  height:330px!important;
  right:15px!important;
  top:46px!important;
  transform:rotate(4deg)!important;
}
.hero-tablet{
  width:300px!important;
  height:300px!important;
  right:62px!important;
  bottom:52px!important;
  transform:rotate(-3deg)!important;
}
.hero-device figcaption{display:none!important}

/* Make the floating information cards feel more premium */
.hero-status{
  border-radius:20px!important;
  padding:12px 15px!important;
  box-shadow:0 18px 42px rgba(14,0,36,.20)!important;
}
.status-online{right:192px!important;top:126px!important}
.status-sync{left:190px!important;bottom:50px!important}

/* Hardware cards: clean imagery and consistent presentation */
.real-hardware-scene{
  gap:18px!important;
}
.hardware-card{
  background:rgba(255,255,255,.075)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
}
.hardware-image{
  background:
    radial-gradient(circle at 50% 46%,rgba(255,212,0,.12),transparent 46%),
    rgba(255,255,255,.025)!important;
  overflow:hidden;
}
.hardware-image img{
  width:100%;
  height:100%;
  object-fit:contain!important;
}
.hardware-card:first-child .hardware-image{
  background:#060607!important;
}
.photo-hardware .hardware-image img{
  object-fit:cover!important;
}

/* Mobile: hamburger always visible and hero cards stay inside viewport */
@media(max-width:980px){
  .desktop-nav{display:none!important}
  .header-actions .lang-button,
  .header-actions .btn-small{display:none!important}
  .menu-button{
    display:grid!important;
    visibility:visible!important;
    opacity:1!important;
    flex:0 0 48px!important;
  }
}
@media(max-width:760px){
  html,body{overflow-x:hidden!important}
  .site-header{width:100%!important;overflow:visible!important}
  .header-inner{
    width:calc(100% - 24px)!important;
    height:82px!important;
    padding:0!important;
    overflow:visible!important;
  }
  .brand{
    width:160px!important;
    max-width:calc(100% - 62px)!important;
  }
  .header-actions{
    display:flex!important;
    margin-left:auto!important;
    flex:0 0 auto!important;
  }
  .menu-button{
    display:grid!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    position:relative!important;
    inset:auto!important;
    overflow:visible!important;
  }

  .hero{
    padding-top:108px!important;
  }
  .hero-grid{
    width:calc(100% - 26px)!important;
    margin-inline:auto!important;
  }
  .hero-copy{
    width:100%!important;
  }
  .hero h1{
    font-size:clamp(49px,14vw,68px)!important;
    line-height:.94!important;
  }
  .hero-lead{
    font-size:17px!important;
    line-height:1.55!important;
  }

  .real-stage{
    width:100%!important;
    min-height:500px!important;
    margin-top:18px!important;
    overflow:hidden!important;
    transform:none!important;
  }
  .stage-ring{display:none!important}
  .hero-pos{
    width:250px!important;
    height:250px!important;
    left:-10px!important;
    top:150px!important;
  }
  .hero-kiosk{
    width:145px!important;
    height:210px!important;
    right:-2px!important;
    top:18px!important;
  }
  .hero-tablet{
    width:190px!important;
    height:190px!important;
    right:4px!important;
    bottom:25px!important;
  }
  .status-online{
    right:18px!important;
    top:115px!important;
  }
  .status-sync{
    left:52px!important;
    bottom:18px!important;
  }
  .hero-status{
    max-width:180px!important;
    padding:8px 10px!important;
  }
  .hero-status small{font-size:6px!important}
  .hero-status b{font-size:8px!important}
}
@media(max-width:390px){
  .brand{width:148px!important}
  .hero h1{font-size:46px!important}
  .real-stage{min-height:450px!important}
  .hero-pos{width:225px!important;height:225px!important;left:-18px!important;top:142px!important}
  .hero-kiosk{width:128px!important;height:188px!important;right:-7px!important}
  .hero-tablet{width:170px!important;height:170px!important;right:-4px!important}
  .status-online{right:8px!important}
  .status-sync{left:35px!important}
}

/* Prevent old cutout styling from affecting these assets */
.hero-device img,
.hardware-image img{
  filter:none!important;
  mix-blend-mode:normal!important;
  mask:none!important;
  clip-path:none!important;
}
