
:root{
  --black:#020907;
  --obsidian:#050b09;
  --deep:#06150e;
  --deep-2:#092014;
  --green-900:#062114;
  --green-800:#0a2f1c;
  --green-700:#0d4a2a;
  --green-600:#11733f;
  --emerald:#19b36b;
  --emerald-soft:#56d995;
  --gold:#d6a43a;
  --gold-2:#f2c86b;
  --gold-soft:#ffe2a6;
  --ivory:#fff8e9;
  --muted:#aebdaf;
  --muted-2:#7f9484;
  --line:rgba(214,164,58,.26);
  --line-green:rgba(49,211,128,.16);
  --panel:rgba(7,29,18,.72);
  --panel-2:rgba(9,42,25,.64);
  --panel-solid:#071c12;
  --shadow:0 28px 90px rgba(0,0,0,.48);
  --shadow-gold:0 16px 54px rgba(214,164,58,.18);
  --radius-xl:34px;
  --radius-lg:24px;
  --radius-md:16px;
  --container:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Cairo','Tajawal',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  direction:rtl;
  color:var(--ivory);
  background:
    radial-gradient(circle at 78% -8%, rgba(35,211,120,.22), transparent 34rem),
    radial-gradient(circle at 18% 4%, rgba(214,164,58,.12), transparent 32rem),
    linear-gradient(180deg,#03100a 0%, #020907 42%, #04130c 100%);
  overflow-x:hidden;
}
body::before{
  content:""; position:fixed; inset:0; z-index:-3;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 88%);
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(var(--container), calc(100% - 40px)); margin-inline:auto}
.section{position:relative; padding:96px 0}
.section.compact{padding:64px 0}
.site-bg{position:fixed; inset:0; pointer-events:none; z-index:-2; overflow:hidden}
.site-bg::before,.site-bg::after{content:""; position:absolute; border-radius:999px; filter:blur(64px); opacity:.52}
.site-bg::before{width:520px;height:520px;right:-180px;top:170px;background:rgba(35,190,105,.22)}
.site-bg::after{width:460px;height:460px;left:-160px;top:620px;background:rgba(214,164,58,.12)}

