/* ============ PeppyBooks — PLG marketing site ============ */
:root {
  --ink: #0f172a;
  --ink-soft: #334155;
  --muted: #5c6b80;
  --bg: #f2f4f7;
  --surface: #ffffff;
  --surface-2: #ffffff;
  --tint: #eef2f7;
  --line: #e2e8f0;
  --brand: #00b573;
  --brand-2: #00d68a;
  --brand-dark: #008f5b;
  --orange: #ffa726;
  --orange-dark: #f57c00;
  --accent: #5b5bd6;
  --ok: #0e9f6e;
  --warn: #d97706;
  --dark: #0f172a;
  --dark-2: #1e293b;
  --card: #ffffff;
  --shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
  --shadow-sm: 0 4px 16px rgba(15, 23, 42, 0.06);
  --radius: 18px;
  --font-head: "Plus Jakarta Sans", "Inter", sans-serif;
  --font-body: "Inter", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, 92%); margin: 0 auto; }

h1, h2, h3 { font-family: var(--font-head); line-height: 1.15; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); font-weight: 800; }
h3 { font-size: 1.18rem; font-weight: 700; }

.grad {
  background: linear-gradient(92deg, var(--brand), var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 11px 22px; border-radius: 999px;
  font-weight: 600; font-size: 0.95rem; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(92deg, #08633f, #0a7d56);
  color: #fff; box-shadow: 0 8px 24px rgba(10, 125, 86, 0.30);
}
.btn-primary:hover { box-shadow: 0 12px 30px rgba(10, 125, 86, 0.40); }
/* .nav-links a is more specific than .btn-*; restore button colours in the menus */
.nav-links a.btn-primary { color: #fff; }
.nav-links a.btn-soft { color: var(--ink); }
.nav-links a.btn-invert { color: var(--ink); }
.btn-soft { background: var(--tint); color: var(--ink); border-color: var(--line); }
.btn-soft:hover { background: #e2e8f0; }
.btn-ghost { color: var(--ink-soft); }
.btn-ghost:hover { color: var(--ink); }
.btn-invert { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.btn-outline { border-color: rgba(255,255,255,.5); color: #fff; }
.btn-outline:hover { border-color: #fff; }
.btn-lg { padding: 15px 30px; font-size: 1.03rem; }
.btn-block { width: 100%; }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--dark); color: #fff;
  font-size: 0.88rem; padding: 9px 0;
}
.announce .container { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; text-align: center; }
.announce a { color: #fff; font-weight: 700; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 253, 252, 0.87);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 28px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-name { font-family: var(--font-head); font-weight: 800; font-size: 1.28rem; letter-spacing: .01em; }
.bn-g { color: var(--brand-dark); }
.bn-o { color: var(--orange-dark); }
.nav-links { display: flex; gap: 24px; margin-left: auto; }
.nav-links a { font-weight: 500; color: var(--ink-soft); font-size: 0.95rem; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .2s; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 72px 0 90px; }
.hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(600px 320px at 12% 0%, rgba(15, 23, 42, 0.05), transparent 60%),
    radial-gradient(700px 420px at 90% 20%, rgba(15, 23, 42, 0.04), transparent 60%);
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.eyebrow {
  display: inline-block; font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink); background: var(--tint);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 18px;
}
.eyebrow-dark { background: rgba(255, 255, 255, 0.10); color: #e2e8f0; }
.lede { font-size: 1.13rem; color: var(--ink-soft); margin: 18px 0 26px; max-width: 36rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.hero-trust { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 0.9rem; color: var(--ink-soft); }
.hero-trust li { display: flex; align-items: center; gap: 7px; }
.ic { width: 17px; height: 17px; color: var(--ok); flex-shrink: 0; }

/* Hero visual + floating chips */
.hero-visual { position: relative; }
.float-card {
  position: absolute; display: flex; gap: 10px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow); padding: 12px 16px; font-size: 0.82rem;
  animation: floaty 5s ease-in-out infinite;
}
.float-card small { color: var(--muted); display: block; }
.fc-ic { font-size: 1.3rem; }
.fc-1 { top: -18px; right: -14px; }
.fc-2 { bottom: -18px; left: -14px; animation-delay: 2.2s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ---------- Strip ---------- */
.strip { background: var(--dark); color: #fff; padding: 34px 0; }
.strip-label { text-align: center; font-size: 0.85rem; color: #94a3b8; margin-bottom: 20px; }
.strip-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.strip-stats b { display: block; font-family: var(--font-head); font-size: 1.7rem; color: #fff; }
.strip-stats span { font-size: 0.85rem; color: #cbd5e1; }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section-tint { background: var(--surface-2); }
.section-dark { background: var(--dark); color: #e8edf3; }
.section-dark .section-head p { color: #94a3b8; }
.section-head { max-width: 46rem; margin: 0 auto 48px; text-align: center; }
.section-head p { color: var(--ink-soft); margin-top: 14px; font-size: 1.05rem; }

.grid { display: grid; gap: 22px; }

/* ---------- Checklists & mini-app mockups ---------- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } }
.tour-points { list-style: none; margin-bottom: 22px; }
.tour-points li { padding-left: 26px; position: relative; margin: 8px 0; font-size: 0.95rem; }
.tour-points li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 800; }
.mini-app {
  width: 100%; max-width: 380px; background: #f8fafc;
  border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow-sm); font-size: 0.88rem;
}
.mini-head { padding: 12px 16px; font-weight: 700; background: #fff; border-bottom: 1px solid var(--line); }
.mini-row {
  display: flex; justify-content: space-between; gap: 10px; align-items: center;
  padding: 12px 16px; border-bottom: 1px solid var(--line); background: #fff;
}
.mini-row.matched { background: #f1f5f9; }
.mini-row .ok { color: var(--ok); } .mini-row .warn { color: var(--warn); } .mini-row .sug { color: var(--accent); }
.mini-foot { padding: 11px 16px; font-size: 0.78rem; color: var(--muted); }

.int-more { text-align: center; margin-top: 28px; color: var(--ink-soft); }
.int-more a { color: var(--ink); font-weight: 700; text-decoration: underline; }

/* ---------- Compare table ---------- */
.compare-wrap { overflow-x: auto; }
.compare {
  width: 100%; border-collapse: separate; border-spacing: 0;
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  min-width: 860px;
}
.compare th, .compare td { padding: 14px 16px; text-align: left; font-size: 0.92rem; border-bottom: 1px solid var(--line); }
.compare thead th { background: #f8fafc; font-family: var(--font-head); font-size: 0.98rem; }
.compare tbody tr:last-child td { border-bottom: 0; }
.compare .hl { background: var(--tint); }
.compare thead .hl { background: #e2e8f0; color: var(--ink); }
.compare td:not(.hl):not(:first-child) { color: var(--muted); }
.compare-note { text-align: center; margin-top: 14px; font-size: 0.78rem; color: var(--muted); }


/* ---------- Quotes ---------- */
.quote-section { padding: 72px 0; background: var(--dark); }
.quotes { grid-template-columns: repeat(3, 1fr); }
.quote {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--radius); padding: 28px; color: #e2e8f0;
}
.quote p { font-size: 1rem; line-height: 1.65; }
.quote footer { display: flex; align-items: center; gap: 12px; margin-top: 18px; font-size: 0.86rem; color: #94a3b8; }
.quote strong { color: #fff; }
.avatar {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--brand), var(--orange));
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 800;
}

/* ---------- Pricing ---------- */
.bill-toggle { display: flex; justify-content: center; gap: 6px; margin-bottom: 40px; background: var(--tint); width: fit-content; margin-inline: auto; padding: 6px; border-radius: 999px; }
.bill-btn {
  border: 0; background: none; padding: 10px 22px; border-radius: 999px;
  font-family: var(--font-body); font-weight: 600; font-size: 0.94rem;
  color: var(--ink-soft); cursor: pointer; transition: .15s;
}
.bill-btn.active { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.save-tag { font-size: 0.72rem; font-weight: 800; color: var(--ok); margin-left: 4px; }

.pricing { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.price-card {
  background: var(--card); border: 1.5px solid var(--line);
  border-radius: 22px; padding: 32px; position: relative;
  display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
}
.price-card.featured { border-color: var(--ink-soft); box-shadow: 0 18px 50px rgba(0, 181, 115, 0.18); }
.badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(92deg, var(--brand-dark), var(--brand));
  color: #fff; font-size: 0.72rem; font-weight: 800; letter-spacing: .04em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 999px;
}
.price-desc { color: var(--ink-soft); font-size: 0.9rem; margin: 8px 0 18px; min-height: 42px; }
.price { font-family: var(--font-head); font-weight: 800; font-size: 2.6rem; margin-bottom: 18px; }
.price span { font-size: 1.3rem; vertical-align: super; }
.price small { font-size: 0.95rem; color: var(--muted); font-weight: 600; }
.price-card ul { list-style: none; margin-bottom: 26px; flex: 1; }
.price-card li { padding-left: 26px; position: relative; margin: 9px 0; font-size: 0.92rem; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 800; }
.trial-note { text-align: center; font-size: 0.78rem; color: var(--muted); margin-top: 10px; }

/* ---------- FAQ ---------- */
.faq { max-width: 46rem; margin: 0 auto; }
.faq details {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 14px; margin-bottom: 12px; overflow: hidden;
}
.faq summary {
  padding: 18px 22px; font-weight: 600; cursor: pointer; list-style: none;
  position: relative; padding-right: 48px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-family: var(--font-head); font-size: 1.4rem; color: var(--ink-soft); transition: .2s;
}
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 22px 18px; color: var(--ink-soft); font-size: 0.95rem; }
.faq details a { color: var(--ink); font-weight: 600; text-decoration: underline; }

/* ---------- CTA ---------- */
.cta-section { padding: 96px 0; }
.cta {
  background: linear-gradient(120deg, #006644, var(--brand-dark) 45%, var(--brand));
  border-radius: 28px; padding: 64px 56px; color: #fff;
  box-shadow: 0 24px 60px rgba(0, 143, 91, 0.35);
}
.cta h2 { max-width: 30ch; }
.cta p { margin: 16px 0 26px; max-width: 56ch; color: rgba(255,255,255,0.92); }
.cta-points { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 22px; font-size: 0.92rem; }
.cta-points li { display: flex; align-items: center; gap: 8px; }
.cta-points .ic { color: #fff; }

/* ---------- Footer ---------- */
.site-footer { background: var(--dark); color: #cbd5e1; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 44px; }
.footer-brand p { font-size: 0.9rem; margin-top: 16px; max-width: 32ch; color: #94a3b8; }
.footer-brand .bn-g { color: var(--brand-2); }
.footer-brand .bn-o { color: var(--orange); }
.footer-contact { margin-top: 24px; }
.footer-contact p { margin: 4px 0; max-width: none; font-size: 0.88rem; }
.footer-contact a { color: #cbd5e1; font-size: 0.9rem; }
.footer-col h4 { color: #fff; font-size: 0.98rem; margin-bottom: 14px; font-family: var(--font-head); }
.footer-col .fc-gap { margin-top: 24px; }
.footer-col a { display: block; font-size: 0.88rem; margin: 8px 0; color: #cbd5e1; }
.footer-col a:hover { color: #fff; }
.footer-contact h4 { color: #fff; font-size: 0.98rem; margin-bottom: 10px; font-family: var(--font-head); }
.footer-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.84rem;
}
.footer-legal a { margin-left: 20px; color: #94a3b8; }
.footer-legal a:hover { color: #fff; }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(251, 253, 252, 0.94); backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  display: none; transform: translateY(110%); transition: transform .3s ease;
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta.dismissed { display: none !important; }
.sticky-inner { display: flex; align-items: center; gap: 8px; }
.sticky-btn { flex: 1; padding: 12px 16px; font-size: 0.95rem; }
.sticky-close {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%;
  background: none; border: 1.5px solid var(--line); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; color: var(--muted);
}
.sticky-close .icon { width: 16px; height: 16px; }

/* ---------- Feature landing pages ---------- */
.page-hero { padding: 40px 0 72px; }
.page-hero h1 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
.page-hero .lede { max-width: 36rem; }
.hero-inner.hero-solo { display: block; }
.hero-inner.hero-solo .hero-copy { max-width: 52rem; }
.hero-inner.hero-solo h1 { max-width: 20ch; }
.crumbs { font-size: 0.84rem; color: var(--muted); margin-bottom: 22px; display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a { color: var(--ink); font-weight: 600; }
.crumbs a:hover { text-decoration: underline; }
.crumbs b { color: var(--ink-soft); font-weight: 600; }
.mini-app.lg { max-width: 430px; font-size: 0.92rem; box-shadow: var(--shadow); }
.rating-line { font-size: 0.9rem; font-weight: 600; color: var(--orange-dark); margin-bottom: 14px; }

/* How-it-works flow infographic */
.flow-section { padding: 72px 0; }
.flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 22px; align-items: start; max-width: 62rem; margin: 0 auto; }
.flow-step { text-align: center; padding: 0 8px; }
.flow-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 1.15rem;
  box-shadow: 0 8px 20px rgba(0, 181, 115, 0.3); margin-bottom: 16px;
}
.flow-step h3 { font-size: 1.08rem; margin-bottom: 8px; }
.flow-step p { color: var(--ink-soft); font-size: 0.92rem; }
.flow-line { height: 2px; margin-top: 22px; width: 56px; background: repeating-linear-gradient(90deg, var(--brand) 0 8px, transparent 8px 14px); }

/* Numbered narrative sections with tile grids */
.fp-section { padding: 64px 0; }
.fp-section.alt { background: var(--surface-2); }
.fp-inner { max-width: 60rem; position: relative; }
.fp-kicker {
  display: inline-block; font-family: var(--font-head); font-weight: 800;
  font-size: 0.85rem; letter-spacing: 0.12em; color: var(--ink-soft);
  border: 1.5px solid var(--brand); border-radius: 8px; padding: 3px 10px; margin-bottom: 14px;
}
.fp-section h2 { font-size: clamp(1.35rem, 2.4vw, 1.8rem); margin-bottom: 12px; }
.fp-lead { color: var(--ink-soft); max-width: 48rem; margin-bottom: 26px; }
.tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tile {
  display: flex; gap: 12px; align-items: flex-start;
  background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  padding: 16px 18px; box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .15s ease;
}
.tile:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.fp-section.alt .tile { border-color: var(--line); }
.tile-ic { width: 22px; height: 22px; flex-shrink: 0; color: var(--ink); margin-top: 1px; }
.tile p { font-size: 0.93rem; color: var(--ink-soft); line-height: 1.55; }

/* ============================================================
   Alternate feature-section layouts (per-module rhythm variation).
   Reskins the shared .fp-section / .fp-kicker / .tiles per page.
   ============================================================ */
/* Payroll — numbered process rail: kicker becomes a filled badge with a
   connecting line down the page; tiles stack as a single step column. */
.fp-rail .fp-inner { position: relative; padding-left: 62px; }
.fp-rail .fp-kicker {
  position: absolute; left: 0; top: 2px; width: 44px; height: 44px; padding: 0;
  display: flex; align-items: center; justify-content: center; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand)); color: #fff;
  border: 0; font-size: 0.95rem; box-shadow: 0 8px 20px rgba(0,181,115,.3);
}
.fp-rail .fp-inner::before {
  content: ""; position: absolute; left: 21px; top: 52px; bottom: -64px; width: 2px;
  background: repeating-linear-gradient(var(--brand) 0 6px, transparent 6px 12px);
}
.fp-rail:last-of-type .fp-inner::before { display: none; }
.fp-rail .tiles { grid-template-columns: 1fr 1fr; }

/* CRM — pipeline-stage zigzag: bold outlined stage number, left accent bar,
   alternating tint so sections read like progressing stages. */
.fp-zig .fp-inner { border-left: 3px solid var(--brand); padding-left: 26px; }
.fp-zig .fp-kicker {
  font-size: 1.6rem; padding: 0; border: 0; background: none; color: var(--ink-soft);
  -webkit-text-stroke: 1.5px var(--brand); -webkit-text-fill-color: transparent;
  letter-spacing: 0; margin-bottom: 6px;
}
.fp-zig.alt .fp-inner { border-left-color: var(--orange); }
.fp-zig.alt .fp-kicker { color: var(--orange); -webkit-text-stroke-color: var(--orange); }
.fp-zig .tiles { grid-template-columns: repeat(3, 1fr); }
.fp-zig .tile { flex-direction: column; gap: 8px; }

/* Compliance — coverage matrix: dense 3-up check grid, compact rows. */
.fp-matrix .tiles { grid-template-columns: repeat(3, 1fr); gap: 10px; }
.fp-matrix .tile { padding: 12px 14px; border-radius: 10px; background: var(--tint); border-color: var(--line); }
.fp-matrix .tile p { font-size: 0.88rem; }
.fp-matrix .tile-ic { color: var(--ink); }
.fp-matrix .fp-kicker { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ============================================================
   Bespoke module hero visuals (.hv) — one distinct mockup per product.
   Shares brand primitives; each module arranges them differently.
   ============================================================ */
.hv {
  width: 100%; max-width: 430px; background: var(--card);
  border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow);
  padding: 18px; font-size: 0.88rem; position: relative; overflow: hidden;
}
.hv .ok { color: var(--ok); } .hv .warn { color: var(--warn); } .hv .sug { color: var(--accent); }
.hv .up { color: var(--ok); font-size: 0.72rem; font-weight: 700; }
.hv .mut { color: var(--muted); font-size: 0.72rem; }
.hv-top { display: flex; align-items: center; gap: 6px; margin-bottom: 14px; font-weight: 700; font-size: 0.82rem; color: var(--ink-soft); }
.hv-dot { width: 9px; height: 9px; border-radius: 50%; }
.hv-dot.r { background: #ff6b5e; } .hv-dot.y { background: #ffc24b; } .hv-dot.g { background: #37c877; }
.hv-title { color: var(--ink); }
.hv-live { margin-left: auto; font-size: 0.66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--ink); background: var(--tint); border-radius: 999px; padding: 3px 9px; }
.hv-bar { height: 8px; border-radius: 999px; background: var(--line); overflow: hidden; }
.hv-bar i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--brand-2), var(--brand)); }
.hv-block { background: #f2f4f7; border: 1px solid var(--line); border-radius: 12px; padding: 12px; margin-bottom: 10px; }
.hv-block-head { display: flex; justify-content: space-between; font-size: 0.8rem; color: var(--ink-soft); margin-bottom: 8px; }
.hv-block-head b { color: var(--ink); }
.hv-spark { width: 100%; height: 36px; margin-top: 6px; display: block; }
.hv-split { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
.hv-tile { background: #f2f4f7; border: 1px solid var(--line); border-radius: 12px; padding: 12px; }
.hv-tile small { display: block; color: var(--muted); font-size: 0.7rem; text-transform: uppercase; letter-spacing: .04em; }
.hv-tile b { font-family: var(--font-head); font-size: 1.2rem; display: block; margin: 2px 0; }
.hv-chip { display: inline-block; font-size: 0.74rem; font-weight: 600; background: var(--tint); color: var(--ink); border-radius: 999px; padding: 5px 11px; }
.hv-chip.warn { background: #fff4e2; color: var(--orange-dark); }
.hv-chip.sug { background: #eeeaff; color: var(--accent); }
.hv-ar { color: var(--ink-soft); font-weight: 800; flex: 0 0 auto; }

/* Accounting — finance control center */
.hv-fin-status { display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: #fff; border-radius: 12px; padding: 12px 14px; margin-bottom: 12px; font-weight: 600; }
.hv-fin-status b { font-family: var(--font-head); }

/* Inventory — warehouse command center */
.hv-wh-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 12px; }
.hv-wh-kpis div { background: #f2f4f7; border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; }
.hv-wh-kpis b { font-family: var(--font-head); font-size: 1.15rem; display: block; }
.hv-wh-kpis small { color: var(--muted); font-size: 0.7rem; }
.hv-wh-kpis .warn b { color: var(--warn); } .hv-wh-kpis .sug b { color: var(--accent); }
.hv-wbars { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.hv-wbar { display: grid; grid-template-columns: 46px 1fr; gap: 8px; align-items: center; font-size: 0.74rem; color: var(--ink-soft); }
.hv-wbar i { display: block; height: 8px; border-radius: 999px; background: linear-gradient(90deg, var(--brand-2), var(--brand)); }
.hv-wh-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 10px; font-weight: 600; color: var(--ink-soft); }
.hv-wh-foot b { font-family: var(--font-head); font-size: 1.1rem; }

/* POS — retail counter */
.hv-pos { background: #fff; }
.hv-pos-head { font-weight: 700; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 2px dashed var(--line); }
.hv-receipt { display: flex; flex-direction: column; gap: 9px; font-size: 0.86rem; }
.hv-rl { display: flex; justify-content: space-between; }
.hv-rl.mut { color: var(--muted); }
.hv-rl.total { border-top: 1px solid var(--line); padding-top: 10px; margin-top: 4px; font-family: var(--font-head); font-weight: 800; font-size: 1.05rem; }
.hv-barcode { height: 34px; margin: 4px 0; border-radius: 4px; background: repeating-linear-gradient(90deg, #0f172a 0 2px, #fff 2px 5px, #0f172a 5px 6px, #fff 6px 10px, #0f172a 10px 13px, #fff 13px 16px); }
.hv-pay-split { display: flex; gap: 8px; margin: 14px 0 8px; }
.hv-pos-foot { font-size: 0.74rem; color: var(--muted); border-top: 2px dashed var(--line); padding-top: 10px; }

/* CRM — pipeline board */
.hv-kanban { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 12px; }
.hv-col { background: #f2f4f7; border: 1px solid var(--line); border-radius: 10px; padding: 8px; display: flex; flex-direction: column; gap: 6px; }
.hv-col-h { font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }
.hv-deal { background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--brand); border-radius: 7px; padding: 7px 8px; font-size: 0.72rem; color: var(--ink-soft); }
.hv-deal b { display: block; color: var(--ink); font-family: var(--font-head); font-size: 0.82rem; margin-top: 2px; }
.hv-deal.won { border-left-color: var(--ok); background: #f1f5f9; }
.hv-crm-foot { display: flex; justify-content: space-between; font-size: 0.76rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 10px; }
.hv-crm-foot b { color: var(--ink); }

/* Payroll — attendance → payslip → journal */
.hv-payflow { display: flex; align-items: center; gap: 6px; margin-bottom: 12px; }
.hv-fc { flex: 1; text-align: center; background: var(--tint); border-radius: 10px; padding: 10px 4px; font-weight: 700; font-size: 0.78rem; color: var(--ink); }
.hv-fc small { display: block; font-weight: 500; color: var(--muted); font-size: 0.66rem; }
.hv-payslip { background: #f2f4f7; border: 1px solid var(--line); border-radius: 12px; padding: 12px; margin-bottom: 10px; }
.hv-ps { display: flex; justify-content: space-between; font-size: 0.82rem; color: var(--ink-soft); padding: 5px 0; }
.hv-ps.net { border-top: 1px solid var(--line); margin-top: 4px; padding-top: 9px; font-family: var(--font-head); font-weight: 800; color: var(--ink); }
.hv-pay-foot { display: flex; justify-content: space-between; font-weight: 600; color: var(--ink-soft); }

/* Projects — milestones + budget */
.hv-timeline { display: flex; align-items: center; margin: 4px 2px 6px; }
.hv-node { width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--line); background: #fff; flex: 0 0 auto; }
.hv-node.done { background: var(--brand); border-color: var(--brand); }
.hv-node.now { border-color: var(--orange); background: var(--orange); box-shadow: 0 0 0 4px #fff4e2; }
.hv-seg { flex: 1; height: 2px; background: var(--line); }
.hv-seg.done { background: var(--brand); }
.hv-tl-labels { display: flex; justify-content: space-between; font-size: 0.66rem; color: var(--muted); margin-bottom: 12px; }
.hv-proj-foot { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--ink-soft); }
.hv-proj-foot b { font-family: var(--font-head); font-size: 1.1rem; }
.hv-proj-foot .mut { margin-left: auto; }

/* AI — conversational */
.hv-ai { background: linear-gradient(180deg, #f8fafc, #fff); }
.hv-spark-i { color: var(--orange-dark); font-size: 1rem; }
.hv-chat { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; }
.hv-bubble { border-radius: 14px; padding: 11px 13px; font-size: 0.82rem; line-height: 1.5; max-width: 88%; }
.hv-bubble.user { align-self: flex-end; background: var(--ink); color: #fff; border-bottom-right-radius: 4px; }
.hv-bubble.ai { align-self: flex-start; background: #fff; border: 1px solid var(--line); color: var(--ink-soft); border-bottom-left-radius: 4px; }
.hv-bubble.ai b { color: var(--warn); }
.hv-ai-chips { display: flex; gap: 8px; flex-wrap: wrap; }

/* Compliance — clearance flow */
.hv-comp { background: linear-gradient(180deg, #f8fafc, #fff); }
.hv-cflow { display: flex; align-items: center; gap: 5px; margin-bottom: 14px; }
.hv-cstep { flex: 1; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 8px 3px; font-size: 0.72rem; font-weight: 600; color: var(--ink-soft); }
.hv-cstep.ok { background: var(--brand); border-color: var(--brand); color: #fff; }
.hv-comp-doc { display: flex; gap: 14px; align-items: center; background: #f2f4f7; border: 1px solid var(--line); border-radius: 12px; padding: 14px; }
.hv-qr { width: 58px; height: 58px; flex: 0 0 auto; border-radius: 6px; background:
  repeating-linear-gradient(90deg, #0f172a 0 4px, #fff 4px 8px),
  repeating-linear-gradient(0deg, #0f172a 0 4px, #fff 4px 8px);
  background-blend-mode: multiply; box-shadow: 0 0 0 1px var(--line); }
.hv-comp-meta small { display: block; color: var(--muted); font-size: 0.68rem; text-transform: uppercase; letter-spacing: .04em; }
.hv-comp-meta b { font-family: var(--font-head); font-size: 1rem; display: block; margin: 2px 0; }
.hv-comp-meta .ok { font-size: 0.74rem; font-weight: 600; }

/* Knowledge guide (SEO article) */
.guide-section { background: var(--bg); border-top: 1px solid var(--line); }
.guide-inner { max-width: 52rem; }
.guide-updated { font-size: 0.82rem !important; color: var(--muted) !important; margin-top: 10px !important; }
.guide-toc {
  display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center;
  background: var(--tint); border: 1px solid #cfe9dc; border-radius: 14px;
  padding: 14px 18px; margin-bottom: 36px; font-size: 0.88rem;
}
.guide-toc span { font-weight: 700; color: var(--ink); }
.guide-toc a { color: var(--ink); font-weight: 600; }
.guide-toc a:hover { text-decoration: underline; }
.guide-body section { margin-bottom: 40px; scroll-margin-top: 90px; }
.guide-body h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.55rem); margin-bottom: 14px;
  padding-bottom: 10px; border-bottom: 2px solid var(--tint);
}
.guide-body p { color: var(--ink-soft); margin-bottom: 14px; font-size: 0.98rem; line-height: 1.75; }
.guide-body b { color: var(--ink); }
.guide-body ul { margin: 0 0 14px 0; padding-left: 0; list-style: none; }
.guide-body li { padding-left: 28px; position: relative; margin: 10px 0; color: var(--ink-soft); font-size: 0.96rem; line-height: 1.65; }
.guide-body li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--ok); font-weight: 800; }
.guide-body a { color: var(--ink); font-weight: 600; text-decoration: underline; }
.gtable-wrap { overflow-x: auto; margin: 18px 0 6px; }
.gtable {
  width: 100%; border-collapse: separate; border-spacing: 0;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm);
  font-size: 0.92rem; min-width: 480px;
}
.gtable caption { caption-side: top; text-align: left; font-weight: 700; font-family: var(--font-head); padding: 0 0 10px; color: var(--ink); }
.gtable th, .gtable td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--line); }
.gtable thead th { background: var(--tint); color: var(--ink); font-weight: 700; }
.gtable tbody tr:last-child td { border-bottom: 0; }
.gtable td { color: var(--ink-soft); }
.gtable td:first-child { color: var(--ink); font-weight: 600; }
.gtable-note { font-size: 0.8rem; color: var(--muted); margin-top: 8px; }

/* Module template: who / pains / shots / tour script / benefits / integrations+reports */
.who-section { padding: 64px 0; }
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 62rem; margin: 0 auto; }
.who-card {
  background: var(--card); border: 1px solid var(--line); border-radius: 16px;
  padding: 24px; box-shadow: var(--shadow-sm); border-top: 3px solid var(--brand);
}
.who-card h3 { font-size: 1.02rem; margin-bottom: 8px; }
.who-card p { color: var(--ink-soft); font-size: 0.92rem; }

.pains-section { padding: 64px 0; }
.pain-list { max-width: 56rem; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.pain-row {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center;
  background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  padding: 16px 20px; box-shadow: var(--shadow-sm); font-size: 0.93rem;
}
.pain-before { color: var(--ink-soft); text-decoration: line-through; text-decoration-color: rgba(217, 119, 6, 0.5); text-decoration-thickness: 1.5px; }
.pain-arrow { color: var(--ink-soft); font-weight: 800; font-size: 1.1rem; }
.pain-after { color: var(--ink); font-weight: 600; }

.shots-section { padding: 64px 0; }
.shots-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 62rem; margin: 0 auto; }

.tourscript-section { padding: 64px 0; }
.tourscript { max-width: 46rem; }
.tour-script { list-style: none; counter-reset: none; background: var(--card); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); overflow: hidden; }
.tour-script li { display: flex; gap: 16px; align-items: baseline; padding: 15px 22px; border-bottom: 1px solid var(--line); font-size: 0.95rem; color: var(--ink-soft); }
.tour-script li:last-child { border-bottom: 0; }
.tour-time {
  font-family: var(--font-head); font-weight: 800; font-size: 0.82rem;
  color: var(--ink); background: var(--tint); border-radius: 8px;
  padding: 2px 10px; flex-shrink: 0;
}
.tour-cta { text-align: center; margin-top: 26px; }

.benefits-section { padding: 64px 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 62rem; margin: 0 auto 34px; }
.benefit-card {
  background: linear-gradient(160deg, #eef2f7, #fff);
  border: 1px solid #cfe9dc; border-radius: 16px; padding: 24px;
}
.benefit-card h3 { font-size: 1.05rem; margin-bottom: 8px; color: var(--ink); }
.benefit-card p { color: var(--ink-soft); font-size: 0.92rem; }
.cta-row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px;
  background: var(--card); border: 1.5px solid var(--brand); border-radius: 16px;
  padding: 18px 24px; max-width: 62rem; margin: 0 auto; font-size: 0.95rem; color: var(--ink-soft);
}
.cta-row b { color: var(--ink); }

.intrep-section { padding: 64px 0; border-top: 1px solid var(--line); }
.intrep { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 62rem; }
.intrep-col h2 { font-size: 1.3rem; margin-bottom: 8px; }
.intrep-col > p { color: var(--ink-soft); margin-bottom: 18px; font-size: 0.94rem; }
.intrep-chips { justify-content: flex-start; }
.intrep-chips .chip { cursor: default; }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 32px; align-items: start; }
.contact-form { background: var(--card); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-sm); padding: 30px; }
.contact-form .calc-field { margin-bottom: 16px; }
.contact-form label { display: block; font-weight: 600; font-size: 0.92rem; margin-bottom: 7px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: var(--font-body); font-size: 1rem; color: var(--ink); background: #fff;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--ink-soft); }
.contact-form textarea { resize: vertical; min-height: 110px; }
.contact-side { display: flex; flex-direction: column; gap: 14px; }
.contact-quick { background: var(--tint); border: 1px solid #cfe9dc; border-radius: 16px; padding: 22px; }
.contact-quick h3 { font-size: 1rem; margin-bottom: 6px; }
.contact-quick a { color: var(--ink); font-weight: 700; }
.contact-quick .cq-phones { margin-top: 12px; display: flex; flex-direction: column; gap: 6px; font-size: 0.92rem; color: var(--ink-soft); }
.contact-quick .cq-phones a { color: var(--ink-soft); font-weight: 500; }

.offices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.office-card { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 26px; box-shadow: var(--shadow-sm); border-top: 3px solid var(--brand); }
.office-card h3 { font-size: 1.05rem; margin-bottom: 4px; }
.office-card .office-flag { font-size: 1.4rem; display: block; margin-bottom: 10px; }
.office-card .office-legal { font-weight: 600; color: var(--ink); font-size: 0.92rem; margin-bottom: 6px; }
.office-card address { font-style: normal; color: var(--ink-soft); font-size: 0.9rem; line-height: 1.6; }
.office-card .office-phone { display: inline-block; margin-top: 12px; font-weight: 600; color: var(--ink); font-size: 0.9rem; }

/* ---------- Pricing page ---------- */
.pricing.cols-4 { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.best-for {
  display: block; font-size: 0.78rem; font-weight: 700; color: var(--ink);
  background: var(--tint); border-radius: 8px; padding: 6px 10px; margin: 0 0 14px;
  text-align: center;
}
.price-card.enterprise { background: var(--dark); border-color: var(--dark); color: #e2e8f0; }
.price-card.enterprise h3 { color: #fff; }
.price-card.enterprise .price-desc { color: #94a3b8; }
.price-card.enterprise .best-for { background: rgba(255,255,255,.10); color: #e2e8f0; }
.price-card.enterprise .price-custom { color: #fff; }
.price-card.enterprise ul li { color: #cfe0d8; }
.price-card.enterprise ul li::before { color: #94a3b8; }

/* Feature matrix */
.matrix-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.matrix {
  width: 100%; border-collapse: separate; border-spacing: 0; min-width: 780px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
}
.matrix th, .matrix td { padding: 13px 16px; text-align: center; font-size: 0.9rem; border-bottom: 1px solid var(--line); }
.matrix thead th { background: #f8fafc; font-family: var(--font-head); position: sticky; top: 0; z-index: 2; }
.matrix thead th small { display: block; font-family: var(--font-body); font-weight: 500; font-size: 0.74rem; color: var(--muted); }
.matrix th:first-child, .matrix td:first-child { text-align: left; position: sticky; left: 0; background: var(--card); z-index: 1; font-weight: 500; color: var(--ink-soft); min-width: 220px; }
.matrix thead th:first-child { background: #f8fafc; z-index: 3; }
.matrix .grp td { background: var(--tint); font-family: var(--font-head); font-weight: 700; color: var(--ink); text-align: left; }
.matrix .grp td:first-child { background: var(--tint); }
.matrix .yes { color: var(--ok); font-weight: 800; }
.matrix .no { color: #cdd8d2; }
.matrix .hlcol { background: #f1f5f9; }
.matrix tbody tr:last-child td { border-bottom: 0; }
.matrix td.val { font-size: 0.82rem; color: var(--ink-soft); font-weight: 600; }

/* Add-ons */
.addon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.addon-card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 22px; box-shadow: var(--shadow-sm); }
.addon-card h3 { font-size: 1rem; margin-bottom: 6px; }
.addon-card p { font-size: 0.88rem; color: var(--ink-soft); }
.addon-card .addon-price { display: inline-block; margin-top: 10px; font-weight: 700; color: var(--ink); font-size: 0.86rem; }

/* ---------- Free tools ---------- */
.tools-hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tool-hub-card {
  display: flex; flex-direction: column; gap: 10px;
  background: var(--card); border: 1px solid var(--line); border-radius: 16px;
  padding: 24px; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease;
}
.tool-hub-card.live:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #bfe8d6; }
.tool-hub-card h3 { font-size: 1.02rem; }
.tool-hub-card p { font-size: 0.9rem; color: var(--ink-soft); flex: 1; }
.tool-hub-card .bento-link { margin-top: 6px; }
.tool-hub-card.soon { opacity: 0.72; }

.calc {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
  background: var(--card); border: 1px solid var(--line); border-radius: 22px;
  box-shadow: var(--shadow); padding: 34px; max-width: 62rem; margin: 0 auto;
}
.calc-inputs { display: flex; flex-direction: column; gap: 18px; }
.calc-field label { display: block; font-weight: 600; font-size: 0.92rem; margin-bottom: 7px; }
.calc-field input[type="number"], .calc-field select {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: var(--font-body); font-size: 1rem; color: var(--ink); background: #fff;
}
.calc-field input:focus, .calc-field select:focus { outline: none; border-color: var(--ink-soft); }
.seg { display: flex; gap: 6px; background: var(--tint); padding: 5px; border-radius: 12px; }
.seg button {
  flex: 1; border: 0; background: none; padding: 9px; border-radius: 8px; cursor: pointer;
  font-family: var(--font-body); font-weight: 600; font-size: 0.88rem; color: var(--ink-soft);
}
.seg button.active { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.calc-result { background: var(--tint); border-radius: 16px; padding: 26px; display: flex; flex-direction: column; gap: 12px; }
.calc-result h3 { font-size: 0.95rem; color: var(--ink-soft); font-weight: 700; }
.calc-line { display: flex; justify-content: space-between; align-items: baseline; font-size: 0.95rem; color: var(--ink-soft); padding: 6px 0; border-bottom: 1px solid #d9efe4; }
.calc-line b { font-family: var(--font-head); font-size: 1.05rem; color: var(--ink); }
.calc-line.total { border-bottom: 0; padding-top: 10px; }
.calc-line.total span { font-weight: 700; color: var(--ink); }
.calc-line.total b { font-size: 1.7rem; color: var(--ink); }
.calc-bridge { margin-top: 6px; font-size: 0.85rem; color: var(--ink-soft); }
.calc-cta { margin-top: 10px; }

/* Best-fit fairness block (comparison pages) */
.bestfit-section { padding: 56px 0; }
.bestfit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 60rem; margin: 0 auto 28px; }
.bestfit-card {
  background: var(--card); border: 1px solid var(--line); border-radius: 18px;
  padding: 28px; box-shadow: var(--shadow-sm);
}
.bestfit-card.brand { border-color: var(--ink-soft); box-shadow: 0 12px 32px rgba(0, 181, 115, 0.12); }
.bestfit-card h3 { font-size: 1.1rem; margin-bottom: 14px; }
.bestfit-card.brand h3 { color: var(--ink); }
.bestfit-card ul { list-style: none; }
.bestfit-card li { padding-left: 26px; position: relative; margin: 10px 0; font-size: 0.94rem; color: var(--ink-soft); line-height: 1.55; }
.bestfit-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--muted); font-weight: 800; }
.bestfit-card.brand li::before { color: var(--ok); }

/* Workflow chain diagram */
.chain-section { padding: 56px 0; }
.chain {
  list-style: none; display: flex; flex-wrap: wrap; align-items: stretch;
  justify-content: center; gap: 12px; max-width: 66rem; margin: 0 auto;
}
.chain-step {
  flex: 1 1 150px; max-width: 200px; background: var(--card);
  border: 1px solid var(--line); border-top: 3px solid var(--brand);
  border-radius: 14px; padding: 16px 14px; box-shadow: var(--shadow-sm); text-align: center;
}
.chain-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%; margin-bottom: 8px;
  background: var(--tint); color: var(--ink);
  font-family: var(--font-head); font-weight: 800; font-size: 0.85rem;
}
.chain-step b { display: block; font-size: 0.95rem; color: var(--ink); margin-bottom: 3px; }
.chain-step small { font-size: 0.78rem; color: var(--muted); line-height: 1.4; }
.chain-arrow { display: flex; align-items: center; color: var(--ink-soft); flex: 0 0 auto; }

/* Stats + quote strip on feature pages */
.strip-stats-3 { grid-template-columns: repeat(3, 1fr); }
.strip-quote { max-width: 46rem; margin: 30px auto 0; text-align: center; color: #e2e8f0; }
.strip-quote p { font-size: 1.08rem; line-height: 1.65; font-style: italic; }
.strip-quote footer { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 14px; font-size: 0.86rem; color: #94a3b8; }

.faq-section { padding: 64px 0; }
.related-section { padding: 24px 0 40px; }
.related-h { font-size: 1.2rem; margin-bottom: 18px; text-align: center; }
.related-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.chip {
  display: inline-block; padding: 9px 18px; border-radius: 999px;
  background: var(--card); border: 1.5px solid var(--line);
  font-size: 0.88rem; font-weight: 600; color: var(--ink-soft);
  transition: border-color .15s ease, color .15s ease, transform .15s ease;
}
.chip:hover { border-color: var(--ink-soft); color: var(--ink); transform: translateY(-1px); }
.chip-hl { background: var(--tint); color: var(--ink); border-color: #bfe8d6; }

.footer-grid-5 { grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr; }

/* Card-link resets for linked compliance cards */
a.comp-card { display: block; }

/* Deep-section learn-more link */

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   v4 homepage — premium components
   ============================================================ */

/* ---------- Icons ---------- */
.icon { width: 18px; height: 18px; flex-shrink: 0; }
.btn .icon { width: 16px; height: 16px; }
.ic-ok { color: var(--ok); }
.cta-points .icon { color: #fff; width: 16px; height: 16px; }
.ic-tile {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
}
.ic-tile .icon { width: 22px; height: 22px; }
.ic-g { background: var(--tint); color: var(--ink); }
.ic-o { background: #fff4e2; color: var(--orange-dark); }

/* ---------- Hero v4 ---------- */
.v4-hero { position: relative; overflow: hidden; padding: 64px 0 40px; }
.v4-hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr 1fr; gap: 56px; align-items: center; }
.v4-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.04em;
  color: var(--ink); background: var(--tint);
  border: 1px solid #bfe8d6; padding: 7px 14px; border-radius: 999px; margin-bottom: 20px;
}
.v4-eyebrow .icon { width: 15px; height: 15px; color: var(--orange-dark); }
.v4-hero-copy h1 { margin-bottom: 4px; }
.v4-hero-copy .lede { margin-bottom: 14px; }
.v4-hero-copy .lede-2, .lede-2 { font-size: 0.98rem; margin-bottom: 26px; }
.v4-hero-shot { position: relative; }

/* ---------- Browser frame + screenshot placeholders ---------- */
.browser {
  margin: 0; background: #fff; border: 1px solid var(--line);
  border-radius: 16px; overflow: hidden; box-shadow: var(--shadow);
}
.browser-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 14px; background: #f8fafc; border-bottom: 1px solid var(--line);
}
.b-dot { width: 10px; height: 10px; border-radius: 50%; background: #e2e8f0; }
.b-dot.r { background: #ff6b5e; } .b-dot.y { background: #ffc24b; } .b-dot.g { background: #37c877; }
.browser-url {
  margin-left: 10px; font-size: 0.74rem; color: var(--muted); font-weight: 600;
  background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 3px 12px;
}
.browser-dark { border-color: rgba(255,255,255,0.12); }
.browser-dark .browser-bar { background: #14251d; border-color: rgba(255,255,255,0.08); }
.browser-dark .browser-url { background: #0b1220; border-color: rgba(255,255,255,0.1); color: #94a3b8; }

.shot {
  position: relative; display: flex; min-height: 300px;
  background: linear-gradient(150deg, #f8fafc, #eef2f7);
}
.browser-dark .shot { background: linear-gradient(150deg, #0f172a, #0b1220); }
.shot-sm { min-height: 190px; border-radius: 12px; border: 1px solid var(--line); overflow: hidden; flex-direction: column; justify-content: center; padding: 18px; gap: 12px; }
.shot-note {
  position: absolute; bottom: 10px; right: 12px;
  font-size: 0.68rem; font-weight: 600; color: var(--muted);
  background: rgba(255,255,255,0.85); border: 1px dashed #b8cfc2;
  border-radius: 8px; padding: 3px 10px;
}
.browser-dark .shot-note { background: rgba(11,18,32,0.85); border-color: #334155; color: #94a3b8; }

/* skeleton UI inside placeholders */
.sk-side { width: 24%; padding: 16px 12px; display: flex; flex-direction: column; gap: 10px; background: rgba(255,255,255,0.6); border-right: 1px solid var(--line); }
.browser-dark .sk-side { background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.07); }
.sk-logo { width: 60%; height: 12px; border-radius: 6px; background: var(--brand); opacity: 0.75; margin-bottom: 8px; }
.sk-nav { height: 9px; border-radius: 5px; background: #e2e8f0; }
.sk-nav.on { background: var(--brand); opacity: 0.55; }
.browser-dark .sk-nav { background: #24382d; }
.sk-main { flex: 1; padding: 16px; display: flex; flex-direction: column; gap: 14px; }
.sk-kpis { display: flex; gap: 10px; }
.sk-kpis span { flex: 1; height: 44px; border-radius: 10px; background: #fff; border: 1px solid var(--line); }
.browser-dark .sk-kpis span { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.08); }
.sk-chart { display: flex; align-items: flex-end; gap: 8px; height: 110px; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.sk-chart i { flex: 1; height: var(--h); border-radius: 4px 4px 0 0; background: linear-gradient(180deg, var(--brand-2), var(--brand)); opacity: 0.8; }
.sk-rows { display: flex; flex-direction: column; gap: 8px; }
.sk-rows span { height: 14px; border-radius: 7px; background: #fff; border: 1px solid var(--line); }
.sk-rows.lg span { height: 22px; }
.browser-dark .sk-rows span { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.08); }
.shot-sm .sk-kpis span { height: 34px; }
.play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 32px rgba(0, 181, 115, 0.5);
}
.play-btn .icon { width: 26px; height: 26px; color: #fff; margin-left: 3px; }

/* ---------- Logo strip ---------- */
.logo-strip { margin-top: 56px; text-align: center; }
.logo-strip p { font-size: 0.82rem; color: var(--muted); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 18px; }
.logo-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 18px; }
.logo-ph {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 130px; height: 40px; padding: 0 18px;
  border: 1px dashed #cbd5e1; border-radius: 10px;
  font-size: 0.78rem; font-weight: 600; color: var(--muted); background: #fff;
}

/* ---------- Bento product suite ---------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.bento-card {
  grid-column: span 2; display: flex; flex-direction: column; gap: 12px;
  background: var(--card); border: 1px solid var(--line); border-radius: 20px;
  padding: 26px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.bento-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #bfe8d6; }
.bento-lg { grid-column: span 3; flex-direction: row; align-items: center; gap: 26px; }
.bento-copy { flex: 1; display: flex; flex-direction: column; gap: 12px; }
.bento-lg .shot-sm { flex: 1; max-width: 46%; }
.bento-card h3 { font-size: 1.12rem; }
.bento-card p { color: var(--ink-soft); font-size: 0.92rem; flex: 1; }
.bento-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.88rem; font-weight: 700; color: var(--ink); margin-top: auto;
}
.bento-card:hover .bento-link { text-decoration: underline; }

/* ---------- Industry selector ---------- */
.ind-tabs2 { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 32px; }
.ind-tab2 {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1.5px solid var(--line); background: #fff; cursor: pointer;
  padding: 10px 20px; border-radius: 999px;
  font-family: var(--font-body); font-weight: 600; font-size: 0.92rem; color: var(--ink-soft);
  transition: .15s;
}
.ind-tab2 .icon { width: 16px; height: 16px; }
.ind-tab2:hover { border-color: var(--ink-soft); color: var(--ink); }
.ind-tab2.active { background: var(--ink); border-color: var(--ink); color: #fff; }
.ind-stage {
  background: var(--card); border: 1px solid var(--line); border-radius: 24px;
  box-shadow: var(--shadow); padding: 40px;
}
.ind-panel2 { display: none; grid-template-columns: 1.1fr 1fr; gap: 44px; align-items: center; }
.ind-panel2.active { display: grid; animation: fadeUp .35s ease; }
.ind-copy h3 { font-size: clamp(1.3rem, 2.4vw, 1.65rem); margin-bottom: 12px; }
.ind-copy > p { color: var(--ink-soft); margin-bottom: 16px; }
.ind-copy .btn { margin-top: 6px; }

/* ---------- Demo band ---------- */
.demo-band { background: var(--dark); color: #e8edf3; padding: 88px 0; }
.demo-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.demo-copy h2 { color: #fff; margin: 14px 0; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.demo-copy > p { color: #94a3b8; margin-bottom: 24px; }
.demo-copy b { color: #fff; }
.demo-copy .cta-points { color: #cbd5e1; }

/* ---------- Globe / compliance ---------- */
.globe-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: center; }
.globe-wrap { display: flex; justify-content: center; }
.globe { width: min(360px, 90%); height: auto; }
.gpin { fill: var(--brand-2); animation: gpulse 2.4s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
.gpin.d2 { animation-delay: .4s; } .gpin.d3 { animation-delay: .9s; }
.gpin.d4 { animation-delay: 1.3s; } .gpin.d5 { animation-delay: 1.8s; }
@keyframes gpulse { 0%,100% { opacity: .55; transform: scale(1); } 50% { opacity: 1; transform: scale(1.35); } }
.country-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.cchip {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--dark-2); border: 1px solid rgba(0, 214, 138, 0.22);
  color: #d9e8e1; border-radius: 999px; padding: 8px 16px;
  font-size: 0.86rem; font-weight: 600; transition: .15s;
}
.cchip:hover { border-color: #94a3b8; color: #fff; transform: translateY(-1px); }
.cchip.more { border-style: dashed; color: #cbd5e1; }
.globe-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.globe-stats b { display: block; font-family: var(--font-head); font-size: 1.5rem; color: #fff; }
.globe-stats span { font-size: 0.82rem; color: #94a3b8; }

/* ---------- Compare links / proof / security ---------- */
.compare-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 26px; }
.proof-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  text-align: center; margin-bottom: 44px; padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.proof-stats b { display: block; font-family: var(--font-head); font-size: 1.9rem; color: #fff; }
.proof-stats span { font-size: 0.85rem; color: #94a3b8; }
.stars { color: var(--orange); font-size: 0.95rem; letter-spacing: 2px; margin-bottom: 12px; }
.proof-note {
  text-align: center; margin-top: 30px; font-size: 0.8rem; color: var(--muted);
  border: 1px dashed #cbd5e1; border-radius: 10px; padding: 10px 16px;
  width: fit-content; margin-inline: auto; background: rgba(255,255,255,0.6);
}
.quote-section .proof-note { color: #94a3b8; border-color: #334155; background: rgba(255,255,255,0.03); }
.sec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sec-card {
  display: flex; flex-direction: column; gap: 12px;
  background: var(--card); border: 1px solid var(--line); border-radius: 18px;
  padding: 26px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.sec-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.sec-card h3 { font-size: 1.05rem; }
.sec-card p { color: var(--ink-soft); font-size: 0.92rem; }

/* ---------- Skip link & focus ---------- */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 0 0 10px 0;
  font-weight: 700; font-size: 0.9rem;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; border-radius: 4px; }

/* ---------- Mega menu ---------- */
.nav-links { align-items: center; }
.nav-plain { font-weight: 500; color: var(--ink-soft); font-size: 0.95rem; }
.nav-plain:hover { color: var(--ink); }
.nav-item { position: relative; }
.nav-drop {
  display: inline-flex; align-items: center; gap: 5px;
  background: none; border: 0; cursor: pointer; padding: 6px 2px;
  font-family: var(--font-body); font-weight: 500; font-size: 0.95rem; color: var(--ink-soft);
}
.nav-drop:hover { color: var(--ink); }
.nav-drop .chev { width: 14px; height: 14px; transition: transform .15s ease; }
.nav-drop[aria-expanded="true"] { color: var(--ink); }
.nav-drop[aria-expanded="true"] .chev { transform: rotate(180deg); }
.mega {
  display: none; position: absolute; top: calc(100% + 14px); left: 0;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: var(--shadow); padding: 22px 26px; z-index: 80;
  grid-auto-flow: column; gap: 30px 26px; min-width: max-content;
}
/* Right-align the last two menus so wide panels never overflow the viewport */
.nav-item:nth-last-child(1) .mega,
.nav-item:nth-last-child(2) .mega { left: auto; right: 0; }
.mega.open { display: grid; animation: fadeUp .18s ease; }
.mega-col { min-width: 168px; }
.mega-col h4 {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 10px; font-family: var(--font-body);
}
.mega-col a { display: block; padding: 6px 0; font-size: 0.92rem; color: var(--ink-soft); font-weight: 500; }
.mega-col a:hover { color: var(--ink); }
.mega-sm { padding: 18px 22px; }

/* Mega header row (spans all columns) */
.mega-head { grid-column: 1 / -1; margin-bottom: 4px; }
.mega-head h3 { font-size: 1.05rem; margin-bottom: 2px; }
.mega-head p { font-size: 0.86rem; color: var(--muted); max-width: 46ch; }

/* Rich product links with icon + description */
.mega-col a.mlink { display: flex; gap: 11px; align-items: flex-start; padding: 8px 8px; border-radius: 10px; margin: 0 -8px; }
.mega-col a.mlink:hover { background: var(--tint); }
.mega-col a.mlink .icon { width: 19px; height: 19px; color: var(--ink); flex-shrink: 0; margin-top: 2px; }
.mlink span { display: flex; flex-direction: column; }
.mlink b { font-size: 0.92rem; color: var(--ink); font-weight: 700; }
.mlink small { font-size: 0.78rem; color: var(--muted); line-height: 1.35; }

/* CTA rail inside a mega panel */
.mega-cta {
  grid-column: 1 / -1; display: flex; align-items: center; flex-wrap: wrap; gap: 12px;
  margin-top: 10px; padding-top: 16px; border-top: 1px solid var(--line);
}
.mega-cta span { font-size: 0.9rem; color: var(--ink-soft); font-weight: 600; margin-right: auto; }
.mega-cta .btn { padding: 9px 18px; font-size: 0.88rem; }

/* Coming-soon items (no live page yet) */
.mega-col .mdead { display: block; padding: 6px 0; font-size: 0.92rem; color: var(--muted); font-weight: 500; }
.msoon {
  font-size: 0.62rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--orange-dark); background: #fff4e2; border-radius: 6px; padding: 1px 6px;
  margin-left: 6px; font-style: normal; vertical-align: 1px;
}

/* Structured panels: explicit row-based grids (override base column auto-flow) */
#menu-product { grid-auto-flow: row; grid-template-columns: repeat(4, minmax(206px, 1fr)); min-width: 0; width: min(960px, 95vw); }
#menu-solutions, #menu-compliance, #menu-compare, #menu-resources {
  grid-auto-flow: row; grid-template-columns: repeat(2, minmax(190px, 1fr)); min-width: 0; width: min(500px, 92vw);
}
#menu-pricing { grid-auto-flow: row; grid-template-columns: 1fr; min-width: 260px; }

/* ---------- Sign-in dropdown (two workspaces, one platform) ---------- */
.signin-item { position: relative; }
.signin-btn {
  display: inline-flex; align-items: center; gap: 5px;
  border: 1.5px solid var(--line); border-radius: 999px; padding: 10px 16px;
  background: none; font-family: var(--font-body); font-weight: 600; font-size: 0.95rem;
  color: var(--ink-soft); cursor: pointer; transition: color .15s, border-color .15s;
}
.signin-btn:hover { color: var(--ink); border-color: var(--ink-soft); }
.signin-btn .chev { width: 13px; height: 13px; transition: transform .15s; }
.signin-btn[aria-expanded="true"] .chev { transform: rotate(180deg); }
.signin-menu {
  display: none; position: absolute; top: calc(100% + 10px); right: 0; width: 280px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow); padding: 12px; z-index: 80;
}
.signin-menu.open { display: block; animation: fadeUp .18s ease; }
.signin-head { display: block; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); padding: 2px 8px 8px; }
.signin-link { display: block; padding: 9px 10px; border-radius: 10px; }
.signin-link:hover { background: var(--tint); }
.signin-link b { display: block; font-size: 0.92rem; color: var(--ink); }
.signin-link small { font-size: 0.76rem; color: var(--muted); }
.signin-note { display: block; font-size: 0.74rem; color: var(--muted); padding: 9px 8px 2px; margin-top: 6px; border-top: 1px solid var(--line); }
/* Mobile sign-in group (inside the hamburger accordion; hidden on desktop) */
.nav-signin-m { display: none; }

/* ---------- AI split section ---------- */
.split { display: grid; grid-template-columns: 1.15fr 1fr; gap: 52px; align-items: center; }
.split-copy h2 { margin: 14px 0 12px; }
.split-copy > p { color: var(--ink-soft); margin-bottom: 16px; }
.split-visual { display: flex; justify-content: center; }

/* ---------- Automation tiles & tools ---------- */
.tiles-3 { grid-template-columns: repeat(3, 1fr); }
.tile-link { color: inherit; }
.tile-link:hover p b { color: var(--ink); }
.tools-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tool-card {
  position: relative; background: var(--card); border: 1px solid var(--line);
  border-radius: 18px; padding: 24px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 10px;
}
.tool-card h3 { font-size: 1.02rem; }
.tool-card p { color: var(--ink-soft); font-size: 0.9rem; flex: 1; }
.soon-tag {
  align-self: flex-start; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--orange-dark); background: #fff4e2;
  border: 1px dashed #f2c98c; border-radius: 999px; padding: 4px 12px;
}
.int-chips { justify-content: center; }
.int-chips .chip { cursor: default; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .v4-hero-grid, .demo-inner, .globe-grid { grid-template-columns: 1fr; gap: 44px; }
  .bento { grid-template-columns: 1fr 1fr; }
  .bento-card { grid-column: span 1; }
  .bento-lg { grid-column: span 2; }
  .ind-panel2 { grid-template-columns: 1fr; gap: 28px; }
  .sec-grid { grid-template-columns: 1fr 1fr; }
  .proof-stats { grid-template-columns: repeat(2, 1fr); }
  .who-grid, .benefit-grid { grid-template-columns: 1fr; }
  .tools-hub-grid { grid-template-columns: 1fr 1fr; }
  .shots-row, .intrep { grid-template-columns: 1fr; }
  .pain-row { grid-template-columns: 1fr; gap: 6px; text-align: left; }
  .pain-arrow { transform: rotate(90deg); width: fit-content; }
  .pricing, .quotes { grid-template-columns: 1fr 1fr; }
  .pricing.cols-4 { grid-template-columns: 1fr 1fr; }
  .addon-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; }
  .offices-grid { grid-template-columns: 1fr; }
  .tools-grid { grid-template-columns: 1fr 1fr; }
  .tiles-3 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .price-card.featured { order: -1; }
}
@media (max-width: 860px) {
  .site-header .nav { gap: 8px; }
  .site-header .nav-links { display: none; }
  .site-header .nav-cta { margin-left: auto; gap: 6px; }
  .site-header .nav-cta .btn-ghost, .site-header .nav-cta .signin-item { display: none; }
  .site-header .nav-cta .btn-primary { padding: 9px 13px; font-size: 0.86rem; }
  /* Mobile sign-in group inside the hamburger accordion */
  .nav-links.open .nav-signin-m { display: block; margin-top: 8px; padding-top: 10px; border-top: 1px solid var(--line); }
  .nav-signin-m .nsm-head { display: block; font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); padding: 4px 0 6px; }
  .nav-signin-m a { display: block; padding: 10px 0; font-weight: 600; color: var(--ink-soft); }
  .nav-signin-m small { display: block; font-weight: 500; font-size: 0.78rem; color: var(--muted); }
  .nav-signin-m .nsm-note { display: block; font-size: 0.74rem; color: var(--muted); padding-top: 8px; }
  .site-header .brand-name { font-size: 1.08rem; }
  .site-header .brand-mark svg { width: 30px; height: 30px; }
  .nav-toggle { display: block; padding: 8px 4px; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: stretch; position: absolute;
    top: 100%; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--line);
    padding: 14px 6% 22px; gap: 4px; max-height: calc(100vh - 130px); overflow-y: auto;
  }
  .nav-links.open .nav-plain { padding: 10px 0; border-bottom: 1px solid var(--line); }
  .nav-item { width: 100%; }
  .nav-drop { width: 100%; justify-content: space-between; padding: 12px 0; font-size: 1rem; border-bottom: 1px solid var(--line); }
  .mega, .mega.open,
  #menu-product, #menu-solutions, #menu-compliance,
  #menu-compare, #menu-resources, #menu-pricing {
    position: static; transform: none; box-shadow: none; border: 0;
    padding: 6px 0 10px 12px; grid-auto-flow: row;
    grid-template-columns: 1fr; gap: 10px; min-width: 0; max-width: none;
  }
  .mega { display: none; }
  .mega.open { display: grid; }
  .mega-head { display: none; }
  .mega-cta { flex-direction: column; align-items: stretch; border-top: 0; padding-top: 8px; }
  .mega-cta span { margin: 0 0 4px; }
  .mega-cta .btn { width: 100%; }
}
@media (max-width: 720px) {
  .pricing, .pricing.cols-4, .quotes, .footer-grid { grid-template-columns: 1fr; }
  .strip-stats { grid-template-columns: 1fr 1fr; }
  .tools-grid, .tiles-3 { grid-template-columns: 1fr; }
  .cta { padding: 40px 26px; }
  .v4-hero { padding: 40px 0 24px; }
  .bento { grid-template-columns: 1fr; }
  .bento-lg { grid-column: span 1; flex-direction: column; align-items: stretch; }
  .bento-lg .shot-sm { max-width: none; }
  .ind-stage { padding: 24px; }
  .ind-tabs2 { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; scrollbar-width: none; }
  .ind-tabs2::-webkit-scrollbar { display: none; }
  .ind-tab2 { white-space: nowrap; }
  .sec-grid { grid-template-columns: 1fr; }
  .globe-stats { grid-template-columns: 1fr; gap: 10px; }
  .logo-row { gap: 8px; }
  .logo-ph { min-width: 100px; height: 34px; font-size: 0.7rem; }
  .shot { min-height: 220px; }
  .tiles, .fp-zig .tiles, .fp-matrix .tiles, .fp-rail .tiles { grid-template-columns: 1fr; }
  .fp-rail .fp-inner { padding-left: 50px; }
  .fp-rail .fp-inner::before { bottom: -40px; }
  .flow { grid-template-columns: 1fr; gap: 26px; }
  .flow-line { display: none; }
  .strip-stats-3 { grid-template-columns: 1fr; gap: 14px; }
  .chain { flex-direction: column; align-items: stretch; }
  .chain-step { max-width: none; }
  .chain-arrow { transform: rotate(90deg); justify-content: center; }
  .bestfit-grid { grid-template-columns: 1fr; }
  .tools-hub-grid { grid-template-columns: 1fr; }
  .calc { grid-template-columns: 1fr; padding: 24px; }
  .addon-grid { grid-template-columns: 1fr; }
  .sticky-cta { display: block; }
  .fc-1 { right: 4px; } .fc-2 { left: 4px; }
}

/* ---------- "What is it?" — plain answer before any selling ---------- */
.whatis-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 46px; align-items: start; }
.whatis-copy h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 10px 0 16px; }
.whatis-copy p { color: var(--ink-soft); font-size: 1.06rem; line-height: 1.75; margin-bottom: 14px; max-width: 46rem; }
.whatis-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); position: sticky; top: 96px; }
.whatis-card h3 { font-size: 1.05rem; margin-bottom: 14px; }
.whatis-list { list-style: none; display: grid; gap: 11px; }
.whatis-list li { position: relative; padding-left: 30px; color: var(--ink-soft); font-size: 0.97rem; line-height: 1.5; }
.whatis-list li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--tint); border: 1px solid var(--line);
}
.whatis-list li::after {
  content: ""; position: absolute; left: 5px; top: 12px; width: 8px; height: 4px;
  border-left: 2px solid var(--ink-soft); border-bottom: 2px solid var(--ink-soft);
  transform: rotate(-45deg);
}

/* ---------- How it helps, business by business ---------- */
.helps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.help-card { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 22px; }
.help-ic { font-size: 1.5rem; display: block; margin-bottom: 10px; }
.help-card h3 { font-size: 1.08rem; margin-bottom: 10px; }
.help-card p { font-size: 0.93rem; line-height: 1.6; margin-bottom: 8px; color: var(--muted); }
.help-card .help-prob b { color: var(--ink); }
.help-card .help-fix { color: var(--ink-soft); }
.help-card .help-fix b { color: var(--ink); }

/* ---------- Honest comparison table ---------- */
.vs-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.vs-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.vs-table caption { text-align: left; padding: 16px 18px 0; color: var(--muted); font-size: 0.85rem; }
.vs-table th, .vs-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); font-size: 0.94rem; vertical-align: top; }
.vs-table thead th { background: var(--tint); font-family: var(--font-head); font-size: 0.95rem; color: var(--ink); white-space: nowrap; }
.vs-table thead th:nth-child(2) { background: #e6efe9; }
.vs-table tbody th { font-weight: 600; color: var(--ink); width: 26%; }
.vs-table td { color: var(--muted); }
.vs-table td.hl { color: var(--ink); font-weight: 600; background: #f4f8f6; }
.vs-table tbody tr:last-child th, .vs-table tbody tr:last-child td { border-bottom: 0; }
.vs-note { margin-top: 14px; font-size: 0.85rem; color: var(--muted); max-width: 60rem; }

@media (max-width: 900px) {
  .whatis-grid { grid-template-columns: 1fr; gap: 28px; }
  .whatis-card { position: static; }
  .helps-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .helps-grid { grid-template-columns: 1fr; }
}

/* ---------- Explained screenshots: a screenshot that teaches ---------- */
.shots-col { display: grid; gap: 34px; }
.shots-col .browser { max-width: 980px; margin: 0 auto; width: 100%; }
.shot-cap { padding: 18px 20px 20px; border-top: 1px solid var(--line); background: var(--card); }
.shot-cap p { font-size: 0.97rem; line-height: 1.65; color: var(--ink-soft); }
.shot-cap .shot-look { margin-top: 10px; font-size: 0.9rem; color: var(--muted); }
.shot-cap .shot-look span {
  display: inline-block; font-weight: 700; font-size: 0.7rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink); background: var(--tint);
  border-radius: 999px; padding: 2px 9px; margin-right: 7px;
}

/* ---------- Switching: the objection that decides the sale ---------- */
.sw-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: start; }
.sw-steps { list-style: none; display: grid; gap: 20px; }
.sw-steps li { display: flex; gap: 14px; align-items: flex-start; }
.sw-n {
  flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%;
  background: var(--tint); border: 1px solid var(--line); color: var(--ink);
  font-weight: 700; font-size: 0.85rem; display: grid; place-items: center;
}
.sw-steps b { font-family: var(--font-head); font-size: 1.02rem; display: block; margin-bottom: 4px; }
.sw-steps p { color: var(--muted); font-size: 0.94rem; line-height: 1.6; }
.sw-answers { display: grid; gap: 14px; }
.sw-a { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; }
.sw-a h4 { font-size: 0.97rem; margin-bottom: 6px; color: var(--ink); }
.sw-a p { font-size: 0.92rem; line-height: 1.6; color: var(--muted); }

@media (max-width: 900px) {
  .sw-grid { grid-template-columns: 1fr; gap: 28px; }
}
