/* ===== AQLO v2 styles — overrides + new sections ===== */

/* v2 token aliases — bridge to v1 token system */
:root {
  --bg: var(--bg-primary);
  --f-sans: var(--f-body);
}

/* Hero v2 — refined startup aesthetic */
.v2-hero {
  position: relative;
  padding: 132px 0 96px;
  overflow: hidden;
  background: var(--bg);
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 50% at 75% 35%, rgba(37,211,102,0.10), transparent 60%),
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(255,255,255,0.025), transparent 60%);
  pointer-events: none;
}
.hero-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000, transparent 80%);
  pointer-events: none;
}
.v2-hero-grid {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 80px; align-items: center;
  position: relative; z-index: 2;
}
@media (max-width: 980px) { .v2-hero-grid { grid-template-columns: 1fr; gap: 48px; } }

.v2-hero-copy .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px 6px 8px;
  border: 1px solid var(--line-on-dark);
  border-radius: 100px;
  font-family: var(--f-mono); font-size: 11px; font-weight: 500;
  color: var(--text-on-dark-muted);
  letter-spacing: 0.04em;
  background: rgba(255,255,255,0.02);
  margin-bottom: 28px;
}
.v2-hero-copy .eyebrow::before {
  content: ''; width: 18px; height: 18px;
  border-radius: 50%; background: var(--brand);
  display: inline-block;
  box-shadow: 0 0 0 4px rgba(37,211,102,0.15);
}
.v2-hero-copy .display {
  font-family: var(--f-display);
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 700;
  text-wrap: pretty;
}
.v2-hero-copy .emph {
  color: var(--text-on-dark);
  position: relative; display: inline-block;
}
.v2-hero-copy .emph::after {
  content: ''; position: absolute;
  left: 0; right: 0; bottom: 0.04em;
  height: 0.18em;
  background: var(--brand);
  opacity: 0.22;
  border-radius: 2px;
  z-index: -1;
  transform-origin: left center;
  animation: heroHi 1.2s 0.6s cubic-bezier(.2,.8,.2,1) both;
  transform: scaleX(0);
}
[dir="rtl"] .v2-hero-copy .emph::after { transform-origin: right center; }
@keyframes heroHi { to { transform: scaleX(1); } }
.emph-underline { display: none; }

.v2-hero-copy .lede {
  margin-top: 28px;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.55;
  color: var(--text-on-dark-muted);
  max-width: 56ch;
}

.hero-cta {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-top: 36px;
}

.v2-hero-pillars {
  display: flex; flex-wrap: wrap; gap: 0;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line-on-dark);
}
.v2-hero-pillars .pillar {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 22px 10px 0;
  font-family: var(--f-sans); font-size: 13px; font-weight: 500;
  color: var(--text-on-dark-muted);
  background: transparent;
  border: 0; border-radius: 0;
}
[dir="rtl"] .v2-hero-pillars .pillar { padding: 10px 0 10px 22px; }
.v2-hero-pillars .pillar:not(:last-child) { border-inline-end: 1px solid var(--line-on-dark); padding-inline-end: 22px; margin-inline-end: 22px; }
.v2-hero-pillars .pi {
  width: 16px; height: 16px;
  color: var(--text-on-dark-muted);
  opacity: 0.6;
  flex-shrink: 0;
}

