/* ============================================================
   Resparo Audit tool — design language matches app.resparo.io
   Tokens come from tokens.css (loaded first). Audit-specific
   patterns layered on top.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; padding: 0; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, h4, h5, ul { margin: 0; padding: 0; }
ul { list-style: none; }
input, button, textarea, select { font: inherit; color: inherit; }
[hidden] { display: none !important; }

.audit-body {
  min-height: 100vh;
  overflow-x: hidden;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--paper);
}
.audit-body::before {
  /* Soft pine/sage aurora backdrop */
  content: "";
  position: fixed; inset: -12vh -12vw; z-index: 0;
  pointer-events: none; overflow: hidden;
  background:
    radial-gradient(40vw 40vw at 6% -8%, rgba(31, 140, 109, 0.14), transparent 70%),
    radial-gradient(36vw 36vw at 100% 2%, rgba(19, 94, 72, 0.10), transparent 72%);
  filter: blur(10px);
}
.audit-body::after {
  /* Fine fading grid */
  content: "";
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(19, 94, 72, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(19, 94, 72, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(130% 80% at 50% -6%, #000 26%, transparent 78%);
          mask-image: radial-gradient(130% 80% at 50% -6%, #000 26%, transparent 78%);
}

/* ============================================================
   Brand tile (lifted from style.css so the audit page doesn't
   need the full app stylesheet)
   ============================================================ */
.brand {
  display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
}
.brand__mark {
  width: 34px; height: 34px;
  background: var(--pine);
  border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 1px 0 rgba(19,24,20,0.1), inset 0 0 0 0.5px rgba(255,255,255,0.1);
  flex-shrink: 0;
}
.brand__name {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--ink);
}
.brand--small .brand__mark { width: 30px; height: 30px; }
.brand--small .brand__name { font-size: 19px; }

/* ============================================================
   Header
   ============================================================ */
/* Floating pill nav — matches the marketing site (resparo.io) */
.audit-nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; justify-content: center;
  padding: 12px 12px 0;
  pointer-events: none;
}
.audit-nav__pill {
  pointer-events: auto;
  display: flex; align-items: center; gap: 6px;
  max-width: calc(100vw - 24px);
  background: rgba(255, 255, 255, 0.95);
  border: 0.5px solid var(--rule);
  border-radius: var(--radius-pill);
  padding: 6px 6px 6px 18px;
  box-shadow: 0 8px 28px -18px rgba(13, 15, 28, 0.35), 0 1px 0 rgba(255,255,255,0.6) inset;
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
}
.audit-nav__brand { display: inline-flex; align-items: center; gap: 9px; }
.audit-nav__logo {
  width: 30px; height: 30px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--pine); border-radius: 9px;
  box-shadow: 0 1px 0 rgba(19,24,20,0.1), inset 0 0 0 0.5px rgba(255,255,255,0.1);
}
.audit-nav__word { font-size: 19px; font-weight: 700; letter-spacing: -0.035em; color: var(--ink); }
.audit-nav__dot { color: var(--sage); }
.audit-nav__links {
  display: none; align-items: center; gap: 20px;
  margin: 0 8px 0 16px; font-size: 14px; font-weight: 500; color: var(--ink-2);
}
.audit-nav__links a { transition: color var(--dur-fast) var(--ease-out); }
.audit-nav__links a:hover { color: var(--pine); }
.audit-nav__cta {
  display: inline-flex; align-items: center; white-space: nowrap;
  background: linear-gradient(180deg, #1F8C6D 0%, #135E48 100%);
  color: #fff; font-weight: 600; font-size: 14px;
  padding: 9px 18px; border-radius: var(--radius-pill);
  box-shadow: 0 1px 2px rgba(13,15,28,0.08), 0 10px 26px -12px rgba(19,94,72,0.55), inset 0 1px 0 rgba(255,255,255,0.22);
  transition: filter var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
  margin-left: 4px;
}
.audit-nav__cta:hover { filter: brightness(1.06); transform: translateY(-1px); }
@media (min-width: 680px) { .audit-nav__links { display: inline-flex; } }

/* ============================================================
   Screens
   ============================================================ */
.audit-screen { position: relative; z-index: 1; }
.audit-screen[hidden] { display: none !important; }

/* ============================================================
   STATE 1 — Search
   ============================================================ */
.audit-search {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 104px var(--space-6) var(--space-12);
}
.audit-search__inner {
  width: 100%;
  max-width: 560px;
  text-align: center;
}
.g-word { white-space: nowrap; }
.audit-trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px;
  margin-top: var(--space-4);
  font-size: 13px; color: var(--ash);
}
.audit-trust span { display: inline-flex; align-items: center; gap: 6px; }
.audit-trust svg { width: 14px; height: 14px; color: var(--emerald); flex-shrink: 0; }
.audit-eyebrow { margin-bottom: var(--space-4); }
.audit-h1 {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin-bottom: var(--space-3);
}
.audit-lead {
  font-size: 17px;
  color: var(--ink-2);
  margin-bottom: var(--space-8);
  letter-spacing: -0.005em;
}
.audit-form {
  display: flex; flex-direction: column; gap: var(--space-3);
  text-align: start;
}
.audit-field { display: flex; flex-direction: column; gap: 6px; }
.audit-field__label {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.audit-input {
  width: 100%;
  padding: 15px 18px;
  background: var(--paper-3);
  border: none;
  border-radius: 14px;
  box-shadow: inset 0 0 0 0.5px var(--rule-strong), 0 1px 2px rgba(13,15,28,0.04);
  font-size: 15px;
  color: var(--ink);
  outline: none;
  transition: box-shadow var(--dur-base) var(--ease-out);
}
.audit-input--lg { padding: 18px 18px; font-size: 17px; }
.audit-input::placeholder { color: var(--ash-2); }
.audit-input:hover { box-shadow: inset 0 0 0 0.5px var(--ink-2); }
.audit-input:focus { box-shadow: inset 0 0 0 1px var(--pine); }

.audit-cta {
  margin-top: var(--space-3);
  width: 100%;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 20px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 16px;
  min-height: 56px;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), filter var(--dur-base) var(--ease-out);
}
/* Marketing-style gradient pill (matches .btn-pill on resparo.io) */
.btn-primary {
  background: linear-gradient(180deg, #1F8C6D 0%, #135E48 100%);
  color: #fff;
  box-shadow: 0 1px 2px rgba(13,15,28,0.08), 0 12px 28px -12px rgba(19,94,72,0.55), inset 0 1px 0 rgba(255,255,255,0.22);
}
.btn-primary:hover:not(:disabled) {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(13,15,28,0.08), 0 18px 36px -14px rgba(19,94,72,0.6), inset 0 1px 0 rgba(255,255,255,0.22);
}
.btn-primary:active:not(:disabled) { transform: translateY(0); filter: brightness(0.98); }
.btn-primary:disabled { opacity: .55; cursor: not-allowed; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 0.5px var(--rule-strong);
}
.btn-ghost:hover:not(:disabled) {
  background: rgba(19,24,20,0.03);
  box-shadow: inset 0 0 0 0.5px var(--ink);
}
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: var(--radius-pill); font-weight: 600; font-size: 15px; cursor: pointer; transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), filter var(--dur-base) var(--ease-out); }
.btn-arrow { width: 14px; height: 14px; transition: transform var(--dur-base) var(--ease-out); }
.btn:hover:not(:disabled) .btn-arrow { transform: translateX(3px); }
[dir="rtl"] .btn:hover:not(:disabled) .btn-arrow { transform: translateX(-3px); }
[dir="rtl"] .btn-arrow { transform: scaleX(-1); }

