/* ===========================================================
   SalesMeetAI — v2 Premium Editorial
   Dark espresso + warm ivory + a single decisive sienna accent
   =========================================================== */

:root {
  /* Surfaces */
  --bg: #F4EFE4;          /* warm ivory */
  --bg-2: #ECE5D5;        /* deeper ivory */
  --bg-dark: #0E0D0B;     /* warm espresso */
  --bg-dark-2: #181613;
  --bg-card: #FFFFFF;

  /* Ink */
  --ink: #0E0D0B;
  --ink-2: #3A332D;
  --ink-3: #6E635A;
  --ink-4: #A0958A;

  /* On dark */
  --cream: #F4EFE4;
  --cream-2: #C9C1B2;
  --cream-3: #8B8377;

  /* Accent — a single, confident sienna */
  --accent: #C8501C;
  --accent-2: #E07045;
  --accent-soft: rgba(200,80,28,0.10);

  /* Hairlines */
  --rule: #D8CEB8;
  --rule-strong: #B9AC92;
  --rule-dark: rgba(244,239,228,0.10);
  --rule-dark-strong: rgba(244,239,228,0.18);

  /* Type */
  --display: "Fraunces", "Times New Roman", serif;
  --body: "Inter", "Geist", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  font-weight: 450;
  line-height: 1.6;
  letter-spacing: -0.003em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; touch-action: manipulation; -webkit-tap-highlight-color: rgba(200,80,28,0.15); }
input, textarea { font-family: inherit; }
a { color: inherit; }

::selection { background: var(--accent); color: #fff; }

/* ---------- Layout ---------- */
.wrap { max-width: 1560px; margin: 0 auto; padding: 0 72px; }
.narrow { max-width: 1100px; margin: 0 auto; padding: 0 72px; }
section { padding: 90px 0; position: relative; }

/* ---------- Type ---------- */
.display, h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 400;
  font-optical-sizing: auto;
  letter-spacing: -0.025em;
  margin: 0;
  text-wrap: balance;
  font-variation-settings: "SOFT" 30;
}
h1 {
  font-size: clamp(40px, 4.8vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}
h2 {
  font-size: clamp(34px, 3.6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.025em;
}
h3 { font-size: clamp(24px, 2.2vw, 30px); line-height: 1.15; letter-spacing: -0.02em; font-weight: 400; }
h4 { font-size: 19px; font-weight: 480; font-family: var(--body); letter-spacing: -0.01em; }

em, .italic { font-style: italic; font-variation-settings: "SOFT" 100; }
.acc { color: var(--accent); }

p { margin: 0; max-width: 60ch; }
.lede {
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.55;
  color: var(--ink-2);
  font-weight: 450;
  max-width: 58ch;
  text-wrap: pretty;
}

/* Eyebrow label — refined */
.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-3);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 22px; height: 1px;
  background: var(--ink-3);
}
.eyebrow.no-rule::before { display: none; }
.eyebrow.on-dark { color: var(--cream-3); }
.eyebrow.on-dark::before { background: var(--cream-3); }
.eyebrow.acc { color: var(--accent); }
.eyebrow.acc::before { background: var(--accent); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 24px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
  font-family: var(--body);
}
.btn .arrow { transition: transform .25s ease; }
.btn:hover .arrow { transform: translateX(3px); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: #b04417; }
.btn-ink { background: var(--ink); color: var(--bg); }
.btn-ink:hover { background: #29231e; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--rule-strong); }
.btn-ghost:hover { background: rgba(14,13,11,0.04); }
.btn-cream { background: var(--cream); color: var(--ink); }
.btn-cream:hover { background: #fff; }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(244,239,228,0.78);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--rule);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 72px;
  max-width: 1560px; margin: 0 auto;
}
.logo {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 380;
  letter-spacing: -0.03em;
  display: inline-flex; align-items: baseline; gap: 4px;
  color: var(--ink);
  text-decoration: none;
}
.logo em { color: var(--accent); }
.logo .dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin-left: 8px;
  transform: translateY(-6px);
}
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-2);
  background: rgba(255,255,255,0.5);
  border: 1px solid var(--rule);
}
.nav-pill .leaf { color: var(--accent); }
.nav .btn { padding: 11px 18px; font-size: 14px; }

/* ---------- HERO ---------- */
.hero {
  background: var(--bg);
  color: var(--ink);
  padding: 64px 0 90px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 78% 35%, rgba(200,80,28,0.08), transparent 60%),
    radial-gradient(ellipse 60% 50% at 5% 95%, rgba(200,80,28,0.04), transparent 60%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: center;
  min-height: 640px;
}
.hero-eyebrow { color: var(--ink-3); margin-bottom: 36px; display: flex; align-items: center; gap: 12px; }
.hero-eyebrow::before { background: var(--ink-3); }
.hero h1 { color: var(--ink); margin-bottom: 36px; }
.hero h1 .acc { color: var(--accent); }
.hero .lede { color: var(--ink-2); margin-bottom: 40px; max-width: 52ch; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-live {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px;
  color: var(--ink-3);
  font-family: var(--mono);
  letter-spacing: 0.02em;
}
.pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74,222,128,0.6);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(74,222,128,0.6); }
  70%  { box-shadow: 0 0 0 12px rgba(74,222,128,0); }
  100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}

/* ---------- Canadian motif ---------- */
.leaf-icon {
  display: inline-block;
  width: 12px; height: 12px;
  fill: var(--accent);
  flex-shrink: 0;
}
.hero-leaf {
  position: absolute;
  top: -80px;
  right: -120px;
  width: 700px;
  height: 700px;
  fill: var(--accent);
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
  transform: rotate(8deg);
}
.hero-rail {
  position: absolute;
  top: 0; bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, transparent 0%, rgba(200,80,28,0.55) 15%, rgba(200,80,28,0.55) 85%, transparent 100%);
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}
.hero-rail.left { left: 0; }
.hero-rail.right { right: 0; }
.final-leaf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-6deg);
  width: 720px;
  height: 720px;
  fill: var(--accent);
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 700px) {
  .hero-leaf { width: 420px; height: 420px; top: -40px; right: -100px; }
  .hero-rail { width: 3px; }
  .final-leaf { width: 480px; height: 480px; }
}