.site-header{position:sticky; top:0; z-index:50; padding:16px 0; transition:.35s ease; background:linear-gradient(180deg,rgba(2,12,8,.92),rgba(2,12,8,.58)); backdrop-filter:blur(18px); border-bottom:1px solid rgba(214,164,58,.14)}
.site-header.is-scrolled{padding:9px 0; box-shadow:0 18px 50px rgba(0,0,0,.32); border-color:rgba(214,164,58,.25)}
.nav-shell{display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:18px}
.brand{display:inline-flex; align-items:center; gap:12px; min-width:max-content}
.brand-logo{width:68px;height:68px; object-fit:contain; filter:drop-shadow(0 10px 22px rgba(11,159,83,.28)) drop-shadow(0 0 8px rgba(214,164,58,.12))}
.brand-text{display:flex;flex-direction:column;line-height:1.1}
.brand-text strong{font-weight:900;font-size:1.35rem;letter-spacing:-.04em}
.brand-text small{color:var(--muted);font-size:.76rem;margin-top:5px}
.main-nav{display:flex;align-items:center;justify-content:center;gap:6px}
.main-nav a{position:relative;padding:11px 13px;border-radius:999px;color:#dfe8de;font-size:.92rem;font-weight:700;transition:.25s ease;white-space:nowrap}
.main-nav a:hover,.main-nav a.is-active{color:var(--gold-soft);background:rgba(214,164,58,.08)}
.main-nav a::after{content:"";position:absolute;right:14px;left:14px;bottom:7px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);transform:scaleX(0);transition:.25s ease}
.main-nav a:hover::after,.main-nav a.is-active::after{transform:scaleX(1)}
.nav-toggle{display:none;background:rgba(255,255,255,.04);border:1px solid var(--line);border-radius:14px;padding:10px;gap:4px;flex-direction:column}
.nav-toggle span{width:22px;height:2px;background:var(--ivory);border-radius:9px;display:block}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 24px;border-radius:16px;border:1px solid transparent;font-weight:900;letter-spacing:-.02em;transition:transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;cursor:pointer;white-space:nowrap}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,#f3d07b 0%,#d6a43a 43%,#9f6f16 100%);color:#120b02;box-shadow:var(--shadow-gold), inset 0 1px 0 rgba(255,255,255,.44)}
.btn-primary:hover{box-shadow:0 22px 72px rgba(214,164,58,.28)}
.btn-green{background:linear-gradient(135deg,#30d27f,#0f7e47); color:#eafff1; box-shadow:0 20px 60px rgba(25,179,107,.22)}
.btn-ghost{border-color:rgba(255,226,166,.32);background:rgba(255,255,255,.035);color:var(--ivory);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.btn-ghost:hover{border-color:rgba(214,164,58,.58);background:rgba(214,164,58,.09)}
.btn-small{min-height:42px;padding:0 16px;border-radius:12px;font-size:.86rem}
.btn-wide{width:100%}

.hero{padding-top:70px; overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:
  radial-gradient(circle at 18% 44%, rgba(214,164,58,.14), transparent 22rem),
  radial-gradient(circle at 62% 38%, rgba(25,179,107,.18), transparent 30rem); pointer-events:none}
.hero-grid{position:relative;display:grid;grid-template-columns:.86fr 1.14fr;gap:54px;align-items:center}
.eyebrows{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}
.chip{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(214,164,58,.27);background:rgba(9,42,25,.55);padding:8px 13px;border-radius:999px;color:#e8f8e9;font-size:.86rem;font-weight:800}
.chip-dot{width:8px;height:8px;border-radius:99px;background:var(--gold);box-shadow:0 0 16px var(--gold)}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(2.75rem,6.2vw,6.4rem);line-height:.98;letter-spacing:-.075em;margin-bottom:24px;text-wrap:balance}
h1 .gold,h2 .gold{color:var(--gold-soft)}
.hero-lead{font-size:clamp(1.08rem,2vw,1.55rem);line-height:2;color:#e8efe5;max-width:720px;margin-bottom:32px;font-weight:600}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}
.hero-assurance{display:flex;flex-wrap:wrap;gap:12px;color:#b9c9b9;font-size:.9rem}
.hero-assurance span{padding:8px 13px;border-right:2px solid var(--gold);background:rgba(255,255,255,.025);border-radius:10px}
.hero-visual{position:relative;min-height:640px;display:grid;place-items:center}
.command-stage{position:relative;width:100%;min-height:610px;perspective:1400px}
.logo-orbit{position:absolute;right:4%;top:6%;width:235px;height:235px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,rgba(12,76,42,.94),rgba(3,18,11,.78) 62%,transparent 64%);border:1px solid rgba(214,164,58,.36);box-shadow:0 0 0 11px rgba(214,164,58,.035),0 0 70px rgba(30,217,128,.20),inset 0 0 42px rgba(214,164,58,.13);z-index:3}
.logo-orbit::before,.logo-orbit::after{content:"";position:absolute;inset:-22px;border-radius:50%;border:1px solid rgba(214,164,58,.16);animation:spin 18s linear infinite}
.logo-orbit::after{inset:-42px;border-color:rgba(35,211,120,.10);animation-duration:28s;animation-direction:reverse}
.logo-orbit img{width:82%;height:82%;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(0,0,0,.55))}
@keyframes spin{to{transform:rotate(360deg)}}
.product-cluster{position:absolute;inset:0}
.device{background:linear-gradient(180deg,rgba(14,47,28,.94),rgba(2,14,8,.96));border:1px solid rgba(214,164,58,.28);box-shadow:var(--shadow), inset 0 1px 0 rgba(255,255,255,.06);overflow:hidden}
.window-bar{height:34px;display:flex;align-items:center;gap:6px;padding:0 13px;border-bottom:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,rgba(255,255,255,.06),transparent)}
.window-bar span{width:8px;height:8px;border-radius:99px;background:rgba(255,248,233,.35)}
.desktop-main{position:absolute;left:2%;top:20%;width:72%;height:405px;border-radius:26px;transform:rotateY(-7deg) rotateX(2deg);z-index:2}
.dashboard-ui{height:calc(100% - 34px);display:grid;grid-template-columns:168px 1fr;min-height:0}
.dash-sidebar{border-left:1px solid rgba(255,255,255,.08);padding:18px;background:rgba(0,0,0,.18)}
.dash-sidebar img{width:58px;height:58px;object-fit:contain;margin-bottom:14px}.dash-sidebar b{display:block;margin-bottom:18px;color:var(--gold-soft)}
.dash-sidebar i{display:block;height:11px;border-radius:99px;background:linear-gradient(90deg,rgba(214,164,58,.36),rgba(25,179,107,.14));margin:13px 0}
.dash-main{padding:20px;display:grid;grid-template-rows:auto auto 1fr auto;gap:15px;background:radial-gradient(circle at 70% 10%,rgba(25,179,107,.12),transparent 260px)}
.dash-title{display:flex;justify-content:space-between;align-items:center}.dash-title h4{margin:0;font-size:1.12rem}.dash-title small{color:var(--muted)}
.kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.kpi{padding:13px;border-radius:16px;border:1px solid rgba(214,164,58,.18);background:rgba(255,255,255,.035)}.kpi small{display:block;color:var(--muted);font-size:.72rem}.kpi b{display:block;margin-top:5px;color:var(--gold-soft);font-size:1rem}
.chart-table{display:grid;grid-template-columns:1fr .78fr;gap:14px;min-height:0}.bar-chart{display:flex;align-items:end;gap:8px;padding:16px;border-radius:18px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.06)}.bar-chart span{flex:1;border-radius:8px 8px 2px 2px;background:linear-gradient(180deg,var(--gold-2),var(--emerald));box-shadow:0 0 18px rgba(25,179,107,.18)}
.ledger{padding:14px;border-radius:18px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.06)}.ledger span{display:block;height:12px;border-radius:99px;background:linear-gradient(90deg,rgba(255,248,233,.65),rgba(25,179,107,.18));margin-bottom:12px}.ledger span:nth-child(even){width:76%}.ledger span:nth-child(odd){width:94%}
.screen-footer{display:grid;grid-template-columns:1fr 1fr;gap:10px}.screen-footer span{height:36px;border-radius:14px;background:rgba(214,164,58,.09);border:1px solid rgba(214,164,58,.17)}
.mini-window{position:absolute;border-radius:22px;z-index:4}.cashier-window{right:0;bottom:18%;width:39%;height:218px;transform:rotateY(-12deg);background:linear-gradient(180deg,rgba(44,16,45,.88),rgba(5,20,14,.96))}.bank-window{left:10%;bottom:4%;width:46%;height:220px;background:linear-gradient(180deg,rgba(8,37,24,.92),rgba(4,14,10,.98));transform:rotateY(-6deg)}
.mini-ui{padding:16px}.mini-ui h4{margin:0 0 12px;font-size:.98rem;color:var(--gold-soft)}.pos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.pos-grid span{height:42px;border-radius:12px;background:linear-gradient(145deg,rgba(35,211,120,.12),rgba(214,164,58,.08));border:1px solid rgba(255,255,255,.08)}.pos-total{margin-top:12px;padding:12px;border-radius:14px;background:rgba(0,0,0,.22);color:var(--gold-soft);font-weight:900}
.bank-table{display:grid;grid-template-columns:1fr auto auto;gap:8px;font-size:.68rem}.bank-table span,.bank-table b,.bank-table em{padding:8px;border-radius:9px;background:rgba(255,255,255,.04);font-style:normal}.bank-table b{color:var(--emerald-soft)}.bank-table em{color:var(--gold-soft)}
.companion-phone{position:absolute;right:13%;bottom:2%;width:178px;height:360px;border-radius:34px;padding:10px;background:#010806;border:1px solid rgba(214,164,58,.36);z-index:5;box-shadow:0 28px 90px rgba(0,0,0,.55);transform:rotateZ(-4deg)}
.phone-screen{height:100%;border-radius:26px;background:linear-gradient(180deg,#082716,#03120b);border:1px solid rgba(255,255,255,.06);padding:16px;overflow:hidden}.phone-notch{position:absolute;top:10px;right:50%;transform:translateX(50%);width:58px;height:10px;border-radius:0 0 10px 10px;background:#000;z-index:2}.phone-head{display:flex;align-items:center;gap:8px;margin-top:8px}.phone-head img{width:30px;height:30px;object-fit:contain}.phone-head b{font-size:.9rem;color:#fff}.offline{display:inline-flex;margin:13px 0;padding:5px 9px;border-radius:99px;background:rgba(25,179,107,.12);border:1px solid rgba(25,179,107,.3);font-size:.66rem;color:var(--emerald-soft)}.phone-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.phone-grid span{height:43px;border-radius:12px;background:rgba(255,255,255,.05);border:1px solid rgba(214,164,58,.13);font-size:.69rem;display:grid;place-items:center}.shift-total{margin-top:12px;padding:11px;border-radius:14px;background:rgba(214,164,58,.10);color:var(--gold-soft);font-weight:900;text-align:center}
.hero-meta{position:absolute;bottom:16px;right:0;left:0;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;z-index:1}.meta-card{border:1px solid rgba(214,164,58,.2);border-radius:18px;padding:14px;background:rgba(8,31,20,.72);backdrop-filter:blur(14px)}.meta-card b{display:block;color:var(--gold-soft);font-size:.9rem}.meta-card small{color:var(--muted);font-size:.72rem}
.value-strip{position:relative;margin-top:34px;display:grid;grid-template-columns:repeat(5,1fr);gap:1px;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:rgba(4,20,13,.78);box-shadow:var(--shadow)}.value-strip article{padding:22px 18px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01));min-height:106px}.value-strip b{display:block;margin-bottom:6px;color:#fff}.value-strip small{color:var(--muted);line-height:1.7}.icon-line{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:12px;background:rgba(214,164,58,.10);color:var(--gold-soft);border:1px solid rgba(214,164,58,.22);margin-bottom:10px}

.section-head{max-width:820px;text-align:center;margin-bottom:42px}.section-head.wide{max-width:1000px}.section-kicker{display:inline-flex;color:var(--gold-soft);font-weight:900;letter-spacing:.01em;margin-bottom:13px}.section-head h2,.split-copy h2,.craft-copy h2,.demo-card h2,.final-card h2{font-size:clamp(2rem,3.9vw,4.2rem);line-height:1.18;letter-spacing:-.055em;margin-bottom:16px}.section-head p,.split-copy p,.craft-copy p,.demo-card p{color:var(--muted);font-size:1.05rem;line-height:2;max-width:780px;margin-inline:auto}
.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.problem-card{position:relative;padding:24px;border-radius:24px;background:linear-gradient(180deg,rgba(11,52,31,.74),rgba(4,17,11,.86));border:1px solid rgba(214,164,58,.18);min-height:178px;overflow:hidden}.problem-card::after{content:"";position:absolute;inset:auto -40px -55px auto;width:130px;height:130px;border-radius:50%;background:rgba(214,164,58,.08);filter:blur(6px)}.problem-card span{display:inline-flex;color:var(--gold-soft);font-weight:900;margin-bottom:20px}.problem-card h3{font-size:1.1rem;margin-bottom:10px}.problem-card p{color:var(--muted);line-height:1.8;font-size:.92rem;margin:0}

.system-section{background:linear-gradient(180deg,rgba(214,164,58,.035),transparent)}.system-grid,.companion-grid,.cashier-grid,.recon-grid,.craft-grid,.demo-card{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.feature-list{list-style:none;padding:0;margin:26px 0;display:grid;gap:12px}.feature-list.two-col{grid-template-columns:repeat(2, minmax(0,1fr))}.feature-list li{position:relative;padding:13px 42px 13px 14px;border-radius:14px;background:rgba(255,255,255,.035);border:1px solid rgba(214,164,58,.14);color:#edf8ed;line-height:1.65}.feature-list li::before{content:"✓";position:absolute;right:13px;top:13px;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:rgba(25,179,107,.13);color:var(--gold-soft);border:1px solid rgba(214,164,58,.25);font-size:.78rem;font-weight:900}.system-copy .lead,.companion-copy .lead{font-size:1.1rem;color:#e4efe2;line-height:2}.mockup-frame{border-radius:30px;border:1px solid rgba(214,164,58,.26);background:linear-gradient(180deg,rgba(12,53,31,.82),rgba(3,16,10,.92));padding:16px;box-shadow:var(--shadow)}.wide-dashboard{height:440px;border-radius:22px;overflow:hidden;background:#06180f}.wide-dashboard .dashboard-ui{height:100%;grid-template-columns:170px 1fr}.mockup-caption{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:var(--muted);font-size:.9rem}.mockup-caption b{color:var(--gold-soft)}
.companion-note{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:rgba(214,164,58,.11);border:1px solid rgba(214,164,58,.28);color:var(--gold-soft);font-weight:900;margin-bottom:18px}.phone-large{width:300px;height:610px;border-radius:48px;background:#020806;border:1px solid rgba(214,164,58,.38);box-shadow:var(--shadow);padding:13px;position:relative;margin-inline:auto}.phone-large .phone-screen{border-radius:37px;padding:22px}.phone-large .phone-head img{width:46px;height:46px}.field-total{padding:20px;border-radius:22px;margin:22px 0;background:linear-gradient(135deg,rgba(214,164,58,.16),rgba(25,179,107,.10));border:1px solid rgba(214,164,58,.18);text-align:center}.field-total small,.field-total em{display:block;color:var(--muted);font-style:normal}.field-total strong{display:block;font-size:2rem;color:var(--gold-soft);letter-spacing:-.04em}.phone-large .phone-grid span{height:66px;font-size:.82rem}.app-status{margin-top:18px;padding:14px;border-radius:18px;border:1px solid rgba(25,179,107,.22);background:rgba(25,179,107,.07);color:#d7ffe6;text-align:center;font-weight:800}
.cashier-grid{grid-template-columns:1.05fr .95fr}.pos-mockup{border-radius:30px;border:1px solid rgba(214,164,58,.25);background:linear-gradient(135deg,rgba(14,56,34,.78),rgba(24,10,28,.72));padding:18px;box-shadow:var(--shadow)}.pos-window{height:390px;border-radius:22px;background:#06140e;border:1px solid rgba(255,255,255,.08);padding:16px;display:grid;grid-template-columns:1fr 260px;gap:16px}.pos-products{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pos-products span{border-radius:16px;background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(25,179,107,.05));border:1px solid rgba(214,164,58,.16);display:grid;place-items:center;color:#eaffee;font-weight:800}.pos-ticket{border-radius:18px;background:rgba(0,0,0,.23);border:1px solid rgba(214,164,58,.18);padding:18px}.pos-ticket h4{margin:0 0 18px;color:var(--gold-soft)}.pos-ticket strong{display:block;font-size:1.45rem;color:var(--gold-soft);margin-bottom:20px}.pos-payments{display:grid;gap:9px}.pos-payments span{padding:10px;border-radius:12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07)}.boxed-list{grid-template-columns:1fr;margin:0}.boxed-list li{background:linear-gradient(90deg,rgba(214,164,58,.10),rgba(25,179,107,.04))}
.recon-section{background:linear-gradient(180deg,transparent,rgba(12,40,25,.35),transparent)}.statement-window{border-radius:30px;border:1px solid rgba(214,164,58,.26);background:linear-gradient(180deg,rgba(240,238,226,.96),rgba(218,224,207,.94));color:#152015;padding:18px;box-shadow:var(--shadow);direction:rtl}.statement-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 10px}.statement-head b{font-size:1.15rem}.statement-head span{color:#49624e}.statement-grid{display:grid;grid-template-columns:1.1fr .75fr .75fr;gap:9px}.statement-grid span,.statement-grid b,.statement-grid em{padding:12px;border-radius:12px;background:#fff;font-style:normal}.statement-grid b{text-align:center}.match{color:#0b7d44}.warn{color:#a76f00}.danger{color:#b32929}.statement-chart{margin-top:15px;display:grid;gap:10px;padding:14px;background:#fff;border-radius:16px}.statement-chart span{height:18px;border-radius:999px;background:linear-gradient(90deg,#0f7f48,#d6a43a)}
.flow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.flow-card{padding:28px;border-radius:28px;background:linear-gradient(180deg,rgba(13,53,32,.7),rgba(4,17,11,.84));border:1px solid rgba(214,164,58,.2);box-shadow:0 18px 56px rgba(0,0,0,.22)}.flow-card h3{font-size:1.35rem;margin-bottom:20px;color:var(--gold-soft)}.flow-steps{display:grid;gap:13px}.flow-steps span{position:relative;padding:13px 42px 13px 13px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07)}.flow-steps span::before{content:"→";position:absolute;right:13px;color:var(--gold-soft);font-weight:900}
.mockup-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mock-card{border-radius:24px;border:1px solid rgba(214,164,58,.18);background:linear-gradient(180deg,rgba(10,42,26,.72),rgba(3,15,10,.86));padding:18px;min-height:226px;box-shadow:0 14px 44px rgba(0,0,0,.18)}.mock-visual{height:110px;border-radius:18px;border:1px solid rgba(214,164,58,.16);background:radial-gradient(circle at 75% 20%,rgba(214,164,58,.18),transparent 60%),rgba(255,255,255,.035);margin-bottom:15px;overflow:hidden;padding:12px}.mock-card h3{font-size:1rem;margin-bottom:8px;color:#fff}.mock-card p{color:var(--muted);line-height:1.7;margin:0;font-size:.9rem}.mini-dashboard-preview,.mini-table-preview,.mini-phone-preview,.mini-pos-preview{height:100%;display:grid;gap:8px}.mini-dashboard-preview{grid-template-columns:1fr 1fr 1fr;align-items:end}.mini-dashboard-preview span{border-radius:8px;background:linear-gradient(180deg,var(--gold),var(--emerald))}.mini-dashboard-preview span:nth-child(1){height:54%}.mini-dashboard-preview span:nth-child(2){height:86%}.mini-dashboard-preview span:nth-child(3){height:67%}.mini-table-preview span{height:14px;border-radius:999px;background:rgba(255,248,233,.58)}.mini-phone-preview{grid-template-columns:repeat(2,1fr)}.mini-phone-preview img{width:58px;grid-column:1/-1;margin:auto}.mini-phone-preview span{border-radius:10px;background:rgba(25,179,107,.15);border:1px solid rgba(214,164,58,.14)}.mini-pos-preview{grid-template-columns:repeat(3,1fr)}.mini-pos-preview span{border-radius:12px;background:rgba(214,164,58,.12);border:1px solid rgba(255,255,255,.06)}
.craft-grid{grid-template-columns:1.05fr .95fr}.craft-points{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:25px}.craft-points span{padding:16px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(214,164,58,.17);color:#eef8ec;font-weight:800}.trust-panel{min-height:430px;border-radius:32px;border:1px solid rgba(214,164,58,.28);background:radial-gradient(circle at 50% 30%,rgba(214,164,58,.14),transparent 45%),linear-gradient(180deg,rgba(8,47,27,.86),rgba(3,15,10,.9));display:grid;place-items:center;padding:36px;text-align:center;box-shadow:var(--shadow)}.trust-panel img{width:260px;max-height:260px;object-fit:contain;filter:drop-shadow(0 22px 46px rgba(0,0,0,.55))}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;margin-top:24px}.stats-grid strong{display:block;padding:16px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(214,164,58,.16)}.stats-grid b{display:block;color:var(--gold-soft);font-size:1.55rem}.stats-grid small{color:var(--muted);font-size:.78rem}
.demo-card{border-radius:36px;border:1px solid rgba(214,164,58,.30);background:linear-gradient(135deg,rgba(8,44,26,.90),rgba(3,14,10,.94));padding:42px;box-shadow:var(--shadow);overflow:hidden;position:relative}.demo-card::after{content:"";position:absolute;left:-90px;bottom:-120px;width:310px;height:310px;border-radius:50%;background:rgba(214,164,58,.10);filter:blur(24px)}.demo-form{position:relative;display:grid;gap:12px}.demo-form label{display:grid;gap:7px;color:#dce9dc;font-weight:800}.demo-form input,.demo-form select{width:100%;min-height:54px;border-radius:14px;border:1px solid rgba(214,164,58,.22);background:rgba(255,255,255,.06);color:var(--ivory);padding:0 15px;outline:none}.demo-form select option{background:#092014;color:#fff}.demo-message{display:none;padding:12px;border-radius:14px;background:rgba(25,179,107,.12);border:1px solid rgba(25,179,107,.28);color:#d6ffe5}.demo-message.is-visible{display:block}
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.faq-item{border-radius:18px;border:1px solid rgba(214,164,58,.18);background:rgba(8,34,21,.72);overflow:hidden}.faq-item button{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:right;padding:18px 20px;background:transparent;border:0;color:var(--ivory);font-weight:900;cursor:pointer}.faq-item button::after{content:"+";font-size:1.3rem;color:var(--gold-soft)}.faq-item.is-open button::after{content:"–"}.faq-item div{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.faq-item.is-open div{grid-template-rows:1fr}.faq-item p{overflow:hidden;margin:0;padding:0 20px;color:var(--muted);line-height:1.9}.faq-item.is-open p{padding-bottom:18px}
.final-card{text-align:center;border-radius:38px;border:1px solid rgba(214,164,58,.34);background:radial-gradient(circle at 50% 0,rgba(214,164,58,.18),transparent 38%),linear-gradient(180deg,rgba(10,55,32,.9),rgba(3,12,9,.95));padding:56px 24px;box-shadow:var(--shadow)}.final-card img{width:155px;margin:0 auto 18px}.final-card h2{max-width:900px;margin-inline:auto}.site-footer{padding:38px 0;border-top:1px solid rgba(214,164,58,.18);background:rgba(1,8,5,.82)}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:58px}.footer-brand p,.copyright{color:var(--muted);margin:0}.footer-links{display:flex;gap:16px;flex-wrap:wrap}.footer-links a{color:#d8e8d8;font-weight:800}.copyright{grid-column:1/-1;font-size:.86rem}

.reveal{opacity:1;transform:none;transition:opacity .7s ease, transform .7s ease}.reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}.delay-3{transition-delay:.32s}

@media (max-width:1100px){
  :root{--container:960px}.main-nav{position:fixed;top:86px;right:20px;left:20px;display:none;flex-direction:column;background:rgba(3,17,10,.96);border:1px solid var(--line);border-radius:22px;padding:12px;box-shadow:var(--shadow)}.main-nav.is-open{display:flex}.nav-toggle{display:flex}.nav-shell{grid-template-columns:auto 1fr auto}.nav-shell>.btn{display:none}.hero-grid,.system-grid,.companion-grid,.cashier-grid,.recon-grid,.craft-grid,.demo-card{grid-template-columns:1fr}.hero-grid{gap:20px}.hero-visual{min-height:600px}.desktop-main{width:78%;left:0}.logo-orbit{right:2%;width:190px;height:190px}.value-strip{grid-template-columns:repeat(2,1fr)}.problem-grid{grid-template-columns:repeat(2,1fr)}.mockup-grid{grid-template-columns:repeat(2,1fr)}.flow-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}
@media (max-width:720px){
  .container{width:min(100% - 28px,var(--container))}.section{padding:70px 0}.brand-logo{width:52px;height:52px}.brand-text small{display:none}.brand-text strong{font-size:1.1rem}.hero{padding-top:42px}h1{font-size:clamp(2.45rem,13vw,3.8rem)}.hero-lead{font-size:1rem}.hero-actions .btn,.btn{width:100%}.hero-visual{min-height:540px;overflow:hidden}.desktop-main{width:96%;height:330px;top:23%;left:-10%;transform:none}.dashboard-ui{grid-template-columns:95px 1fr}.dash-sidebar{padding:11px}.dash-sidebar img{width:40px;height:40px}.kpi-row{grid-template-columns:repeat(2,1fr)}.chart-table{grid-template-columns:1fr}.ledger{display:none}.logo-orbit{width:140px;height:140px;right:8%;top:0}.companion-phone{width:138px;height:284px;right:56%;bottom:20px;transform:rotateZ(3deg)}.cashier-window,.bank-window{display:none}.hero-meta{grid-template-columns:repeat(2,1fr);bottom:0}.value-strip{grid-template-columns:1fr}.problem-grid{grid-template-columns:1fr}.feature-list.two-col{grid-template-columns:1fr}.pos-window{grid-template-columns:1fr;height:auto}.pos-products{grid-template-columns:repeat(2,1fr)}.pos-products span{height:66px}.statement-grid{grid-template-columns:1fr}.mockup-grid{grid-template-columns:1fr}.craft-points,.stats-grid,.faq-grid,.phone-large{width:min(100%,300px)}.footer-brand{align-items:flex-start}.section-head h2,.split-copy h2,.craft-copy h2,.demo-card h2,.final-card h2{font-size:2rem}.demo-card{padding:26px}.final-card{padding:38px 20px}}
/* Refinements v2: spacing, typography, and mockup fixes */
.section{padding:82px 0}
.section.compact{padding:56px 0}
.hero{padding-top:56px}
.hero-grid{grid-template-columns:1fr 1fr;gap:36px}
.hero-copy{max-width:640px}
h1{font-size:clamp(2.45rem,4.8vw,5.2rem);line-height:1.02;letter-spacing:-.06em}
.hero-lead{font-size:clamp(1rem,1.45vw,1.22rem);line-height:1.85;max-width:52ch;margin-bottom:26px}
.hero-visual{min-height:560px}
.command-stage{min-height:535px}
.logo-orbit{top:2%;right:6%;width:210px;height:210px}
.desktop-main{top:14%;width:70%;height:385px}
.cashier-window{bottom:20%;width:37%;height:208px}
.bank-window{left:8%;bottom:8%;width:44%;height:212px}
.hero-meta{bottom:8px}
.value-strip{margin-top:26px}
.section-head{margin-bottom:34px}
.section-head h2,.split-copy h2,.craft-copy h2,.demo-card h2,.final-card h2{font-size:clamp(1.75rem,2.75vw,3.15rem);line-height:1.24;letter-spacing:-.04em}
.section-head p,.split-copy p,.craft-copy p,.demo-card p{font-size:1rem;line-height:1.85}
.system-grid,.companion-grid,.cashier-grid,.recon-grid,.craft-grid,.demo-card{gap:36px}
.system-copy .lead,.companion-copy .lead{font-size:1.04rem;line-height:1.9}
.pos-window{grid-template-columns:minmax(0,1fr) 240px;height:360px;overflow:hidden;align-items:stretch}
.pos-products{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:12px;min-height:0;align-content:stretch}
.pos-products span{min-width:0;min-height:0;height:auto;padding:14px 10px;text-align:center;overflow:hidden}
.pos-ticket{display:grid;grid-template-rows:auto auto auto 1fr;align-content:start}
.statement-window{border-radius:30px;border:1px solid rgba(214,164,58,.24);background:linear-gradient(180deg,rgba(10,44,27,.96),rgba(3,17,11,.98));color:var(--ivory);padding:18px;box-shadow:var(--shadow);direction:rtl}
.statement-head span{color:var(--muted)}
.statement-grid span,.statement-grid b,.statement-grid em{padding:12px;border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));border:1px solid rgba(214,164,58,.12);font-style:normal;color:var(--ivory)}
.statement-grid b{text-align:center}
.match{color:var(--emerald-soft)}
.warn{color:var(--gold-2)}
.danger{color:#ff8f8f}
.statement-chart{margin-top:15px;display:grid;gap:10px;padding:14px;background:rgba(255,255,255,.05);border:1px solid rgba(214,164,58,.14);border-radius:16px}
.statement-chart span{height:18px;border-radius:999px;background:linear-gradient(90deg,var(--emerald),var(--gold))}

@media (max-width:1100px){
  .hero-visual{min-height:520px}
  .command-stage{min-height:510px}
  .hero-grid{gap:24px}
  .desktop-main{top:15%;width:80%;height:360px}
  .logo-orbit{width:180px;height:180px}
}

@media (max-width:720px){
  .section{padding:60px 0}
  .hero{padding-top:38px}
  h1{font-size:clamp(2rem,10.2vw,3.15rem);line-height:1.08}
  .section-head h2,.split-copy h2,.craft-copy h2,.demo-card h2,.final-card h2{font-size:clamp(1.65rem,7vw,2.35rem);line-height:1.3}
  .hero-lead{font-size:.98rem}
  .hero-visual{min-height:480px}
  .command-stage{min-height:470px}
  .desktop-main{width:96%;height:300px;top:18%;left:-4%}
  .logo-orbit{width:124px;height:124px;top:2%;right:10%}
  .companion-phone{width:126px;height:258px;right:58%;bottom:24px}
  .hero-meta{gap:8px}
  .meta-card{padding:12px}
  .meta-card b{font-size:.85rem}
  .meta-card small{font-size:.7rem}
  .pos-window{grid-template-columns:1fr;height:auto;min-height:0}
  .pos-products{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}
  .pos-products span{min-height:82px}
  .statement-window{padding:16px}
}

/* Refinements v13: exact hero composition clearer */
.hero-visual,
.command-stage,
.hero-visual .product-cluster{
  overflow: visible;
}
.hero-visual .product-cluster{
  position: absolute;
  inset: 0;
}
.hero-visual .hero-meta,
.hero-visual .cashier-window{
  display: none !important;
}
.hero-visual .device{
  box-shadow: 0 32px 86px rgba(0,0,0,.52), inset 0 1px 0 rgba(255,255,255,.04);
}
.hero-visual .logo-orbit{
  border: 1px solid rgba(214,164,58,.28);
  background: radial-gradient(circle, rgba(10,44,28,.96), rgba(2,15,10,.82) 64%, transparent 66%);
  box-shadow: 0 0 0 1px rgba(255,248,233,.05), 0 0 0 12px rgba(214,164,58,.035), 0 0 70px rgba(35,211,120,.14), inset 0 0 36px rgba(214,164,58,.11);
}
.hero-visual .logo-orbit::before,
.hero-visual .logo-orbit::after{
  opacity: .7;
}
.hero-visual .hero-desktop{
  border-radius: 34px;
  border: 1px solid rgba(214,164,58,.16);
  background: linear-gradient(180deg, rgba(8,22,15,.96), rgba(2,10,7,.99));
  transform: none;
  overflow: hidden;
}
.hero-desktop-shell{
  height: 100%;
  padding: 18px 18px 16px;
  background:
    radial-gradient(circle at 85% 8%, rgba(214,164,58,.08), transparent 18rem),
    radial-gradient(circle at 16% 76%, rgba(25,179,107,.08), transparent 16rem),
    linear-gradient(180deg, rgba(9,27,18,.98), rgba(4,12,9,.98));
}
.hero-desktop-topbar{
  position: relative;
  padding: 0 54px 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  text-align: center;
}
.hero-desktop-topbar h4{
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
  font-weight: 900;
  color: #f3ddb0;
  letter-spacing: -.02em;
  text-shadow: 0 0 16px rgba(214,164,58,.10);
}
.hero-dots{
  position: absolute;
  top: 4px;
  right: 0;
  display: flex;
  gap: 6px;
}
.hero-dots span{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(214,164,58,.85);
  box-shadow: 0 0 12px rgba(214,164,58,.35);
}
.hero-topbar-spacer{display:block;width:40px;height:1px;opacity:0}
.hero-dashboard-ui{
  height: calc(100% - 44px);
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 150px;
  gap: 14px;
  direction: ltr;
}
.hero-main-area,
.hero-side-panel,
.hero-bank-card,
.hero-phone-head,
.hero-phone-head div,
.hero-ops-panel,
.hero-chart-panel,
.hero-side-menu,
.hero-side-footer,
.hero-kpi,
.hero-bank-row,
.hero-ops-list li{
  direction: rtl;
}
.hero-main-area{
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  min-width: 0;
}
.hero-kpi-row{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.hero-kpi{
  min-height: 86px;
  padding: 14px 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  text-align: center;
}
.hero-kpi small{
  display: block;
  color: #d4dfd3;
  font-size: .76rem;
  margin-bottom: 7px;
}
.hero-kpi b{
  display: block;
  color: #f4f6ef;
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: -.03em;
}
.hero-kpi em{
  display: block;
  margin-top: 4px;
  color: #c0ccbf;
  font-size: .72rem;
  font-style: normal;
}
.hero-panels{
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 14px;
  min-height: 0;
  direction: ltr;
}
.hero-ops-panel,
.hero-chart-panel{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(5,19,12,.90), rgba(4,13,10,.92));
  padding: 18px;
}
.hero-ops-panel h5,
.hero-chart-panel h5{
  margin: 0 0 16px;
  color: #f4ddb2;
  font-size: 1.12rem;
  font-weight: 900;
  text-align: center;
}
.hero-ops-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.hero-ops-list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.hero-ops-list li:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}
.hero-ops-list b{
  color: #edf6ea;
  font-size: .92rem;
  font-weight: 800;
}
.hero-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.06);
  font-size: .68rem;
  font-weight: 900;
}
.hero-badge.success{background: rgba(53,173,110,.18); color: #d8ffe5}
.hero-badge.warning{background: rgba(214,164,58,.18); color: #ffe2a6}
.hero-badge.review{background: rgba(255,255,255,.08); color: #e6efe4}
.hero-badge.linked{background: rgba(25,179,107,.10); color: #d0ffe1}
.hero-chart-panel{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-bars{
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 176px;
  padding: 10px 8px 4px;
}
.hero-bars span{
  flex: 1;
  min-width: 14px;
  border-radius: 18px 18px 4px 4px;
  background: linear-gradient(180deg, #dffae3 0%, #9ae8b6 26%, #59c984 60%, #d8ae58 100%);
  box-shadow: 0 0 18px rgba(95,219,144,.14);
}
.hero-side-panel{
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, rgba(12,37,24,.94), rgba(6,18,12,.96));
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hero-side-panel img{
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.44));
}
.hero-side-panel > b{
  font-size: 1.08rem;
  color: #fff;
}
.hero-side-menu{
  width: 100%;
  display: grid;
  gap: 8px;
  margin-top: 8px;
}
.hero-side-menu span{
  display: block;
  width: 100%;
  text-align: center;
  padding: 11px 10px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.05);
  color: #dbe6d7;
  font-size: .76rem;
  font-weight: 800;
}
.hero-side-menu .is-active{
  background: linear-gradient(135deg, rgba(214,164,58,.26), rgba(214,164,58,.10));
  border-color: rgba(214,164,58,.22);
  color: #f3ddb0;
}
.hero-side-footer{
  width: 100%;
  margin-top: auto;
  display: grid;
  gap: 8px;
}
.hero-side-footer small{
  display: block;
  color: #b8c5b2;
  text-align: center;
  font-size: .68rem;
}
.hero-shift-pill{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(25,179,107,.24);
  background: linear-gradient(135deg, rgba(12,99,54,.95), rgba(7,37,23,.96));
  color: #d9ffe7;
}
.hero-shift-pill span{
  font-size: .72rem;
  font-weight: 900;
}
.hero-shift-pill strong{
  color: #f3ddb0;
  font-size: 1rem;
  letter-spacing: -.02em;
}
.hero-visual .hero-bank-window{
  border-radius: 30px;
  border: 1px solid rgba(214,164,58,.22);
  background: linear-gradient(180deg, rgba(8,22,15,.98), rgba(1,8,6,.99));
  overflow: hidden;
  transform: none;
}
.hero-bank-card{
  height: 100%;
  padding: 24px 24px 18px;
  background:
    radial-gradient(circle at 85% 0%, rgba(214,164,58,.10), transparent 10rem),
    linear-gradient(180deg, rgba(6,18,12,.99), rgba(2,10,7,.99));
}
.hero-bank-card h4{
  margin: 0 0 16px;
  font-size: 1.7rem;
  line-height: 1.1;
  font-weight: 900;
  color: #fff6dd;
  letter-spacing: -.02em;
  text-shadow: 0 4px 16px rgba(0,0,0,.32);
}
.hero-bank-rows{
  border-top: 1px solid rgba(255,255,255,.10);
}
.hero-bank-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.hero-bank-row:last-child{border-bottom:0}
.hero-bank-row span{
  color: #edf4ea;
  font-size: 1rem;
  font-weight: 800;
}
.hero-bank-row b{
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -.02em;
}
.hero-bank-row .is-match{color:#f7e39d}
.hero-bank-row .is-gap{color:#e5b24f}
.hero-bank-row .is-review{color:#e3efe4}
.hero-visual .hero-companion{
  background: linear-gradient(180deg, rgba(5,18,12,.99), rgba(2,9,7,1));
  border: 1px solid rgba(214,164,58,.22);
  border-radius: 36px;
  box-shadow: 0 26px 70px rgba(0,0,0,.52);
  transform: none;
}
.hero-companion .phone-notch{
  width: 72px;
  height: 12px;
  top: 10px;
  border-radius: 0 0 12px 12px;
  background: #000;
}
.hero-companion .phone-screen{
  border-radius: 28px;
  padding: 18px 16px;
  background: linear-gradient(180deg, #082717, #03120b);
  display: flex;
  flex-direction: column;
}
.hero-phone-head{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 18px;
}
.hero-phone-head img{
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.hero-phone-head b{
  display: block;
  color: #fff;
  font-size: 1rem;
}
.hero-phone-head small{
  display: block;
  margin-top: 2px;
  color: #bbc9bb;
  font-size: .72rem;
}
.hero-phone-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}
.hero-phone-grid span{
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(214,164,58,.14);
  color: #f3f8f1;
  font-size: .78rem;
  font-weight: 800;
}
.hero-phone-offline{
  margin-top: 12px;
  padding: 12px 10px;
  border-radius: 999px;
  text-align: center;
  background: linear-gradient(135deg, rgba(11,96,53,.95), rgba(5,30,19,.98));
  border: 1px solid rgba(25,179,107,.24);
  color: #d9ffe6;
  font-size: .8rem;
  font-weight: 900;
}
@media (min-width: 981px){
  .hero-grid{
    grid-template-columns: .9fr 1.1fr;
    gap: 46px;
    align-items: center;
  }
  .hero-visual{min-height: 730px}
  .command-stage{min-height: 705px}
  .hero-visual .hero-desktop{
    left: 12%;
    top: 24%;
    width: 78%;
    height: 448px;
    z-index: 4;
  }
  .hero-visual .hero-bank-window{
    left: 1%;
    top: 14%;
    width: 42%;
    height: 246px;
    z-index: 8;
  }
  .hero-visual .logo-orbit{
    top: 3%;
    right: 12%;
    width: 188px;
    height: 188px;
    z-index: 10;
  }
  .hero-visual .hero-companion{
    right: 10%;
    bottom: 4%;
    width: 186px;
    height: 338px;
    z-index: 9;
  }
}
@media (min-width: 721px) and (max-width: 980px){
  .hero-grid{grid-template-columns: 1fr; gap: 24px}
  .hero-visual{min-height: 670px}
  .command-stage{min-height: 640px}
  .hero-visual .hero-desktop{
    left: 8%;
    top: 24%;
    width: 82%;
    height: 408px;
    z-index: 4;
  }
  .hero-dashboard-ui{grid-template-columns: minmax(0,1fr) 132px}
  .hero-panels{grid-template-columns: 180px 1fr}
  .hero-visual .hero-bank-window{
    left: 3%;
    top: 15%;
    width: 42%;
    height: 226px;
    z-index: 8;
  }
  .hero-bank-card{padding: 22px 20px 16px}
  .hero-bank-card h4{font-size: 1.45rem}
  .hero-bank-row span,.hero-bank-row b{font-size: .92rem}
  .hero-visual .logo-orbit{
    top: 4%;
    right: 13%;
    width: 164px;
    height: 164px;
    z-index: 10;
  }
  .hero-visual .hero-companion{
    right: 10%;
    bottom: 4%;
    width: 170px;
    height: 312px;
    z-index: 9;
  }
}
@media (max-width: 720px){
  .hero-visual{min-height: 540px}
  .command-stage{min-height: 510px}
  .hero-visual .hero-desktop{
    left: 0;
    top: 18%;
    width: 94%;
    height: 308px;
    z-index: 4;
  }
  .hero-desktop-shell{padding: 12px}
  .hero-desktop-topbar{padding: 0 34px 10px}
  .hero-desktop-topbar h4{font-size: .78rem}
  .hero-dashboard-ui{
    grid-template-columns: minmax(0,1fr) 98px;
    gap: 10px;
    margin-top: 10px;
  }
  .hero-kpi-row{gap: 8px}
  .hero-kpi{
    min-height: 66px;
    padding: 10px 6px;
  }
  .hero-kpi small,.hero-kpi em{font-size: .62rem}
  .hero-kpi b{font-size: .9rem}
  .hero-panels{grid-template-columns: 1fr; gap: 10px}
  .hero-ops-panel,.hero-chart-panel{padding: 12px}
  .hero-ops-panel h5,.hero-chart-panel h5{font-size: .95rem; margin-bottom: 10px}
  .hero-bars{height: 96px; gap: 8px}
  .hero-side-panel{padding: 12px 8px}
  .hero-side-panel img{width: 42px; height: 42px}
  .hero-side-panel > b{font-size: .82rem}
  .hero-side-menu span{padding: 8px 6px; font-size: .64rem}
  .hero-side-footer{display: none}
  .hero-visual .hero-bank-window{display:none !important}
  .hero-visual .logo-orbit{
    top: 2%;
    right: 8%;
    width: 126px;
    height: 126px;
    z-index: 10;
  }
  .hero-visual .hero-companion{
    right: 56%;
    bottom: 3%;
    width: 138px;
    height: 262px;
    z-index: 9;
  }
  .hero-phone-head{margin: 10px 0 14px}
  .hero-phone-head img{width: 28px; height: 28px}
  .hero-phone-head b{font-size: .84rem}
  .hero-phone-head small{font-size: .64rem}
  .hero-phone-grid span{height: 38px; font-size: .68rem}
  .hero-phone-offline{padding: 10px 8px; font-size: .7rem}
}

/* Safety v14: prevent blank page if JavaScript does not run */
.reveal{opacity:1 !important; transform:none !important;}

/* Refinements v14: anti blank fallback */
.reveal{opacity:1!important;transform:none!important}
.site-header,.hero,.hero-copy,.hero-visual,.section{visibility:visible!important}

/* Refinements v15: hero composition fix */
.hero-copy{position:relative;z-index:2}
.hero-visual{position:relative;z-index:1}
.hero-visual .command-stage{
  max-width: 720px;
  min-height: 700px;
  margin-inline: auto;
}
.hero-visual .hero-desktop{
  left: 9%;
  top: 27%;
  width: 80%;
  height: 438px;
  z-index: 4;
}
.hero-dashboard-ui{
  grid-template-columns: minmax(0,1fr) 136px;
  gap: 12px;
}
.hero-panels{
  grid-template-columns: 188px 1fr;
  gap: 12px;
}
.hero-ops-panel,
.hero-chart-panel{
  padding: 16px;
}
.hero-ops-panel h5,
.hero-chart-panel h5{
  margin-bottom: 12px;
  font-size: 1rem;
}
.hero-ops-list li{gap:8px}
.hero-ops-list b{font-size:.86rem}
.hero-bars{
  height: 148px;
  gap: 10px;
}
.hero-kpi{
  min-height: 82px;
  padding: 12px 8px 10px;
}
.hero-kpi small{font-size:.72rem}
.hero-kpi b{font-size:1.04rem}
.hero-kpi em{font-size:.68rem}
.hero-side-panel{
  padding: 16px 12px;
}
.hero-side-panel img{width:62px;height:62px}
.hero-side-panel > b{font-size:1rem}
.hero-side-menu span{padding:10px 8px;font-size:.72rem}
.hero-visual .hero-bank-window{
  left: 3%;
  top: 18%;
  width: 37%;
  height: 228px;
  z-index: 8;
}
.hero-bank-card{
  padding: 22px 20px 16px;
}
.hero-bank-card h4{
  font-size: 1.55rem;
  margin-bottom: 14px;
}
.hero-bank-row{
  gap: 12px;
  padding: 12px 0;
}
.hero-bank-row span,
.hero-bank-row b{
  font-size: .96rem;
}
.hero-visual .logo-orbit{
  top: 3%;
  right: 12%;
  width: 176px;
  height: 176px;
  z-index: 10;
}
.hero-visual .hero-companion{
  right: 8%;
  bottom: 2%;
  width: 176px;
  height: 324px;
  z-index: 9;
}
.hero-companion .phone-screen{padding:16px 14px}
.hero-phone-head{margin: 12px 0 16px}
.hero-phone-grid span{height:46px}
@media (min-width: 981px){
  .hero-grid{
    grid-template-columns: .88fr 1.12fr;
    gap: 40px;
  }
  .hero-visual{min-height:700px}
  .command-stage{min-height:680px}
}
@media (min-width: 721px) and (max-width: 980px){
  .hero-visual .command-stage{
    max-width: 680px;
    min-height: 620px;
  }
  .hero-visual .hero-desktop{
    left: 10%;
    top: 28%;
    width: 78%;
    height: 396px;
  }
  .hero-dashboard-ui{grid-template-columns:minmax(0,1fr) 122px}
  .hero-panels{grid-template-columns:170px 1fr}
  .hero-visual .hero-bank-window{
    left: 4%;
    top: 16%;
    width: 38%;
    height: 210px;
  }
  .hero-bank-card h4{font-size:1.38rem}
  .hero-bank-row span,.hero-bank-row b{font-size:.9rem}
  .hero-visual .logo-orbit{right: 14%; width: 154px; height: 154px}
  .hero-visual .hero-companion{right: 9%; width: 164px; height: 300px; bottom: 3%}
}
@media (max-width: 720px){
  .hero-visual .command-stage{
    max-width: 100%;
    min-height: 510px;
  }
}

/* v16 attached header visual */
.reference-hero{
  position:relative;
  width:min(720px,100%);
  min-height:730px;
  margin-inline:auto;
  perspective:1300px;
}
.reference-seal{
  position:absolute;
  top:-10px;
  right:12%;
  width:170px;
  height:170px;
  border-radius:50%;
  z-index:6;
  display:grid;
  place-items:center;
  background:radial-gradient(circle,rgba(255,247,220,.16),rgba(216,173,89,.07) 45%,rgba(13,32,22,.52) 71%);
  border:1px solid rgba(255,231,177,.20);
  box-shadow:0 28px 70px rgba(0,0,0,.34);
}
.reference-seal img{
  width:142px;
  height:142px;
  object-fit:contain;
  filter:drop-shadow(0 18px 18px rgba(0,0,0,.28));
}
.reference-orbit{
  position:absolute;
  inset:70px 30px auto auto;
  width:520px;
  height:520px;
  border:1px solid rgba(216,173,89,.15);
  border-radius:50%;
  background:radial-gradient(circle,rgba(216,173,89,.10),transparent 62%);
  animation:referenceOrbitPulse 5s ease-in-out infinite;
}
.reference-orbit::before,
.reference-orbit::after{
  content:"";
  position:absolute;
  inset:70px;
  border:1px dashed rgba(255,231,177,.13);
  border-radius:50%;
}
.reference-orbit::after{inset:150px}
.reference-orbit span{
  position:absolute;
  color:#ffe2a3;
  font-size:.76rem;
  font-weight:700;
  padding:7px 10px;
  border:1px solid rgba(255,231,177,.16);
  border-radius:999px;
  background:rgba(5,15,10,.58);
  backdrop-filter:blur(10px);
}
.reference-orbit span:nth-child(1){top:42px;left:58px}
.reference-orbit span:nth-child(2){top:260px;left:6px}
.reference-orbit span:nth-child(3){bottom:58px;right:80px}
.reference-orbit span:nth-child(4){top:118px;right:26px}
@keyframes referenceOrbitPulse{50%{transform:scale(1.02);opacity:.82}}

.reference-glass{
  border:1px solid rgba(255,231,177,.16);
  background:linear-gradient(145deg,rgba(11,31,20,.84),rgba(6,15,10,.82));
  backdrop-filter:blur(20px);
  box-shadow:0 34px 90px rgba(0,0,0,.36);
  position:relative;
  overflow:hidden;
}
.reference-glass::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,rgba(255,255,255,.10),transparent 28%,transparent 68%,rgba(216,173,89,.08));
  pointer-events:none;
}
.reference-console{
  position:absolute;
  top:120px;
  left:0;
  width:min(740px,100%);
  border-radius:34px;
  padding:14px;
  transform:rotateX(8deg) rotateY(10deg) rotateZ(-2deg);
  z-index:4;
}
.ref-console-header{
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 14px;
  border-bottom:1px solid rgba(255,231,177,.12);
  color:#ffe6ad;
}
.ref-console-header strong{font-size:.94rem;font-weight:800}
.ref-console-header em{
  margin-inline-start:auto;
  font-size:.78rem;
  color:var(--muted);
  font-style:normal;
}
.ref-dots{display:flex;gap:6px;direction:ltr}
.ref-dots i{width:9px;height:9px;border-radius:50%;background:var(--gold)}
.ref-console-body{
  display:grid;
  grid-template-columns:168px 1fr;
  gap:14px;
  padding-top:14px;
}
.ref-console-side{
  border:1px solid rgba(255,231,177,.12);
  border-radius:24px;
  background:rgba(255,255,255,.035);
  padding:15px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.ref-console-side img{width:76px;height:76px;object-fit:contain}
.ref-console-side b{font-size:1.05rem;font-weight:900;color:#fff1cb}
.ref-console-side span{
  border-radius:14px;
  padding:9px 10px;
  font-size:.78rem;
  color:#d6c69d;
  background:rgba(255,255,255,.03);
}
.ref-console-side .is-active{
  color:#fff2c6;
  background:rgba(216,173,89,.14);
  border:1px solid rgba(216,173,89,.22);
}
.ref-console-content{display:flex;flex-direction:column;gap:14px}
.ref-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.ref-metrics div{
  border:1px solid rgba(255,231,177,.13);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  padding:14px;
}
.ref-metrics small{display:block;color:#bfb28d;font-size:.74rem}
.ref-metrics b{display:block;font-size:1.55rem;color:#fff;line-height:1.1;margin:3px 0;font-weight:800}
.ref-metrics span{font-size:.72rem;color:var(--muted)}
.ref-split{display:grid;grid-template-columns:1.1fr .9fr;gap:12px}
.ref-chart,.ref-tasks{
  border:1px solid rgba(255,231,177,.12);
  border-radius:22px;
  background:rgba(0,0,0,.20);
  padding:16px;
}
.ref-chart p,.ref-tasks p{font-weight:800;color:#ffe3a1;margin:0 0 16px}
.ref-bars{height:140px;display:flex;align-items:flex-end;gap:9px;direction:ltr}
.ref-bars i{flex:1;min-height:26px;border-radius:999px 999px 4px 4px;background:linear-gradient(180deg,#baf4c8 0%,#22a660 48%,#d8ad59 100%);box-shadow:0 12px 28px rgba(37,164,97,.18)}
.ref-bars i:nth-child(1){height:42%}
.ref-bars i:nth-child(2){height:68%}
.ref-bars i:nth-child(3){height:55%}
.ref-bars i:nth-child(4){height:86%}
.ref-bars i:nth-child(5){height:62%}
.ref-bars i:nth-child(6){height:76%}
.ref-bars i:nth-child(7){height:59%}
.ref-bars i:nth-child(8){height:91%}
.ref-tasks{display:flex;flex-direction:column}
.ref-tasks div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid rgba(255,231,177,.08);font-size:.78rem}
.ref-tasks div:last-child{border-bottom:0}
.ref-pill{display:inline-flex;align-items:center;justify-content:center;min-width:60px;padding:6px 9px;border-radius:999px;font-size:.68rem;font-weight:800;border:1px solid transparent;white-space:nowrap}
.ref-pill.ok{color:#9ff2bd;background:rgba(72,212,137,.12);border-color:rgba(72,212,137,.24)}
.ref-pill.warn{color:#ffd39b;background:rgba(240,118,74,.14);border-color:rgba(240,118,74,.22)}
.ref-pill.wait{color:#ffe3a1;background:rgba(216,173,89,.13);border-color:rgba(216,173,89,.24)}
.reference-float{
  position:absolute;
  z-index:7;
  border:1px solid rgba(255,231,177,.16);
  border-radius:26px;
  background:rgba(7,20,13,.84);
  backdrop-filter:blur(18px);
  box-shadow:0 24px 65px rgba(0,0,0,.33);
  padding:18px;
}
.reference-cashier{right:10px;bottom:88px;width:230px}
.reference-bank{left:18px;top:68px;width:235px}
.reference-float strong{display:block;color:#fff2c7;margin-bottom:12px;font-size:1.45rem;font-weight:900;line-height:1.25}
.ref-tile-total{font-size:1.55rem;font-weight:900;color:#fff;margin:14px 0 10px}
.ref-tile-total small{font-size:.75rem;color:var(--muted)}
.ref-key-line{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}
.ref-key-line i{height:30px;border-radius:11px;background:rgba(216,173,89,.14);border:1px solid rgba(216,173,89,.16)}
.ref-match-line{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(255,231,177,.09);padding:9px 0;font-size:.78rem}
.ref-match-line:last-child{border-bottom:0}
.ref-match-line span{color:#dfd1aa}
.ref-match-line b{color:#ffe1a0}
.reference-phone{
  position:absolute;
  right:60px;
  bottom:12px;
  width:190px;
  z-index:8;
  border-radius:32px;
  padding:13px 13px 18px;
}
.ref-phone-speaker{width:84px;height:18px;border-radius:0 0 18px 18px;background:#020705;margin:0 auto 16px}
.ref-phone-brand{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.ref-phone-brand img{width:40px;height:40px;object-fit:contain}
.ref-phone-brand b{display:block;font-size:1.04rem;font-weight:900}
.ref-phone-brand small{display:block;color:var(--muted);font-size:.72rem}
.ref-phone-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.ref-phone-actions span{display:grid;place-items:center;min-height:42px;border:1px solid rgba(255,231,177,.13);border-radius:14px;background:rgba(255,255,255,.04);font-size:.75rem;font-weight:800}
.ref-offline-badge{margin-top:12px;padding:10px;border-radius:999px;text-align:center;background:rgba(72,212,137,.12);border:1px solid rgba(72,212,137,.24);color:#9ff2bd;font-size:.76rem;font-weight:800}

@media (max-width:1180px){
  .reference-hero{min-height:670px}
  .reference-seal{top:10px;right:8%;width:145px;height:145px}
  .reference-seal img{width:118px;height:118px}
  .reference-orbit{width:440px;height:440px;top:62px;right:30px}
  .reference-console{top:112px;transform:rotateX(6deg) rotateY(0deg) rotateZ(-1deg);width:100%}
  .ref-console-body{grid-template-columns:1fr}
  .ref-console-side{display:grid;grid-template-columns:70px 1fr 1fr;align-items:center}
  .ref-console-side span:nth-of-type(n+4){display:none}
  .ref-split{grid-template-columns:1fr}
  .reference-cashier{right:auto;left:0;bottom:44px}
  .reference-bank{top:30px;left:0;width:210px}
  .reference-phone{right:0;bottom:0}
}
@media (max-width:720px){
  .reference-hero{min-height:590px}
  .reference-seal{width:120px;height:120px;top:10px;right:6%}
  .reference-seal img{width:104px;height:104px}
  .reference-orbit{width:340px;height:340px;top:62px;right:50%;transform:translateX(50%)}
  .reference-console{padding:10px;border-radius:24px;top:112px}
  .ref-console-header{font-size:.78rem}
  .ref-console-header em{display:none}
  .ref-console-side{display:none}
  .ref-metrics{grid-template-columns:1fr}
  .ref-split{display:none}
  .reference-cashier{width:176px;padding:14px}
  .reference-bank{width:176px;padding:14px}
  .reference-phone{width:160px}
  .ref-tile-total{font-size:1.25rem}
}
@media (max-width:480px){
  .reference-hero{min-height:540px}
  .reference-orbit{width:300px;height:300px;top:70px}
  .reference-cashier,.reference-bank{display:none}
  .reference-console{left:0;width:100%;top:132px}
  .ref-console-header strong{font-size:.78rem}
  .ref-metrics b{font-size:1.2rem}
  .reference-phone{right:8px;bottom:2px;width:152px}
}

/* v17: real program screenshots, admin/security features, and demo email */
.capabilities-section{
  background:linear-gradient(180deg,rgba(214,164,58,.025),rgba(8,34,21,.22),transparent);
}
.capabilities-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.cap-card{
  position:relative;
  min-height:238px;
  padding:24px;
  border-radius:26px;
  border:1px solid rgba(214,164,58,.20);
  background:
    radial-gradient(circle at 88% 0%,rgba(214,164,58,.10),transparent 8rem),
    linear-gradient(180deg,rgba(11,48,29,.82),rgba(3,15,10,.94));
  box-shadow:0 18px 56px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.035);
  overflow:hidden;
}
.cap-card::after{
  content:"";
  position:absolute;
  left:-48px;
  bottom:-55px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(25,179,107,.10);
  filter:blur(5px);
}
.cap-card b{
  display:inline-flex;
  min-width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  background:rgba(214,164,58,.12);
  border:1px solid rgba(214,164,58,.20);
  color:var(--gold-soft);
  font-weight:900;
  margin-bottom:18px;
}
.cap-card h3{
  font-size:1.16rem;
  margin-bottom:10px;
  color:#fff8e9;
  line-height:1.45;
}
.cap-card p{
  margin:0;
  color:var(--muted);
  line-height:1.9;
  font-size:.93rem;
}

.real-screenshots{
  margin-top:38px;
}
.screenshots-head{
  display:grid;
  gap:10px;
  margin-bottom:22px;
  padding:26px;
  border-radius:28px;
  border:1px solid rgba(214,164,58,.22);
  background:linear-gradient(135deg,rgba(10,44,27,.84),rgba(3,15,10,.92));
  box-shadow:0 18px 56px rgba(0,0,0,.20);
}
.screenshots-head span{
  color:var(--gold-soft);
  font-weight:900;
}
.screenshots-head strong{
  font-size:1.55rem;
  color:#fff;
  line-height:1.45;
}
.screenshots-head p{
  color:var(--muted);
  line-height:1.9;
  max-width:900px;
  margin:0;
}
.screenshots-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.shot-card{
  margin:0;
  border-radius:26px;
  overflow:hidden;
  border:1px solid rgba(214,164,58,.20);
  background:linear-gradient(180deg,rgba(8,30,20,.85),rgba(3,14,10,.94));
  box-shadow:0 22px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.035);
}
.shot-card img{
  width:100%;
  height:260px;
  object-fit:cover;
  object-position:top center;
  background:#06150e;
  border-bottom:1px solid rgba(214,164,58,.16);
}
.shot-card.shot-wide:first-child img{
  object-position:center center;
}
.shot-card.shot-phone{
  grid-row:span 2;
}
.shot-card.shot-phone img{
  height:610px;
  object-fit:contain;
  padding:14px;
  background:linear-gradient(180deg,#121129,#0b1020);
}
.shot-card figcaption{
  padding:16px 18px 18px;
  color:#fff8e9;
  font-weight:900;
  line-height:1.55;
}
.demo-form .mail-fallback{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid rgba(214,164,58,.24);
  background:rgba(214,164,58,.08);
  color:var(--gold-soft);
  font-weight:900;
  text-align:center;
  line-height:1.6;
}
.demo-message{
  line-height:1.8;
}
@media (max-width:1100px){
  .capabilities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .screenshots-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shot-card.shot-phone{grid-row:auto}
  .shot-card.shot-phone img{height:520px}
}
@media (max-width:720px){
  .capabilities-grid,.screenshots-grid{grid-template-columns:1fr}
  .cap-card{min-height:auto}
  .screenshots-head{padding:22px}
  .screenshots-head strong{font-size:1.25rem}
  .shot-card img{height:230px}
  .shot-card.shot-phone img{height:480px}
}

/* v18 product gallery */
.gallery-intro{
  margin-top:22px;
  margin-bottom:20px;
}
.gallery-intro-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:22px 24px;
  border-radius:28px;
  border:1px solid rgba(214,164,58,.20);
  background:linear-gradient(135deg,rgba(10,44,27,.82),rgba(3,15,10,.92));
  box-shadow:0 18px 56px rgba(0,0,0,.18);
}
.gallery-intro-card strong{
  display:block;
  font-size:1.25rem;
  color:#fff7e6;
  margin-bottom:8px;
}
.gallery-intro-card p{
  margin:0;
  color:var(--muted);
  line-height:1.9;
}
.gallery-intro-hint{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  background:rgba(214,164,58,.10);
  border:1px solid rgba(214,164,58,.24);
  color:var(--gold-soft);
  font-weight:900;
}
.product-gallery-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.gallery-card{
  grid-column:span 4;
  margin:0;
  display:flex;
  flex-direction:column;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(214,164,58,.20);
  background:linear-gradient(180deg,rgba(8,30,20,.85),rgba(3,14,10,.94));
  box-shadow:0 24px 72px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.035);
}
.gallery-card.is-feature{grid-column:span 8;}
.gallery-card.card-wide{grid-column:span 6;}
.gallery-card.is-phone{grid-column:span 4;grid-row:span 2;}
.gallery-trigger{
  position:relative;
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:none;
  cursor:zoom-in;
  text-align:inherit;
}
.gallery-trigger::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:35%;
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.58));
  pointer-events:none;
}
.gallery-trigger img{
  display:block;
  width:100%;
  height:260px;
  object-fit:cover;
  object-position:top center;
  background:#07150f;
  border-bottom:1px solid rgba(214,164,58,.14);
  transition:transform .45s ease, filter .45s ease;
}
.gallery-card.is-feature .gallery-trigger img{
  height:390px;
}
.gallery-card.is-phone .gallery-trigger img{
  height:690px;
  object-fit:contain;
  padding:12px;
  background:linear-gradient(180deg,#161431,#0b1022);
}
.gallery-trigger:hover img,
.gallery-trigger:focus-visible img{
  transform:scale(1.025);
  filter:saturate(1.03);
}
.gallery-trigger:focus-visible{
  outline:2px solid rgba(214,164,58,.62);
  outline-offset:-2px;
}
.gallery-zoom{
  position:absolute;
  left:16px;
  bottom:16px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(5,15,10,.56);
  color:#fff6df;
  font-size:.76rem;
  font-weight:900;
  backdrop-filter:blur(12px);
}
.gallery-card figcaption{
  display:grid;
  gap:10px;
  padding:18px;
}
.gallery-tag{
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(214,164,58,.10);
  border:1px solid rgba(214,164,58,.18);
  color:var(--gold-soft);
  font-size:.72rem;
  font-weight:900;
}
.gallery-card figcaption strong{
  color:#fff9eb;
  font-size:1.08rem;
  line-height:1.45;
}
.gallery-card figcaption p{
  margin:0;
  color:var(--muted);
  line-height:1.85;
  font-size:.92rem;
}
.image-lightbox{
  position:fixed;
  inset:0;
  z-index:3000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  opacity:0;
  visibility:hidden;
  transition:opacity .28s ease, visibility .28s ease;
}
.image-lightbox.is-open{
  opacity:1;
  visibility:visible;
}
.lightbox-backdrop{
  position:absolute;
  inset:0;
  background:rgba(1,8,5,.84);
  backdrop-filter:blur(16px);
}
.lightbox-panel{
  position:relative;
  z-index:1;
  width:min(1180px,100%);
}
.lightbox-close{
  position:absolute;
  top:16px;
  left:16px;
  z-index:2;
  width:52px;
  height:52px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(6,18,12,.72);
  color:#fff8e6;
  font-size:2rem;
  line-height:1;
  cursor:pointer;
}
.lightbox-figure{
  margin:0;
  overflow:hidden;
  border-radius:32px;
  border:1px solid rgba(214,164,58,.20);
  background:linear-gradient(180deg,rgba(6,22,14,.96),rgba(3,12,9,.98));
  box-shadow:0 30px 120px rgba(0,0,0,.45);
}
.lightbox-figure img{
  display:block;
  width:100%;
  max-height:76vh;
  object-fit:contain;
  background:#05140d;
}
.lightbox-meta{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:20px 24px 24px;
}
.lightbox-meta-copy strong{
  display:block;
  color:#fff8e6;
  font-size:1.24rem;
  line-height:1.4;
}
.lightbox-meta-copy p{
  margin:8px 0 0;
  color:var(--muted);
  line-height:1.9;
}
.lightbox-tip{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(214,164,58,.08);
  border:1px solid rgba(214,164,58,.16);
  color:var(--gold-soft);
  font-size:.78rem;
  font-weight:900;
  white-space:nowrap;
}
body.is-lightbox-open{
  overflow:hidden;
}

@media (max-width:1180px){
  .product-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .gallery-card,
  .gallery-card.is-feature,
  .gallery-card.card-wide,
  .gallery-card.is-phone{grid-column:auto;grid-row:auto;}
  .gallery-card.is-feature .gallery-trigger img{height:320px;}
  .gallery-card.is-phone .gallery-trigger img{height:520px;}
}
@media (max-width:720px){
  .gallery-intro-card{flex-direction:column;align-items:flex-start;padding:20px;}
  .gallery-intro-hint{white-space:normal;text-align:center;width:100%;}
  .product-gallery-grid{grid-template-columns:1fr;}
  .gallery-card,
  .gallery-card.is-feature,
  .gallery-card.card-wide,
  .gallery-card.is-phone{grid-column:auto;grid-row:auto;}
  .gallery-trigger img{height:240px;}
  .gallery-card.is-feature .gallery-trigger img{height:250px;}
  .gallery-card.is-phone .gallery-trigger img{height:430px;}
  .lightbox-panel{width:min(100%,100%);}
  .lightbox-close{top:10px;left:10px;width:46px;height:46px;font-size:1.7rem;}
  .lightbox-meta{flex-direction:column;padding:18px 18px 22px;}
  .lightbox-tip{white-space:normal;}
}

/* v19 cashier equal and larger lightbox */
@media (min-width:980px){
  #cashier .cashier-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:28px !important;
    align-items:stretch !important;
  }
  #cashier .cashier-grid > .pos-mockup,
  #cashier .cashier-grid > .boxed-list{
    min-height:470px !important;
    height:auto !important;
    align-self:stretch !important;
  }
  #cashier .pos-mockup{
    display:flex !important;
    padding:18px !important;
  }
  #cashier .pos-window{
    flex:1 !important;
    width:100% !important;
    height:auto !important;
    min-height:100% !important;
    grid-template-columns:minmax(0,1fr) 230px !important;
    align-items:stretch !important;
    overflow:hidden !important;
  }
  #cashier .pos-products{
    height:100% !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    grid-template-rows:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  #cashier .pos-products span{
    height:100% !important;
    min-height:0 !important;
    font-size:1rem !important;
    padding:12px 8px !important;
  }
  #cashier .pos-ticket{
    height:100% !important;
    display:grid !important;
    grid-template-rows:auto auto auto 1fr !important;
    align-content:start !important;
  }
  #cashier .pos-payments{
    align-content:start !important;
  }
  #cashier .pos-payments span{
    min-height:52px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
  }
  #cashier .boxed-list{
    display:grid !important;
    gap:12px !important;
    padding:18px !important;
    align-content:stretch !important;
    margin:0 !important;
    box-sizing:border-box !important;
  }
  #cashier .boxed-list li{
    min-height:0 !important;
    height:auto !important;
    display:flex !important;
    align-items:center !important;
    border-radius:18px !important;
    padding:14px 48px 14px 18px !important;
    font-size:1rem !important;
  }
}

.image-lightbox{
  padding:18px !important;
}
.lightbox-panel{
  width:min(96vw,1600px) !important;
  max-height:96vh !important;
}
.lightbox-figure{
  display:flex !important;
  flex-direction:column !important;
  max-height:96vh !important;
}
.lightbox-figure img{
  width:100% !important;
  max-height:84vh !important;
  height:auto !important;
  object-fit:contain !important;
  background:#03110b !important;
}
.lightbox-meta{
  flex-wrap:wrap !important;
}
.lightbox-open-original{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(214,164,58,.24);
  background:rgba(214,164,58,.10);
  color:var(--gold-soft);
  font-size:.82rem;
  font-weight:900;
  white-space:nowrap;
}
@media (min-width:1280px){
  .lightbox-panel{
    width:min(98vw,1760px) !important;
  }
  .lightbox-figure img{
    max-height:86vh !important;
  }
}
@media (max-width:720px){
  #cashier .cashier-grid{
    gap:18px !important;
  }
  #cashier .cashier-grid > .pos-mockup,
  #cashier .cashier-grid > .boxed-list{
    min-height:auto !important;
  }
  .image-lightbox{
    padding:10px !important;
  }
  .lightbox-panel{
    width:100% !important;
  }
  .lightbox-figure img{
    max-height:74vh !important;
  }
  .lightbox-open-original{
    width:100%;
  }
}


/* v21 mobile compatibility patch */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
img, svg, video, canvas {
  max-width: 100%;
}
@media (max-width: 920px) {
  :root { --container: 100%; }
  body { overflow-x: hidden; }
  .container { width: min(100% - 28px, 100%); }
  .site-header { top: 0; padding: 8px 0; }
  .nav-shell { grid-template-columns: auto 1fr auto; gap: 10px; }
  .brand-logo { width: 50px; height: 50px; }
  .brand-text strong { font-size: 1.08rem; }
  .brand-text small { display: none; }
  .nav-toggle { display: flex !important; }
  .main-nav {
    position: fixed;
    top: 72px;
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 6px;
    padding: 12px;
    border-radius: 22px;
    border: 1px solid rgba(214,164,58,.24);
    background: rgba(3,17,10,.98);
    box-shadow: 0 24px 80px rgba(0,0,0,.42);
    z-index: 999;
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { width: 100%; text-align: center; padding: 13px 14px; }
  .nav-shell > .btn { display: none; }

  .section { padding: 68px 0; }
  .hero { padding-top: 44px; }
  .hero-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 24px;
    align-items: center;
  }
  .hero-copy {
    max-width: 100%;
    text-align: center;
    padding-top: 0;
    margin-inline: auto;
    order: 1;
  }
  .eyebrows { justify-content: center; gap: 8px; margin-bottom: 18px; }
  .chip { font-size: .78rem; padding: 8px 11px; white-space: normal; }
  h1 { font-size: clamp(2.1rem, 10.4vw, 3.35rem) !important; line-height: 1.12 !important; letter-spacing: -.045em !important; }
  .hero-lead { font-size: 1rem !important; line-height: 1.9 !important; max-width: 100%; margin-inline: auto; }
  .hero-actions { justify-content: center; gap: 10px; }
  .hero-actions .btn { width: 100%; max-width: 360px; }
  .hero-assurance { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .hero-assurance span { font-size: .78rem; padding: 8px; border-right: 0; border-top: 2px solid var(--gold); }

  .hero-visual {
    order: 2;
    min-height: 640px !important;
    width: 100%;
    overflow: visible !important;
  }
  .reference-hero {
    width: 100% !important;
    max-width: 660px !important;
    min-height: 620px !important;
    margin-inline: auto;
    overflow: visible;
  }
  .reference-seal {
    top: 0 !important;
    right: 50% !important;
    transform: translateX(50%);
    width: 136px !important;
    height: 136px !important;
  }
  .reference-seal img { width: 112px !important; height: 112px !important; }
  .reference-orbit {
    width: 390px !important;
    height: 390px !important;
    top: 46px !important;
    right: 50% !important;
    transform: translateX(50%) !important;
  }
  .reference-orbit span { display: none; }
  .reference-console {
    top: 132px !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    border-radius: 26px !important;
    padding: 11px !important;
  }
  .ref-console-header { padding: 11px 10px; gap: 8px; }
  .ref-console-header strong { font-size: .82rem; line-height: 1.6; }
  .ref-console-header em { display: none; }
  .ref-console-body { grid-template-columns: 1fr !important; gap: 10px; padding-top: 10px; }
  .ref-console-side { display: none !important; }
  .ref-metrics { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
  .ref-metrics div { padding: 10px 8px; border-radius: 16px; min-height: 76px; }
  .ref-metrics small { font-size: .62rem; }
  .ref-metrics b { font-size: .98rem; }
  .ref-metrics span { font-size: .62rem; }
  .ref-split { grid-template-columns: 1fr !important; gap: 10px; }
  .ref-tasks { display: none !important; }
  .ref-chart { padding: 13px; min-height: 180px; }
  .ref-chart p { font-size: .95rem; margin-bottom: 8px; }
  .ref-bars { height: 126px; gap: 7px; }
  .reference-cashier { display: none !important; }
  .reference-bank {
    top: 96px !important;
    left: 0 !important;
    right: auto !important;
    width: min(230px, 58vw) !important;
    padding: 14px !important;
    border-radius: 22px !important;
    z-index: 9;
  }
  .reference-bank strong { font-size: 1.12rem !important; margin-bottom: 8px; }
  .ref-match-line { font-size: .72rem; padding: 7px 0; gap: 8px; }
  .reference-phone {
    right: 0 !important;
    bottom: 0 !important;
    width: 160px !important;
    border-radius: 28px !important;
    padding: 11px 11px 14px !important;
    z-index: 10;
  }
  .ref-phone-speaker { width: 66px; height: 14px; margin-bottom: 12px; }
  .ref-phone-brand { gap: 8px; margin-bottom: 12px; }
  .ref-phone-brand img { width: 32px; height: 32px; }
  .ref-phone-brand b { font-size: .88rem; }
  .ref-phone-brand small { font-size: .62rem; }
  .ref-phone-actions { gap: 7px; }
  .ref-phone-actions span { min-height: 36px; font-size: .68rem; border-radius: 12px; }
  .ref-offline-badge { padding: 9px; font-size: .68rem; }

  .value-strip,
  .problem-grid,
  .system-grid,
  .companion-grid,
  .cashier-grid,
  .recon-grid,
  .flow-grid,
  .mockup-grid,
  .craft-grid,
  .demo-card,
  .faq-grid,
  .stats-grid,
  .craft-points {
    grid-template-columns: 1fr !important;
  }
  .value-strip article { min-height: auto; }
  .section-head { margin-bottom: 28px; }
  .section-head h2,
  .split-copy h2,
  .craft-copy h2,
  .demo-card h2,
  .final-card h2 { font-size: clamp(1.7rem, 7.4vw, 2.45rem) !important; line-height: 1.32 !important; }
  .feature-list.two-col { grid-template-columns: 1fr !important; }

  #cashier .cashier-grid { grid-template-columns: 1fr !important; gap: 18px !important; }
  #cashier .cashier-grid > .pos-mockup,
  #cashier .cashier-grid > .boxed-list { min-height: auto !important; height: auto !important; }
  #cashier .pos-window { grid-template-columns: 1fr !important; min-height: auto !important; height: auto !important; }
  #cashier .pos-products { grid-template-columns: repeat(2,minmax(0,1fr)) !important; grid-template-rows: auto !important; }
  #cashier .pos-products span { min-height: 78px !important; height: auto !important; font-size: .92rem !important; }
  #cashier .pos-ticket strong { font-size: 1.55rem !important; }
  #cashier .boxed-list { padding: 16px !important; gap: 10px !important; }
  #cashier .boxed-list li { min-height: 56px !important; font-size: .92rem !important; }

  .product-gallery-grid { grid-template-columns: 1fr !important; gap: 16px; }
  .gallery-card,
  .gallery-card.is-feature,
  .gallery-card.card-wide,
  .gallery-card.is-phone { grid-column: auto !important; grid-row: auto !important; }
  .gallery-trigger img,
  .gallery-card.is-feature .gallery-trigger img { height: 245px !important; }
  .gallery-card.is-phone .gallery-trigger img { height: 440px !important; object-fit: contain !important; }
  .gallery-card figcaption { padding: 16px; }
  .gallery-intro-card { flex-direction: column; align-items: stretch; padding: 20px; }
  .gallery-intro-hint { width: 100%; white-space: normal; text-align: center; }

  .demo-form { width: 100%; }
  .demo-card { padding: 26px 18px !important; }
  .footer-grid { grid-template-columns: 1fr !important; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-links { justify-content: center; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 22px, 100%); }
  .brand-logo { width: 46px; height: 46px; }
  .brand-text strong { font-size: 1rem; }
  .hero { padding-top: 34px; }
  h1 { font-size: clamp(1.95rem, 10.8vw, 2.75rem) !important; }
  .hero-lead { font-size: .94rem !important; }
  .eyebrows { display: grid; grid-template-columns: 1fr; }
  .chip { justify-content: center; }
  .hero-assurance { grid-template-columns: 1fr; }
  .hero-visual { min-height: 550px !important; }
  .reference-hero { min-height: 535px !important; }
  .reference-seal { width: 108px !important; height: 108px !important; top: 0 !important; }
  .reference-seal img { width: 92px !important; height: 92px !important; }
  .reference-orbit { width: 300px !important; height: 300px !important; top: 36px !important; }
  .reference-console { top: 118px !important; }
  .ref-metrics { grid-template-columns: 1fr !important; }
  .ref-metrics div { min-height: 62px; }
  .ref-chart { min-height: 148px; }
  .ref-bars { height: 96px; }
  .reference-bank { display: none !important; }
  .reference-phone { width: 146px !important; bottom: 2px !important; right: 6px !important; }
  .gallery-trigger img,
  .gallery-card.is-feature .gallery-trigger img { height: 210px !important; }
  .gallery-card.is-phone .gallery-trigger img { height: 390px !important; }
}

/* v21 stronger lightbox for mobile and desktop */
.image-lightbox.is-open { display: flex !important; }
.lightbox-panel { width: min(98vw, 1760px) !important; }
.lightbox-figure { max-height: 96vh !important; }
.lightbox-figure img { max-height: 86vh !important; object-fit: contain !important; }
@media (max-width: 720px) {
  .image-lightbox { padding: 8px !important; }
  .lightbox-panel { width: 100% !important; max-height: 100vh !important; }
  .lightbox-figure { border-radius: 20px !important; max-height: 96vh !important; }
  .lightbox-figure img { max-height: calc(100vh - 72px) !important; width: 100% !important; height: auto !important; }
  .lightbox-meta { display: none !important; }
  .lightbox-close { top: 10px !important; left: 10px !important; width: 46px !important; height: 46px !important; z-index: 5 !important; }
}


/* v23 mobile audit and responsive repair */
*,*::before,*::after{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
img,video,svg{max-width:100%;height:auto}

.image-lightbox{display:flex}
.image-lightbox:not(.is-open){pointer-events:none}
.image-lightbox.is-open{pointer-events:auto}
.lightbox-figure img{
  width:100%;
  max-height:82vh;
  object-fit:contain;
  touch-action:pinch-zoom;
}
.lightbox-open-original{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(214,164,58,.22);
  background:linear-gradient(135deg,rgba(214,164,58,.18),rgba(25,179,107,.10));
  color:var(--gold-soft);
  font-weight:900;
  white-space:nowrap;
}

@media (max-width: 860px){
  html{scroll-padding-top:86px}
  body{min-width:0;overflow-x:hidden}
  .container{width:min(100% - 28px,var(--container))!important;margin-inline:auto!important}
  .section{padding:64px 0!important}
  .section.compact{padding:48px 0!important}

  .site-header{
    top:0!important;
    padding:8px 0!important;
    position:sticky!important;
    background:linear-gradient(180deg,rgba(2,12,8,.96),rgba(2,12,8,.82))!important;
    border-bottom:1px solid rgba(214,164,58,.20)!important;
    backdrop-filter:blur(16px)!important;
  }
  .nav-shell{
    width:min(100% - 22px,var(--container))!important;
    grid-template-columns:auto 1fr auto!important;
    gap:10px!important;
    align-items:center!important;
  }
  .brand{min-width:0!important;max-width:calc(100vw - 96px)!important;gap:9px!important}
  .brand-logo{width:48px!important;height:48px!important;flex:0 0 48px!important}
  .brand-text strong{font-size:1rem!important;line-height:1.15!important}
  .brand-text small{display:none!important}
  .nav-toggle{display:flex!important;width:46px!important;height:46px!important;align-items:center!important;justify-content:center!important;padding:0!important}
  .nav-shell>.btn{display:none!important}
  .main-nav{
    display:none!important;
    position:fixed!important;
    top:68px!important;
    right:14px!important;
    left:14px!important;
    max-height:calc(100dvh - 82px)!important;
    overflow:auto!important;
    z-index:1200!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:6px!important;
    padding:12px!important;
    border-radius:22px!important;
    border:1px solid rgba(214,164,58,.25)!important;
    background:rgba(3,17,10,.98)!important;
    box-shadow:0 22px 80px rgba(0,0,0,.48)!important;
  }
  .main-nav.is-open{display:flex!important}
  .main-nav a{
    display:block!important;
    width:100%!important;
    padding:14px 16px!important;
    border-radius:15px!important;
    text-align:right!important;
    font-size:.96rem!important;
    background:rgba(255,255,255,.035)!important;
  }

  .hero{padding-top:44px!important;min-height:auto!important}
  .hero-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:26px!important;
    align-items:start!important;
  }
  .hero-copy{
    max-width:100%!important;
    text-align:center!important;
    padding-top:0!important;
  }
  .eyebrows{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-bottom:18px!important}
  .chip{width:100%!important;justify-content:center!important;white-space:normal!important;text-align:center!important;font-size:.82rem!important;line-height:1.6!important}
  h1{font-size:clamp(2rem,9.5vw,3.15rem)!important;line-height:1.17!important;letter-spacing:-.035em!important;margin-bottom:18px!important}
  .hero-lead{font-size:.98rem!important;line-height:1.9!important;max-width:100%!important;margin-bottom:24px!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;margin-bottom:20px!important}
  .hero-actions .btn,.btn{width:100%!important;min-height:50px!important}
  .hero-assurance{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;font-size:.78rem!important}
  .hero-assurance span{padding:10px 9px!important;text-align:center!important;border-right:0!important;border-top:2px solid var(--gold)!important}

  .hero-visual{min-height:auto!important;display:block!important;overflow:visible!important}
  .reference-hero{
    width:100%!important;
    min-height:auto!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:0!important;
    perspective:none!important;
  }
  .reference-orbit{display:none!important}
  .reference-seal{
    position:relative!important;
    inset:auto!important;
    width:116px!important;
    height:116px!important;
    margin:0 auto!important;
    order:1!important;
  }
  .reference-seal img{width:96px!important;height:96px!important}
  .reference-console{
    position:relative!important;
    inset:auto!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    transform:none!important;
    order:2!important;
    border-radius:24px!important;
    padding:10px!important;
  }
  .ref-console-header{
    flex-wrap:wrap!important;
    justify-content:center!important;
    text-align:center!important;
    gap:8px!important;
    padding:12px 10px!important;
  }
  .ref-console-header strong{font-size:.86rem!important;line-height:1.6!important;width:100%!important}
  .ref-console-header em{display:none!important}
  .ref-console-body{grid-template-columns:1fr!important;gap:12px!important}
  .ref-console-side{display:none!important}
  .ref-metrics{grid-template-columns:1fr!important;gap:10px!important}
  .ref-metrics div{padding:12px!important;border-radius:16px!important}
  .ref-metrics b{font-size:1.24rem!important}
  .ref-split{grid-template-columns:1fr!important;gap:12px!important}
  .ref-chart,.ref-tasks{padding:14px!important;border-radius:18px!important}
  .ref-bars{height:110px!important;gap:7px!important}
  .ref-tasks div{font-size:.78rem!important;gap:8px!important}
  .reference-bank,.reference-cashier{
    position:relative!important;
    inset:auto!important;
    top:auto!important;
    right:auto!important;
    left:auto!important;
    bottom:auto!important;
    width:100%!important;
    order:3!important;
    padding:16px!important;
    border-radius:22px!important;
  }
  .reference-cashier{order:4!important}
  .reference-phone{
    position:relative!important;
    inset:auto!important;
    right:auto!important;
    bottom:auto!important;
    width:min(240px,78vw)!important;
    margin:0 auto!important;
    order:5!important;
    border-radius:28px!important;
  }

  .value-strip{grid-template-columns:1fr!important;border-radius:22px!important;margin-top:22px!important}
  .value-strip article{min-height:auto!important;padding:18px!important}
  .problem-grid,.flow-grid,.faq-grid,.mockup-grid,.capabilities-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .system-grid,.companion-grid,.cashier-grid,.recon-grid,.craft-grid,.demo-card{
    grid-template-columns:1fr!important;
    gap:24px!important;
    align-items:start!important;
  }
  .section-head{margin-bottom:24px!important}
  .section-head h2,.split-copy h2,.craft-copy h2,.demo-card h2,.final-card h2{
    font-size:clamp(1.7rem,7.2vw,2.35rem)!important;
    line-height:1.32!important;
    letter-spacing:-.025em!important;
  }
  .section-head p,.split-copy p,.craft-copy p,.demo-card p{
    font-size:.96rem!important;
    line-height:1.9!important;
  }

  .feature-list.two-col{grid-template-columns:1fr!important}
  .feature-list li{line-height:1.75!important}
  .wide-dashboard{height:auto!important;min-height:360px!important;overflow:hidden!important}
  .wide-dashboard .dashboard-ui,.dashboard-ui{grid-template-columns:1fr!important}
  .dash-sidebar{display:none!important}
  .dash-main{padding:14px!important}
  .kpi-row{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .chart-table{grid-template-columns:1fr!important}
  .ledger{display:none!important}
  .phone-large{
    width:min(100%,292px)!important;
    height:auto!important;
    min-height:580px!important;
    margin-inline:auto!important;
  }
  .phone-large .phone-screen{min-height:552px!important}
  .field-total strong{font-size:1.7rem!important}

  .cashier-grid{display:grid!important;grid-template-columns:1fr!important}
  .pos-mockup,.boxed-list{
    width:100%!important;
    min-height:auto!important;
    height:auto!important;
    align-self:auto!important;
  }
  .pos-window{
    display:grid!important;
    grid-template-columns:1fr!important;
    height:auto!important;
    min-height:auto!important;
    gap:14px!important;
    padding:14px!important;
  }
  .pos-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto!important;gap:10px!important}
  .pos-products span{height:72px!important;min-height:72px!important;font-size:.95rem!important}
  .pos-ticket strong{font-size:1.45rem!important}
  .boxed-list{padding:14px!important;border-radius:22px!important}
  .boxed-list li{min-height:54px!important;font-size:.95rem!important}
  .statement-window{padding:14px!important;border-radius:22px!important}
  .statement-grid{grid-template-columns:1fr!important}

  .product-gallery-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .gallery-card,.gallery-card.is-feature,.gallery-card.is-phone,.gallery-card.card-wide{
    grid-column:auto!important;
    grid-row:auto!important;
    min-height:auto!important;
  }
  .gallery-trigger img,
  .gallery-card.is-feature .gallery-trigger img{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center top!important;
    padding:0!important;
  }
  .gallery-card.is-phone .gallery-trigger img{
    height:auto!important;
    max-height:520px!important;
    object-fit:contain!important;
    padding:12px!important;
  }
  .gallery-card figcaption{padding:16px!important}
  .gallery-card figcaption strong{font-size:1rem!important}
  .gallery-card figcaption p{font-size:.88rem!important}
  .gallery-intro-card{flex-direction:column!important;align-items:stretch!important;text-align:center!important;padding:20px!important}
  .gallery-intro-hint{width:100%!important;white-space:normal!important}

  .craft-points,.stats-grid{grid-template-columns:1fr!important}
  .trust-panel{min-height:auto!important;padding:26px 18px!important}
  .trust-panel img{width:170px!important;max-height:170px!important}
  .demo-card{padding:24px 18px!important;border-radius:28px!important}
  .demo-form{width:100%!important}
  .demo-form input,.demo-form select{min-height:52px!important}
  .footer-grid{grid-template-columns:1fr!important;text-align:center!important}
  .footer-brand{justify-content:center!important;flex-direction:column!important}
  .footer-links{justify-content:center!important}
}

@media (max-width: 480px){
  .container{width:min(100% - 22px,var(--container))!important}
  .hero-assurance{grid-template-columns:1fr!important}
  .ref-split{display:none!important}
  .reference-cashier{display:none!important}
  .kpi-row{grid-template-columns:1fr!important}
  .pos-products{grid-template-columns:1fr 1fr!important}
  .pos-products span{height:64px!important;min-height:64px!important}
  .gallery-card.is-phone .gallery-trigger img{max-height:430px!important}
}

/* v23 stronger image viewer */
.image-lightbox{
  padding:0!important;
  align-items:stretch!important;
  justify-content:stretch!important;
}
.image-lightbox.is-open{display:flex!important}
.lightbox-panel{
  width:100vw!important;
  height:100dvh!important;
  max-width:100vw!important;
  max-height:100dvh!important;
  display:flex!important;
  align-items:stretch!important;
  justify-content:stretch!important;
}
.lightbox-figure{
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  margin:0!important;
  border-radius:0!important;
  display:grid!important;
  grid-template-rows:minmax(0,1fr) auto!important;
}
.lightbox-figure img{
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  min-height:0!important;
  object-fit:contain!important;
  background:#04120c!important;
  touch-action:pinch-zoom!important;
}
.lightbox-meta{
  max-height:34dvh!important;
  overflow:auto!important;
  padding:14px 18px!important;
}
.lightbox-close{
  position:fixed!important;
  top:12px!important;
  left:12px!important;
  z-index:5!important;
}
@media (max-width:720px){
  .lightbox-meta{display:flex!important;flex-direction:column!important;gap:8px!important}
  .lightbox-tip{display:none!important}
  .lightbox-open-original{width:100%!important}
}


/* v24 mobile header and footer fix */
.developer-credit{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:14px;
  padding:18px 20px 4px;
  border-top:1px solid rgba(214,164,58,.18);
  color:var(--muted);
  text-align:center;
}
.developer-credit span{
  color:#d8e8d8;
  font-weight:800;
}
.developer-credit strong{
  color:var(--gold-soft);
  font-size:1.08rem;
  font-weight:900;
}
.developer-credit small{
  color:var(--muted);
  font-size:.86rem;
}

@media (max-width: 860px){
  /* Header: remove the empty stretched space beside the menu icon */
  .site-header{
    position:sticky!important;
    top:0!important;
    padding:9px 0!important;
    min-height:72px!important;
    display:flex!important;
    align-items:center!important;
    background:linear-gradient(180deg,rgba(2,12,8,.97),rgba(2,12,8,.88))!important;
    border-bottom:1px solid rgba(214,164,58,.22)!important;
    backdrop-filter:blur(16px)!important;
  }
  .site-header .container.nav-shell,
  .nav-shell{
    width:calc(100% - 22px)!important;
    max-width:none!important;
    margin-inline:auto!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    grid-template-columns:none!important;
  }
  .brand{
    flex:0 1 auto!important;
    min-width:0!important;
    max-width:calc(100% - 64px)!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
  }
  .brand-logo{
    width:52px!important;
    height:52px!important;
    flex:0 0 52px!important;
  }
  .brand-text{
    min-width:0!important;
  }
  .brand-text strong{
    font-size:1.18rem!important;
    line-height:1.15!important;
    white-space:nowrap!important;
  }
  .brand-text small{
    display:none!important;
  }
  .nav-toggle{
    flex:0 0 48px!important;
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    height:46px!important;
    padding:0!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:4px!important;
    border-radius:16px!important;
    border:1px solid rgba(214,164,58,.35)!important;
    background:rgba(255,255,255,.045)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
    justify-self:auto!important;
  }
  .nav-toggle span{
    display:block!important;
    width:22px!important;
    height:2px!important;
    margin:0!important;
    border-radius:999px!important;
    background:#fff8e9!important;
  }
  .nav-shell > .btn{
    display:none!important;
  }
  .main-nav{
    position:fixed!important;
    top:76px!important;
    right:11px!important;
    left:11px!important;
    z-index:1500!important;
    max-height:calc(100dvh - 90px)!important;
    overflow:auto!important;
    padding:12px!important;
    border-radius:22px!important;
    border:1px solid rgba(214,164,58,.25)!important;
    background:rgba(3,17,10,.985)!important;
    box-shadow:0 24px 90px rgba(0,0,0,.52)!important;
  }
  .main-nav a{
    text-align:center!important;
  }

  /* Mobile hero: stack content cleanly and stop visual elements from overlapping text */
  .hero{
    padding-top:34px!important;
  }
  .hero-grid{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:24px!important;
  }
  .hero-copy{
    order:1!important;
    max-width:100%!important;
    width:100%!important;
    text-align:center!important;
    padding-top:0!important;
    margin:0 auto!important;
  }
  .hero-visual{
    order:2!important;
    width:100%!important;
    min-height:auto!important;
    height:auto!important;
    overflow:hidden!important;
    display:block!important;
  }
  .reference-hero{
    width:100%!important;
    max-width:420px!important;
    min-height:0!important;
    height:auto!important;
    margin-inline:auto!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    perspective:none!important;
    overflow:visible!important;
  }
  .reference-orbit,
  .reference-bank,
  .reference-cashier{
    display:none!important;
  }
  .reference-seal{
    position:relative!important;
    inset:auto!important;
    top:auto!important;
    right:auto!important;
    left:auto!important;
    transform:none!important;
    order:1!important;
    width:112px!important;
    height:112px!important;
    margin:0 auto -6px!important;
  }
  .reference-seal img{
    width:94px!important;
    height:94px!important;
  }
  .reference-console{
    position:relative!important;
    inset:auto!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    order:2!important;
    width:100%!important;
    max-width:100%!important;
    padding:10px!important;
    border-radius:24px!important;
    transform:none!important;
  }
  .ref-console-header{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    padding:12px 10px!important;
  }
  .ref-console-header strong{
    width:100%!important;
    font-size:.88rem!important;
    line-height:1.6!important;
  }
  .ref-console-header em{
    display:none!important;
  }
  .ref-console-body{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding-top:12px!important;
  }
  .ref-console-side{
    display:none!important;
  }
  .ref-metrics{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .ref-metrics div{
    padding:12px!important;
    min-height:auto!important;
    border-radius:16px!important;
  }
  .ref-metrics b{
    font-size:1.28rem!important;
  }
  .ref-split{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .ref-chart,
  .ref-tasks{
    padding:14px!important;
    border-radius:18px!important;
  }
  .ref-bars{
    height:112px!important;
    gap:7px!important;
  }
  .reference-phone{
    position:relative!important;
    inset:auto!important;
    right:auto!important;
    left:auto!important;
    bottom:auto!important;
    top:auto!important;
    order:3!important;
    width:min(245px,82vw)!important;
    margin:0 auto!important;
    border-radius:30px!important;
    transform:none!important;
  }
  .ref-phone-actions span{
    min-height:44px!important;
  }
}

@media (max-width: 480px){
  .brand-logo{
    width:48px!important;
    height:48px!important;
    flex-basis:48px!important;
  }
  .brand-text strong{
    font-size:1.08rem!important;
  }
  .nav-toggle{
    flex-basis:46px!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:44px!important;
  }
  .reference-hero{
    max-width:360px!important;
  }
  .ref-split{
    display:none!important;
  }
  .reference-phone{
    width:min(220px,78vw)!important;
  }
  .developer-credit{
    flex-direction:column;
    gap:6px;
    padding-top:16px;
  }
}

/* v25 tablet header overlap fix */
@media (min-width: 861px) and (max-width: 1366px){
  html{scroll-padding-top:96px!important;}
  body{overflow-x:hidden!important;}

  .site-header{
    position:sticky!important;
    top:0!important;
    z-index:2000!important;
    min-height:78px!important;
    padding:10px 0!important;
    display:flex!important;
    align-items:center!important;
    background:linear-gradient(180deg,rgba(2,12,8,.98),rgba(2,12,8,.90))!important;
    border-bottom:1px solid rgba(214,164,58,.24)!important;
    box-shadow:0 14px 44px rgba(0,0,0,.32)!important;
    backdrop-filter:blur(18px)!important;
  }
  .site-header .container.nav-shell,
  .nav-shell{
    width:calc(100% - 32px)!important;
    max-width:1180px!important;
    margin-inline:auto!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    grid-template-columns:none!important;
    gap:14px!important;
  }
  .brand{
    flex:0 1 auto!important;
    min-width:0!important;
    max-width:calc(100% - 78px)!important;
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
  }
  .brand-logo{
    width:58px!important;
    height:58px!important;
    flex:0 0 58px!important;
  }
  .brand-text{min-width:0!important;}
  .brand-text strong{
    font-size:1.28rem!important;
    line-height:1.12!important;
    white-space:nowrap!important;
  }
  .brand-text small{
    display:block!important;
    font-size:.70rem!important;
    white-space:nowrap!important;
    max-width:240px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .nav-toggle{
    display:flex!important;
    flex:0 0 52px!important;
    width:52px!important;
    min-width:52px!important;
    height:50px!important;
    padding:0!important;
    margin:0!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:5px!important;
    border-radius:16px!important;
    border:1px solid rgba(214,164,58,.36)!important;
    background:rgba(255,255,255,.045)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
    justify-self:auto!important;
  }
  .nav-toggle span{
    display:block!important;
    width:24px!important;
    height:2px!important;
    border-radius:999px!important;
    background:#fff8e9!important;
    margin:0!important;
  }
  .nav-shell > .btn{display:none!important;}
  .main-nav{
    display:none!important;
    position:fixed!important;
    top:88px!important;
    right:16px!important;
    left:16px!important;
    z-index:2100!important;
    max-height:calc(100dvh - 104px)!important;
    overflow:auto!important;
    padding:12px!important;
    border-radius:24px!important;
    border:1px solid rgba(214,164,58,.26)!important;
    background:rgba(3,17,10,.985)!important;
    box-shadow:0 24px 90px rgba(0,0,0,.52)!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:7px!important;
  }
  .main-nav.is-open{display:flex!important;}
  .main-nav a{
    display:block!important;
    width:100%!important;
    padding:15px 18px!important;
    border-radius:16px!important;
    text-align:center!important;
    background:rgba(255,255,255,.035)!important;
    color:#f4ead2!important;
    font-size:1rem!important;
  }

  /* Tablet hero: prevent header/visual from covering the text */
  .hero{
    padding-top:76px!important;
    min-height:auto!important;
    overflow:hidden!important;
  }
  .hero-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:34px!important;
    align-items:start!important;
  }
  .hero-copy{
    order:1!important;
    max-width:900px!important;
    width:100%!important;
    margin-inline:auto!important;
    text-align:center!important;
    padding-top:0!important;
    position:relative!important;
    z-index:5!important;
  }
  .eyebrows,
  .hero-actions,
  .hero-assurance{
    justify-content:center!important;
  }
  .hero-lead{
    margin-inline:auto!important;
    max-width:760px!important;
  }
  .hero-actions .btn{
    min-width:220px!important;
  }
  .hero-visual{
    order:2!important;
    min-height:690px!important;
    overflow:visible!important;
    width:100%!important;
    position:relative!important;
    z-index:1!important;
  }
  .reference-hero{
    width:100%!important;
    max-width:760px!important;
    min-height:675px!important;
    margin-inline:auto!important;
    overflow:visible!important;
  }
  .reference-seal{
    top:0!important;
    right:14%!important;
    width:160px!important;
    height:160px!important;
    z-index:8!important;
  }
  .reference-seal img{
    width:132px!important;
    height:132px!important;
  }
  .reference-orbit{
    width:455px!important;
    height:455px!important;
    top:58px!important;
    right:30px!important;
  }
  .reference-orbit span{display:none!important;}
  .reference-console{
    top:128px!important;
    left:50%!important;
    right:auto!important;
    width:min(720px,100%)!important;
    max-width:100%!important;
    transform:translateX(-50%) rotateX(5deg) rotateZ(-1deg)!important;
    z-index:4!important;
  }
  .reference-bank{
    top:74px!important;
    left:18px!important;
    width:230px!important;
    z-index:9!important;
  }
  .reference-cashier{
    right:auto!important;
    left:0!important;
    bottom:55px!important;
    width:220px!important;
    z-index:7!important;
  }
  .reference-phone{
    right:42px!important;
    bottom:8px!important;
    width:180px!important;
    z-index:10!important;
  }
  .value-strip{
    margin-top:28px!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (min-width: 861px) and (max-width: 1080px){
  .reference-console{
    width:min(680px,100%)!important;
  }
  .reference-bank{
    width:210px!important;
    left:0!important;
  }
  .reference-phone{
    right:12px!important;
    width:172px!important;
  }
}

/* v26 ROOT RESPONSIVE FIX — separate safe layouts for tablet/mobile */
.mobile-safe-hero{display:none;}

@media (max-width: 1180px){
  html,body{width:100%;max-width:100%;overflow-x:hidden!important;}
  body{position:relative;}
  .site-header{
    position:relative!important;
    top:auto!important;
    z-index:1000!important;
    padding:10px 0!important;
    min-height:auto!important;
    background:linear-gradient(180deg,rgba(2,12,8,.98),rgba(2,12,8,.92))!important;
    border-bottom:1px solid rgba(214,164,58,.24)!important;
    box-shadow:0 12px 36px rgba(0,0,0,.30)!important;
  }
  .nav-shell{
    width:min(100% - 24px,var(--container))!important;
    display:grid!important;
    grid-template-columns:auto 1fr auto!important;
    align-items:center!important;
    gap:10px!important;
    padding:0!important;
    position:relative!important;
  }
  .brand{
    min-width:0!important;
    max-width:100%!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
  }
  .brand-logo{
    width:54px!important;
    height:54px!important;
    flex:0 0 54px!important;
  }
  .brand-text{min-width:0!important;}
  .brand-text strong{
    font-size:1.18rem!important;
    white-space:nowrap!important;
    line-height:1.15!important;
  }
  .brand-text small{
    display:block!important;
    max-width:180px!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
    font-size:.68rem!important;
  }
  .nav-shell>.btn{display:none!important;}
  .nav-toggle{
    display:flex!important;
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    height:46px!important;
    padding:0!important;
    border-radius:15px!important;
    border:1px solid rgba(214,164,58,.34)!important;
    background:rgba(255,255,255,.045)!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:5px!important;
    margin:0!important;
    justify-self:end!important;
  }
  .nav-toggle span{
    width:23px!important;
    height:2px!important;
    display:block!important;
    margin:0!important;
    background:#fff8e9!important;
  }
  .main-nav{
    display:none!important;
    position:absolute!important;
    top:calc(100% + 12px)!important;
    right:0!important;
    left:0!important;
    z-index:1200!important;
    max-height:calc(100dvh - 110px)!important;
    overflow:auto!important;
    padding:12px!important;
    border-radius:22px!important;
    border:1px solid rgba(214,164,58,.26)!important;
    background:rgba(3,17,10,.985)!important;
    box-shadow:0 24px 90px rgba(0,0,0,.52)!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:7px!important;
  }
  .main-nav.is-open{display:flex!important;}
  .main-nav a{
    width:100%!important;
    display:block!important;
    text-align:center!important;
    padding:14px 16px!important;
    border-radius:15px!important;
    background:rgba(255,255,255,.035)!important;
    color:#f4ead2!important;
    font-size:.96rem!important;
  }

  .hero{
    padding-top:42px!important;
    overflow:hidden!important;
    min-height:auto!important;
  }
  .hero-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:24px!important;
    align-items:start!important;
  }
  .hero-copy{
    order:1!important;
    max-width:880px!important;
    width:100%!important;
    margin-inline:auto!important;
    text-align:center!important;
    padding-top:0!important;
  }
  .hero-visual{display:none!important;}
  .mobile-safe-hero{
    order:2!important;
    display:block!important;
    width:100%!important;
    max-width:780px!important;
    margin:4px auto 0!important;
  }
  .hero h1{
    font-size:clamp(2.35rem,7.5vw,4.7rem)!important;
    line-height:1.08!important;
    max-width:820px!important;
    margin-inline:auto!important;
  }
  .hero-lead{
    max-width:760px!important;
    margin-inline:auto!important;
    font-size:clamp(1rem,2.7vw,1.22rem)!important;
    line-height:1.9!important;
  }
  .eyebrows,.hero-actions,.hero-assurance{
    justify-content:center!important;
  }
  .hero-actions .btn{
    min-width:210px!important;
  }
  .hero-assurance{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    max-width:680px!important;
    margin-inline:auto!important;
  }
  .hero-assurance span{
    border-right:0!important;
    border-top:2px solid var(--gold)!important;
    text-align:center!important;
  }

  .mobile-safe-card{
    position:relative;
    overflow:hidden;
    border-radius:34px;
    border:1px solid rgba(214,164,58,.24);
    background:
      radial-gradient(circle at 82% 8%,rgba(214,164,58,.13),transparent 18rem),
      radial-gradient(circle at 12% 92%,rgba(25,179,107,.12),transparent 18rem),
      linear-gradient(180deg,rgba(8,35,22,.92),rgba(3,14,10,.98));
    box-shadow:0 24px 82px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.04);
    padding:22px;
  }
  .mobile-safe-head{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    text-align:right;
    margin-bottom:18px;
  }
  .mobile-safe-head img{
    width:76px;
    height:76px;
    object-fit:contain;
    filter:drop-shadow(0 14px 22px rgba(0,0,0,.38));
  }
  .mobile-safe-head strong{
    display:block;
    color:#fff8e9;
    font-size:1.28rem;
    line-height:1.25;
  }
  .mobile-safe-head span{
    display:block;
    color:var(--muted);
    font-size:.88rem;
    margin-top:3px;
  }
  .mobile-safe-screen{
    border-radius:26px;
    border:1px solid rgba(255,255,255,.08);
    background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
    padding:18px;
  }
  .safe-kpis{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
  }
  .safe-kpis span{
    border-radius:18px;
    border:1px solid rgba(214,164,58,.16);
    background:rgba(0,0,0,.16);
    padding:12px 8px;
    text-align:center;
  }
  .safe-kpis b{
    display:block;
    color:#fff8e9;
    font-size:1.05rem;
    line-height:1.2;
  }
  .safe-kpis small{
    display:block;
    color:var(--muted);
    font-size:.7rem;
    margin-top:4px;
  }
  .safe-bars{
    height:150px;
    display:flex;
    align-items:flex-end;
    gap:10px;
    padding:24px 8px 8px;
    direction:ltr;
  }
  .safe-bars i{
    flex:1;
    border-radius:18px 18px 5px 5px;
    background:linear-gradient(180deg,#baf4c8,#25a461 54%,#d6a43a 100%);
    min-height:42px;
  }
  .safe-bars i:nth-child(1){height:45%}.safe-bars i:nth-child(2){height:68%}.safe-bars i:nth-child(3){height:55%}.safe-bars i:nth-child(4){height:88%}.safe-bars i:nth-child(5){height:64%}.safe-bars i:nth-child(6){height:76%}
  .safe-flow{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }
  .safe-flow span{
    border-radius:999px;
    padding:10px 8px;
    background:rgba(214,164,58,.09);
    border:1px solid rgba(214,164,58,.16);
    color:var(--gold-soft);
    text-align:center;
    font-weight:900;
    font-size:.78rem;
  }
  .mobile-safe-phone{
    margin:16px auto 0;
    width:min(320px,100%);
    border-radius:28px;
    border:1px solid rgba(214,164,58,.20);
    background:linear-gradient(180deg,#082716,#03120b);
    padding:16px;
    text-align:center;
  }
  .mobile-safe-phone b{
    display:block;
    color:#fff8e9;
    font-size:1.1rem;
    margin-bottom:12px;
  }
  .mobile-safe-phone div{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .mobile-safe-phone span{
    display:grid;
    place-items:center;
    min-height:42px;
    border-radius:14px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(214,164,58,.12);
    color:#f2f7ee;
    font-weight:800;
  }
  .mobile-safe-phone small{
    display:block;
    margin-top:10px;
    border-radius:999px;
    padding:10px;
    color:#d9ffe7;
    font-weight:900;
    background:rgba(25,179,107,.12);
    border:1px solid rgba(25,179,107,.22);
  }

  .section{padding:70px 0!important;}
  .product-gallery-grid,.screenshots-grid,.mockup-grid,.problem-grid,.flow-grid,.faq-grid,.cashier-grid,.system-grid,.companion-grid,.recon-grid,.craft-grid,.demo-card{
    grid-template-columns:1fr!important;
  }
  .value-strip{grid-template-columns:1fr!important;}
  .gallery-card,.gallery-card.is-feature,.gallery-card.is-phone,.gallery-card.card-wide{grid-column:auto!important;grid-row:auto!important;}
}

@media (max-width:640px){
  .container{width:min(100% - 26px,var(--container))!important;}
  .brand-logo{width:48px!important;height:48px!important;flex-basis:48px!important;}
  .brand-text strong{font-size:1.05rem!important;}
  .brand-text small{display:none!important;}
  .nav-toggle{width:46px!important;min-width:46px!important;height:44px!important;}
  .hero{padding-top:30px!important;}
  .hero h1{font-size:clamp(2.1rem,12.4vw,3.35rem)!important;}
  .hero-lead{font-size:.98rem!important;}
  .hero-actions .btn{width:100%!important;max-width:360px!important;}
  .hero-assurance{grid-template-columns:1fr!important;}
  .mobile-safe-card{padding:16px;border-radius:28px;}
  .mobile-safe-head{justify-content:flex-start;}
  .mobile-safe-head img{width:64px;height:64px;}
  .safe-kpis{grid-template-columns:1fr!important;}
  .safe-bars{height:116px;gap:7px;}
  .safe-flow{grid-template-columns:1fr!important;}
  .lightbox-panel{width:100%!important;}
  .lightbox-figure img{max-height:72dvh!important;}
  .gallery-trigger img,.gallery-card.is-feature .gallery-trigger img{height:230px!important;}
  .gallery-card.is-phone .gallery-trigger img{height:430px!important;}
}