.audit-form__fine { text-align: center; font-size: 12px; color: var(--ash); margin-top: var(--space-2); }
.audit-error {
  margin-top: var(--space-2);
  padding: 10px 12px;
  background: var(--amber-bg);
  color: var(--amber-ink);
  border-radius: var(--radius-md);
  font-size: 13px;
}

/* Multi-result picker */
.audit-picker { margin-top: var(--space-6); text-align: start; }
.audit-picker__title { font-size: 13px; font-weight: 700; color: var(--ash); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: var(--space-3); }
.audit-picker__list { display: flex; flex-direction: column; gap: 10px; }
.audit-picker__item {
  display: flex; align-items: center; gap: 14px; justify-content: space-between;
  padding: 14px 16px;
  background: var(--paper-3);
  border-radius: var(--radius-md);
  box-shadow: inset 0 0 0 0.5px var(--rule);
  text-align: start;
  width: 100%;
  transition: background var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}
.audit-picker__item:hover {
  background: rgba(19,94,72,0.04);
  box-shadow: inset 0 0 0 1px var(--pine);
  transform: translateY(-1px);
}
.audit-picker__item-main { min-width: 0; flex: 1; }
.audit-picker__item-name { font-weight: 600; color: var(--ink); font-size: 15px; letter-spacing: -0.005em; }
.audit-picker__item-address { font-size: 12.5px; color: var(--ash); margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.audit-picker__item-stats {
  display: flex; flex-direction: column; align-items: flex-end; flex-shrink: 0; gap: 2px;
}
.audit-picker__item-rating { font-size: 14px; font-weight: 700; color: var(--gold); }
.audit-picker__item-count { font-size: 11px; color: var(--ash); white-space: nowrap; }
.audit-link { color: var(--pine); font-weight: 600; font-size: 13px; margin-top: var(--space-3); }
.audit-link:hover { text-decoration: underline; }

/* ============================================================
   STATE 2 — Loading
   ============================================================ */
.audit-loading {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 104px var(--space-6) var(--space-12);
}
.audit-loading__inner { width: 100%; max-width: 420px; text-align: center; }

/* animated brand orb: pulsing tile inside a sweeping ring */
.audit-loading__orb {
  position: relative; width: 88px; height: 88px; margin: 0 auto var(--space-6);
  display: flex; align-items: center; justify-content: center;
}
.audit-loading__ring {
  position: absolute; inset: 0; border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 28%, var(--sage-light) 55%, var(--sage) 78%, transparent 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px));
          mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px));
  animation: auditSpin 0.95s linear infinite;
}
@keyframes auditSpin { to { transform: rotate(360deg); } }
.audit-loading__mark {
  position: relative; z-index: 1;
  width: 58px; height: 58px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, #1F8C6D, #135E48);
  box-shadow: 0 10px 24px -10px rgba(19,94,72,0.6), inset 0 0 0 0.5px rgba(255,255,255,0.16);
  animation: auditPulse 1.8s ease-in-out infinite;
}
@keyframes auditPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }

.audit-loading__eyebrow {
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--pine); margin-bottom: 8px;
}
.audit-loading__biz {
  font-family: var(--font-sans); font-weight: 700;
  font-size: clamp(22px, 3.6vw, 30px); line-height: 1.15; letter-spacing: -0.03em;
  color: var(--ink); margin-bottom: var(--space-6);
}
.audit-loading__bar {
  height: 6px; background: rgba(19,24,20,0.07); border-radius: var(--radius-pill);
  overflow: hidden; margin-bottom: var(--space-6);
}
.audit-loading__bar > span {
  display: block; height: 100%; width: 6%;
  background: linear-gradient(90deg, #1F8C6D, #18C39A);
  border-radius: var(--radius-pill);
  transition: width 1.2s var(--ease-out);
}
.audit-loading__steps { display: flex; flex-direction: column; gap: 13px; text-align: start; }
.audit-loading__steps li {
  display: flex; align-items: center; gap: 12px;
  font-size: 15px; color: var(--ash-2);
  transition: color var(--dur-base) var(--ease-out);
}
.audit-loading__tick {
  width: 21px; height: 21px; flex-shrink: 0; border-radius: 50%;
  position: relative;
  box-shadow: inset 0 0 0 1.5px var(--rule-strong);
  transition: box-shadow var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out);
}
.audit-loading__steps li.is-active { color: var(--ink); font-weight: 600; }
.audit-loading__steps li.is-active .audit-loading__tick { box-shadow: inset 0 0 0 2px var(--sage); }
.audit-loading__steps li.is-active .audit-loading__tick::after {
  content: ""; position: absolute; inset: 5px; border-radius: 50%;
  background: var(--sage); animation: auditPulse 1s ease-in-out infinite;
}
.audit-loading__steps li.is-done { color: var(--ink-2); }
.audit-loading__steps li.is-done .audit-loading__tick { background: var(--sage); box-shadow: inset 0 0 0 2px var(--sage); }
.audit-loading__steps li.is-done .audit-loading__tick::after {
  content: ""; position: absolute; left: 7px; top: 4px; width: 5px; height: 9px;
  border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
@media (prefers-reduced-motion: reduce) {
  .audit-loading__ring, .audit-loading__mark,
  .audit-loading__steps li.is-active .audit-loading__tick::after { animation: none; }
}

/* ============================================================
   STATE 3 — Report
   ============================================================ */
.audit-report {
  position: relative; z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 96px var(--space-6) var(--space-20);
  display: flex; flex-direction: column;
  gap: var(--space-5);
}
.audit-report > * { min-width: 0; }

.audit-card {
  background: var(--paper-3);
  border-radius: 20px;
  box-shadow: var(--shadow-card);
  padding: var(--space-8) var(--space-10);
  animation: auditCardIn .6s var(--ease-out) backwards;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.audit-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.6) inset,
    0 0 0 0.5px var(--rule),
    0 36px 70px -32px rgba(19,24,20,0.28),
    0 70px 140px -45px rgba(19,94,72,0.18);
}
.audit-card:nth-child(1) { animation-delay: 0s; }
.audit-card:nth-child(2) { animation-delay: .12s; }
.audit-card:nth-child(3) { animation-delay: .24s; }
.audit-card:nth-child(4) { animation-delay: .36s; }
.audit-card:nth-child(5) { animation-delay: .48s; }
.audit-card:nth-child(6) { animation-delay: .60s; }
.audit-card:nth-child(7) { animation-delay: .72s; }
@keyframes auditCardIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* 1. Business header */
.audit-bizhead {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--space-6);
}
.audit-bizhead__main { min-width: 0; flex: 1; }
.audit-bizhead__chips {
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
  margin-bottom: var(--space-3);
}
.audit-bizhead__category {
  display: inline-block;
  background: var(--moss);
  color: var(--pine);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}
.audit-bizhead__fame {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}
.audit-bizhead__fame[data-tier="famous"] {
  background: var(--gold); color: #3d2a04;
  box-shadow: 0 0 0 0 rgba(176, 130, 58, 0.6);
  animation: famePulse 2.4s var(--ease-out) infinite;
}
@keyframes famePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(176, 130, 58, 0.0); }
  40%      { box-shadow: 0 0 0 6px rgba(176, 130, 58, 0.0); }
}
@keyframes famePulse {
  0%   { box-shadow: 0 0 0 0 rgba(176, 130, 58, 0.5); }
  50%  { box-shadow: 0 0 0 8px rgba(176, 130, 58, 0); }
  100% { box-shadow: 0 0 0 0 rgba(176, 130, 58, 0); }
}
.audit-bizhead__fame[data-tier="average"] {
  background: rgba(19,24,20,0.06); color: var(--ash);
}
.audit-bizhead__fame[data-tier="emerging"] {
  background: var(--paper-2); color: var(--ash);
  box-shadow: inset 0 0 0 0.5px var(--rule-strong);
}
.audit-bizhead__name {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: var(--space-2);
}
.audit-bizhead__meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 6px; }
.audit-stars { display: inline-flex; gap: 2px; color: var(--gold); }
.audit-stars svg { width: 16px; height: 16px; }
.audit-stars svg.is-empty { color: rgba(19,24,20,0.18); }
.audit-bizhead__rating-num { font-weight: 700; color: var(--ink); }
.audit-bizhead__rating-count { font-size: 13px; color: var(--ash); }
.audit-bizhead__address { font-size: 14px; color: var(--ash); }