/* ---------- Chat widget (card style) ---------- */
.chat-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.chat-glow {
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,80,28,0.32), transparent 65%);
  filter: blur(70px);
  z-index: 0;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.chat-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 540px;
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 600px;
  box-shadow:
    0 40px 80px -30px rgba(0,0,0,0.6),
    0 18px 40px -20px rgba(200,80,28,0.22);
}
.chat-header {
  background: #0E3D2E;
  color: #fff;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}
.chat-header::after {
  /* subtle bottom curve into body */
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -20px;
  height: 20px;
  background: #0E3D2E;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  z-index: 0;
}
.chat-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--accent);
  display: grid; place-items: center;
  font-family: var(--display);
  font-style: italic;
  font-weight: 380;
  font-size: 22px;
  color: #fff;
  flex-shrink: 0;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 12px rgba(200,80,28,0.4);
}
.chat-id { flex: 1; min-width: 0; position: relative; z-index: 1; }
.chat-name {
  display: flex; align-items: center; gap: 8px;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--body);
  letter-spacing: -0.01em;
}
.online-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 2px rgba(74,222,128,0.25);
}
.chat-sub {
  font-size: 13px;
  opacity: 0.72;
  margin-top: 2px;
  font-family: var(--body);
  letter-spacing: -0.005em;
}
.chat-badge {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  padding: 6px 10px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.28);
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 28px 22px 22px;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  gap: 10px;
  scrollbar-width: thin;
  position: relative;
  z-index: 1;
}
.chat-body::-webkit-scrollbar { width: 6px; }
.chat-body::-webkit-scrollbar-thumb { background: var(--rule); border-radius: 6px; }
.bubble {
  max-width: 92%;
  padding: 16px 18px;
  border-radius: 16px;
  font-size: 15px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: var(--body);
  color: var(--ink);
}
.bubble.bot {
  background: #fff;
  border: 1px solid var(--rule);
  align-self: flex-start;
}
.bubble.me {
  background: var(--ink);
  color: var(--cream);
  align-self: flex-end;
  border: 1px solid var(--ink);
}
.bubble.typing { color: var(--ink-3); font-style: italic; }
.chat-input {
  display: flex;
  gap: 10px;
  padding: 14px 16px 16px;
  background: var(--bg);
  border-top: 1px solid var(--rule);
  align-items: center;
}
.chat-input input {
  flex: 1;
  border: 1.5px solid var(--accent);
  border-radius: 999px;
  padding: 14px 20px;
  font-size: 15px;
  background: #fff;
  color: var(--ink);
  outline: none;
  font-family: var(--body);
  letter-spacing: -0.005em;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.chat-input input::placeholder { color: var(--ink-3); }
.chat-input input:focus { box-shadow: 0 0 0 3px rgba(200,80,28,0.15); }
.chat-send {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  border: none;
  display: grid; place-items: center;
  font-size: 18px;
  flex-shrink: 0;
  transition: background .2s ease, transform .15s ease;
}
.chat-send:hover { background: #b04417; }
.chat-send:active { transform: scale(0.95); }
.chat-send:disabled { opacity: 0.5; cursor: not-allowed; }

@media (max-width: 1000px) {
  .chat-card { max-width: 100%; height: 560px; }
}

/* ---------- PIPELINE / LEAD SHEET ---------- */
.pipeline { background: var(--bg-2); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }

.sheet {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(14,13,11,0.18);
  margin-bottom: 56px;
}
.sheet-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 18px;
  background: #F7F2E5;
  border-bottom: 1px solid var(--rule);
}
.sheet-tabs { display: flex; align-items: center; gap: 10px; }
.sheet-dot {
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--rule-strong);
}
.sheet-dot.r { background: #E45B5B; }
.sheet-dot.y { background: #F3C969; }
.sheet-dot.g { background: #4ade80; }
.sheet-title {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-2);
  letter-spacing: 0.04em;
  margin-left: 14px;
}
.sheet-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.sheet-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  border-radius: 4px;
  background: var(--bg);
  border: 1px solid var(--rule);
  font-size: 11px;
  font-family: var(--body);
  font-weight: 500;
  color: var(--ink-2);
  letter-spacing: -0.005em;
}
.sheet-pill.mono { font-family: var(--mono); letter-spacing: 0.02em; }
.live-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 2px rgba(34,197,94,0.2);
  animation: pulse 1.8s infinite;
}

.sheet-scroll {
  overflow-x: auto;
  position: relative;
}
.sheet-scroll::after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 60px;
  background: linear-gradient(to right, transparent, #fff 80%);
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
}
@media (max-width: 1100px) {
  .sheet-scroll::after { opacity: 1; }
}

.sheet-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--body);
  font-size: 14px;
  min-width: 1100px;
}
.sheet-table thead th {
  background: #F7F2E5;
  color: var(--ink-3);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--rule);
  white-space: nowrap;
}
.sheet-table thead th.num { text-align: right; }
.sheet-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--rule);
  color: var(--ink);
  white-space: nowrap;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.sheet-table tbody td.num { text-align: right; }
