/* ThreeQ marketing site. Brand tokens follow the ThreeQ brand kit (limestone, ink, saffron). */

:root {
  --ground: #F7F3EC;      /* limestone */
  --ground-2: #EFE8DC;
  --paper: #FFFFFF;
  --ink: #14202C;
  --ink-2: #46545F;
  --ink-3: #5B656E;
  --line: #E2DACB;
  --line-2: #D6CCBB;

  --saffron: #D98A1F;
  --saffron-hi: #E8A33D;
  --saffron-deep: #965D0D;
  --saffron-wash: #FBEFD9;
  --olive: #4F7029;
  --olive-wash: #DCEAC9;
  --pom: #B12B41;
  --pom-wash: #F7D7DC;
  --slate: #2D4A66;
  --slate-wash: #E1E7EE;

  --night: #14202C;
  --night-2: #1C2A38;
  --night-ink: #F2E9DA;
  --night-soft: #C6B8A4;

  --font: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --r: 16px;
  --r-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(20, 32, 44, .05), 0 2px 8px -4px rgba(20, 32, 44, .08);
  --shadow-lg: 0 2px 4px rgba(20, 32, 44, .04), 0 24px 60px -24px rgba(20, 32, 44, .32);
  --ease: cubic-bezier(.2, .7, .2, 1);

  /* Arabic pages. IBM Plex Sans Arabic is the face the ThreeQ app and console use. */
  --font-ar: "IBM Plex Sans Arabic", "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;

  /* Surfaces and text that change with the theme. Light values here, dark ones further down. */
  --on-accent: #14202C;
  --on-ink: #FFFFFF;
  --ink-hover: #22313F;
  --seat-hover: #CFE1B7;
  --nav-bg: rgba(247, 243, 236, .86);
  --nav-bg-solid: rgba(247, 243, 236, .96);
  --browser-bar: #F2ECE2;
  --dots: #DCD2C1;
  --input-bg: #FFFFFF;
  --toast-bg: rgba(255, 255, 255, .96);
  --paper-note: #FFFDF6;
  --ruled: #E9E1D2;
  --paper-ink: #33404C;
  --stripe-a: #F4EEE4;
  --stripe-b: #F7F2EA;
  --closed-bg: #E7E2DA;
  --side-bg: rgba(255, 255, 255, .5);
  --warm-line: #F0DDBA;
  --bar: #CFC3AF;
  --legal-ink: #26323D;
  --ph-bg: #FFF1C9;
  --ph-ink: #6B4200;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font: 400 1.0625rem/1.6 var(--font);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
h1, h2, h3, h4 { margin: 0; line-height: 1.08; letter-spacing: -.025em; font-weight: 800; text-wrap: balance; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--saffron); outline-offset: 3px; border-radius: 6px; }

.wrap { width: min(1200px, 100% - 2.5rem); margin-inline: auto; }
.icon { width: 1.25em; height: 1.25em; flex: none; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.skip { position: absolute; inset-inline-start: 1rem; top: -100px; z-index: 100; background: var(--ink); color: var(--on-ink); padding: .6rem 1rem; border-radius: 8px; }
.skip:focus { top: 1rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 50px; padding: .8rem 1.35rem;
  border-radius: 12px; border: 1.5px solid transparent;
  font-weight: 700; font-size: 1rem; line-height: 1.2; text-decoration: none;
  cursor: pointer; white-space: nowrap;
  transition: transform .15s var(--ease), background-color .15s, border-color .15s, box-shadow .15s;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn--primary {
  background: var(--saffron); color: var(--on-accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 10px 24px -10px rgba(217, 138, 31, .75);
}
.btn--primary:hover { background: var(--saffron-hi); transform: translateY(-1px); }
.btn--secondary { background: transparent; color: var(--ink); border-color: color-mix(in srgb, var(--ink) 22%, transparent); }
.btn--secondary:hover { border-color: var(--ink); background: color-mix(in srgb, var(--ink) 4%, transparent); }
.dark .btn--secondary { color: var(--night-ink); border-color: rgba(242, 233, 218, .28); }
.dark .btn--secondary:hover { border-color: var(--night-ink); background: rgba(242, 233, 218, .06); }
.btn--dark { background: var(--ink); color: var(--on-ink); }
.btn--dark:hover { background: var(--ink-hover); }
.btn--sm { min-height: 42px; padding: .5rem 1rem; font-size: .9375rem; border-radius: 10px; }
.btn--lg { min-height: 56px; padding: .95rem 1.6rem; font-size: 1.0625rem; }
.btn--block { width: 100%; }
.btn .icon { width: 1.1em; height: 1.1em; }

.link-btn, .link-plain {
  background: none; border: 0; padding: 0; cursor: pointer;
  font-weight: 700; color: var(--saffron-deep);
  text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px;
  display: inline-flex; align-items: center; gap: .3rem;
}
.link-btn .icon { width: 1em; height: 1em; }
.link-plain { color: inherit; font-weight: 500; text-decoration: none; }
.link-plain:hover { text-decoration: underline; }

/* ---------- Navigation ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--nav-bg);
  -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s;
}
.nav.is-scrolled { border-color: var(--line); box-shadow: 0 8px 28px -22px rgba(20, 32, 44, .5); }
.nav__in { display: flex; align-items: center; gap: 1.25rem; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; font-weight: 800; font-size: 1.55rem; letter-spacing: -.045em; }
.brand img { width: 32px; height: 32px; }
.nav__links { margin-inline-start: auto; }
.nav__links ul { display: flex; gap: .15rem; }
.nav__links a { display: block; padding: .5rem .7rem; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: .9375rem; color: var(--ink-2); }
.nav__links a:hover { color: var(--ink); background: color-mix(in srgb, var(--ink) 5%, transparent); }
.nav__login-m { display: none; }
.nav__actions { display: flex; align-items: center; gap: .6rem; }
.nav__login { font-weight: 600; font-size: .9375rem; text-decoration: none; padding: .5rem .6rem; border-radius: 8px; }
.nav__login:hover { background: color-mix(in srgb, var(--ink) 5%, transparent); }
.nav__toggle { display: none; }

@media (max-width: 1079px) {
  .nav__links {
    position: absolute; top: 72px; left: 0; right: 0; margin: 0;
    background: var(--ground); border-bottom: 1px solid var(--line);
    padding: .5rem 1.25rem 1.25rem; display: none;
    box-shadow: 0 24px 40px -30px rgba(20, 32, 44, .5);
  }
  .nav__links.is-open { display: block; }
  .nav__links ul { flex-direction: column; gap: 0; }
  .nav__links a { padding: .95rem .25rem; font-size: 1.0625rem; border-radius: 0; border-bottom: 1px solid var(--line); color: var(--ink); }
  .nav__login-m { display: block; }
  .nav__actions { margin-inline-start: auto; }
  .nav__login { display: none; }
  .nav__toggle {
    display: inline-grid; place-items: center; width: 44px; height: 44px;
    border-radius: 10px; border: 1px solid var(--line); background: var(--paper); cursor: pointer;
  }
}

/* ---------- Section scaffolding ---------- */
.section { padding-block: clamp(4.5rem, 3rem + 5.5vw, 8rem); }
.section--tight { padding-block: clamp(2.5rem, 2rem + 3vw, 5rem); }
.alt { background: var(--ground-2); }
.dark { background: var(--night); color: var(--night-ink); }
.section-head { max-width: 780px; margin-bottom: clamp(2.5rem, 2rem + 2vw, 4rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.eyebrow { font-size: .8125rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--saffron-deep); margin-bottom: 1rem; }
.dark .eyebrow { color: var(--saffron-hi); }
h2 { font-size: clamp(2.05rem, 1.35rem + 2.6vw, 3.35rem); letter-spacing: -.03em; }
.section-head > p:not(.eyebrow) { margin-top: 1.25rem; font-size: clamp(1.0625rem, 1rem + .3vw, 1.25rem); color: var(--ink-2); max-width: 62ch; }
.section-head--center > p:not(.eyebrow) { margin-inline: auto; }
.body-lg { font-size: clamp(1.0625rem, 1rem + .3vw, 1.2rem); color: var(--ink-2); margin-top: 1.25rem; }
.dark .body-lg, .dark .section-head > p:not(.eyebrow) { color: var(--night-soft); }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); }

.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.cta-row--center { justify-content: center; }

.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chips li { display: inline-flex; align-items: center; gap: .4rem; padding: .4rem .8rem; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); font-size: .9rem; font-weight: 600; color: var(--ink-2); }
.chips .icon { width: 1em; height: 1em; color: var(--saffron-deep); }

.checks { display: grid; gap: .7rem; }
.checks li { display: flex; gap: .6rem; align-items: flex-start; font-weight: 500; }
.checks .icon { color: var(--olive); margin-top: .18em; width: 1.1em; height: 1.1em; stroke-width: 2.5; }

.tag { display: inline-block; font-size: .64rem; font-weight: 700; padding: .1rem .4rem; border-radius: 4px; letter-spacing: .01em; white-space: nowrap; }
.tag--booking { background: var(--slate-wash); color: var(--slate); }
.tag--walkin { background: var(--pom-wash); color: var(--pom); }
.tag--app { background: var(--saffron-wash); color: var(--saffron-deep); }

.live { display: inline-flex; align-items: center; gap: .35rem; font-size: .7rem; font-weight: 700; color: var(--olive); background: var(--olive-wash); padding: .12rem .5rem; border-radius: 99px; }
.live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

/* Reveal on scroll (only when JS is running) */
html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
html.js .reveal.is-in { opacity: 1; transform: none; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding-block: clamp(2.5rem, 1.5rem + 4vw, 5.5rem) clamp(3.5rem, 2rem + 4vw, 6.5rem); }
.hero::before {
  content: ""; position: absolute; top: -18%; inset-inline-end: -12%; width: 70vw; height: 70vw; max-width: 900px; max-height: 900px;
  background: radial-gradient(closest-side, rgba(232, 163, 61, .2), rgba(232, 163, 61, 0));
  pointer-events: none;
}
.hero__grid { position: relative; display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: 3rem; } }
.hero h1 { font-size: clamp(2.6rem, 1.25rem + 4.6vw, 4.6rem); letter-spacing: -.04em; line-height: 1.02; }
.hero h1 span { display: block; color: var(--saffron-deep); }
.lede { margin-top: 1.5rem; font-size: clamp(1.125rem, 1.05rem + .35vw, 1.3rem); color: var(--ink-2); max-width: 36rem; }
.reassure { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; margin-top: 1.25rem; font-size: .9375rem; font-weight: 600; color: var(--ink-2); }
.reassure li { display: inline-flex; align-items: center; gap: .4rem; }
.reassure .icon { color: var(--olive); width: 1.05em; height: 1.05em; stroke-width: 2.75; }