.audit-score {
  position: relative;
  width: 144px; height: 144px; flex-shrink: 0;
}
.audit-score__ring { width: 100%; height: 100%; transform: rotate(0); }
#biz-score-arc { transition: stroke-dashoffset 1.4s cubic-bezier(.4,1,.4,1); }
.audit-score__inner {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
}
.audit-score__num {
  font-size: 48px; font-weight: 700; letter-spacing: -2px;
  line-height: 1;
  background: linear-gradient(120deg, #137A52 0%, #1FAE7E 55%, #18C39A 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.audit-score__label {
  font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ash); margin-top: 4px;
}

/* 2. Revenue */
.audit-revenue {
  border-left: 4px solid var(--pine);
}
[dir="rtl"] .audit-revenue {
  border-left: none;
  border-right: 4px solid var(--pine);
}
.audit-revenue__eyebrow {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ash);
  margin-bottom: var(--space-3);
}
.audit-revenue__number {
  font-family: var(--font-sans);
  font-weight: 700;
  /* Use cqi (container-relative inline-size) so the headline auto-shrinks
     when the card is narrow rather than breaking onto a second line. Falls
     back to vw when container queries aren't available. */
  font-size: clamp(40px, 8vw, 72px);
  font-size: clamp(40px, 9cqi, 72px);
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(100deg, #137A52 0%, #1FAE7E 52%, #18C39A 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  margin-bottom: var(--space-4);
  white-space: nowrap;
  overflow-wrap: normal;
  transition: opacity 200ms ease;
}
/* Enable container queries on the revenue card so the headline knows the
   card width, not the viewport width. Stays the same on desktop. */
.audit-revenue { container-type: inline-size; }
/* When the user supplies their real revenue, every number on the card
   recomputes from their input -- no muting. A brief pulse on the headline +
   math title signals "this just refreshed from your number." */
/* Opacity pulse (not background-color) so it works on the gradient-clipped
   revenue number, whose fill is transparent. */
@keyframes audit-recalc-pulse {
  0%   { opacity: 0.35; }
  100% { opacity: 1; }
}
.audit-revenue__number.is-recalced,
.audit-math__title.is-recalced {
  animation: audit-recalc-pulse 700ms ease-out;
  border-radius: 6px;
}
.audit-revenue__body {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.55;
  margin-bottom: var(--space-6);
}
.audit-revenue__bar {
  display: flex; flex-direction: column; gap: 6px;
}
.audit-revenue__bar-track {
  height: 12px;
  background: rgba(19,24,20,0.06);
  border-radius: var(--radius-pill);
  overflow: hidden;
  position: relative;
}
.audit-revenue__bar-fill {
  height: 100%;
  background: var(--sage);
  border-radius: var(--radius-pill);
  width: 0;
  transition: width 1.2s cubic-bezier(.4,1,.4,1);
}
.audit-revenue__bar-labels {
  display: flex; justify-content: space-between;
}
.audit-revenue__bar-labels strong { display: block; font-weight: 700; font-size: 14px; color: var(--ink); }
.audit-revenue__bar-labels small { display: block; font-size: 11px; color: var(--ash); text-transform: uppercase; letter-spacing: 0.05em; }
.audit-revenue__caveat {
  margin-top: var(--space-4);
  font-size: 12.5px;
  color: var(--ash);
  line-height: 1.5;
  font-style: italic;
}
/* Size-aware note ("you're at the discovery-mode end..."). Treated as a
   small pine-accent callout so it doesn't get lost between body + caveat. */
.audit-revenue__sizenote {
  margin-top: var(--space-4);
  padding: 12px 14px;
  background: var(--moss);
  color: var(--pine-3);
  border-radius: var(--radius-md);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

/* Editable monthly revenue. Sits between the size note and the bar.
   Click the figure -> input. Recalcs gap + math card in place. */
.audit-revenue__edit {
  margin-top: var(--space-5);
  padding: 14px 16px;
  background: rgba(19, 94, 72, 0.04);
  border: 1px dashed rgba(19, 94, 72, 0.22);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 1 !important; /* never fade with .has-custom -- it's the active control */
}
.audit-revenue.has-custom .audit-revenue__edit {
  border-style: solid;
  border-color: rgba(19, 94, 72, 0.45);
  background: rgba(19, 94, 72, 0.06);
}
.audit-revenue__edit-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.audit-revenue__edit-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
}
.audit-revenue__edit-trigger {
  appearance: none;
  background: transparent;
  border: none;
  padding: 4px 8px;
  margin: 0;
  font-family: inherit;
  font-weight: 700;
  font-size: 19px;
  color: var(--pine);
  cursor: pointer;
  border-bottom: 1.5px dashed rgba(19, 94, 72, 0.5);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px 4px 0 0;
  transition: background 120ms ease, border-color 120ms ease;
  line-height: 1.2;
}
.audit-revenue__edit-trigger:hover {
  background: rgba(19, 94, 72, 0.07);
  border-bottom-color: var(--pine);
}
.audit-revenue__edit-trigger:focus-visible {
  outline: 2px solid var(--pine);
  outline-offset: 2px;
}
.audit-revenue.has-custom .audit-revenue__edit-trigger {
  color: var(--pine);
  border-bottom-style: solid;
  border-bottom-color: var(--pine);
}
.audit-revenue__edit-icon {
  width: 14px;
  height: 14px;
  opacity: 0.55;
  flex-shrink: 0;
}
.audit-revenue__edit-input {
  appearance: none;
  font-family: inherit;
  font-weight: 700;
  font-size: 19px;
  color: var(--pine);
  padding: 4px 8px;
  border: none;
  border-bottom: 1.5px solid var(--pine);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px 4px 0 0;
  outline: none;
  width: 14ch;
  line-height: 1.2;
}
.audit-revenue__edit-hint {
  font-size: 12.5px;
  color: var(--ash);
  line-height: 1.5;
  margin: 0;
}
.audit-revenue__edit-reset {
  appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: 12.5px;
  color: var(--pine);
  text-decoration: underline;
  cursor: pointer;
  align-self: flex-start;
  font-weight: 500;
}
.audit-revenue__edit-reset:hover { color: var(--pine-3); }

/* 3. Reply rate */
.audit-rate {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1.4fr);
  gap: var(--space-8);
}
.audit-rate__label {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ash);
  margin-bottom: var(--space-3);
}
.audit-rate__big {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--amber-ink);
  margin-bottom: var(--space-3);
}
.audit-rate__big[data-tone="ok"]   { color: var(--sage); }
.audit-rate__big[data-tone="warn"] { color: var(--amber-ink); }
.audit-rate__big[data-tone="good"] { color: var(--pine); }
.audit-rate__progress {
  height: 10px;
  background: rgba(19,24,20,0.06);
  border-radius: var(--radius-pill);
  overflow: hidden;
}
.audit-rate__progress > span {
  display: block; height: 100%;
  background: var(--amber-line);
  width: 0;
  transition: width 1.4s var(--ease-out);
  border-radius: var(--radius-pill);
}
.audit-rate__big[data-tone="ok"]   ~ .audit-rate__progress > span,
.audit-rate__big[data-tone="good"] ~ .audit-rate__progress > span { background: var(--sage); }

