/* ═══════════════════════════════════════════════════════════════════
   כוכב — KOCHAV · "Daybreak" design system
   Original system built for this product (2026-07-11).
   Warm ivory canvas · editorial Hebrew serif display · star-gold accent.
   ═══════════════════════════════════════════════════════════════════ */

:root {
  --bg: #FAF7F1;
  --surface: #FFFFFF;
  --ink: #1B1712;
  --ink-soft: #464036;
  --muted: #6E6558;
  --line: #EAE3D4;
  --line-strong: #DDD3BE;
  --gold: #E8A50A;
  --gold-deep: #A87400;
  --gold-soft: #FBF1D9;
  --green: #0B6B4F;
  --green-soft: #E8F4EE;
  --wa-out: #D9FDD3;
  --wa-head: #075E54;
  --wa-bg: #EFE7DC;
  --danger: #B4432F;
  --r-lg: 22px;
  --r-md: 16px;
  --r-sm: 10px;
  --shadow-card: 0 1px 2px rgba(27,23,18,.05), 0 16px 48px -20px rgba(27,23,18,.22);
  --shadow-pop: 0 2px 6px rgba(27,23,18,.08), 0 28px 80px -24px rgba(27,23,18,.32);
  --font-display: "Frank Ruhl Libre", "Times New Roman", serif;
  --font-body: "Heebo", "Segoe UI", sans-serif;
  --font-num: "Suez One", "Frank Ruhl Libre", serif;
  --max: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

html { overflow-x: clip; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

::selection { background: var(--gold-soft); color: var(--ink); }

/* paper grain — the whole site sits on warm stock, not a screen */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 2000; pointer-events: none;
  opacity: .05; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

h1, h2, h3, .display { font-family: var(--font-display); font-weight: 700; line-height: 1.18; letter-spacing: -0.01em; }
p { color: var(--ink-soft); }
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

[id] { scroll-margin-top: 84px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
.gcard-rating .num, .stat .val, .gcard-count b, .calc-result .big { font-variant-numeric: tabular-nums; }

.wrap { max-width: var(--max); margin-inline: auto; padding-inline: 24px; }
.sec { padding-block: 96px; }
.sec-tight { padding-block: 64px; }

/* ── eyebrow / chips ───────────────────────────────────────────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 600; letter-spacing: .04em;
  color: #855C00;
  background: var(--gold-soft);
  border: 1px solid #F0DFAF;
  padding: 6px 14px; border-radius: 100px;
  margin-bottom: 20px;
}
.eyebrow .star { color: var(--gold); }

.chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 500; color: var(--green);
  background: var(--green-soft); border: 1px solid #CFE7DB;
  /* min-height 44px = comfortable tap target (was ~24px effective — sub-44px audit fix); the pill
     shape + Daybreak colors are unchanged, only the hit area grows. */
  padding: 12px 16px; min-height: 44px; box-sizing: border-box; border-radius: 100px;
}

/* ── buttons ───────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--ink); color: #FFF;
  border: 1px solid var(--ink); border-radius: 14px;
  padding: 15px 30px; font-size: 16.5px; font-weight: 600;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  box-shadow: 0 2px 0 rgba(27,23,18,.15);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px -8px rgba(27,23,18,.45); background: #2A241C; }
.btn:active { transform: translateY(0); }
.btn .star { color: var(--gold); font-size: 18px; display: inline-block; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.btn:hover .star { transform: rotate(72deg) scale(1.15); }
.btn-ghost {
  background: transparent; color: var(--ink);
  border: 1px solid var(--line-strong); box-shadow: none;
}
.btn-ghost:hover { background: var(--surface); border-color: var(--ink); box-shadow: var(--shadow-card); }
.btn-lg { padding: 18px 38px; font-size: 18px; border-radius: 16px; }

/* ── header ────────────────────────────────────────────────────── */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,247,241,.82);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--font-num); font-size: 24px; font-weight: 400; }
.logo .mark { width: 30px; height: 30px; }
.head-nav { display: flex; gap: 28px; font-size: 15px; font-weight: 500; color: var(--ink-soft); }
.head-nav a { text-decoration: none; transition: color .15s; padding-bottom: 2px; background: linear-gradient(var(--gold), var(--gold)) bottom right / 0 2px no-repeat; transition: color .15s, background-size .25s; }
.head-nav a:hover { color: var(--ink); background-size: 100% 2px; }
.head-cta { padding: 10px 20px; font-size: 15px; border-radius: 12px; }
.head-login { font-size: 15px; font-weight: 600; color: var(--gold-deep); text-decoration: none; margin-inline-start: auto; margin-inline-end: 16px; white-space: nowrap; }
.head-login:hover { color: var(--ink); }
@media (max-width: 760px) { .head-nav { display: none; } .head-login { margin-inline-start: auto; margin-inline-end: 12px; } }

