/* FiQR homepage (fiespor.com). Same Ember palette as the panel. */
body.public:has(.lp) {background:#11130f;color:#f0e3ce}
.lp {
  --lp-bg:#11130f; --lp-panel:#1a1e16; --lp-raised:#232a1e; --lp-line:#343c2c;
  --lp-text:#f0e3ce; --lp-muted:#b4bea6; --lp-faint:#8e9a7e;
  --lp-orange:#f58416; --lp-olive:#bdce8b; --lp-forest:#30381e;
  --lp-serif:Georgia,'Times New Roman',serif;
  max-width:1180px;margin:0 auto;padding:0 24px;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--lp-text);
  overflow-x:clip;
}
.lp a {color:inherit;text-decoration:none}
.lp h1,.lp h2,.lp h3 {color:var(--lp-text);margin:0}
.lp p {margin:0}
.lp svg {fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

/* Nav */
.lp-nav {display:flex;align-items:center;gap:28px;padding:22px 0}
.lp-brand {display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px;letter-spacing:-.4px}
.lp-mark {display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--lp-orange);color:#1b1c15;font-size:15px;font-weight:800;letter-spacing:0}
.lp-mark-sm {width:24px;height:24px;border-radius:7px;font-size:11px;margin-right:8px}
.lp-nav-links {display:flex;gap:22px;margin-left:auto;font-size:14px;color:var(--lp-muted)}
.lp-nav-links a:hover {color:var(--lp-text)}

/* Buttons */
.lp-btn {display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:10px;font-size:14px;font-weight:650;transition:transform .15s,background .15s,border-color .15s;white-space:nowrap}
.lp-btn:active {transform:scale(.98)}
.lp-btn-primary {background:var(--lp-orange);color:#1f1608!important;border:1px solid #d46805}
.lp-btn-primary:hover {background:#ff9a3a}
.lp-btn-ghost {border:1px solid var(--lp-line);background:var(--lp-panel);min-height:40px;padding:0 16px;font-size:13px}
.lp-btn-ghost:hover {border-color:var(--lp-faint)}
.lp-btn-quiet {color:var(--lp-muted)!important;padding:0 8px}
.lp-btn-quiet:hover {color:var(--lp-text)!important}

/* Hero */
.lp-hero {display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:56px;align-items:center;padding:64px 0 88px}
.lp-kicker {font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--lp-olive);margin-bottom:18px!important}
.lp .lp-hero h1 {font-family:var(--lp-serif);font-weight:400;font-size:clamp(40px,5.6vw,68px);line-height:1.04;letter-spacing:-1.5px}
.lp-hero h1 em {font-style:italic;color:var(--lp-orange)}
.lp-lead {font-size:17px;line-height:1.65;color:var(--lp-muted);margin:24px 0 32px!important;max-width:520px}
.lp-cta {display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.lp-guest {display:flex;gap:10px;align-items:flex-start;margin-top:36px!important;padding:14px 16px;border-radius:12px;background:var(--lp-panel);border:1px solid var(--lp-line);font-size:13.5px;line-height:1.6;color:var(--lp-muted);max-width:520px}
.lp-guest svg {flex:none;width:20px;height:20px;color:var(--lp-olive);margin-top:1px}
.lp-guest b {color:var(--lp-text)}

/* Hero visual: a phone showing the guest menu, with panel cards around it */
.lp-stage {position:relative;display:grid;place-items:center;min-height:540px}
.lp-stage::before {content:'';position:absolute;inset:8% 4%;border-radius:50%;background:radial-gradient(closest-side,#f5841624,#f5841600);filter:blur(10px)}
.lp-phone {position:relative;width:270px;height:540px;border-radius:40px;background:#0b0c09;border:1px solid #3a3f31;padding:12px;box-shadow:0 40px 80px #00000073,inset 0 0 0 2px #1c1f18;transform:rotate(-3deg)}
.lp-phone-notch {position:absolute;top:18px;left:50%;width:74px;height:20px;margin-left:-37px;border-radius:12px;background:#0b0c09;z-index:1}
.lp-phone-screen {height:100%;border-radius:30px;background:#171a13;padding:52px 14px 14px;display:flex;flex-direction:column;gap:10px;overflow:hidden}
.lp-m-head {display:flex;justify-content:space-between;align-items:baseline}
.lp-m-table {font-family:var(--lp-serif);font-size:22px}
.lp-m-timer {font-size:11px;color:var(--lp-olive);font-variant-numeric:tabular-nums}
.lp-m-tabs {display:flex;gap:6px;margin-bottom:4px}
.lp-m-tabs span {font-size:10.5px;padding:5px 9px;border-radius:99px;background:var(--lp-raised);color:var(--lp-muted)}
.lp-m-tabs .is-on {background:var(--lp-text);color:#171a13;font-weight:700}
.lp-m-item {display:flex;align-items:center;gap:10px;padding:9px;border-radius:14px;background:var(--lp-panel);border:1px solid #262c21}
.lp-m-item span {flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}
.lp-m-item b {font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.lp-m-item small {font-size:10.5px;color:var(--lp-faint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.lp-m-item em {font-style:normal;font-size:12px;font-weight:700;color:var(--lp-orange)}
.lp-m-img {flex:none;width:42px;height:42px;border-radius:10px}
.lp-img-1 {background:radial-gradient(circle at 50% 45%,#6b3d1c 0 30%,#e9d9bd 31% 38%,#3a2a1a 39%)}
.lp-img-2 {background:radial-gradient(circle at 50% 55%,#b8431a 0 24%,#f0e3ce 25% 29%,#2f3322 30%)}
.lp-img-3 {background:linear-gradient(135deg,#d9a55a 0 45%,#8f5a24 46% 54%,#d9a55a 55%)}
.lp-m-cart {margin-top:auto;display:flex;flex-direction:column;gap:2px;padding:12px 14px;border-radius:14px;background:var(--lp-orange);color:#1f1608}
.lp-m-cart span {font-size:10.5px;opacity:.75}
.lp-m-cart b {font-size:13px}
.lp-float {position:absolute;background:#1c2018f2;border:1px solid var(--lp-line);border-radius:14px;box-shadow:0 18px 40px #00000059;backdrop-filter:blur(8px)}
.lp-float-order {top:20%;left:-4%;display:flex;gap:10px;align-items:flex-start;padding:12px 14px;max-width:250px;animation:lp-rise .7s .3s cubic-bezier(.2,.8,.2,1) both}
.lp-float-order span:last-child {display:flex;flex-direction:column;gap:2px}
.lp-float-order b {font-size:12.5px}
.lp-float-order small {font-size:11px;color:var(--lp-muted)}
.lp-dot {flex:none;width:9px;height:9px;margin-top:4px;border-radius:50%;background:var(--lp-orange);box-shadow:0 0 0 4px #f5841633}
.lp-float-stat {bottom:14%;right:-2%;display:flex;flex-direction:column;gap:4px;padding:14px 18px;background:var(--lp-forest);border-color:#48552c;animation:lp-rise .7s .5s cubic-bezier(.2,.8,.2,1) both}
.lp-float-stat small {font-size:11px;color:#cfd4b5}
.lp-float-stat b {font-family:var(--lp-serif);font-weight:400;font-size:28px;color:#fff4dd}
.lp-up {font-size:11px;color:var(--lp-olive)}

/* Sections */
.lp-steps,.lp-features {padding:72px 0;border-top:1px solid var(--lp-line)}
.lp .lp-steps h2,.lp .lp-features h2,.lp .lp-band h2 {font-family:var(--lp-serif);font-weight:400;font-size:clamp(28px,3.6vw,40px);letter-spacing:-.6px;line-height:1.15}
.lp-steps ol {list-style:none;margin:40px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;counter-reset:none}
.lp-steps li {position:relative;padding:26px;border-radius:16px;background:var(--lp-panel);border:1px solid var(--lp-line)}
.lp-step-no {display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;border:1px solid var(--lp-orange);color:var(--lp-orange);font-weight:700;font-size:14px;margin-bottom:18px}
.lp-steps h3,.lp-grid h3 {font-size:17px;font-weight:650;margin-bottom:8px}
.lp-steps p,.lp-grid p {font-size:14px;line-height:1.65;color:var(--lp-muted)}
.lp-grid {margin-top:40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--lp-line);border:1px solid var(--lp-line);border-radius:16px;overflow:hidden}
.lp-grid article {background:var(--lp-bg);padding:28px 26px;transition:background .2s}
.lp-grid article:hover {background:var(--lp-panel)}
.lp-grid svg {width:26px;height:26px;color:var(--lp-orange);margin-bottom:18px}

.lp-band {display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;margin:24px 0 72px;padding:40px 44px;border-radius:20px;background:var(--lp-forest);border:1px solid #48552c}
.lp-band p {color:#cfd4b5;margin-top:8px!important;font-size:15px}
.lp-band h2 {color:#fff4dd}

.lp-foot {display:flex;justify-content:space-between;align-items:center;gap:12px;padding:26px 0 40px;border-top:1px solid var(--lp-line);font-size:13px;color:var(--lp-faint)}
.lp-foot > span:first-child {display:flex;align-items:center;font-weight:700;color:var(--lp-muted)}

.lp a:focus-visible {outline:3px solid var(--lp-orange);outline-offset:3px;border-radius:8px}
@keyframes lp-rise {from {opacity:0;transform:translateY(12px)}}
@media (prefers-reduced-motion:reduce) {.lp-float {animation:none}}

@media (max-width:960px) {
  .lp-hero {grid-template-columns:1fr;gap:40px;padding:40px 0 64px}
  .lp-stage {min-height:500px}
  .lp-steps ol,.lp-grid {grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:600px) {
  .lp {padding:0 16px}
  .lp-nav {gap:12px;padding:16px 0}
  .lp-nav-links {display:none}
  .lp-btn-ghost {margin-left:auto}
  .lp-lead {font-size:15.5px}
  .lp-cta .lp-btn-primary {flex:1}
  .lp-stage {min-height:470px}
  .lp-phone {width:252px;height:470px;transform:rotate(-2deg)}
  .lp-phone-screen {padding:48px 12px 12px;gap:8px}
  .lp-m-item {padding:8px;gap:8px}
  .lp-m-img {width:36px;height:36px}
  .lp-float-order {left:-4px;top:6%;max-width:200px}
  .lp-float-stat {right:-4px;bottom:6%;padding:10px 14px}
  .lp-float-stat b {font-size:22px}
  .lp-steps,.lp-features {padding:52px 0}
  .lp-steps ol,.lp-grid {grid-template-columns:1fr}
  .lp-band {padding:28px 22px;margin-bottom:48px}
  .lp-band .lp-btn {width:100%}
}
