/* GENERATED from landing.html <style> by tools/build-city-pages.js — do not edit here.
   Edit landing.html and re-run the generator. */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ink:#0a0a0a; --ink-2:#121212; --panel:#161616; --panel-2:#1d1d1d; --panel-3:#242424;
  --edge:#2a2a2a; --hairline:#1e1e1e;
  --white:#ffffff; --muted:#888888; --faint:#555555;
  --gold:#d4a843; --gold-2:#b8902f;
  --success:#30d158; --danger:#ff453a; --wa:#25D366;
  --max:1180px;
}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--ink); color: var(--white);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px; line-height: 1.55;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ═══════════════════════════════════════════════════════════════
   NAV
   ═══════════════════════════════════════════════════════════════ */
/* Nav — Claude Design fidelity: shorter height, glass with saturate,
   smaller pill-shaped CTA, tighter link spacing. */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8,8,8,0.78);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 56px; max-width: 1280px; margin: 0 auto; padding: 0 20px;
}
@media (min-width: 960px) {
  .nav-inner { height: 64px; padding: 0 40px; }
}
.nav-brand { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }
.nav-brand-mark {
  width: auto; height: 30px;
  display: block; object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(212,168,67,0.25));
}
.nav-links { display: none; }
@media (min-width: 760px) {
  .nav-links { display: flex; gap: 28px; align-items: center; font-size: 13px; color: var(--muted); font-weight: 500; }
}
.nav-links a:hover { color: var(--white); }
.nav-actions { display: flex; gap: 8px; align-items: center; }
.nav-lang {
  background: transparent; color: var(--muted); border: 1px solid var(--hairline);
  border-radius: 999px; padding: 6px 24px 6px 12px; font-size: 12px; font-weight: 500;
  cursor: pointer; transition: border-color 0.15s, color 0.15s;
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' stroke='%236b6b6e' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat; background-position: right 10px center;
  height: 36px;
}
.nav-lang:hover { color: var(--white); border-color: var(--gold); }
.nav-btn-signin {
  display: none;
  font-size: 13px; font-weight: 500; color: var(--white);
  padding: 0 14px; height: 36px; border-radius: 999px;
  border: 1px solid var(--hairline); background: transparent;
  transition: border-color 0.15s, color 0.15s;
  align-items: center;
}
@media (min-width: 560px) { .nav-btn-signin { display: inline-flex; } }
.nav-btn-signin:hover { color: var(--gold); border-color: var(--gold); }
.nav-btn-cta {
  font-size: 13px; font-weight: 600; color: #000;
  padding: 0 16px; height: 36px; border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-high) 0%, var(--gold) 50%, #b3811c 100%);
  border: none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    inset 0 -1px 0 rgba(0,0,0,0.15),
    0 6px 18px rgba(200,149,57,0.28);
  transition: transform 0.15s, box-shadow 0.15s;
  display: inline-flex; align-items: center;
}
.nav-btn-cta:hover { transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), inset 0 -1px 0 rgba(0,0,0,0.15), 0 10px 28px rgba(200,149,57,0.38); }
@media (max-width: 760px) {
  .nav-brand-mark { height: 26px; }
  .nav-brand span { font-size: 12px; }
}