/* Phone tabs — refined segmented control */
.v2-hero-stage { position: relative; }
.phone-tabs {
  display: inline-flex; gap: 0; justify-content: center; margin: 0 auto 24px;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--line-on-dark);
  padding: 4px; border-radius: 100px; width: fit-content;
  display: flex;
}
.phone-tabs .ptab {
  padding: 8px 18px; border-radius: 100px; background: transparent;
  border: none; color: var(--text-on-dark-muted); font-family: inherit;
  font-size: 12.5px; font-weight: 500; cursor: pointer;
  transition: color 0.2s, background 0.25s;
  letter-spacing: -0.005em;
}
.phone-tabs .ptab:hover { color: var(--text-on-dark); }
.phone-tabs .ptab.active {
  background: rgba(255,255,255,0.08);
  color: var(--text-on-dark);
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

/* iPhone mock — refined */
.iphone {
  position: relative;
  width: 320px; max-width: 100%; aspect-ratio: 320 / 660;
  margin: 0 auto;
  border-radius: 48px;
  background: linear-gradient(160deg, #2c2c38 0%, #14141d 60%, #08080d 100%);
  padding: 11px;
  box-shadow:
    0 80px 140px -40px rgba(0,0,0,0.85),
    0 30px 60px -25px rgba(37,211,102,0.08),
    0 0 0 1px rgba(255,255,255,0.06),
    inset 0 0 0 0.5px rgba(255,255,255,0.04);
}
.iphone::after {
  content: ''; position: absolute; inset: 0;
  border-radius: 48px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), transparent 30%);
  pointer-events: none;
}
.iphone-side { position: absolute; right: -2px; top: 100px; width: 3px; height: 30px; background: #1a1a24; border-radius: 0 2px 2px 0; }
.iphone-side.r { top: 150px; height: 60px; }
[dir="rtl"] .iphone-side { right: auto; left: -2px; border-radius: 2px 0 0 2px; }
.iphone-frame {
  width: 100%; height: 100%; border-radius: 36px;
  background: #ECE5DD;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.iphone-notch {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 100px; height: 26px; background: #000; border-radius: 14px; z-index: 10;
}
.ip-status {
  position: relative; z-index: 5;
  background: #075E54; color: #fff;
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 24px 8px;
  font-size: 12px; font-weight: 600;
}
.ip-status .icons { display: flex; gap: 5px; align-items: center; }
.ip-status .batt { width: 22px; height: 11px; border: 1px solid #fff; border-radius: 3px; padding: 1px; position: relative; }
.ip-status .batt::after { content: ''; position: absolute; right: -3px; top: 3px; width: 2px; height: 4px; background: #fff; border-radius: 0 1px 1px 0; }
[dir="rtl"] .ip-status .batt::after { right: auto; left: -3px; border-radius: 1px 0 0 1px; }
.ip-status .batt i { display: block; width: 80%; height: 100%; background: #fff; border-radius: 1px; }
.ip-chathead {
  background: #075E54; color: #fff;
  padding: 6px 12px 10px;
  display: flex; align-items: center; gap: 8px;
}
.ip-chathead .back { font-size: 24px; line-height: 1; opacity: 0.9; }
[dir="rtl"] .ip-chathead .back { transform: scaleX(-1); }
.ip-chathead .ch-avatar { width: 32px; height: 32px; border-radius: 50%; overflow: hidden; order: -1; }
.ip-chathead .ch-name { flex: 1; }
.ip-chathead .ch-title { font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 5px; }
.ip-chathead .ch-verify { color: #25D366; font-size: 11px; }
.ip-chathead .ch-sub { font-size: 11px; opacity: 0.7; font-family: var(--f-mono); }

.ip-screens {
  flex: 1; position: relative; overflow: hidden;
  background: #ECE5DD;
}
.ip-chat-bg {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><path d='M5 5l5 5M15 18l5 5M25 8l5 5M10 28l5 5M28 25l5 5M30 35l3 3' stroke='%23000' stroke-opacity='0.04' stroke-width='1' stroke-linecap='round'/></svg>");
  opacity: 0.6; pointer-events: none;
}
.ip-screen {
  position: absolute; inset: 0;
  padding: 0;
  display: none;
  overflow: hidden;
}
.ip-screen::-webkit-scrollbar { display: none; }
.ip-screen.active { display: flex; }
.wa-stream { display: flex; flex-direction: column; gap: 4px; }
.ip-composer {
  background: #0B141A;
  padding: 8px 8px 10px;
  display: flex; align-items: center; gap: 6px;
  border-top: 1px solid rgba(255,255,255,0.04);
  direction: ltr;
}
.ip-composer .ic {
  width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 0; padding: 0;
  color: #8696A0; cursor: pointer;
  flex-shrink: 0;
}
.ip-composer .ic svg { width: 24px; height: 24px; }
.ip-composer .ic-plus svg { width: 26px; height: 26px; }
.ip-composer .bar {
  flex: 1 1 auto; height: 38px;
  background: #1F2C33;
  border-radius: 100px;
  display: flex; flex-direction: row; align-items: center; justify-content: flex-end;
  padding: 0 12px;
  margin: 0 2px;
  overflow: hidden;
  gap: 0;
}
.ip-composer .bar-sticker {
  width: 22px; height: 22px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #8696A0;
  flex-shrink: 0;
}
.ip-composer .bar-sticker svg { width: 22px; height: 22px; }

/* ============================================
   WHATSAPP FLOW SHEET — DARK (full-screen takeover)
   Matches WhatsApp Flow native dark theme exactly
   ============================================ */
.ip-screens { background: #0B141A; }
.ip-chat-faint {
  position: absolute; inset: 0; padding: 14px 12px;
  display: flex; flex-direction: column; gap: 6px;
  filter: blur(0.4px); opacity: 0.85;
}
.cf-msg {
  max-width: 80%; padding: 8px 11px 6px; border-radius: 8px;
  font-size: 11px; line-height: 1.4; color: #1a1a24;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
  position: relative;
}
.cf-msg.in { background: #fff; align-self: flex-start; border-radius: 0 8px 8px 8px; }
.cf-msg.out { background: #DCF8C6; align-self: flex-end; border-radius: 8px 0 8px 8px; }
[dir="rtl"] .cf-msg.in { border-radius: 8px 0 8px 8px; align-self: flex-end; }
[dir="rtl"] .cf-msg.out { border-radius: 0 8px 8px 8px; align-self: flex-start; }
.cf-msg b { display: block; font-size: 11px; font-weight: 600; color: #128C7E; margin-bottom: 2px; }
.cf-msg span { display: block; }
.cf-msg em { font-style: normal; font-size: 9px; color: rgba(0,0,0,0.45); display: block; text-align: end; margin-top: 4px; }
.cf-msg.big { padding-bottom: 0; }
.cf-msg .cf-cta {
  display: block; margin: 6px -11px -6px;
  padding: 9px; text-align: center;
  border-top: 1px solid rgba(0,0,0,0.06);
  font-style: normal; font-weight: 600; color: #007AFF; font-size: 12px;
}

/* Sheet container */
.wa-flow {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  pointer-events: auto;
}
.wa-flow:empty { display: none; }
.wf-sheet {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 94%;
  background: #0B0B0B;
  border-radius: 14px 14px 0 0;
  display: flex; flex-direction: column;
  overflow: hidden;
  color: #FFFFFF;
  font-family: var(--f-sans);
  box-shadow: 0 -20px 50px rgba(0,0,0,0.5);
  animation: wfIn 0.55s cubic-bezier(.2,.85,.25,1);
}
@keyframes wfIn {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

/* Drag handle */
.wf-handle {
  position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 4px; border-radius: 100px;
  background: rgba(255,255,255,0.25);
}

/* Top bar */
.wf-bar {
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
  padding: 16px 14px 10px;
  flex-shrink: 0;
}
.wf-more {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 0; cursor: pointer;
  display: grid; place-items: center;
  color: rgba(255,255,255,0.6);
}
.wf-close {
  background: transparent; border: 0; cursor: pointer;
  color: rgba(255,255,255,0.6);
  display: grid; place-items: center;
  width: 32px; height: 32px;
}
.wf-title {
  font-size: 14px; font-weight: 500; color: #FFFFFF;
  text-align: center;
  text-transform: none; letter-spacing: 0;
}

/* Progress bar */
.wf-prog {
  height: 2px; background: rgba(255,255,255,0.12);
  margin: 0 14px;
  flex-shrink: 0;
  border-radius: 100px;
  overflow: hidden;
}
.wf-prog span {
  display: block; height: 100%;
  background: #25D366;
  transition: width 0.4s cubic-bezier(.2,.8,.2,1);
}

/* Body */
.wf-body {
  flex: 1; overflow-y: auto;
  padding: 18px 16px 12px;
  display: flex; flex-direction: column; gap: 14px;
  scrollbar-width: none;
}
.wf-body::-webkit-scrollbar { display: none; }

/* Hero (image area) */
.wf-hero {
  height: 200px; overflow: hidden;
  position: relative; background: #1C1C1C;
  border-radius: 14px;
  margin: 0 0 4px;
}
.wf-photo {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.wf-photo-shawarma {
  background:
    radial-gradient(circle at 30% 40%, #d97a3c 0%, transparent 50%),
    radial-gradient(circle at 70% 60%, #f7c97a 0%, transparent 45%),
    linear-gradient(135deg, #4a2818 0%, #8b4a2f 50%, #c97a45 100%);
  position: relative;
}
.wf-photo-shawarma::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 25% 50%, #5a8033 4px, transparent 5px),
    radial-gradient(circle at 75% 30%, #5a8033 3px, transparent 4px),
    radial-gradient(circle at 60% 70%, #d4843c 5px, transparent 6px),
    radial-gradient(circle at 40% 25%, #f0a85a 3px, transparent 4px);
  opacity: 0.7;
}
.wf-photo-burger {
  background:
    radial-gradient(circle at 50% 60%, #b35a2c 0%, transparent 60%),
    linear-gradient(135deg, #2a1408 0%, #4a2418 50%, #8a4a26 100%);
  position: relative;
}
.wf-photo-burger::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse at 50% 30%, #f0a85a 0%, transparent 30%),
    radial-gradient(circle at 30% 65%, #5a8033 4px, transparent 5px),
    radial-gradient(circle at 70% 70%, #c93c3c 4px, transparent 5px);
}

/* Headings inside sheet */
.wf-h1 {
  font-family: var(--f-display);
  font-size: 24px; font-weight: 700;
  letter-spacing: -0.015em;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.15;
}
.wf-sub2 {
  font-size: 14px; line-height: 1.45;
  color: rgba(255,255,255,0.55);
  margin: -8px 0 0;
}
.wf-sec-l {
  font-size: 14px; font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 0;
}
.wf-sec-hint {
  font-size: 12px; color: rgba(255,255,255,0.4);
  margin: -6px 0 0;
}

/* Section */
.wf-sec { display: flex; flex-direction: column; gap: 10px; }

/* Group of rows (radio list) */
.wf-group {
  display: flex; flex-direction: column;
  border-radius: 12px;
  background: #1C1C1C;
  overflow: hidden;
}

/* Row (radio / checkbox / food item) */
.wf-row {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 16px;
  font-size: 15px; color: #FFFFFF;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  cursor: pointer;
  transition: background 0.15s;
  position: relative;
}
.wf-row:last-child { border-bottom: 0; }
.wf-row:hover { background: rgba(255,255,255,0.02); }
.wf-row .wf-mid { flex: 1; min-width: 0; text-align: start; }
.wf-row .wf-mid b { display: block; font-weight: 400; font-size: 15px; color: #FFFFFF; }
.wf-row .wf-sub { display: block; font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 3px; font-family: var(--f-sans); font-weight: 400; }
.wf-price { font-size: 14px; color: #FFFFFF; font-weight: 400; white-space: nowrap; }
.wf-price small { display: block; font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 2px; }

/* Selection: green check on the leading edge */
.wf-row .wf-ck {
  width: 18px; height: 18px; flex-shrink: 0;
  display: grid; place-items: center;
  color: transparent;
  transition: color 0.2s;
}
.wf-row .wf-ck.on { color: #25D366; }
.wf-row .wf-ck svg { width: 18px; height: 18px; }

/* Radio - hidden in dark style; we use the leading checkmark pattern instead */
.wf-rd {
  width: 18px; height: 18px; flex-shrink: 0;
  display: grid; place-items: center;
  color: transparent;
  transition: color 0.2s;
}
.wf-rd.on { color: #25D366; }
.wf-rd svg { width: 18px; height: 18px; }

/* Empty checkbox circle (unchecked add-on) */
.wf-cb {
  width: 18px; height: 18px; flex-shrink: 0;
  border: 1.5px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  position: relative;
  transition: all 0.2s;
}
.wf-cb.on {
  border-color: #25D366; background: #25D366;
}
.wf-cb.on::after {
  content: ''; position: absolute; inset: 4px;
  background: #0B0B0B;
  border-radius: 50%;
}

/* Food row variant — image on the right (RTL) */
.wf-row.wf-food {
  padding: 12px 16px;
  display: grid;
  grid-template-columns: auto 1fr 56px;
  gap: 14px;
  align-items: center;
}
.wf-thumb {
  width: 56px; height: 56px; border-radius: 8px;
  overflow: hidden;
  background: #1C1C1C;
  flex-shrink: 0;
  position: relative;
}
.wf-thumb svg { width: 100%; height: 100%; display: block; }
.wf-thumb .ph {
  width: 100%; height: 100%;
  display: grid; place-items: center;
  font-size: 28px;
}
.wf-row.wf-food .wf-mid b { font-size: 15px; }
.wf-row.wf-food .wf-mid .wf-sub { font-size: 12px; }
.wf-row.wf-food .wf-price {
  text-align: start;
  font-size: 14px;
}

/* Time grid (3 columns of pill buttons) */
.wf-tgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 4px 0;
}
.wf-tslot {
  padding: 12px 4px;
  border-radius: 100px;
  background: #1C1C1C;
  color: rgba(255,255,255,0.85);
  font-size: 13px; font-weight: 400;
  font-family: var(--f-sans);
  text-align: center;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.wf-tslot:hover { background: #252525; }
.wf-tslot.dim { color: rgba(255,255,255,0.3); }
.wf-tslot.on {
  border-color: #25D366;
  color: #25D366;
  background: rgba(37,211,102,0.06);
}

/* Calendar */
.wf-cal {
  background: #1C1C1C;
  border-radius: 12px;
  padding: 14px 14px 12px;
}
.wf-cal-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 12px;
}
.wf-cal-month {
  font-size: 14px; font-weight: 500; color: #FFFFFF;
  display: flex; align-items: center; gap: 6px;
}
.wf-cal-month .ic { color: #25D366; }
.wf-cal-nav { display: flex; gap: 14px; }
.wf-cal-nav button {
  background: transparent; border: 0; cursor: pointer;
  color: #25D366;
  display: grid; place-items: center;
  padding: 0;
}
.wf-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  text-align: center;
}
.wf-cal-day-l {
  font-size: 11px; color: rgba(255,255,255,0.45);
  padding: 8px 0 12px;
  font-weight: 400;
}
.wf-cal-d {
  padding: 9px 0;
  font-size: 14px;
  font-family: var(--f-sans);
  color: #FFFFFF;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s;
}
.wf-cal-d.dim { color: rgba(255,255,255,0.25); cursor: default; }
.wf-cal-d.on {
  color: #25D366;
  font-weight: 600;
}
.wf-cal-d:not(.dim):not(.on):hover { background: rgba(255,255,255,0.04); }

/* Field input style (like the name input) */
.wf-field {
  background: #1C1C1C;
  border-radius: 10px;
  padding: 14px 16px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  font-size: 15px;
  color: #FFFFFF;
}
.wf-field .lbl { color: #FFFFFF; }
.wf-field .val { color: rgba(255,255,255,0.85); font-weight: 400; }
.wf-field .ph { color: rgba(255,255,255,0.35); }

/* Summary block (review screens) */
.wf-summary {
  display: flex; flex-direction: column;
  gap: 10px;
  padding: 4px 0 0;
}
.wf-srow {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  font-family: var(--f-sans);
}
.wf-srow span { color: rgba(255,255,255,0.55); }
.wf-srow b {
  font-weight: 400; color: #FFFFFF; font-size: 14px;
  font-family: var(--f-sans);
}
.wf-srow b.hl {
  color: #FFFFFF; font-weight: 700; font-size: 22px;
  font-family: var(--f-display);
}
.wf-srow b.mono { font-family: var(--f-sans); font-size: 14px; }
.wf-srow b.hl.mono { font-family: var(--f-display); font-size: 22px; }
.wf-srow.tot { padding-top: 6px; }

/* CTA */
.wf-cta-wrap {
  padding: 14px 16px 18px;
  flex-shrink: 0;
  background: #0B0B0B;
}
.wf-cta {
  width: 100%;
  padding: 16px;
  background: #25D366;
  color: #0B0B0B;
  border: 0;
  border-radius: 100px;
  font-family: var(--f-sans);
  font-size: 15px; font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 0.15s, background 0.2s, opacity 0.2s;
}
.wf-cta:hover { background: #1FBE5A; }
.wf-cta:active { transform: scale(0.98); }
.wf-cta.off {
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.35);
  cursor: not-allowed;
}
.wf-foot {
  text-align: center; margin-top: 12px;
  font-size: 12px; color: rgba(255,255,255,0.45);
  letter-spacing: 0;
  display: flex; align-items: center; justify-content: center; gap: 4px;
  font-family: var(--f-sans);
}
.wf-foot .wf-link { color: #25D366; cursor: pointer; }
.wf-foot .wf-meta { display: inline-flex; align-items: center; gap: 4px; }
.wf-foot .wf-meta svg { width: 12px; height: 12px; opacity: 0.5; }

/* Confirmation card (in-chat after the sheet closes) */
.wf-confirm {
  position: absolute; left: 12px; right: 12px; bottom: 16px;
  background: #1C1C1C;
  border-radius: 14px;
  padding: 20px 18px 18px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.4);
  display: flex; flex-direction: column; gap: 12px;
  animation: wfIn 0.5s cubic-bezier(.2,.85,.25,1);
  border: 1px solid rgba(37,211,102,0.2);
}
.wf-cf-icon { display: grid; place-items: center; margin-bottom: 4px; }
.wf-cf-title {
  font-family: var(--f-display);
  font-size: 18px; font-weight: 700;
  text-align: center; color: #FFFFFF;
  letter-spacing: -0.01em;
}
.wf-cf-rows { display: flex; flex-direction: column; gap: 6px; margin-top: 6px; }
.wf-cf-r {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.wf-cf-r:last-child { border-bottom: 0; }
.wf-cf-r span { color: rgba(255,255,255,0.55); }
.wf-cf-r b { font-weight: 600; color: #FFFFFF; font-family: var(--f-sans); }

/* Hide chat backdrop when sheet active */
.wa-flow:not(:empty) ~ .ip-chat-faint,
.wa-flow:has(.wf-sheet) + .ip-chat-faint { display: none; }
.ip-home {
  position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 4px; background: #fff; border-radius: 2px; opacity: 0.4;
}

/* Whatsapp message bubbles inside iphone */
.wa-msg {
  max-width: 78%; padding: 6px 9px 4px; border-radius: 8px;
  font-size: 12px; line-height: 1.4; color: #111;
  position: relative; word-wrap: break-word;
  opacity: 0; transform: translateY(8px);
  animation: bubbleIn 0.4s cubic-bezier(.2,.8,.2,1) forwards;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
}
@keyframes bubbleIn { to { opacity: 1; transform: translateY(0); } }
.wa-msg.in { background: #fff; align-self: flex-start; border-radius: 0 8px 8px 8px; }
.wa-msg.out { background: #DCF8C6; align-self: flex-end; border-radius: 8px 0 8px 8px; }
[dir="rtl"] .wa-msg.in { border-radius: 8px 0 8px 8px; align-self: flex-end; }
[dir="rtl"] .wa-msg.out { border-radius: 0 8px 8px 8px; align-self: flex-start; }
.wa-msg .time { font-size: 9px; color: rgba(0,0,0,0.4); margin-inline-start: 6px; font-family: var(--f-mono); }
.wa-msg.flow {
  padding: 0; max-width: 88%; overflow: hidden;
  background: #fff; border-radius: 10px;
}
.flow-card-msg .fhead {
  background: linear-gradient(135deg, #25D366, #128C7E); color: #fff;
  padding: 12px; font-weight: 600; font-size: 13px;
  display: flex; align-items: center; justify-content: space-between;
}
.flow-card-msg .fhead .badge { font-size: 10px; padding: 2px 8px; background: rgba(255,255,255,0.25); border-radius: 100px; font-family: var(--f-mono); }
.flow-card-msg .fbody { padding: 10px 12px; font-size: 12px; color: #1a1a24; }
.flow-card-msg .fbody .opt {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 10px; border: 1px solid #e5e5e5; border-radius: 8px;
  margin-top: 6px; cursor: pointer; transition: all 0.2s;
  font-size: 12px;
}
.flow-card-msg .fbody .opt.on { border-color: #25D366; background: rgba(37,211,102,0.08); }
.flow-card-msg .fbody .opt .check { color: #25D366; font-weight: bold; }
.flow-card-msg .fbody .opt .em { font-size: 16px; }
.flow-card-msg .fbody .opt b { font-weight: 600; }
.flow-card-msg .fbody .opt i { font-style: normal; font-size: 10px; color: #777; margin-inline-start: auto; font-family: var(--f-mono); }
.flow-card-msg .fbtn {
  display: block; text-align: center; padding: 12px;
  background: #25D366; color: #fff; font-weight: 600; font-size: 13px;
  border-top: 1px solid rgba(0,0,0,0.05);
}
.flow-card-msg .summary { padding: 10px 12px; font-size: 12px; color: #1a1a24; }
.flow-card-msg .summary .row { display: flex; justify-content: space-between; padding: 4px 0; border-bottom: 1px dashed #eee; }
.flow-card-msg .summary .row:last-child { border-bottom: 0; }
.flow-card-msg .summary .row span { color: #777; }
.flow-card-msg .summary .row b { color: #1a1a24; font-weight: 600; }
.flow-card-msg .image-card { width: 100%; height: 110px; background: linear-gradient(135deg,#FBBF24,#FB7185); display:flex;align-items:center;justify-content:center;font-size:48px; }
.flow-card-msg .price-row { display:flex; justify-content:space-between; padding: 8px 12px; background: #f7f7f7; font-size: 12px; }
.flow-card-msg .price-row b { color: #25D366; font-family: var(--f-mono); }

/* New: authentic WhatsApp card bubbles (receipt + booking + broadcast) */
.wa-msg.card {
  padding: 0; max-width: 86%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
}
.wa-msg.card .time {
  position: absolute; bottom: 4px; inset-inline-end: 8px;
  font-size: 9px; color: rgba(0,0,0,0.4); font-family: var(--f-mono);
}

/* Receipt / booking card */
.rcpt {
  padding: 12px 12px 10px;
  font-size: 12px; color: #1a1a24;
}
.rcpt-top {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 10px; margin-bottom: 8px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.rcpt-tag {
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: #075E54; font-weight: 600;
}
.rcpt-id {
  font-size: 10px; color: #999; font-weight: 500;
}
.rcpt-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 4px 0; font-size: 12px;
}
.rcpt-row.dim { color: #999; }
.rcpt-row b { font-weight: 600; }
.rcpt-row .mono { font-family: var(--f-mono); font-size: 11px; }
.rcpt-total {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 8px; padding-top: 8px;
  border-top: 1px solid rgba(0,0,0,0.06);
  font-weight: 600;
}
.rcpt-total .mono { font-size: 13px; color: #1a1a24; }
.rcpt-cta {
  margin-top: 12px;
  text-align: center;
  padding: 10px;
  background: #075E54;
  color: #fff;
  border-radius: 6px;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.rcpt-cta.ghost {
  background: transparent;
  color: #075E54;
  border: 1px solid rgba(7,94,84,0.25);
  font-weight: 500;
}
.rcpt.rcpt-bk .rcpt-tag { color: #128C7E; }

/* Broadcast card */
.bc {
  padding: 0;
  font-size: 12px; color: #1a1a24;
}
.bc-img {
  width: 100%; aspect-ratio: 200/110;
  background: #0b141a; overflow: hidden;
  display: block;
}
.bc-img svg { width: 100%; height: 100%; display: block; }
.bc-body { padding: 10px 12px 6px; }
.bc-body b { font-weight: 600; font-size: 13px; display: block; margin-bottom: 4px; }
.bc-body p { font-size: 12px; line-height: 1.4; color: #555; margin-bottom: 10px; }
.bc-cta {
  display: block; text-align: center;
  padding: 8px; background: #075E54; color: #fff;
  border-radius: 6px; font-weight: 600; font-size: 12px;
  margin-top: 4px;
}
.bc-stats {
  align-self: center;
  margin-top: 8px;
  padding: 8px 12px;
  font-size: 10px;
  color: var(--text-on-dark-muted);
  display: flex; flex-wrap: wrap; justify-content: center; gap: 4px;
  background: rgba(255,255,255,0.04);
  border-radius: 100px;
  letter-spacing: 0.02em;
}
.bc-stats b { color: var(--text-on-dark); font-weight: 600; }
.bc-stats .sep { opacity: 0.4; margin: 0 4px; }

.wa-typing {
  align-self: flex-start; background: #fff; padding: 10px 14px;
  border-radius: 0 8px 8px 8px; box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
  display: inline-flex; gap: 4px;
}
[dir="rtl"] .wa-typing { align-self: flex-end; border-radius: 8px 0 8px 8px; }
.wa-typing i { width: 5px; height: 5px; border-radius: 50%; background: #999; animation: dot 1.2s infinite; }
.wa-typing i:nth-child(2) { animation-delay: 0.2s; }
.wa-typing i:nth-child(3) { animation-delay: 0.4s; }

.phone-caption { text-align: center; margin-top: 18px; font-family: var(--f-mono); font-size: 11px; color: var(--text-on-dark-muted); letter-spacing: 0.05em; }

/* Logo strip */
.logo-strip { padding: 36px 0 24px; border-top: 1px solid var(--line-on-dark); border-bottom: 1px solid var(--line-on-dark); background: var(--bg); }
.ls-label { font-family: var(--f-mono); font-size: 11px; color: var(--text-on-dark-muted); text-transform: uppercase; letter-spacing: 0.15em; text-align: center; margin-bottom: 18px; }
.ls-row { display: flex; flex-wrap: wrap; gap: 36px; justify-content: center; align-items: center; opacity: 0.7; }
.ls-row span { font-family: var(--f-display); font-size: 18px; font-weight: 600; color: var(--text-on-dark-muted); letter-spacing: -0.01em; }

/* Section heads */
.head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.head .display { font-size: clamp(40px, 5vw, 64px); line-height: 1.05; letter-spacing: -0.02em; }
.head .emph { color: var(--brand); }
.head .lede { margin-inline: auto; margin-top: 18px; }

/* IMPACT STRIP — quiet horizontal numbers */
.impact-strip {
  padding: 56px 0;
  background: var(--bg);
  border-top: 1px solid var(--line-on-dark);
  border-bottom: 1px solid var(--line-on-dark);
  position: relative; overflow: hidden;
}
.impact-strip::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(60% 80% at 0% 50%, rgba(37,211,102,0.06), transparent 60%),
    radial-gradient(60% 80% at 100% 50%, rgba(37,211,102,0.04), transparent 60%);
}
.impact-strip .container { position: relative; }
.is-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-inline-start: 1px solid var(--line-on-dark);
}
@media (max-width: 880px) { .is-grid { grid-template-columns: repeat(2, 1fr); } }
.is-cell {
  padding: 22px 28px;
  border-inline-end: 1px solid var(--line-on-dark);
  position: relative;
  display: flex; flex-direction: column; gap: 10px;
}
.is-cell::before {
  content: ''; position: absolute; top: 22px;
  inset-inline-start: 0; width: 2px; height: 18px;
  background: var(--brand); opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.is-cell:hover::before { opacity: 1; }
.is-num {
  font-family: var(--f-display); font-size: 56px; font-weight: 700;
  letter-spacing: -0.04em; line-height: 1; color: var(--text-on-dark);
  display: inline-flex; align-items: baseline; gap: 2px;
}
.is-num i {
  font-style: normal; font-size: 26px; color: var(--brand);
  letter-spacing: 0; font-weight: 600;
}
.is-l {
  font-size: 13px; color: var(--text-on-dark-muted);
  letter-spacing: 0.01em; max-width: 22ch; text-wrap: balance;
}

/* HOW — redesigned vertical rail */
.how { padding: 120px 0; background: var(--bg); border-top: 1px solid var(--line-on-dark); }
.how-head {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px;
  align-items: end; margin-bottom: 80px;
}
@media (max-width: 880px) { .how-head { grid-template-columns: 1fr; gap: 32px; margin-bottom: 56px; } }
.how-head-l h2 { margin-top: 14px; }
.how-head-r .lede {
  font-size: 16px; line-height: 1.65; color: var(--text-on-dark-muted);
  margin: 0 0 28px 0; max-width: 46ch; text-wrap: pretty;
}
.how-meta {
  display: flex; gap: 0;
  border-top: 1px solid var(--line-on-dark);
  padding-top: 18px;
}
.how-meta-cell {
  flex: 1; display: flex; flex-direction: column; gap: 6px;
  padding-inline-end: 18px;
}
.how-meta-cell + .how-meta-cell {
  border-inline-start: 1px solid var(--line-on-dark);
  padding-inline-start: 18px;
}
.how-meta-l {
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text-on-dark-muted);
}
.how-meta-v {
  font-family: var(--f-display); font-size: 28px; font-weight: 700;
  letter-spacing: -0.03em; line-height: 1;
}
.how-meta-v i {
  font-style: normal; font-size: 14px; color: var(--brand);
  margin-inline-start: 3px; font-family: var(--f-sans);
  font-weight: 500;
}

.how-rail {
  position: relative; max-width: 880px; margin: 0 auto;
  padding-inline-start: 0;
}
.hr-line {
  position: absolute; top: 12px; bottom: 12px;
  inset-inline-start: 19px; width: 1px;
  background: linear-gradient(180deg,
    var(--line-on-dark) 0%,
    rgba(37,211,102,0.3) 50%,
    var(--line-on-dark) 100%);
}
.hr-step {
  display: grid; grid-template-columns: 40px 1fr; gap: 32px;
  padding: 0 0 64px 0;
  position: relative;
}
.hr-step:last-child { padding-bottom: 0; }
@media (max-width: 600px) {
  .hr-step { gap: 18px; padding-bottom: 48px; }
}
.hr-marker {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  position: relative; z-index: 1;
}
.hr-dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--line-on-dark-strong);
  box-shadow: 0 0 0 6px var(--bg);
  position: relative;
  transition: all 0.4s var(--ease);
}
.hr-dot::after {
  content: ''; position: absolute; inset: 2px; border-radius: 50%;
  background: var(--brand); transform: scale(0);
  transition: transform 0.4s var(--ease);
}
.hr-step:hover .hr-dot {
  border-color: var(--brand);
  box-shadow: 0 0 0 6px var(--bg), 0 0 24px rgba(37,211,102,0.4);
}
.hr-step:hover .hr-dot::after { transform: scale(1); }
.hr-num {
  font-size: 11px; color: var(--text-on-dark-muted);
  letter-spacing: 0.1em;
  transition: color 0.4s var(--ease);
}
.hr-step:hover .hr-num { color: var(--brand); }

.hr-body {
  padding-top: 0;
  padding-bottom: 24px;
}
.hr-tag {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brand); margin-bottom: 14px;
  display: inline-flex; align-items: center; gap: 8px;
}
.hr-tag::before {
  content: ''; width: 18px; height: 1px; background: var(--brand);
}
.hr-body h3 {
  font-family: var(--f-display); font-size: 30px; font-weight: 700;
  letter-spacing: -0.025em; line-height: 1.15;
  margin: 0 0 14px 0;
}
.hr-body > p {
  font-size: 15px; line-height: 1.65; color: var(--text-on-dark-muted);
  max-width: 52ch; margin: 0 0 22px 0; text-wrap: pretty;
}

/* per-step accents */
.hr-channels {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.hr-ch {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 12px; border-radius: 100px;
  border: 1px solid var(--line-on-dark);
  background: rgba(255,255,255,0.02);
  font-size: 12px; color: var(--text-on-dark-muted);
}
.hr-ch svg { color: var(--brand); }

.hr-stat-row {
  display: flex; gap: 32px; flex-wrap: wrap;
}
.hr-stat {
  display: flex; flex-direction: column; gap: 4px;
  padding-inline-start: 14px;
  border-inline-start: 2px solid var(--brand);
}
.hr-stat-v {
  font-family: var(--f-display); font-size: 30px; font-weight: 700;
  letter-spacing: -0.03em; line-height: 1; color: var(--text-on-dark);
}
.hr-stat-v i {
  font-style: normal; font-size: 16px; color: var(--brand);
  margin-inline-start: 1px; font-weight: 600;
}
.hr-stat-l {
  font-size: 12px; color: var(--text-on-dark-muted);
}

.hr-pay-row {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.hr-pay-chip {
  padding: 8px 14px; border-radius: 8px;
  border: 1px solid var(--line-on-dark);
  background: rgba(255,255,255,0.02);
  font-size: 12px; color: var(--text-on-dark);
  letter-spacing: 0.02em;
}

.hr-pos-row {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.hr-pos-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 100px;
  border: 1px solid rgba(37,211,102,0.25);
  background: rgba(37,211,102,0.05);
  font-size: 12px; color: var(--text-on-dark);
}
.hr-pos-d {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 8px var(--brand);
  animation: pulse 2s infinite;
}

/* FLOWS */
.flows { padding: 100px 0; background: var(--bg); border-top: 1px solid var(--line-on-dark); }
.flows-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 12px;
}
@media (max-width: 980px) { .flows-grid { grid-template-columns: 1fr; } }
.flow-card {
  padding: 36px; border: 1px solid var(--line-on-dark); border-radius: 24px;
  background: var(--bg-elevated); position: relative; overflow: hidden;
}
.flow-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--brand), transparent);
}
.flow-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.flow-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 100px; font-size: 12px; font-weight: 600;
}
.flow-pill.order, .flow-pill.reserve { background: rgba(255,255,255,0.04); color: var(--text-on-dark); border: 1px solid var(--line-on-dark); }
.flow-pill.order::before, .flow-pill.reserve::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); margin-inline-end: 4px; }
.flow-meta { font-size: 11px; color: var(--text-on-dark-muted); letter-spacing: 0.1em; }
.flow-card h3 {
  font-family: var(--f-display); font-size: 34px; font-weight: 700;
  letter-spacing: -0.025em; line-height: 1.15; margin-bottom: 18px;
  text-wrap: balance;
}
.flow-lede {
  font-size: 15px; line-height: 1.65; color: var(--text-on-dark-muted);
  margin: 0 0 28px 0; max-width: 46ch; text-wrap: pretty;
}
.flow-bullets {
  list-style: none; padding: 0; margin: 0 0 32px 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px;
}
@media (max-width: 540px) { .flow-bullets { grid-template-columns: 1fr; } }
.flow-bullets li {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; color: var(--text-on-dark);
}
.flow-bullets .fb-ic {
  width: 28px; height: 28px; padding: 6px; flex-shrink: 0;
  border-radius: 8px; background: rgba(37,211,102,0.08);
  border: 1px solid rgba(37,211,102,0.22);
  color: var(--brand);
}

.flow-teaser {
  position: relative; height: 160px; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--line-on-dark);
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 18px 20px;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(37,211,102,0.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
}
.flow-teaser .ft-grad {
  position: absolute; inset: auto -20% -40% auto; width: 320px; height: 220px;
  border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle at 30% 30%, rgba(37,211,102,0.18), transparent 65%);
  filter: blur(20px);
}
.flow-teaser .ft-meta {
  position: relative; display: flex; align-items: center; justify-content: space-between;
}
.flow-teaser .ft-tag {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text-on-dark-muted);
}
.flow-teaser .ft-arrow {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--line-on-dark);
  display: grid; place-items: center; font-size: 14px; color: var(--text-on-dark-muted);
  transition: transform 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease);
}
.flow-card:hover .ft-arrow {
  transform: translateX(6px); color: var(--brand); border-color: var(--brand);
}
[dir="rtl"] .flow-card:hover .ft-arrow { transform: translateX(-6px); }
.flow-teaser .ft-stat { position: relative; }
.flow-teaser .ft-num {
  font-family: var(--f-display); font-size: 56px; font-weight: 700;
  letter-spacing: -0.04em; line-height: 1; color: var(--brand);
}
.flow-teaser .ft-l {
  font-size: 12px; color: var(--text-on-dark-muted);
  margin-top: 4px; letter-spacing: 0.02em;
}

/* DASHBOARD */
.dashboard { padding: 100px 0; background: var(--bg-elevated); border-top: 1px solid var(--line-on-dark); }
.dash-mock {
  border: 1px solid var(--line-on-dark-strong); border-radius: 16px; overflow: hidden;
  background: #0d0d14; display: grid; grid-template-columns: 220px 1fr;
  box-shadow: 0 60px 120px -30px rgba(0,0,0,0.5);
}
@media (max-width: 880px) { .dash-mock { grid-template-columns: 1fr; } .dm-side { display: none; } }
.dm-side { background: #0a0a0f; border-inline-end: 1px solid var(--line-on-dark); padding: 18px 12px; }
.dm-brand { font-family: var(--f-display); font-size: 22px; font-weight: 700; letter-spacing: -0.03em; padding: 0 8px 18px; border-bottom: 1px solid var(--line-on-dark); margin-bottom: 14px; }
.dm-brand .dot { color: var(--brand); }
.dm-nav { display: flex; flex-direction: column; gap: 2px; }
.dm-nav a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 8px; color: var(--text-on-dark-muted); font-size: 13px; cursor: pointer; }
.dm-nav a:hover { background: rgba(255,255,255,0.04); color: var(--text-on-dark); }
.dm-nav a.active { background: rgba(37,211,102,0.1); color: var(--brand); }
.dm-nav a .dm-pill { margin-inline-start: auto; font-size: 10px; padding: 1px 6px; background: rgba(255,255,255,0.08); border-radius: 100px; font-style: normal; font-family: var(--f-mono); }

.dm-main { padding: 18px; display: flex; flex-direction: column; gap: 14px; }
.dm-top { display: flex; align-items: center; gap: 12px; }
.dm-search { flex: 1; padding: 9px 14px; border: 1px solid var(--line-on-dark); border-radius: 100px; background: rgba(255,255,255,0.02); display: flex; align-items: center; gap: 8px; color: var(--text-on-dark-muted); font-size: 13px; }
.dm-top-r { display: flex; align-items: center; gap: 14px; }
.dm-live { display: inline-flex; align-items: center; gap: 6px; font-family: var(--f-mono); font-size: 11px; color: var(--brand); letter-spacing: 0.1em; }
.dm-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 8px var(--brand); animation: pulse 1.6s infinite; }
.dm-bell { position: relative; }
.dm-bell .dot { position: absolute; top: -2px; right: -2px; width: 7px; height: 7px; border-radius: 50%; background: #FB7185; }
.dm-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--brand); color: #051B0F; display: grid; place-items: center; font-size: 11px; font-weight: 700; }

.dm-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
@media (max-width: 880px) { .dm-kpis { grid-template-columns: repeat(2, 1fr); } }
.dm-kpi { padding: 14px; border: 1px solid var(--line-on-dark); border-radius: 12px; background: rgba(255,255,255,0.02); position: relative; overflow: hidden; }
.dm-kpi .kpi-l { font-family: var(--f-mono); font-size: 10px; color: var(--text-on-dark-muted); text-transform: uppercase; letter-spacing: 0.1em; }
.dm-kpi .kpi-v { font-family: var(--f-display); font-size: 26px; font-weight: 700; margin-top: 4px; letter-spacing: -0.02em; }
.dm-kpi .kpi-v .u { font-size: 13px; color: var(--text-on-dark-muted); margin-inline-start: 4px; }
.dm-kpi .kpi-d { font-family: var(--f-mono); font-size: 10px; color: var(--brand); margin-top: 2px; }
.dm-kpi .kpi-d span { color: var(--text-on-dark-muted); margin-inline-start: 4px; }
.dm-kpi .kpi-spark { position: absolute; right: 10px; top: 14px; width: 80px; height: 24px; opacity: 0.6; }
[dir="rtl"] .dm-kpi .kpi-spark { right: auto; left: 10px; }

.dm-row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 12px; }
@media (max-width: 880px) { .dm-row { grid-template-columns: 1fr; } }
.dm-card { padding: 16px; border: 1px solid var(--line-on-dark); border-radius: 12px; background: rgba(255,255,255,0.02); }
.dm-cardh { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.dm-cardh h4 { font-family: var(--f-display); font-size: 14px; font-weight: 600; }
.dm-pill { font-size: 10px; padding: 3px 8px; border-radius: 100px; font-family: var(--f-mono); }
.dm-pill.green { background: rgba(37,211,102,0.12); color: var(--brand); }
.dm-pill.amber { background: rgba(255,255,255,0.06); color: var(--text-on-dark-muted); border: 1px solid var(--line-on-dark); }

.dm-table { display: flex; flex-direction: column; }
.dmt-row { display: grid; grid-template-columns: auto 1fr auto auto; gap: 10px; align-items: center; padding: 9px 4px; border-bottom: 1px solid var(--line-on-dark); font-size: 12px; }
.dmt-row:last-child { border-bottom: 0; }
.dmt-row .id { color: var(--text-on-dark-muted); font-size: 11px; }
.dmt-row .who { font-weight: 500; }
.dmt-row .amt { font-size: 12px; }
.dmt-row .pill { font-size: 9px; padding: 2px 7px; border-radius: 100px; font-family: var(--f-mono); }
.dmt-row .pill.new { background: rgba(37,211,102,0.15); color: var(--brand); }
.dmt-row .pill.cook { background: rgba(255,255,255,0.06); color: var(--text-on-dark); }
.dmt-row .pill.pending { background: rgba(255,255,255,0.04); color: var(--text-on-dark-muted); border: 1px solid var(--line-on-dark); }

.dm-resv { display: flex; flex-direction: column; }
.resv-row { display: grid; grid-template-columns: auto 1fr auto auto; gap: 10px; align-items: center; padding: 8px 4px; border-bottom: 1px solid var(--line-on-dark); font-size: 12px; }
.resv-row:last-child { border-bottom: 0; }
.resv-row .t { color: var(--brand); font-size: 11px; }
.resv-row .w { font-weight: 500; font-size: 12px; }
.resv-row .g, .resv-row .tb { font-size: 10px; color: var(--text-on-dark-muted); font-family: var(--f-mono); }

.bars { display: flex; gap: 8px; align-items: flex-end; height: 120px; padding-top: 8px; }
.bar { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.bar i { width: 100%; height: var(--h, 50%); background: linear-gradient(180deg, rgba(37,211,102,0.2), rgba(37,211,102,0.05)); border-radius: 4px 4px 0 0; border: 1px solid rgba(37,211,102,0.3); }
.bar.on i { background: linear-gradient(180deg, var(--brand), rgba(37,211,102,0.3)); border-color: var(--brand); box-shadow: 0 0 16px rgba(37,211,102,0.4); }
.bar span { font-size: 9px; color: var(--text-on-dark-muted); font-family: var(--f-mono); }

.top-list { display: flex; flex-direction: column; gap: 8px; }
.tl-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; }
.tl-row .thumb { font-size: 22px; }
.tl-row .tl-mid b { display: block; font-size: 12px; font-weight: 500; margin-bottom: 4px; }
.tl-row .bar-mini { display: block; height: 4px; background: rgba(255,255,255,0.06); border-radius: 100px; overflow: hidden; }
.tl-row .bar-mini span { display: block; height: 100%; background: linear-gradient(90deg, var(--brand), #25D366aa); }
.tl-row .mono { font-size: 12px; color: var(--text-on-dark-muted); }

/* MENU MGMT */
.menu-mgmt { padding: 100px 0; background: var(--bg); border-top: 1px solid var(--line-on-dark); }
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 980px) { .menu-grid { grid-template-columns: 1fr; gap: 32px; } }
.menu-mgmt .h1 { font-family: var(--f-display); font-size: clamp(32px, 4vw, 48px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; margin: 14px 0 20px; }
.menu-feat { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.menu-feat li { display: grid; grid-template-columns: 200px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line-on-dark); }
.menu-feat b { font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.menu-feat span { font-size: 13px; color: var(--text-on-dark-muted); }

.menu-mock {
  width: 100%; max-width: 380px; margin-inline: auto;
  background: #fff; border-radius: 18px; overflow: hidden;
  border: 1px solid var(--line-on-dark);
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.4);
  color: #1a1a24;
}
.mm-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; background: #075E54; color: #fff; }
.mm-head h4 { font-size: 15px; font-weight: 600; }
.mm-head span { font-size: 18px; opacity: 0.9; }
.mm-list { padding: 0; }
.mm-item { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 12px; padding: 12px 14px; border-bottom: 1px solid #f0f0f0; }
.mm-item:last-child { border-bottom: 0; }
.mm-item .thumb { font-size: 26px; }
.mm-item .m b { display: block; font-size: 13px; font-weight: 600; }
.mm-item .m span { font-size: 11px; color: #999; }
.mm-item .mono { font-size: 13px; font-weight: 600; color: #075E54; }
.mm-item .mono s { color: #ccc; font-weight: 400; margin-inline-end: 4px; }
.mm-item .dot { width: 8px; height: 8px; border-radius: 50%; }
.mm-item .dot.live { background: #25D366; box-shadow: 0 0 8px rgba(37,211,102,0.6); }
.mm-item .dot.off { background: #ddd; }
.mm-item.off { opacity: 0.5; }
.mm-item.off .mono { color: #999; text-decoration: line-through; }

/* MARKETING */
.marketing { padding: 100px 0; background: var(--bg-elevated); border-top: 1px solid var(--line-on-dark); }
.mk-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; }
@media (max-width: 980px) { .mk-grid { grid-template-columns: 1fr; } }
.mk-composer, .mk-result, .mk-vs {
  padding: 24px; border: 1px solid var(--line-on-dark); border-radius: 16px;
  background: rgba(255,255,255,0.02);
}
.mk-side { display: grid; gap: 16px; }
.mkc-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.mkc-head h4 { font-family: var(--f-display); font-size: 16px; font-weight: 600; }
.mkc-step { font-size: 11px; color: var(--text-on-dark-muted); }
.mkc-row { padding: 12px 0; border-top: 1px solid var(--line-on-dark); }
.mkc-row:first-of-type { border-top: 0; padding-top: 0; }
.mkc-l { font-family: var(--f-mono); font-size: 11px; color: var(--text-on-dark-muted); text-transform: uppercase; letter-spacing: 0.1em; display: block; margin-bottom: 8px; }
.mkc-chips, .mkc-time { display: flex; flex-wrap: wrap; gap: 6px; }
.mkc-chips .ch, .mkc-time .ch {
  padding: 6px 12px; border: 1px solid var(--line-on-dark); border-radius: 100px;
  font-size: 12px; color: var(--text-on-dark-muted); cursor: pointer;
}
.mkc-chips .ch.on, .mkc-time .ch.on { background: rgba(37,211,102,0.12); color: var(--brand); border-color: var(--brand); }
.mkc-meta { font-size: 11px; color: var(--text-on-dark-muted); margin-top: 8px; }
.mkc-meta b { color: var(--text-on-dark); }
.mkc-template {
  display: grid; grid-template-columns: 80px 1fr; gap: 12px; align-items: stretch;
  background: #fff; color: #1a1a24; border-radius: 10px; overflow: hidden;
}
.mkt-img { background: linear-gradient(160deg, #1f2c33, #0b141a); display: grid; place-items: center; font-size: 36px; color: var(--text-on-dark); }
.mkt-body { padding: 10px 12px; }
.mkt-body b { display: block; font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.mkt-body p { font-size: 11px; color: #555; line-height: 1.4; margin-bottom: 8px; }
.mkt-btn { display: inline-block; padding: 5px 12px; background: rgba(37,211,102,0.15); color: #128C7E; border-radius: 6px; font-size: 11px; font-weight: 600; }
.mkc-cta { margin-top: 16px; display: flex; justify-content: space-between; align-items: center; }
.mkc-send { padding: 10px 22px; background: var(--brand); color: #051B0F; border: none; border-radius: 100px; font-weight: 700; font-size: 13px; cursor: pointer; box-shadow: 0 12px 24px -8px rgba(37,211,102,0.5); }
.mkc-cost { font-size: 11px; color: var(--text-on-dark-muted); }

.mkr-h { font-family: var(--f-mono); font-size: 11px; color: var(--text-on-dark-muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 14px; }
.mkr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mkr-cell { padding: 12px; border: 1px solid var(--line-on-dark); border-radius: 10px; background: rgba(255,255,255,0.02); }
.mkr-l { font-size: 11px; color: var(--text-on-dark-muted); }
.mkr-v { font-family: var(--f-display); font-size: 22px; font-weight: 700; color: var(--brand); margin: 4px 0 2px; letter-spacing: -0.02em; }
.mkr-vs { font-size: 10px; color: var(--text-on-dark-muted); font-family: var(--f-mono); }

.vs-h { font-family: var(--f-mono); font-size: 11px; color: var(--text-on-dark-muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 14px; }
.vs-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.vs-col { padding: 14px; border-radius: 10px; }
.vs-col.before { background: rgba(255,255,255,0.02); border: 1px dashed var(--line-on-dark); color: var(--text-on-dark-muted); }
.vs-col.after { background: rgba(37,211,102,0.06); border: 1px solid rgba(37,211,102,0.3); }
.vs-l { font-size: 11px; font-weight: 600; margin-bottom: 8px; color: var(--text-on-dark-muted); }
.vs-col.after .vs-l { color: var(--brand); }
.vs-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; font-size: 12px; }

/* ANALYTICS */
.analytics { padding: 100px 0; background: var(--bg); border-top: 1px solid var(--line-on-dark); }
.an-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.an-grid > .an-heatmap { grid-column: 1 / -1; }
@media (max-width: 880px) { .an-grid { grid-template-columns: 1fr; } }
.an-card { padding: 22px; border: 1px solid var(--line-on-dark); border-radius: 16px; background: var(--bg-elevated); }
.an-h { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.an-h h4 { font-family: var(--f-display); font-size: 16px; font-weight: 600; }
.dim { color: var(--text-on-dark-muted); font-size: 11px; }

.cust-list { display: flex; flex-direction: column; gap: 8px; }
.cust-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line-on-dark); }
.cust-row:last-child { border-bottom: 0; }
.cust-av { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; color: #051B0F; font-weight: 700; font-size: 11px; }
.cust-mid b { display: block; font-size: 13px; font-weight: 500; }
.cust-mid span { font-size: 11px; color: var(--text-on-dark-muted); }
.cust-mid em { font-style: normal; color: var(--text-on-dark); }
.cust-tag { font-size: 10px; padding: 3px 9px; border-radius: 100px; font-family: var(--f-mono); }
.cust-tag.vip { background: rgba(255,255,255,0.06); color: var(--text-on-dark); border: 1px solid var(--line-on-dark); }
.cust-tag.loyal { background: rgba(37,211,102,0.12); color: var(--brand); }
.cust-tag.risk { background: rgba(255,255,255,0.04); color: var(--text-on-dark-muted); border: 1px dashed var(--line-on-dark); }

.ins-list { display: flex; flex-direction: column; gap: 12px; }
.ins { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 14px; border: 1px solid var(--line-on-dark); border-radius: 10px; background: rgba(255,255,255,0.02); }
.ins-em { font-size: 22px; }
.ins b { display: block; font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.ins span { font-size: 12px; color: var(--text-on-dark-muted); }

.heat { display: grid; grid-template-columns: 60px 1fr; gap: 10px; align-items: start; }
.heat-cols { grid-column: 2; display: grid; grid-template-columns: repeat(7, 1fr); font-size: 10px; color: var(--text-on-dark-muted); font-family: var(--f-mono); }
.heat-cols .hc { text-align: center; }
.heat-rows { grid-column: 2; display: grid; gap: 3px; margin-top: 6px; }
.heat-row { display: grid; grid-template-columns: 60px repeat(7, 1fr); gap: 3px; align-items: center; }
.heat-row .lbl { font-size: 10px; color: var(--text-on-dark-muted); font-family: var(--f-mono); margin-inline-start: -70px; padding-inline-end: 10px; }
.heat-cell { aspect-ratio: 1.5 / 1; border-radius: 4px; }
.g0 { background: rgba(37,211,102,0.08); }
.g1 { background: rgba(37,211,102,0.25); }
.g2 { background: rgba(37,211,102,0.45); }
.g3 { background: rgba(37,211,102,0.7); }
.g4 { background: var(--brand); box-shadow: 0 0 6px rgba(37,211,102,0.5); }
.heat-legend { display: flex; align-items: center; gap: 6px; margin-top: 12px; justify-content: flex-end; font-size: 10px; }
.heat-legend i.g { display: inline-block; width: 14px; height: 14px; border-radius: 3px; }

/* USE CASES */
.usecases { padding: 120px 0; background: var(--bg-elevated); border-top: 1px solid var(--line-on-dark); }
.usecases .head { margin-bottom: 56px; }
.uc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
@media (max-width: 720px) { .uc-grid { grid-template-columns: 1fr; } }
.uc {
  position: relative;
  padding: 36px;
  border: 1px solid var(--line-on-dark);
  border-radius: 22px;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(37,211,102,0.06), transparent 60%),
    rgba(255,255,255,0.025);
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1), border-color 0.3s, box-shadow 0.3s;
  overflow: hidden;
}
.uc::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(37,211,102,0.25), transparent 40%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none;
  opacity: 0; transition: opacity 0.3s;
}
.uc:hover {
  transform: translateY(-6px);
  border-color: rgba(37,211,102,0.35);
  box-shadow: 0 30px 60px -30px rgba(37,211,102,0.18);
}
.uc:hover::before { opacity: 1; }

.uc-top {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; margin-bottom: 22px;
}
.uc-icon {
  width: 56px; height: 56px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: rgba(37,211,102,0.12);
  border: 1px solid rgba(37,211,102,0.25);
  color: var(--brand);
  flex-shrink: 0;
}
.uc-icon svg { width: 28px; height: 28px; }
.uc-tag {
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line-on-dark-strong);
  color: var(--text-on-dark-muted);
  white-space: nowrap;
}

.uc h3 {
  font-family: var(--f-display);
  font-size: 22px; font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin-bottom: 12px;
  color: var(--text-on-dark);
}
.uc p {
  font-size: 14.5px; line-height: 1.6;
  color: var(--text-on-dark-muted);
  margin-bottom: 22px;
}

.uc-stat {
  display: flex; align-items: baseline; gap: 12px;
  padding: 16px 18px; margin-bottom: 22px;
  border-radius: 14px;
  background: rgba(37,211,102,0.06);
  border: 1px solid rgba(37,211,102,0.18);
}
.uc-stat-v {
  font-family: var(--f-display);
  font-size: 28px; font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--brand);
  line-height: 1;
}
.uc-stat-v i {
  font-style: normal; font-size: 18px;
  margin: 0 4px; color: var(--text-on-dark-muted);
  font-weight: 600;
}
.uc-stat-l {
  font-size: 12px;
  color: var(--text-on-dark-muted);
  line-height: 1.3;
}

.uc-feats {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 10px;
  border-top: 1px solid var(--line-on-dark);
  padding-top: 18px;
}
.uc-feats li {
  position: relative;
  padding-inline-start: 28px;
  font-size: 13.5px; line-height: 1.6;
  color: var(--text-on-dark);
  min-height: 18px;
}
.uc-feats li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0; top: 3px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background-color: rgba(37,211,102,0.15);
  border: 1px solid rgba(37,211,102,0.45);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2325D366' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='4,8.5 7,11.5 12,5.5'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

/* TESTIMONIALS */
.testimonials { padding: 100px 0; background: var(--bg); border-top: 1px solid var(--line-on-dark); }
.testi-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: auto auto; gap: 16px; margin-top: 36px; }
.testi-grid .feature { grid-row: span 2; }
.testi-grid .testi:nth-child(4) { grid-column: 2 / span 2; }
@media (max-width: 980px) { .testi-grid { grid-template-columns: 1fr 1fr; } .testi-grid .feature { grid-row: auto; grid-column: 1 / -1; } .testi-grid .testi:nth-child(4) { grid-column: auto; } }
@media (max-width: 600px) { .testi-grid { grid-template-columns: 1fr; } .testi-grid .testi:nth-child(4) { grid-column: auto; } }
.testi { padding: 28px; border: 1px solid var(--line-on-dark); border-radius: 16px; background: var(--bg-elevated); display: flex; flex-direction: column; justify-content: space-between; gap: 22px; }
.testi.feature { background: linear-gradient(180deg, rgba(37,211,102,0.06), var(--bg-elevated) 60%); border-color: rgba(37,211,102,0.3); }
.testi .quote { font-family: var(--f-display); font-size: 17px; font-weight: 500; line-height: 1.4; letter-spacing: -0.01em; }
.testi.feature .quote { font-size: 22px; }
.testi .person { display: flex; align-items: center; gap: 12px; }
.testi .avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--brand); color: #051B0F; display: grid; place-items: center; font-weight: 700; font-size: 12px; }
.testi .name { font-weight: 600; font-size: 14px; }
.testi .role { font-size: 12px; color: var(--text-on-dark-muted); }

/* COMPARE — Light theme (matches ROI calculator below) */
.compare { padding: 100px 0; background: var(--bg-light); border-top: 1px solid var(--line-on-light); color: var(--text-on-light); }
.compare .eyebrow { color: var(--text-on-light-muted); }
.compare .h1 {
  color: var(--text-on-light);
  background: none;
  -webkit-background-clip: initial; background-clip: initial;
  -webkit-text-fill-color: var(--text-on-light);
}
.compare table {
  width: 100%; border-collapse: separate; border-spacing: 0;
  margin-top: 40px;
  background: #FFFFFF;
  border: 1px solid var(--line-on-light);
  border-radius: 16px; overflow: hidden;
  font-size: 14px;
}
.compare th, .compare td {
  padding: 18px 20px; text-align: center;
  border-bottom: 1px solid var(--line-on-light);
  font-size: 14px;
  vertical-align: middle;
}
.compare tbody tr:last-child td { border-bottom: 0; }
.compare th {
  background: var(--bg-light-2);
  font-family: var(--f-mono); font-size: 11px;
  color: var(--text-on-light-muted);
  text-transform: uppercase; letter-spacing: 0.12em;
  font-weight: 500;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line-on-light-strong);
}
.compare td.label {
  text-align: start; font-weight: 600;
  color: var(--text-on-light);
  font-family: var(--f-sans);
}
.compare td {
  color: var(--text-on-light-muted);
}
.compare td.aqlo, .compare th.aqlo {
  background: rgba(37,211,102,0.08);
  color: var(--text-on-light);
  position: relative;
}
.compare th.aqlo {
  color: var(--brand-deep);
  background: rgba(37,211,102,0.14);
  border-bottom: 1px solid rgba(37,211,102,0.35);
  font-weight: 700;
}
.compare tbody tr { transition: background 0.25s; }
.compare tbody tr:hover { background: rgba(10,10,15,0.02); }
.compare tbody tr:hover td.aqlo { background: rgba(37,211,102,0.14); }
.compare .icon-ok, .compare .icon-no {
  display: inline-grid; place-items: center;
  width: 24px; height: 24px; border-radius: 50%;
  font-weight: 700; font-size: 13px;
  font-family: var(--f-sans);
}
.compare .icon-ok {
  background: rgba(37,211,102,0.18);
  color: var(--brand-deep);
}
.compare .icon-no {
  background: rgba(251,113,133,0.18);
  color: #9F1239;
}

/* PRICING */
.pricing { padding: 100px 0; background: var(--bg); border-top: 1px solid var(--line-on-dark); }
.pricing-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.pricing-head .h1 { font-family: var(--f-display); font-size: clamp(36px, 4.5vw, 56px); font-weight: 700; line-height: 1.05; letter-spacing: -0.02em; margin: 14px 0 18px; }
.sub-pricing { font-size: 15px; color: var(--text-on-dark-muted); }
.v2-pricing-grid { display: grid; grid-template-columns: 1fr 1.05fr 1fr; gap: 18px; align-items: stretch; }
@media (max-width: 980px) { .v2-pricing-grid { grid-template-columns: 1fr; } }
.v2-pricing-grid .price-card { display: flex; flex-direction: column; min-height: 100%; }
.price-strike { font-size: 12px; color: var(--brand); font-family: var(--f-mono); margin: -4px 0 14px; }
.pro-h .check { color: #FBBF24 !important; }

/* FAQ tweaks */
.faq { padding: 100px 0; background: var(--bg-elevated); border-top: 1px solid var(--line-on-dark); }
.faq-grid { display: grid; grid-template-columns: 280px 1fr; gap: 48px; }
@media (max-width: 880px) { .faq-grid { grid-template-columns: 1fr; gap: 24px; } }
.faq-list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line-on-dark); }
.faq-item { border-bottom: 1px solid var(--line-on-dark); }
.faq-q { width: 100%; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 14px; background: none; border: none; color: var(--text-on-dark); font-size: 17px; text-align: start; cursor: pointer; font-family: inherit; }
.faq-q .sign { width: 28px; height: 28px; border: 1px solid var(--line-on-dark-strong); border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; position: relative; transition: transform 0.3s; }
.faq-q .sign::before, .faq-q .sign::after { content: ''; position: absolute; background: currentColor; }
.faq-q .sign::before { width: 12px; height: 1px; }
.faq-q .sign::after { width: 1px; height: 12px; transition: transform 0.3s; }
.faq-item.open .faq-q .sign::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-a > div { padding: 0 0 22px 0; font-size: 15px; line-height: 1.55; color: var(--text-on-dark-muted); max-width: 720px; }
.faq-item.open .faq-a { max-height: 240px; }

/* FINAL CTA */
.final-cta { padding: 120px 0; background: var(--bg); border-top: 1px solid var(--line-on-dark); position: relative; overflow: hidden; text-align: center; }
.final-cta-content { position: relative; z-index: 2; padding: 0 24px; max-width: 900px; margin: 0 auto; }
.final-cta .display { font-size: clamp(48px, 6vw, 88px); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 24px; }
.final-cta .display .line { display: block; }
.final-cta .display .line:last-child { color: var(--brand); }
.final-cta .sub { font-size: 18px; color: var(--text-on-dark-muted); max-width: 600px; margin: 0 auto 36px; line-height: 1.55; }
.final-cta .btn { font-size: 16px; padding: 16px 36px; }
.sub-note { margin-top: 24px; font-family: var(--f-mono); font-size: 12px; color: var(--text-on-dark-muted); letter-spacing: 0.1em; }
.aurora { position: absolute; inset: 0; opacity: 0.7; }
.aurora .blob { position: absolute; border-radius: 50%; filter: blur(80px); }
.aurora .b1 { width: 500px; height: 500px; left: -10%; top: -20%; background: rgba(37,211,102,0.15); }
.aurora .b2 { width: 400px; height: 400px; right: -10%; bottom: -20%; background: rgba(37,211,102,0.08); }
.aurora .b3 { width: 300px; height: 300px; left: 50%; top: 50%; background: rgba(255,255,255,0.04); }
.aurora .b4 { width: 350px; height: 350px; right: 30%; top: 10%; background: rgba(37,211,102,0.05); }
.final-cta-grain {
  position: absolute; inset: 0; opacity: 0.4;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.5'/></svg>");
}

/* FOOT additions */
.foot-big-wordmark { font-family: var(--f-display); font-size: clamp(120px, 22vw, 280px); font-weight: 800; letter-spacing: -0.05em; line-height: 0.9; color: rgba(255,255,255,0.04); user-select: none; padding-bottom: 40px; }
.foot-big-wordmark .dot { color: rgba(37,211,102,0.3); }

/* ============================================
   AQLO QUIET WORDMARK — Brand Book v1
   Inter 700 · -0.055em · 1.0 · lowercase
   Ink #0A0A0A · Emerald #10B981
   ============================================ */
:root {
  --logo-ink: #0A0A0A;
  --logo-ivory: #FAFAF7;
  --logo-emerald: #10B981;
  --f-logo: 'Inter', ui-sans-serif, system-ui, sans-serif;
}
.brand,
.foot-brand,
.foot-big-wordmark,
.dm-brand,
.preloader-logo {
  font-family: var(--f-logo);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
  text-transform: lowercase;
  font-feature-settings: "kern" 1;
  font-variant-ligatures: none;
}
.brand .dot,
.foot-brand .dot,
.dm-brand .dot,
.preloader-logo .dot,
.announce-track .dot {
  color: var(--logo-emerald);
  -webkit-text-fill-color: var(--logo-emerald);
  background: none;
}
.foot-big-wordmark .dot {
  color: var(--logo-emerald);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: var(--logo-emerald);
  opacity: 0.55;
}

/* ============================================
   LEAD / CONTACT SECTION — simple, refined
   ============================================ */
.lead {
  padding: 110px 0;
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(37,211,102,0.05), transparent 60%),
    var(--bg-elevated);
  border-top: 1px solid var(--line-on-dark);
}
.lead-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px;
  border-radius: 24px;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--line-on-dark-strong);
}
@media (max-width: 600px) { .lead-card { padding: 32px 24px; } }

.lead-head { text-align: center; margin-bottom: 36px; }
.lead-title {
  font-family: var(--f-display);
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 14px 0 12px;
  color: var(--text-on-dark);
}
.lead-sub {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-on-dark-muted);
  max-width: 50ch;
  margin: 0 auto;
}

.lead-form { display: flex; flex-direction: column; gap: 22px; }
.lead-fields {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 600px) { .lead-fields { grid-template-columns: 1fr; } }
.lead-field { display: flex; flex-direction: column; gap: 7px; }
.lead-field label {
  font-size: 12.5px;
  color: var(--text-on-dark-muted);
  font-weight: 500;
}
.lead-field input {
  width: 100%;
  padding: 13px 16px;
  font-family: var(--f-body);
  font-size: 14.5px;
  color: var(--text-on-dark);
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line-on-dark-strong);
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.lead-field input::placeholder { color: var(--text-on-dark-dim); }
.lead-field input:focus {
  border-color: rgba(37,211,102,0.5);
  background: rgba(255,255,255,0.05);
}

.lead-actions {
  display: flex; align-items: center; gap: 14px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.lead-submit { flex-shrink: 0; }
.lead-or {
  font-size: 13px;
  color: var(--text-on-dark-muted);
  font-family: var(--f-mono);
}
.lead-wa-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px;
  background: #25D366;
  color: #04150B;
  border-radius: 999px;
  text-decoration: none;
  flex-shrink: 0;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 14.5px;
  transition: transform 0.3s, box-shadow 0.3s, background 0.2s;
  box-shadow: 0 8px 20px -6px rgba(37,211,102,0.4);
}
.lead-wa-btn:hover { transform: translateY(-2px); background: #1ec25b; box-shadow: 0 12px 28px -6px rgba(37,211,102,0.55); }
.lead-wa-btn svg { width: 20px; height: 20px; }

/* Brand wordmark inline inside headings */
.brand-mark {
  display: inline-flex; align-items: baseline; gap: 1px;
  font-family: var(--f-logo);
  font-weight: 700;
  letter-spacing: -0.055em;
  text-transform: lowercase;
  line-height: 1;
  color: inherit;
}
.brand-mark .dot {
  color: var(--logo-emerald);
  -webkit-text-fill-color: var(--logo-emerald);
}

.lead-privacy {
  display: flex; align-items: center; gap: 7px;
  font-size: 12px; line-height: 1.5;
  color: var(--text-on-dark-muted);
  margin: 4px 0 0;
}
.lead-privacy svg { color: var(--brand); flex-shrink: 0; }

/* ============================================
   WhatsApp BROADCAST message (marketing tab)
   Used inside #wa-marketing instead of a flow sheet.
   ============================================ */
.wa-bc-wrap {
  position: absolute; inset: 0;
  background: #0B141A;
  padding: 12px 10px 14px;
  display: flex; flex-direction: column; gap: 10px;
  overflow: hidden;
}

.wa-bc-unread {
  display: flex; justify-content: center; margin-top: 4px;
}
.wa-bc-unread span {
  font-size: 9.5px; color: rgba(255,255,255,0.45);
  letter-spacing: 0.04em;
}

.wa-bc-msg {
  align-self: flex-start;
  background: #1F2C33;
  border-radius: 8px 8px 8px 2px;
  max-width: 92%;
  overflow: hidden;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.2);
  display: flex; flex-direction: column;
  animation: bcMsgIn 0.5s 0.15s both cubic-bezier(.2,.8,.2,1);
}
[dir="rtl"] .wa-bc-msg {
  align-self: flex-end;
  border-radius: 8px 8px 2px 8px;
}
@keyframes bcMsgIn { from { opacity: 0; transform: translateY(10px) scale(0.98); } to { opacity: 1; transform: none; } }

.wa-bc-image {
  width: 100%; aspect-ratio: 16/10;
  background: #0a0303;
  overflow: hidden;
}
.wa-bc-image svg { display: block; width: 100%; height: 100%; }

.wa-bc-body { padding: 8px 11px 4px; }
.wa-bc-text {
  font-size: 11.5px; line-height: 1.55;
  color: #E9EDEF;
  white-space: pre-line;
}
.wa-bc-text b { color: #fff; font-weight: 600; }
.wa-bc-time {
  font-size: 9px; color: rgba(255,255,255,0.45);
  text-align: end; margin-top: 4px;
  font-family: var(--f-mono);
}

.wa-bc-actions {
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; flex-direction: column;
}
.wa-bc-btn {
  display: flex; align-items: center; justify-content: center;
  gap: 6px;
  padding: 9px 10px;
  font-size: 11.5px;
  font-weight: 500;
  color: #00A884;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.15s;
  cursor: pointer;
}
.wa-bc-btn:last-child { border-bottom: 0; }
.wa-bc-btn:hover { background: rgba(255,255,255,0.03); }
.wa-bc-btn svg {
  width: 12px; height: 12px;
  flex-shrink: 0; opacity: 0.85;
}

/* When marketing screen is active, hide the dimmed WhatsApp chat backdrop
   behind the broadcast — otherwise it bleeds through during transitions. */
.ip-screens:has(.ip-screen[data-screen="marketing"].active) .ip-chat-faint,
.ip-screens:has(.ip-screen[data-screen="marketing"].active) .ip-chat-bg {
  display: none;
}