.audit-rate__bars { display: flex; flex-direction: column; gap: 12px; }
.audit-rate__bars li {
  display: grid;
  grid-template-columns: minmax(120px, auto) minmax(0, 1fr) 36px;
  align-items: center;
  gap: 12px;
  font-size: 13.5px;
  color: var(--ink-2);
}
.audit-rate__bars li.is-you .audit-rate__row-label { color: var(--ink); font-weight: 700; }
.audit-rate__row-label { font-weight: 500; }
.audit-rate__row-bar {
  height: 8px;
  background: rgba(19,24,20,0.06);
  border-radius: var(--radius-pill);
  overflow: hidden;
}
.audit-rate__row-bar > span { display: block; height: 100%; background: var(--ash-2); width: 0; transition: width 1.2s var(--ease-out); border-radius: var(--radius-pill); }
.audit-rate__bars li:first-child .audit-rate__row-bar > span { background: var(--sage); }
.audit-rate__bars li.is-you .audit-rate__row-bar { height: 12px; box-shadow: 0 0 0 1px rgba(19,94,72,0.18); }
.audit-rate__bars li.is-you .audit-rate__row-bar > span { background: var(--pine); }
.audit-rate__row-pct { text-align: end; font-weight: 600; font-size: 13px; color: var(--ink-2); }
.audit-rate__bars li.is-you .audit-rate__row-pct { color: var(--pine); font-size: 14px; }
.audit-rate__copy { font-size: 13.5px; color: var(--ash); margin-top: var(--space-5); line-height: 1.55; }

