:root {
  color-scheme: light;
  --landing-bg: #eaf5f1;
  --landing-paper: #ffffff;
  --landing-ink: #173a32;
  --landing-muted: #547168;
  --landing-green: #14765d;
  --landing-green-dark: #0e5a47;
  --landing-line: #bfd9cf;
  --landing-blue: #2670cf;
  --landing-blue-bg: #edf5ff;
  --landing-shadow: 0 15px 34px rgb(12 55 43 / 12%);
}

* { box-sizing: border-box; }
html { background: var(--landing-bg); }
body { margin: 0; color: var(--landing-ink); font: 400 14px/1.45 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
html.landing-document, body.landing-page { overscroll-behavior-y: none; }
body.landing-modal-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a, [role="button"] { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus { outline: none; }
button:focus:not(:focus-visible), a:focus:not(:focus-visible), [role="button"]:focus:not(:focus-visible), summary:focus:not(:focus-visible) { outline: none; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid #f3bd57; outline-offset: 3px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.landing-page { min-width: 320px; background: var(--landing-bg); }
.landing-shell { isolation: isolate; position: relative; width: min(980px, calc(100% - 40px)); margin: 0 auto; padding: 17px 0 25px; }
.landing-header { min-height: 47px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.landing-header, .landing-actions, .landing-benefits, .landing-grid-intro, .landing-grid-explainer { position: relative; z-index: 3; }
.landing-grid { position: relative; }
.landing-brand { color: var(--landing-ink); font-size: 20px; font-weight: 700; letter-spacing: -1px; text-decoration: none; }
.landing-brand span { color: var(--landing-green); }
.landing-header-action { background: transparent; border: 1px solid var(--landing-line); border-radius: 99px; color: var(--landing-green-dark); font-size: 12px; font-weight: 700; min-height: 34px; padding: 6px 12px; }
.landing-header-action:hover { background: #f5fbf8; border-color: #8fc8b6; }

.landing-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(292px, .9fr); grid-template-areas: "intro guest" "staff explainer"; align-items: center; column-gap: clamp(24px, 4vw, 46px); row-gap: 4px; padding: 15px 0 21px; }
.landing-demo-pair { display: contents; }
.landing-grid-intro { grid-area: intro; }
.guest-stage { grid-area: guest; }
.staff-stage { grid-area: staff; }
.landing-grid-explainer { grid-area: explainer; }
.landing-intro, .landing-explainer { max-width: 420px; }
.landing-kicker { color: var(--landing-green); font-size: 10px; font-weight: 750; letter-spacing: .12em; margin: 0 0 10px; text-transform: uppercase; }
.landing-intro h1 { max-width: 18ch; font-size: clamp(23px, 3.25vw, 32px); letter-spacing: -.055em; line-height: 1.08; margin: 0; text-wrap: balance; }
.landing-intro h1::selection, .landing-explainer h2::selection { color: var(--landing-paper); background: var(--landing-green); }
.landing-rescan { appearance: none; background: transparent; border: 0; border-bottom: 2px solid #61bba7; border-radius: 0; color: var(--landing-green-dark); cursor: pointer; font: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; padding: 0; transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.landing-rescan:hover { border-color: var(--landing-green-dark); color: var(--landing-green); transform: translateY(-1px); }
.landing-how-button { appearance: none; background: transparent; border: 0; border-bottom: 2px solid #61bba7; color: var(--landing-green); cursor: pointer; padding: 0; text-align: left; transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.landing-how-button:hover { border-color: var(--landing-green-dark); color: var(--landing-green-dark); transform: translateY(-1px); }
.landing-lead, .landing-explainer p:not(.landing-kicker) { color: var(--landing-muted); font-size: 13px; margin: 14px 0 0; max-width: 42ch; }
.landing-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.landing-actions-bottom { justify-content: center; margin: 4px 0 17px; }
.landing-button { border: 1px solid transparent; border-radius: 100px; font-size: 13px; min-height: 39px; padding: 8px 15px; transition: background .2s ease, color .2s ease, transform .2s ease; }
.landing-button:hover { transform: translateY(-1px); }
.landing-button.primary { color: white; background: var(--landing-green); }
.landing-button.primary:hover { background: var(--landing-green-dark); }
.landing-button.secondary { color: var(--landing-ink); border-color: var(--landing-line); background: transparent; }
.landing-button.secondary:hover { background: #f5fbf8; }
.landing-button.danger { background: white; border-color: #df7676; color: #ae2626; }
.landing-button.danger:hover { background: #fff4f4; }
.landing-explainer { align-self: center; border-left: 1px solid var(--landing-line); padding-left: clamp(16px, 3vw, 30px); }
.landing-explainer h2 { font-size: clamp(20px, 2.5vw, 27px); letter-spacing: -.045em; line-height: 1.18; margin: 0; max-width: 28ch; }
.landing-stats-preview { background: linear-gradient(145deg, #fbfffd, #edf9f4); border: 1px solid #d5e9e0; border-radius: 15px; box-shadow: 0 9px 22px rgb(12 55 43 / 8%); color: var(--landing-muted); font-size: 12px; margin: 0; padding: 10px; width: min(100%, 306px); position: relative; z-index: 3; }
.landing-stats-heading { display: flex; align-items: baseline; gap: 7px; justify-content: space-between; }
.landing-stats-title { color: var(--landing-green-dark); font-size: 12px; font-weight: 750; margin: 0; }
.landing-stats-preview-grid { display: grid; gap: 7px; margin-top: 8px; }
.landing-stats-note { align-self: center; color: var(--landing-muted); font-size: 10px; line-height: 1.35; margin: -4px 0 0; max-width: 306px; text-align: center; width: min(100%, 306px); }
.landing-stats-preview-grid span { background: rgb(255 255 255 / 78%); border: 1px solid #dceae4; border-radius: 10px; display: grid; gap: 3px; min-width: 0; overflow: hidden; padding: 8px 5px; position: relative; text-align: center; }
.landing-stats-preview-grid span::after { background: radial-gradient(circle, rgb(255 249 202 / 96%) 0 8%, rgb(116 238 199 / 64%) 28%, rgb(46 200 163 / 18%) 52%, transparent 72%); border-radius: 50%; content: ""; height: 54px; left: 50%; opacity: 0; pointer-events: none; position: absolute; top: 50%; transform: translate(-50%, -50%) scale(.2); width: 54px; }
.landing-stats-preview-grid span.journey-absorbing::after { animation: stat-journey-absorb .46s ease-out both; }
.landing-stats-preview-grid .landing-stat-scan { background: linear-gradient(105deg, #d8f5ea, #f2fffa); border-color: #a8dbc8; min-height: 48px; padding: 8px; }
.landing-stats-minor-grid { display: grid; gap: 6px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.landing-stats-preview-grid b { color: var(--landing-green-dark); font-size: 16px; line-height: 1; }
.landing-stats-preview-grid .landing-stat-scan b { font-size: 23px; }
.landing-stats-preview-grid small { font-size: 12px; line-height: 1.15; overflow-wrap: anywhere; }
.landing-stats-preview-grid b { font-variant-numeric: tabular-nums; }
.demo-journey { bottom: 0; height: 100%; left: 0; pointer-events: none; position: fixed; right: 0; top: 0; width: 100%; z-index: 20; overflow: visible; }
.landing-shell.is-viewport-changing .nfc-waves { opacity: 0 !important; }
.landing-shell.is-viewport-changing .guest-actions button { animation-play-state: paused; }
.demo-journey .journey-guide { fill: none; stroke: none; }
.demo-journey .journey-mist { fill: url(#journey-mist); }
.demo-journey .journey-dust { fill: #17bfa4; }
.demo-journey .journey-star { fill: #eab551; }
.demo-journey .journey-glow { fill: url(#journey-mist); opacity: .65; }
.demo-journey .journey-pulse { fill: url(#journey-head); }

.phone-stage { min-width: 0; position: relative; }
.guest-stage { min-height: 372px; display: grid; align-items: center; justify-items: center; }
.nfc-disc { appearance: none; background: transparent; border: 0; border-radius: 50%; box-shadow: none; cursor: pointer; height: min(70%, 248px); overflow: visible; padding: 0; position: absolute; right: calc(50% - 185px); top: 14%; width: min(70%, 248px); z-index: 2; }
.nfc-disc img { border-radius: inherit; display: block; height: 100%; object-fit: contain; object-position: center; width: 100%; }
.phone { background: var(--landing-paper); border: 5px solid var(--landing-ink); box-shadow: var(--landing-shadow); overflow: hidden; position: relative; z-index: 3; }
.guest-phone { --guest-drag-x: 0px; --guest-drag-y: 0px; --phone-angle: 2deg; border-radius: 30px; min-height: 350px; padding: 11px 12px 14px; transform: translate(var(--guest-drag-x), var(--guest-drag-y)) rotate(var(--phone-angle)); transition: transform .45s cubic-bezier(.2,.8,.2,1); width: min(100%, 270px); }
.guest-stage.is-scanning .guest-phone, .guest-phone.is-dragging { will-change: transform; }
.guest-stage.is-scanning .guest-phone { transition: none; }
.boot-screen { transition: opacity .18s ease-out; }
.boot-screen.is-unlocked { opacity: 0; pointer-events: none; }
.guest-phone.is-dragging { cursor: grabbing; transition: none; }
.guest-drag-surface { cursor: grab; inset: 0; position: absolute; touch-action: pan-y pinch-zoom; -webkit-touch-callout: none; user-select: none; z-index: 1; }
.guest-actions, .guest-phone .phone-top, .guest-phone .phone-notch { pointer-events: none; }
.guest-actions button, .guest-phone .phone-locale { pointer-events: auto; }
.nfc-disc picture { display: block; width: 100%; height: 100%; }
.nfc-waves { backface-visibility: hidden; contain: paint; height: min(1100px, 140vmax); left: var(--nfc-wave-x, 50%); pointer-events: none; position: fixed; top: var(--nfc-wave-y, 50%); transform: translate3d(-50%, -50%, 0); width: min(1100px, 140vmax); will-change: transform; z-index: 1; }
.nfc-waves span { backface-visibility: hidden; border: 2px solid rgb(31 155 225 / 60%); border-radius: 50%; inset: 0; opacity: 0; position: absolute; will-change: opacity, transform; }
.nfc-waves.is-active span { animation: none; }
.nfc-waves.is-active span:nth-child(2) { animation-delay: .3s; }
.nfc-waves.is-active span:nth-child(3) { animation-delay: .6s; }
.nfc-waves.is-single-wave span:nth-child(n + 2) { animation: none; }
.guest-phone.is-dragging .guest-drag-surface { cursor: grabbing; }
.staff-stage { align-items: center; display: flex; flex-direction: column; gap: 12px; justify-content: center; margin-top: -88px; min-height: 335px; }
.staff-phone { border-radius: 28px; min-height: 320px; padding: 11px 12px 14px; transform: rotate(-2deg); width: min(100%, 263px); }
.phone-notch { background: var(--landing-ink); border-radius: 12px; height: 4px; margin: 0 auto 9px; position: relative; width: 44px; z-index: 10; }
.phone-top { align-items: center; color: var(--landing-ink); display: flex; font-size: 11px; gap: 7px; justify-content: space-between; min-height: 28px; position: relative; z-index: 5; }
.phone-top strong { font-size: 12px; letter-spacing: -.35px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.phone-top select { appearance: none; background: #f7fbf9; border: 1px solid var(--landing-line); border-radius: 8px; color: var(--landing-green-dark); font-size: 10px; font-weight: 650; max-width: 82px; min-height: 28px; padding: 4px 22px 4px 7px; background-image: linear-gradient(45deg, transparent 50%, var(--landing-green) 50%), linear-gradient(135deg, var(--landing-green) 50%, transparent 50%); background-position: calc(100% - 11px) 12px, calc(100% - 8px) 12px; background-repeat: no-repeat; background-size: 4px 4px, 4px 4px; }
.phone-locale { position: relative; }
.phone-locale-trigger { align-items: center; appearance: none; background: #f7fbf9; border: 1px solid var(--landing-line); border-radius: 8px; color: var(--landing-green-dark); display: flex; font-size: 10px; font-weight: 650; gap: 4px; justify-content: space-between; min-height: 28px; min-width: 79px; padding: 4px 7px; }
.phone-locale-trigger > span { max-width: 52px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.phone-locale-trigger > b { font-size: 12px; font-weight: 500; line-height: 1; }
.phone-locale-menu { background: var(--landing-paper); border: 1px solid var(--landing-line); border-radius: 10px; box-shadow: 0 8px 22px rgb(12 55 43 / 18%); max-height: 218px; overflow-y: auto; padding: 4px; position: absolute; right: 0; top: calc(100% + 4px); width: 137px; z-index: 10; }
.phone-locale-option { background: transparent; border: 0; border-radius: 6px; color: var(--landing-ink); display: block; font-size: 10px; padding: 6px 7px; text-align: left; width: 100%; }
.phone-locale-option:hover, .phone-locale-option[aria-selected="true"] { background: #eaf5f1; color: var(--landing-green-dark); }
.staff-locale .phone-locale-menu { max-height: 167px; z-index: 11; }

.boot-screen { align-items: center; background: radial-gradient(circle at 30% 22%, #f9fffb, #dcefe7 67%, #cae2d8); display: flex; flex-direction: column; inset: 0; justify-content: center; padding-top: 10px; position: absolute; text-align: center; z-index: 8; }
.boot-screen time:first-child { color: #173a32; font-size: 37px; font-variant-numeric: tabular-nums; font-weight: 650; letter-spacing: -2px; line-height: 1; }
.boot-screen time:nth-child(2) { color: var(--landing-muted); font-size: 10px; font-weight: 650; margin-top: 5px; }
.boot-screen span { border: 1px solid rgb(20 118 93 / 30%); border-radius: 99px; color: var(--landing-green-dark); font-size: 9px; font-weight: 800; letter-spacing: .13em; margin-top: 25px; padding: 5px 9px; }

.guest-status { align-items: center; background: #eff8f4; border: 1px solid #cbe0d7; border-radius: 8px; box-shadow: 0 5px 14px rgb(12 55 43 / 12%); color: var(--landing-green-dark); display: flex; font-size: 10px; font-weight: 650; left: 11px; min-height: 29px; padding: 6px 8px; position: absolute; right: 11px; top: calc(48px + var(--guest-status-offset, 0px)); z-index: 12; animation: notification-in .25s ease-out both; transition: top .22s ease-out; }
.guest-actions { display: grid; gap: 7px; margin-top: 9px; position: relative; z-index: 3; }
.guest-actions button { align-items: center; background: var(--landing-paper); border: 1px solid #dceae4; border-radius: 13px; color: #102b25; display: grid; font-size: 15px; gap: 8px; grid-template-columns: 32px 1fr 10px; min-height: 55px; overflow: visible; padding: 8px 10px; position: relative; text-align: left; transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.guest-actions button:nth-child(1) { animation: action-highlight 7.2s ease-in-out .1s infinite; }
.guest-actions button:nth-child(2) { animation: action-highlight 7.2s ease-in-out 1.9s infinite; }
.guest-actions button:nth-child(3) { animation: action-highlight 7.2s ease-in-out 3.7s infinite; }
.guest-actions button:nth-child(4) { animation: action-highlight 7.2s ease-in-out 5.5s infinite; }
.guest-actions button:hover { background: #f1faf6; border-color: var(--landing-green); transform: translateX(2px); }
.guest-actions button:active { transform: translateY(1px); }
.guest-actions b { color: var(--landing-green); font-size: 22px; font-weight: 400; }
.action-icon { align-items: center; background: #eaf5f1; border-radius: 10px; display: inline-flex; font-size: 19px; height: 32px; justify-content: center; width: 32px; }
.review-action .action-icon { background: #eaf5f1; color: #c88600; text-shadow: 0 1px #fff; }

.guest-demo-screen { align-items: center; background: linear-gradient(155deg, #fbfffd, #e6f6ef); display: flex; flex-direction: column; inset: 0; justify-content: center; padding: 45px 22px 18px; position: absolute; text-align: center; z-index: 7; }
.guest-demo-screen strong { font-size: 14px; line-height: 1.25; max-width: 15ch; }
.demo-food-icon { background: white; border-radius: 50%; box-shadow: 0 8px 18px rgb(12 55 43 / 12%); font-size: 42px; height: 78px; line-height: 78px; margin-bottom: 13px; width: 78px; }
.review-demo-screen { gap: 13px; overflow: hidden; }
.review-stars { color: #f2b300; display: flex; font-size: 24px; gap: 2px; left: 50%; position: absolute; top: 25%; transform: translateX(-50%); }
.review-stars span { animation: review-star-flight 2.45s cubic-bezier(.25,.8,.25,1) both; }
.review-stars span:nth-child(2) { animation-delay: .12s; }
.review-stars span:nth-child(3) { animation-delay: .24s; }
.review-stars span:nth-child(4) { animation-delay: .36s; }
.review-stars span:nth-child(5) { animation-delay: .48s; }
.google-review-mark { align-items: center; background: white; border-radius: 13px; box-shadow: 0 8px 18px rgb(12 55 43 / 14%); display: flex; justify-content: center; margin-top: 27px; padding: 6px 8px; position: relative; width: min(100%, 142px); }
.google-review-mark img { display: block; height: auto; max-width: 100%; }

.demo-push { align-items: flex-start; background: white; border: 1px solid #cbe0fa; border-radius: 9px; box-shadow: 0 7px 17px rgb(12 77 152 / 19%); color: #173958; display: flex; flex-direction: column; font-size: 10px; gap: 1px; left: 10px; padding: 6px 8px; position: absolute; right: 10px; text-align: left; top: 47px; z-index: 4; animation: notification-in .25s ease-out both; }
.demo-push b { color: var(--landing-blue); font-size: 10px; }
.staff-board { background: #f8fbfa; border: 1px solid #e3eeea; border-radius: 14px; min-height: 196px; margin-top: 31px; padding: 12px; }
.staff-board h2 { font-size: 21px; font-weight: 600; letter-spacing: -1px; line-height: 1.1; margin: 0; }
.table-number { color: var(--landing-blue); font-size: 16px; font-weight: 700; margin: 9px 0 11px; }
.guest-card { background: white; border: 1px solid #dce9e4; border-radius: 12px; box-shadow: 0 5px 12px rgb(24 74 61 / 8%); font-size: 12px; padding: 10px; transition: border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.guest-card.call-active { background: var(--landing-blue-bg); border: 2px solid var(--landing-blue); box-shadow: 0 5px 15px rgb(38 112 207 / 20%); padding: 9px; }
.guest-card p { margin: 0 0 6px; }
.staff-history { border-top: 1px solid #e4eee9; color: var(--landing-muted); display: flex; flex-wrap: wrap; font-size: 11px; gap: 5px 8px; padding-top: 7px; }
.staff-history span { white-space: nowrap; }
.staff-history i { font-style: normal; }
.staff-history-review i { color: #c88600; text-shadow: 0 1px #fff; }
.staff-phone.call-active { animation: staff-vibrate .17s linear infinite; }

@keyframes notification-in { from { opacity: 0; transform: translateY(-9px); } to { opacity: 1; transform: translateY(0); } }
@keyframes action-highlight { 0%, 84%, 100% { background: var(--landing-paper); border-color: #dceae4; box-shadow: 0 0 0 0 rgb(68 182 142 / 0%); } 88% { background: #f1faf6; border-color: #b7e2d2; box-shadow: 0 0 0 3px rgb(105 215 178 / 16%), 0 7px 18px rgb(42 145 110 / 12%); } 92% { background: #e8f7f0; border-color: #8dd5bc; box-shadow: 0 0 0 4px rgb(105 215 178 / 10%), 0 8px 20px rgb(42 145 110 / 15%); } 96% { background: #f4fbf8; border-color: #c5e6d9; box-shadow: 0 0 0 2px rgb(105 215 178 / 7%); } }
@keyframes stat-journey-absorb { 0% { opacity: 0; transform: translate(-50%, -50%) scale(.18); } 18% { opacity: .94; transform: translate(-50%, -50%) scale(.48); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.12); } }
@keyframes staff-vibrate { 0%, 100% { transform: rotate(-2deg) translate(0); } 25% { transform: rotate(-2deg) translate(-2.4px, 1px); } 75% { transform: rotate(-2deg) translate(2.4px, -1px); } }
@keyframes review-star-flight { 0% { opacity: 0; transform: translate(0, 15px) scale(.45); } 22% { opacity: 1; transform: translate(0, 0) scale(1); } 62% { opacity: 1; transform: translate(0, 34px) scale(.78); } 100% { opacity: 0; transform: translate(0, 77px) scale(.16); } }
@keyframes nfc-page-wave { 0% { opacity: .8; transform: scale(.01); } 72% { opacity: .3; } 100% { opacity: 0; transform: scale(1); } }
@keyframes landing-spinner { to { transform: rotate(360deg); } }

.landing-benefits { align-items: center; border-top: 1px solid var(--landing-line); color: var(--landing-muted); display: grid; font-size: 12px; gap: 14px 16px; grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(180px, 1.35fr); padding: 20px 0 4px; text-align: center; }
.landing-benefits > span { align-items: center; display: flex; gap: 8px; justify-content: center; min-width: 0; }
.landing-benefits .benefit-icon { fill: none; flex: 0 0 auto; height: 34px; stroke: #14765d; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.1; width: 34px; }
.landing-benefits .benefit-icon .benefit-fill { fill: #d4eee5; stroke: none; }
.landing-benefits b { font-weight: 600; line-height: 1.4; min-width: 0; overflow-wrap: anywhere; }
.landing-benefits > .platform-compatibility { gap: 10px; }
.platform-icons { align-items: center; display: inline-flex; flex: 0 0 auto; gap: 8px; height: 28px; }
.platform-icon { display: block; flex: 0 0 auto; height: 22px; width: 22px; }
.platform-windows { fill: #1c9fe5; }
.platform-apple { fill: #2c3a3a; }
.platform-android { fill: #75b843; stroke: #75b843; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; }
.platform-android circle { fill: white; stroke: none; }
.landing-benefits > .landing-created { color: var(--landing-muted); font-size: 10px; grid-column: 1 / -1; line-height: 1.4; opacity: .72; padding-top: 2px; }
.landing-page.is-backgrounded .guest-actions button { animation-play-state: paused; }
.landing-button.is-submitting { cursor: wait; opacity: .78; }
.landing-button.is-submitting::after { animation: landing-spinner .75s linear infinite; border: 2px solid rgb(255 255 255 / 46%); border-right-color: white; border-radius: 50%; content: ""; display: inline-block; height: 11px; margin-left: 7px; vertical-align: -1px; width: 11px; }

.landing-modal { inset: 0; position: fixed; z-index: 50; }
.landing-modal-backdrop { background: rgb(9 37 30 / 48%); inset: 0; position: absolute; }
.landing-form-panel { background: var(--landing-paper); border-radius: 20px; box-shadow: 0 28px 80px rgb(3 28 21 / 32%); left: 50%; max-height: min(90dvh, 720px); overflow: auto; padding: 25px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min(525px, calc(100% - 28px)); }
.landing-form-panel h2 { font-size: 25px; letter-spacing: -.7px; line-height: 1.12; margin: 0 28px 18px 0; }
.landing-close { background: transparent; border: 0; color: var(--landing-muted); font-size: 29px; line-height: 1; padding: 3px; position: absolute; right: 16px; top: 13px; }
.landing-form-panel form { display: grid; gap: 11px; }
.landing-form-panel label { color: var(--landing-ink); display: grid; font-size: 12px; font-weight: 650; gap: 5px; }
.landing-form-panel input, .landing-form-panel textarea { background: #fbfdfc; border: 1px solid var(--landing-line); border-radius: 9px; color: var(--landing-ink); font-weight: 400; min-height: 39px; padding: 8px 9px; resize: vertical; width: 100%; }
.landing-form-panel textarea { min-height: 65px; }
.landing-price-disclosure { color: var(--landing-green-dark); }
.landing-price-toggle { align-items: center; background: transparent; border: 0; color: inherit; cursor: pointer; display: inline-flex; font: inherit; font-size: 13px; font-weight: 700; gap: 8px; padding: 0; text-align: left; }
.landing-price-toggle:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.landing-price-toggle:focus-visible { border-radius: 4px; outline: 2px solid rgb(23 119 85 / 36%); outline-offset: 3px; }
.landing-price-chevron { border-bottom: 2px solid currentColor; border-right: 2px solid currentColor; display: inline-block; height: 7px; margin-top: -4px; transform: rotate(45deg); transition: transform .2s ease, margin .2s ease; width: 7px; }
.landing-price-details { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .24s ease, opacity .2s ease; }
.landing-price-details p { color: var(--landing-muted); font-size: 12px; line-height: 1.5; margin: 0; min-height: 0; overflow: hidden; padding: 0; }
.landing-price-disclosure.is-open .landing-price-details { grid-template-rows: 1fr; opacity: 1; }
.landing-price-disclosure.is-open .landing-price-chevron { margin-top: 4px; transform: rotate(225deg); }
.landing-price-disclosure.is-open .landing-price-details p { padding-top: 9px; }
.form-row { display: grid; gap: 11px; grid-template-columns: 1fr 1fr; }
.form-more-fields { border-top: 1px solid #e0ece6; color: var(--landing-muted); font-size: 12px; padding-top: 10px; }
.form-more-fields summary { color: var(--landing-green-dark); cursor: pointer; font-weight: 700; }
.form-more-fields-body { display: grid; gap: 11px; margin-top: 11px; }
.landing-form-panel [aria-invalid="true"] { border-color: #c93434; box-shadow: 0 0 0 2px rgb(201 52 52 / 12%); }
.form-field-error { color: #b32424; font-size: 11px; font-weight: 600; min-height: 0; }
.honeypot { height: 1px; overflow: hidden; position: absolute; width: 1px; }
.landing-form-note { color: var(--landing-muted); font-size: 12px; margin: 2px 0; }
.landing-form-intro { color: var(--landing-muted); font-size: 13px; margin: 0 0 16px; }
.landing-details-actions { display: flex; flex-direction: column; gap: 8px; margin: 18px 0 16px; }
.landing-details-actions .landing-button { width: 100%; }
.landing-details-privacy { color: var(--landing-green-dark); font-size: 12px; font-weight: 650; text-decoration: none; }
.landing-details-privacy:hover { text-decoration: underline; }
.landing-how-panel { max-width: 560px; }
.landing-how-panel h2 { margin-bottom: 14px; }
.landing-how-description { color: var(--landing-ink); font-size: 15px; line-height: 1.5; margin: 0; max-height: min(68vh, 620px); overflow-y: auto; padding: 2px 4px 2px 0; }
.landing-how-description h3 { color: var(--landing-green-dark); font-size: 15px; letter-spacing: -.015em; line-height: 1.25; margin: 18px 0 7px; }
.landing-how-description h3:first-child { margin-top: 0; }
.landing-how-description p { color: var(--landing-muted); margin: 0 0 10px; }
.landing-how-description p strong { color: var(--landing-ink); font-weight: 750; }
.landing-how-description ul { color: var(--landing-muted); margin: 0 0 11px; padding-left: 21px; }
.landing-how-description li { margin: 2px 0; padding-left: 3px; }
.landing-how-flow { align-items: center; background: #edf8f3; border: 1px solid var(--landing-line); border-radius: 12px; color: var(--landing-green-dark); display: flex; font-size: 13px; font-weight: 700; justify-content: center; margin: 17px 0 14px; padding: 11px 13px; text-align: center; }
.landing-how-points { display: grid; gap: 9px; }
.landing-how-points article { align-items: start; background: #fbfdfc; border: 1px solid #e0ece6; border-radius: 12px; display: flex; gap: 10px; padding: 11px 12px; }
.landing-how-points h3 { color: var(--landing-green-dark); font-size: 14px; margin: 0 0 3px; }
.landing-how-points p { color: var(--landing-muted); font-size: 13px; line-height: 1.4; margin: 0; }
.how-step { align-items: center; background: var(--landing-green); border-radius: 50%; color: white; display: inline-flex; flex: 0 0 auto; font-size: 12px; font-weight: 750; height: 23px; justify-content: center; width: 23px; }
.landing-how-benefits { color: var(--landing-muted); display: flex; flex-wrap: wrap; font-size: 12px; gap: 8px 14px; justify-content: center; margin-top: 15px; }
.landing-how-benefits span:not(:last-child)::after { color: #98bcb0; content: "·"; margin-left: 14px; }
.landing-form-hint { color: var(--landing-muted); font-size: 12px; margin: 0; }
.required-label::after { content: ' *'; color: var(--landing-green-dark); }
.landing-privacy-content { max-width: 700px; padding: 20px 0; }
.landing-privacy-page { position: relative; }
.landing-privacy-close { color: var(--landing-green-dark); cursor: pointer; font-size: 32px; font-weight: 500; line-height: 1; padding: 4px 8px; position: absolute; right: 10px; text-decoration: none; top: 10px; transition: color .2s ease, transform .2s ease; z-index: 4; }
.landing-privacy-close:hover { color: var(--landing-green); transform: scale(1.06); }
.landing-privacy-content h1 { font-size: clamp(24px, 6vw, 34px); line-height: 1.2; }
.landing-privacy-content p { font-size: 16px; line-height: 1.7; }
.landing-privacy-content a { color: var(--landing-green-dark); overflow-wrap: anywhere; }
.landing-form-error { color: #bd2828; font-size: 13px; margin: 0; min-height: 0; }

.landing-admin-page { background: #f5faf8; }
.landing-admin { margin: 0 auto; max-width: 1080px; padding: 24px 18px 50px; }
.landing-admin > a { color: var(--landing-green); text-decoration: none; }
.landing-admin h1 { font-size: 32px; letter-spacing: -1.3px; margin: 14px 0 20px; }
.landing-admin section { background: white; border: 1px solid var(--landing-line); border-radius: 15px; margin-top: 15px; padding: 17px; }
.landing-admin-dashboard { max-width: 1240px; min-height: 100svh; }
.admin-stats { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.admin-stats article, .admin-stat-link, .admin-stat-reset-card > button { align-items: flex-start; background: linear-gradient(145deg, #eff9f5, #e7f4ee); border: 1px solid #dcece4; border-radius: 14px; box-sizing: border-box; display: flex; flex-direction: column; gap: 7px; justify-content: center; min-height: 150px; padding: 20px; }
.admin-stat-wide { grid-column: span 2; }
.admin-stat-link { color: inherit; position: relative; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.admin-stat-link:hover { border-color: #8fc8b6; box-shadow: 0 9px 20px rgb(15 96 75 / 12%); transform: translateY(-2px); }
.admin-stat-reset-card { display: block; margin: 0; min-width: 0; }
.admin-stat-reset-card > button { -webkit-appearance: none; appearance: none; color: inherit; cursor: pointer; font: inherit; margin: 0; position: relative; text-align: left; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; width: 100%; }
.admin-stat-reset-card > button:hover { border-color: #8fc8b6; box-shadow: 0 9px 20px rgb(15 96 75 / 12%); transform: translateY(-2px); }
.admin-stat-reset-card > button:focus-visible { border-color: var(--landing-green); outline: 3px solid rgb(55 167 137 / 22%); outline-offset: 2px; }
.admin-stats span { color: var(--landing-muted); font-size: 13px; }
.admin-stats b { font-size: clamp(34px, 4.2vw, 52px); letter-spacing: -2px; line-height: 1; }
.admin-stat-link em, .admin-stat-reset-card em { color: var(--landing-green); font-size: 12px; font-style: normal; font-weight: 700; margin-top: 4px; }
.admin-push h2, .landing-admin h2 { margin-top: 0; }
.admin-push p { color: var(--landing-muted); max-width: 70ch; }
.admin-push [data-landing-push-status].is-error { color: #be2525; font-weight: 650; }
.admin-push [data-landing-push-status].is-success { color: var(--landing-green); font-weight: 650; }
.admin-reset { align-items: center; border-top: 1px solid var(--landing-line); display: flex; gap: 14px; justify-content: space-between; margin-top: 18px; padding-top: 18px; }
.admin-reset p { color: var(--landing-muted); font-size: 12px; margin: 0; max-width: 70ch; }
.admin-table-wrap { overflow-x: auto; }
.landing-admin table { border-collapse: collapse; min-width: 760px; width: 100%; }
.landing-admin th, .landing-admin td { border-bottom: 1px solid #e1ece7; padding: 10px 8px; text-align: left; vertical-align: top; }
.landing-admin th { color: var(--landing-muted); font-size: 11px; }
.admin-note-cell { min-width: 240px; }
.admin-note-input { background: #fbfefd; border: 1px solid #cfe3da; border-radius: 9px; box-sizing: border-box; color: var(--landing-ink); display: block; font: inherit; min-height: 76px; padding: 8px; resize: vertical; width: 100%; }
.admin-note-input:focus { border-color: var(--landing-green); box-shadow: 0 0 0 3px rgb(55 167 137 / 14%); outline: 0; }
.admin-note-cell [data-application-note-status] { color: var(--landing-muted); display: block; font-size: 11px; min-height: 16px; margin-top: 4px; }
.admin-note-cell [data-application-note-status].is-error { color: #b72929; }
.admin-note-cell [data-application-note-status].is-saving { color: var(--landing-green); }
.admin-action-cell { min-width: 92px; white-space: nowrap; }
.admin-action-cell form { margin: 0; }
.admin-action-cell .landing-button { min-height: 34px; padding: 6px 11px; }

@media (max-width: 700px) {
  .landing-shell { width: 100%; padding: 0 14px 20px; overflow-x: clip; }
  .landing-header { min-height: 42px; }
  .landing-grid { grid-template-columns: 1fr; grid-template-areas: "intro" "demo" "explainer"; gap: 21px; padding: 14px 0 20px; scroll-snap-type: y proximity; }
  .landing-intro { padding-top: 8px; }
  .landing-intro h1 { font-size: clamp(24px, 7.1vw, 31px); max-width: 18ch; }
  .landing-lead { margin-top: 10px; }
  .landing-actions-bottom { margin: 0 0 15px; }
  .landing-actions-bottom .landing-button { flex: 1 1 145px; }
  .landing-demo-pair { background: var(--landing-bg); display: grid; gap: 14px; grid-area: demo; grid-template-rows: auto auto; height: auto; min-height: 0; position: relative; scroll-snap-align: start; }
  .guest-stage, .staff-stage { grid-area: auto; margin: 0; min-height: 0; width: 100%; }
  .guest-stage { align-items: start; height: auto; min-height: 0; padding-top: 5px; padding-bottom: 5px; }
  .nfc-disc { height: min(56vw, 220px); right: calc(50% - 180px); top: 9svh; width: min(56vw, 220px); }
  .guest-phone { --phone-angle: 0deg; height: auto; min-height: 0; width: min(calc(100% - 52px), 260px); justify-self: start; margin-left: max(0px, calc((100% - 300px) / 2)); }
  .guest-actions button { font-size: 16px; min-height: 58px; }
  .phone-locale-trigger { font-size: 12px; }
  .phone-locale-trigger > span { max-width: 68px; }
  .phone-locale-option { font-size: 12px; }
  .staff-stage { align-items: center; height: auto; min-height: 0; overflow: visible; padding-top: 0; }
  .staff-phone { height: auto; min-height: 300px; transform: none; width: min(75vw, 278px); }
  .staff-phone.call-active { animation-name: staff-vibrate-mobile; }
  .staff-board { min-height: 0; }
  .landing-form-panel input, .landing-form-panel textarea { font-size: 16px; }
  .landing-explainer { border-left: 0; border-top: 1px solid var(--landing-line); padding: 20px 0 0; }
  .landing-explainer h2 { max-width: 28ch; }
  .landing-benefits { align-items: start; font-size: 11px; gap: 14px 8px; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 18px; }
  .landing-benefits > span:not(.platform-compatibility):not(.landing-created) { display: grid; gap: 7px; grid-template-rows: 34px 28px; justify-items: center; }
  .landing-benefits > span:not(.platform-compatibility):not(.landing-created) b { align-self: start; line-height: 1.2; max-width: 100%; overflow-wrap: normal; white-space: nowrap; }
  .landing-benefits > .platform-compatibility { border-top: 1px solid rgb(191 217 207 / 55%); flex-direction: row; grid-column: 1 / -1; padding-top: 13px; }
  .landing-benefits > .landing-created { padding-top: 0; }
  .landing-stats-preview { width: min(100%, 318px); }
  .landing-stats-preview-grid small { font-size: 12px; }
  .landing-stats-minor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .phone-locale-menu { max-height: min(31svh, 190px); }
  .staff-locale .phone-locale-menu { max-height: 167px; }
  .landing-admin-dashboard { min-height: auto; }
  .admin-stats { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; }
  .admin-stats article, .admin-stat-link, .admin-stat-reset-card > button { min-height: 132px; padding: 15px; }
  .admin-stat-wide { grid-column: 1 / -1; }
  .admin-stats b { font-size: 34px; }
  .admin-reset { align-items: flex-start; flex-direction: column; }
}

@keyframes staff-vibrate-mobile { 0%, 100% { transform: translate(0); } 25% { transform: translate(-2.4px, 1px); } 75% { transform: translate(2.4px, -1px); } }

@media (min-width: 701px) {
  /* Keep the diagonal composition, while making the UI inside each mockup easier to read. */
  .landing-header { min-height: 31px; }
  .landing-grid-intro { align-self: start; transform: translateY(26px); }
  .staff-stage { transform: translateY(-136px); }
  .landing-grid-explainer { transform: translateY(-102px); }
  .phone-top { font-size: 12px; }
  .phone-top strong { font-size: 13px; }
  .phone-locale-trigger { font-size: 11px; }
  .guest-actions button { min-height: 58px; font-size: 16px; }
  .action-icon { width: 34px; height: 34px; font-size: 20px; }
  .guest-card { font-size: 13px; }
  .staff-board h2 { font-size: 22px; }
  .table-number { font-size: 17px; }
  .staff-history { font-size: 12px; }

  .landing-shell { min-height: calc(100svh + 44px); padding-top: 9px; }
  .landing-grid { min-height: calc(100svh - 128px); padding: 3px 0 5px; }
  .landing-actions-bottom { margin: -136px 0 10px; }
}

@media (max-width: 390px) {
  .landing-shell { padding-left: 12px; padding-right: 12px; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 700px) and (max-height: 650px) {
  .guest-actions button { min-height: 48px; font-size: 15px; padding-block: 6px; }
  .guest-actions { gap: 6px; }
  .staff-phone { min-height: 0; }
  .staff-board { padding: 10px; margin-top: 27px; }
  .landing-demo-pair { gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Pinch-zoom mode keeps the page readable without running the heavy demo layers. */
.landing-shell.is-zoomed .demo-journey,
.landing-shell.is-zoomed .nfc-waves { opacity: 0 !important; visibility: hidden !important; }
.landing-shell.is-zoomed .guest-drag-surface { pointer-events: none; cursor: default; }
.landing-shell.is-zoomed .guest-actions button,
.landing-shell.is-zoomed .staff-phone.call-active { animation-play-state: paused !important; }
