/* Hospitality EPOS campaign page. Ported from supplied offline HTML and scoped to the template. */
.hospitality-epos-page{
  --brand:#1877f2;
  --brand-2:#0e5fce;
  --grad:linear-gradient(105deg,#0e5fce 0%, #1877f2 52%, #4a9ff5 100%);
  --ink:#0a1929;
  --slate:#587082;
  --line:#dfe8ef;
  --paper:#ffffff;
  --soft:#f2f8fc;
  --soft-2:#e4f1fa;
  --accent:#ff6b4a;
  --accent-soft:#ffe9e2;
  --green:#16a34a;
  --green-soft:#e7f6ec;
  --star:#f5a623;
  --radius:18px;
  --radius-sm:12px;
  --shadow:0 1px 2px rgba(10,44,68,.05), 0 16px 40px -26px rgba(10,44,68,.28);
  --shadow-lg:0 34px 80px -36px rgba(0,92,147,.46);
  --maxw:1180px;
  --font-display:var(--font-sans, 'Inter', ui-sans-serif, system-ui, sans-serif);
  --font-body:var(--font-sans, 'Inter', ui-sans-serif, system-ui, sans-serif);
}.hospitality-epos-page *{box-sizing:border-box;margin:0;padding:0}.hospitality-epos-page{scroll-behavior:smooth}.hospitality-epos-page{font-family:var(--font-body);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;line-height:1.55}.hospitality-epos-page img{max-width:100%;display:block}.hospitality-epos-page a{color:inherit;text-decoration:none}.hospitality-epos-page h1,.hospitality-epos-page h2,.hospitality-epos-page h3{font-family:var(--font-display);line-height:1.05;letter-spacing:-.022em;font-weight:700}.hospitality-epos-page .wrap{max-width:var(--maxw);margin:0 auto;padding:0 26px}.hospitality-epos-page .eyebrow{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--brand)}.hospitality-epos-page .gradient-text{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}.hospitality-epos-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--font-body);font-weight:700;font-size:16px;
  padding:15px 26px;border-radius:var(--radius-sm);cursor:pointer;border:1px solid transparent;
  transition:transform .15s, box-shadow .15s, background .15s;white-space:nowrap}.hospitality-epos-page .btn:active{transform:translateY(1px)}.hospitality-epos-page .btn svg{width:18px;height:18px}.hospitality-epos-page .btn-primary{background:#1877f2;color:#fff !important;box-shadow:0 4px 14px rgba(24,119,242,.35);border:none}.hospitality-epos-page .btn-primary:hover{background:#0f6ae0}.hospitality-epos-page .btn-accent{background:#1877f2;color:#fff !important;box-shadow:0 4px 14px rgba(24,119,242,.35);border:none}.hospitality-epos-page .btn-accent:hover{background:#0f6ae0}.hospitality-epos-page .btn-ghost{background:transparent;color:#0f172a !important;border:1px solid #cbd5e1;font-weight:600}.hospitality-epos-page .btn-ghost:hover{border-color:#1877f2;color:#1877f2 !important}.hospitality-epos-page .btn-light{background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.4)}.hospitality-epos-page .btn-light:hover{background:rgba(255,255,255,.26)}.hospitality-epos-page .logo{display:flex;align-items:center;gap:11px}.hospitality-epos-page .logo .mark{width:38px;height:38px;border-radius:11px;background:var(--grad);display:grid;place-items:center;
  font-family:var(--font-display);font-weight:800;color:#fff;font-size:21px;box-shadow:0 8px 18px -8px rgba(0,120,186,.6)}.hospitality-epos-page .logo .wm{display:block;font-family:var(--font-display);font-weight:800;font-size:19px;letter-spacing:-.02em;line-height:1}.hospitality-epos-page .logo .wm .sw{color:var(--ink)}.hospitality-epos-page .logo .wm .amp{color:var(--brand)}.hospitality-epos-page .logo .wm .sv{color:var(--green)}.hospitality-epos-page .logo .tag{display:block;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--slate);margin-top:4px;white-space:nowrap}.hospitality-epos-page .offerbar{background:var(--ink);color:#eaf2ff;font-size:13.5px;font-weight:600}.hospitality-epos-page .offerbar .wrap{display:flex;align-items:center;justify-content:center;gap:13px;height:46px;text-align:center;flex-wrap:wrap}.hospitality-epos-page .offerbar .flame{display:inline-flex;align-items:center;gap:7px;color:#fff}.hospitality-epos-page .offerbar .price-tag{background:var(--accent);color:#fff;padding:3px 11px;border-radius:999px;font-weight:800;font-size:13px}.hospitality-epos-page .offerbar .cd{display:inline-flex;align-items:center;gap:6px;font-variant-numeric:tabular-nums;color:#bcdcff}.hospitality-epos-page .offerbar .cd b{background:rgba(255,255,255,.12);padding:2px 7px;border-radius:6px;color:#fff;font-weight:800}
@media(max-width:720px){.hospitality-epos-page .offerbar .hide-sm{display:none}.hospitality-epos-page .offerbar .wrap{gap:10px}}.hospitality-epos-page .nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.hospitality-epos-page .nav .wrap{display:flex;align-items:center;justify-content:space-between;height:70px;gap:18px}.hospitality-epos-page .nav-cta{display:flex;align-items:center;gap:13px}.hospitality-epos-page .nav-cta .phone{display:flex;align-items:center;gap:8px;font-weight:700}.hospitality-epos-page .nav-cta .phone svg{width:17px;height:17px;color:var(--brand)}
@media(max-width:600px){.hospitality-epos-page .nav-cta .phone{display:none}}.hospitality-epos-page .hero{position:relative;overflow:hidden;background:radial-gradient(1000px 520px at 84% -10%, var(--soft-2), transparent 62%), linear-gradient(180deg,#fff,var(--soft))}.hospitality-epos-page .hero .wrap{display:grid;grid-template-columns:1.04fr .96fr;gap:48px;align-items:center;padding:60px 26px 72px}.hospitality-epos-page .offer-pill{display:inline-flex;align-items:center;gap:9px;background:var(--accent-soft);color:#d6431f;border:1px solid #ffd2c6;
  padding:8px 15px;border-radius:999px;font-size:13.5px;font-weight:700;margin-bottom:20px}.hospitality-epos-page .offer-pill .dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(255,107,74,.25)}.hospitality-epos-page .hero h1{font-size:clamp(36px,4.5vw,60px);font-weight:800}.hospitality-epos-page .hero p.lead{margin-top:18px;font-size:18px;color:var(--slate);max-width:520px}.hospitality-epos-page .priceline{display:flex;align-items:baseline;gap:11px;margin-top:22px;flex-wrap:wrap}.hospitality-epos-page .priceline .big{font-family:var(--font-display);font-size:50px;font-weight:800;line-height:1}.hospitality-epos-page .priceline .vat{font-size:16px;font-weight:700;color:var(--slate)}.hospitality-epos-page .priceline .was{font-size:16px;color:#9aa6b8;text-decoration:line-through}.hospitality-epos-page .priceline .save-pill{background:var(--green-soft);color:var(--green);font-weight:700;font-size:13px;padding:4px 11px;border-radius:999px}.hospitality-epos-page .hero-cta{display:flex;gap:13px;margin-top:26px;flex-wrap:wrap}.hospitality-epos-page .hero-chips{display:flex;flex-wrap:wrap;gap:9px 20px;margin-top:24px}.hospitality-epos-page .chip{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#33485b}.hospitality-epos-page .chip svg{width:18px;height:18px;color:var(--green)}.hospitality-epos-page .hero-media{position:relative;display:flex;flex-direction:column;align-items:center}.hospitality-epos-page .float-card{position:absolute;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow-lg);
  padding:12px 15px;display:flex;align-items:center;gap:10px;font-weight:700;font-size:14px;z-index:3}.hospitality-epos-page .float-card .ic{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;color:#fff}.hospitality-epos-page .float-card span{font-size:12px;color:var(--slate);font-weight:600;display:block}.hospitality-epos-page .float-1{top:14px;left:-6px}.hospitality-epos-page .float-2{bottom:54px;right:-10px}
@media(max-width:980px){.hospitality-epos-page .hero .wrap{grid-template-columns:1fr;gap:40px;text-align:center}.hospitality-epos-page .offer-pill,.hospitality-epos-page .hero-cta,.hospitality-epos-page .hero-chips,.hospitality-epos-page .priceline{justify-content:center}.hospitality-epos-page .hero p.lead{margin:18px auto 0}.hospitality-epos-page .float-1{left:2px}.hospitality-epos-page .float-2{right:2px}}.hospitality-epos-page .terminal{width:100%;max-width:560px}.hospitality-epos-page .android{position:relative;background:linear-gradient(160deg,#222732,#11141a);border-radius:30px;
  padding:30px 18px 22px;box-shadow:var(--shadow-lg), inset 0 0 0 1.5px rgba(255,255,255,.07)}.hospitality-epos-page .android .screen{position:relative;border-radius:11px;overflow:hidden;background:#000;box-shadow:0 0 0 2px rgba(0,0,0,.45)}.hospitality-epos-page .android .screen img{width:100%;display:block}.hospitality-epos-page .android .cam{position:absolute;top:13px;left:50%;transform:translateX(-50%);width:7px;height:7px;border-radius:50%;
  background:radial-gradient(circle at 34% 30%,#4a5263,#05070b);box-shadow:0 0 0 2px rgba(255,255,255,.04)}.hospitality-epos-page .android .wm-os{position:absolute;top:11px;right:20px;display:flex;align-items:center;gap:5px;font-size:9px;font-weight:700;letter-spacing:.14em;color:#4b5567;text-transform:uppercase}.hospitality-epos-page .android .wm-os svg{width:11px;height:11px;color:#5a6678}.hospitality-epos-page .android .navbar{display:flex;align-items:center;justify-content:center;gap:46px;padding:11px 0 4px}.hospitality-epos-page .android .navbar .nb-back{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:9px solid #5a6678}.hospitality-epos-page .android .navbar .nb-home{width:12px;height:12px;border:2px solid #5a6678;border-radius:50%}.hospitality-epos-page .android .navbar .nb-rec{width:11px;height:11px;border:2px solid #5a6678;border-radius:2px}.hospitality-epos-page .android .badge-os{position:absolute;left:50%;bottom:-13px;transform:translateX(-50%);background:#11141a;color:#cfe6f6;
  border:1px solid rgba(255,255,255,.12);font-size:11px;font-weight:700;padding:5px 14px;border-radius:999px;
  display:flex;align-items:center;gap:7px;white-space:nowrap;box-shadow:var(--shadow);z-index:2}.hospitality-epos-page .android .badge-os svg{width:13px;height:13px;color:#9ad0a0}.hospitality-epos-page .stand{display:flex;flex-direction:column;align-items:center}.hospitality-epos-page .stand .neck{width:30px;height:34px;background:linear-gradient(#20242e,#14171e)}.hospitality-epos-page .stand .base{width:170px;height:16px;border-radius:50%/70%;background:linear-gradient(#262b36,#11141a);box-shadow:var(--shadow-lg)}.hospitality-epos-page .size-cap{margin-top:22px;font-size:12.5px;font-weight:700;letter-spacing:.04em;color:var(--slate);display:flex;align-items:center;gap:8px}.hospitality-epos-page .size-cap svg{width:15px;height:15px;color:var(--brand)}.hospitality-epos-page .size-opts{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:12px}.hospitality-epos-page .size-opts .so{font-size:12.5px;font-weight:700;color:var(--brand);background:var(--soft-2);border:1px solid #cfe4f4;
  padding:5px 12px;border-radius:999px}.hospitality-epos-page .suite-head{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:32px}.hospitality-epos-page .suite-pill{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;padding:8px 15px;border-radius:999px;flex:none}.hospitality-epos-page .suite-pill svg{width:14px;height:14px}.hospitality-epos-page .suite-pill.pos{background:#11141a;color:#cfe6f6}.hospitality-epos-page .suite-pill.web{background:var(--soft-2);color:var(--brand)}.hospitality-epos-page .suite-head .sh-txt{flex:1 1 300px}.hospitality-epos-page .suite-head h3{font-size:clamp(24px,2.7vw,34px)}.hospitality-epos-page .suite-head p{color:var(--slate);font-size:15px;margin-top:7px;max-width:620px}.hospitality-epos-page .spec{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hospitality-epos-page .spec-group{background:#fff;border:1px solid var(--line);border-radius:16px;padding:21px 22px;box-shadow:var(--shadow)}.hospitality-epos-page .spec-group .gh{display:flex;align-items:center;gap:10px;margin-bottom:14px}.hospitality-epos-page .spec-group .gh .gi{width:34px;height:34px;border-radius:9px;background:var(--soft-2);color:var(--brand);display:grid;place-items:center;flex:none}.hospitality-epos-page .spec-group .gh .gi svg{width:18px;height:18px}.hospitality-epos-page .spec-group .gh b{font-family:var(--font-display);font-weight:700;font-size:16px;letter-spacing:-.01em}.hospitality-epos-page .spec-group ul{list-style:none;display:flex;flex-direction:column;gap:9px}.hospitality-epos-page .spec-group li{display:flex;gap:9px;font-size:13.5px;color:#33485b;align-items:flex-start;line-height:1.45}.hospitality-epos-page .spec-group li svg{width:15px;height:15px;color:var(--green);flex:none;margin-top:3px}
@media(max-width:860px){.hospitality-epos-page .spec{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.hospitality-epos-page .spec{grid-template-columns:1fr}}.hospitality-epos-page .integ{background:var(--soft)}.hospitality-epos-page .integ-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:46px}.hospitality-epos-page .integ-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.hospitality-epos-page .integ-card>.h{display:flex;align-items:center;gap:12px;margin-bottom:6px}.hospitality-epos-page .integ-card .h .ic{width:42px;height:42px;border-radius:11px;background:var(--soft-2);color:var(--brand);display:grid;place-items:center;flex:none}.hospitality-epos-page .integ-card .h .ic svg{width:21px;height:21px}.hospitality-epos-page .integ-card .h h3{font-size:21px}.hospitality-epos-page .integ-card>p{color:var(--slate);font-size:14.5px;margin-bottom:18px}.hospitality-epos-page .brandrow{display:flex;flex-wrap:wrap;gap:11px}.hospitality-epos-page .brandchip{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:12px;padding:11px 15px;
  font-weight:700;font-size:14.5px;background:#fbfdfe}.hospitality-epos-page .brandchip .lg{width:26px;height:26px;border-radius:7px;display:grid;place-items:center;color:#fff;font-size:13px;font-weight:800;flex:none}.hospitality-epos-page .brandchip.custom{border-style:dashed;color:var(--brand);background:#fff}.hospitality-epos-page .brandchip.custom .lg{background:var(--soft-2);color:var(--brand)}.hospitality-epos-page .brandchip .sub{display:block;font-size:11px;color:var(--slate);font-weight:600}
@media(max-width:840px){.hospitality-epos-page .integ-grid{grid-template-columns:1fr}}.hospitality-epos-page .trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.hospitality-epos-page .trust .wrap{display:flex;align-items:center;justify-content:center;gap:14px 30px;flex-wrap:wrap;padding:22px 26px}.hospitality-epos-page .trust .rating{display:flex;align-items:center;gap:9px}.hospitality-epos-page .trust .rating .score{font-family:var(--font-display);font-size:22px;font-weight:800}.hospitality-epos-page .trust .rating .meta{font-size:12px;color:var(--slate);text-align:left;line-height:1.2}.hospitality-epos-page .trust .rating .meta b{display:block;font-size:13px;color:var(--ink)}.hospitality-epos-page .trust .stars{color:var(--star);letter-spacing:1px;font-size:13px}.hospitality-epos-page .trust .sep{width:1px;height:30px;background:var(--line)}.hospitality-epos-page .trust .badge{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#33485b}.hospitality-epos-page .trust .badge svg{width:18px;height:18px;color:var(--green)}
@media(max-width:760px){.hospitality-epos-page .trust .sep{display:none}}.hospitality-epos-page section.block{padding:80px 0}.hospitality-epos-page .sec-head{max-width:680px}.hospitality-epos-page .sec-head.center{margin:0 auto;text-align:center}.hospitality-epos-page .sec-head h2{font-size:clamp(28px,3.3vw,42px);margin-top:12px}.hospitality-epos-page .sec-head p{margin-top:14px;font-size:17px;color:var(--slate)}.hospitality-epos-page .ways{background:var(--soft)}.hospitality-epos-page .ways-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:48px}.hospitality-epos-page .way{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:var(--shadow);display:flex;flex-direction:column}.hospitality-epos-page .way .ribbon{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;font-size:12px;font-weight:700;letter-spacing:.06em;
  text-transform:uppercase;padding:6px 12px;border-radius:999px;margin-bottom:14px}.hospitality-epos-page .way.pos .ribbon{background:#11141a;color:#cfe6f6}.hospitality-epos-page .way.dash .ribbon{background:var(--soft-2);color:var(--brand)}.hospitality-epos-page .way .ribbon svg{width:13px;height:13px}.hospitality-epos-page .way h3{font-size:23px}.hospitality-epos-page .way p{color:var(--slate);font-size:14.5px;margin-top:8px}.hospitality-epos-page .way .shot{margin-top:20px}.hospitality-epos-page .way ul{list-style:none;margin-top:16px;display:flex;flex-direction:column;gap:9px}.hospitality-epos-page .way li{display:flex;gap:9px;font-size:14px;color:#33485b;align-items:flex-start}.hospitality-epos-page .way li svg{width:17px;height:17px;color:var(--green);flex:none;margin-top:2px}.hospitality-epos-page .android-sm{background:linear-gradient(160deg,#222732,#11141a);border-radius:18px;padding:14px 9px 8px;position:relative;box-shadow:var(--shadow)}.hospitality-epos-page .android-sm .cam{position:absolute;top:6px;left:50%;transform:translateX(-50%);width:5px;height:5px;border-radius:50%;background:#3a4150}.hospitality-epos-page .android-sm .screen{border-radius:7px;overflow:hidden;background:#000}.hospitality-epos-page .android-sm .navbar{display:flex;justify-content:center;gap:32px;padding:7px 0 2px}.hospitality-epos-page .android-sm .nb-back{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:7px solid #5a6678}.hospitality-epos-page .android-sm .nb-home{width:9px;height:9px;border:2px solid #5a6678;border-radius:50%}.hospitality-epos-page .android-sm .nb-rec{width:9px;height:9px;border:2px solid #5a6678;border-radius:2px}.hospitality-epos-page .frame{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.hospitality-epos-page .frame .bar{display:flex;align-items:center;gap:6px;padding:9px 12px;background:#f3f5f9;border-bottom:1px solid var(--line)}.hospitality-epos-page .frame .bar i{width:9px;height:9px;border-radius:50%}.hospitality-epos-page .frame .bar i:nth-child(1){background:#ff5f57}.hospitality-epos-page .frame .bar i:nth-child(2){background:#febc2e}.hospitality-epos-page .frame .bar i:nth-child(3){background:#28c840}.hospitality-epos-page .frame .bar .url{margin-left:10px;flex:1;background:#fff;border:1px solid var(--line);border-radius:6px;height:21px;display:flex;align-items:center;padding:0 10px;font-size:11px;color:#8a94a6;font-weight:600;gap:6px}.hospitality-epos-page .frame .bar .url svg{width:10px;height:10px}.hospitality-epos-page .frame img{width:100%;display:block}
@media(max-width:840px){.hospitality-epos-page .ways-grid{grid-template-columns:1fr}}.hospitality-epos-page .rail{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.hospitality-epos-page .rail .item{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}.hospitality-epos-page .rail .item .pic{height:148px;overflow:hidden;background:#f3f5f9;border-bottom:1px solid var(--line)}.hospitality-epos-page .rail .item .pic img{width:100%;height:100%;object-fit:cover;object-position:top left}.hospitality-epos-page .rail .item .cap{padding:12px 15px;display:flex;align-items:center;justify-content:space-between;gap:10px}.hospitality-epos-page .rail .item .cap b{font-size:14px;font-family:var(--font-display)}.hospitality-epos-page .rail .item .tagpill{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:3px 8px;border-radius:999px}.hospitality-epos-page .rail .item .tagpill.a{background:#11141a;color:#cfe6f6}.hospitality-epos-page .rail .item .tagpill.w{background:var(--soft-2);color:var(--brand)}
@media(max-width:760px){.hospitality-epos-page .rail{grid-template-columns:1fr}.hospitality-epos-page .rail .item .pic{height:auto}.hospitality-epos-page .rail .item .pic img{height:auto}}.hospitality-epos-page .fgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px}.hospitality-epos-page .fcard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);transition:transform .16s, box-shadow .16s}.hospitality-epos-page .fcard:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.hospitality-epos-page .fcard .ic{width:46px;height:46px;border-radius:12px;background:var(--soft-2);color:var(--brand);display:grid;place-items:center;margin-bottom:14px}.hospitality-epos-page .fcard .ic svg{width:23px;height:23px}.hospitality-epos-page .fcard h4{font-family:var(--font-display);font-size:18px;font-weight:700}.hospitality-epos-page .fcard p{font-size:14px;color:var(--slate);margin-top:7px;line-height:1.55}
@media(max-width:880px){.hospitality-epos-page .fgrid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.hospitality-epos-page .fgrid{grid-template-columns:1fr}}.hospitality-epos-page .web-hot{display:grid;grid-template-columns:1.25fr .75fr;gap:34px;align-items:center;background:var(--ink);color:#eaf2ff;
  border-radius:22px;padding:34px 36px;margin-top:46px;position:relative;overflow:hidden}.hospitality-epos-page .web-hot::after{content:"";position:absolute;inset:0;background:radial-gradient(620px 300px at 88% 10%, rgba(0,120,186,.4), transparent 60%)}.hospitality-epos-page .web-hot>*{position:relative;z-index:1}.hospitality-epos-page .web-hot .pill{display:inline-flex;align-items:center;gap:7px;background:var(--accent);color:#fff;font-size:11px;font-weight:800;
  letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:999px;margin-bottom:14px}.hospitality-epos-page .web-hot h3{color:#fff;font-size:clamp(22px,2.5vw,30px)}.hospitality-epos-page .web-hot p{color:#a9c8e6;font-size:15px;margin-top:10px;max-width:440px}.hospitality-epos-page .flow{display:flex;flex-direction:column;gap:10px}.hospitality-epos-page .flow .step{display:flex;align-items:center;gap:13px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);
  border-radius:13px;padding:13px 16px}.hospitality-epos-page .flow .step .n{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;flex:none;color:#fff}.hospitality-epos-page .flow .step .n svg{width:17px;height:17px}.hospitality-epos-page .flow .step b{font-size:14.5px;color:#fff;display:block}.hospitality-epos-page .flow .step span{font-size:12.5px;color:#9fc0de}.hospitality-epos-page .flow .arrow{display:flex;justify-content:center;color:#3f6f96}.hospitality-epos-page .flow .arrow svg{width:18px;height:18px}
@media(max-width:840px){.hospitality-epos-page .web-hot{grid-template-columns:1fr;gap:24px;padding:28px 24px}}.hospitality-epos-page .faq-wrap{max-width:820px;margin:40px auto 0;display:flex;flex-direction:column;gap:12px}.hospitality-epos-page .faq{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.hospitality-epos-page .faq summary{list-style:none;cursor:pointer;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;
  font-family:var(--font-display);font-weight:700;font-size:17px;color:var(--ink)}.hospitality-epos-page .faq summary::-webkit-details-marker{display:none}.hospitality-epos-page .faq summary .pm{flex:none;width:26px;height:26px;border-radius:50%;background:var(--soft-2);color:var(--brand);display:grid;place-items:center;transition:transform .2s}.hospitality-epos-page .faq summary .pm svg{width:15px;height:15px}.hospitality-epos-page .faq[open] summary .pm{transform:rotate(45deg)}.hospitality-epos-page .faq .ans{padding:0 22px 20px;color:var(--slate);font-size:15px;line-height:1.6}.hospitality-epos-page .faq .ans a{color:var(--brand);font-weight:600}.hospitality-epos-page .price-spot{background:var(--grad);color:#fff;position:relative;overflow:hidden}.hospitality-epos-page .price-spot::after{content:"";position:absolute;inset:0;background:radial-gradient(700px 300px at 85% 0%, rgba(255,255,255,.16), transparent 60%)}.hospitality-epos-page .price-spot .wrap{position:relative;z-index:1}.hospitality-epos-page .spot-card{background:rgba(255,255,255,.97);color:var(--ink);border-radius:24px;max-width:900px;margin:0 auto;
  display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;box-shadow:0 50px 90px -40px rgba(0,0,0,.5)}.hospitality-epos-page .spot-left{padding:38px 38px}.hospitality-epos-page .spot-left .ribbon{display:inline-flex;align-items:center;gap:8px;background:var(--accent-soft);color:#d6431f;font-weight:700;font-size:13px;padding:6px 13px;border-radius:999px;margin-bottom:16px}.hospitality-epos-page .spot-left .ribbon svg{width:14px;height:14px}.hospitality-epos-page .spot-left h3{font-size:28px}.hospitality-epos-page .spot-left .plist{list-style:none;margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:11px}.hospitality-epos-page .spot-left .plist li{display:flex;gap:9px;font-size:14px;align-items:flex-start;color:#33485b}.hospitality-epos-page .spot-left .plist svg{width:17px;height:17px;color:var(--green);flex:none;margin-top:3px}.hospitality-epos-page .spot-right{background:var(--soft);border-left:1px solid var(--line);padding:38px 34px;display:flex;flex-direction:column;justify-content:center;text-align:center}.hospitality-epos-page .spot-right .was{color:#9aa6b8;text-decoration:line-through;font-size:18px;font-weight:600}.hospitality-epos-page .spot-right .now{font-family:var(--font-display);font-size:58px;font-weight:800;line-height:1;margin-top:4px}.hospitality-epos-page .spot-right .vat{font-size:15px;color:var(--slate);font-weight:600;margin-top:4px}.hospitality-epos-page .spot-right .save-pill{display:inline-block;background:var(--green-soft);color:var(--green);font-weight:700;font-size:13px;padding:5px 13px;border-radius:999px;margin-top:14px}.hospitality-epos-page .spot-right .btn{margin-top:20px;width:100%}.hospitality-epos-page .spot-right small{display:block;color:#90a2b2;font-size:12.5px;margin-top:11px}
@media(max-width:800px){.hospitality-epos-page .spot-card{grid-template-columns:1fr}.hospitality-epos-page .spot-right{border-left:0;border-top:1px solid var(--line)}.hospitality-epos-page .spot-left .plist{grid-template-columns:1fr}}.hospitality-epos-page .rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.hospitality-epos-page .rev{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.hospitality-epos-page .rev .stars{color:var(--star);letter-spacing:2px;font-size:15px;margin-bottom:11px}.hospitality-epos-page .rev p{font-size:14.5px;color:#33485b;line-height:1.6}.hospitality-epos-page .rev .who{display:flex;align-items:center;gap:11px;margin-top:16px}.hospitality-epos-page .rev .av{width:36px;height:36px;border-radius:50%;background:var(--grad);color:#fff;display:grid;place-items:center;font-weight:700;font-size:15px}.hospitality-epos-page .rev .who b{font-size:14px;display:block}.hospitality-epos-page .rev .who span{font-size:12px;color:var(--slate)}
@media(max-width:840px){.hospitality-epos-page .rev-grid{grid-template-columns:1fr}}.hospitality-epos-page .cta{background:var(--ink);color:#eaf2ff;position:relative;overflow:hidden}.hospitality-epos-page .cta::after{content:"";position:absolute;inset:0;background:radial-gradient(760px 320px at 18% 0%, rgba(0,120,186,.34), transparent 60%)}.hospitality-epos-page .cta .wrap{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center;padding:72px 26px}.hospitality-epos-page .cta h2{color:#fff;font-size:clamp(28px,3.2vw,42px)}.hospitality-epos-page .cta p.sub{color:#a9c8e6;font-size:17px;margin-top:14px;max-width:440px}.hospitality-epos-page .cta-points{list-style:none;margin-top:22px;display:flex;flex-direction:column;gap:12px}.hospitality-epos-page .cta-points li{display:flex;gap:11px;align-items:flex-start;font-size:15px;color:#dbe9f7;font-weight:600}.hospitality-epos-page .cta-points svg{width:19px;height:19px;color:#5fd08a;flex:none;margin-top:2px}.hospitality-epos-page .cta-phone{margin-top:24px;display:inline-flex;align-items:center;gap:10px;font-size:20px;font-weight:800;color:#fff}.hospitality-epos-page .cta-phone svg{width:20px;height:20px;color:#7fc0e6}.hospitality-epos-page .form-card{background:#fff;color:var(--ink);border-radius:20px;padding:30px;box-shadow:var(--shadow-lg)}.hospitality-epos-page .form-card h3{font-size:22px}.hospitality-epos-page .form-card .fsub{color:var(--slate);font-size:14px;margin-top:5px;margin-bottom:18px}.hospitality-epos-page .field{margin-bottom:13px}.hospitality-epos-page .field label{display:block;font-size:13px;font-weight:600;color:#33485b;margin-bottom:6px}.hospitality-epos-page .field label .req{color:var(--accent)}.hospitality-epos-page .field input,.hospitality-epos-page .field select{width:100%;font-family:var(--font-body);font-size:15px;color:var(--ink);
  padding:12px 13px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fbfdfe;transition:border .15s, box-shadow .15s}.hospitality-epos-page .field input:focus,.hospitality-epos-page .field select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(0,120,186,.15);background:#fff}.hospitality-epos-page .two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hospitality-epos-page .form-card .btn{width:100%;margin-top:6px;font-size:17px;padding:15px}.hospitality-epos-page .form-note{font-size:12px;color:#90a2b2;text-align:center;margin-top:11px}.hospitality-epos-page .form-success{display:none;text-align:center;padding:26px 8px}.hospitality-epos-page .form-success.show{display:block}.hospitality-epos-page .form-success .check{width:58px;height:58px;border-radius:50%;background:var(--green-soft);color:var(--green);display:grid;place-items:center;margin:0 auto 16px}.hospitality-epos-page .form-success .check svg{width:28px;height:28px}.hospitality-epos-page .form-success h3{font-size:23px}.hospitality-epos-page .form-success p{color:var(--slate);margin-top:9px}
@media(max-width:880px){.hospitality-epos-page .cta .wrap{grid-template-columns:1fr;gap:34px;padding:60px 26px}.hospitality-epos-page .two{grid-template-columns:1fr}}.hospitality-epos-page .footer{background:#06101b;color:#8ea3b8;padding:42px 0 34px;font-size:14px}.hospitality-epos-page .footer .wrap{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap}.hospitality-epos-page .footer .logo .wm .sw{color:#fff}.hospitality-epos-page .footer .logo .tag{color:#6f8298}.hospitality-epos-page .footer .fcontact{display:flex;flex-direction:column;gap:6px;font-size:13.5px}.hospitality-epos-page .footer .fcontact a{color:#cfe0ef;font-weight:600}.hospitality-epos-page .footer .legal{font-size:12px;max-width:340px;line-height:1.6;color:#67788c}.hospitality-epos-page .foot-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:26px;padding-top:18px;font-size:12px;color:#5f7080;text-align:center}.hospitality-epos-page .sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);
  border-top:1px solid var(--line);padding:10px 16px;display:none;align-items:center;justify-content:space-between;gap:12px;
  box-shadow:0 -8px 24px -16px rgba(10,44,68,.4)}.hospitality-epos-page .sticky-cta .lbl{font-size:13px;font-weight:700}.hospitality-epos-page .sticky-cta .lbl span{display:block;font-size:11px;color:var(--slate);font-weight:600}.hospitality-epos-page .sticky-cta .btn{padding:12px 18px;font-size:15px}
@media(max-width:760px){.hospitality-epos-page .sticky-cta{display:flex}.hospitality-epos-page{padding-bottom:70px}}.hospitality-epos-page[data-radius="sharp"]{--radius:7px;--radius-sm:6px}.hospitality-epos-page[data-radius="round"]{--radius:24px;--radius-sm:16px}.hospitality-epos-page[data-grad="off"]{--grad:linear-gradient(105deg,var(--brand),var(--brand))}

/* Campaign action bar: restored from the supplied HTML and offset below the theme header. */
.hospitality-epos-page{
  --he-sticky-top:0px;
  scroll-padding-top:calc(var(--he-sticky-top) + 92px);
  transform:none!important;
}
.hospitality-epos-page .campaign-nav{
  top:var(--he-sticky-top);
  z-index:950;
  border-top:1px solid var(--line);
  box-shadow:0 10px 28px -26px rgba(10,44,68,.42);
}
.hospitality-epos-page .campaign-nav .wrap{
  min-height:70px;
  height:auto;
}
.hospitality-epos-page .campaign-nav .logo,
.hospitality-epos-page .campaign-nav .nav-cta{
  min-width:0;
}
.hospitality-epos-page .campaign-nav .btn{
  min-width:210px;
  min-height:52px;
  padding:0 24px;
  border-radius:12px;
  font-size:16px;
  line-height:1;
}
.hospitality-epos-page .campaign-nav .btn:hover{
  transform:none;
}
.hospitality-epos-page h1,
.hospitality-epos-page h2,
.hospitality-epos-page h3,
.hospitality-epos-page .logo .wm,
.hospitality-epos-page .spec-group .gh b{
  letter-spacing:0;
}
@media(max-width:760px){
  .hospitality-epos-page{
    scroll-padding-top:calc(var(--he-sticky-top) + 74px);
  }
  .hospitality-epos-page .campaign-nav .wrap{
    min-height:64px;
    padding-top:8px;
    padding-bottom:8px;
    gap:12px;
  }
  .hospitality-epos-page .campaign-nav .logo{
    gap:8px;
  }
  .hospitality-epos-page .campaign-nav .logo .mark{
    width:34px;
    height:34px;
    border-radius:10px;
    font-size:19px;
    flex:none;
  }
  .hospitality-epos-page .campaign-nav .logo .wm{
    font-size:16px;
  }
  .hospitality-epos-page .campaign-nav .logo .tag,
  .hospitality-epos-page .campaign-nav .phone{
    display:none;
  }
  .hospitality-epos-page .campaign-nav .nav-cta{
    margin-left:auto;
    flex:none;
  }
  .hospitality-epos-page .campaign-nav .btn{
    min-width:0;
    min-height:44px;
    padding:0 14px;
    border-radius:11px;
    font-size:14px;
    white-space:nowrap;
  }
}
@media(max-width:420px){
  .hospitality-epos-page .campaign-nav .wrap{
    padding-left:14px;
    padding-right:14px;
  }
  .hospitality-epos-page .campaign-nav .logo .mark{
    width:32px;
    height:32px;
    font-size:18px;
  }
  .hospitality-epos-page .campaign-nav .logo .wm{
    font-size:14px;
  }
  .hospitality-epos-page .campaign-nav .btn{
    min-height:42px;
    padding:0 12px;
    font-size:13px;
  }
}

/* Scroll-only claim bar: no duplicate logo because the theme header already owns branding. */
.hospitality-epos-page .campaign-nav{
  position:fixed;
  left:0;
  right:0;
  transform:translateY(-105%);
  opacity:0;
  pointer-events:none;
  transition:transform .22s ease, opacity .22s ease;
}
.hospitality-epos-page .campaign-nav.is-visible{
  transform:translateY(0);
  opacity:1;
  pointer-events:auto;
}
.hospitality-epos-page .campaign-nav .wrap{
  justify-content:flex-end;
}
.hospitality-epos-page .campaign-nav .nav-cta{
  margin-left:auto;
}
.hospitality-epos-page .cta{
  scroll-margin-top:calc(var(--he-sticky-top) + 96px);
}
.hospitality-epos-page .form-success a{
  color:var(--brand);
  font-weight:700;
}
.campaign-nav.hospitality-epos-sticky-portal,
.sticky-cta.hospitality-epos-sticky-portal{
  --brand:#1877f2;
  --brand-2:#0e5fce;
  --grad:linear-gradient(105deg,#0e5fce 0%, #1877f2 52%, #4a9ff5 100%);
  --ink:#0a1929;
  --slate:#587082;
  --line:#dfe8ef;
  --font-body:var(--font-sans, 'Inter', ui-sans-serif, system-ui, sans-serif);
  box-sizing:border-box;
  font-family:var(--font-body);
}
.campaign-nav.hospitality-epos-sticky-portal *,
.sticky-cta.hospitality-epos-sticky-portal *{
  box-sizing:border-box;
}
.campaign-nav.hospitality-epos-sticky-portal{
  position:fixed;
  left:0;
  right:0;
  top:var(--he-sticky-top, 0px);
  z-index:950;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  box-shadow:0 10px 28px -26px rgba(10,44,68,.42);
  transform:translateY(-105%);
  opacity:0;
  pointer-events:none;
  transition:transform .22s ease, opacity .22s ease;
}
.campaign-nav.hospitality-epos-sticky-portal.is-visible{
  transform:translateY(0);
  opacity:1;
  pointer-events:auto;
}
.campaign-nav.hospitality-epos-sticky-portal .wrap{
  max-width:1180px;
  min-height:70px;
  margin:0 auto;
  padding:0 26px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
}
.campaign-nav.hospitality-epos-sticky-portal .nav-cta{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:13px;
}
.campaign-nav.hospitality-epos-sticky-portal .phone{
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:700;
  color:var(--ink);
  text-decoration:none;
}
.campaign-nav.hospitality-epos-sticky-portal .phone svg{
  width:17px;
  height:17px;
  color:var(--brand);
}
.campaign-nav.hospitality-epos-sticky-portal .btn,
.sticky-cta.hospitality-epos-sticky-portal .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font-family:var(--font-body);
  font-weight:700;
  color:#fff!important;
  background:#1877f2;
  border:0;
  border-radius:12px;
  box-shadow:0 4px 14px rgba(24,119,242,.35);
  text-decoration:none;
  cursor:pointer;
  white-space:nowrap;
}
.campaign-nav.hospitality-epos-sticky-portal .btn{
  min-width:210px;
  min-height:52px;
  padding:0 24px;
  font-size:16px;
  line-height:1;
}
.sticky-cta.hospitality-epos-sticky-portal{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:940;
  display:none;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 16px;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(10px);
  border-top:1px solid var(--line);
  box-shadow:0 -8px 24px -16px rgba(10,44,68,.4);
}
.sticky-cta.hospitality-epos-sticky-portal .lbl{
  color:var(--ink);
  font-size:13px;
  font-weight:700;
}
.sticky-cta.hospitality-epos-sticky-portal .lbl span{
  display:block;
  color:var(--slate);
  font-size:11px;
  font-weight:600;
}
.sticky-cta.hospitality-epos-sticky-portal .btn{
  min-height:44px;
  padding:0 18px;
  font-size:15px;
}
@media(max-width:760px){
  .campaign-nav.hospitality-epos-sticky-portal{
    padding:8px 12px;
  }
  .campaign-nav.hospitality-epos-sticky-portal .wrap{
    min-height:0;
    padding:0;
    justify-content:center;
  }
  .campaign-nav.hospitality-epos-sticky-portal .phone{
    display:none!important;
  }
  .campaign-nav.hospitality-epos-sticky-portal .nav-cta{
    width:100%;
    margin:0;
    justify-content:center;
  }
  .campaign-nav.hospitality-epos-sticky-portal .btn{
    width:100%;
    max-width:360px;
    min-width:0;
    min-height:46px;
    padding:0 16px;
    font-size:15px;
  }
  .sticky-cta.hospitality-epos-sticky-portal{
    display:flex;
    padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  }
  .sticky-cta.hospitality-epos-sticky-portal .lbl{
    min-width:0;
    font-size:12px;
    line-height:1.2;
  }
  .sticky-cta.hospitality-epos-sticky-portal .btn{
    flex:0 0 auto;
    min-width:128px;
    padding:0 14px;
    font-size:14px;
  }
  .hospitality-epos-page .campaign-nav .wrap{
    justify-content:center;
  }
  .hospitality-epos-page .campaign-nav .nav-cta{
    width:100%;
    justify-content:flex-end;
  }
  .hospitality-epos-page .cta{
    scroll-margin-top:calc(var(--he-sticky-top) + 82px);
  }
}
@media(max-width:380px){
  .sticky-cta.hospitality-epos-sticky-portal .lbl span{
    display:none;
  }
  .sticky-cta.hospitality-epos-sticky-portal .btn{
    min-width:116px;
    font-size:13px;
  }
}

/* Mobile stability fixes for claim buttons and hero device badges. */
@media(max-width:760px){
  .hospitality-epos-page .campaign-nav{
    padding:8px 12px;
  }
  .hospitality-epos-page .campaign-nav .wrap{
    min-height:0;
    padding:0;
  }
  .hospitality-epos-page .campaign-nav .phone{
    display:none !important;
  }
  .hospitality-epos-page .campaign-nav .nav-cta{
    width:100%;
    margin:0;
    justify-content:center;
  }
  .hospitality-epos-page .campaign-nav .btn{
    width:100%;
    max-width:360px;
    min-height:46px;
    padding:0 16px;
    font-size:15px;
  }
  .hospitality-epos-page .sticky-cta{
    padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  }
  .hospitality-epos-page .sticky-cta .lbl{
    min-width:0;
    font-size:12px;
    line-height:1.2;
  }
  .hospitality-epos-page .sticky-cta .btn{
    flex:0 0 auto;
    min-width:128px;
    min-height:44px;
    padding:0 14px;
    font-size:14px;
  }
}
@media(max-width:560px){
  .hospitality-epos-page .hero .wrap{
    padding-left:18px;
    padding-right:18px;
  }
  .hospitality-epos-page .terminal{
    max-width:100%;
  }
  .hospitality-epos-page .float-card{
    display:none;
  }
  .hospitality-epos-page .size-cap{
    justify-content:center;
    text-align:center;
    white-space:normal;
  }
  .hospitality-epos-page .size-opts{
    gap:6px;
  }
  .hospitality-epos-page .size-opts .so{
    padding:5px 10px;
    font-size:12px;
  }
}
@media(max-width:380px){
  .hospitality-epos-page .sticky-cta .lbl span{
    display:none;
  }
  .hospitality-epos-page .sticky-cta .btn{
    min-width:116px;
    font-size:13px;
  }
}

/* ============================================================
   SALE BAR REDESIGN — modern gradient + combined sticky bar
   ============================================================ */

/* Pulsing SALE pill — shared by offerbar + sticky campaign-nav */
.hospitality-epos-page .sale-pill,
.campaign-nav.hospitality-epos-sticky-portal .sale-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:5px 13px;
  border-radius:999px;
  background:linear-gradient(135deg,#ff6b4a 0%,#ff8c33 100%);
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  line-height:1;
  white-space:nowrap;
  box-shadow:0 0 0 0 rgba(255,107,74,.65);
  animation:he-sale-pulse 1.9s ease-out infinite;
}
.hospitality-epos-page .sale-pill svg,
.campaign-nav.hospitality-epos-sticky-portal .sale-pill svg{
  width:13px;
  height:13px;
}
.hospitality-epos-page .sale-pill b,
.campaign-nav.hospitality-epos-sticky-portal .sale-pill b{
  font-weight:800;
  letter-spacing:.14em;
}
@keyframes he-sale-pulse{
  0%{box-shadow:0 0 0 0 rgba(255,107,74,.55);}
  70%{box-shadow:0 0 0 12px rgba(255,107,74,0);}
  100%{box-shadow:0 0 0 0 rgba(255,107,74,0);}
}

/* Top offerbar — modern dark navy → blue gradient */
.hospitality-epos-page .offerbar{
  background:linear-gradient(135deg,#06101b 0%,#0a1929 35%,#0e3a6d 100%);
  color:#eaf2ff;
  font-weight:600;
  position:relative;
  overflow:hidden;
}
.hospitality-epos-page .offerbar::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(720px 90px at 50% 0%,rgba(120,180,255,.12),transparent 65%);
  pointer-events:none;
}
.hospitality-epos-page .offerbar .wrap{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  height:auto;
  min-height:50px;
  padding:8px 16px;
}
.hospitality-epos-page .offerbar .price-tag{
  background:rgba(255,255,255,.14);
  color:#fff;
  padding:5px 12px;
  border-radius:999px;
  font-weight:800;
  font-size:13px;
  border:1px solid rgba(255,255,255,.18);
  letter-spacing:.01em;
}

/* Tabular countdown digits in white boxes */
.hospitality-epos-page .offerbar .cd,
.hospitality-epos-page .campaign-nav .cd,
.campaign-nav.hospitality-epos-sticky-portal .cd{
  display:inline-flex;
  align-items:center;
  gap:4px;
  font-size:13px;
  font-variant-numeric:tabular-nums;
  color:#cfe2ff;
  font-weight:600;
}
.hospitality-epos-page .offerbar .cd b,
.hospitality-epos-page .campaign-nav .cd b,
.campaign-nav.hospitality-epos-sticky-portal .cd b{
  display:inline-block;
  min-width:30px;
  padding:4px 7px;
  border-radius:7px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.1);
  color:#fff;
  font-weight:800;
  font-size:13px;
  text-align:center;
}
.hospitality-epos-page .offerbar .cd-label,
.hospitality-epos-page .campaign-nav .cd-label,
.campaign-nav.hospitality-epos-sticky-portal .cd-label{
  margin-right:4px;
  font-weight:600;
  color:#bcdcff;
}
.hospitality-epos-page .offerbar .cd-unit,
.hospitality-epos-page .campaign-nav .cd-unit,
.campaign-nav.hospitality-epos-sticky-portal .cd-unit{
  color:#8db8e6;
  font-weight:700;
  font-size:12px;
  margin:0 4px 0 2px;
}

/* Combined sticky bar: dark gradient + SALE info + accent CTA */
.hospitality-epos-page .campaign-nav,
.campaign-nav.hospitality-epos-sticky-portal{
  background:linear-gradient(135deg,#06101b 0%,#0a1929 32%,#0e3a6d 100%) !important;
  color:#eaf2ff !important;
  backdrop-filter:none !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  border-top:0 !important;
  box-shadow:0 14px 32px -18px rgba(6,16,27,.7) !important;
}
.hospitality-epos-page .campaign-nav .wrap,
.campaign-nav.hospitality-epos-sticky-portal .wrap{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  padding:8px 20px !important;
  min-height:64px !important;
  max-width:1180px !important;
  margin:0 auto !important;
}
.hospitality-epos-page .campaign-nav .sale-info,
.campaign-nav.hospitality-epos-sticky-portal .sale-info{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  flex:1 1 auto;
}
.hospitality-epos-page .campaign-nav .price-tag,
.campaign-nav.hospitality-epos-sticky-portal .price-tag{
  background:rgba(255,255,255,.14);
  color:#fff;
  padding:5px 12px;
  border-radius:999px;
  font-weight:800;
  font-size:13px;
  border:1px solid rgba(255,255,255,.18);
  letter-spacing:.01em;
}
.hospitality-epos-page .campaign-nav .nav-cta,
.campaign-nav.hospitality-epos-sticky-portal .nav-cta{
  flex:0 0 auto !important;
  margin-left:auto !important;
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  width:auto !important;
  justify-content:flex-end !important;
}
.hospitality-epos-page .campaign-nav .phone,
.campaign-nav.hospitality-epos-sticky-portal .phone{
  color:#fff !important;
  font-weight:700;
}
.hospitality-epos-page .campaign-nav .phone svg,
.campaign-nav.hospitality-epos-sticky-portal .phone svg{
  color:#7fc0e6 !important;
}
.hospitality-epos-page .campaign-nav .btn,
.campaign-nav.hospitality-epos-sticky-portal .btn{
  background:linear-gradient(135deg,#ff6b4a 0%,#ff8c33 100%) !important;
  color:#fff !important;
  border:none !important;
  box-shadow:0 8px 22px -8px rgba(255,107,74,.7) !important;
  min-width:0 !important;
  white-space:nowrap;
}
.hospitality-epos-page .campaign-nav .btn:hover,
.campaign-nav.hospitality-epos-sticky-portal .btn:hover{
  filter:brightness(1.05);
  transform:translateY(-1px);
}

/* Mobile tuning */
@media(max-width:760px){
  .hospitality-epos-page .offerbar .wrap{
    gap:9px;
    padding:8px 12px;
  }
  .hospitality-epos-page .offerbar .cd-label{
    display:none;
  }
  .hospitality-epos-page .campaign-nav .wrap,
  .campaign-nav.hospitality-epos-sticky-portal .wrap{
    gap:10px !important;
    padding:8px 12px !important;
    min-height:56px !important;
    justify-content:space-between !important;
  }
  .hospitality-epos-page .campaign-nav .sale-info,
  .campaign-nav.hospitality-epos-sticky-portal .sale-info{
    gap:8px;
    flex-wrap:nowrap;
  }
  .hospitality-epos-page .campaign-nav .sale-info .hide-md,
  .campaign-nav.hospitality-epos-sticky-portal .sale-info .hide-md,
  .hospitality-epos-page .campaign-nav .sale-info .hide-sm,
  .campaign-nav.hospitality-epos-sticky-portal .sale-info .hide-sm{
    display:none;
  }
  .hospitality-epos-page .campaign-nav .nav-cta .phone,
  .campaign-nav.hospitality-epos-sticky-portal .nav-cta .phone{
    display:none !important;
  }
  .hospitality-epos-page .campaign-nav .nav-cta,
  .campaign-nav.hospitality-epos-sticky-portal .nav-cta{
    width:auto !important;
    flex:0 0 auto !important;
  }
  .hospitality-epos-page .campaign-nav .btn,
  .campaign-nav.hospitality-epos-sticky-portal .btn{
    width:auto !important;
    max-width:none !important;
    min-width:0 !important;
    min-height:42px !important;
    padding:0 14px !important;
    font-size:14px !important;
  }
  .hospitality-epos-page .campaign-nav .cd b,
  .campaign-nav.hospitality-epos-sticky-portal .cd b{
    min-width:26px;
    padding:3px 6px;
    font-size:12px;
  }
  .hospitality-epos-page .campaign-nav .cd,
  .campaign-nav.hospitality-epos-sticky-portal .cd{
    gap:3px;
    font-size:12px;
  }
  .hospitality-epos-page .campaign-nav .cd-unit,
  .campaign-nav.hospitality-epos-sticky-portal .cd-unit{
    margin:0 3px 0 1px;
    font-size:11px;
  }
  .hospitality-epos-page .sale-pill,
  .campaign-nav.hospitality-epos-sticky-portal .sale-pill{
    padding:4px 9px;
    font-size:10px;
  }
}
@media(max-width:420px){
  .hospitality-epos-page .campaign-nav .sale-info .price-tag,
  .campaign-nav.hospitality-epos-sticky-portal .sale-info .price-tag{
    display:none;
  }
  .hospitality-epos-page .offerbar .price-tag{
    font-size:12px;
    padding:4px 9px;
  }
}