/* 4. Unanswered */
.audit-unans { text-align: center; padding: var(--space-10); }
.audit-unans__num {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(56px, 9vw, 88px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.audit-unans__sub {
  margin-top: 6px;
  font-size: 16px; color: var(--ink-2); font-weight: 500;
}
.audit-unans__body {
  margin-top: var(--space-3);
  max-width: 460px;
  margin-left: auto; margin-right: auto;
  font-size: 14px; color: var(--ash); line-height: 1.55;
}

/* 5. Demo */
.audit-demo {
  background: var(--paper-3);
  padding: 0;
  overflow: hidden;
}
.audit-demo__head {
  padding: var(--space-8) var(--space-8) var(--space-4);
}
.audit-demo__title {
  font-size: 22px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); margin: var(--space-2) 0 6px;
}
.audit-demo__sub { font-size: 14px; color: var(--ash); }
.audit-demo__note {
  padding: var(--space-4) var(--space-8) var(--space-6);
  font-size: 12px;
  color: var(--ash);
  line-height: 1.55;
}

.demo-card {
  margin: 0 var(--space-6) var(--space-6);
  padding: var(--space-6);
  background: var(--paper);
  border-radius: var(--radius-md);
  box-shadow: inset 0 0 0 0.5px var(--rule);
}
.demo-card--loading {
  text-align: center;
}
.demo-card__sub-loading {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--ash);
  padding: var(--space-4) 0;
}
.audit-pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--sage);
  display: inline-block;
  animation: auditPulseDot 1.4s ease-in-out infinite;
}
@keyframes auditPulseDot {
  0%, 100% { transform: scale(1); opacity: .6; }
  50% { transform: scale(1.4); opacity: 1; }
}
.demo-card__head { display: flex; align-items: center; gap: 12px; margin-bottom: var(--space-4); }
.demo-card__google {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 0.5px var(--rule), 0 1px 0 rgba(19,24,20,0.04);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.demo-card__google svg { width: 18px; height: 18px; }
.demo-card__head-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.demo-card__name { font-weight: 600; color: var(--ink); font-size: 14.5px; line-height: 1.2; }
.demo-card__head-meta { display: flex; align-items: center; gap: 8px; }
.demo-card__platform { font-size: 11px; font-weight: 700; color: var(--ash); letter-spacing: 0.06em; text-transform: uppercase; }
.demo-card__stars svg { width: 13px; height: 13px; }
.demo-card__review {
  font-family: var(--font-quote);
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink);
  margin-bottom: var(--space-4);
}
.demo-card__review::before { content: "“"; }
.demo-card__review::after  { content: "”"; }

/* Owner response block -- mirrors how Google renders an owner reply
   under a review: small avatar with the business initial, "Response from
   the owner" label, relative time. A subtle pine left-border + tinted
   background indents it visually under the review. The RESPARO'S DRAFT
   chip in the corner keeps the demo's authorship clear. */
.demo-card__response {
  margin-top: var(--space-4);
  padding: 14px 16px;
  background: rgba(19, 24, 20, 0.025);
  border-radius: 10px;
  border-left: 3px solid rgba(19, 94, 72, 0.55);
}
.demo-card__response-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.demo-card__response-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--pine);
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
}
.demo-card__response-meta {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1;
  min-width: 0;
}
.demo-card__response-from {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
}
.demo-card__response-date {
  font-size: 11.5px;
  color: var(--ash);
  line-height: 1.2;
}
.demo-card__response-badge {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--pine);
  background: rgba(19, 94, 72, 0.08);
  padding: 4px 8px;
  border-radius: 999px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.demo-card__reply {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0;
}
.demo-card__voice {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--sage);
  margin: var(--space-4) 0 var(--space-5);
}
.demo-card__voice svg { width: 14px; height: 14px; }
.demo-card__cta {
  width: 100%;
}

/* Why-this-matters grid (always shown) */
.audit-matters__head { margin-bottom: var(--space-6); }
.audit-matters .eyebrow { color: var(--sage); margin-bottom: var(--space-3); }
.audit-matters__title {
  font-family: var(--font-sans); font-weight: 700;
  font-size: clamp(24px, 3.2vw, 34px); line-height: 1.12; letter-spacing: -0.03em;
  color: var(--ink); margin-bottom: var(--space-3);
}
.audit-matters__sub { font-size: 15.5px; color: var(--ink-2); line-height: 1.55; max-width: 60ch; }
.audit-matters__grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-4);
}
.audit-matters__item {
  padding: var(--space-5);
  background: linear-gradient(180deg, var(--paper-3), #F6FAF7);
  border-radius: 16px;
  box-shadow: inset 0 0 0 0.5px var(--rule);
}
.audit-matters__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--moss); color: var(--pine);
  margin-bottom: var(--space-3);
}
.audit-matters__icon svg { width: 21px; height: 21px; }
.audit-matters__item h3 {
  font-size: 16px; font-weight: 700; letter-spacing: -0.015em; color: var(--ink);
  margin-bottom: 6px; line-height: 1.25;
}
.audit-matters__item p { font-size: 13.8px; color: var(--ash); line-height: 1.55; }