.hero__visual { position: relative; padding-block: 0 3.5rem; padding-inline: 0 17%; }
@media (max-width: 639px) {
  .hero__visual { padding-block: 0 4rem; padding-inline: 0 24%; }
  .hero__visual .browser { height: 380px; }
  .hero__visual .board__cols { grid-template-columns: 1fr; }
  .hero__visual .col--otw, .hero__visual .col--seated { display: none; }
  .hero__visual .col { min-height: 0; }
}

/* Browser frame */
.browser { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); overflow: hidden; }
.browser__bar { display: flex; align-items: center; gap: .75rem; padding: .55rem .8rem; background: var(--browser-bar); border-bottom: 1px solid var(--line); }
.dots { display: flex; gap: 6px; }
.dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--dots); }
.browser__url { flex: 1; max-width: 280px; margin-inline: auto; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; font-size: .7rem; color: var(--ink-3); padding: .2rem .6rem; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.browser__bar::after { content: ""; width: 42px; }

/* Board (shared by hero and dashboard) */
.board { container-type: inline-size; padding: .85rem; background: var(--ground); font-size: .8125rem; }
.board__head { display: flex; align-items: center; gap: .55rem; margin-bottom: .75rem; flex-wrap: wrap; }
.board__title { font-weight: 800; font-size: .95rem; letter-spacing: -.02em; }
.board__meta { margin-inline-start: auto; color: var(--ink-3); font-size: .72rem; font-weight: 600; }
.board__cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .55rem; }
@container (max-width: 400px) { .board__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); } .col--seated { display: none; } }
@container (max-width: 290px) { .board__cols { grid-template-columns: 1fr; } .col--otw { display: none; } }
.col { background: color-mix(in srgb, var(--ink) 4%, transparent); border-radius: 10px; padding: .45rem; min-height: 260px; display: flex; flex-direction: column; }
.col__title { display: flex; justify-content: space-between; align-items: center; padding: .15rem .3rem .45rem; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.col__title b { font-size: .7rem; color: var(--ink); background: var(--paper); border-radius: 99px; padding: 0 .4rem; letter-spacing: 0; font-variant-numeric: tabular-nums; }
.col__list { display: flex; flex-direction: column; gap: .4rem; }
.gcard__time:empty { display: none; }
.gphone__stats--one { grid-template-columns: 1fr; }
/* Hero board keeps one fixed size while cards move between columns */
.hero__visual .col { height: var(--hero-col-h, 23rem); overflow: hidden; }
.hero__visual .col__more { display: none; }
.hero__visual .col__list { gap: .3rem; -webkit-mask-image: linear-gradient(#000 88%, transparent); mask-image: linear-gradient(#000 88%, transparent); }
.hero__visual .gcard { padding: .35rem .45rem; gap: .2rem; }
.hero__visual .gbtn { padding: .22rem .4rem; }
.col__more { margin-top: .4rem; text-align: center; font-size: .7rem; font-weight: 600; color: var(--ink-3); }

.gcard { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: .45rem .5rem; display: grid; gap: .28rem; box-shadow: 0 1px 2px rgba(20, 32, 44, .05); }
.gcard__top { display: flex; justify-content: space-between; align-items: baseline; gap: .4rem; }
.gcard__name { font-weight: 700; font-size: .8rem; }
.gcard__time { font-size: .68rem; color: var(--ink-3); font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
.gcard__meta { display: flex; flex-wrap: wrap; gap: .25rem .45rem; align-items: center; font-size: .68rem; color: var(--ink-2); }
.gcard.is-you { border-color: var(--saffron); box-shadow: 0 0 0 3px rgba(217, 138, 31, .18); }
.gcard.is-seated { opacity: .62; }
.gbtn { display: block; text-align: center; border: 0; border-radius: 6px; padding: .3rem .4rem; font-weight: 700; font-size: .68rem; background: var(--ink); color: var(--on-ink); transition: background-color .2s, transform .2s, color .2s; }
.gbtn--seat { background: var(--olive-wash); color: var(--olive); }
.gbtn.is-pressed { background: var(--saffron); color: var(--on-accent); transform: scale(.95); }

/* Phone */
.phone { position: absolute; inset-inline-end: 0; bottom: 0; width: min(36%, 230px); aspect-ratio: 9 / 18; background: #0f1821; border-radius: 34px; padding: 8px; box-shadow: 0 30px 60px -20px rgba(20, 32, 44, .55), 0 0 0 1px rgba(255, 255, 255, .06) inset; }
@media (max-width: 639px) { .phone { width: 46%; border-radius: 26px; padding: 6px; } }
.phone__screen { position: relative; height: 100%; background: var(--ground); border-radius: 27px; overflow: hidden; display: flex; flex-direction: column; }
@media (max-width: 639px) { .phone__screen { border-radius: 21px; } }
.phone__status { display: flex; justify-content: space-between; align-items: center; padding: .5rem .95rem .2rem; font-size: .62rem; font-weight: 700; }
.phone__cam { width: 34%; height: 14px; border-radius: 99px; background: #0f1821; }
.phone__body { flex: 1; display: flex; flex-direction: column; padding: 1.1rem .95rem .9rem; }
.phone__venue { font-weight: 800; font-size: 1.05rem; letter-spacing: -.02em; }
.phone__sub { font-size: .7rem; color: var(--ink-3); font-weight: 600; margin-top: .1rem; }
.pos { margin: auto 0; display: flex; flex-direction: column; align-items: flex-start; padding: .9rem .1rem; transition: color .3s; }
.pos__small { font-size: .82rem; font-weight: 700; color: var(--ink-2); }
.pos__num { font-size: clamp(2.6rem, 2rem + 2vw, 3.6rem); font-weight: 800; letter-spacing: -.05em; line-height: 1; color: var(--ink); }
.pos__num b { display: inline-block; font-weight: 800; }
.progress { height: 6px; border-radius: 99px; background: var(--line); overflow: hidden; }
.progress span { display: block; height: 100%; background: var(--saffron); border-radius: inherit; transition: width .6s var(--ease); }
.phone__note { margin-top: .7rem; font-size: .7rem; color: var(--ink-2); line-height: 1.4; }
.phone.is-called .pos__num { color: var(--saffron-deep); font-size: clamp(1.35rem, 1rem + 1.2vw, 1.8rem); letter-spacing: -.03em; line-height: 1.1; }
.phone.is-called .phone__screen { background: var(--saffron-wash); }

.toast { position: absolute; top: 2rem; left: .45rem; right: .45rem; z-index: 2; display: flex; gap: .5rem; align-items: center; padding: .55rem .6rem; background: var(--toast-bg); border-radius: 14px; box-shadow: 0 12px 30px -10px rgba(20, 32, 44, .4); transform: translateY(-140%); opacity: 0; transition: transform .45s var(--ease), opacity .3s; }
.toast img { width: 22px; height: 22px; }
.toast div { display: grid; line-height: 1.25; }
.toast strong { font-size: .62rem; color: var(--ink-3); }
.toast span { font-size: .78rem; font-weight: 700; }
.toast.is-shown { transform: none; opacity: 1; }

/* ---------- Proof band ---------- */
.proof { border-block: 1px solid var(--line); background: var(--paper); padding-block: 1.35rem; }
.proof__facts { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem 2.25rem; }
.proof__facts li { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .95rem; }
.proof__facts .icon { color: var(--saffron); }
.proof__metrics dl { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; margin: 1rem 0 0; }
.proof__metrics dd { margin: 0; font-size: 2rem; font-weight: 800; }
.proof__label { text-align: center; font-weight: 700; color: var(--ink-3); }

/* ---------- Problem ---------- */
.problem__grid { display: grid; gap: 1.25rem; }
@media (min-width: 900px) { .problem__grid { grid-template-columns: 1.15fr 1fr; } .door { grid-row: span 2; } }
.door { overflow: hidden; display: flex; flex-direction: column; }
.door__stage { position: relative; flex: 1; min-height: 340px; background: repeating-linear-gradient(135deg, var(--stripe-a) 0 14px, var(--stripe-b) 14px 28px); display: grid; place-items: center; padding: 3.5rem 1rem; border-bottom: 1px solid var(--line); }
.paper { position: relative; z-index: 1; width: min(260px, 72%); background: var(--paper-note); padding: 1.1rem 1.2rem 1.3rem; border-radius: 4px; box-shadow: 0 16px 30px -18px rgba(20, 32, 44, .45); transform: rotate(-2.5deg); background-image: repeating-linear-gradient(var(--paper-note) 0 27px, var(--ruled) 27px 28px); }
.paper__title { font-weight: 800; font-size: .95rem; margin-bottom: .35rem; }
.paper ol { list-style: decimal; padding-inline-start: 1.2rem; font-size: .92rem; color: var(--paper-ink); line-height: 28px; font-style: italic; }
.paper s { color: var(--pom); text-decoration-thickness: 2px; }
.bubble { position: absolute; z-index: 2; padding: .5rem .8rem; background: var(--ink); color: var(--on-ink); font-weight: 700; font-size: .85rem; border-radius: 14px; white-space: nowrap; box-shadow: 0 10px 24px -12px rgba(20, 32, 44, .6); animation: bob 5s ease-in-out infinite; }
.bubble::after { content: ""; position: absolute; bottom: -6px; inset-inline-start: 18px; border: 6px solid transparent; border-top-color: var(--ink); border-bottom: 0; }
.bubble.b1 { top: 8%; inset-inline-start: 6%; }
.bubble.b2 { top: 14%; inset-inline-end: 6%; background: var(--pom); animation-delay: -1.2s; }
.bubble.b2::after { border-top-color: var(--pom); }
.bubble.b3 { bottom: 11%; inset-inline-start: 5%; background: var(--slate); animation-delay: -2.4s; }
.bubble.b3::after { border-top-color: var(--slate); }
.bubble.b4 { bottom: 17%; inset-inline-end: 7%; animation-delay: -3.3s; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.door__caption { padding: 1.35rem 1.5rem 1.5rem; }
.door__caption h3 { font-size: 1.1rem; margin-bottom: .8rem; }
.door__caption .chips li { background: var(--ground); }
.pain { padding: clamp(1.4rem, 1rem + 1.2vw, 2rem); }
.pain h3 { font-size: 1.25rem; margin-bottom: 1.1rem; }
.xlist { display: grid; gap: .8rem; }
.xlist li { display: flex; gap: .65rem; color: var(--ink-2); }
.xlist .icon { color: var(--pom); margin-top: .2em; width: 1.05em; height: 1.05em; stroke-width: 2.5; }
.qlist { display: grid; gap: .55rem; }
.qlist li { padding: .6rem .85rem; background: var(--ground); border-radius: 10px; font-weight: 600; font-size: .98rem; }

/* ---------- How it works ---------- */
.steps { display: grid; gap: 1.25rem; counter-reset: step; }
@media (min-width: 900px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { position: relative; padding: 1.5rem; display: flex; flex-direction: column; }
.step__num { font-size: .8rem; font-weight: 800; color: var(--saffron-deep); letter-spacing: .08em; }
.step__art { margin: 1rem 0 1.4rem; min-height: 150px; padding: 1rem; background: var(--ground); border-radius: 12px; display: flex; flex-direction: column; justify-content: center; gap: .5rem; font-size: .85rem; }
.step h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.step p { color: var(--ink-2); }
.mini-link { display: flex; align-items: center; gap: .45rem; padding: .5rem .7rem; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; font-weight: 600; font-size: .78rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.mini-link .icon { color: var(--saffron-deep); width: 1em; }
.mini-row { display: flex; justify-content: space-between; padding: .45rem .7rem; background: var(--paper); border-radius: 8px; }
.mini-row span { color: var(--ink-3); }
.mini-q { display: flex; align-items: center; gap: .5rem; padding: .45rem .6rem; background: var(--paper); border-radius: 8px; font-weight: 600; }
.mini-q .tag { min-width: 58px; text-align: center; }
.mini-q__t { margin-inline-start: auto; color: var(--ink-3); font-size: .75rem; }
.mini-btn { align-self: center; padding: .55rem 1.1rem; background: var(--ink); color: var(--on-ink); font-weight: 700; border-radius: 8px; }
.mini-arrow { align-self: center; color: var(--saffron); }
.mini-notif { display: flex; gap: .55rem; align-items: center; padding: .6rem .75rem; background: var(--paper); border-radius: 12px; box-shadow: var(--shadow-sm); }
.mini-notif span { display: grid; font-size: .75rem; color: var(--ink-3); line-height: 1.3; }
.mini-notif b { color: var(--ink); font-size: .85rem; }
.thats-it { text-align: center; margin-top: clamp(2.5rem, 2rem + 2vw, 4rem); }
.thats-it__big { font-size: clamp(2rem, 1.5rem + 2vw, 2.9rem); font-weight: 800; letter-spacing: -.035em; margin-bottom: .5rem; }
.thats-it p:not(.thats-it__big) { color: var(--ink-2); max-width: 52ch; margin-inline: auto; }

/* ---------- Guest experience ---------- */
.split { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 960px) { .split { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.status-row { display: flex; gap: .5rem; margin-top: 1.25rem; }
.status { display: inline-flex; align-items: center; gap: .4rem; padding: .35rem .8rem; border-radius: 99px; font-weight: 700; font-size: .875rem; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.status--open { background: var(--olive-wash); color: var(--olive); }
.status--queue { background: var(--saffron-wash); color: var(--saffron-deep); }
.status--closed { background: var(--closed-bg); color: var(--ink-3); }
.status--sm { font-size: .68rem; padding: .18rem .55rem; align-self: flex-start; }
.chips--benefit { margin-top: 1.75rem; }

.phones { position: relative; display: flex; justify-content: center; gap: 0; padding-block: 1rem; }
.phone--static { position: relative; inset-inline-end: auto; bottom: auto; width: min(47%, 270px); }
.phone--static:first-child { transform: rotate(-3deg) translateY(18px); margin-inline-end: -6%; z-index: 1; }
.phone--front { z-index: 2; transform: rotate(2deg); }
.gphone { flex: 1; display: flex; flex-direction: column; padding: .9rem .95rem 1rem; gap: .35rem; font-size: .75rem; }
.gphone__venue { font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em; }
.gphone__in { font-size: 1.3rem; font-weight: 800; letter-spacing: -.03em; color: var(--olive); }
.gphone__cuisine { color: var(--ink-3); font-weight: 600; font-size: .72rem; margin-bottom: .25rem; }
.gphone__stats { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem; margin: .4rem 0; }
.gphone__stats div { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: .45rem .5rem; display: grid; }
.gphone__stats span { font-size: .6rem; color: var(--ink-3); font-weight: 600; }
.gphone__stats b { font-size: .78rem; line-height: 1.25; }
.gphone__label { font-size: .64rem; font-weight: 700; color: var(--ink-3); margin-top: .25rem; }
.stepper { display: flex; justify-content: space-between; align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: .3rem .6rem; font-size: .95rem; }
.stepper span { color: var(--ink-3); font-weight: 700; }
.seg { display: grid; grid-template-columns: 1fr 1fr; gap: .3rem; }
.seg span { text-align: center; padding: .35rem; border-radius: 99px; border: 1px solid var(--line); font-weight: 600; background: var(--paper); }
.seg .is-on { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.gphone__btn { margin-top: auto; text-align: center; padding: .65rem; border-radius: 12px; background: var(--ink); color: var(--on-ink); font-weight: 700; font-size: .82rem; }
.bigpos { margin: .5rem 0 .3rem; padding: .9rem; border-radius: 14px; background: var(--paper); border: 1px solid var(--line); display: grid; justify-items: center; }
.bigpos span { font-size: .66rem; font-weight: 700; color: var(--ink-3); text-transform: uppercase; letter-spacing: .08em; }
.bigpos b { font-size: 3rem; font-weight: 800; letter-spacing: -.05em; line-height: 1.05; }
.gphone__stats--rows { grid-template-columns: 1fr 1fr; }
.gphone__msg { display: flex; gap: .4rem; align-items: flex-start; padding: .55rem .6rem; border-radius: 10px; background: var(--saffron-wash); color: var(--saffron-deep); font-weight: 600; line-height: 1.35; }
.gphone__msg .icon { width: 1.05em; height: 1.05em; margin-top: .1em; }
.gphone__ghost { margin-top: auto; text-align: center; color: var(--ink-3); font-weight: 600; padding: .4rem; }

/* ---------- Dashboard ---------- */
.browser--lg { max-width: 1040px; margin-inline: auto; }
.board--lg { padding: clamp(.8rem, .5rem + 1.2vw, 1.4rem); font-size: .9rem; }
.board__toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.25rem; margin-bottom: 1rem; }
.board__tabs { display: flex; gap: .25rem; padding: .2rem; background: color-mix(in srgb, var(--ink) 6%, transparent); border-radius: 10px; font-weight: 600; font-size: .85rem; }
.board__tabs span { padding: .35rem .75rem; border-radius: 8px; color: var(--ink-3); }
.board__tabs .is-on { background: var(--paper); color: var(--ink); box-shadow: var(--shadow-sm); }
.board__stats { display: flex; flex-wrap: wrap; gap: .3rem 1rem; font-size: .82rem; color: var(--ink-3); }
.board__stats b { color: var(--ink); }
.board__toolbar .btn { margin-inline-start: auto; }
.board--lg .col { min-height: 300px; padding: .55rem; }
.board--lg .col__title { font-size: .72rem; }
.board--lg .col__list { gap: .55rem; }
.board--lg .gcard { padding: .7rem .75rem; gap: .4rem; border-radius: 10px; }
.board--lg .gcard__name { font-size: 1rem; }
.board--lg .gcard__time { font-size: .78rem; }
.board--lg .gcard__meta { font-size: .8rem; }
.board--lg .tag { font-size: .7rem; }
.board--lg .gbtn { font-size: .85rem; padding: .55rem; border-radius: 8px; cursor: pointer; min-height: 40px; }
.board--lg .gbtn:hover { background: var(--ink-hover); }
.board--lg .gbtn--seat:hover { background: var(--seat-hover); }
@container (max-width: 600px) {
  .board--lg .board__cols { grid-template-columns: 1fr; }
  .board--lg .col { min-height: 0; }
}
.board__toast { min-height: 1.6em; margin-top: .75rem; font-size: .85rem; font-weight: 600; color: var(--olive); text-align: center; }
.board__hint { display: flex; align-items: center; justify-content: center; gap: .4rem; margin-top: 1rem; font-size: .92rem; font-weight: 600; color: var(--ink-3); text-align: center; }
.board__hint .icon { color: var(--saffron-deep); width: 1em; }
.facts3 { display: grid; gap: 1.25rem; margin-top: clamp(2.5rem, 2rem + 2vw, 3.5rem); max-width: 1040px; margin-inline: auto; }
@media (min-width: 800px) { .facts3 { grid-template-columns: repeat(3, 1fr); } }
.facts3 li { padding-top: 1rem; border-top: 2px solid var(--ink); }
.facts3 h3 { font-size: 1.1rem; margin-bottom: .35rem; }
.facts3 p { color: var(--ink-2); font-size: .98rem; }

/* ---------- Bookings merge ---------- */
.merge { display: grid; gap: 1rem; align-items: center; max-width: 1040px; margin-inline: auto; }
@media (min-width: 860px) { .merge { grid-template-columns: 1fr 160px 1fr; gap: 0; } }
.merge__sources { display: grid; gap: 1rem; }
.src { display: flex; gap: .85rem; align-items: center; padding: 1rem 1.1rem; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); }
.src b { display: block; font-size: 1.02rem; }
.src span:not(.src__icon) { font-size: .88rem; color: var(--ink-3); }
.src__icon { flex: none; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; }
.src__icon--booking { background: var(--slate-wash); color: var(--slate); }
.src__icon--walkin { background: var(--pom-wash); color: var(--pom); }
.src__icon--app { background: var(--saffron-wash); color: var(--saffron-deep); }
.merge__wires { position: relative; height: 100%; display: grid; place-items: center; }
.merge__wires svg:not(.icon) { width: 100%; height: 100%; display: none; }
@media (min-width: 860px) { .merge__wires svg:not(.icon) { display: block; } .merge__down { display: none !important; } }
.merge__wires path { fill: none; stroke: var(--saffron); stroke-width: 2.5; vector-effect: non-scaling-stroke; stroke-dasharray: 6 8; animation: flow 1.2s linear infinite; }
@keyframes flow { to { stroke-dashoffset: -28; } }
.merge__down { width: 2rem; height: 2rem; color: var(--saffron); }
.merge__queue { padding: 1.25rem; }
.merge__title { display: flex; align-items: center; gap: .6rem; font-weight: 800; font-size: 1.15rem; margin-bottom: .9rem; }
.merge__queue ol { display: grid; gap: .5rem; }
.merge__queue li, .miniqueue li { display: flex; align-items: center; gap: .6rem; padding: .6rem .75rem; background: var(--ground); border-radius: 10px; font-weight: 600; }
.merge__queue .tag, .miniqueue .tag { margin-inline-start: auto; }
.qn { width: 1.6rem; height: 1.6rem; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--on-ink); font-size: .75rem; font-weight: 700; }
.merge__queue .is-new, .miniqueue .is-new { background: var(--saffron-wash); box-shadow: inset 0 0 0 1.5px var(--saffron); animation: arrive 6s var(--ease) infinite; }
@keyframes arrive { 0%, 8% { opacity: 0; transform: translateX(-14px); } 16%, 88% { opacity: 1; transform: none; } 100% { opacity: 1; } }
.merge__foot { text-align: center; margin-top: 2.25rem; font-size: clamp(1.3rem, 1.1rem + .8vw, 1.7rem); font-weight: 800; letter-spacing: -.02em; }

/* ---------- Walk-in ---------- */
.walkin { display: grid; gap: 2rem; padding: clamp(1.5rem, 1rem + 3vw, 3.5rem); align-items: center; }
@media (min-width: 920px) { .walkin { grid-template-columns: 1fr 1.1fr; gap: 3rem; } }
.walkin__art { display: grid; gap: 1rem; align-items: center; }
@media (min-width: 560px) { .walkin__art { grid-template-columns: 1fr auto 1fr; } }
.walkin__arrow { color: var(--saffron); width: 1.75rem; height: 1.75rem; justify-self: center; }
@media (max-width: 559px) { .walkin__arrow { transform: rotate(90deg); } }
.addform { background: var(--ground); border-radius: 14px; padding: 1rem; display: grid; gap: .55rem; font-size: .88rem; }
.addform__title { display: flex; align-items: center; gap: .45rem; font-weight: 800; }
.addform__title .icon { color: var(--saffron-deep); }
.addform__field { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: .4rem .6rem; display: grid; }
.addform__field span { font-size: .68rem; color: var(--ink-3); font-weight: 600; }
.addform__two { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.addform__btn { text-align: center; background: var(--ink); color: var(--on-ink); font-weight: 700; border-radius: 8px; padding: .55rem; }
.miniqueue { display: grid; gap: .5rem; font-size: .92rem; }

/* ---------- Benefits ---------- */
.benefits { display: grid; gap: 1.25rem; }
@media (min-width: 900px) { .benefits { grid-template-columns: repeat(3, 1fr); } }
.benefit { padding: clamp(1.5rem, 1rem + 1.2vw, 2.1rem); }
.benefit__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--saffron-wash); color: var(--saffron-deep); margin-bottom: 1.1rem; }
.benefit h3 { font-size: 1.35rem; margin-bottom: 1.1rem; }

/* ---------- No hardware ---------- */
.hw { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 960px) { .hw { grid-template-columns: 1.1fr 1fr; gap: 4rem; } }
.hw__line { margin-top: 1.5rem; font-weight: 800; font-size: 1.2rem; }
.devices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.devices li { display: grid; justify-items: center; gap: .75rem; padding: clamp(1.25rem, 1rem + 1.5vw, 2.25rem) 1rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); font-weight: 700; }
.devices .icon { width: 2.75rem; height: 2.75rem; stroke-width: 1.5; color: var(--ink); }
.devices li:last-child { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.devices li:last-child .icon { color: var(--saffron-hi); }

/* ---------- Analytics ---------- */
.reports { background: var(--paper); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-lg); padding: clamp(1rem, .75rem + 1.5vw, 2rem); }
.reports__bar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1.25rem; }
.reports__title { font-weight: 800; font-size: 1.1rem; }
.example { font-size: .72rem; font-weight: 700; color: var(--ink-3); border: 1px dashed var(--line-2); border-radius: 99px; padding: .15rem .65rem; white-space: nowrap; }
.kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin: 0 0 1.25rem; }
@media (min-width: 860px) { .kpis { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }
.kpi { background: var(--ground); border-radius: 14px; padding: 1rem 1.1rem; }
.kpi dt { font-size: .82rem; font-weight: 600; color: var(--ink-3); }
.kpi dd { margin: .2rem 0 0; font-size: clamp(1.6rem, 1.3rem + 1.2vw, 2.3rem); font-weight: 800; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.chart { margin: 0; background: var(--ground); border-radius: 14px; padding: 1.1rem 1.1rem 2.4rem; }
.chart__head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; font-weight: 700; margin-bottom: .5rem; }
.chart__peak { font-size: .82rem; color: var(--saffron-deep); }
.bars { display: grid; grid-template-columns: repeat(7, 1fr); gap: clamp(.35rem, 1.4vw, 1.1rem); height: 230px; align-items: end; border-bottom: 1px solid var(--line-2); }
.bar { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; }
.bar__val { font-size: .78rem; font-weight: 700; color: var(--ink-2); margin-bottom: .3rem; font-variant-numeric: tabular-nums; }
.bar__fill { width: 100%; max-width: 64px; height: calc(var(--v) / 70 * 100%); background: var(--bar); border-radius: 6px 6px 2px 2px; transform-origin: bottom; transition: transform .9s var(--ease); }
.bar:nth-child(2) .bar__fill { transition-delay: .05s; } .bar:nth-child(3) .bar__fill { transition-delay: .1s; } .bar:nth-child(4) .bar__fill { transition-delay: .15s; }
.bar:nth-child(5) .bar__fill { transition-delay: .2s; } .bar:nth-child(6) .bar__fill { transition-delay: .25s; } .bar:nth-child(7) .bar__fill { transition-delay: .3s; }
.bar--peak .bar__fill { background: var(--saffron); }
.bar--peak .bar__val { color: var(--saffron-deep); }
.bar__x { position: absolute; bottom: -1.7rem; font-size: .72rem; font-weight: 600; color: var(--ink-3); white-space: nowrap; }
html.js .chart:not(.is-in) .bar__fill { transform: scaleY(0); }
.uses { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1rem; }
.uses__label { font-weight: 700; }

/* ---------- Before / after ---------- */
.compare { display: grid; gap: 1.25rem; max-width: 960px; margin-inline: auto; }
@media (min-width: 760px) { .compare { grid-template-columns: 1fr 1fr; } }
.compare__col { border-radius: 20px; padding: clamp(1.5rem, 1rem + 2vw, 2.5rem); }
.compare__col h3 { font-size: 1.1rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1.4rem; }
.compare__col ul { display: grid; gap: .9rem; }
.compare__col li { display: flex; gap: .7rem; align-items: center; font-size: 1.1rem; font-weight: 600; }
.compare__col .icon { width: 1.3rem; height: 1.3rem; padding: .2rem; border-radius: 50%; stroke-width: 3; }
.compare__col--before { background: var(--night-2); border: 1px solid rgba(242, 233, 218, .1); }
.compare__col--before h3 { color: var(--night-soft); }
.compare__col--before li { color: var(--night-soft); }
.compare__col--before .icon { background: rgba(232, 103, 122, .16); color: #E8677A; }
/* A light card inside a dark section in both themes, so its colours are fixed, not themed. */
.compare__col--after { background: var(--night-ink); color: #14202C; }
.compare__col--after h3 { color: #965D0D; }
.compare__col--after .icon { background: #DCEAC9; color: #4F7029; }
.dark .cta-row { margin-top: 2.75rem; }

/* ---------- Use cases ---------- */
.cases { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.case { padding: 1.6rem; display: flex; flex-direction: column; gap: .5rem; }
.case__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--ground); color: var(--ink); margin-bottom: .6rem; }
.case h3 { font-size: 1.2rem; }
.case p { color: var(--ink-2); }
.case--cta { background: var(--saffron-wash); border-color: var(--warm-line); }
.case--cta .btn { align-self: flex-start; margin-top: auto; }

/* ---------- Pricing ---------- */
.pricing { display: grid; gap: 1.5rem; max-width: 1000px; margin-inline: auto; align-items: start; }
@media (min-width: 900px) { .pricing { grid-template-columns: 1.5fr 1fr; gap: 2rem; } }
.price { position: relative; padding: clamp(1.5rem, 1rem + 2vw, 2.5rem); border: 2px solid var(--ink); box-shadow: var(--shadow-lg); }
.price__badge { position: absolute; top: -.9rem; inset-inline-start: clamp(1.5rem, 1rem + 2vw, 2.5rem); background: var(--saffron); color: var(--on-accent); font-weight: 800; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; padding: .35rem .8rem; border-radius: 99px; }
.price__name { font-size: 1.6rem; font-weight: 800; letter-spacing: -.03em; margin-top: .5rem; }
.price__model { color: var(--ink-3); font-weight: 600; }
.price__amount { margin: 1.1rem 0 1.5rem; padding: .9rem 1rem; background: var(--ground); border-radius: 12px; font-size: 1.2rem; font-weight: 800; }
.checks--2 { margin-bottom: 1.75rem; }
@media (min-width: 560px) { .checks--2 { grid-template-columns: 1fr 1fr; gap: .7rem 1.5rem; } }
.price__fine { text-align: center; margin-top: .75rem; font-size: .9rem; color: var(--ink-3); font-weight: 600; }
.pricing__side { display: grid; gap: 1rem; }
.side-item { padding: 1.4rem; border-radius: var(--r); border: 1px solid var(--line); background: var(--side-bg); }
.side-item h3 { font-size: 1.1rem; margin-bottom: .4rem; }
.side-item p { color: var(--ink-2); margin-bottom: .6rem; }
.side-item p:last-child { margin-bottom: 0; }

/* ---------- Risk reversal ---------- */
.risk { display: grid; gap: 2rem; align-items: center; padding: clamp(1.75rem, 1rem + 3vw, 3.5rem); border-radius: 24px; background: var(--saffron-wash); border: 1px solid var(--warm-line); }
@media (min-width: 900px) { .risk { grid-template-columns: 1.6fr 1fr; gap: 3.5rem; } }
.risk__side { background: var(--paper); border-radius: 18px; padding: 1.5rem; box-shadow: var(--shadow-sm); display: grid; gap: 1.25rem; }

/* ---------- FAQ ---------- */
.faq-wrap { display: grid; gap: 1rem; }
@media (min-width: 960px) { .faq-wrap { grid-template-columns: 1fr 1.6fr; gap: 4rem; align-items: start; } .faq-wrap .section-head { position: sticky; top: 110px; } }
.faq { display: grid; gap: .6rem; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; transition: box-shadow .2s; }
.faq details[open] { box-shadow: var(--shadow-sm); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.1rem 1.25rem; font-weight: 700; font-size: 1.05rem; cursor: pointer; list-style: none; border-radius: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .icon { transition: transform .25s var(--ease); color: var(--ink-3); }
.faq details[open] summary .icon { transform: rotate(180deg); }
.faq details p { padding: 0 1.25rem 1.2rem; color: var(--ink-2); max-width: 62ch; }

/* ---------- Final CTA ---------- */
.final { padding-block: clamp(5rem, 3.5rem + 6vw, 9rem); position: relative; overflow: hidden; }
.final::before { content: ""; position: absolute; left: 50%; top: 100%; width: 1100px; height: 700px; transform: translate(-50%, -55%); background: radial-gradient(closest-side, rgba(232, 163, 61, .22), rgba(232, 163, 61, 0)); pointer-events: none; }
.final__in { position: relative; text-align: center; max-width: 860px; }
.final__mark { width: 56px; height: 56px; margin: 0 auto 1.75rem; }
.final h2 { font-size: clamp(2.3rem, 1.4rem + 3.4vw, 4rem); letter-spacing: -.04em; }
.final__fine { margin-top: 1.25rem; font-size: .95rem; font-weight: 600; color: var(--night-soft); }

/* ---------- Footer ---------- */
.footer { background: var(--night); color: var(--night-soft); border-top: 1px solid rgba(242, 233, 218, .1); padding-block: 3.5rem 2rem; }
.footer__in { display: grid; gap: 2.5rem; }
@media (min-width: 860px) { .footer__in { grid-template-columns: 1.2fr 1.5fr; } }
.footer .brand { color: var(--night-ink); margin-bottom: 1rem; }
.footer__brand p { max-width: 44ch; font-size: .95rem; }
.footer__nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.footer__h { color: var(--night-ink); font-weight: 700; margin-bottom: .75rem; font-size: .92rem; }
.footer__nav ul { display: grid; gap: .5rem; font-size: .95rem; }
.footer__nav a { text-decoration: none; }
.footer__nav a:hover { color: var(--night-ink); text-decoration: underline; }
.footer__base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(242, 233, 218, .1); font-size: .85rem; }

/* ---------- Mobile sticky CTA ---------- */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
  padding: .65rem 1rem calc(.65rem + env(safe-area-inset-bottom));
  background: var(--nav-bg-solid); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform .3s var(--ease);
}
.mobile-cta.is-shown { transform: none; }
.mobile-cta p { display: grid; line-height: 1.25; font-size: .8rem; color: var(--ink-3); }
.mobile-cta b { color: var(--ink); font-size: .95rem; }
@media (min-width: 768px) { .mobile-cta { display: none; } }

/* ---------- Dialogs & forms ---------- */
.modal {
  border: 0; padding: 0; border-radius: 20px;
  width: min(580px, 100% - 1.5rem); max-height: calc(100dvh - 1.5rem);
  background: var(--paper); color: var(--ink);
  box-shadow: 0 40px 80px -20px rgba(20, 32, 44, .5);
  overscroll-behavior: contain;
}
.modal::backdrop { background: rgba(20, 32, 44, .55); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.modal[open] { animation: modal-in .25s var(--ease); }
@keyframes modal-in { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
@media (max-width: 580px) {
  .modal { width: 100%; max-width: 100%; margin: auto 0 0; border-radius: 20px 20px 0 0; max-height: 94dvh; }
}
.modal__inner { position: relative; padding: clamp(1.4rem, 1rem + 2vw, 2.25rem); }
.modal__close { position: absolute; top: .9rem; inset-inline-end: .9rem; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 0; background: var(--ground); cursor: pointer; }
.modal__close:hover { background: var(--ground-2); }
.modal .eyebrow { margin-bottom: .5rem; }
.modal__title { font-size: clamp(1.6rem, 1.3rem + 1.2vw, 2rem); letter-spacing: -.03em; padding-inline-end: 2.5rem; }
.modal__sub { margin-top: .6rem; color: var(--ink-2); }
.lead-form { margin-top: 1.5rem; }
.field { display: grid; gap: .35rem; margin-bottom: .95rem; }
.field label { font-weight: 600; font-size: .92rem; }
.field .opt { font-weight: 500; color: var(--ink-3); }
.field-row { display: grid; gap: 0 1rem; }
@media (min-width: 520px) { .field-row { grid-template-columns: 1fr 1fr; } }
.input { width: 100%; min-height: 50px; padding: .7rem .9rem; border: 1.5px solid var(--line-2); border-radius: 10px; background: var(--input-bg); font: inherit; font-size: 1rem; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
textarea.input { min-height: 72px; resize: vertical; }
select.input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238A7F72' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .8rem center; background-size: 1.1rem; padding-right: 2.5rem; }
.input:focus { outline: none; border-color: var(--saffron); box-shadow: 0 0 0 4px rgba(217, 138, 31, .2); }
.input[aria-invalid="true"] { border-color: var(--pom); }
.input[aria-invalid="true"]:focus { box-shadow: 0 0 0 4px rgba(177, 43, 65, .15); }
.field__err { color: var(--pom); font-size: .85rem; font-weight: 600; }
.field__err:empty { display: none; }
.form__error a { color: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.form__error { margin-bottom: 1rem; padding: .75rem .9rem; border-radius: 10px; background: var(--pom-wash); color: var(--pom); font-weight: 600; font-size: .92rem; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__fine { margin-top: .8rem; text-align: center; font-size: .88rem; color: var(--ink-3); font-weight: 500; }
.form__alt { margin-top: 1.1rem; padding-top: 1.1rem; border-top: 1px solid var(--line); text-align: center; font-size: .95rem; color: var(--ink-2); }
.btn[aria-busy="true"] { opacity: .75; pointer-events: none; }
.success { text-align: start; }
.success:focus { outline: none; }
.success__icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--olive-wash); color: var(--olive); margin-bottom: 1.1rem; }
.success__icon .icon { width: 1.6rem; height: 1.6rem; stroke-width: 3; }
.success .btn { margin-top: 1.5rem; }

/* ---------- Legal pages (privacy, terms) ---------- */
.nav__actions--legal { margin-inline-start: auto; }
.legal { padding-bottom: clamp(4rem, 3rem + 4vw, 7rem); }
.legal__head { padding-block: clamp(2.5rem, 2rem + 3vw, 4.5rem) 2rem; }
.legal__head h1 { font-size: clamp(2.4rem, 1.6rem + 3vw, 3.75rem); letter-spacing: -.04em; }
.legal__dates { display: flex; flex-wrap: wrap; gap: .25rem 1.5rem; margin-top: 1rem; color: var(--ink-3); font-size: .95rem; }
.legal__dates strong { color: var(--ink-2); }
.legal__switch { display: inline-flex; flex-wrap: wrap; gap: .25rem; margin-top: 1.5rem; padding: .25rem; background: var(--ground-2); border-radius: 12px; }
.legal__switch a { padding: .5rem .95rem; border-radius: 9px; font-weight: 600; font-size: .92rem; text-decoration: none; color: var(--ink-2); }
.legal__switch a:hover { color: var(--ink); }
.legal__switch a[aria-current] { background: var(--paper); color: var(--ink); box-shadow: var(--shadow-sm); }
.legal__draft { margin-bottom: 2rem; padding: .85rem 1.1rem; border-radius: 12px; background: var(--pom-wash); color: var(--pom); font-size: .95rem; font-weight: 500; }
.legal__grid { display: grid; gap: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); }
@media (min-width: 960px) {
  .legal__grid { grid-template-columns: 250px minmax(0, 1fr); gap: 4rem; padding-top: 3rem; }
  .legal__toc { position: sticky; top: 96px; align-self: start; max-height: calc(100vh - 120px); overflow-y: auto; }
}
.legal__toc details { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: .35rem 1rem .75rem; }
@media (min-width: 960px) {
  .legal__toc details { background: none; border: 0; padding: 0; }
  .legal__toc summary { list-style: none; cursor: default; }
  .legal__toc summary::-webkit-details-marker { display: none; }
}
.legal__toc summary { cursor: pointer; padding: .55rem 0; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.legal__toc ol { display: grid; gap: .1rem; font-size: .9rem; }
.legal__toc a { display: block; padding: .35rem .55rem; border-radius: 8px; line-height: 1.35; text-decoration: none; color: var(--ink-2); }
.legal__toc a:hover { background: color-mix(in srgb, var(--ink) 5%, transparent); color: var(--ink); }
.legal__body { max-width: 760px; font-size: 1rem; line-height: 1.7; color: var(--legal-ink); }
.legal__body h2 { font-size: clamp(1.45rem, 1.25rem + .8vw, 1.85rem); letter-spacing: -.025em; margin: 3rem 0 1rem; scroll-margin-top: 96px; }
.legal__body h3 { font-size: 1.15rem; letter-spacing: -.015em; margin: 2rem 0 .6rem; scroll-margin-top: 96px; }
.legal__body p { margin: 0 0 1rem; }
.legal__body ul { list-style: disc; padding-inline-start: 1.35rem; margin: 0 0 1.15rem; display: grid; gap: .45rem; }
.legal__body ul ul { list-style: circle; margin: .45rem 0 0; }
.legal__body li::marker { color: var(--saffron); }
.legal__body a { color: var(--saffron-deep); font-weight: 600; text-underline-offset: 3px; }
.legal__body strong { color: var(--ink); }
.legal__body code { font-size: .88em; background: var(--ground-2); padding: .1em .35em; border-radius: 5px; }
.legal__notice { margin-bottom: 2.5rem; padding: 1rem 1.2rem; border-radius: 14px; background: var(--saffron-wash); border: 1px solid var(--warm-line); font-size: .95rem; }
.legal__notice p { margin: 0; }
.legal__table { overflow-x: auto; margin: 0 0 1.5rem; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; }
.legal__table table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: .92rem; line-height: 1.5; }
.legal__table th { text-align: start; padding: .7rem .9rem; background: var(--ground); border-bottom: 1px solid var(--line); font-weight: 700; }
.legal__table td { padding: .7rem .9rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal__table tr:last-child td { border-bottom: 0; }
.legal__next { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-weight: 600; }
mark.ph { background: var(--ph-bg); color: var(--ph-ink); border-radius: 4px; padding: 0 .2em; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.footer__nav a[aria-current] { color: var(--night-ink); }

/* ---------- Theme and language controls ---------- */
.nav__pref {
  display: inline-flex; align-items: center; justify-content: center; gap: .35rem;
  min-width: 42px; height: 42px; padding: 0 .6rem; border-radius: 10px;
  border: 1px solid var(--line); background: transparent; color: var(--ink-2);
  font: inherit; font-weight: 700; font-size: .92rem; line-height: 1; text-decoration: none; cursor: pointer;
}
.nav__pref:hover { color: var(--ink); background: color-mix(in srgb, var(--ink) 5%, transparent); }
.nav__pref .icon { width: 1.15em; height: 1.15em; }
:root[data-theme="dark"] .icon--moon, :root:not([data-theme="dark"]) .icon--sun { display: none; }
.nav__lang-short, .nav__theme-m { display: none; }
.nav__menu-btn {
  display: flex; align-items: center; gap: .6rem; width: 100%; padding: .95rem .25rem;
  background: none; border: 0; border-bottom: 1px solid var(--line); border-radius: 0;
  font-weight: 600; font-size: 1.0625rem; color: var(--ink); cursor: pointer; text-align: start;
}
.nav__menu-btn .icon { color: var(--ink-3); }
@media (max-width: 1079px) {
  .nav__theme { display: none; }
  .nav__theme-m { display: block; }
  .nav__lang-full { display: none; }
  .nav__lang-short { display: inline; }
}
@media (max-width: 420px) {
  .nav__in { gap: .6rem; }
  .nav__actions { gap: .4rem; }
  .brand { font-size: 1.3rem; }
  .brand img { width: 28px; height: 28px; }
}

/*
  Headline full stops. Plus Jakarta Sans draws its full stop with a wide left side bearing,
  about .12em at weight 800. The tight tracking on headlines closes every other letter pair
  but not that one, so "queue." read as "queue ." The span pulls the stop back into place.
*/
/* Inline and colourless on purpose: ".hero h1 span" makes every other span in the headline its own saffron line. */
html[lang="en"] .dot { display: inline; color: inherit; margin-inline-start: -.08em; }

/* ---------- Dark theme ---------- */
:root[data-theme="dark"] {
  color-scheme: dark;
  --ground: #17130E;
  --ground-2: #1E1913;
  --paper: #27201A;
  --ink: #F2E9DA;
  --ink-2: #C6B8A4;
  --ink-3: #A1927F;
  --line: #3A2F24;
  --line-2: #4B3E30;
  --saffron: #E8A33D;
  --saffron-hi: #F0B45A;
  --saffron-deep: #EAA845;
  --saffron-wash: #3A2A12;
  --olive: #8DB862;
  --olive-wash: #24301A;
  --pom: #EF7A8C;
  --pom-wash: #3A171D;
  --slate: #9BBAD8;
  --slate-wash: #1C2833;
  --night: #0F0C08;
  --night-2: #1A150F;
  --on-accent: #17130E;
  --on-ink: #17130E;
  --ink-hover: #FFF8EC;
  --seat-hover: #2E3D20;
  --nav-bg: rgba(23, 19, 14, .86);
  --nav-bg-solid: rgba(23, 19, 14, .96);
  --browser-bar: #211B14;
  --dots: #4B3E30;
  --input-bg: #1E1913;
  --toast-bg: rgba(39, 32, 26, .97);
  --paper-note: #2E261E;
  --ruled: #3A2F24;
  --paper-ink: #E6DCCB;
  --stripe-a: #1B1611;
  --stripe-b: #201A14;
  --closed-bg: #2E271F;
  --side-bg: rgba(255, 255, 255, .03);
  --warm-line: #4A3A1E;
  --bar: #4B3E30;
  --legal-ink: #E6DCCB;
  --ph-bg: #4A3A12;
  --ph-ink: #FFE3A3;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, .35), 0 2px 8px -4px rgba(0, 0, 0, .5);
  --shadow-lg: 0 2px 4px rgba(0, 0, 0, .3), 0 24px 60px -24px rgba(0, 0, 0, .7);
}

/* ---------- Arabic, right to left ---------- */
:root[dir="rtl"] { --font: var(--font-ar); }
/* Arabic letters join, and any letter-spacing, positive or negative, pulls them apart. */
[dir="rtl"] * { letter-spacing: 0 !important; }
[dir="rtl"] body { line-height: 1.75; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3 { line-height: 1.35; }
[dir="rtl"] .hero h1 { line-height: 1.3; }
/* Arrows point the way the reader is going. */
[dir="rtl"] .icon:has(> use[href="#i-arrow"]) { transform: scaleX(-1); }
[dir="rtl"] .merge__wires svg:not(.icon) { transform: scaleX(-1); }
[dir="rtl"] .paper { transform: rotate(2.5deg); }
[dir="rtl"] select.input { background-position: left .8rem center; padding-right: .9rem; padding-left: 2.5rem; }
@media (max-width: 559px) { [dir="rtl"] .walkin__arrow { transform: rotate(90deg); } }

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

/* Legal pages have no menu, so the theme button stays in the header on every width. */
.nav__actions--legal .nav__theme { display: inline-flex; }
