/* ==========================================================================
 * landing_redesign.css — gastrozukunft.de public landing (value→proof→price)
 * --------------------------------------------------------------------------
 * Self-contained, LIGHT-ONLY marketing page. Loaded only by landing.php.
 * Colours are literal light values (the design is light-only) so the page is
 * immune to the site dark theme; landing.php also pins data-theme="light" so
 * the reused token-based modules (offers/reviews/faqs/showcase) render light.
 * RTL: logical properties only (inset-inline-*, margin-inline-*, text-align:
 * start). Re-skins for kept dynamic modules live at the bottom.
 * ========================================================================== */

.lp-page {
  color-scheme: light;
  background: #f7f8fc;
  color: #0b1220;
  font-family: var(--font-sans, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);
  -webkit-font-smoothing: antialiased;
}
.lp-page * { box-sizing: border-box; }
/* reserve space for the fixed sticky CTA so the footer's last row stays visible */
.lp-page { padding-bottom: 78px; }

/* tame the shared page wrappers so sections can paint edge-to-edge */
.lp-page .page-main,
.lp-page .container { max-width: none; margin: 0; padding: 0; width: auto; }

/* ---- shared section primitives --------------------------------------- */
.lp-sec { width: 100%; }
.lp-sec--white { background: #fff; }
.lp-sec--base { background: #f7f8fc; }
.lp-sec--alt { background: #f1f4fa; }
.lp-sec--hero {
  background:
    radial-gradient(120% 90% at 85% 0%, rgba(255,122,24,0.16), rgba(247,248,252,0) 60%),
    linear-gradient(180deg, #fff6ef 0%, #f7f8fc 70%);
}
.lp-wrap { max-width: 1180px; margin: 0 auto; padding: clamp(56px,8vw,96px) 22px; }
.lp-wrap--narrow { max-width: 1100px; }
.lp-wrap--compare { max-width: 920px; padding-block: clamp(48px,7vw,88px); }
.lp-wrap--faq { max-width: 820px; }

.lp-kicker { color: #b04600; font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; }
.lp-h2 { margin: 10px 0 0; font-size: clamp(28px,4vw,44px); line-height: 1.1; letter-spacing: -0.02em; font-weight: 800; color: #0b1220; }
.lp-h2--sm { font-size: clamp(26px,3.6vw,40px); }
.lp-lead { margin: 16px 0 0; color: #526178; font-size: clamp(16px,1.6vw,18.5px); line-height: 1.6; }
.lp-head--center { text-align: center; max-width: 680px; margin-inline: auto; }
.lp-head--center .lp-lead { margin-inline: auto; }

/* buttons */
.lp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; font-weight: 700; border: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.lp-btn:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(255,122,24,0.4); }
.lp-btn--primary { background: #c14a00; color: #fff; box-shadow: 0 10px 22px rgba(193,74,0,.26); }
.lp-btn--primary:hover { background: #a63f00; transform: translateY(-1px); }
.lp-btn--ghost { background: #fff; color: #0b1220; border: 1px solid rgba(11,18,32,0.14); }
.lp-btn--ghost:hover { background: #f7f8fc; }
.lp-btn--lg { padding: 15px 26px; border-radius: 14px; font-size: 16.5px; }
.lp-btn--md { padding: 13px 22px; border-radius: 13px; font-size: 15.5px; }

/* ============================ HEADER =================================== */
.lp-header { position: sticky; top: 0; z-index: 50; background: rgba(247,248,252,0.82); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid rgba(11,18,32,0.07); }
.lp-header__inner { max-width: 1180px; margin: 0 auto; padding: 12px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.lp-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: #0b1220; }
.lp-brand__mark { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, #ff7a18, #c14a00); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 18px; box-shadow: 0 4px 12px rgba(193,74,0,.28); }
.lp-brand__logo { height: 30px; width: auto; object-fit: contain; display: block; flex-shrink: 0; }
/* On the dark trust band the brand mark uses the white, transparent-background
   logo variant (gz_logo_white.png) — no white plate/container, so no badge
   rounding. The white header keeps the original full-colour favicon_256.png. */
.lp-trust__brand .lp-brand__logo--white { border-radius: 0; }
.lp-brand__name { font-weight: 800; font-size: 18px; letter-spacing: -0.02em; }
.lp-brand__name b { color: #b04600; font-weight: 800; }
.lp-header__right { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.lp-nav { display: flex; gap: 2px; flex-wrap: wrap; }
.lp-nav a { padding: 8px 12px; border-radius: 9px; text-decoration: none; color: #526178; font-weight: 600; font-size: 14.5px; transition: background .15s, color .15s; }
.lp-nav a:hover { background: rgba(11,18,32,0.05); color: #0b1220; }
.lp-header__cta { padding: 9px 16px; border-radius: 11px; font-size: 14.5px; }

/* language menu (reuses public-i18n.js contract; restyled compact for landing) */
.lp-header .lang-menu { position: relative; }
.lp-header .lang-menu__toggle { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: 10px; border: 1px solid rgba(11,18,32,0.14); background: #fff; color: #0b1220; font-weight: 700; font-size: 14px; cursor: pointer; }
.lp-header .lang-menu__flag { width: 19px; height: 19px; object-fit: cover; border-radius: 50%; }
.lp-header .lang-menu__chevron { color: #94a3b8; font-size: 11px; }
.lp-header .lang-menu__list { position: absolute; top: calc(100% + 6px); inset-inline-end: 0; min-width: 180px; background: #fff; border: 1px solid rgba(11,18,32,0.10); border-radius: 14px; box-shadow: 0 18px 46px rgba(15,23,42,.16); overflow: hidden; padding: 6px; z-index: 60; display: none; }
.lp-header .lang-menu[data-open="true"] .lang-menu__list { display: block; }
.lp-header .lang-menu__item { width: 100%; display: flex; align-items: center; gap: 10px; padding: 9px 12px; border: none; background: transparent; border-radius: 9px; cursor: pointer; font-size: 14px; font-weight: 600; color: #0b1220; text-align: start; }
.lp-header .lang-menu__item:hover { background: #f1f4fa; }
.lp-header .lang-menu__item .lang-menu__check { margin-inline-start: auto; color: #16a34a; opacity: 0; }
.lp-header .lang-menu__item[aria-current="true"] .lang-menu__check { opacity: 1; }

/* ============================== HERO ================================== */
.lp-hero__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(32px,5vw,64px); align-items: center; padding-block: clamp(40px,6vw,80px) clamp(56px,7vw,96px); }
.lp-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: rgba(255,122,24,0.12); color: #b04600; font-weight: 700; font-size: 13.5px; }
.lp-badge__dot { width: 7px; height: 7px; border-radius: 50%; background: #ff7a18; animation: gzpulse 2s infinite; }
.lp-hero__h1 { margin: 18px 0 0; font-size: clamp(34px,5.4vw,58px); line-height: 1.04; letter-spacing: -0.03em; font-weight: 800; color: #0b1220; }
.lp-hero__h1 b { color: #b04600; font-weight: 800; }
.lp-hero__lead { margin: 20px 0 0; color: #526178; font-size: clamp(16px,1.7vw,19.5px); line-height: 1.6; max-width: 540px; }
.lp-hero__cties { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.lp-chips { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 26px; }
.lp-chip { display: inline-flex; align-items: center; gap: 7px; color: #334155; font-weight: 600; font-size: 14px; }
.lp-chip__ok { color: #16a34a; font-weight: 800; }
.lp-hero__cards { display: flex; flex-wrap: wrap; align-items: stretch; gap: 12px; margin-top: 28px; }
.lp-stat { display: inline-flex; align-items: center; gap: 11px; padding: 11px 16px; background: #fff; border: 1px solid rgba(11,18,32,0.08); border-radius: 14px; box-shadow: 0 6px 14px rgba(15,23,42,.06); text-decoration: none; }
.lp-stat__live { width: 10px; height: 10px; border-radius: 50%; background: #16a34a; box-shadow: 0 0 0 4px rgba(34,197,94,0.18); animation: gzpulse 2s infinite; }
.lp-stat__num { font-weight: 800; font-size: 22px; color: #0b1220; }
.lp-stat__label { color: #526178; font-weight: 600; font-size: 14px; }
.lp-stat__stars { display: inline-flex; flex-direction: column; line-height: 1.15; }
.lp-stat__stars .s { color: #f5a623; font-size: 14px; letter-spacing: 1px; }
.lp-stat__stars .c { color: #526178; font-weight: 600; font-size: 12.5px; }
.lp-hero__source { margin-top: 8px; color: #94a3b8; font-size: 12px; display: flex; align-items: center; gap: 6px; }

.lp-hero__visual { position: relative; display: flex; justify-content: center; align-items: center; min-height: 480px; }
.lp-qr-card { text-decoration: none; position: absolute; inset-block-end: 14px; inset-inline-start: 0; width: 170px; background: #fff; border-radius: 18px; padding: 14px; box-shadow: 0 18px 46px rgba(15,23,42,.18); border: 1px solid rgba(11,18,32,0.06); }
.lp-qr-card__img { aspect-ratio: 1; border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(11,18,32,0.08); overflow: hidden; padding: 6px; }
.lp-qr-card__img img, .lp-qr-card__img svg { width: 100%; height: 100%; display: block; }
.lp-qr-card__title { margin-top: 10px; font-weight: 800; font-size: 14px; color: #0b1220; }
.lp-qr-card__sub { color: #526178; font-size: 12px; margin-top: 2px; }

/* ===================== PHONE FRAME (shared) =========================== */
/* The phone is a DEVICE MOCK: force its chrome (status bar, camera island,
   toolbar) and iframe positioning to LTR so the AR page renders the phone byte-
   for-byte like the DE page (battery right, time left, island centred, page
   scrollbar clipped on the right). The Arabic caption (.lp-phone__cap) is a
   SIBLING, so it keeps the page's RTL direction. */
.lp-phone { position: relative; width: clamp(258px,82%,300px); direction: ltr; }
.lp-phone--sm { width: clamp(248px,100%,300px); margin-top: 24px; }
.lp-phone__rail { position: absolute; background: linear-gradient(90deg, #5b5e63, #8d9197); box-shadow: -1px 0 2px rgba(0,0,0,.25); z-index: 2; }
.lp-phone__rail--a { inset-inline-start: -2.5px; top: 20%; width: 3px; height: 30px; border-radius: 3px 0 0 3px; }
.lp-phone__rail--b { inset-inline-start: -2.5px; top: 31%; width: 3px; height: 50px; border-radius: 3px 0 0 3px; }
.lp-phone__rail--c { inset-inline-start: -2.5px; top: 43.5%; width: 3px; height: 50px; border-radius: 3px 0 0 3px; }
.lp-phone__rail--d { inset-inline-end: -2.5px; top: 30%; width: 3px; height: 82px; border-radius: 0 3px 3px 0; background: linear-gradient(270deg, #5b5e63, #8d9197); box-shadow: 1px 0 2px rgba(0,0,0,.25); }
.lp-phone__rail--e { inset-inline-end: -2.5px; top: 52%; width: 3px; height: 34px; border-radius: 0 3px 3px 0; background: linear-gradient(270deg, #6a6d72, #9aa0a6); box-shadow: 1px 0 2px rgba(0,0,0,.25); }
.lp-phone__titanium { border-radius: 54px; padding: 4px; background: linear-gradient(145deg, #d9dadd, #6f7277 18%, #45474b 50%, #76797e 82%, #c8cacd); box-shadow: 0 30px 70px rgba(15,23,42,.30); }
.lp-phone__bezel { border-radius: 50px; padding: 3px; background: #050608; }
.lp-phone__screen { position: relative; border-radius: 47px; overflow: hidden; background: #fbfbfd; aspect-ratio: 430 / 932; display: flex; flex-direction: column; }
.lp-phone__island { position: absolute; top: 11px; inset-inline-start: 50%; transform: translateX(-50%); width: 22%; height: 21px; background: #000; border-radius: 11px; z-index: 6; }
.lp-phone__status { flex-shrink: 0; height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 8px 26px 0; background: #fbfbfd; color: #0b1220; }
.lp-phone__time { font-weight: 700; font-size: 14px; letter-spacing: 0.02em; }
.lp-phone__sysicons { display: inline-flex; align-items: center; gap: 6px; }
.lp-phone__batt { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 27px; height: 13px; border-radius: 4px; background: #0b1220; }
.lp-phone__batt span { font-size: 9px; font-weight: 600; color: #fff; line-height: 1; }
.lp-phone__addr { flex-shrink: 0; padding: 2px 12px 8px; background: #fbfbfd; }
.lp-phone__addr-bar { height: 36px; border-radius: 11px; background: #ececef; display: flex; align-items: center; gap: 8px; padding: 0 12px; }
.lp-phone__addr-url { flex: 1; text-align: center; font-size: 13px; color: #1c1c1e; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lp-phone__page { position: relative; flex: 1; overflow: hidden; background: #fff; }
.lp-phone__page iframe { position: absolute; top: 0; inset-inline-start: 0; border: 0; transform-origin: top left; }
/* No RTL transform-origin flip: .lp-phone is forced direction:ltr, so inset-inline-start
   resolves to the physical left and the iframe sits/scales exactly like on the DE page. */
.lp-phone__facade { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: #fff; cursor: pointer; display: block; overflow: hidden; }
.lp-phone__facade img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.lp-phone__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 999px; background: rgba(11,18,32,0.78); color: #fff; font-weight: 800; font-size: 13px; backdrop-filter: blur(4px); box-shadow: 0 8px 20px rgba(0,0,0,.3); white-space: nowrap; }
.lp-phone__play svg { display: block; }
.lp-phone__toolbar { flex-shrink: 0; height: 44px; background: #fbfbfd; border-top: 1px solid rgba(0,0,0,0.07); display: flex; align-items: center; justify-content: space-between; padding: 0 24px; }
.lp-phone__addr-ic { flex-shrink: 0; }
.lp-phone__batt::after { content: ""; position: absolute; inset-inline-end: -3px; top: 50%; transform: translateY(-50%); width: 1.6px; height: 4.5px; background: rgba(11,18,32,0.5); border-radius: 0 2px 2px 0; }
.lp-phone__tb-add { flex-shrink: 0; width: 27px; height: 27px; border-radius: 50%; background: #ececef; display: inline-flex; align-items: center; justify-content: center; }
.lp-phone__tb-tabs { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 21px; height: 21px; border: 1.8px solid #3c3c43; border-radius: 5px; font-size: 10px; font-weight: 700; color: #3c3c43; }
.lp-phone__cap { margin-top: 36px; text-align: center; }
.lp-phone__cap h3 { margin: 0; font-size: 17px; font-weight: 800; letter-spacing: -0.01em; }
.lp-phone__cap p { margin: 7px 0 0; color: #526178; font-size: 14px; line-height: 1.5; }

/* ========================= COMMISSION ================================= */
.lp-bars { margin: 44px auto 0; max-width: 760px; display: flex; flex-direction: column; gap: 26px; }
.lp-bar__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; gap: 12px; flex-wrap: wrap; }
.lp-bar__label { font-weight: 700; font-size: 16px; color: #0b1220; }
.lp-bar__val { font-weight: 800; font-size: 18px; }
.lp-bar__val--bad { color: #ef4444; }
.lp-bar__val--good { color: #16a34a; }
.lp-bar__track { height: 54px; border-radius: 14px; background: #f1f4fa; overflow: hidden; }
.lp-bar__fill { height: 100%; width: 0; border-radius: 14px; transition: width 1s cubic-bezier(.2,0,0,1); }
.lp-bar__fill--bad { background: linear-gradient(90deg, #fb7185, #ef4444); }
.lp-bar__fill--good { background: linear-gradient(90deg, #34d399, #16a34a); min-width: 10px; }
.lp-bars__foot { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; padding-top: 6px; }
.lp-bars__keep { font-weight: 800; font-size: clamp(18px,2.4vw,24px); color: #0b1220; }
.lp-bars__note { color: #94a3b8; font-size: 12.5px; max-width: 320px; }

/* ========================== CALCULATOR =============================== */
.lp-calc__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; align-items: stretch; }
.lp-calc__inputs { background: #fff; border: 1px solid rgba(11,18,32,0.08); border-radius: 22px; padding: clamp(22px,3vw,34px); box-shadow: 0 6px 14px rgba(15,23,42,.06); }
.lp-calc__field { margin-bottom: 26px; }
.lp-calc__field:last-child { margin-bottom: 0; }
.lp-calc__field-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; gap: 8px; }
.lp-calc__field label { font-weight: 700; font-size: 14.5px; color: #334155; }
.lp-calc__field-val { font-weight: 800; font-size: 19px; color: #0b1220; }
.lp-calc__range { width: 100%; height: 6px; accent-color: #c14a00; cursor: pointer; }
.lp-calc__presets { display: flex; gap: 8px; }
.lp-calc__preset { flex: 1; padding: 11px 8px; border-radius: 11px; border: 1px solid rgba(11,18,32,0.14); background: #fff; color: #334155; font-weight: 700; font-size: 14.5px; cursor: pointer; transition: all .15s; }
.lp-calc__preset:hover { border-color: rgba(193,74,0,0.4); }
.lp-calc__preset.is-active { background: #c14a00; color: #fff; border-color: #c14a00; }
.lp-calc__result { background: linear-gradient(165deg, #1a1207, #0b1220); border-radius: 22px; padding: clamp(26px,3.4vw,38px); color: #fff; display: flex; flex-direction: column; justify-content: center; box-shadow: 0 18px 46px rgba(15,23,42,.18); }
.lp-calc__result-label { color: #ffb27a; font-weight: 700; font-size: 13.5px; letter-spacing: 0.06em; }
.lp-calc__big { font-size: clamp(44px,7vw,68px); font-weight: 800; line-height: 1; letter-spacing: -0.03em; margin: 10px 0 2px; color: #ff9a4d; }
.lp-calc__per { color: rgba(255,255,255,0.7); font-size: 15px; }
.lp-calc__rule { margin: 20px 0; height: 1px; background: rgba(255,255,255,0.14); }
.lp-calc__row { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.lp-calc__row span:first-child { color: rgba(255,255,255,0.66); font-size: 14.5px; }
.lp-calc__row span:last-child { font-weight: 700; font-size: 15.5px; }
.lp-calc__row--good span:last-child { color: #34d399; }
.lp-calc__row--year { padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.14); margin-bottom: 0; }
.lp-calc__row--year span:last-child { font-weight: 800; font-size: 18px; color: #ff9a4d; }
.lp-calc__cta { margin-top: 24px; text-align: center; padding: 14px 22px; border-radius: 13px; background: #ff7a18; color: #1a1207; font-weight: 800; font-size: 16px; text-decoration: none; }
.lp-calc__cta:hover { background: #ff8a33; }
.lp-calc__foot { margin: 22px auto 0; max-width: 860px; color: #64748b; font-size: 12.5px; line-height: 1.55; text-align: center; }

/* ========================= HOW IT WORKS ============================== */
.lp-steps { margin-top: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.lp-step { background: #f7f8fc; border: 1px solid rgba(11,18,32,0.06); border-radius: 18px; padding: 26px; }
.lp-step__n { display: inline-flex; width: 44px; height: 44px; border-radius: 13px; background: rgba(255,122,24,0.12); color: #b04600; font-weight: 800; font-size: 19px; align-items: center; justify-content: center; }
.lp-step h3 { margin: 18px 0 8px; font-size: 18px; font-weight: 800; letter-spacing: -0.01em; }
.lp-step p { margin: 0; color: #526178; font-size: 14.5px; line-height: 1.55; }
.lp-how__media { margin-top: 22px; display: flex; flex-direction: column; gap: 20px; }
.lp-slot-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.lp-slot-head__title { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 15px; color: #0b1220; }
.lp-slot-head__title::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #c14a00; }
.lp-slot-head__count { color: #b04600; font-weight: 800; font-size: 13.5px; letter-spacing: 0.02em; }

/* onboarding slider */
.lp-onb { position: relative; max-width: 940px; margin: 0 auto; }
.lp-onb__win { border-radius: 14px; overflow: hidden; box-shadow: 0 22px 54px rgba(15,23,42,.16); border: 1px solid rgba(11,18,32,0.08); background: #fff; }
.lp-onb__chrome { height: 40px; background: #eef1f7; border-bottom: 1px solid rgba(11,18,32,0.06); display: flex; align-items: center; gap: 14px; padding: 0 16px; }
.lp-onb__dots { display: inline-flex; gap: 7px; }
.lp-onb__dots span { width: 11px; height: 11px; border-radius: 50%; }
.lp-onb__dots span:nth-child(1) { background: #ff5f57; }
.lp-onb__dots span:nth-child(2) { background: #febc2e; }
.lp-onb__dots span:nth-child(3) { background: #28c840; }
.lp-onb__url { flex: 1; max-width: 360px; height: 22px; border-radius: 7px; background: #fff; border: 1px solid rgba(11,18,32,0.08); display: inline-flex; align-items: center; gap: 7px; padding: 0 12px; color: #94a3b8; font-size: 11.5px; font-family: ui-monospace, monospace; overflow: hidden; white-space: nowrap; }
.lp-onb__url::before { content: "●"; color: #16a34a; font-size: 10px; }
.lp-onb__stage { position: relative; aspect-ratio: 16 / 10; background: #f4f6fb; }
.lp-onb__stage img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-onb__nav { position: absolute; inset-block-start: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(11,18,32,0.08); background: #fff; color: #c14a00; cursor: pointer; box-shadow: 0 8px 20px rgba(15,23,42,.16); display: flex; align-items: center; justify-content: center; padding: 0; }
.lp-onb__nav--prev { inset-inline-start: -16px; }
.lp-onb__nav--next { inset-inline-end: -16px; }
/* RTL: prev/next swap sides via the logical insets above, so the chevron glyphs
   must mirror too (otherwise "next" on the left still points right). dir lives on
   <html>, NOT on .lp-page (the <body>), so the selector must be the html-level
   [dir="rtl"] — a .lp-page[dir="rtl"] selector never matched and the flip was dead. */
[dir="rtl"] .lp-onb__nav svg { transform: scaleX(-1); }
.lp-onb__bar { max-width: 940px; margin: 18px auto 0; height: 5px; border-radius: 3px; background: rgba(11,18,32,0.08); overflow: hidden; }
.lp-onb__bar > div { height: 100%; width: 5%; background: linear-gradient(90deg, #ff7a18, #c14a00); border-radius: 3px; transition: width .35s cubic-bezier(.2,0,0,1); }

.lp-figure { position: relative; max-width: 940px; margin: 0 auto; border-radius: 16px; overflow: hidden; box-shadow: 0 22px 54px rgba(15,23,42,.16); border: 1px solid rgba(11,18,32,0.06); }
.lp-figure img { display: block; width: 100%; height: auto; }
.lp-ai-badge { position: absolute; inset-block-end: 10px; inset-inline-end: 10px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border-radius: 999px; background: rgba(11,18,32,0.62); color: #fff; font-weight: 700; font-size: 10.5px; backdrop-filter: blur(4px); }
.lp-ai-badge::before { content: "\2728"; font-size: 9px; }

/* ====================== PRODUCT SHOWCASE ============================= */
.lp-try { max-width: 680px; margin: 0 auto 40px; display: flex; align-items: center; flex-wrap: wrap; gap: 15px; padding: 16px 20px; background: linear-gradient(135deg, #fff6ef, #ffffff); border: 1px solid rgba(193,74,0,0.18); border-radius: 16px; box-shadow: 0 6px 16px rgba(193,74,0,.07); }
.lp-try__icon { flex-shrink: 0; width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, #ff7a18, #c14a00); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 14px rgba(193,74,0,.26); }
.lp-try__icon svg { display: block; }
.lp-try__text { font-size: 14.5px; line-height: 1.5; color: #475569; flex: 1 1 220px; }
.lp-try__text strong { color: #0b1220; }
.lp-try__cta { flex: 0 0 auto; margin-inline-start: auto; white-space: nowrap; }
.lp-phone__facade--link { text-decoration: none; }
.lp-product__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(14px,3vw,30px); }
.lp-product__col { flex: 1 1 290px; max-width: 360px; display: flex; flex-direction: column; align-items: center; }
.lp-product__tag { display: inline-flex; align-items: center; gap: 8px; padding: 6px 13px; border-radius: 999px; font-weight: 700; font-size: 13px; }
.lp-product__tag--guest { background: rgba(255,122,24,0.12); color: #b04600; }
.lp-product__tag--owner { background: rgba(11,18,32,0.06); color: #0b1220; }
.lp-sync { display: flex; flex-direction: column; align-items: center; gap: 8px; flex: 0 0 auto; }
.lp-sync__orb { position: relative; width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; }
.lp-sync__ring { position: absolute; inset: 6px; border-radius: 50%; border: 2px solid rgba(193,74,0,0.45); animation: gzring 2.4s ease-out infinite; }
.lp-sync__ring--2 { animation-delay: 1.2s; }
.lp-sync__core { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #ff7a18, #c14a00); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 18px rgba(193,74,0,.32); z-index: 1; }
.lp-sync__core svg { display: block; animation: gzspin 4s linear infinite; }
.lp-sync__label { font-weight: 800; font-size: 12.5px; color: #b04600; letter-spacing: 0.02em; white-space: nowrap; }

/* =========================== VALUE GRID ============================= */
.lp-vgrid { margin-top: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.lp-vcard { background: #f7f8fc; border: 1px solid rgba(11,18,32,0.06); border-radius: 18px; padding: 26px; display: flex; gap: 16px; align-items: flex-start; }
.lp-vcard__n { flex-shrink: 0; display: inline-flex; width: 46px; height: 46px; border-radius: 13px; background: #fff; border: 1px solid rgba(255,122,24,0.28); color: #b04600; font-weight: 800; font-size: 15px; align-items: center; justify-content: center; }
.lp-vcard__body { min-width: 0; display: flex; flex-direction: column; gap: 7px; padding-top: 2px; }
.lp-vcard__body h3 { margin: 0; font-size: 17.5px; font-weight: 800; letter-spacing: -0.01em; line-height: 1.25; }
.lp-vcard__body p { margin: 0; color: #526178; font-size: 14.5px; line-height: 1.55; }

/* ============================ PRINT ================================= */
.lp-print__badge { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding: 8px 15px; border-radius: 999px; background: rgba(34,197,94,0.12); color: #15803d; font-weight: 700; font-size: 13.5px; }
.lp-print__badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #16a34a; }
.lp-print__grid { margin-top: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.lp-pcard { background: #fff; border: 1px solid rgba(11,18,32,0.08); border-radius: 20px; overflow: hidden; box-shadow: 0 6px 14px rgba(15,23,42,.06); }
.lp-pcard__media { position: relative; overflow: hidden; border-bottom: 1px solid rgba(11,18,32,0.06); background: #f1f4fa; }
.lp-pcard__media--menu { aspect-ratio: 4 / 3; background: #fff; }
.lp-pcard__media--img { aspect-ratio: 16 / 9; }
.lp-pcard__media--img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-pcard__body { padding: 20px; }
.lp-pcard__body h3 { margin: 0 0 6px; font-size: 17px; font-weight: 800; }
.lp-pcard__body p { margin: 0; color: #526178; font-size: 14px; line-height: 1.5; }
.lp-live-badge { position: absolute; inset-block-start: 12px; inset-inline-end: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; border-radius: 999px; background: rgba(11,18,32,0.72); color: #fff; font-weight: 700; font-size: 11px; backdrop-filter: blur(4px); pointer-events: none; }
.lp-live-badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #34d399; }

/* fit-scaled iframe (menu / screens) */
.lp-fit { position: absolute; top: 0; inset-inline-start: 0; border: 0; transform-origin: top left; }
[dir="rtl"] .lp-fit { transform-origin: top right; }

/* ========================== IN-STORE SCREENS ======================== */
.lp-screens__grid { margin-top: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; align-items: center; }
/* AR/RTL: keep the text column (.lp-points) on the leading right side, directly
   under the heading, and the TV preview on the left — reading flows heading →
   points → TV. The grid is forced LTR to hold this column order under RTL; each
   child resets to RTL so its own content (cards, number badges, text) mirrors
   correctly. Single-column (mobile) stacking is untouched — TV stays on top. */
[dir="rtl"] .lp-screens__grid { direction: ltr; }
[dir="rtl"] .lp-screens__grid > * { direction: rtl; }
.lp-tv { background: linear-gradient(160deg, #1c1c20, #050507); border-radius: 12px; padding: 6px 6px 10px; box-shadow: 0 30px 70px rgba(15,23,42,.34), inset 0 0 0 1px rgba(255,255,255,0.05); }
.lp-tv__screen { position: relative; aspect-ratio: 16 / 9; border-radius: 5px; overflow: hidden; background: #000; }
/* Static poster sits underneath; the live screens-kiosk iframe (.lp-fit) is
   scaled to fill the 16:9 box by scaleFit() and fades in once it has painted,
   so a slow/failed load still shows the poster — the TV never blanks. */
.lp-tv__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lp-tv__live { width: 1280px; height: 720px; background: #000; opacity: 0; transition: opacity .45s ease; }
.lp-tv__live.is-ready { opacity: 1; }
.lp-tv__facade { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: #000; cursor: pointer; display: block; overflow: hidden; }
.lp-tv__play { position: absolute; inset-block-end: 12px; inset-inline-start: 12px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border-radius: 999px; background: rgba(11,18,32,0.82); color: #fff; font-weight: 700; font-size: 12px; backdrop-filter: blur(4px); pointer-events: none; }
.lp-tv__chin { margin-top: 9px; display: flex; align-items: center; justify-content: center; gap: 9px; }
.lp-tv__led { width: 5px; height: 5px; border-radius: 50%; background: #34d399; box-shadow: 0 0 6px rgba(52,211,153,0.9); }
.lp-tv__brand { font-size: 9.5px; font-weight: 800; letter-spacing: 0.18em; color: rgba(255,255,255,0.32); }
.lp-tv__stand1 { width: 13%; height: 16px; margin: 0 auto; background: linear-gradient(180deg, #26262b, #141417); }
.lp-tv__stand2 { width: 42%; height: 9px; margin: 0 auto; border-radius: 0 0 10px 10px; background: linear-gradient(180deg, #1c1c20, #0c0c0f); box-shadow: 0 8px 16px rgba(15,23,42,.22); }
.lp-tv__cap { margin: 16px 0 0; text-align: center; color: #94a3b8; font-size: 12.5px; }
.lp-points { display: flex; flex-direction: column; gap: 16px; }
.lp-point { display: flex; gap: 16px; align-items: flex-start; background: #f7f8fc; border: 1px solid rgba(11,18,32,0.06); border-radius: 16px; padding: 20px 22px; }
.lp-point__n { flex-shrink: 0; display: inline-flex; width: 42px; height: 42px; border-radius: 12px; background: rgba(255,122,24,0.12); color: #b04600; font-weight: 800; font-size: 17px; align-items: center; justify-content: center; }
.lp-point__body h3 { margin: 0; font-size: 17.5px; font-weight: 800; letter-spacing: -0.01em; }
.lp-point__body p { margin: 0; color: #526178; font-size: 14.5px; line-height: 1.55; }
.lp-points__chip { display: inline-flex; align-items: center; gap: 9px; padding: 12px 16px; border-radius: 12px; background: rgba(255,122,24,0.08); border: 1px solid rgba(255,122,24,0.2); color: #b04600; font-weight: 700; font-size: 14px; }
.lp-diagram { margin-top: 28px; background: linear-gradient(120deg, #fff6ef, #f7f8fc); border: 1px solid rgba(193,74,0,0.14); border-radius: 20px; padding: clamp(22px,3vw,32px); display: flex; align-items: center; justify-content: center; gap: clamp(16px,2.4vw,28px); flex-wrap: wrap; }
.lp-diagram__node { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid rgba(11,18,32,0.08); border-radius: 14px; padding: 14px 18px; box-shadow: 0 6px 14px rgba(15,23,42,.06); font-weight: 800; font-size: 15px; color: #0b1220; }
.lp-diagram__node .ic { display: inline-flex; width: 38px; height: 38px; border-radius: 11px; background: rgba(255,122,24,0.12); align-items: center; justify-content: center; }
.lp-diagram__arrow { display: flex; flex-direction: column; align-items: center; gap: 3px; color: #b04600; }
/* RTL: the diagram row mirrors (source on the right, outputs on the left), so the
   flow arrow must point left toward the outputs. Same fix as .lp-onb__nav above —
   dir is on <html>, not .lp-page, so use the html-level [dir="rtl"] selector. */
[dir="rtl"] .lp-diagram__arrow svg { transform: scaleX(-1); }
.lp-diagram__arrow span { font-size: 11.5px; font-weight: 700; }
.lp-diagram__outs { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.lp-diagram__out { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid rgba(11,18,32,0.08); border-radius: 12px; padding: 12px 16px; font-weight: 700; font-size: 14px; color: #0b1220; box-shadow: 0 4px 10px rgba(15,23,42,.05); }
.lp-diagram__out::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #16a34a; }

/* ============================= PROOF ================================ */
.lp-proof__big { display: inline-flex; align-items: baseline; gap: 14px; margin: 14px 0 0; flex-wrap: wrap; justify-content: center; }
.lp-proof__count { font-size: clamp(48px,8vw,76px); font-weight: 800; letter-spacing: -0.03em; color: #b04600; line-height: 1; }
.lp-proof__live { margin-top: 12px; display: inline-flex; align-items: center; gap: 8px; color: #94a3b8; font-size: 12.5px; }
.lp-proof__live::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #16a34a; animation: gzpulse 2s infinite; }

/* ========================== FINAL CTA =============================== */
.lp-sec--final { background: linear-gradient(135deg, #ff7a18, #c14a00); }
.lp-final { text-align: center; }
.lp-final h2 { margin: 0; font-size: clamp(30px,4.4vw,50px); line-height: 1.08; letter-spacing: -0.02em; font-weight: 800; color: #fff; }
.lp-final p { margin: 16px auto 0; color: rgba(255,255,255,0.92); font-size: clamp(16px,1.8vw,20px); max-width: 540px; }
.lp-final__cties { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 30px; }
.lp-final__cta { padding: 16px 30px; border-radius: 14px; background: #fff; color: #c14a00; font-weight: 800; font-size: 17px; text-decoration: none; box-shadow: 0 12px 26px rgba(0,0,0,.16); }
.lp-final__cta--ghost { background: rgba(255,255,255,0.16); color: #fff; border: 1px solid rgba(255,255,255,0.4); }

/* ========================== STICKY CTA ============================== */
.lp-sticky { position: fixed; inset-inline: 0; bottom: var(--ui-cookie-banner-height, 0px); z-index: 99; background: rgba(255,255,255,0.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid rgba(11,18,32,0.10); box-shadow: 0 -8px 24px rgba(15,23,42,.08); transform: translateY(110%); transition: transform .3s cubic-bezier(.2,0,0,1); }
.lp-sticky.is-shown { transform: translateY(0); }
.lp-sticky__inner { max-width: 1180px; margin: 0 auto; padding: 12px 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.lp-sticky__txt { display: flex; flex-direction: column; min-width: 0; }
.lp-sticky__h { font-weight: 800; font-size: 15px; color: #0b1220; }
.lp-sticky__note { font-weight: 600; font-size: 12.5px; color: #15803d; }
.lp-sticky__cta { padding: 13px 24px; border-radius: 12px; background: #c14a00; color: #fff; font-weight: 800; font-size: 15.5px; text-decoration: none; white-space: nowrap; box-shadow: 0 6px 14px rgba(193,74,0,.24); }

/* =========================== keyframes ============================== */
@keyframes gzpulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes gzspin { to { transform: rotate(360deg); } }
@keyframes gzring { 0% { transform: scale(.6); opacity: .8; } 100% { transform: scale(1.5); opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .lp-page *, .lp-page *::before, .lp-page *::after { animation: none !important; transition: none !important; }
}

/* ====================== reused-module re-skins ====================== */
/* Pin the kept token-based modules to the landing's light look + spacing. */
.lp-page #landing-plan-strip,
.lp-page #landing-compare,
.lp-page .reviews-section,
.lp-page #landingShowcase { max-width: 1180px; margin-inline: auto; }

/* subscription headline plan card (new, DB-fed numbers) */
.lp-plan { max-width: 460px; margin: 0 auto; position: relative; background: linear-gradient(180deg, rgba(255,122,24,0.06), #fff); border: 2px solid #ff7a18; border-radius: 22px; padding: clamp(28px,4vw,40px); box-shadow: 0 18px 46px rgba(15,23,42,.10); }
.lp-plan__ribbon { position: absolute; top: -14px; inset-inline-start: 50%; transform: translateX(-50%); padding: 6px 18px; border-radius: 999px; background: #c14a00; color: #fff; font-weight: 700; font-size: 13px; white-space: nowrap; }
.lp-plan__free { display: inline-flex; align-items: center; gap: 8px; padding: 7px 15px; border-radius: 999px; background: rgba(34,197,94,0.12); color: #15803d; font-weight: 800; font-size: 15px; }
.lp-plan__then { margin-top: 18px; color: #526178; font-weight: 600; font-size: 14.5px; }
.lp-plan__price { display: flex; align-items: baseline; justify-content: center; gap: 6px; margin-top: 4px; }
.lp-plan__amount { font-size: clamp(48px,9vw,60px); font-weight: 800; letter-spacing: -0.03em; color: #0b1220; }
.lp-plan__per { color: #526178; font-weight: 600; font-size: 17px; }
.lp-plan__setup { margin-top: 6px; color: #526178; font-size: 14.5px; }
.lp-plan__setup strong { color: #0b1220; }
.lp-plan__rule { margin: 26px 0; height: 1px; background: rgba(11,18,32,0.08); }
.lp-plan__feats { display: flex; flex-direction: column; gap: 13px; }
.lp-plan__feat { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; color: #334155; line-height: 1.4; }
.lp-plan__feat::before { content: "\2713"; flex-shrink: 0; width: 21px; height: 21px; border-radius: 50%; background: rgba(34,197,94,0.14); color: #16a34a; font-weight: 800; font-size: 12px; display: inline-flex; align-items: center; justify-content: center; }
.lp-plan__feat--soon::before { content: none; }
.lp-plan__soon { flex-shrink: 0; display: inline-flex; align-items: center; padding: 3px 10px; border-radius: 999px; background: rgba(255,122,24,0.14); color: #b04600; font-weight: 800; font-size: 11px; letter-spacing: .02em; }
.lp-plan__cta { display: block; text-align: center; margin-top: 28px; padding: 16px; border-radius: 14px; background: #c14a00; color: #fff; font-weight: 800; font-size: 17px; text-decoration: none; box-shadow: 0 10px 22px rgba(193,74,0,.26); }
.lp-plan__reassure { margin: 16px 0 0; text-align: center; color: #64748b; font-size: 13px; }
.lp-plan__vat { margin: 6px 0 0; text-align: center; color: #94a3b8; font-size: 12px; }
.lp-bundles { max-width: 1000px; margin: 40px auto 0; }
.lp-bundles__title { text-align: center; color: #526178; font-weight: 700; font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase; margin: 0 0 20px; }

/* vs-delivery-platform comparison table (design) */
.lp-cmp { border: 1px solid rgba(11,18,32,0.10); border-radius: 20px; overflow: hidden; box-shadow: 0 6px 14px rgba(15,23,42,.06); background: #fff; }
.lp-cmp__row { display: grid; grid-template-columns: 1.6fr 1fr 1fr; border-bottom: 1px solid rgba(11,18,32,0.06); }
.lp-cmp__row:last-child { border-bottom: none; }
.lp-cmp__row--head { background: #f1f4fa; border-bottom: 1px solid rgba(11,18,32,0.10); }
.lp-cmp__f { padding: 15px 18px; font-weight: 600; font-size: 14.5px; color: #334155; display: flex; align-items: center; }
.lp-cmp__a, .lp-cmp__b { padding: 15px 12px; text-align: center; font-size: 15px; border-inline-start: 1px solid rgba(11,18,32,0.05); display: flex; align-items: center; justify-content: center; gap: 4px; }
.lp-cmp__row:not(.lp-cmp__row--head) .lp-cmp__a { background: rgba(255,122,24,0.05); font-weight: 700; color: #0b1220; }
.lp-cmp__row:not(.lp-cmp__row--head) .lp-cmp__b { color: #526178; font-weight: 600; }
.lp-cmp__cell--head.lp-cmp__a { color: #b04600; font-weight: 800; font-size: 14.5px; background: transparent; }
.lp-cmp__cell--head.lp-cmp__b { color: #526178; font-weight: 700; font-size: 14.5px; }
.lp-cmp__yes { color: #16a34a; font-weight: 800; font-size: 18px; line-height: 1; }
.lp-cmp__no { color: rgba(11,18,32,0.28); font-weight: 800; font-size: 15px; line-height: 1; }
.lp-cmp__note { margin: 16px auto 0; max-width: 720px; color: #64748b; font-size: 12.5px; line-height: 1.55; text-align: center; }

/* reviews (design block) */
.lp-rev__agg { margin: 28px auto 0; max-width: 560px; background: #fff; border: 1px solid rgba(11,18,32,0.08); border-radius: 20px; padding: 24px 26px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; justify-content: center; box-shadow: 0 6px 14px rgba(15,23,42,.06); }
.lp-rev__agg-main { display: flex; flex-direction: column; align-items: center; }
.lp-rev__agg-num { font-size: clamp(40px,6vw,56px); font-weight: 800; line-height: 1; letter-spacing: -0.02em; color: #0b1220; }
.lp-rev__agg-stars { color: #f5a623; font-size: 19px; letter-spacing: 2px; margin-top: 4px; }
.lp-rev__agg-count { margin-top: 6px; color: #526178; font-weight: 600; font-size: 14px; }
.lp-rev__agg-count strong { color: #0b1220; font-weight: 800; }
.lp-rev__agg-div { height: 60px; width: 1px; background: rgba(11,18,32,0.1); }
.lp-rev__agg-right { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.lp-rev__verified { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 15px; color: #0b1220; }
.lp-rev__g { display: inline-flex; width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 1px solid rgba(11,18,32,0.12); align-items: center; justify-content: center; font-weight: 800; font-size: 13px; color: #4285F4; }
.lp-rev__profile { color: #b04600; font-weight: 700; font-size: 13.5px; text-decoration: none; }
.lp-rev__profile:hover { text-decoration: underline; }
.lp-rev__cards { margin: 22px auto 0; max-width: 1000px; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.lp-rev__card { background: #fff; border: 1px solid rgba(11,18,32,0.08); border-radius: 16px; padding: 22px; display: flex; flex-direction: column; gap: 12px; box-shadow: 0 6px 14px rgba(15,23,42,.05); }
.lp-rev__card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.lp-rev__card-stars { color: #f5a623; font-size: 15px; letter-spacing: 1px; }
.lp-rev__card-text { margin: 0; color: #334155; font-size: 15px; line-height: 1.6; }
.lp-rev__card-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.lp-rev__card-meta { color: #94a3b8; font-size: 12.5px; }
.lp-rev__card-foot a { color: #b04600; font-weight: 700; font-size: 12.5px; text-decoration: none; }
.lp-rev__auth { margin: 24px auto 0; max-width: 760px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 22px; }
.lp-rev__auth-title { font-weight: 800; font-size: 13.5px; color: #0b1220; }
.lp-rev__auth-pt { display: inline-flex; align-items: center; gap: 7px; color: #526178; font-weight: 600; font-size: 13px; }
.lp-rev__platform { margin: 18px auto 0; max-width: 560px; background: rgba(11,18,32,0.02); border: 1px solid rgba(11,18,32,0.07); border-radius: 16px; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.lp-rev__platform-l { display: flex; flex-direction: column; gap: 2px; }
.lp-rev__platform-title { font-weight: 700; font-size: 14.5px; color: #0b1220; }
.lp-rev__platform-empty { color: #94a3b8; font-size: 13px; }
.lp-rev__platform-cta { padding: 9px 16px; border-radius: 10px; background: rgba(11,18,32,0.06); color: #94a3b8; font-weight: 700; font-size: 13px; white-space: nowrap; }

/* proof / real restaurant grid (design) */
.lp-rgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 16px; }
.lp-rcard { text-decoration: none; background: #fff; border: 1px solid rgba(11,18,32,0.07); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 6px 16px rgba(15,23,42,.05); transition: transform .15s ease, box-shadow .15s ease; }
.lp-rcard:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(15,23,42,.13); }
/* top ~3/4: the restaurant logo sits DIRECTLY on a black panel — no inner box/shadow */
.lp-rcard__logo { position: relative; flex: 1; min-height: 150px; background: #0b1220; display: flex; align-items: center; justify-content: center; padding: 26px 16%; }
.lp-rcard__mono { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #ff9a4d; font-weight: 800; font-size: 26px; letter-spacing: .04em; }
.lp-rcard__img { position: relative; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
/* bottom ~1/4: white meta strip */
.lp-rcard__meta { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 12px 10px 15px; text-align: center; }
.lp-rcard__name { font-weight: 700; font-size: 14px; color: #0b1220; line-height: 1.22; }
.lp-rcard__slug { color: #94a3b8; font-size: 11px; font-family: ui-monospace, monospace; direction: ltr; }
.lp-rcard--more { background: #f7f8fc; border: 1px dashed rgba(11,18,32,0.16); align-items: center; justify-content: center; gap: 4px; padding: 22px 14px; color: #526178; font-weight: 600; }
.lp-rcard__more-n { font-weight: 800; font-size: 28px; line-height: 1; color: #c14a00; }
.lp-rcard__more-lbl { font-size: 12.5px; font-weight: 600; color: #526178; }

/* FAQ accordion (design) */
.lp-faq { display: flex; flex-direction: column; gap: 12px; }
.lp-faq__item { background: #fff; border: 1px solid rgba(11,18,32,0.08); border-radius: 16px; overflow: hidden; }
.lp-faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 22px; background: transparent; border: none; cursor: pointer; text-align: start; font-weight: 700; font-size: 16.5px; color: #0b1220; }
.lp-faq__q-text { flex: 1; }
.lp-faq__icon { position: relative; flex-shrink: 0; width: 28px; height: 28px; border-radius: 8px; background: rgba(255,122,24,0.12); }
.lp-faq__icon::before, .lp-faq__icon::after { content: ""; position: absolute; left: 50%; top: 50%; background: #b04600; border-radius: 2px; transform: translate(-50%,-50%); }
.lp-faq__icon::before { width: 12px; height: 2px; }
.lp-faq__icon::after { width: 2px; height: 12px; transition: transform .2s ease; }
.lp-faq__item.is-open .lp-faq__icon::after { transform: translate(-50%,-50%) scaleY(0); }
/* minmax(0, Nfr) — the bare `0fr` track keeps an `auto` (min-content) minimum
   in Chromium, so a closed answer leaked its first line (~22px). minmax(0,…)
   pins the track minimum to 0 so it collapses fully, while still animating the
   fr part 0↔1 smoothly. */
.lp-faq__a { display: grid; grid-template-rows: minmax(0, 0fr); transition: grid-template-rows .28s ease; }
.lp-faq__item.is-open .lp-faq__a { grid-template-rows: minmax(0, 1fr); }
.lp-faq__a-inner { overflow: hidden; min-height: 0; padding: 0 22px 22px; color: #526178; font-size: 15px; line-height: 1.6; }
.lp-faq__a-inner > * { margin: 0; }
.lp-faq__a-inner > * + * { margin-top: 10px; }

/* ── Unified DARK footer (landing-only). The dark trust band is the top row;
   the shared .site-footer below it is re-skinned dark so they read as one
   cohesive footer that matches the design. Scoped to .lp-page = zero blast
   radius on the ~19 other pages that share public_footer.php. ── */
.lp-trust { background: #0b1220; color: rgba(255,255,255,0.72); border-bottom: 1px solid rgba(255,255,255,0.08); }
.lp-trust__inner { max-width: 1180px; margin: 0 auto; padding: 30px 22px; display: flex; align-items: center; justify-content: center; gap: 16px 22px; flex-wrap: wrap; text-align: center; }
.lp-trust__brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-size: 18px; }
.lp-trust__brand .lp-brand__mark { box-shadow: none; }
.lp-trust__tag { font-size: 14px; color: rgba(255,255,255,0.6); max-width: 360px; }
.lp-trust__chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 12px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: #fff; font-weight: 700; font-size: 13.5px; }
.lp-trust__chip::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #16a34a; }

.lp-page .site-footer { background: #0b1220; margin-top: 0; color: rgba(255,255,255,0.7); }
/* The landing makes .lp-page .container full-bleed (line ~25) so sections paint
   edge-to-edge; that also un-caps the footer's .container, spreading brand/apps
   to the viewport edges. Re-cap ONLY the footer inner to the shared container
   width so the landing footer reads centred, exactly like agb.php & co. */
.lp-page .site-footer__inner { color: rgba(255,255,255,0.7); padding-top: 30px; width: min(var(--container, 1100px), 100% - 32px); margin-inline: auto; }
.lp-page .site-footer__copyright { color: #fff; font-weight: 700; }
.lp-page .site-footer__service { color: rgba(255,255,255,0.6); }
.lp-page .site-footer .brand-sub__company { color: #ff9a4d; }
.lp-page .site-footer .brand-sub__company:hover,
.lp-page .site-footer .brand-sub__company:focus-visible { color: #ffb27a; }
/* YASEEN service logo sits on the dark footer without a white container —
   the logo PNG is a self-contained circular badge with transparent corners. */
.lp-page .site-footer__brand-logo { background: transparent; padding: 0; border-radius: 0; }
.lp-page .footer-apps-hint { color: rgba(255,255,255,0.6); }
.lp-page .site-footer__bottom { border-top-color: rgba(255,255,255,0.12); }
.lp-page .footer-links a { color: rgba(255,255,255,0.78); font-weight: 600; }
.lp-page .footer-links a:hover,
.lp-page .footer-links a:focus-visible { color: #fff; }

/* ============================ responsive =========================== */
@media (max-width: 760px) {
  .lp-header__inner { padding: 10px 16px; }
  .lp-nav { display: none; }            /* anchors collapse on small screens; CTA + lang remain */
  .lp-wrap { padding: clamp(40px,9vw,64px) 18px; }
  .lp-hero__visual { min-height: 0; margin-top: 8px; }
  .lp-qr-card { position: static; width: 100%; max-width: 220px; margin: 18px auto 0; }
  .lp-sync { width: 100%; flex-direction: row; justify-content: center; padding: 6px 0; }
  .lp-onb__nav--prev { inset-inline-start: 4px; }
  .lp-onb__nav--next { inset-inline-end: 4px; }
}