/* How-Resparo-works steps (always shown) — sage-tinted "the answer" card */
.audit-how { background: linear-gradient(180deg, var(--paper-3) 0%, #EFF6F1 100%); }
.audit-how__head { margin-bottom: var(--space-6); }
.audit-how .eyebrow { color: var(--sage); margin-bottom: var(--space-3); }
.audit-how__title {
  font-family: var(--font-sans); font-weight: 700;
  font-size: clamp(24px, 3.2vw, 34px); line-height: 1.12; letter-spacing: -0.03em;
  color: var(--ink); margin-bottom: var(--space-3);
}
.audit-how__sub { font-size: 15.5px; color: var(--ink-2); line-height: 1.55; max-width: 62ch; }
.audit-how__steps {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: var(--space-5);
}
.audit-how__step { display: flex; gap: var(--space-4); align-items: flex-start; position: relative; }
.audit-how__step:not(:last-child)::before {
  content: ""; position: absolute; left: 18px; top: 42px; bottom: calc(-1 * var(--space-5));
  width: 2px; background: linear-gradient(var(--moss), rgba(197, 228, 214, 0.15));
}
.audit-how__num {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, #1F8C6D, #135E48); color: #fff;
  font-weight: 700; font-size: 16px;
  box-shadow: 0 6px 14px -6px rgba(19,94,72,0.55), inset 0 0 0 0.5px rgba(255,255,255,0.16);
  position: relative; z-index: 1;
}
.audit-how__body { padding-top: 5px; }
.audit-how__body h3 {
  font-size: 17px; font-weight: 700; letter-spacing: -0.015em; color: var(--ink);
  margin-bottom: 5px; line-height: 1.25;
}
.audit-how__body p { font-size: 14.3px; color: var(--ink-2); line-height: 1.6; }
.audit-how__body strong { color: var(--pine); font-weight: 700; }
.audit-how__cta {
  margin-top: var(--space-6);
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px;
}
.audit-how__fine { font-size: 12.5px; color: var(--ash); }

/* 6. Quick wins */
.audit-quickwins {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
}
.audit-mini {
  background: var(--paper-3);
  border-radius: var(--radius-md);
  padding: var(--space-5);
  box-shadow: inset 0 0 0 0.5px var(--rule);
}
.audit-mini__label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ash); margin-bottom: 8px; }
.audit-mini__big {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.1;
}
.audit-mini__sub { font-size: 12.5px; color: var(--ash); margin-top: 4px; line-height: 1.4; }

/* 7a. Why-replies card -- shown in place of the math card when
   conservative_recovery < sub cost. Same pine tint as the math card so the
   visual "answer slot" stays in the same place; copy is reputational, not
   financial. */
.audit-why {
  background: linear-gradient(180deg, var(--paper-3) 0%, #F2F8F3 100%);
}
.audit-why .eyebrow { color: var(--sage); margin-bottom: var(--space-3); }
.audit-why__lead {
  font-size: 15.5px;
  color: var(--ink);
  line-height: 1.6;
  margin-bottom: var(--space-5);
}
.audit-why__list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-5);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.audit-why__list li {
  position: relative;
  padding-left: 22px;
  font-size: 14.5px;
  color: var(--ink);
  line-height: 1.55;
}
.audit-why__list li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pine);
  font-weight: 700;
}
.audit-why__close {
  font-size: 14.5px;
  color: var(--pine-3);
  font-weight: 500;
  line-height: 1.55;
  padding: 14px 16px;
  background: var(--moss);
  border-radius: var(--radius-md);
  margin: 0;
}

/* 7. Do-the-math card -- the explicit ROI story.
   Sage-green tinted so it visually anchors as "the answer." */
.audit-math {
  background: linear-gradient(180deg, var(--paper-3) 0%, #F2F8F3 100%);
  position: relative;
}
.audit-math .eyebrow { color: var(--sage); margin-bottom: var(--space-3); }
.audit-math__title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: var(--space-3);
}
.audit-math__sub {
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.55;
  margin-bottom: var(--space-6);
}
.audit-math__table {
  background: var(--paper);
  border-radius: var(--radius-md);
  padding: 4px var(--space-5);
  box-shadow: inset 0 0 0 0.5px var(--rule);
  margin-bottom: var(--space-5);
}
.audit-math__row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0;
  box-shadow: 0 0.5px 0 var(--rule);
  font-size: 14.5px;
}
.audit-math__row:last-child { box-shadow: none; }
.audit-math__row-label { color: var(--ink-2); }
.audit-math__row-val { font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; }
.audit-math__row-val--neg { color: var(--ash); }
.audit-math__row-val--pos { color: var(--sage); }
.audit-math__row--total { padding: 18px 0; font-size: 18px; font-weight: 700; }
.audit-math__row--total .audit-math__row-label,
.audit-math__row--total .audit-math__row-val { color: var(--ink); }
.audit-math__row--total .audit-math__row-val--pos { color: var(--pine); font-size: 22px; }
.audit-math__annual {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.55;
  padding: 14px 16px;
  background: var(--moss);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-4);
}
.audit-math__annual strong { color: var(--pine); font-weight: 700; }
.audit-math__legal {
  font-size: 11.5px;
  color: var(--ash);
  line-height: 1.5;
  font-style: italic;
}
.audit-math__anchor {
  margin-bottom: var(--space-4);
  padding: 10px 14px;
  background: var(--paper);
  border-left: 3px solid var(--sage);
  border-radius: 4px;
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.5;
}
[dir="rtl"] .audit-math__anchor {
  border-left: none;
  border-right: 3px solid var(--sage);
}