/* ═══════════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════════ */
.hero {
  position: relative; padding: 64px 0 80px;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212,168,67,0.08) 0%, transparent 60%), var(--ink);
}
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); padding: 6px 14px; border-radius: 999px;
  background: rgba(212,168,67,0.08); border: 1px solid rgba(212,168,67,0.2);
  margin-bottom: 22px;
}
.hero-h1 { font-size: 64px; line-height: 1.05; letter-spacing: -0.025em; font-weight: 800; margin-bottom: 22px; }
.hero-h1 .gold { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { font-size: 19px; line-height: 1.55; color: var(--muted); font-weight: 400; margin-bottom: 32px; max-width: 540px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.btn-primary {
  font-size: 15px; font-weight: 700; color: #000;
  padding: 14px 26px; border-radius: 12px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  border: none; box-shadow: 0 8px 22px rgba(212,168,67,0.3);
  display: inline-flex; align-items: center; gap: 8px;
  transition: transform 0.1s, box-shadow 0.15s;
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(212,168,67,0.4); }
.btn-ghost {
  font-size: 15px; font-weight: 600; color: var(--white);
  padding: 14px 22px; border-radius: 12px;
  background: transparent; border: 1px solid var(--edge);
  display: inline-flex; align-items: center; gap: 8px;
  transition: border-color 0.15s, background 0.15s;
}
.btn-ghost:hover { border-color: var(--gold); background: rgba(212,168,67,0.04); }
.hero-trust { display: flex; align-items: center; gap: 14px; font-size: 13px; color: var(--muted); flex-wrap: wrap; }
.hero-trust .stars { color: var(--gold); letter-spacing: 1px; }
.hero-trust b { color: var(--white); font-weight: 700; }

/* ═══════════════════════════════════════════════════════════════
   PHONE MOCKUP — pure CSS, 3D-tilted
   ═══════════════════════════════════════════════════════════════ */
.phone-stage { position: relative; height: 600px; perspective: 1400px; }
.phone-3d {
  position: absolute; top: 50%; left: 50%;
  width: 300px; height: 600px;
  background: #0a0a0a; border-radius: 44px; border: 9px solid #1c1c1c;
  box-shadow: 0 50px 100px rgba(0,0,0,0.6), 0 0 0 1px rgba(212,168,67,0.08), 0 0 80px rgba(212,168,67,0.12);
  transform: translate(-50%, -50%) rotateY(-14deg) rotateX(4deg);
  transform-style: preserve-3d; overflow: hidden;
}
.phone-3d.tilt-r { transform: translate(-50%, -50%) rotateY(14deg) rotateX(4deg); }
.phone-3d.tilt-c { transform: translate(-50%, -50%) rotateY(0) rotateX(2deg); }
.phone-3d::before {
  content: ''; position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 100px; height: 26px; background: #000; border-radius: 13px; z-index: 3;
}
.phone-screen { position: absolute; inset: 0; background: var(--ink); display: flex; flex-direction: column; overflow: hidden; padding: 52px 0 0; }

/* === Internal app UI (Calendar screen) === */
.ps-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; }
.ps-shop { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; color: var(--white); }
.ps-shop-logo {
  width: 26px; height: 26px; border-radius: 7px;
  background: linear-gradient(135deg, #d4a843 0%, #b8902f 50%, #8a6817 100%);
  display: flex; align-items: center; justify-content: center; color: #000;
  position: relative;
}
.ps-shop-logo svg { width: 14px; height: 14px; }
.ps-shop-name { line-height: 1.2; }
.ps-shop-name .sub { font-size: 9px; font-weight: 500; color: var(--muted); letter-spacing: 0.05em; }
.ps-badge { font-size: 9px; font-weight: 700; color: var(--gold); padding: 4px 8px; border-radius: 6px; background: rgba(212,168,67,0.1); border: 1px solid rgba(212,168,67,0.25); }
.ps-date { display: flex; align-items: baseline; justify-content: space-between; padding: 12px 18px 6px; }
.ps-date-num { font-size: 42px; font-weight: 300; line-height: 1; color: var(--white); }
.ps-date-month { font-size: 12px; color: var(--muted); margin-top: 6px; }
.ps-date-now { text-align: right; }
.ps-date-now .label { font-size: 8px; font-weight: 700; letter-spacing: 0.15em; color: var(--gold); }
.ps-date-now .time { font-size: 22px; font-weight: 600; color: var(--gold); letter-spacing: 0.5px; font-variant-numeric: tabular-nums; }
.ps-barbers { display: flex; gap: 6px; padding: 8px 18px; overflow-x: hidden; }
.ps-barber { display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 600; padding: 4px 10px 4px 4px; border-radius: 999px; background: var(--panel-2); border: 1px solid var(--edge); white-space: nowrap; }
.ps-barber.aktiv { background: rgba(212,168,67,0.12); border-color: var(--gold); color: var(--gold); }
/* Gradient avatars per barber — give each a distinct visual identity.
   Plays the same trust-building role as real photos with zero asset cost. */
.ps-avatar {
  width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 800; color: #fff;
  letter-spacing: -0.02em; flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
}
.ps-avatar.a1 { background: linear-gradient(135deg, #d4a843 0%, #8a6817 100%); color: #000; }
.ps-avatar.a2 { background: linear-gradient(135deg, #5e60ce 0%, #2d3a8c 100%); }
.ps-avatar.a3 { background: linear-gradient(135deg, #2a9d8f 0%, #1a5c54 100%); }
.ps-avatar.a4 { background: linear-gradient(135deg, #e76f51 0%, #964431 100%); }
.ps-slots { flex: 1; padding: 4px 18px 60px; overflow: hidden; }
.ps-slot { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-top: 1px solid var(--hairline); font-size: 11px; }
.ps-slot-time { width: 36px; font-weight: 600; color: var(--muted); font-variant-numeric: tabular-nums; }
.ps-slot-card { flex: 1; background: var(--panel-2); border-radius: 8px; padding: 8px 10px; border-left: 2px solid var(--gold); }
.ps-slot-card.walk-in { border-left-color: var(--success); background: rgba(48,209,88,0.06); }
.ps-slot-card.empty { background: transparent; border: 1px dashed var(--hairline); color: var(--faint); padding: 8px 10px; }
.ps-slot-name { color: var(--white); font-weight: 600; font-size: 11px; display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.ps-slot-name .tag-online, .ps-slot-name .tag-walk {
  font-size: 8px; font-weight: 700; padding: 2px 5px; border-radius: 4px;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.ps-slot-name .tag-online { color: var(--gold); background: rgba(212,168,67,0.12); }
.ps-slot-name .tag-walk { color: var(--success); background: rgba(48,209,88,0.12); }
.ps-slot-meta { color: var(--muted); font-size: 9px; margin-top: 2px; }
.ps-slot-price { color: var(--gold); font-size: 10px; font-weight: 700; }

/* === Internal app UI (Customer booking screen — for 2nd phone) === */
.ps-cust-hero {
  padding: 14px 18px;
  background: linear-gradient(180deg, rgba(212,168,67,0.06) 0%, transparent 100%);
}
.ps-cust-shop {
  display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
}
.ps-cust-logo {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  display: flex; align-items: center; justify-content: center;
  color: #000;
}
.ps-cust-shop-name { font-size: 14px; font-weight: 800; color: var(--white); line-height: 1.2; }
.ps-cust-shop-loc { font-size: 9px; color: var(--muted); margin-top: 3px; letter-spacing: 0.08em; text-transform: uppercase; }
.ps-cust-stars { color: var(--gold); font-size: 10px; letter-spacing: 1px; margin-top: 5px; }
.ps-cust-cta {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  color: #000; font-size: 11px; font-weight: 800; text-align: center;
  padding: 10px; border-radius: 10px; margin: 0 18px;
  box-shadow: 0 4px 12px rgba(212,168,67,0.2);
}
.ps-cust-section-lbl { font-size: 9px; font-weight: 700; letter-spacing: 0.14em; color: var(--muted); text-transform: uppercase; padding: 14px 18px 6px; }
.ps-cust-staff { display: flex; gap: 8px; padding: 0 18px; }
.ps-cust-staff-card {
  flex: 1; text-align: center; padding: 8px 6px;
  background: var(--panel-2); border: 1px solid var(--hairline); border-radius: 10px;
}
.ps-cust-staff-avatar {
  width: 32px; height: 32px; border-radius: 50%; margin: 0 auto 5px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800;
}
.ps-cust-staff-card.sel { border-color: var(--gold); background: rgba(212,168,67,0.08); }
.ps-cust-staff-name { font-size: 9px; font-weight: 600; color: var(--white); }
.ps-cust-times { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; padding: 6px 18px 14px; }
.ps-cust-time {
  background: var(--panel-2); border: 1px solid var(--hairline); border-radius: 6px;
  font-size: 10px; font-weight: 600; color: var(--white); text-align: center;
  padding: 7px 0; font-variant-numeric: tabular-nums;
}
.ps-cust-time.sel { background: var(--gold); color: #000; border-color: var(--gold); }
.ps-cust-time.taken { color: var(--faint); background: transparent; border-style: dashed; }

/* === Internal app UI (Analytics screen — for 3rd phone) === */
.ps-an-head { padding: 14px 18px 8px; }
.ps-an-eyebrow { font-size: 9px; font-weight: 700; letter-spacing: 0.14em; color: var(--muted); text-transform: uppercase; }
.ps-an-amount { display: flex; align-items: baseline; gap: 4px; margin-top: 6px; }
.ps-an-currency { font-size: 22px; color: var(--gold); font-weight: 300; }
.ps-an-num { font-size: 56px; line-height: 1; color: var(--gold); font-weight: 200; letter-spacing: -0.04em; }
.ps-an-delta { color: var(--success); font-size: 11px; font-weight: 700; margin-top: 8px; }
.ps-an-chart {
  margin: 14px 18px 0; height: 120px;
  background: linear-gradient(180deg, rgba(212,168,67,0.12) 0%, transparent 100%);
  border-radius: 10px; position: relative; padding: 8px;
}
.ps-an-bars { display: flex; align-items: flex-end; height: 100%; gap: 4px; }
.ps-an-bar {
  flex: 1; background: linear-gradient(180deg, var(--gold) 0%, var(--gold-2) 100%);
  border-radius: 3px 3px 0 0; min-height: 6px;
  opacity: 0.45;
}
.ps-an-bar.now { opacity: 1; box-shadow: 0 0 12px rgba(212,168,67,0.4); }
.ps-an-section-lbl { font-size: 9px; font-weight: 700; letter-spacing: 0.14em; color: var(--muted); text-transform: uppercase; padding: 18px 18px 8px; }
.ps-an-staff-row { display: flex; align-items: center; gap: 10px; padding: 8px 18px; }
.ps-an-staff-info { flex: 1; }
.ps-an-staff-name { font-size: 11px; color: var(--white); font-weight: 600; }
.ps-an-staff-cnt { font-size: 9px; color: var(--muted); margin-top: 2px; }
.ps-an-staff-rev { font-size: 11px; font-weight: 700; color: var(--gold); }

/* === Shared polish: iOS status bar, FAB, bottom nav, portrait avatars ===
   These tiny details are what separate a "mockup" from "looks like the real
   app." A barber scanning the page recognises iOS chrome instantly and
   stops thinking "this is a pitch deck" and starts thinking "this exists." */
.ps-status {
  position: absolute; top: 18px; left: 0; right: 0;
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 26px; font-size: 11px; font-weight: 700; color: var(--white);
  letter-spacing: -0.01em; z-index: 4; pointer-events: none;
  font-variant-numeric: tabular-nums;
}
.ps-status-icons { display: flex; gap: 5px; align-items: center; }
.ps-status-icons svg { width: 13px; height: 13px; }
.ps-status-bat {
  width: 22px; height: 11px; border: 1px solid rgba(255,255,255,0.7);
  border-radius: 3px; padding: 1px; position: relative;
}
.ps-status-bat::after {
  content: ''; position: absolute; right: -3px; top: 3px;
  width: 2px; height: 5px; background: rgba(255,255,255,0.7); border-radius: 0 1px 1px 0;
}
.ps-status-bat-fill { width: 80%; height: 100%; background: #fff; border-radius: 1px; }

/* Real-photo portraits — the same JPG files the demo shop uses, so the
   landing mockup is pixel-identical to what a visitor sees after login.
   No more "stylized illustration vs real app" disconnect. */
.ps-portrait {
  width: 22px; height: 22px; border-radius: 50%; overflow: hidden;
  flex-shrink: 0; position: relative;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12), 0 2px 6px rgba(0,0,0,0.4);
}
.ps-portrait img, .ps-portrait svg { width: 100%; height: 100%; display: block; object-fit: cover; }

/* Today's at-a-glance strip — booked / available / today's revenue.
   Triggers the dopamine "I want this number to grow" emotion. */
.ps-today {
  display: flex; gap: 6px; padding: 0 18px 8px;
}
.ps-today-chip {
  flex: 1; display: flex; flex-direction: column; gap: 1px;
  padding: 6px 8px; border-radius: 8px;
  background: var(--panel-2); border: 1px solid var(--hairline);
}
.ps-today-chip .lbl { font-size: 7.5px; font-weight: 700; letter-spacing: 0.1em; color: var(--muted); text-transform: uppercase; }
.ps-today-chip .val { font-size: 13px; font-weight: 700; color: var(--white); font-variant-numeric: tabular-nums; }
.ps-today-chip.gold .val { color: var(--gold); }

/* Floating Action Button — the "you can add walk-ins manually" proof.
   Sits on the calendar exactly where the real app puts it; pulses softly
   so the eye lands on it. */
.ps-fab {
  position: absolute; right: 14px; bottom: 58px;
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  display: flex; align-items: center; justify-content: center; color: #000;
  box-shadow: 0 8px 22px rgba(212,168,67,0.45), 0 0 0 4px rgba(212,168,67,0.08);
  z-index: 3;
}
.ps-fab svg { width: 22px; height: 22px; }

/* Bottom tab bar — gives the mockup the same anatomical layout barbers
   see in their actual phone, removing any "is this real?" friction. */
.ps-tabbar {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 48px; background: rgba(10,10,10,0.95);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--hairline);
  display: flex; justify-content: space-around; align-items: center;
  padding-bottom: 4px; z-index: 2;
}
.ps-tab {
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  font-size: 8px; font-weight: 600; color: var(--faint);
}
.ps-tab svg { width: 18px; height: 18px; }
.ps-tab.aktiv { color: var(--gold); }

/* Notification dot on the bell */
.ps-bell {
  position: relative; width: 28px; height: 28px; border-radius: 50%;
  background: var(--panel-2); border: 1px solid var(--hairline);
  display: flex; align-items: center; justify-content: center; color: var(--white);
}
.ps-bell svg { width: 14px; height: 14px; }
.ps-bell-dot {
  position: absolute; top: -2px; right: -2px;
  min-width: 14px; height: 14px; padding: 0 3px;
  background: var(--danger); color: #fff; border-radius: 7px;
  font-size: 9px; font-weight: 800; display: flex; align-items: center; justify-content: center;
  border: 2px solid #0a0a0a; box-shadow: 0 0 0 1px rgba(255,69,58,0.4);
}

/* Real app: phone chip under the client name with WhatsApp dot */
.ps-slot-phone {
  display: inline-flex; align-items: center; gap: 4px;
  color: var(--muted); font-size: 9px; font-weight: 500;
  margin-left: 2px;
}
.ps-slot-phone .wa-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #25d366; box-shadow: 0 0 6px rgba(37,211,102,0.5);
}

/* Customer phone: shop cover photo (gradient + silhouette barber chair) */
.ps-cust-cover {
  position: relative; height: 90px; margin-bottom: -28px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 40%, var(--ink) 100%),
    radial-gradient(circle at 30% 30%, rgba(212,168,67,0.35) 0%, transparent 50%),
    linear-gradient(135deg, #2a1e0e 0%, #0a0a0a 100%);
  overflow: hidden;
}
.ps-cust-cover svg.bg { position: absolute; bottom: 0; right: -10px; width: 120px; height: 70px; opacity: 0.18; }
.ps-cust-cover .live-pill {
  position: absolute; top: 12px; right: 14px;
  background: rgba(48,209,88,0.15); color: var(--success);
  border: 1px solid rgba(48,209,88,0.35); border-radius: 999px;
  font-size: 8px; font-weight: 800; letter-spacing: 0.1em; padding: 3px 8px;
  display: inline-flex; align-items: center; gap: 4px;
}
.ps-cust-cover .live-pill .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--success); box-shadow: 0 0 8px var(--success); }

/* Customer staff avatars become photo-style portraits */
.ps-cust-portrait {
  width: 40px; height: 40px; border-radius: 50%; margin: 0 auto 6px;
  overflow: hidden; position: relative;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15), 0 4px 10px rgba(0,0,0,0.4);
}

/* Service summary line under the selected time */
.ps-cust-summary {
  margin: 8px 18px 0; padding: 10px 12px;
  background: linear-gradient(180deg, rgba(212,168,67,0.08) 0%, rgba(212,168,67,0.02) 100%);
  border: 1px solid rgba(212,168,67,0.25); border-radius: 10px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 10px;
}
.ps-cust-summary .lbl { color: var(--muted); font-weight: 600; font-size: 8.5px; letter-spacing: 0.1em; text-transform: uppercase; }
.ps-cust-summary .val { color: var(--white); font-weight: 700; font-size: 11px; margin-top: 2px; }
.ps-cust-summary .price { color: var(--gold); font-weight: 800; font-size: 14px; }

/* Customer review snippet at bottom */
.ps-cust-review {
  margin: 10px 18px 0; padding: 10px;
  background: var(--panel-2); border-radius: 10px; border: 1px solid var(--hairline);
  font-size: 9.5px;
}
.ps-cust-review .stars { color: var(--gold); font-size: 9px; letter-spacing: 1px; }
.ps-cust-review .quote { color: var(--white); font-style: italic; margin-top: 3px; line-height: 1.4; }
.ps-cust-review .author { color: var(--muted); margin-top: 4px; font-size: 8.5px; }

/* Analytics: period switcher (Day / Week / Month / Year) */
.ps-an-period {
  display: flex; gap: 4px; padding: 4px;
  background: var(--panel-2); border-radius: 8px; margin: 0 18px;
  font-size: 9px; font-weight: 700;
}
.ps-an-period button {
  flex: 1; padding: 5px 0; border-radius: 5px; color: var(--muted);
  background: transparent; border: none;
}
.ps-an-period button.aktiv { background: var(--gold); color: #000; }

/* Chart day labels under the bars */
.ps-an-chart-labels {
  display: flex; justify-content: space-between; padding: 4px 22px 0;
  font-size: 8px; color: var(--faint); font-weight: 600;
  letter-spacing: 0.05em;
}

/* Top service mini card under By-barber */
.ps-an-top {
  margin: 12px 18px 0; padding: 10px 12px;
  background: linear-gradient(135deg, var(--panel-2) 0%, var(--panel) 100%);
  border: 1px solid var(--hairline); border-radius: 10px;
  display: flex; align-items: center; gap: 10px;
}
.ps-an-top .icn {
  width: 30px; height: 30px; border-radius: 8px;
  background: rgba(212,168,67,0.12); color: var(--gold);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ps-an-top .icn svg { width: 16px; height: 16px; }
.ps-an-top-info { flex: 1; min-width: 0; }
.ps-an-top-lbl { font-size: 8px; font-weight: 700; letter-spacing: 0.12em; color: var(--muted); text-transform: uppercase; }
.ps-an-top-name { font-size: 11px; font-weight: 700; color: var(--white); margin-top: 1px; }
.ps-an-top-cnt { font-size: 11px; font-weight: 700; color: var(--gold); }

@media (max-width: 960px) {
  .hero { padding: 40px 0 60px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-h1 { font-size: 44px; }
  .hero-sub { font-size: 17px; margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
  .hero-trust { justify-content: center; }
  .phone-stage { height: 500px; }
  .phone-3d { transform: translate(-50%, -50%) rotateY(-8deg) rotateX(2deg) scale(0.85); }
}

/* ═══════════════════════════════════════════════════════════════
   SECTIONS
   ═══════════════════════════════════════════════════════════════ */
.sec { padding: 80px 0; position: relative; }
.sec-alt { background: var(--ink-2); }
.sec-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); text-align: center; margin-bottom: 14px; }
.sec-h2 { font-size: 42px; line-height: 1.1; letter-spacing: -0.02em; font-weight: 800; text-align: center; max-width: 720px; margin: 0 auto 18px; }
.sec-h2 .gold { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sec-sub { font-size: 17px; color: var(--muted); text-align: center; max-width: 620px; margin: 0 auto 56px; }
@media (max-width: 720px) {
  .sec { padding: 60px 0; }
  .sec-h2 { font-size: 30px; }
  .sec-sub { font-size: 15px; margin-bottom: 40px; }
}

/* Pain */
.pain-card {
  max-width: 760px; margin: 0 auto; text-align: center;
  background: linear-gradient(180deg, var(--panel) 0%, var(--ink-2) 100%);
  border: 1px solid var(--hairline); border-radius: 24px; padding: 48px 32px;
}
.pain-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(255,69,58,0.1); border: 1px solid rgba(255,69,58,0.25); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 22px; font-size: 30px; }
.pain-text { font-size: 26px; font-weight: 700; line-height: 1.3; color: var(--white); margin-bottom: 14px; }
.pain-after { font-size: 15px; color: var(--muted); }
.pain-after .gold { color: var(--gold); font-weight: 600; }

/* Outcomes */
.outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.outcome { background: var(--panel); border: 1px solid var(--hairline); border-radius: 20px; padding: 32px 26px; transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; }
.outcome:hover { transform: translateY(-3px); border-color: rgba(212,168,67,0.3); box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
.outcome-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(212,168,67,0.08); border: 1px solid rgba(212,168,67,0.2); display: flex; align-items: center; justify-content: center; color: var(--gold); margin-bottom: 18px; }
.outcome-title { font-size: 19px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.outcome-text { font-size: 14px; color: var(--muted); line-height: 1.55; }
.outcome-tags { display: flex; gap: 6px; margin-top: 14px; flex-wrap: wrap; }
.outcome-tag { font-size: 10px; font-weight: 700; padding: 4px 9px; border-radius: 999px; }
.outcome-tag.online { color: var(--gold); background: rgba(212,168,67,0.1); border: 1px solid rgba(212,168,67,0.25); }
.outcome-tag.walk { color: var(--success); background: rgba(48,209,88,0.1); border: 1px solid rgba(48,209,88,0.25); }
@media (max-width: 880px) { .outcomes { grid-template-columns: 1fr; } }

/* Phone tour — multiple mini-phones in a row */
.phones-tour {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;
  margin-top: 60px; align-items: center;
}
.phone-caption {
  font-size: 15px; line-height: 1.6;
}
.phone-caption .eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.phone-caption .title { font-size: 26px; font-weight: 800; color: var(--white); line-height: 1.2; margin-bottom: 12px; letter-spacing: -0.01em; }
.phone-caption p { color: var(--muted); margin-bottom: 12px; }
.phone-caption ul { list-style: none; }
.phone-caption li {
  padding: 6px 0 6px 24px; position: relative; color: var(--muted); font-size: 14px;
}
.phone-caption li::before {
  content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 800;
  width: 16px; height: 16px; border-radius: 50%; background: rgba(212,168,67,0.12);
  display: flex; align-items: center; justify-content: center; font-size: 10px;
  top: 8px;
}
.phone-mini-stage { position: relative; height: 540px; perspective: 1400px; }
@media (max-width: 880px) {
  .phones-tour { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .phone-caption li { text-align: left; }
  .phone-mini-stage { height: 460px; }
  .phones-tour .phone-3d { transform: translate(-50%, -50%) rotateY(0) rotateX(2deg) scale(0.85); }
}

/* Features */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { background: var(--panel); border: 1px solid var(--hairline); border-radius: 16px; padding: 26px 22px; }
.feature-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--panel-3); display: flex; align-items: center; justify-content: center; color: var(--gold); margin-bottom: 14px; }
.feature-title { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.feature-text { font-size: 13px; color: var(--muted); line-height: 1.55; }
@media (max-width: 880px) { .features { grid-template-columns: 1fr; } }

/* Social proof */
.proof-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 720px; margin: 0 auto 48px; }
.proof-stat { text-align: center; padding: 20px; background: var(--panel); border: 1px solid var(--hairline); border-radius: 16px; }
.proof-stat-num { font-size: 32px; font-weight: 800; color: var(--gold); line-height: 1; font-variant-numeric: tabular-nums; }
.proof-stat-label { font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.12em; margin-top: 8px; }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { background: var(--panel); border: 1px solid var(--hairline); border-radius: 16px; padding: 24px; }
.testimonial-stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }
.testimonial-text { font-size: 14px; line-height: 1.6; color: var(--white); font-style: italic; margin-bottom: 16px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; font-size: 13px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1); }
.testimonial-avatar.a1 { background: linear-gradient(135deg, #d4a843 0%, #8a6817 100%); color: #000; }
.testimonial-avatar.a2 { background: linear-gradient(135deg, #5e60ce 0%, #2d3a8c 100%); }
.testimonial-avatar.a3 { background: linear-gradient(135deg, #2a9d8f 0%, #1a5c54 100%); }
.testimonial-meta { font-size: 12px; line-height: 1.4; }
.testimonial-name { color: var(--white); font-weight: 700; }
.testimonial-shop { color: var(--muted); }
@media (max-width: 880px) { .proof-stats { grid-template-columns: 1fr; } .testimonials { grid-template-columns: 1fr; } }

/* Pricing */
/* 3 cards (Free/Starter/Pro) centered in a max-width — old "repeat(5, 1fr)"
   from when we had 5 cards visible left the row anchored left when we cut
   to 3. Now stays centered no matter the parent width. */
.pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .pricing { grid-template-columns: 1fr; max-width: 420px; }
}
.price-card { background: var(--panel); border: 1px solid var(--hairline); border-radius: 18px; padding: 24px 18px; position: relative; display: flex; flex-direction: column; }
.price-card.hl { background: linear-gradient(180deg, rgba(212,168,67,0.06) 0%, var(--panel) 60%); border-color: var(--gold); box-shadow: 0 12px 32px rgba(212,168,67,0.08); }
.price-badge { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%); color: #000; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 12px; border-radius: 999px; white-space: nowrap; }
.price-name { font-size: 14px; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; }
.price-tagline { font-size: 11px; color: var(--muted); margin-bottom: 16px; min-height: 28px; }
.price-amount { font-size: 30px; font-weight: 800; color: var(--white); line-height: 1; margin-bottom: 4px; }
.price-amount .per { font-size: 12px; color: var(--muted); font-weight: 500; }
.price-features { list-style: none; padding: 16px 0; margin: 16px 0 0; border-top: 1px solid var(--hairline); font-size: 12px; color: var(--muted); line-height: 1.6; flex: 1; }
.price-features li { padding: 4px 0; padding-left: 18px; position: relative; }
.price-features li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.price-cta { display: block; margin-top: 18px; text-align: center; font-size: 13px; font-weight: 700; padding: 11px 14px; border-radius: 10px; background: var(--panel-3); color: var(--white); border: 1px solid var(--edge); transition: all 0.15s; }
.price-card.hl .price-cta { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%); color: #000; border: none; box-shadow: 0 4px 12px rgba(212,168,67,0.25); }
.price-cta:hover { transform: translateY(-1px); }
@media (max-width: 1024px) { .pricing { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .pricing { grid-template-columns: 1fr; } }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item { background: var(--panel); border: 1px solid var(--hairline); border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 18px 20px; font-size: 15px; font-weight: 600; color: var(--white); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-q-icon { flex-shrink: 0; width: 24px; height: 24px; border-radius: 6px; background: var(--panel-3); color: var(--gold); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; transition: transform 0.2s; }
.faq-item.open .faq-q-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a-inner { padding: 0 20px 20px; font-size: 14px; line-height: 1.7; color: var(--muted); }

/* Final CTA */
.final-cta { text-align: center; background: linear-gradient(180deg, var(--ink-2) 0%, rgba(212,168,67,0.04) 100%); border-top: 1px solid var(--hairline); }
.final-cta-card { max-width: 680px; margin: 0 auto; background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(212,168,67,0.12) 0%, transparent 70%), var(--panel); border: 1px solid var(--edge); border-radius: 24px; padding: 56px 40px; }
.final-h2 { font-size: 36px; font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 14px; }
.final-sub { font-size: 16px; color: var(--muted); margin-bottom: 28px; }
.final-trust { font-size: 12px; color: var(--faint); margin-top: 18px; }
@media (max-width: 720px) { .final-cta-card { padding: 40px 24px; } .final-h2 { font-size: 28px; } }

/* Footer */
.foot { background: var(--ink); border-top: 1px solid var(--hairline); padding: 40px 0 28px; }
.foot-inner { display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; font-size: 13px; }
.foot-brand { color: var(--muted); max-width: 280px; line-height: 1.6; }
.foot-brand-name { font-size: 16px; font-weight: 800; color: var(--white); margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.foot-links { display: flex; gap: 48px; flex-wrap: wrap; }
.foot-col-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-bottom: 12px; }
.foot-col a { display: block; color: var(--muted); font-size: 13px; line-height: 2; transition: color 0.15s; }
.foot-col a:hover { color: var(--gold); }
/* City strip: inline (not display:block like .foot-col a) so the links wrap as a row. */
.foot-cities a { color: var(--muted); transition: color 0.15s; }
.foot-cities a:hover { color: var(--gold); }
.foot-bottom { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--hairline); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 12px; color: var(--faint); }

/* Reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ═══════════════════════════════════════════════════════════════
   v46 — Claude Design aesthetic + conversion sections
   ═══════════════════════════════════════════════════════════════ */

/* === 3 DEMO DOORS — biggest conversion lever ===
   Sits right after the hero. Three cards link directly to the demo
   URLs. A skeptical barber will tap "try" before reading anything. */
.demo-doors {
  background: var(--ink);
  padding: 56px 0 76px;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.demo-doors-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; color: var(--gold); text-align: center; text-transform: uppercase; margin-bottom: 6px; }
.demo-doors-h2 { font-size: 32px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: var(--white); text-align: center; max-width: 720px; margin: 0 auto 36px; }
.demo-doors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 980px; margin: 0 auto; }
.demo-door {
  position: relative;
  padding: 26px 22px 22px;
  background: linear-gradient(180deg, var(--panel) 0%, var(--ink) 100%);
  border: 1px solid var(--hairline);
  border-radius: 18px;
  text-decoration: none;
  color: var(--white);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  display: flex; flex-direction: column; gap: 10px;
  min-height: 200px;
}
.demo-door:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 14px 36px rgba(212,168,67,0.12); }
.demo-door.featured { border-color: rgba(212,168,67,0.45); background: linear-gradient(180deg, rgba(212,168,67,0.08) 0%, var(--ink) 100%); }
.demo-door-num { font-size: 11px; font-weight: 800; letter-spacing: 0.14em; color: var(--gold); text-transform: uppercase; }
.demo-door-title { font-size: 19px; font-weight: 700; color: var(--white); line-height: 1.2; letter-spacing: -0.01em; }
.demo-door-desc { font-size: 13px; color: var(--muted); line-height: 1.45; flex: 1; }
.demo-door-url {
  font-size: 11px; color: var(--gold); font-family: ui-monospace, "SF Mono", monospace;
  padding-top: 12px; border-top: 1px dashed var(--hairline); margin-top: 4px;
  display: flex; align-items: center; gap: 6px;
}
.demo-door-url svg { width: 12px; height: 12px; }
.demo-door-badge {
  position: absolute; top: 14px; right: 16px;
  font-size: 9px; font-weight: 800; color: #000; background: var(--gold);
  padding: 3px 8px; border-radius: 999px; letter-spacing: 0.06em; text-transform: uppercase;
}
@media (max-width: 760px) {
  .demo-doors-grid { grid-template-columns: 1fr; }
  .demo-doors { padding: 44px 0 60px; }
  .demo-doors-h2 { font-size: 24px; }
}

/* === BEFORE / AFTER MONDAY MORNING ===
   Two columns: the chaotic Monday vs the same Monday with MyBarb.
   Same timestamps both sides — barbers see their own day. */
.scenario { padding: 90px 0; background: var(--ink); }
.scenario-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1080px; margin: 0 auto; }
.scenario-col { background: var(--panel); border: 1px solid var(--hairline); border-radius: 22px; padding: 32px; }
.scenario-col.before { border-color: rgba(255,69,58,0.16); }
.scenario-col.after  { border-color: rgba(48,209,88,0.22); position: relative; overflow: hidden; }
.scenario-col.after::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--success), transparent);
}
.scenario-tag { font-size: 10px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.scenario-col.before .scenario-tag { color: var(--danger); }
.scenario-col.after  .scenario-tag { color: var(--success); }
.scenario-title { font-size: 22px; font-weight: 800; color: var(--white); margin-top: 8px; letter-spacing: -0.01em; }
.scenario-list { margin-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.scenario-row { display: flex; gap: 14px; align-items: flex-start; padding-bottom: 14px; border-bottom: 1px solid var(--hairline); }
.scenario-row:last-child { border-bottom: 0; padding-bottom: 0; }
.scenario-time { font-family: ui-monospace, "SF Mono", monospace; font-size: 13px; color: var(--gold); font-weight: 700; flex-shrink: 0; min-width: 52px; padding-top: 2px; }
.scenario-text { font-size: 14px; color: var(--white); line-height: 1.5; }
.scenario-text .quiet { color: var(--muted); display: block; font-size: 12px; margin-top: 3px; }
@media (max-width: 820px) { .scenario-grid { grid-template-columns: 1fr; } .scenario { padding: 60px 0; } }

/* === WHATSAPP SECTION — full chat phone mockup === */
.wa-section { padding: 100px 0; background: var(--ink-2); }
.wa-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; max-width: 1100px; margin: 0 auto; }
.wa-phone-stage { perspective: 1400px; min-height: 620px; position: relative; }
.wa-phone-3d {
  position: absolute; top: 50%; left: 50%;
  width: 290px; height: 580px;
  background: #0a0a0a; border-radius: 42px; border: 9px solid #1c1c1c;
  box-shadow: 0 50px 100px rgba(0,0,0,0.6), 0 0 0 1px rgba(37,211,102,0.1), 0 0 80px rgba(37,211,102,0.12);
  transform: translate(-50%, -50%) rotateY(-10deg) rotateX(3deg);
  transform-style: preserve-3d; overflow: hidden;
}
.wa-phone-3d::before {
  content: ''; position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 24px; background: #000; border-radius: 12px; z-index: 3;
}
.wa-screen { position: absolute; inset: 0; background: #0b141a; display: flex; flex-direction: column; overflow: hidden; padding: 44px 0 0; }
.wa-header { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: #1f2c33; }
.wa-header-img { width: 36px; height: 36px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.wa-header-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wa-header-info { flex: 1; min-width: 0; }
.wa-header-name { font-size: 13px; font-weight: 600; color: #e9edef; }
.wa-header-status { font-size: 11px; color: #00a884; }
.wa-header-icons { display: flex; gap: 16px; color: #aebac1; }
.wa-header-icons svg { width: 18px; height: 18px; }
.wa-msgs { flex: 1; padding: 12px 10px; display: flex; flex-direction: column; gap: 6px; overflow: hidden; }
.wa-day-divider { align-self: center; font-size: 10px; color: #aebac1; background: #182229; padding: 4px 12px; border-radius: 8px; margin: 6px 0 2px; font-weight: 500; }
.wa-msg { max-width: 80%; padding: 6px 9px 4px; border-radius: 8px; font-size: 12px; color: #e9edef; line-height: 1.36; box-shadow: 0 1px 0.5px rgba(0,0,0,0.13); }
.wa-msg.in  { align-self: flex-start; background: #202c33; border-top-left-radius: 0; }
.wa-msg.out { align-self: flex-end;   background: #005c4b; border-top-right-radius: 0; }
.wa-msg-time { font-size: 9px; color: rgba(233,237,239,0.5); margin-left: 6px; }
.wa-msg-ticks { display: inline-block; color: #53bdeb; margin-left: 3px; }
.wa-msg-btns { display: flex; gap: 6px; margin-top: 6px; flex-wrap: wrap; }
.wa-msg-btn {
  font-size: 11px; padding: 4px 12px; border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.15); color: #53bdeb; font-weight: 500;
  background: transparent;
}

.wa-caption-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; color: #25d366; text-transform: uppercase; }
.wa-caption-h2 { font-size: 38px; line-height: 1.1; letter-spacing: -0.02em; font-weight: 800; color: var(--white); margin: 12px 0 16px; }
.wa-caption-h2 .grn { color: #25d366; }
.wa-caption-p { font-size: 15px; color: var(--muted); line-height: 1.6; max-width: 460px; }
.wa-bullets { margin-top: 26px; display: flex; flex-direction: column; gap: 12px; }
.wa-bullet { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--white); line-height: 1.45; }
.wa-bullet svg { width: 18px; height: 18px; color: #25d366; flex-shrink: 0; margin-top: 1px; }
@media (max-width: 960px) {
  .wa-grid { grid-template-columns: 1fr; gap: 40px; }
  .wa-phone-stage { min-height: 560px; }
  .wa-caption-h2 { font-size: 28px; }
}

/* === BIG STATS NUMBERS — three giant single values === */
.bignums { padding: 90px 0; background: var(--ink); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.bignums-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; color: var(--gold); text-align: center; text-transform: uppercase; margin-bottom: 8px; }
.bignums-h2 { font-size: 32px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: var(--white); text-align: center; max-width: 720px; margin: 0 auto 48px; }
.bignums-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 980px; margin: 0 auto; }
.bignum { padding: 32px 22px; text-align: center; border-right: 1px solid var(--hairline); }
.bignum:last-child { border-right: 0; }
.bignum-val {
  font-size: 88px; line-height: 1; font-weight: 200; letter-spacing: -0.04em;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-feature-settings: 'tnum' 1;
}
.bignum-lbl { font-size: 15px; color: var(--white); font-weight: 700; margin-top: 14px; letter-spacing: -0.01em; }
.bignum-sub { font-size: 13px; color: var(--muted); margin-top: 6px; line-height: 1.4; }
@media (max-width: 820px) {
  .bignums-grid { grid-template-columns: 1fr; }
  .bignum { border-right: 0; border-bottom: 1px solid var(--hairline); padding: 28px 18px; }
  .bignum:last-child { border-bottom: 0; }
  .bignum-val { font-size: 64px; }
  .bignums-h2 { font-size: 24px; }
}

/* === ADOPTION-FEAR — addresses "will my old barber use this?" === */
.adopt { padding: 90px 0; background: var(--ink-2); }
.adopt-card { max-width: 860px; margin: 0 auto; padding: 56px 36px; background: linear-gradient(180deg, var(--panel) 0%, var(--ink-2) 100%); border: 1px solid var(--hairline); border-radius: 28px; text-align: center; }
.adopt-icon { width: 60px; height: 60px; border-radius: 16px; background: rgba(212,168,67,0.1); border: 1px solid rgba(212,168,67,0.28); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 22px; color: var(--gold); }
.adopt-icon svg { width: 28px; height: 28px; }
.adopt-h2 { font-size: 30px; line-height: 1.2; font-weight: 800; color: var(--white); margin-bottom: 14px; letter-spacing: -0.02em; max-width: 600px; margin-left: auto; margin-right: auto; }
.adopt-h2 .gold { color: var(--gold); }
.adopt-p { font-size: 15px; color: var(--muted); line-height: 1.6; max-width: 540px; margin: 0 auto; }
.adopt-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 40px; text-align: left; }
.adopt-step-num { font-size: 12px; font-weight: 800; color: var(--gold); letter-spacing: 0.14em; }
.adopt-step-h { font-size: 16px; font-weight: 700; color: var(--white); margin-top: 6px; letter-spacing: -0.01em; }
.adopt-step-p { font-size: 13px; color: var(--muted); margin-top: 6px; line-height: 1.5; }
@media (max-width: 720px) {
  .adopt-steps { grid-template-columns: 1fr; gap: 22px; }
  .adopt-card { padding: 40px 22px; }
  .adopt-h2 { font-size: 24px; }
}

/* === STICKY MOBILE CTA — always-visible bottom bar === */
.sticky-cta {
  display: none;
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 9000;
  background: rgba(10,10,10,0.94); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(212,168,67,0.32);
  border-radius: 14px; padding: 8px;
  gap: 8px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.55);
}
.sticky-cta a {
  flex: 1; text-align: center; font-size: 14px; font-weight: 700;
  padding: 12px; border-radius: 10px; text-decoration: none;
}
.sticky-cta a.demo { color: var(--white); border: 1px solid var(--edge); background: transparent; }
.sticky-cta a.cta  { color: #000; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%); }
@media (max-width: 760px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 80px; }
}

/* === PRICING — 3 highlighted + 2 secondary links === */
.pricing-secondary {
  display: flex; gap: 14px; justify-content: center; margin-top: 32px; flex-wrap: wrap;
}
.pricing-link {
  color: var(--muted); font-size: 13px; padding: 10px 18px;
  border-radius: 12px; border: 1px solid var(--hairline);
  text-decoration: none; transition: color 0.2s, border-color 0.2s;
}
.pricing-link:hover { color: var(--gold); border-color: var(--gold); }
.pricing-link strong { color: var(--white); font-weight: 700; }

/* === QUANTIFIED TESTIMONIALS — metric chip on each card === */
.testimonial-metric {
  font-size: 12px; font-weight: 800; color: var(--gold);
  background: rgba(212,168,67,0.1); padding: 4px 10px; border-radius: 999px;
  display: inline-block; margin-top: 16px; letter-spacing: 0.02em;
}
.testimonial-author-city { color: var(--muted); font-weight: 400; margin-left: 4px; }

/* ═══════════════════════════════════════════════════════════════
   v47 — Premium polish (Claude Design fidelity)
   Refined gradients, multi-layer shadows, motion, mono type.
   ═══════════════════════════════════════════════════════════════ */

/* Refined gold palette (matches Claude Design tokens) */
:root {
  --gold-high: #e7ba5a;
  --gold-low:  #8e6418;
  --wa:        #25d366;
  --wa-bg-in:  #202c33;
  --wa-bg-out: #005c4b;
  --wa-bg:     #0b141a;
  --wa-header: #1f2c33;
}

/* JetBrains Mono — used for URLs, IDs, technical credibility.
   (Loaded via the main <link> in the <head> alongside Inter — no @import
   needed since @import would block render after the stylesheet is parsed.) */
.mono { font-family: 'JetBrains Mono', ui-monospace, monospace; font-variant-numeric: tabular-nums; }
.eye  { letter-spacing: 0.18em; text-transform: uppercase; font-size: 11px; font-weight: 500; }
.micro { letter-spacing: 0.28em; text-transform: uppercase; font-size: 10px; font-weight: 500; }
.num  { font-variant-numeric: tabular-nums; }

/* Refined wordmark — wide letter-spacing premium look (like high-end brands) */
.nav-brand span,
.foot-brand-name {
  letter-spacing: 0.18em !important;
  font-size: 14px !important;
}

/* Premium gold CTA — inset highlight + ambient glow (replaces flat gold buttons) */
.cta-gold {
  background: linear-gradient(180deg, var(--gold-high) 0%, var(--gold) 50%, #b3811c 100%);
  color: #0a0a0a;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    inset 0 -1px 0 rgba(0,0,0,0.15),
    0 8px 24px rgba(200,149,57,0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cta-gold:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    inset 0 -1px 0 rgba(0,0,0,0.15),
    0 12px 32px rgba(200,149,57,0.38);
}
.cta-gold:active { transform: translateY(0); }

/* Auto-promote existing primary buttons to the premium recipe */
.nav-btn-cta,
.btn-primary,
.price-cta,
.final-cta-btn {
  background: linear-gradient(180deg, var(--gold-high) 0%, var(--gold) 50%, #b3811c 100%) !important;
  color: #0a0a0a !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    inset 0 -1px 0 rgba(0,0,0,0.15),
    0 8px 24px rgba(200,149,57,0.28) !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease !important;
}
.nav-btn-cta:hover,
.btn-primary:hover,
.price-cta:hover,
.final-cta-btn:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    inset 0 -1px 0 rgba(0,0,0,0.15),
    0 12px 32px rgba(200,149,57,0.38) !important;
}

/* Gold gradient text — vertical 3-stop gradient for that polished look */
.gold-grad-text {
  background: linear-gradient(180deg, var(--gold-high) 0%, var(--gold) 60%, var(--gold-low) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* Refined glass nav — saturate(140%) makes gold accents glow through blur */
.nav {
  background: rgba(8,8,8,0.78) !important;
  backdrop-filter: blur(22px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(140%) !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
}

/* Multi-layer phone bezel — 4 stacked shadow rings + drop shadow.
   Replaces the old border-9px solid. Much closer to a real iPhone profile. */
.phone-3d,
.wa-phone-3d {
  border: 0 !important;
  box-shadow:
    0 60px 100px -30px rgba(0,0,0,0.85),
    0 0 0 7px #0c0c0c,
    0 0 0 8px #2a2a2a,
    0 0 0 9px #0a0a0a !important;
  border-radius: 46px !important;
}
.wa-phone-3d { border-radius: 42px !important; }

/* Stage radial — subtle gold glow behind the hero phone */
.hero {
  background:
    radial-gradient(60% 50% at 70% 30%, rgba(200,149,57,0.10) 0%, rgba(200,149,57,0) 70%),
    var(--ink) !important;
}

/* Now-dot pulse — double-ring gold animation, 2.4s loop with 1.2s phase offset */
@keyframes nowPulse {
  0%   { transform: scale(0.6); opacity: 0.7; }
  100% { transform: scale(2.4); opacity: 0; }
}
.now-dot { position: relative; display: inline-block; }
.now-dot::before, .now-dot::after {
  content: ''; position: absolute; inset: -6px; border-radius: 999px;
  border: 1px solid var(--gold); opacity: 0;
  animation: nowPulse 2.4s cubic-bezier(0.4,0,0.2,1) infinite;
}
.now-dot::after { animation-delay: 1.2s; }

/* WhatsApp bubbles — staggered entrance (real WA opens like this) */
@keyframes bubbleIn {
  from { opacity: 0; transform: translateY(8px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0)   scale(1); }
}
.wa-msg { animation: bubbleIn 0.4s cubic-bezier(0.22,0.86,0.18,1) both; }
.wa-msg:nth-of-type(2) { animation-delay: 0.15s; }
.wa-msg:nth-of-type(3) { animation-delay: 0.30s; }
.wa-msg:nth-of-type(4) { animation-delay: 0.45s; }
.wa-msg:nth-of-type(5) { animation-delay: 0.60s; }
.wa-msg:nth-of-type(6) { animation-delay: 0.75s; }

/* H1 hero — refined Apple-like extralight, ultra-tight tracking */
.hero-h1 {
  font-weight: 300 !important;
  letter-spacing: -0.05em !important;
  line-height: 0.95 !important;
}

/* === GOOGLE SEARCH RESULT MOCKUP === */
.gsearch { padding: 90px 0; background: var(--ink); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.gsearch-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; max-width: 1100px; margin: 0 auto; }
.gsearch-side .eye { color: var(--gold); }
.gsearch-h2 { font-size: 38px; line-height: 1.05; letter-spacing: -0.04em; font-weight: 300; color: var(--white); margin: 12px 0 18px; }
.gsearch-h2 .gold { background: linear-gradient(180deg, var(--gold-high) 0%, var(--gold) 60%, var(--gold-low) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.gsearch-p { font-size: 15px; color: var(--muted); line-height: 1.55; max-width: 440px; }
.gsearch-cta { color: var(--gold); font-size: 14px; font-weight: 600; margin-top: 22px; display: inline-flex; align-items: center; gap: 6px; }
.gsearch-card { background: #fff; border-radius: 18px; padding: 20px; box-shadow: 0 28px 60px -20px rgba(0,0,0,0.7); }
.gsearch-bar { display: flex; align-items: center; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid #e0e3e8; }
.gsearch-glogo { width: 24px; height: 24px; border-radius: 50%; background: conic-gradient(from 90deg, #4285F4, #EA4335, #FBBC04, #34A853, #4285F4); display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 12px; }
.gsearch-q { color: #5f6368; font-size: 14px; flex: 1; }
.gsearch-result { padding-top: 14px; }
.gsearch-fav { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.gsearch-fav span { color: #5f6368; font-size: 12px; }
.gsearch-title { color: #1a0dab; font-size: 17px; font-weight: 500; line-height: 1.3; letter-spacing: -0.01em; }
.gsearch-desc { color: #4d5156; font-size: 13px; line-height: 1.5; margin-top: 4px; }
.gsearch-actions { display: flex; gap: 14px; margin-top: 10px; color: #1a73e8; font-size: 13px; font-weight: 500; }
.gsearch-actions .sep { color: #5f6368; }
.gsearch-stats { display: flex; justify-content: space-between; gap: 14px; background: var(--panel); border: 1px solid var(--hairline); border-radius: 18px; padding: 22px; margin-top: 16px; }
.gsearch-stat .lbl { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; font-weight: 500; }
.gsearch-stat .val { font-size: 28px; font-weight: 200; letter-spacing: -0.02em; color: var(--white); font-variant-numeric: tabular-nums; }
.gsearch-stat.gold .val { color: var(--gold); }
.gsearch-stat .pct { font-size: 14px; color: var(--muted); }
@media (max-width: 960px) { .gsearch-grid { grid-template-columns: 1fr; gap: 32px; } .gsearch-h2 { font-size: 30px; } }

/* === 4-stat proof strip (below testimonials) === */
.proof-bar {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--hairline);
  max-width: 980px; margin-left: auto; margin-right: auto;
}
.proof-bar-stat .val {
  font-size: 40px; font-weight: 200; letter-spacing: -0.04em; line-height: 1;
  color: var(--white); font-variant-numeric: tabular-nums;
}
.proof-bar-stat .val .small { font-size: 18px; color: var(--muted); margin-left: 2px; }
.proof-bar-stat .lbl {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); font-weight: 500; margin-top: 8px;
}
@media (max-width: 720px) {
  .proof-bar { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .proof-bar-stat .val { font-size: 32px; }
}

/* === Pricing comparison line at the bottom === */
.pricing-compare {
  text-align: center; margin-top: 40px; padding-top: 24px;
  border-top: 1px dashed var(--hairline);
  font-size: 12px; color: var(--faint); max-width: 720px; margin-left: auto; margin-right: auto;
}
.pricing-compare strong { color: var(--muted); font-weight: 500; }

/* Sticky CTA — iOS safe-area + bigger drop shadow */
.sticky-cta {
  padding-bottom: calc(env(safe-area-inset-bottom, 0) + 12px) !important;
  box-shadow: 0 -20px 40px rgba(0,0,0,0.6), 0 14px 36px rgba(0,0,0,0.55) !important;
}

/* ═══════════════════════════════════════════════════════════════
   v49 — ELEGANCE OVERRIDE — rebalance every font-weight to match
   Claude Design's restrained typography. The v48 page used bold
   weights (700/800) on almost every heading + card title; that
   reads "heavy / shouty" instead of "premium / quiet luxury".
   Rule of thumb:
     · Display headings → 300 (light)
     · Card / list titles → 600 (semibold)
     · Eyebrows + micro labels → 500 (medium)
     · Big numbers → 200 (extralight)
     · Buttons → 600 (semibold)
     · Body → 400 with --muted color, line-height 1.625
   ═══════════════════════════════════════════════════════════════ */

/* Cool muted greys — Claude Design's neutral hierarchy.
   Old #888888 was too "active". New #6b6b6e recedes properly. */
:root {
  --muted: #6b6b6e;
  --faint: #3a3a3c;
}

/* ── DISPLAY HEADINGS → 300 light, tight tracking ───────────── */
.hero-h1,
.sec-h2,
.demo-doors-h2,
.wa-caption-h2,
.bignums-h2,
.adopt-h2,
.scenario-title,
.final-h2,
.gsearch-h2,
.pain-text {
  font-weight: 300 !important;
  letter-spacing: -0.04em !important;
}
.hero-h1 { letter-spacing: -0.05em !important; line-height: 0.95 !important; }
.final-h2 { letter-spacing: -0.05em !important; line-height: 0.95 !important; }

/* ── CARD / LIST TITLES → 600 semibold ──────────────────────── */
.demo-door-title,
.outcome-title,
.feature-title,
.adopt-step-h,
.phone-caption .title,
.bignum-lbl,
.testimonial-name,
.ps-an-top-name,
.foot-brand-name,
.faq-q,
.wa-bullet b,
.wa-bullet strong {
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}
.phone-caption .title {
  font-size: 28px !important;
  font-weight: 300 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.15 !important;
}

/* ── EYEBROWS + MICRO LABELS → 500 medium ───────────────────── */
.hero-eyebrow,
.sec-eyebrow,
.demo-doors-eyebrow,
.bignums-eyebrow,
.wa-caption-eyebrow,
.adopt-step-num,
.demo-door-num,
.scenario-tag,
.ps-an-top-lbl,
.proof-stat-label,
.price-name,
.price-badge,
.outcome-tag,
.demo-door-badge,
.foot-col-title,
.eye {
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
}
.proof-bar-stat .lbl,
.gsearch-stat .lbl,
.ps-today-chip .lbl,
.ps-an-staff-cnt {
  font-weight: 500 !important;
}

/* ── BUTTONS → 600 semibold (NOT bold) ──────────────────────── */
.btn-primary,
.btn-ghost,
.nav-btn-signin,
.nav-btn-cta,
.price-cta,
.final-cta-btn,
.sticky-cta a,
.pricing-link,
.cta-gold,
.gsearch-cta {
  font-weight: 600 !important;
}

/* ── BIG NUMBERS → 200 extralight (luxury feel) ─────────────── */
.bignum-val,
.proof-stat-num,
.proof-bar-stat .val,
.gsearch-stat .val,
.price-amount {
  font-weight: 200 !important;
  letter-spacing: -0.05em !important;
}
.price-amount .per { font-weight: 400 !important; letter-spacing: 0 !important; }
.bignum-val { letter-spacing: -0.06em !important; }

/* ── BODY TEXT → relaxed reading rhythm ─────────────────────── */
body, p, li, .sec-sub, .outcome-text, .feature-text, .adopt-p,
.testimonial-text, .wa-caption-p, .gsearch-p, .scenario-text,
.demo-door-desc, .price-tagline, .faq-a-inner, .final-sub,
.hero-sub, .bignum-sub, .pain-after, .demo-doors-eyebrow + h2,
.foot-brand span {
  line-height: 1.625;
}
.hero-sub { font-weight: 400 !important; color: var(--muted) !important; font-size: 17px !important; }
.sec-sub { color: var(--muted) !important; font-weight: 400 !important; }
.outcome-text, .feature-text, .testimonial-text, .demo-door-desc,
.adopt-p, .scenario-text, .price-tagline, .wa-caption-p, .gsearch-p,
.bignum-sub, .adopt-step-p, .faq-a-inner, .final-sub {
  color: var(--muted) !important;
  font-weight: 400 !important;
}

/* ── SECTION RHYTHM → more breathing room ───────────────────── */
.sec, .demo-doors, .scenario, .wa-section, .bignums, .gsearch, .adopt {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
@media (max-width: 720px) {
  .sec, .demo-doors, .scenario, .wa-section, .bignums, .gsearch, .adopt {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
.hero { padding-top: 56px !important; padding-bottom: 96px !important; }

/* ── NAV brand wordmark → 600 (not 800) ─────────────────────── */
.nav-brand { font-weight: 600 !important; }
.nav-brand span { font-weight: 600 !important; }

/* ── Hero CTAs: gold filled (600), ghost outline (500) ─────── */
.btn-primary { font-size: 15px !important; padding: 14px 22px !important; border-radius: 999px !important; }
.btn-ghost   { font-size: 15px !important; padding: 14px 22px !important; border-radius: 999px !important; font-weight: 500 !important; color: var(--white) !important; border: 1px solid var(--edge) !important; background: transparent !important; }
.btn-ghost:hover { border-color: var(--gold) !important; color: var(--gold) !important; }

/* ── Final small details ────────────────────────────────────── */
.hero-trust { color: var(--faint) !important; font-weight: 400 !important; }
.faq-q { font-weight: 500 !important; }
.testimonial-text { font-style: normal !important; font-weight: 300 !important; font-size: 15px !important; color: rgba(255,255,255,0.92) !important; }
.demo-door-num { color: var(--gold) !important; font-size: 11px !important; }
.scenario-tag { font-size: 11px !important; }
.pain-text { font-size: 24px !important; }

/* ── COMPETITOR COMPARISON TABLE — replaces the inline price line ── */
.compare-table { margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--hairline); max-width: 920px; margin-left: auto; margin-right: auto; }
.compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare {
  width: 100%; border-collapse: collapse;
  background: var(--panel); border: 1px solid var(--hairline); border-radius: 18px;
  overflow: hidden; min-width: 540px;
}
.compare th, .compare td {
  padding: 14px 16px; text-align: center; font-size: 13px;
  border-bottom: 1px solid var(--hairline); color: var(--muted); font-weight: 400;
}
.compare th {
  background: rgba(255,255,255,0.02); color: var(--white); font-weight: 500;
  font-size: 12px; letter-spacing: 0.04em; padding-top: 16px; padding-bottom: 16px;
}
.compare th.us, .compare td.us {
  background: rgba(212,168,67,0.06);
  color: var(--white); font-weight: 600;
  border-left: 1px solid rgba(212,168,67,0.25);
  border-right: 1px solid rgba(212,168,67,0.25);
}
.compare th.us { color: var(--gold); border-top: 1px solid var(--gold); }
.compare tr:last-child td { border-bottom: 0; }
.compare tr:last-child td.us { border-bottom: 1px solid var(--gold); }
.compare td.lbl {
  text-align: left; color: var(--white); font-weight: 500; font-size: 13px;
  padding-left: 22px;
}
.compare td.no { color: var(--danger); font-size: 14px; }
.compare td.us.yes { color: var(--success); font-weight: 600; }
.compare-note {
  font-size: 11px; color: var(--faint); text-align: center;
  margin-top: 16px; max-width: 760px; margin-left: auto; margin-right: auto;
  line-height: 1.5;
}
@media (max-width: 720px) {
  .compare th, .compare td { padding: 10px 8px; font-size: 11px; }
  .compare td.lbl { font-size: 12px; padding-left: 12px; }
}

/* ════════════════════════════════════════════════════════════
   REAL CALENDAR MOCKUP (rp-*) — matches mybarb.app/?demo=1
   Same visual rhythm as the real app: shop logo + name + AB badge
   in the header, BIG light date number with NOW pulse on the right,
   horizontal day strip with today highlighted in gold, barber pills,
   single-line "Sot · 4 Rezervime · 97€" summary, hour blocks (big
   muted hour number + slot rows), pill-shaped FAB, 3 bottom tabs.
   ════════════════════════════════════════════════════════════ */
.rp-screen {
  background: var(--ink);
  padding: 16px 0 50px;
  display: flex; flex-direction: column;
  overflow: hidden;
}
/* Header — gold B logo · shop name center · AB user initials badge */
.rp-header {
  display: flex; align-items: center; gap: 10px;
  padding: 4px 14px 12px;
  border-bottom: 1px solid var(--hairline);
}
.rp-logo {
  width: auto; height: 24px;
  filter: drop-shadow(0 2px 4px rgba(212,168,67,0.3));
}
.rp-shop {
  flex: 1; font-size: 13px; font-weight: 700;
  color: var(--white); text-align: center; letter-spacing: -0.01em;
}
.rp-userbadge {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(212,168,67,0.12);
  border: 1px solid var(--gold);
  color: var(--gold); font-size: 9px; font-weight: 700;
  display: grid; place-items: center;
  letter-spacing: 0.04em;
}
/* Date row */
.rp-dateline {
  display: flex; align-items: flex-start; justify-content: space-between;
  padding: 14px 14px 10px;
}
.rp-date-num {
  font-size: 56px; font-weight: 200; line-height: 0.95;
  color: var(--white); letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
}
.rp-month {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px; color: var(--white); font-weight: 500;
  margin-top: 8px; cursor: pointer;
}
.rp-month svg { width: 12px; height: 12px; color: var(--muted); }
.rp-date-right { text-align: right; }
.rp-now {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 8px; font-weight: 700; letter-spacing: 0.16em;
  color: var(--gold); text-transform: uppercase;
}
.rp-now-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 6px rgba(212,168,67,0.6);
}
.rp-time {
  font-size: 22px; font-weight: 600; color: var(--gold);
  font-variant-numeric: tabular-nums; letter-spacing: 0.5px;
  line-height: 1.1; margin-top: 4px;
}
.rp-weekday {
  font-size: 8px; font-weight: 700; letter-spacing: 0.16em;
  color: var(--muted); text-transform: uppercase; margin-top: 2px;
}
/* Day strip */
.rp-daystrip {
  display: flex; padding: 6px 14px 10px;
  gap: 2px; overflow-x: hidden;
}
.rp-day {
  flex: 1; text-align: center; padding: 4px 0 5px;
  border-radius: 6px;
}
.rp-day-wk {
  font-size: 7px; font-weight: 700; letter-spacing: 0.1em;
  color: var(--faint); text-transform: uppercase;
}
.rp-day-n {
  font-size: 13px; font-weight: 400; color: var(--muted);
  font-variant-numeric: tabular-nums; margin-top: 2px;
}
.rp-day.rp-today .rp-day-wk { color: var(--gold); }
.rp-day.rp-today .rp-day-n {
  color: var(--white); font-weight: 700;
  position: relative;
}
.rp-day.rp-today .rp-day-n::after {
  content: ''; position: absolute; bottom: -3px; left: 25%; right: 25%;
  height: 2px; background: var(--gold); border-radius: 1px;
}
/* Barber pills */
.rp-barbers {
  display: flex; gap: 5px; padding: 6px 14px 10px;
  overflow-x: hidden;
}
.rp-bpill {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 9px 3px 3px; border-radius: 999px;
  background: var(--panel-2); border: 1px solid var(--hairline);
  font-size: 9px; color: var(--white); font-weight: 600;
  white-space: nowrap;
}
.rp-bpill img {
  width: 16px; height: 16px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
}
/* Today summary line */
.rp-sumline {
  display: flex; align-items: center; gap: 8px;
  padding: 4px 14px 8px; font-size: 10px;
  color: var(--muted);
}
.rp-sumline-line { flex: 1; height: 1px; background: var(--hairline); }
.rp-sumline strong { color: var(--white); font-weight: 600; }
.rp-sumline-gold { color: var(--gold); font-weight: 700; }
/* Hour blocks — big muted hour number on left, slot rows on right */
.rp-hours { padding: 0 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; overflow: hidden; }
.rp-hour { display: flex; gap: 8px; align-items: flex-start; }
.rp-hour-num {
  font-size: 32px; font-weight: 200; color: var(--faint);
  line-height: 1; letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  width: 30px; flex-shrink: 0; padding-top: 6px;
  position: relative;
}
.rp-hour-min {
  font-size: 7px; line-height: 1.4; color: var(--faint);
  margin-top: 4px; font-weight: 500;
}
.rp-hour-slots {
  flex: 1; display: flex; flex-direction: column; gap: 4px;
}
.rp-slot {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 10px; border-radius: 6px;
  font-size: 10px;
}
.rp-slot-empty {
  border: 1px dashed var(--hairline);
  color: var(--faint);
}
.rp-slot-t {
  font-size: 9px; color: var(--faint); font-weight: 500;
  font-variant-numeric: tabular-nums; width: 32px;
}
.rp-slot-filled {
  background: var(--panel);
  border: 1px solid var(--hairline);
  border-left: 2px solid var(--gold);
}
.rp-slot-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0;
}
.rp-slot-body { flex: 1; min-width: 0; }
.rp-slot-name { font-size: 11px; color: var(--white); font-weight: 600; line-height: 1.2; }
.rp-slot-srv { font-size: 9px; color: var(--muted); margin-top: 1px; }
.rp-slot-price {
  font-size: 11px; color: var(--gold); font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.rp-slot-price span { font-size: 9px; color: var(--muted); }
/* Pill FAB */
.rp-fab {
  position: absolute; left: 50%; bottom: 60px;
  transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px; border-radius: 999px;
  background: rgba(20,20,20,0.95);
  border: 1px solid var(--gold);
  color: var(--white); font-size: 11px; font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6), 0 0 0 4px rgba(212,168,67,0.04);
}
.rp-fab-plus {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--gold); color: #000;
  display: grid; place-items: center;
  font-size: 14px; font-weight: 700; line-height: 1;
}
.rp-fab-time {
  font-size: 9px; color: var(--gold); font-weight: 700;
  font-variant-numeric: tabular-nums; letter-spacing: 0.04em;
}
/* Tab bar — 3 tabs (real app), not 4 */
.rp-tabbar {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 48px; background: rgba(10,10,10,0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--hairline);
  display: flex; justify-content: space-around; align-items: center;
  padding-bottom: 4px;
}
.rp-tab {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  font-size: 8px; font-weight: 700; color: var(--faint);
  letter-spacing: 0.08em;
}
.rp-tab svg { width: 18px; height: 18px; }
.rp-tab-active { color: var(--gold); }

/* ════════════════════════════════════════════════════════════
   PUBLIC PROFILE MOCKUP — matches the real mybarb.com/<slug> page.
   Top bar → address → big shop name → rating → desc → actions →
   booking card with barber pills → hours card. Same visual rhythm.
   ════════════════════════════════════════════════════════════ */
.pp-topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 14px 8px; font-size: 9px;
}
.pp-topbar-brand { display: flex; align-items: center; gap: 5px; }
.pp-topbar-brand img { height: 14px; width: auto; filter: brightness(1.2); }
.pp-topbar-app { font-weight: 600; color: var(--white); letter-spacing: 0.12em; }
.pp-topbar-sep { color: var(--faint); margin: 0 1px; }
.pp-topbar-slug { color: var(--muted); letter-spacing: 0.12em; font-weight: 500; }
.pp-topbar-open {
  font-size: 8px; font-weight: 700; color: var(--success);
  letter-spacing: 0.12em; display: inline-flex; align-items: center; gap: 4px;
}
.pp-topbar-open .dot {
  width: 5px; height: 5px; border-radius: 50%; background: var(--success);
  box-shadow: 0 0 6px var(--success);
}
.pp-address {
  font-size: 8px; font-weight: 600; color: var(--muted);
  letter-spacing: 0.08em; padding: 4px 14px 0;
}
.pp-shop {
  font-size: 28px; font-weight: 800; line-height: 0.95;
  letter-spacing: -0.03em; color: var(--white);
  padding: 4px 14px 4px; margin: 0;
}
.pp-shop .gold-grad-text {
  background: linear-gradient(180deg, var(--gold-high) 0%, var(--gold) 60%, var(--gold-low) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pp-rating {
  display: flex; align-items: center; gap: 4px; flex-wrap: wrap;
  font-size: 9px; padding: 6px 14px 0; color: var(--muted);
}
.pp-stars { color: var(--gold); letter-spacing: 0.5px; }
.pp-score { color: var(--white); font-weight: 700; margin-left: 2px; }
.pp-reviews { color: var(--muted); }
.pp-open-until { color: var(--success); font-weight: 600; }
.pp-desc {
  font-size: 10px; color: var(--muted); line-height: 1.45;
  padding: 8px 14px 0; margin: 0;
}
.pp-actions { display: flex; gap: 6px; padding: 10px 14px 8px; }
.pp-book {
  flex: 1; height: 30px; border-radius: 8px;
  background: #fff; color: #000; font-size: 11px; font-weight: 700;
  border: none; display: inline-flex; align-items: center; justify-content: center; gap: 5px;
}
.pp-iconbtn {
  width: 30px; height: 30px; border-radius: 8px;
  background: var(--panel-2); color: var(--white);
  border: 1px solid var(--hairline);
  display: grid; place-items: center;
}
.pp-iconbtn svg { width: 14px; height: 14px; }
.pp-booking-card {
  margin: 6px 14px 0; padding: 12px;
  background: var(--panel); border: 1px solid var(--hairline);
  border-radius: 12px;
}
.pp-booking-lbl {
  font-size: 8px; font-weight: 700; letter-spacing: 0.14em;
  color: var(--gold); margin-bottom: 4px;
}
.pp-booking-sub {
  font-size: 9px; color: var(--muted); letter-spacing: 0.08em;
  text-transform: uppercase; font-weight: 600; margin-bottom: 8px;
}
.pp-pills { display: flex; gap: 5px; flex-wrap: wrap; }
.pp-pill {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 9px 3px 3px; border-radius: 999px;
  background: var(--panel-2); border: 1px solid var(--hairline);
  font-size: 10px; color: var(--white); font-weight: 600; line-height: 1;
}
.pp-pill img {
  width: 18px; height: 18px; border-radius: 50%;
  object-fit: cover; display: block;
}
.pp-pill .pp-star { color: var(--gold); font-size: 9px; }
.pp-hours {
  margin: 6px 14px 0; display: flex; gap: 6px;
}
.pp-hours-now, .pp-hours-off {
  flex: 1; padding: 8px 10px;
  background: var(--panel); border: 1px solid var(--hairline);
  border-radius: 10px;
}
.pp-hours-now .lbl, .pp-hours-off .lbl {
  font-size: 7.5px; font-weight: 700; letter-spacing: 0.14em;
  color: var(--muted); text-transform: uppercase; margin-bottom: 3px;
}
.pp-hours-now .val {
  font-size: 13px; font-weight: 700; color: var(--white);
  font-variant-numeric: tabular-nums; letter-spacing: -0.01em;
}
.pp-hours-now .val .dash { color: var(--gold); margin: 0 2px; }
.pp-hours-off .val {
  font-size: 12px; color: var(--white); font-weight: 600;
  display: inline-flex; align-items: center; gap: 4px;
}
.pp-hours-off .val .moon { color: var(--gold); }

/* Hide old ps-cust-* classes that now linger as dead CSS — no-op since
   the markup using them was removed. Keep for any future variant. */

/* ── Skip-to-content link (a11y) — hidden until focused ── */
.skip-link {
  position: absolute; top: -100px; left: 8px; z-index: 9999;
  padding: 10px 16px; background: var(--gold); color: #000;
  font-weight: 600; font-size: 13px; border-radius: 8px;
  text-decoration: none; transition: top 0.2s;
}
.skip-link:focus { top: 8px; outline: 2px solid #000; outline-offset: 2px; }

/* ── Trust badges strip (footer area) ── */
.trust-bar {
  padding: 36px 0; background: var(--ink); border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.trust-bar-inner {
  display: flex; justify-content: center; align-items: center; gap: 32px; flex-wrap: wrap;
  max-width: 980px; margin: 0 auto; padding: 0 20px;
}
.trust-badge {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--muted); font-size: 12px; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.trust-badge svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; }
@media (max-width: 720px) {
  .trust-bar-inner { gap: 18px; }
  .trust-badge { font-size: 10.5px; gap: 6px; }
  .trust-badge svg { width: 14px; height: 14px; }
}

/* ── "YOUR URL, NOT A MARKETPLACE" — KEY DIFFERENTIATOR ── */
.yours { padding: 96px 0; background: var(--ink); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.yours-eyebrow { color: var(--gold); text-align: center; margin-bottom: 12px; display: block; }
.yours-h2 {
  font-size: 38px; line-height: 1.1; letter-spacing: -0.04em;
  font-weight: 300; color: var(--white); text-align: center;
  max-width: 820px; margin: 0 auto 18px;
}
.yours-h2 .gold {
  background: linear-gradient(180deg, var(--gold-high) 0%, var(--gold) 60%, var(--gold-low) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.yours-p {
  font-size: 16px; color: var(--muted); line-height: 1.625;
  max-width: 720px; margin: 0 auto 56px; text-align: center;
}
.yours-p strong { color: var(--white); font-weight: 600; }
.yours-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1080px; margin: 0 auto; }
.yours-card {
  background: var(--panel); border: 1px solid var(--hairline); border-radius: 18px;
  padding: 28px 24px; transition: border-color 0.2s, transform 0.2s;
}
.yours-card:hover { border-color: rgba(212,168,67,0.4); transform: translateY(-3px); }
.yours-card-url {
  font-size: 13px; color: var(--gold);
  background: rgba(212,168,67,0.08); border: 1px solid rgba(212,168,67,0.2);
  padding: 8px 12px; border-radius: 8px; margin-bottom: 16px;
  display: inline-block;
}
.yours-card-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(212,168,67,0.1); color: var(--gold);
  display: grid; place-items: center; margin-bottom: 16px;
}
.yours-card-icon svg { width: 20px; height: 20px; }
.yours-card-title { font-size: 17px; font-weight: 600; color: var(--white); margin-bottom: 8px; letter-spacing: -0.01em; }
.yours-card-desc { font-size: 14px; color: var(--muted); line-height: 1.55; }
@media (max-width: 820px) {
  .yours-grid { grid-template-columns: 1fr; }
  .yours-h2 { font-size: 28px; }
  .yours { padding: 64px 0; }
}

/* Replaced compare-table inline note with clean promise paragraph */
.pricing-promise {
  text-align: center; margin-top: 40px; font-size: 14px;
  color: var(--muted); max-width: 640px; margin-left: auto; margin-right: auto;
  line-height: 1.625;
}

/* ── "YOU'RE THE BOSS" — approve/reject section CSS ── */
.boss { padding: 96px 0; background: var(--ink-2); }
.boss-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  max-width: 1100px; margin: 0 auto; align-items: center;
}
.boss-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.18em; color: var(--gold); text-transform: uppercase; }
.boss-h2 {
  font-size: 38px; line-height: 1.1; letter-spacing: -0.04em;
  font-weight: 300; color: var(--white); margin: 12px 0 16px;
}
.boss-h2 .gold { background: linear-gradient(180deg, var(--gold-high) 0%, var(--gold) 60%, var(--gold-low) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.boss-p { font-size: 15px; color: var(--muted); line-height: 1.625; max-width: 460px; }
.boss-bullets { margin-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.boss-bullet { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--white); }
.boss-bullet .ico {
  width: 28px; height: 28px; border-radius: 8px;
  background: rgba(212,168,67,0.12); color: var(--gold);
  display: grid; place-items: center; flex-shrink: 0;
}
.boss-bullet .ico svg { width: 14px; height: 14px; }
.boss-bullet b { font-weight: 600; }
.boss-bullet small { color: var(--muted); font-weight: 400; display: block; font-size: 13px; margin-top: 2px; }

/* Pending-booking card — visually different from existing slot cards */
.boss-phone-stage {
  perspective: 1400px; min-height: 600px; position: relative;
}
.boss-phone {
  position: absolute; top: 50%; left: 50%;
  width: 300px; height: 600px;
  background: #0a0a0a; border-radius: 44px;
  box-shadow:
    0 60px 100px -30px rgba(0,0,0,0.85),
    0 0 0 7px #0c0c0c, 0 0 0 8px #2a2a2a, 0 0 0 9px #0a0a0a;
  transform: translate(-50%, -50%) rotateY(-12deg) rotateX(3deg);
  transform-style: preserve-3d; overflow: hidden;
}
.boss-phone::before {
  content: ''; position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 100px; height: 26px; background: #000; border-radius: 13px; z-index: 3;
}
.boss-screen {
  position: absolute; inset: 0; background: var(--ink);
  display: flex; flex-direction: column; padding: 52px 0 0;
}
.boss-screen .head { padding: 12px 18px; display: flex; justify-content: space-between; align-items: center; }
.boss-screen .head .title { font-size: 12px; font-weight: 600; color: var(--white); }
.boss-screen .head .badge { font-size: 9px; color: var(--danger); background: rgba(255,69,58,0.12); padding: 3px 8px; border-radius: 999px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.boss-screen .pending {
  margin: 8px 18px; padding: 14px;
  background: linear-gradient(180deg, rgba(255,69,58,0.06) 0%, var(--panel) 100%);
  border: 1px solid rgba(255,69,58,0.3);
  border-radius: 14px;
}
.boss-screen .pending .lbl { font-size: 9px; font-weight: 700; letter-spacing: 0.12em; color: var(--danger); text-transform: uppercase; }
.boss-screen .pending .name { font-size: 14px; font-weight: 600; color: var(--white); margin-top: 6px; }
.boss-screen .pending .when { font-size: 11px; color: var(--muted); margin-top: 4px; }
.boss-screen .pending .svc { font-size: 11px; color: var(--gold); margin-top: 4px; font-weight: 600; }
.boss-screen .pending .acts { display: flex; gap: 8px; margin-top: 14px; }
.boss-screen .pending .acts button {
  flex: 1; padding: 8px 0; border-radius: 8px; font-size: 12px; font-weight: 600;
  border: none; cursor: pointer;
}
.boss-screen .pending .acts .accept { background: var(--success); color: #000; }
.boss-screen .pending .acts .reject { background: transparent; color: var(--white); border: 1px solid var(--edge); }
.boss-screen .quiet-rest {
  padding: 14px 18px; flex: 1; opacity: 0.4;
  display: flex; flex-direction: column; gap: 10px;
}
.boss-screen .quiet-rest .slot {
  padding: 10px 12px; border: 1px dashed var(--hairline); border-radius: 10px;
  font-size: 11px; color: var(--faint); text-align: center;
}
@media (max-width: 960px) {
  .boss-grid { grid-template-columns: 1fr; gap: 32px; }
  .boss-h2 { font-size: 28px; }
  .boss-phone-stage { min-height: 540px; }
}