/* ── hero ──────────────────────────────────────────────────────── */
.hero { padding-block: 84px 96px; position: relative; }
.hero::before {
  content: ""; position: absolute; top: -60px; left: -120px; width: 480px; height: 480px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 4l11.6 27 29.4 2.5-22.3 19.5 6.7 28.7L50 66.4 24.6 81.7l6.7-28.7L9 33.5l29.4-2.5z' fill='none' stroke='%23E8A50A' stroke-width='1.2'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
  opacity: .16; pointer-events: none;
  animation: starDrift 14s ease-in-out infinite alternate;
}
@keyframes starDrift { from { transform: rotate(-8deg) translateY(0); } to { transform: rotate(4deg) translateY(22px); } }
@media (max-width: 640px) { .hero::before { width: 280px; height: 280px; left: -90px; opacity: .1; } }
.hero h1 { font-weight: 900; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
@media (max-width: 920px) { .hero-grid { grid-template-columns: 1fr; gap: 48px; } }
.hero h1 { font-size: clamp(38px, 5.2vw, 62px); margin-bottom: 22px; }
.hero h1 em { font-style: normal; color: var(--gold-deep); position: relative; white-space: nowrap; }
.hero h1 em::after {
  content: ""; position: absolute; right: 0; left: 0; bottom: 4px; height: 10px;
  background: var(--gold-soft); z-index: -1; border-radius: 3px;
}
.hero .lede { font-size: 19.5px; max-width: 34em; margin-bottom: 34px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-note { margin-top: 18px; font-size: 14px; color: var(--muted); }

/* Google-style business card mock */
.gcard-stage { position: relative; }
.gcard {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow-pop);
  max-width: 430px; margin-inline: auto;
}
.gcard-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 6px; }
.gcard-name { font-size: 22px; font-weight: 700; font-family: var(--font-body); }
.gcard-cat { color: var(--muted); font-size: 14.5px; margin-bottom: 14px; }
.gcard-rating { display: flex; align-items: center; gap: 10px; }
.gcard-rating .num { font-size: 44px; font-family: var(--font-num); min-width: 84px; }
.stars { position: relative; font-size: 24px; letter-spacing: 3px; color: #E3DACA; line-height: 1; user-select: none; }
.stars .fill { position: absolute; top: 0; right: 0; overflow: hidden; white-space: nowrap; color: var(--gold); width: 78%; transition: width 1.2s cubic-bezier(.2,.7,.2,1); }
.gcard-count { color: var(--muted); font-size: 15px; }
.gcard-count b { color: var(--ink); font-weight: 700; }
.gcard-bars { margin-top: 18px; display: grid; gap: 7px; }
.gbar { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); }
.gbar .track { flex: 1; height: 8px; background: #F1EBDE; border-radius: 100px; overflow: hidden; }
.gbar .fillbar { height: 100%; background: var(--gold); border-radius: 100px; width: 0; transition: width 1.4s cubic-bezier(.2,.7,.2,1); }
.gcard-note { text-align: center; margin-top: 16px; font-size: 13px; color: var(--muted); }

.toast {
  position: absolute; right: -12px; display: flex; gap: 10px; align-items: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  padding: 10px 16px; box-shadow: var(--shadow-card); font-size: 13.5px;
  opacity: 0; transform: translateY(12px); transition: opacity .5s, transform .5s;
  pointer-events: none;
}
.toast.on { opacity: 1; transform: translateY(0); }
.toast .t-stars { color: var(--gold); font-size: 13px; letter-spacing: 1px; }
.toast .t-demo { color: var(--muted); font-size: 11px; }
@media (max-width: 920px) { .toast { display: none; } }

/* ── section headers ───────────────────────────────────────────── */
.sec-head { max-width: 720px; margin-bottom: 56px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center::after { content: "★"; display: block; margin: 22px auto 0; color: var(--gold); font-size: 13px; opacity: .85; }
.sec-head h2 { font-size: clamp(30px, 3.8vw, 44px); margin-bottom: 16px; }
.sec-head p { font-size: 18.5px; }

/* ── the gap section ───────────────────────────────────────────── */
.gap-band { background: var(--ink); color: #F5EFE3; border-radius: 28px; padding: 72px 56px; }
@media (max-width: 760px) { .gap-band { padding: 48px 24px; border-radius: 20px; } }
.gap-band h2 { font-size: clamp(28px, 3.6vw, 42px); color: #FFF; margin-bottom: 16px; }
.gap-band .big-line em { font-style: normal; color: var(--gold); }
.gap-band p { color: #C9BFAD; }
.gap-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
@media (max-width: 760px) { .gap-cols { grid-template-columns: 1fr; } }
.gap-col { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-md); padding: 24px; }
.gap-col .who { font-weight: 700; color: #FFF; margin-bottom: 6px; font-size: 16.5px; }
.gap-col p { font-size: 15px; }

/* ── how it works / phone ──────────────────────────────────────── */
.how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 920px) { .how-grid { grid-template-columns: 1fr; } }
.steps { display: grid; gap: 12px; counter-reset: step; }
.step {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 22px 24px; display: flex; gap: 18px; align-items: flex-start;
  transition: border-color .3s, box-shadow .3s, transform .3s;
}
.step.active { border-color: var(--gold); box-shadow: var(--shadow-card); transform: translateX(-4px); }
.step .n {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 12px;
  display: grid; place-items: center; font-weight: 700; font-size: 17px;
  background: var(--gold-soft); color: var(--gold-deep); border: 1px solid #F0DFAF;
}
.step h3 { font-size: 18.5px; font-family: var(--font-body); font-weight: 700; margin-bottom: 4px; }
.step p { font-size: 15px; }
.steps-foot { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }

/* phone mockup */
.phone {
  width: min(360px, 100%); margin-inline: auto;
  background: #101010; border-radius: 44px; padding: 12px;
  box-shadow: var(--shadow-pop), inset 0 0 0 2px #2A2A2A;
}
.phone-screen { background: var(--wa-bg); border-radius: 34px; overflow: hidden; display: flex; flex-direction: column; height: 620px; }
.wa-head { background: var(--wa-head); color: #FFF; padding: 16px 18px 12px; display: flex; align-items: center; gap: 12px; }
.wa-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; font-weight: 700; color: #3A2B00; font-size: 16px; flex-shrink: 0; }
.wa-name { font-weight: 600; font-size: 15.5px; line-height: 1.2; }
.wa-status { font-size: 12px; opacity: .75; }
.wa-chat { flex: 1; padding: 18px 14px; display: flex; flex-direction: column; gap: 10px; overflow: hidden; justify-content: flex-end; }
.bubble {
  max-width: 82%; padding: 10px 14px; border-radius: 14px; font-size: 14px; line-height: 1.5;
  box-shadow: 0 1px 1px rgba(0,0,0,.06);
  opacity: 0; transform: translateY(14px) scale(.97);
  transition: opacity .45s ease, transform .45s ease;
}
.bubble.show { opacity: 1; transform: none; }
/* customer's phone POV: business = incoming (white, right), customer = outgoing (green, left) */
.bubble.biz { background: #FFF; align-self: flex-start; border-bottom-right-radius: 4px; }
.bubble.cust { background: var(--wa-out); align-self: flex-end; border-bottom-left-radius: 4px; }
.bubble .time { display: block; font-size: 10.5px; color: rgba(0,0,0,.4); margin-top: 4px; text-align: left; }
.bubble .linkchip {
  display: flex; align-items: center; gap: 8px; margin-top: 8px;
  background: rgba(255,255,255,.75); border-radius: 9px; padding: 8px 10px;
  font-size: 12.5px; color: #0B6B4F; font-weight: 600;
}
.wa-divider { align-self: center; background: rgba(255,255,255,.85); color: #6E6455; font-size: 11.5px; padding: 4px 12px; border-radius: 8px; opacity: 0; transition: opacity .45s; }
.wa-divider.show { opacity: 1; }
.wa-result {
  align-self: center; display: flex; gap: 8px; align-items: center;
  background: #FFF; border: 1px solid var(--gold); color: var(--ink);
  font-size: 13px; font-weight: 600; padding: 9px 16px; border-radius: 100px;
  opacity: 0; transform: scale(.9); transition: opacity .5s, transform .5s;
}
.wa-result.show { opacity: 1; transform: scale(1); }
.wa-result .t-stars { color: var(--gold); letter-spacing: 1px; }
.typing { display: inline-flex; gap: 4px; align-items: center; padding: 12px 16px; }
.typing i { width: 7px; height: 7px; border-radius: 50%; background: #9C9C9C; animation: blink 1.2s infinite; }
.typing i:nth-child(2) { animation-delay: .2s; } .typing i:nth-child(3) { animation-delay: .4s; }
@keyframes blink { 0%, 60%, 100% { opacity: .25; } 30% { opacity: 1; } }

/* ── calculators ───────────────────────────────────────────────── */
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 920px) { .calc-grid { grid-template-columns: 1fr; } }
.calc {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 36px; box-shadow: var(--shadow-card);
  transition: transform .3s ease, box-shadow .3s ease;
}
.calc:hover { transform: translateY(-3px); box-shadow: var(--shadow-pop); }
.calc h3 { font-size: 23px; margin-bottom: 8px; }
.calc .sub { font-size: 15px; color: var(--muted); margin-bottom: 28px; }
.calc label { font-size: 14.5px; font-weight: 600; display: flex; justify-content: space-between; margin-bottom: 10px; }
.calc label output { color: var(--gold-deep); font-weight: 700; }
input[type="range"] {
  width: 100%; appearance: none; -webkit-appearance: none; height: 8px; border-radius: 100px;
  background: linear-gradient(to left, var(--gold) var(--pct, 50%), #F1EBDE var(--pct, 50%));
  outline: none; margin-bottom: 26px;
}
input[type="range"]::-webkit-slider-thumb {
  appearance: none; -webkit-appearance: none; width: 26px; height: 26px; border-radius: 50%;
  background: var(--ink); border: 3px solid #FFF; box-shadow: 0 2px 8px rgba(0,0,0,.3); cursor: grab;
}
input[type="range"]::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--ink); border: 3px solid #FFF; box-shadow: 0 2px 8px rgba(0,0,0,.3); cursor: grab;
}
.calc-result { background: var(--gold-soft); border: 1px solid #F0DFAF; border-radius: var(--r-md); padding: 22px 24px; }
.calc-result .big { font-size: 34px; font-family: var(--font-num); color: var(--ink); line-height: 1.2; }
.calc-result .small { font-size: 14px; color: var(--gold-deep); font-weight: 600; margin-top: 2px; }
.calc-foot { font-size: 13px; color: var(--muted); margin-top: 16px; }

/* ── feed / dashboard preview ──────────────────────────────────── */
.dash-band { background: var(--surface); border-block: 1px solid var(--line); }
.dash-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
@media (max-width: 920px) { .dash-grid { grid-template-columns: 1fr; } }
.feedbox {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 24px; box-shadow: var(--shadow-card); min-height: 320px;
  display: flex; flex-direction: column; gap: 10px; overflow: hidden; justify-content: flex-end;
}
.feed-item {
  display: flex; gap: 12px; align-items: center; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--r-sm); padding: 12px 16px;
  font-size: 14px; opacity: 0; transform: translateY(12px);
  transition: opacity .5s, transform .5s;
}
.feed-item.show { opacity: 1; transform: none; }
.feed-item .ico { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; font-size: 15px; }
.feed-item .ico.gold { background: var(--gold-soft); }
.feed-item .ico.green { background: var(--green-soft); }
.feed-item time { margin-inline-start: auto; color: var(--muted); font-size: 12px; flex-shrink: 0; }
.feed-demo-note { text-align: center; margin-top: 14px; font-size: 12.5px; color: var(--muted); }
.feed-demo-note::first-letter { color: var(--gold); }

/* ── pricing ───────────────────────────────────────────────────── */
.price-card {
  max-width: 620px; margin-inline: auto; background: var(--surface);
  border: 2px solid var(--ink); border-radius: 28px; padding: 48px;
  box-shadow: var(--shadow-pop); position: relative;
}
@media (max-width: 640px) { .price-card { padding: 32px 24px; } }
.price-flag {
  position: absolute; top: -16px; right: 40px; background: var(--gold); color: #3A2B00;
  font-size: 13.5px; font-weight: 700; padding: 6px 16px; border-radius: 100px;
  box-shadow: 0 4px 12px rgba(232,165,10,.4);
}
.price-line { display: flex; align-items: baseline; gap: 10px; margin-block: 10px 4px; }
.price-line .amount { font-size: 64px; font-family: var(--font-num); letter-spacing: -.02em; display: inline-flex; align-items: baseline; gap: 6px; }
.price-line .ils { font-family: var(--font-body); font-weight: 700; font-size: 30px; color: var(--gold-deep); }
.price-line .per { color: var(--muted); font-size: 18px; }
.price-anchor { color: var(--gold-deep); font-weight: 600; font-size: 15.5px; margin-bottom: 28px; }
.includes { list-style: none; display: grid; gap: 13px; margin-bottom: 34px; }
.includes li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; color: var(--ink-soft); }
.includes li::before {
  content: "★"; color: var(--gold); font-size: 15px; line-height: 1.7; flex-shrink: 0;
}
.includes li b { color: var(--ink); }

/* ── FAQ ───────────────────────────────────────────────────────── */
.faq { max-width: 760px; margin-inline: auto; display: grid; gap: 12px; }
.faq details {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 0; overflow: hidden; transition: border-color .2s;
}
.faq details[open] { border-color: var(--line-strong); box-shadow: var(--shadow-card); }
.faq summary {
  cursor: pointer; list-style: none; padding: 22px 26px; font-weight: 600; font-size: 17px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--gold-deep); transition: transform .25s; flex-shrink: 0; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 26px 24px; font-size: 15.5px; color: var(--ink-soft); }

/* ── final CTA / form ──────────────────────────────────────────── */
.cta-band { background: var(--ink); border-radius: 28px; padding: 72px 56px; color: #F5EFE3; text-align: center; }
@media (max-width: 760px) { .cta-band { padding: 48px 24px; border-radius: 20px; } }
.cta-band h2 { color: #FFF; font-size: clamp(30px, 4vw, 46px); margin-bottom: 14px; }
.cta-band > .wrap-inner > p { color: #C9BFAD; font-size: 18px; max-width: 34em; margin: 0 auto 36px; }
.lead-form {
  max-width: 460px; margin-inline: auto; display: grid; gap: 12px; text-align: right;
}
.lead-form input {
  width: 100%; padding: 15px 18px; border-radius: 13px; border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.07); color: #FFF; font-size: 16px; font-family: inherit;
  transition: border-color .2s, background .2s;
}
.lead-form input::placeholder { color: rgba(245,239,227,.45); }
.lead-form input:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,.11); }
.lead-form .btn { background: var(--gold); border-color: var(--gold); color: #2A1F00; margin-top: 6px; }
.lead-form .btn:hover { background: #F5B722; }
.form-note { font-size: 13px; color: #A99E8A; margin-top: 14px; }
.form-note a { color: #D8CDB6; }

/* ── footer ────────────────────────────────────────────────────── */
.site-foot { border-top: 1px solid var(--line); padding-block: 36px; }
.site-foot .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.site-foot, .site-foot p { font-size: 13.5px; color: var(--muted); }
/* min-height 44px = comfortable tap target (was ~19px effective — sub-44px audit fix); negative
   margin offsets the added padding so the footer's visual spacing/alignment doesn't shift. */
.site-foot a { display: inline-flex; align-items: center; color: var(--ink-soft); padding: 12px 4px; margin: -12px -4px; min-height: 44px; box-sizing: border-box; }

/* ── mobile sticky CTA (judge round 1, finding 3) ─────────────── */
.mobile-cta { display: none; }
@media (max-width: 760px) {
  /* compact corner pill (sticky-FAB pattern) — covers only a corner, auto-hides at #contact */
  .mobile-cta {
    display: inline-flex; position: fixed; bottom: 16px; right: 16px; z-index: 80;
    align-items: center; gap: 8px;
    background: var(--ink); color: #FFF; font-weight: 700; font-size: 14.5px;
    padding: 12px 18px; border-radius: 100px; box-shadow: var(--shadow-pop); text-decoration: none;
    transition: opacity .3s ease, transform .3s ease;
  }
  .mobile-cta .star { color: var(--gold); }
  .mobile-cta.tucked { opacity: 0; transform: translateY(20px); pointer-events: none; }
}

/* ── reveal on scroll ──────────────────────────────────────────── */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.rv.in { opacity: 1; transform: none; }
@media print { .rv { opacity: 1; transform: none; } }
.rv-d1 { transition-delay: .08s; } .rv-d2 { transition-delay: .16s; } .rv-d3 { transition-delay: .24s; }

/* ═══ DEMO DASHBOARD (demo.html) ═══════════════════════════════ */
.demo-badge {
  position: fixed; bottom: 20px; left: 20px; z-index: 90;
  background: var(--ink); color: var(--gold); font-size: 12.5px; font-weight: 700;
  padding: 8px 16px; border-radius: 100px; box-shadow: var(--shadow-pop); letter-spacing: .05em;
}
.dash-shell { max-width: 1180px; margin-inline: auto; padding: 24px; display: grid; grid-template-columns: 220px 1fr; gap: 24px; min-height: 100vh; }
@media (max-width: 880px) { .dash-shell { grid-template-columns: 1fr; } .dash-side { display: flex; overflow-x: auto; } }
.dash-side { display: grid; gap: 6px; align-content: start; }
.dash-side .side-logo { padding: 14px 16px 22px; }
.dash-side a {
  display: flex; align-items: center; gap: 10px; padding: 11px 16px; border-radius: 12px;
  text-decoration: none; font-size: 15px; font-weight: 500; color: var(--ink-soft); white-space: nowrap;
}
.dash-side a.on { background: var(--surface); border: 1px solid var(--line); font-weight: 700; color: var(--ink); box-shadow: var(--shadow-card); }
.dash-side a:hover:not(.on) { background: rgba(255,255,255,.6); }
.dash-main { display: grid; gap: 20px; align-content: start; }
.dash-title { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.dash-title h1 { font-size: 30px; }
.dash-title .sub { color: var(--muted); font-size: 14.5px; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 880px) { .stat-row { grid-template-columns: repeat(2, 1fr); } }
.stat {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 22px; box-shadow: var(--shadow-card);
}
.stat .label { font-size: 13.5px; color: var(--muted); margin-bottom: 6px; }
.stat .val { font-size: 34px; font-family: var(--font-num); line-height: 1.1; }
.stat .delta { font-size: 13px; color: var(--green); font-weight: 600; margin-top: 4px; }
.panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow-card); }
.panel h2 { font-size: 20px; font-family: var(--font-body); font-weight: 700; margin-bottom: 18px; }
.two-col { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
@media (max-width: 880px) { .two-col { grid-template-columns: 1fr; } }
.chart { display: flex; align-items: stretch; gap: 10px; height: 190px; padding-top: 10px; }
.chart .bar { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; text-align: center; font-size: 12px; color: var(--muted); }
.chart .bar i {
  display: block; background: #F1EBDE; border-radius: 8px 8px 4px 4px; min-height: 6px;
  transform-origin: bottom; transform: scaleY(0); transition: transform .9s cubic-bezier(.2,.7,.2,1);
}
.chart .bar.hot i { background: var(--gold); }
.chart.in .bar i { transform: scaleY(1); }
.review-list { display: grid; gap: 14px; }
.review {
  border: 1px solid var(--line); border-radius: var(--r-md); padding: 18px 20px; background: var(--bg);
}
.review .rhead { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.review .avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 14px; color: #FFF; flex-shrink: 0; }
.review .rname { font-weight: 700; font-size: 15px; }
.review .t-stars { color: var(--gold); font-size: 13px; letter-spacing: 1px; }
.review .rtime { margin-inline-start: auto; font-size: 12px; color: var(--muted); }
.review p { font-size: 14.5px; }
.ai-reply {
  margin-top: 12px; background: var(--green-soft); border: 1px solid #CFE7DB;
  border-radius: var(--r-sm); padding: 12px 16px; font-size: 13.5px; color: var(--ink-soft);
}
.ai-reply .who { font-weight: 700; color: var(--green); font-size: 12.5px; display: flex; gap: 6px; align-items: center; margin-bottom: 4px; }
.progressline { display: grid; gap: 8px; margin-top: 8px; }
.progressline .row { display: flex; justify-content: space-between; font-size: 14px; }
.progressline .track { height: 10px; border-radius: 100px; background: #F1EBDE; overflow: hidden; }
.progressline .fillbar { height: 100%; background: var(--green); border-radius: 100px; width: 0; transition: width 1.4s cubic-bezier(.2,.7,.2,1); }