/* 8. Final CTA -- treated as a closer, with deep-pine background. */
.audit-finalcta {
  text-align: center;
  padding: var(--space-12) var(--space-8);
  background: var(--pine);
  color: var(--paper-3);
  border-radius: 20px;
  box-shadow: var(--shadow-card);
  position: relative; overflow: hidden;
}
.audit-finalcta::before {
  /* Soft sage glow top -- gives the card a "this is the moment" feeling. */
  content: "";
  position: absolute;
  inset: -40% -20% 60%;
  background: radial-gradient(circle at center, rgba(95, 202, 165, 0.25), transparent 60%);
  pointer-events: none;
}
.audit-finalcta__title {
  position: relative;
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--paper-3);
  line-height: 1.15;
  margin-bottom: var(--space-3);
}
.audit-finalcta__sub {
  position: relative;
  font-size: 17px;
  color: rgba(250, 248, 241, 0.82);
  margin-bottom: var(--space-6);
}
.audit-finalcta__btns {
  position: relative;
  display: flex; gap: var(--space-3); justify-content: center; flex-wrap: wrap;
  margin-bottom: var(--space-4);
}
.audit-finalcta__btns .btn-primary {
  background: var(--paper-3); color: var(--pine);
  box-shadow: 0 1px 0 rgba(19,24,20,0.08), 0 8px 24px -12px rgba(0,0,0,0.5);
}
.audit-finalcta__btns .btn-primary:hover:not(:disabled) {
  background: white;
  box-shadow: 0 2px 0 rgba(19,24,20,0.08), 0 14px 28px -14px rgba(0,0,0,0.55);
}
.audit-finalcta__btns .btn-ghost {
  background: transparent; color: var(--paper-3);
  box-shadow: inset 0 0 0 0.5px rgba(250, 248, 241, 0.4);
}
.audit-finalcta__btns .btn-ghost:hover:not(:disabled) {
  background: rgba(250, 248, 241, 0.08);
  box-shadow: inset 0 0 0 0.5px rgba(250, 248, 241, 0.7);
}
.audit-finalcta__trust { position: relative; font-size: 12.5px; color: rgba(250, 248, 241, 0.65); }

.audit-footer {
  text-align: center;
  font-size: 12.5px;
  color: var(--ash);
  margin-top: var(--space-6);
}
.audit-footer a { color: var(--pine); font-weight: 600; }

/* ============================================================
   Share bar (sticky bottom)
   ============================================================ */
.audit-share {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  z-index: 200;
  display: flex; align-items: center; gap: 8px;
  background: var(--paper-3);
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 0 0 0.5px var(--rule), 0 16px 36px -16px rgba(19,24,20,0.3);
  opacity: 0;
  transition: opacity .25s var(--ease-out), transform .25s var(--ease-out);
}
.audit-share.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.audit-share__label { font-size: 13px; font-weight: 600; color: var(--ink); padding-left: 6px; }
.audit-share__btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  font-size: 13px; font-weight: 600;
  color: var(--ink);
  background: rgba(19,24,20,0.04);
  transition: background var(--dur-fast) var(--ease-out);
}
.audit-share__btn:hover { background: rgba(19,24,20,0.08); }
.audit-share__btn svg { width: 14px; height: 14px; }
.audit-share__btn--wa { background: rgba(37, 211, 102, 0.12); color: #075E54; }
.audit-share__btn--wa:hover { background: rgba(37, 211, 102, 0.18); }

/* ============================================================
   RTL fixes
   ============================================================ */
[dir="rtl"] .audit-bizhead { text-align: right; }
[dir="rtl"] .audit-revenue__bar-labels strong { text-align: right; }
[dir="rtl"] .audit-rate__row-pct { text-align: start; }
[dir="rtl"] .demo-card__review { text-align: right; }
[dir="rtl"] .audit-bizhead__name,
[dir="rtl"] .audit-h1,
[dir="rtl"] .audit-finalcta__title { text-align: right; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 720px) {
  .audit-report { padding: 84px var(--space-4) var(--space-16); gap: var(--space-4); }
  .audit-card { padding: var(--space-6); }
  .audit-bizhead { flex-direction: column-reverse; align-items: stretch; gap: var(--space-5); }
  .audit-score { align-self: center; width: 116px; height: 116px; }
  .audit-score__num { font-size: 36px; letter-spacing: -1.5px; }
  .audit-rate__big { font-size: 52px; }
  .audit-finalcta { padding: var(--space-10) var(--space-6); }
  .audit-rate { grid-template-columns: 1fr; gap: var(--space-6); }
  .audit-quickwins { grid-template-columns: 1fr; }
  .audit-matters__grid { grid-template-columns: 1fr; }
  .audit-how__cta .btn { width: 100%; }
  .audit-finalcta__btns .btn { width: 100%; }
  .audit-demo__head { padding: var(--space-6) var(--space-5) var(--space-3); }
  .demo-card { margin: 0 var(--space-4) var(--space-4); padding: var(--space-5); }
  .audit-demo__note { padding: var(--space-3) var(--space-5) var(--space-5); }
  .audit-unans { padding: var(--space-8); }
  .audit-share { left: 12px; right: 12px; transform: translateY(10px); border-radius: var(--radius-lg); justify-content: space-between; }
  .audit-share.is-visible { transform: translateY(0); }
  .audit-share__label { display: none; }
}

@media (max-width: 480px) {
  .audit-search { padding: var(--space-8) var(--space-4); }
  .audit-h1 { font-size: 28px; }
  .audit-lead { font-size: 15px; }
  .audit-header { padding: 14px var(--space-4); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