.sheet-table tbody td.muted { color: var(--ink-3); font-size: 13px; font-style: italic; }
.sheet-table tbody tr:hover { background: #FAF6E9; }
.sheet-table tbody tr:last-child td { border-bottom: none; }
.sheet-table .rownum {
  background: #F7F2E5;
  color: var(--ink-3);
  font-family: var(--mono);
  font-size: 11px;
  width: 36px;
  text-align: center;
  border-right: 1px solid var(--rule);
  padding: 14px 8px;
}
.sheet-table .score { color: var(--accent); font-weight: 600; }

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.badge.hot  { background: rgba(200,80,28,0.10); color: var(--accent); border: 1px solid rgba(200,80,28,0.25); }
.badge.warm { background: rgba(243,201,105,0.18); color: #8b6510; border: 1px solid rgba(243,201,105,0.4); }
.badge.cold { background: rgba(14,61,46,0.08); color: #0E3D2E; border: 1px solid rgba(14,61,46,0.18); }

.sheet-foot {
  display: flex;
  gap: 4px;
  padding: 8px 14px;
  background: #F7F2E5;
  border-top: 1px solid var(--rule);
  overflow-x: auto;
}
.sheet-foot-cell {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-2);
  padding: 6px 14px;
  border-radius: 4px 4px 0 0;
  background: transparent;
  white-space: nowrap;
}
.sheet-foot-cell:first-child {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--rule);
  border-bottom: none;
  margin-bottom: -1px;
}
.sheet-foot-cell.muted { color: var(--ink-4); margin-left: auto; }

.pipeline-feat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
}
.feat {
  padding: 32px 32px 8px 0;
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feat:nth-child(n+2) { padding-left: 32px; }
.feat:last-child { border-right: none; padding-right: 0; }
.feat-mark {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.04em;
}
.feat h4 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.feat p { color: var(--ink-2); font-size: 16px; line-height: 1.6; }

@media (max-width: 900px) {
  .pipeline-feat { grid-template-columns: 1fr; }
  .feat, .feat:nth-child(n+2) { padding: 24px 0; border-right: none; border-bottom: 1px solid var(--rule); }
  .feat:last-child { border-bottom: none; }
  .sheet-bar { flex-wrap: wrap; }
}

/* ---------- REVIEWS ---------- */
.reviews { background: var(--bg); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
}
.review {
  margin: 0;
  padding: 44px 36px 36px 0;
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
}
.review:nth-child(n+2) { padding-left: 36px; }
.review:last-child { border-right: none; padding-right: 0; }
.review-mark {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 120px;
  line-height: 0.4;
  color: var(--accent);
  letter-spacing: -0.08em;
  height: 36px;
  margin-bottom: -8px;
  opacity: 0.85;
}
.review blockquote {
  margin: 0;
  font-family: var(--body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  font-weight: 450;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.review blockquote p { margin: 0; max-width: none; }
.review figcaption {
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}
.review-who { display: flex; align-items: center; gap: 14px; }
.review-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  color: var(--cream);
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.review-name {
  font-family: var(--body);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.review-firm {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
  margin-top: 3px;
}
.review-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex-shrink: 0;
}
.stars {
  color: var(--accent);
  font-size: 14px;
  letter-spacing: 0.06em;
}
.review-tag {
  font-family: var(--mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-3);
}

@media (max-width: 1000px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .review, .review:nth-child(n+2) { padding: 36px 0; border-right: none; border-bottom: 1px solid var(--rule); }
  .review:last-child { border-bottom: none; }
}

/* ---------- HERO checks ---------- */
.hero-checks {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 28px;
  font-family: var(--body);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
}
.hero-checks li { display: flex; align-items: center; gap: 8px; }
.hero-checks .hc {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: grid; place-items: center;
  font-size: 11px;
  flex-shrink: 0;
}

/* ---------- DASHBOARD ---------- */
.dash { background: var(--bg-dark); color: var(--cream); }
.dash h2 { color: var(--cream); }
.dash .lede { color: var(--cream-2); }

.dash-window {
  background: var(--bg);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 60px 120px -40px rgba(0,0,0,0.75),
    0 0 0 1px rgba(244,239,228,0.06),
    inset 0 1px 0 rgba(255,255,255,0.5);
  position: relative;
}
/* Premium app chrome */
.dash-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 22px;
  background: linear-gradient(180deg, #0E0D0B 0%, #19140F 100%);
  color: var(--cream);
  gap: 18px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(244,239,228,0.08);
}
.dash-brand { display: flex; align-items: center; gap: 12px; }
.dash-brand-mark {
  width: 38px; height: 38px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--accent), #8a3613);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  letter-spacing: -0.02em;
  box-shadow: 0 1px 0 rgba(255,255,255,0.18) inset, 0 8px 18px -8px rgba(200,80,28,0.55);
}
.dash-brand-name {
  font-family: var(--body);
  font-weight: 600;
  font-size: 14.5px;
  color: var(--cream);
  letter-spacing: -0.005em;
  line-height: 1.15;
}
.dash-brand-sub {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--cream-3);
  letter-spacing: 0.04em;
  margin-top: 2px;
}
.dash-brand-sub .crumb { color: rgba(244,239,228,0.3); margin: 0 4px; }

.dash-bar-right { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.dash-chips { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.dash-chip {
  background: rgba(244,239,228,0.06);
  border: 1px solid rgba(244,239,228,0.1);
  color: var(--cream-2);
  font-family: var(--body);
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: all .15s ease;
  letter-spacing: -0.005em;
}
.dash-chip:hover { border-color: rgba(244,239,228,0.25); color: var(--cream); }
.dash-chip.active {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
  font-weight: 500;
}
.dash-export {
  background: transparent;
  border: 1px solid rgba(244,239,228,0.18);
  color: var(--cream-2);
  font-family: var(--body);
  font-size: 12px;
  padding: 7px 14px;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: -0.005em;
  transition: all .15s ease;
}
.dash-export:hover { border-color: var(--cream); color: var(--cream); }
.dash-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 11px;
  color: #4ade80;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dash-inner {
  padding: 36px 36px 36px;
  color: var(--ink);
  background:
    radial-gradient(ellipse 60% 30% at 50% 0%, rgba(200,80,28,0.04), transparent 70%),
    var(--bg);
}
.dash-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.dash-h-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.dash-h-title {
  font-family: var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.dash-range {
  display: flex;
  gap: 0;
  border: 1px solid var(--rule);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(14,13,11,0.05);
}
.dash-range-btn {
  background: none;
  border: none;
  padding: 9px 18px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-2);
  border-right: 1px solid var(--rule);
  cursor: pointer;
  transition: background .15s ease;
}
.dash-range-btn:last-child { border-right: none; }
.dash-range-btn:hover:not(.active) { background: var(--bg-2); }
.dash-range-btn.active { background: var(--ink); color: var(--cream); }

/* KPI grid: 3 cols × 2 rows */
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--rule);
  border-radius: 12px;
  background: #fff;
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(14,13,11,0.04);
}
.kpi {
  padding: 22px 24px 18px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  background: #fff;
  transition: background .2s ease;
  min-height: 138px;
}
.kpi:hover { background: var(--bg); }
.kpi:nth-child(3n) { border-right: none; }
.kpi:nth-child(n+4) { border-bottom: none; }
.kpi-highlight { background: linear-gradient(180deg, #fff 0%, rgba(200,80,28,0.04) 100%); }
.kpi-highlight::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 3px; height: 100%;
  background: var(--accent);
}
.kpi-label {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}
.kpi-tag {
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  margin-left: auto;
}
.kpi-val {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 46px;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.kpi-val .kpi-unit {
  font-style: normal;
  font-family: var(--body);
  font-weight: 500;
  font-size: 0.42em;
  color: var(--ink-3);
  margin-left: 2px;
  letter-spacing: -0.01em;
}
.kpi-trend {
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
  margin-top: auto;
}
.kpi-trend.up { color: #0a8a3a; }
.kpi-trend.down { color: var(--accent); }

/* Sparkline */
.spark {
  position: absolute;
  right: 18px; top: 22px;
  width: 70px; height: 22px;
  pointer-events: none;
  opacity: 0.65;
}
.spark-line {
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.spark-line.down { stroke: #0a8a3a; }

.dash-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.dash-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 24px 26px;
  box-shadow: 0 1px 0 rgba(14,13,11,0.04);
}
.dash-card-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 18px;
  gap: 12px;
  flex-wrap: wrap;
}
.dash-card-title {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.dash-card-meta {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.dash-card-meta .live-dot { width: 7px; height: 7px; }

.chart {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 160px;
  padding: 8px 0;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 10px;
}
.bar {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.bar-fill {
  width: 100%;
  background: var(--ink);
  height: var(--h);
  border-radius: 2px 2px 0 0;
  transition: height .3s ease;
  opacity: 0.85;
}
.bar-fill.peak {
  background: var(--accent);
  opacity: 1;
}
.chart-axis {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-3);
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.chart-legend {
  display: flex;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
}
.leg { display: inline-flex; align-items: center; gap: 6px; }
.leg-sw {
  width: 10px; height: 10px;
  background: var(--ink);
  border-radius: 2px;
  opacity: 0.85;
}
.leg-sw.acc { background: var(--accent); opacity: 1; }

.lang-bars {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lang-bar {
  display: grid;
  grid-template-columns: 80px 1fr 40px;
  gap: 12px;
  align-items: center;
}
.lb-name { font-size: 13px; color: var(--ink-2); font-weight: 500; }
.lb-bar {
  height: 8px;
  background: var(--bg-2);
  border-radius: 4px;
  overflow: hidden;
}
.lb-fill {
  display: block;
  height: 100%;
  background: var(--accent);
  border-radius: 4px;
}
.lang-bar:nth-child(1) .lb-fill { background: var(--ink); }
.lb-val {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-3);
  text-align: right;
}

.activity {
  list-style: none;
  padding: 0;
  margin: 0;
}
.activity li {
  display: grid;
  grid-template-columns: 110px 36px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 14.5px;
}
.activity li:last-child { border-bottom: none; }
.a-time {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
}
.a-av {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.av-c1 { background: linear-gradient(135deg, #C8501C, #8a3613); }
.av-c2 { background: linear-gradient(135deg, #1F4D3D, #0a2a20); }
.av-c3 { background: linear-gradient(135deg, #5B3A8F, #2e1c52); }
.av-c4 { background: linear-gradient(135deg, #1a5a8a, #0d3354); }
.av-c5 { background: linear-gradient(135deg, #8a6e3b, #5a4520); }
.av-c6 { background: linear-gradient(135deg, #4a5568, #1a202c); }
.a-text { color: var(--ink); line-height: 1.45; }
.a-text strong { font-weight: 500; color: var(--ink); }
.a-flags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.a-flag {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.05em;
  padding: 4px 9px;
  border-radius: 999px;
  font-weight: 500;
  white-space: nowrap;
}
.a-flag.afterhours {
  background: rgba(91, 58, 143, 0.08);
  color: #5B3A8F;
  border: 1px solid rgba(91, 58, 143, 0.2);
}
.a-flag.weekend {
  background: rgba(200, 80, 28, 0.08);
  color: var(--accent);
  border: 1px solid rgba(200, 80, 28, 0.2);
}

@media (max-width: 1100px) {
  .kpi-grid { grid-template-columns: 1fr 1fr; }
  .kpi:nth-child(3n) { border-right: 1px solid var(--rule); }
  .kpi:nth-child(2n) { border-right: none; }
  .kpi:nth-child(n+4) { border-bottom: 1px solid var(--rule); }
  .kpi:nth-last-child(-n+2) { border-bottom: none; }
  .dash-row { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .dash-inner { padding: 22px 16px; }
  .kpi-grid { grid-template-columns: 1fr; }
  .kpi { border-right: none !important; border-bottom: 1px solid var(--rule) !important; }
  .kpi:last-child { border-bottom: none !important; }
  .activity li { grid-template-columns: 90px 28px 1fr; }
  .activity .a-flags { grid-column: 3; justify-self: start; }
  .dash-chips { display: none; }
}

/* ---------- WHATSAPP SCREENSHOTS GALLERY ---------- */
.proof { background: var(--bg-2); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.shots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* WhatsApp doodle wallpaper as a tiny SVG pattern */
.wa-doodle {
  background-color: #EFE7DE;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><g fill='none' stroke='%23d8c9b3' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' opacity='0.4'><circle cx='20' cy='22' r='6'/><path d='M40 30 q3 -8 10 -6 t8 8'/><path d='M70 18 l4 6 -4 6 -4 -6 z'/><path d='M95 28 l8 0 m-4 -4 l0 8'/><circle cx='118' cy='20' r='3'/><path d='M135 16 q4 6 8 0'/><path d='M14 56 q4 -4 8 0 t8 0'/><circle cx='42' cy='52' r='4'/><path d='M62 62 l4 -8 4 8 z'/><path d='M84 52 q6 -2 12 4'/><path d='M110 48 c4 0 4 8 0 8 c-4 0 -4 -8 0 -8'/><path d='M130 60 l-6 0 0 -6'/><path d='M148 50 q4 4 0 8'/><circle cx='10' cy='90' r='5'/><path d='M30 88 l8 -4 -2 8 z'/><path d='M50 86 q4 -6 10 -2 t4 8'/><path d='M82 92 l6 -8 6 8'/><path d='M104 82 l0 12 m-6 -6 l12 0'/><path d='M124 90 c4 -4 8 0 4 6'/><path d='M14 122 q6 -4 12 2'/><path d='M40 124 l8 -2'/><circle cx='62' cy='124' r='4'/><path d='M82 120 q4 4 8 0 t8 0'/><path d='M108 124 l-2 -6 6 0 -2 6 z'/><path d='M130 120 c4 0 4 6 0 6 c-4 0 -4 -6 0 -6'/></g></svg>");
  background-size: 160px 160px;
}

/* Common shot frame */
.shot {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #000;
  box-shadow:
    0 30px 60px -25px rgba(14,13,11,0.45),
    0 0 0 2px rgba(14,13,11,0.06);
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 640px;
}
.shot:nth-child(2) { transform: translateY(20px); }
.shot:nth-child(3) { transform: translateY(-12px); }
.shot:nth-child(4) { transform: translateY(8px); }

/* ========== ANDROID ========== */
.phone-android .and-status {
  background: #fff;
  color: #1a1a1a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 600;
  font-family: var(--body);
  border-bottom: none;
}
.phone-android .and-status-left { display: flex; align-items: center; gap: 6px; }
.phone-android .and-status-right { display: flex; align-items: center; gap: 6px; font-size: 10px; opacity: 0.85; }
.phone-android .icn { font-size: 9px; opacity: 0.7; }
.phone-android .and-batt {
  font-size: 9px;
  padding: 1px 4px;
  border: 1px solid #1a1a1a;
  border-radius: 3px;
  font-weight: 700;
}

.phone-android .and-header {
  background: #fff;
  color: #1a1a1a;
  padding: 8px 12px 8px 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e6e0d4;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}
.phone-android .and-back { font-size: 22px; padding: 0 6px; color: #1a1a1a; }
.phone-android .and-av {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--display);
  font-style: italic;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  position: relative;
  flex-shrink: 0;
  letter-spacing: -0.01em;
}
.phone-android .ring {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid #25D366;
}
.av-1 { background: linear-gradient(135deg, #C8501C, #8a3613); }
.av-2 { background: linear-gradient(135deg, #1F4D3D, #0a2a20); }
.av-3 { background: linear-gradient(135deg, #5B3A8F, #2e1c52); }
.av-4 { background: linear-gradient(135deg, #1a5a8a, #0d3354); }

.phone-android .and-id { flex: 1; min-width: 0; line-height: 1.2; }
.phone-android .and-name {
  font-size: 14.5px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: -0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.phone-android .and-sub {
  font-size: 11.5px;
  color: #6b6b6b;
  margin-top: 1px;
}
.phone-android .and-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #4a4a4a;
}

.phone-android .and-body {
  flex: 1;
  padding: 10px 8px 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: #EFE7DE;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><g fill='none' stroke='%23d8c9b3' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' opacity='0.45'><circle cx='20' cy='22' r='6'/><path d='M40 30 q3 -8 10 -6 t8 8'/><path d='M70 18 l4 6 -4 6 -4 -6 z'/><path d='M95 28 l8 0 m-4 -4 l0 8'/><circle cx='118' cy='20' r='3'/><path d='M135 16 q4 6 8 0'/><path d='M14 56 q4 -4 8 0 t8 0'/><circle cx='42' cy='52' r='4'/><path d='M62 62 l4 -8 4 8 z'/><path d='M84 52 q6 -2 12 4'/><path d='M110 48 c4 0 4 8 0 8 c-4 0 -4 -8 0 -8'/><path d='M130 60 l-6 0 0 -6'/><path d='M148 50 q4 4 0 8'/><circle cx='10' cy='90' r='5'/><path d='M30 88 l8 -4 -2 8 z'/><path d='M50 86 q4 -6 10 -2 t4 8'/><path d='M82 92 l6 -8 6 8'/><path d='M104 82 l0 12 m-6 -6 l12 0'/><path d='M124 90 c4 -4 8 0 4 6'/><path d='M14 122 q6 -4 12 2'/><path d='M40 124 l8 -2'/><circle cx='62' cy='124' r='4'/><path d='M82 120 q4 4 8 0 t8 0'/><path d='M108 124 l-2 -6 6 0 -2 6 z'/><path d='M130 120 c4 0 4 6 0 6 c-4 0 -4 -6 0 -6'/></g></svg>");
  background-size: 160px 160px;
  overflow-y: auto;
}
.phone-android .and-date {
  align-self: center;
  background: rgba(225,217,207,0.92);
  color: #54595c;
  font-size: 10.5px;
  padding: 3px 10px;
  border-radius: 8px;
  margin: 6px 0 8px;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.06);
  font-weight: 500;
}
.phone-android .and-bubble {
  max-width: 84%;
  padding: 6px 8px 5px 9px;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1.42;
  color: #111b21;
  white-space: pre-wrap;
  word-wrap: break-word;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
  font-family: var(--body);
  font-weight: 400;
  position: relative;
}
.phone-android .and-bubble.bot {
  background: #fff;
  align-self: flex-start;
  border-top-left-radius: 0;
}
.phone-android .and-bubble.me {
  background: #D9FDD3;
  align-self: flex-end;
  border-top-right-radius: 0;
}
.phone-android .and-bubble .ts {
  font-size: 9px;
  color: rgba(0,0,0,0.45);
  float: right;
  margin: 4px 0 -2px 8px;
  letter-spacing: 0;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.phone-android .and-bubble .tk {
  color: #53BDEB;
  font-size: 10px;
  letter-spacing: -2px;
}

.phone-android .and-input {
  background: #EFE7DE;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-top: none;
}
.phone-android .and-emoji,
.phone-android .and-attach,
.phone-android .and-cam {
  font-size: 14px;
  color: #54595c;
  opacity: 0.9;
}
.phone-android .and-msg {
  flex: 1;
  background: #fff;
  border-radius: 22px;
  padding: 9px 12px;
  font-size: 12px;
  color: #919495;
  line-height: 1;
  display: flex;
  align-items: center;
}
.phone-android .and-attach { padding: 0 4px; }
.phone-android .and-cam { padding: 0 4px; }
.phone-android .and-mic {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  flex-shrink: 0;
}
.phone-android .and-nav {
  background: #fff;
  height: 28px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #4a4a4a;
  font-size: 13px;
  border-top: 1px solid #e6e0d4;
}
.phone-android .navline {
  width: 20px; height: 2px;
  background: #4a4a4a;
  border-radius: 2px;
}
.phone-android .navcircle {
  width: 14px; height: 14px;
  border: 2px solid #4a4a4a;
  border-radius: 50%;
}
.phone-android .navback {
  font-size: 12px;
  color: #4a4a4a;
}

/* ========== iPhone ========== */
.phone-ios .ios-status {
  background: #F6F6F6;
  color: #1a1a1a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 22px 4px;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--body);
  position: relative;
}
.phone-ios .ios-island {
  position: absolute;
  top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 86px; height: 22px;
  background: #000;
  border-radius: 14px;
}
.phone-ios .ios-right { display: flex; align-items: center; gap: 4px; font-size: 11px; }
.phone-ios .ios-batt { font-size: 11px; }

.phone-ios .ios-header {
  background: #F6F6F6;
  color: #1a1a1a;
  padding: 4px 14px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #d8d8d8;
  font-family: var(--body);
}
.phone-ios .ios-back { font-size: 14px; color: #007AFF; }
.phone-ios .ios-id {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  margin-left: -22px; /* offset back link to center */
}
.phone-ios .ios-av {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--display);
  font-style: italic;
  font-size: 11px;
  color: #fff;
  letter-spacing: -0.01em;
  position: relative;
  font-weight: 500;
}
.phone-ios .ios-name {
  font-size: 12.5px;
  font-weight: 500;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 4px;
}
.phone-ios .ios-icons {
  display: flex;
  gap: 12px;
  font-size: 13px;
  color: #007AFF;
}

.phone-ios .ios-body {
  flex: 1;
  padding: 10px 10px 6px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  overflow-y: auto;
}
.phone-ios .ios-date {
  align-self: center;
  font-size: 10px;
  color: #8e8e93;
  margin: 6px 0 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.phone-ios .ios-bubble {
  max-width: 78%;
  padding: 7px 12px 7px;
  border-radius: 18px;
  font-size: 12px;
  line-height: 1.42;
  color: #fff;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: var(--body);
  font-weight: 400;
  position: relative;
}
.phone-ios .ios-bubble.bot {
  background: #E9E9EB;
  color: #1a1a1a;
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}
.phone-ios .ios-bubble.me {
  background: #007AFF;
  color: #fff;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}
.phone-ios .ios-bubble .ts {
  display: block;
  font-size: 9px;
  margin-top: 3px;
  opacity: 0.7;
}
.phone-ios .ios-bubble.me .ts { color: rgba(255,255,255,0.7); }
.phone-ios .ios-bubble.bot .ts { color: #8e8e93; }

.phone-ios .ios-input {
  background: #F6F6F6;
  padding: 8px 14px 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid #d8d8d8;
}
.phone-ios .ios-plus {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #E5E5EA;
  color: #8e8e93;
  display: grid;
  place-items: center;
  font-size: 18px;
  flex-shrink: 0;
}
.phone-ios .ios-msg {
  flex: 1;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 18px;
  padding: 7px 14px;
  font-size: 12px;
  color: #8e8e93;
}
.phone-ios .ios-mic { font-size: 16px; color: #007AFF; }
.phone-ios .ios-home {
  background: #F6F6F6;
  height: 22px;
  position: relative;
}
.phone-ios .ios-home::after {
  content: "";
  position: absolute;
  bottom: 6px; left: 50%;
  transform: translateX(-50%);
  width: 120px; height: 4px;
  background: #1a1a1a;
  border-radius: 4px;
}

/* Caption strip below each shot */
.shot-cap {
  background: #1a1a1a;
  color: rgba(244,239,228,0.85);
  font-family: var(--mono);
  font-size: 11px;
  padding: 12px 14px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.proof-note {
  margin-top: 36px;
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--ink-3);
  text-align: center;
  letter-spacing: 0.04em;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px) {
  .shots { grid-template-columns: 1fr 1fr; }
  .shot, .shot:nth-child(2), .shot:nth-child(3), .shot:nth-child(4) { transform: none; }
}
@media (max-width: 600px) {
  .shots { grid-template-columns: 1fr; }
}

/* ---------- COMPARISON TABLE ---------- */
.compare { background: var(--bg); }
.compare-table {
  border: 1px solid var(--rule);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 40px -30px rgba(14,13,11,0.15);
}
.compare-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
  border-bottom: 1px solid var(--rule);
}
.compare-row:last-child { border-bottom: none; }
.compare-cell {
  padding: 22px 28px;
  font-size: 15.5px;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid var(--rule);
}
.compare-cell:last-child { border-right: none; }
.compare-cell.label-cell {
  font-family: var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--ink);
  background: var(--bg-2);
}
.compare-cell.without { color: var(--ink-3); }
.compare-cell.with { background: rgba(200,80,28,0.04); color: var(--ink); font-weight: 500; }
.compare-row.compare-head {
  background: var(--ink);
}
.compare-row.compare-head .compare-cell { background: var(--ink); padding: 18px 28px; border-color: rgba(244,239,228,0.1); }
.ct-pill {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 500;
}
.ct-pill-old { background: rgba(244,239,228,0.08); color: var(--cream-2); border: 1px solid rgba(244,239,228,0.18); }
.ct-pill-new { background: var(--accent); color: #fff; }
.ct-x { color: var(--ink-4); font-size: 14px; flex-shrink: 0; }
.ct-tick {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: inline-grid;
  place-items: center;
  font-size: 11px;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .compare-table { border-radius: 12px; }
  .compare-row { grid-template-columns: 1fr; }
  .compare-cell {
    border-right: none;
    border-bottom: 1px solid var(--rule);
    padding: 14px 20px;
  }
  .compare-cell.label-cell {
    background: var(--ink);
    color: var(--cream);
    font-style: italic;
    font-size: 17px;
  }
  .compare-row.compare-head { display: none; }
  .compare-cell.without::before { content: "Without: "; font-family: var(--mono); font-size: 10px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.1em; margin-right: 4px; }
  .compare-cell.with::before { content: "With: "; font-family: var(--mono); font-size: 10px; color: var(--accent); text-transform: uppercase; letter-spacing: 0.1em; margin-right: 4px; }
}

/* ---------- iPhone mockup (kept for reference, not used) ---------- */
.phone-wrap {
  display: flex; justify-content: center;
  perspective: 1800px;
}
.phone {
  width: 360px;
  height: 720px;
  background: #1c1a18;
  border-radius: 52px;
  padding: 14px;
  position: relative;
  box-shadow:
    0 50px 100px -30px rgba(0,0,0,0.7),
    0 30px 60px -30px rgba(200,80,28,0.25),
    inset 0 0 0 1px rgba(255,255,255,0.07),
    inset 0 0 0 4px #0a0908;
  transform: rotate(-1.2deg);
}
.phone::before {
  /* dynamic island */
  content: "";
  position: absolute;
  top: 22px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 30px;
  background: #000;
  border-radius: 18px;
  z-index: 5;
}
.phone-screen {
  width: 100%; height: 100%;
  background: #ECE5DD;
  border-radius: 40px;
  overflow: hidden;
  display: flex; flex-direction: column;
  position: relative;
}
.status-bar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 28px 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #075E54;
  height: 50px;
  flex-shrink: 0;
}
.status-bar .right { display: flex; gap: 6px; align-items: center; font-size: 12px; }
.wa-header {
  background: #075E54;
  color: #fff;
  padding: 10px 14px 14px;
  display: flex; align-items: center; gap: 12px;
  flex-shrink: 0;
}
.wa-back { font-size: 20px; opacity: 0.9; }
.wa-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1F4D3D, #0a2a20);
  display: grid; place-items: center;
  font-family: var(--display);
  font-style: italic;
  font-size: 18px;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.25);
  flex-shrink: 0;
}
.wa-id { flex: 1; min-width: 0; }
.wa-name { font-size: 15px; font-weight: 500; line-height: 1.2; display:flex; align-items:center; gap:6px; }
.wa-status { font-size: 11.5px; opacity: 0.85; margin-top: 1px; }
.wa-icons { display: flex; gap: 14px; font-size: 16px; opacity: 0.95; }
.wa-body {
  flex: 1;
  overflow-y: auto;
  padding: 14px 12px;
  background: #ECE5DD;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.4) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.3) 0%, transparent 50%);
  display: flex; flex-direction: column; gap: 6px;
  scrollbar-width: thin;
}
.wa-body::-webkit-scrollbar { width: 4px; }
.wa-body::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.15); border-radius: 4px; }
.wa-bubble {
  max-width: 80%;
  padding: 7px 10px 8px;
  border-radius: 8px;
  font-size: 13.5px;
  line-height: 1.4;
  color: #303030;
  white-space: pre-wrap;
  word-wrap: break-word;
  position: relative;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
  font-weight: 420;
}
.wa-bubble .time {
  font-size: 9.5px;
  color: rgba(0,0,0,0.4);
  margin-left: 6px;
  float: right;
  margin-top: 6px;
  font-weight: 500;
}
.wa-bubble.bot {
  background: #fff;
  align-self: flex-start;
  border-top-left-radius: 0;
}
.wa-bubble.me {
  background: #DCF8C6;
  align-self: flex-end;
  border-top-right-radius: 0;
}
.wa-bubble.typing {
  font-style: italic;
  color: #888;
}
.wa-input {
  display: flex; align-items: center;
  gap: 8px;
  padding: 8px 10px 14px;
  background: #ECE5DD;
  flex-shrink: 0;
}
.wa-input-pill {
  flex: 1;
  background: #fff;
  border-radius: 22px;
  display: flex; align-items: center;
  padding: 0 12px;
}
.wa-input-pill input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  padding: 9px 4px;
  font-size: 13.5px;
  color: #303030;
}
.wa-input-pill input::placeholder { color: #999; }
.wa-send {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #075E54;
  color: #fff;
  border: none;
  display: grid; place-items: center;
  font-size: 16px;
  flex-shrink: 0;
}
.wa-send:hover { background: #054b43; }
.wa-send:disabled { opacity: 0.5; }

/* iPhone reflection */
.phone-glow {
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,80,28,0.35), transparent 70%);
  filter: blur(80px);
  z-index: -1;
  top: 40%; left: 50%;
  transform: translate(-50%, -50%);
}

/* ---------- Stats rule ---------- */
.stats {
  background: var(--bg-dark);
  color: var(--cream);
  padding: 0;
  border-top: 1px solid var(--rule-dark);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat {
  padding: 70px 32px;
  border-right: 1px solid var(--rule-dark);
  position: relative;
}
.stat:last-child { border-right: none; }
.stat-num {
  font-family: var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(48px, 5vw, 68px);
  line-height: 0.9;
  letter-spacing: -0.035em;
  color: var(--cream);
  margin-bottom: 18px;
}
.stat-num .unit { font-size: 0.45em; opacity: 0.65; margin-left: 4px; font-style: normal; font-family: var(--body); letter-spacing: -0.01em; }
.stat-label { font-size: 13px; color: var(--cream-3); line-height: 1.5; max-width: 200px; font-family: var(--mono); letter-spacing: 0.02em; }

/* ---------- Section heads ---------- */
.section-head {
  margin-bottom: 56px;
  display: flex; flex-direction: column; gap: 20px;
  max-width: 820px;
}
.section-head h2 { margin: 0; }

/* ---------- PAIN ---------- */
.pain { background: var(--bg); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.pain-card {
  padding: 40px 32px 36px 0;
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 380px;
}
.pain-card:nth-child(n+2) { padding-left: 32px; }
.pain-card:last-child { border-right: none; padding-right: 0; }
.pain-num {
  font-family: var(--display);
  font-style: italic;
  font-size: 96px;
  line-height: 0.85;
  color: var(--accent);
  letter-spacing: -0.05em;
  font-weight: 380;
}
.pain-card h3 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 380;
  font-size: 28px;
  letter-spacing: -0.02em;
}
.pain-card p { color: var(--ink-2); font-size: 16.5px; line-height: 1.6; }
.pain-cost {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px dashed var(--rule-strong);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  font-weight: 500;
}

/* ---------- HOW IT WORKS ---------- */
.how { background: var(--bg-dark); color: var(--cream); }
.how h2 { color: var(--cream); }
.how .section-head .lede { color: var(--cream-2); }
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule-dark);
}
.how-step {
  padding: 50px 36px 50px 0;
  border-right: 1px solid var(--rule-dark);
  display: flex; flex-direction: column;
  gap: 18px;
  min-height: 320px;
}
.how-step:nth-child(n+2) { padding-left: 36px; }
.how-step:last-child { border-right: none; padding-right: 0; }
.how-step-num {
  font-family: var(--display);
  font-style: italic;
  font-size: 42px;
  font-weight: 380;
  color: var(--accent-2);
  letter-spacing: -0.04em;
  line-height: 1;
}
.how-step-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream-3);
}
.how-step h3 { color: var(--cream); font-family: var(--display); font-weight: 380; font-size: 26px; line-height: 1.15; }
.how-step p { color: var(--cream-2); font-size: 16px; line-height: 1.6; }

/* ---------- MULTILINGUAL ---------- */
.lang { background: var(--bg-2); border-bottom: 1px solid var(--rule); }
.lang-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.lang-pill {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-2);
  background: rgba(255,255,255,0.6);
  border: 1px solid var(--rule);
  margin-top: 8px;
}
.lang-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.lang-card {
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: border-color .2s ease, transform .2s ease;
}
.lang-card:hover { border-color: var(--ink-3); transform: translateY(-2px); }
.lang-glyph {
  font-family: var(--display);
  font-style: italic;
  font-size: 26px;
  color: var(--accent);
  width: 44px;
  font-weight: 380;
  letter-spacing: -0.02em;
}
.lang-name { font-size: 15px; font-weight: 480; letter-spacing: -0.01em; }
.lang-sub { font-size: 12px; color: var(--ink-3); font-family: var(--mono); margin-top: 2px; }
.lang-more {
  grid-column: span 2;
  border: 1px dashed var(--rule-strong);
  border-radius: 16px;
  padding: 18px;
  font-size: 13px;
  color: var(--ink-3);
  text-align: center;
  line-height: 1.5;
}

/* ---------- ROI CALCULATOR ---------- */
.roi { background: var(--bg); }
.roi-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: start;
}
.roi-inputs {
  background: transparent;
  border: 1px solid var(--rule);
  border-radius: 24px;
  padding: 40px;
  background: rgba(255,255,255,0.5);
}
.input-block { margin-bottom: 36px; }
.input-block:last-child { margin-bottom: 0; }
.input-label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-3);
  margin-bottom: 14px;
  font-weight: 500;
}
.input-label .value {
  font-family: var(--display);
  font-style: italic;
  font-weight: 380;
  font-size: 26px;
  color: var(--accent);
  letter-spacing: -0.02em;
  text-transform: none;
}
.btn-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.btn-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.pill {
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 13.5px;
  text-align: left;
  color: var(--ink-2);
  transition: all .15s ease;
  line-height: 1.3;
  font-family: var(--body);
  font-weight: 450;
  letter-spacing: -0.005em;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(200,80,28,0.15);
  position: relative;
  z-index: 2;
}
.pill .sub {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
  font-weight: 500;
}
.pill.active {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.pill.active .sub { color: var(--cream-3); }
.pill:hover:not(.active) { border-color: var(--ink); }
.btn-grid-4 .pill { text-align: center; padding: 12px 6px; font-size: 12.5px; }

/* Slider: bigger thumb, better touch target, snappy */
input[type=range] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  height: 36px;
  touch-action: none;
  cursor: grab;
  position: relative;
  z-index: 2;
}
input[type=range]:active { cursor: grabbing; }
input[type=range]::-webkit-slider-runnable-track {
  height: 6px;
  background: var(--rule-strong);
  border-radius: 999px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--accent);
  border: 4px solid var(--bg);
  margin-top: -11px;
  box-shadow: 0 2px 8px rgba(200,80,28,0.35);
  cursor: grab;
  transition: transform .12s ease;
}
input[type=range]::-webkit-slider-thumb:active { transform: scale(1.1); cursor: grabbing; }
input[type=range]::-moz-range-track { height: 6px; background: var(--rule-strong); border-radius: 999px; }
input[type=range]::-moz-range-thumb {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--accent);
  border: 4px solid var(--bg);
  box-shadow: 0 2px 8px rgba(200,80,28,0.35);
  cursor: grab;
}
input[type=range]:focus { outline: none; }

.roi-result {
  background: var(--bg-dark);
  color: var(--cream);
  border-radius: 24px;
  padding: 44px;
  position: sticky;
  top: 96px;
  overflow: hidden;
  position: sticky;
  isolation: isolate;
}
.roi-result::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 0%, rgba(200,80,28,0.18), transparent 60%);
  z-index: -1;
}
.result-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream-3);
  margin-bottom: 22px;
  font-weight: 500;
}
.result-big {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(56px, 6vw, 80px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--accent-2);
  margin-bottom: 14px;
}
.result-after {
  color: var(--cream-2);
  font-size: 15px;
  margin-bottom: 32px;
}
.result-rows {
  border-top: 1px solid var(--rule-dark);
  padding-top: 22px;
  margin-bottom: 30px;
}
.result-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  font-size: 13px;
  color: var(--cream-3);
  font-family: var(--mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.result-row .v {
  font-family: var(--display);
  font-style: italic;
  font-weight: 380;
  font-size: 22px;
  color: var(--cream);
  letter-spacing: -0.02em;
  text-transform: none;
}
.lead-form {
  border-top: 1px solid var(--rule-dark);
  padding-top: 24px;
}
.lead-form h4 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 380;
  font-size: 22px;
  margin-bottom: 16px;
  color: var(--cream);
  letter-spacing: -0.02em;
}
.field { margin-bottom: 10px; }
.field input {
  width: 100%;
  padding: 13px 16px;
  border-radius: 10px;
  border: 1px solid var(--rule-dark-strong);
  background: rgba(255,255,255,0.05);
  color: var(--cream);
  font-size: 14px;
  outline: none;
  font-family: var(--body);
  font-weight: 450;
  letter-spacing: -0.005em;
}
.field input::placeholder { color: var(--cream-3); }
.field input:focus { border-color: var(--accent-2); background: rgba(255,255,255,0.08); }
.form-success {
  background: rgba(74,222,128,0.1);
  border: 1px solid rgba(74,222,128,0.3);
  color: #b6e8c8;
  padding: 16px;
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
}

/* ---------- WHATS INCLUDED ---------- */
.included { background: var(--bg-2); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.inc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--rule);
}
.inc-item {
  display: flex;
  gap: 24px;
  padding: 32px 32px 32px 0;
  border-bottom: 1px solid var(--rule);
  align-items: flex-start;
}
.inc-item:nth-child(odd) { border-right: 1px solid var(--rule); padding-right: 32px; }
.inc-item:nth-child(even) { padding-left: 32px; padding-right: 0; }
.inc-item:nth-last-child(-n+2) { border-bottom: none; }
.inc-letter {
  font-family: var(--display);
  font-style: italic;
  font-size: 44px;
  font-weight: 380;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.04em;
  flex-shrink: 0;
  width: 50px;
}
.inc-item h4 {
  font-family: var(--display);
  font-weight: 380;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.inc-item p { color: var(--ink-2); font-size: 16px; line-height: 1.6; }

/* ---------- OFFER ---------- */
.offer { background: var(--bg); }
.offer-shell {
  max-width: 820px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: 24px;
  padding: 64px 64px 56px;
  position: relative;
  box-shadow: 0 30px 60px -40px rgba(14,13,11,0.2);
}
.offer-shell::before {
  content: "";
  position: absolute;
  top: -1px; left: 50%;
  transform: translateX(-50%);
  width: 80%; height: 3px;
  background: var(--accent);
  border-radius: 0 0 3px 3px;
}
.offer-shell .eyebrow { display: inline-flex; margin-bottom: 20px; }
.offer-shell > h2 { margin-bottom: 16px; }
.offer-shell > .lede { margin: 0 0 40px; max-width: 100%; }
.checklist {
  display: flex; flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
  border-top: 1px solid var(--rule);
  padding-top: 32px;
}
.check-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ink-2);
}
.check-circle {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--accent);
  display: grid; place-items: center;
  color: #fff;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 3px;
}
.check-item strong { color: var(--ink); font-weight: 500; }

.guarantee-box {
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 24px 26px;
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 36px;
}
.seal {
  width: 96px; height: 96px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: grid; place-items: center;
  text-align: center;
  font-family: var(--display);
  font-style: italic;
  font-weight: 380;
  font-size: 13px;
  line-height: 1.15;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px var(--bg-card), 0 0 0 4px var(--accent);
  letter-spacing: -0.01em;
}
.guarantee-box p { font-size: 14.5px; color: var(--ink-2); line-height: 1.55; }
.guarantee-box strong { color: var(--ink); font-weight: 500; }
.offer-cta { text-align: center; }
.offer-note {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-3);
  margin-top: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.custom-box {
  max-width: 820px;
  margin: 28px auto 0;
  border: 1px dashed var(--rule-strong);
  border-radius: 16px;
  padding: 24px 32px;
  text-align: center;
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.6;
}
.custom-box strong { color: var(--ink); font-weight: 500; }

/* ---------- COMPLIANCE ---------- */
.compliance { background: var(--bg-2); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.compliance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--rule);
}
.comp-item {
  padding: 4px 0 4px 22px;
  border-left: 2px solid var(--accent);
}
.comp-item h4 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 380;
  font-size: 20px;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.comp-item p { color: var(--ink-2); font-size: 16px; line-height: 1.6; }

/* ---------- AUDIT ---------- */
.audit { background: var(--bg); }
.audit-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.audit-steps {
  display: flex; flex-direction: column;
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid var(--rule);
}
.audit-step {
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.audit-step-num {
  font-family: var(--display);
  font-style: italic;
  font-weight: 380;
  font-size: 28px;
  color: var(--accent);
  letter-spacing: -0.02em;
  flex-shrink: 0;
  line-height: 1;
  width: 50px;
}
.audit-step p { color: var(--ink-2); font-size: 16px; line-height: 1.6; }
.audit-step p strong { color: var(--ink); font-weight: 500; }

.audit-form-card {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: 20px;
  padding: 36px;
}
.audit-form-card h3 {
  font-family: var(--display);
  font-weight: 380;
  font-style: italic;
  font-size: 26px;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.audit-form-card .lede {
  font-size: 15px;
  margin-bottom: 26px;
  color: var(--ink-2);
}
.audit-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.audit-form .field { margin: 0; }
.audit-form .field input {
  background: var(--bg);
  border: 1px solid var(--rule);
  color: var(--ink);
  padding: 14px 16px;
  font-size: 15px;
  border-radius: 12px;
  width: 100%;
  outline: none;
}
.audit-form .field input:focus { border-color: var(--accent); background: #fff; }
.audit-form .field-full { grid-column: span 2; }

/* ---------- FAQ ---------- */
.faq { background: var(--bg-2); border-top: 1px solid var(--rule); }
.faq-list { border-top: 1px solid var(--rule); margin-top: 16px; }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 32px 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 26px);
  font-style: italic;
  font-weight: 380;
  letter-spacing: -0.02em;
  color: var(--ink);
  cursor: pointer;
}
.faq-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--rule-strong);
  display: grid; place-items: center;
  font-size: 18px;
  font-style: normal;
  font-family: var(--body);
  font-weight: 400;
  color: var(--ink);
  transition: transform .3s ease, background .2s ease;
  flex-shrink: 0;
  background: transparent;
}
.faq-item.open .faq-icon { background: var(--ink); color: var(--cream); transform: rotate(45deg); border-color: var(--ink); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.faq-a-inner {
  padding: 0 80px 36px 0;
  max-width: 720px;
  color: var(--ink-2);
  font-size: 16.5px;
  line-height: 1.7;
}

/* ---------- FINAL CTA ---------- */
.final {
  background: var(--bg-dark);
  color: var(--cream);
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}
.final::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px; height: 1100px;
  background: radial-gradient(circle, rgba(200,80,28,0.22) 0%, rgba(200,80,28,0) 55%);
  pointer-events: none;
}
.final .wrap { position: relative; z-index: 1; }
.final .eyebrow {
  color: var(--cream-3);
  justify-content: center;
  margin-bottom: 32px;
}
.final .eyebrow::before { background: var(--cream-3); }
.final h2 {
  color: var(--cream);
  margin: 0 auto 28px;
  max-width: 920px;
}
.final h2 .acc { color: var(--accent-2); }
.final p {
  max-width: 580px;
  margin: 0 auto 40px;
  color: var(--cream-2);
}
.final-note {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--cream-3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 22px !important;
}

/* ---------- FOOTER ---------- */
.footer {
  background: var(--bg-dark);
  color: var(--cream-3);
  padding: 80px 0 40px;
  border-top: 1px solid var(--rule-dark);
}
.footer .logo { color: var(--cream); }
.footer .logo em { color: var(--accent-2); }
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--rule-dark);
  margin-bottom: 32px;
}
.footer-top p {
  max-width: 340px;
  font-size: 14.5px;
  margin-top: 18px;
  color: var(--cream-3);
}
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; font-size: 14px; }
.footer-links a { color: var(--cream-2); text-decoration: none; transition: color .15s ease; }
.footer-links a:hover { color: var(--cream); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 11.5px;
  font-family: var(--mono);
  color: var(--cream-3);
  letter-spacing: 0.06em;
  gap: 12px;
  text-transform: uppercase;
}

/* ---------- LEGAL PAGES ---------- */
.legal {
  background: var(--bg);
  padding: 96px 0 120px;
  position: relative;
  overflow: hidden;
}
.legal::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 40% 30% at 85% 10%, rgba(200,80,28,0.06), transparent 60%);
  pointer-events: none;
}
.legal .wrap { position: relative; z-index: 1; max-width: 820px; }
.legal-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.legal-eyebrow::before {
  content: "";
  width: 22px; height: 1px;
  background: var(--ink-3);
}
.legal h1 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.03em;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.02;
  margin-bottom: 18px;
  color: var(--ink);
}
.legal h1 em { font-style: italic; font-variation-settings: "SOFT" 100; color: var(--accent); }
.legal .updated {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-3);
  margin-bottom: 56px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--rule);
  letter-spacing: 0.04em;
}
.legal-body { color: var(--ink); }
.legal-body h2 {
  font-family: var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  letter-spacing: -0.02em;
  margin: 56px 0 14px;
  color: var(--ink);
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body h3 {
  font-family: var(--body);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.005em;
  margin: 28px 0 8px;
}
.legal-body p {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0 0 16px;
  max-width: 68ch;
}
.legal-body strong { color: var(--ink); font-weight: 600; }
.legal-body em { font-style: italic; font-variation-settings: "SOFT" 100; }
.legal-body ul, .legal-body ol {
  padding-left: 22px;
  margin: 0 0 22px;
  max-width: 66ch;
}
.legal-body li {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink-2);
  margin-bottom: 8px;
}
.legal-body a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.legal-body a:hover { color: #a13718; }
.legal-callout {
  background: rgba(200,80,28,0.06);
  border-left: 3px solid var(--accent);
  padding: 20px 24px;
  margin: 28px 0;
  border-radius: 0 8px 8px 0;
}
.legal-callout p { margin: 0; color: var(--ink); font-size: 16px; }
.legal-nav {
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
}
.legal-nav span { color: var(--ink-3); text-transform: uppercase; }
.legal-nav a {
  color: var(--ink-2);
  text-decoration: none;
  transition: color .15s ease;
}
.legal-nav a:hover { color: var(--accent); }
.legal-nav a.current {
  color: var(--ink);
  font-weight: 600;
  position: relative;
}
.legal-nav a.current::after {
  content: "";
  position: absolute;
  bottom: -4px; left: 0;
  width: 100%; height: 1px;
  background: var(--accent);
}

@media (max-width: 600px) {
  .legal { padding: 64px 0 80px; }
  .legal-body h2 { font-size: 24px; margin-top: 40px; }
  .legal-body p, .legal-body li { font-size: 15.5px; }
}

@media (max-width: 1200px) {
  .wrap, .narrow { padding: 0 48px; }
  .nav-inner { padding: 18px 48px; }
}
@media (max-width: 1000px) {
  section { padding: 72px 0; }
  .hero { padding: 48px 0 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .lang-grid, .roi-grid, .audit-grid { grid-template-columns: 1fr; gap: 48px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { border-bottom: 1px solid var(--rule-dark); padding: 50px 28px; }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-last-child(-n+2) { border-bottom: none; }
  .pain-grid, .how-grid { grid-template-columns: 1fr; }
  .pain-card, .how-step { border-right: none; border-bottom: 1px solid var(--rule); padding: 40px 0; min-height: auto; }
  .how-step { border-bottom-color: var(--rule-dark); }
  .pain-card:nth-child(n+2), .how-step:nth-child(n+2) { padding-left: 0; }
  .pain-card:last-child, .how-step:last-child { border-bottom: none; }
  .inc-grid { grid-template-columns: 1fr; }
  .inc-item, .inc-item:nth-child(odd), .inc-item:nth-child(even) { border-right: none; padding: 28px 0; }
  .inc-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--rule); }
  .inc-item:last-child { border-bottom: none; }
  .compliance-grid { grid-template-columns: 1fr; gap: 24px; }
  .offer-shell { padding: 44px 28px; }
  .guarantee-box { flex-direction: column; text-align: center; }
  .roi-result { position: static; padding: 36px 28px; }
  .roi-inputs { padding: 28px; }
  .audit-form-card { padding: 28px; }
  .audit-form .field-full { grid-column: span 1; }
  .audit-form { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; }
  .phone { transform: rotate(0deg); }
}
@media (max-width: 600px) {
  .wrap, .narrow { padding: 0 24px; }
  .nav-inner { padding: 14px 24px; }
  .nav-pill { display: none; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: none; }
  .btn-grid-2 { grid-template-columns: 1fr; }
  .btn-grid-4 { grid-template-columns: 1fr 1fr; }
  .seal { width: 80px; height: 80px; font-size: 12px; }
  .phone { width: 300px; height: 600px; }
  .section-head { margin-bottom: 60px; }
  .footer-bottom { flex-direction: column; }
}
