/* SCOPED UNDER .hp3 — see scratchpad/scope_home_css.php.
   The homepage loads Bootstrap and the site theme; this sheet's .btn,
   .nav, .card and its --ink/--muted/--line/--display/--wrap tokens all
   collide with them. Every selector below is therefore prefixed, and
   :root/html/body became .hp3 itself. Wrap the homepage body in
   <div class="hp3"> or none of this applies. */
/* ==========================================================================
   SignalSumo — homepage mockup (home-v3)

   Ground rules this sheet follows
   - Light and calm. One deep-navy section (the data), everything else white or
     a very light blue. The blue→violet accent appears on two words and one line.
   - The brand mark is a citation bracket, so the bracket is the page's one
     recurring device: it marks the thing SignalSumo is pointing at.
   - Type: Instrument Sans (display + text, narrowed a little for headlines),
     Inter inside the product screens because it is the app's own face,
     JetBrains Mono for small data labels.
   - Nothing is ever hidden waiting for a scroll. Every block and figure is
     fully drawn on first paint, so a screenshot — or a reader who never
     scrolls slowly — sees the finished page. Motion is limited to things that
     cannot leave a section looking empty: hovers, the menus, the tab merge,
     the map, the flowing plan connectors, and the Add-to-plan feedback.
   ========================================================================== */

@font-face {
  font-family: 'Instrument Sans';
  src: url(../fonts/instrument-sans-latin.woff2) format('woff2');
  font-weight: 400 700;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.hp3 {
  /* ink + text — slate with a blue bias, so the greys read as chosen */
  --ink: #0f172a;          /* the logo's ink */
  --ink-2: #1b2740;
  --body: #3a4960;
  --muted: #5d6c85;
  --faint: #8391a7;
  /* ground */
  --paper: #ffffff;
  --mist: #f5f8fc;
  --mist-2: #edf2fa;
  --line: #e4e9f1;
  --line-2: #d3dbe7;
  /* brand */
  --blue: #2563eb;         /* the logo's blue */
  --blue-ink: #1d4fd7;
  --blue-wash: #ebf1fe;
  --blue-soft: #a9c1f7;
  --violet: #6e56cf;       /* accent only: two words and one line */
  /* the one dark section */
  --navy: #0a1226;
  --on-navy: #e6ecf8;
  --on-navy-2: #9aa9c5;
  --navy-line: rgba(173, 194, 235, .14);
  /* semantic — separate from the accent */
  --good: #15803d;  --good-wash: #e8f5ec;
  --warn: #b45309;  --warn-wash: #fcf1e1;
  --bad: #c42020;   --bad-wash: #fdeeee;
  /* type */
  --display: 'Instrument Sans', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text: 'Instrument Sans', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --ui: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, 'Cascadia Mono', Consolas, monospace;
  /* layout */
  --wrap: 1200px;
  --gut: 32px;
  --wrap-outer: calc(var(--wrap) + 2 * var(--gut));
  --sec: 112px;
  --r-lg: 14px;
  --frame-shadow:
    0 0 0 1px rgba(15, 23, 42, .05),
    0 2px 4px -2px rgba(15, 23, 42, .06),
    0 24px 48px -24px rgba(15, 23, 42, .20),
    0 56px 96px -56px rgba(37, 99, 235, .30);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- base ---------- */
.hp3 *, .hp3 *::before, .hp3 *::after { box-sizing: border-box; }
.hp3 { -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { .hp3 { scroll-behavior: smooth; } }
.hp3 {
  margin: 0;
  background: var(--paper);
  color: var(--body);
  font: 400 18px/1.6 var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.hp3 h1, .hp3 h2, .hp3 h3, .hp3 p, .hp3 ul, .hp3 ol, .hp3 dl, .hp3 dd, .hp3 figure, .hp3 blockquote { margin: 0; }
.hp3 ul, .hp3 ol { padding: 0; list-style: none; }
.hp3 a { color: inherit; }
.hp3 img { display: block; max-width: 100%; height: auto; }
.hp3 svg { display: block; }
.hp3 .ic { display: inline-block; flex: none; vertical-align: middle; }
.hp3 button { font: inherit; color: inherit; }
.hp3 mark { background: none; color: inherit; }
.hp3 .wrap { width: 100%; max-width: var(--wrap-outer); margin: 0 auto; padding: 0 var(--gut); }
.hp3 .vh { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hp3 :focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
.hp3 ::selection { background: #cddcfc; color: var(--ink); }
.hp3 .mono { font-family: var(--mono); font-size: .92em; letter-spacing: -.01em; }

/* ---------- type ---------- */
.hp3 .display, .hp3 .h-xl, .hp3 .h-lg {
  font-family: var(--display);
  font-weight: 600;
  font-stretch: 88%;
  color: var(--ink);
  text-wrap: balance;
}
.hp3 .display { font-size: clamp(3rem, 1.15rem + 4.9vw, 5.2rem); line-height: .96; letter-spacing: -.036em; }
.hp3 .h-xl { font-size: clamp(2.4rem, 1.3rem + 3.1vw, 4rem);   line-height: 1.02; letter-spacing: -.03em; }
.hp3 .h-lg { font-size: clamp(2rem, 1.2rem + 2.2vw, 3.1rem);   line-height: 1.06; letter-spacing: -.026em; }
.hp3 .soft { color: var(--faint); }
.hp3 .grad {
  background: linear-gradient(95deg, var(--blue) 8%, var(--violet) 96%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  padding-bottom: .06em;          /* keeps descenders inside the clipped box */
}
.hp3 .eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font: 500 14.5px/1.3 var(--text);
  color: var(--ink-2);
}
.hp3 .eyebrow .mark { color: var(--ink); }
.hp3 .eyebrow-plain {
  font: 600 12px/1.2 var(--mono);
  text-transform: uppercase; letter-spacing: .08em;
  color: var(--blue);
}
.hp3 .lede { font-size: clamp(1.1rem, 1rem + .35vw, 1.25rem); line-height: 1.55; color: var(--body); max-width: 34em; }

/* the arrow glyph lives outside Instrument Sans' latin subset; pin one face */
.hp3 .arr { display: inline-block; font-family: system-ui, 'Segoe UI', sans-serif; font-weight: 500; transition: transform .25s var(--ease); }

/* ---------- announcement bar ---------- */
.hp3 .annbar { background: var(--ink); color: #c7d2e6; font: 500 13px/1.4 var(--ui); }
.hp3 .annbar-row { display: flex; align-items: center; gap: 14px; min-height: 42px; padding-top: 6px; padding-bottom: 6px; }
.hp3 .ann-slides { position: relative; flex: 1; min-width: 0; min-height: 20px; }
/* the slides sit on top of each other; only the live one is focusable */
.hp3 .ann-slide {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  color: inherit; text-decoration: none;
  opacity: 0; visibility: hidden; transform: translateY(5px); pointer-events: none;
  transition: opacity .2s var(--ease), transform .2s var(--ease), visibility 0s linear .2s, color .15s;
}
.hp3 .ann-slide.is-on { opacity: 1; visibility: visible; transform: none; pointer-events: auto; transition: opacity .3s var(--ease) .18s, transform .3s var(--ease) .18s, visibility 0s, color .15s; }
.hp3 .ann-txt { max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hp3 .ann-slide b { color: #fff; font-weight: 600; }
.hp3 .ann-slide:hover { color: #fff; }
.hp3 .ann-slide:hover .arr { transform: translateX(3px); }
.hp3 .ann-dots { display: flex; flex: none; gap: 6px; }
.hp3 .ann-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .28); cursor: pointer; transition: background-color .2s, transform .2s; }
.hp3 .ann-dots button:hover { background: rgba(255, 255, 255, .55); }
.hp3 .ann-dots button.is-on { background: #7aa2ff; transform: scale(1.35); }

/* ---------- buttons + links ---------- */
.hp3 .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font: 600 15px/1 var(--text); letter-spacing: -.005em;
  padding: 12px 18px; border-radius: 9px; border: 1px solid transparent;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .2s var(--ease), background-color .2s, border-color .2s, box-shadow .2s, color .2s;
}
.hp3 .btn:hover { transform: translateY(-1px); }
.hp3 .btn:hover .arr { transform: translateX(3px); }
.hp3 .btn:active { transform: translateY(0); }
.hp3 .btn-lg { padding: 15px 22px; font-size: 16px; }
.hp3 .btn-sm { padding: 9px 14px; font-size: 14px; }
.hp3 .btn-primary {
  background: var(--blue); color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 1px 2px rgba(15, 23, 42, .18), 0 8px 18px -8px rgba(37, 99, 235, .65);
}
.hp3 .btn-primary:hover { background: var(--blue-ink); }
.hp3 .btn-quiet { background: #fff; color: var(--ink); border-color: var(--line-2); }
.hp3 .btn-quiet:hover { border-color: var(--ink); }
.hp3 .btn-ink { background: var(--ink); color: #fff; }
.hp3 .btn-ink:hover { background: #1c2a47; }
.hp3 .cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hp3 .cta-center { justify-content: center; }
.hp3 .ticks { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 14.5px; color: var(--muted); }
.hp3 .ticks li { display: inline-flex; align-items: center; gap: 7px; }
.hp3 .ticks .ic { color: var(--blue); }
.hp3 .ticks-center { justify-content: center; }
.hp3 .link-arrow {
  display: inline-flex; align-items: center; gap: 6px;
  font: 600 16px/1.2 var(--text); color: var(--blue); text-decoration: none;
  padding: 3px 0; border-bottom: 1.5px solid transparent;
  transition: border-color .2s;
}
.hp3 .link-arrow:hover { border-bottom-color: currentColor; }
.hp3 .link-arrow:hover .arr { transform: translateX(3px); }

/* ---------- the bracket: SignalSumo pointing at something ---------- */
.hp3 .cite { position: relative; }
.hp3 .cite::before, .hp3 .cite::after {
  content: ""; position: absolute; top: 3px; bottom: 3px; width: 7px;
  border: 2px solid var(--blue); pointer-events: none;
  transition: transform .55s var(--ease) .5s, opacity .4s .5s;
}
.hp3 .cite::before { left: -7px; border-right: 0; border-radius: 3px 0 0 3px; }
.hp3 .cite::after { right: -7px; border-left: 0;  border-radius: 0 3px 3px 0; }

/* ==========================================================================
   Navigation
   ========================================================================== */
.hp3 .nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s;
}
.hp3 .nav.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 18px -14px rgba(15, 23, 42, .25); }
.hp3 .nav-row { position: relative; display: flex; align-items: stretch; gap: 36px; height: 68px; }
.hp3 .nav-logo { display: flex; align-items: center; flex: none; }
.hp3 .nav-logo img { height: 22px; width: auto; }
.hp3 .nav-main { flex: 1; display: flex; }
.hp3 .nav-list { display: flex; align-items: stretch; gap: 2px; }
.hp3 .nav-item { position: relative; display: flex; align-items: center; }
.hp3 .nav-item.is-mega { position: static; }
.hp3 .nav-link {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 8px 12px; border: 0; border-radius: 8px; background: none; cursor: pointer;
  font: 500 15px/1 var(--text); color: var(--ink-2); text-decoration: none;
  transition: background-color .15s, color .15s;
}
.hp3 .nav-link:hover, .hp3 .nav-link[aria-expanded="true"] { background: var(--mist-2); color: var(--ink); }
.hp3 .nav-link .chev { color: var(--faint); transition: transform .2s var(--ease); }
.hp3 .nav-link[aria-expanded="true"] .chev { transform: rotate(180deg); }
.hp3 .nav-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.hp3 .nav-burger { display: none; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 9px; background: #fff; cursor: pointer; color: var(--ink); }
.hp3 .nav-burger .i-close { display: none; }
.hp3 .nav-burger[aria-expanded="true"] .i-open { display: none; }
.hp3 .nav-burger[aria-expanded="true"] .i-close { display: block; }

.hp3 .menu {
  position: absolute; top: calc(100% - 8px); left: 0; z-index: 60;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: 0 22px 44px -18px rgba(15, 23, 42, .24), 0 2px 6px rgba(15, 23, 42, .05);
  padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(-6px) scale(.985); transform-origin: top left;
  transition: opacity .16s var(--ease), transform .16s var(--ease), visibility 0s linear .16s;
}
.hp3 .has-menu.is-open > .menu {
  opacity: 1; visibility: visible; transform: none;
  transition: opacity .18s var(--ease), transform .18s var(--ease), visibility 0s;
}
/* anchored to the nav row, not the Product button, so it can never run off the right edge */
.hp3 .menu-mega { left: var(--gut); width: min(1040px, calc(100% - 2 * var(--gut))); padding: 0; }
.hp3 .mega-cols { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; padding: 22px 18px 16px; }
.hp3 .mega-head { display: flex; align-items: center; gap: 8px; margin: 0 10px 10px; font: 600 13.5px/1.25 var(--text); color: var(--ink); }
.hp3 .mega-head .ic { color: var(--blue); }
.hp3 .mega-col a { display: block; padding: 7px 10px; border-radius: 7px; font: 500 14.5px/1.3 var(--text); color: var(--body); text-decoration: none; }
.hp3 .mega-col a:hover { background: var(--mist); color: var(--blue); }
.hp3 .mega-foot {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 13px 28px; border-top: 1px solid var(--line); border-radius: 0 0 12px 12px;
  background: var(--mist); font-size: 14px; color: var(--muted);
}
.hp3 .mega-foot a { color: var(--blue); font-weight: 600; text-decoration: none; }
.hp3 .mega-foot a:hover .arr { transform: translateX(3px); }
.hp3 .menu-list { width: 344px; }
.hp3 .menu-list a { display: flex; align-items: flex-start; gap: 12px; padding: 10px 12px; border-radius: 9px; text-decoration: none; }
.hp3 .menu-list a:hover { background: var(--mist); }
.hp3 .menu-ic { flex: none; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; background: var(--blue-wash); color: var(--blue); }
.hp3 .menu-list b { display: block; font: 600 14.5px/1.3 var(--text); color: var(--ink); }
.hp3 .menu-list small { display: block; margin-top: 2px; font-size: 13px; line-height: 1.4; color: var(--muted); }
.hp3 .menu-compact { width: 252px; }
.hp3 .menu-res { width: 292px; }
.hp3 .menu-h { margin: 10px 12px 4px; font: 600 10.5px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--faint); }
.hp3 .menu-res > .menu-h:first-child { margin-top: 4px; }
.hp3 .menu-foot { display: flex; align-items: center; gap: 8px; margin-top: 6px; padding: 11px 12px 5px; border-top: 1px solid var(--line); font: 600 13.5px/1 var(--text); color: var(--blue); text-decoration: none; }
.hp3 .menu-foot:hover .arr { transform: translateX(3px); }

/* Language. The real control is templates/language_switcher.php — it builds
   each href from i18nAltUrl(), so it can only offer URLs the page declares as
   hreflang alternates. This is its shape in the new header. */
.hp3 .nav-lang > .nav-link { gap: 5px; padding: 8px 9px; border: 1px solid var(--line); border-radius: 9px; font: 600 12.5px/1 var(--mono); letter-spacing: .04em; }
.hp3 .nav-lang > .nav-link:hover { border-color: var(--line-2); }
.hp3 .menu-lang { left: auto; right: 0; width: 196px; }
.hp3 .menu-lang a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 8px; font-size: 14px; color: var(--body); text-decoration: none; }
.hp3 .menu-lang a:hover { background: var(--mist); color: var(--blue); }
.hp3 .menu-lang a[aria-current="true"] { font-weight: 600; color: var(--ink); }
.hp3 .lang-code { flex: none; min-width: 27px; padding: 3px 4px; border-radius: 4px; background: var(--mist-2); font: 700 10px/1.2 var(--mono); letter-spacing: .04em; text-align: center; color: var(--muted); }
.hp3 .drawer-langs a { display: flex; align-items: center; gap: 10px; }

.hp3 .menu-compact a { align-items: center; padding: 8px 10px; }
.hp3 .menu-compact .menu-ic { width: 28px; height: 28px; background: var(--mist-2); color: var(--muted); }
.hp3 .menu-compact a:hover .menu-ic { color: var(--blue); }

.hp3 .drawer { border-top: 1px solid var(--line); background: #fff; max-height: calc(100vh - 68px); max-height: calc(100dvh - 68px); overflow: auto; padding: 4px 0 28px; }
.hp3 .drawer details { border-bottom: 1px solid var(--line); }
.hp3 .drawer summary {
  list-style: none; display: flex; justify-content: space-between; align-items: center;
  padding: 16px 0; cursor: pointer; font: 600 17px/1 var(--text); color: var(--ink);
}
.hp3 .drawer summary::-webkit-details-marker { display: none; }
.hp3 .drawer summary .chev { color: var(--faint); transition: transform .2s; }
.hp3 .drawer details[open] summary .chev { transform: rotate(180deg); }
.hp3 .drawer ul { padding-bottom: 10px; }
.hp3 .drawer li a { display: block; padding: 9px 0; font-size: 16px; color: var(--body); text-decoration: none; }
.hp3 .drawer-head { margin: 12px 0 2px; font: 600 11.5px/1 var(--mono); text-transform: uppercase; letter-spacing: .06em; color: var(--faint); }
.hp3 .drawer-link { display: block; padding: 16px 0; border-bottom: 1px solid var(--line); font: 600 17px/1 var(--text); color: var(--ink); text-decoration: none; }
.hp3 .drawer-cta { display: grid; gap: 10px; margin-top: 22px; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hp3 .hero { position: relative; padding: 92px 0 124px; overflow-x: clip; }
.hp3 .hero-grid { display: grid; grid-template-columns: minmax(0, 512px) minmax(0, 1fr); gap: 50px; align-items: center; }
.hp3 .hero-copy .eyebrow { margin-bottom: 24px; }
.hp3 .hero-copy .display { margin-bottom: 28px; }
.hp3 .hero-copy .lede { margin-bottom: 36px; font-size: clamp(1.15rem, 1rem + .45vw, 1.35rem); }
.hp3 .hero-find {
  position: relative;   /* the typeahead dropdown hangs off the whole pill */
  display: flex; align-items: center; gap: 8px;
  padding: 7px 7px 7px 8px; background: #fff;
  border: 1px solid var(--line); border-radius: 999px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 18px 40px -26px rgba(15, 23, 42, .45);
}
.hp3 .hero-find:focus-within { border-color: var(--blue-soft); box-shadow: 0 0 0 4px var(--blue-wash), 0 18px 40px -26px rgba(15, 23, 42, .45); }
/* the typeahead hangs an absolutely positioned list off this box */
.hp3 .hf-field { flex: 1 1 auto; min-width: 0; display: flex; align-items: center; gap: 10px; padding-left: 12px; }
.hp3 .hf-ic { flex: none; display: grid; place-items: center; color: var(--faint); }
.hp3 .hf-input {
  width: 100%; min-width: 0; border: 0; background: transparent; padding: 12px 0;
  font: 400 16.5px/1.2 var(--text); color: var(--ink);
}
.hp3 .hf-input::placeholder { color: var(--faint); }
.hp3 .hf-input:focus { outline: none; }
.hp3 .hf-btn { flex: none; border-radius: 999px; }
.hp3 .hf-demo { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-weight: 600; text-decoration: none; }
.hp3 .hf-demo:hover { text-decoration: underline; }
.hp3 .hf-demo:hover .arr { transform: translateX(3px); }
/* the shared typeahead is styled for the app's Bootstrap pages; this squares it
   with the rounded field above it */
.hp3 .hero-find .dac-list { border-radius: 14px; border-color: var(--line); padding: 7px; }
.hp3 .hero-copy .ticks { margin-top: 26px; }
/* Bleeds past the text column toward the viewport edge on wide screens, but
   always stops a gutter short of it: a window onto the app, never cropped. */
.hp3 .hero-visual {
  position: relative; isolation: isolate;
  margin-right: calc(-1 * clamp(0px, (100vw - var(--wrap-outer)) / 2 - var(--gut), 190px));
}
.hp3 .hero-visual .app { box-shadow: 0 0 0 1px rgba(15, 23, 42, .06), 0 4px 10px -4px rgba(15, 23, 42, .1), 0 44px 80px -44px rgba(15, 23, 42, .5); }
.hp3 .hero-visual::before {
  content: ""; position: absolute; z-index: -1;
  top: -64px; bottom: -80px; left: 8%; right: -100vw;
  background: linear-gradient(180deg, var(--mist) 0%, var(--mist-2) 100%);
  border-radius: 28px 0 0 28px;
}

/* ---------- product frame (shared by every screen on the page) ---------- */
.hp3 .app {
  font-family: var(--ui); font-size: 13px; line-height: 1.4; color: var(--ink);
  background: #fff; border-radius: var(--r-lg); box-shadow: var(--frame-shadow);
  overflow: hidden;
}
.hp3 .chip { display: inline-flex; align-items: center; padding: 4px 8px; border-radius: 999px; font: 600 10.5px/1 var(--ui); letter-spacing: .02em; white-space: nowrap; }
.hp3 .chip-sample { color: var(--muted); background: var(--mist-2); border: 1px solid var(--line); }
.hp3 .pill { display: inline-flex; align-items: center; padding: 3px 8px; border-radius: 999px; font: 600 10.5px/1.1 var(--ui); white-space: nowrap; }
.hp3 .pill-high { background: var(--bad-wash); color: var(--bad); }
.hp3 .pill-med { background: var(--warn-wash); color: var(--warn); }
.hp3 .pill-opp { background: var(--blue-wash); color: var(--blue-ink); }
.hp3 .pill-low { background: var(--mist-2); color: var(--muted); }
.hp3 .delta { display: inline-flex; align-items: center; gap: 2px; font-size: 11px; font-weight: 600; font-variant-numeric: tabular-nums; }
.hp3 .delta.up { color: var(--good); }

.hp3 .ring { flex: none; transform: rotate(-90deg); }
.hp3 .ring circle { fill: none; stroke-width: 4.2; }
.hp3 .ring-bg { stroke: var(--mist-2); }
.hp3 .ring-fg { stroke: var(--blue); stroke-linecap: round; stroke-dasharray: var(--p) 100; transition: stroke-dasharray 1.5s var(--ease) .2s; }

/* ---------- hero dashboard ---------- */
.hp3 .dash { display: grid; grid-template-columns: 56px minmax(0, 1fr); }
.hp3 .dash-side { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 16px 0; background: #fafbfd; border-right: 1px solid var(--line); }
.hp3 .dash-mark { margin-bottom: 12px; color: var(--ink); }
.hp3 .dash-side i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; color: #9aa5b7; }
.hp3 .dash-side i.on { background: var(--blue-wash); color: var(--blue); }
.hp3 .dash-main { min-width: 0; padding: 16px 20px 20px; }
.hp3 .dash-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.hp3 .dash-proj { display: flex; align-items: center; gap: 8px; min-width: 0; }
.hp3 .dash-proj b { font-weight: 600; font-size: 13.5px; }
.hp3 .fav { display: grid; place-items: center; flex: none; width: 20px; height: 20px; border-radius: 5px; background: var(--ink); color: #fff; font: 700 11px/1 var(--ui); }
.hp3 .dash-filters { display: flex; gap: 6px; }
.hp3 .sel { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; border: 1px solid var(--line); border-radius: 7px; font-size: 12px; color: var(--body); white-space: nowrap; }
.hp3 .sel .ic { color: var(--faint); }
.hp3 .dash-title { display: flex; justify-content: space-between; align-items: baseline; margin: 16px 0 12px; }
.hp3 .dash-h { font: 600 16px/1.2 var(--ui); letter-spacing: -.01em; }
.hp3 .dash-title span { font-size: 12px; color: var(--faint); }
.hp3 .kpis { display: grid; grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 10px; }
.hp3 .kpi { display: flex; flex-direction: column; gap: 3px; min-width: 0; padding: 12px 14px; }
.hp3 .kpi + .kpi { border-left: 1px solid var(--line); }
.hp3 .kpi-health { flex-direction: row; align-items: center; gap: 10px; }
.hp3 .kpi-health > div { display: flex; flex-direction: column; gap: 3px; }
.hp3 .kpi-l { font-size: 11.5px; color: var(--muted); overflow-wrap: break-word; hyphens: auto; }
.hp3 .kpi-v { font-size: 21px; font-weight: 600; line-height: 1.1; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.hp3 .kpi-v b { font-weight: 600; }
.hp3 .kpi-v small { margin-left: 1px; font-size: 12px; font-weight: 500; color: var(--faint); }
.hp3 .dash-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr); gap: 12px; margin-top: 12px; }
.hp3 .panel { border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; min-width: 0; }
.hp3 .panel-head { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 10px; }
.hp3 .panel-head b { font-size: 12.5px; font-weight: 600; }
.hp3 .panel-head > span { font-size: 11.5px; color: var(--faint); overflow-wrap: break-word; }
.hp3 .legend { display: inline-flex; align-items: center; gap: 5px; color: var(--muted) !important; }
.hp3 .legend i { display: inline-block; width: 10px; height: 2px; border-radius: 2px; background: var(--blue); }
.hp3 .legend i.l-prev { height: 0; margin-left: 6px; background: none; border-top: 2px dashed #b8c3d4; }
/* The chart stretches to fill its panel, so strokes are non-scaling and the
   draw-in is a clip on the foreground layer rather than a dash offset (a dash
   offset would be measured in the stretched space and drift). */
.hp3 .chart-panel { display: flex; flex-direction: column; }
.hp3 .chart-box { position: relative; flex: 1; min-height: 120px; }
.hp3 .chart { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.hp3 .chart path { vector-effect: non-scaling-stroke; }
.hp3 .chart-fg { clip-path: inset(0 0 0 0); transition: clip-path 1.8s var(--ease) .3s; }
.hp3 .chart .grid { fill: none; stroke: var(--line); stroke-width: 1; }
.hp3 .chart .prev { fill: none; stroke: #bdc7d6; stroke-width: 1.5; stroke-dasharray: 4 4; }
.hp3 .chart .line { fill: none; stroke: var(--blue); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.hp3 .chart .area { transition: opacity 1s var(--ease) 1s; }
.hp3 .chart-dot {
  position: absolute; right: -5px; width: 10px; height: 10px; margin-top: -5px; border-radius: 50%;
  background: #fff; border: 2.5px solid var(--blue); box-shadow: 0 0 0 4px rgba(37, 99, 235, .14);
  transition: opacity .3s 1.9s;
}
.hp3 .chart-x { display: flex; justify-content: space-between; margin-top: 7px; font-size: 10.5px; color: var(--faint); }
.hp3 .opps { display: grid; }
.hp3 .opp { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 9px 6px; }
.hp3 .opp + .opp { border-top: 1px solid var(--line); }
.hp3 .opp.cite { background: #f6f9ff; border-radius: 4px; }
.hp3 .opp.cite + .opp { border-top-color: transparent; }
.hp3 .opp-t { display: block; font-size: 12.5px; font-weight: 500; line-height: 1.35; color: var(--ink); }
.hp3 .opp-m { display: flex; align-items: center; gap: 7px; margin-top: 5px; font-size: 11px; color: var(--faint); }
.hp3 .opp-act { flex: none; font-size: 12px; font-weight: 600; color: var(--blue); white-space: nowrap; }

/* ==========================================================================
   Trust
   ========================================================================== */
.hp3 .trust { padding: 8px 0 0; }
.hp3 .trust-row { display: flex; flex-direction: column; align-items: center; gap: 26px; padding: 40px 0 44px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hp3 .trust-head { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; text-align: center; font: 500 15px/1.45 var(--text); color: var(--muted); }
/* Same quiet treatment as the proof section's tag — a note about the example,
   not a warning about the product. */
.hp3 .trust-tag {
  font: 600 10.5px/1.6 var(--ui); letter-spacing: .07em; text-transform: uppercase;
  color: var(--faint); background: #f4f7fb; border: 1px solid var(--line);
  border-radius: 999px; padding: 2px 9px;
}

/* ==========================================================================
   Story
   ========================================================================== */
.hp3 .story { padding: var(--sec) 0; }
.hp3 .story-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 72px; align-items: start; }
.hp3 .story-head .eyebrow { margin-bottom: 20px; }
.hp3 .story-body { padding-top: 46px; }
.hp3 .story-lede { margin-bottom: 18px; font: 500 clamp(1.25rem, 1.05rem + .6vw, 1.55rem)/1.45 var(--text); letter-spacing: -.01em; color: var(--ink); }
.hp3 .story-lede q { quotes: "“" "”"; color: var(--blue); }
.hp3 .story-body > p:not(.story-lede) { max-width: 36em; font-size: 19px; color: var(--body); }
.hp3 .founder { display: flex; align-items: center; gap: 16px; max-width: 420px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.hp3 .story-body .link-arrow { margin-top: 26px; }
.hp3 img.founder-photo {
  flex: none; width: 88px; height: 88px; border-radius: 50%; object-fit: cover; object-position: 50% 22%;
  background: var(--mist-2); box-shadow: 0 0 0 1px var(--line), 0 10px 22px -14px rgba(15, 23, 42, .45);
}
.hp3 .founder figcaption { display: flex; flex-direction: column; gap: 2px; }
.hp3 .founder strong { font: 600 17px/1.3 var(--text); color: var(--ink); }
.hp3 .founder figcaption span { font-size: 15px; color: var(--muted); }

/* the tab bar */
.hp3 .tabs-chrome {
  display: flex; align-items: flex-end; gap: 14px;
  padding: 10px 12px 0; background: #e8edf5;
  border-bottom: 1px solid #dde3ec;
  font-family: var(--ui); overflow: hidden;
}
.hp3 .dots { display: flex; gap: 6px; flex: none; padding-bottom: 12px; }
.hp3 .dots i { width: 10px; height: 10px; border-radius: 50%; background: #cdd5e2; }
.hp3 .tabs-bar { display: flex; align-items: flex-end; gap: 2px; flex: 1; min-width: 0; overflow: hidden; }
.hp3 .tab {
  display: flex; align-items: center; gap: 7px;
  flex: 0 1 184px; min-width: 0; max-width: 184px; height: 34px; padding: 0 10px;
  border-radius: 9px 9px 0 0; background: rgba(255, 255, 255, .5);
  font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden;
  transition: max-width .6s var(--ease) calc(var(--i, 0) * 55ms), padding .6s var(--ease) calc(var(--i, 0) * 55ms), opacity .3s calc(var(--i, 0) * 55ms), margin .6s;
}
.hp3 .tab-fav { flex: none; width: 12px; height: 12px; border-radius: 3px; background: #c1cad8; }
.hp3 .tab-t { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.hp3 .tab-x { flex: none; color: #a6b0c0; }
.hp3 .tab-ss {
  flex: 0 0 auto; max-width: 0; padding: 0; opacity: 0;
  background: #fff; color: var(--ink); font-weight: 600;
  transition: max-width .7s var(--ease) .55s, padding .7s var(--ease) .55s, opacity .4s .55s;
}
.hp3 .tab-ss .mark { color: var(--ink); }
.hp3 .tabs.is-merged .tab:not(.tab-ss) { max-width: 0; padding: 0; opacity: 0; margin: 0; }
.hp3 .tabs.is-merged .tab-ss { max-width: 340px; padding: 0 16px; opacity: 1; }
/* the browser window: tabs, address bar, and what is on screen */
.hp3 .tabs { margin-top: 88px; border-radius: 14px; overflow: hidden; background: #fff; box-shadow: var(--frame-shadow); }
.hp3 .tabs-addr { display: flex; align-items: center; padding: 8px 14px; background: #fff; border-bottom: 1px solid var(--line); font-family: var(--ui); }
.hp3 .addr { position: relative; flex: 1; height: 28px; border-radius: 7px; background: var(--mist); font-size: 12px; color: var(--muted); overflow: hidden; }
.hp3 .ad-before, .hp3 .ad-after { position: absolute; left: 12px; right: 12px; top: 0; line-height: 28px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: opacity .4s var(--ease) .5s; }
.hp3 .ad-after { opacity: 0; color: var(--ink); }
.hp3 .tabs.is-merged .ad-before { opacity: 0; }
.hp3 .tabs.is-merged .ad-after { opacity: 1; }
.hp3 .tabs-view { display: grid; font-family: var(--ui); }
.hp3 .tv-before, .hp3 .tv-after { grid-area: 1 / 1; min-width: 0; transition: opacity .5s var(--ease), transform .6s var(--ease); }
.hp3 .tv-after { opacity: 0; transform: translateY(8px); visibility: hidden; transition: opacity .6s var(--ease) .7s, transform .7s var(--ease) .7s, visibility 0s linear .7s; }
.hp3 .tabs.is-merged .tv-before { opacity: 0; }
.hp3 .tabs.is-merged .tv-after { opacity: 1; transform: none; visibility: visible; }

/* before: the spreadsheet everyone has open */
.hp3 .tv-before { display: flex; flex-direction: column; overflow: hidden; }
.hp3 .sheet { width: 100%; border-collapse: collapse; font-size: 12px; color: var(--body); }
.hp3 .sheet th, .hp3 .sheet td { padding: 8px 12px; border: 1px solid #e8ecf2; text-align: left; white-space: nowrap; }
.hp3 .sheet tr > :first-child { border-left: 0; }
.hp3 .sheet tr > :last-child { border-right: 0; }
.hp3 .sheet thead th { background: #f5f7fa; font-size: 11px; font-weight: 500; color: var(--faint); }
.hp3 .sheet tbody th { width: 36px; background: #f5f7fa; font-weight: 500; color: var(--faint); text-align: center; }
.hp3 .sheet .num { text-align: right; font-variant-numeric: tabular-nums; }
.hp3 .sheet .miss { font-style: italic; color: var(--bad); }
.hp3 .sheet .hl { background: #fff3bf; }
.hp3 .sheet .note { font-style: italic; color: #8a6a1c; }
.hp3 .sheet-tabs { display: flex; gap: 2px; margin-top: auto; padding: 0 12px; background: #f5f7fa; border-top: 1px solid #e8ecf2; font-size: 11.5px; color: var(--faint); }
.hp3 .sheet-tabs span { padding: 7px 12px; }
.hp3 .sheet-tabs .on { background: #fff; color: var(--ink); font-weight: 500; box-shadow: inset 0 2px 0 #2f9d5a; }

/* after: the same question, answered */
.hp3 .tv-after { padding: 20px 24px 24px; }
.hp3 .ask { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid var(--line-2); border-radius: 10px; box-shadow: 0 1px 2px rgba(15, 23, 42, .05); color: var(--faint); }
.hp3 .ask-q { flex: 1; min-width: 0; font: 500 15px/1.3 var(--ui); color: var(--ink); }
.hp3 .ans { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 28px; margin-top: 20px; }
.hp3 .ans-h { font: 600 18px/1.3 var(--ui); letter-spacing: -.01em; color: var(--ink); }
.hp3 .ans-p { margin-top: 6px; font-size: 14px; line-height: 1.55; color: var(--body); }
.hp3 .ans-chart { position: relative; height: 112px; margin-top: 18px; }
.hp3 .ans-chart svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.hp3 .ans-chart path { vector-effect: non-scaling-stroke; }
.hp3 .ac-grid { fill: none; stroke: var(--line); }
.hp3 .ac-area { fill: rgba(37, 99, 235, .08); }
.hp3 .ac-line { fill: none; stroke: var(--blue); stroke-width: 2.2; stroke-linejoin: round; }
.hp3 .drop-mark { position: absolute; left: 61%; width: 12%; top: 22%; bottom: 30%; }
.hp3 .drop-mark::before, .hp3 .drop-mark::after { content: ""; position: absolute; top: 0; bottom: 0; width: 6px; border: 2px solid var(--blue); }
.hp3 .drop-mark::before { left: 0; border-right: 0; border-radius: 3px 0 0 3px; }
.hp3 .drop-mark::after { right: 0; border-left: 0; border-radius: 0 3px 3px 0; }
.hp3 .drop-mark span { position: absolute; bottom: 100%; left: 50%; transform: translate(-50%, -6px); white-space: nowrap; font: 600 10px/1 var(--mono); letter-spacing: .04em; text-transform: uppercase; color: var(--blue); }
.hp3 .ans-next { padding-left: 28px; border-left: 1px solid var(--line); }
.hp3 .ans-k { margin-bottom: 10px; font: 600 11px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--faint); }
.hp3 .ans-next ol { display: grid; gap: 4px; }
.hp3 .ans-next li { position: relative; display: flex; align-items: center; gap: 12px; padding: 10px 10px; border-radius: 9px; }
.hp3 .ans-next li.is-first { background: #f5f8ff; }
.hp3 .ans-next li.is-first::before, .hp3 .ans-next li.is-first::after { content: ""; position: absolute; top: 4px; bottom: 4px; width: 6px; border: 2px solid var(--blue); }
.hp3 .ans-next li.is-first::before { left: -4px; border-right: 0; border-radius: 3px 0 0 3px; }
.hp3 .ans-next li.is-first::after { right: -4px; border-left: 0; border-radius: 0 3px 3px 0; }
.hp3 .ans-next .n { flex: none; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--mist-2); font: 600 11px/1 var(--ui); color: var(--ink); }
.hp3 .ans-next li.is-first .n { background: var(--blue); color: #fff; }
.hp3 .ans-next li > span:nth-child(2) { flex: 1; min-width: 0; }
.hp3 .ans-next b { display: block; font-size: 13.5px; font-weight: 600; line-height: 1.35; color: var(--ink); }
.hp3 .ans-next small { display: block; margin-top: 2px; font-size: 12px; color: var(--faint); }
.hp3 .ans-next .go { flex: none; font-size: 12.5px; font-weight: 600; color: var(--blue); }

/* the caption under the window */
.hp3 .tabs-note { position: relative; min-height: 1.4em; margin-top: 18px; font: 500 16px/1.4 var(--text); color: var(--muted); }
.hp3 .tn-before { transition: opacity .3s; }
.hp3 .tn-after { position: absolute; left: 0; right: 0; top: 0; opacity: 0; color: var(--ink); transition: opacity .45s 1s; }
.hp3 .tabs.is-merged + .tabs-note .tn-before { opacity: 0; }
.hp3 .tabs.is-merged + .tabs-note .tn-after { opacity: 1; }

/* ==========================================================================
   Jobs — "Everything you need. Connected."
   ========================================================================== */
.hp3 .jobs { padding: 0 0 var(--sec); }
.hp3 .sec-head { max-width: 760px; margin-bottom: 64px; }
.hp3 .sec-head > p, .hp3 .sec-head div > p { margin-top: 20px; max-width: 40em; font-size: 19px; line-height: 1.6; color: var(--body); }
.hp3 .sec-split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 64px; align-items: end; }
.hp3 .sec-split div > p { margin-top: 0; }
.hp3 .sec-split .link-arrow { margin-top: 18px; }

.hp3 .rail { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hp3 .rail::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--line-2); }
.hp3 .rail-line {
  position: absolute; left: 0; right: 0; top: -.5px; height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--violet));
  transform-origin: left center; transition: transform 1.5s var(--ease) .15s;
}
.hp3 .job { position: relative; padding: 36px 24px 0 0; }
.hp3 .job + .job { padding-left: 24px; border-left: 1px solid var(--line); }
.hp3 .job-node {
  position: absolute; top: -6px; left: 0; width: 12px; height: 12px; border-radius: 50%;
  background: var(--blue); border: 2px solid var(--blue);
  transition: background-color .3s calc(.35s + var(--i) * .28s), border-color .3s calc(.35s + var(--i) * .28s), transform .25s var(--ease);
}
.hp3 .job + .job .job-node { left: 24px; }
.hp3 .job:hover .job-node { transform: scale(1.25); }
.hp3 .job-ic { display: inline-flex; color: var(--blue); }
.hp3 .job h3 { display: flex; align-items: center; gap: 8px; margin: 0 0 8px; font: 600 19px/1.2 var(--display); font-stretch: 88%; letter-spacing: -.012em; color: var(--ink); }
.hp3 .job-top p { min-height: 4.5em; font-size: 15.5px; line-height: 1.5; color: var(--muted); }
.hp3 .job-tools { margin-top: 18px; }
.hp3 .job-tools a {
  display: flex; justify-content: space-between; align-items: center; gap: 8px;
  padding: 11px 0; border-top: 1px solid var(--line);
  font: 500 15.5px/1.3 var(--text); color: var(--ink); text-decoration: none;
  transition: color .15s;
}
.hp3 .job-tools .arr { color: var(--blue); opacity: 0; transform: translateX(-4px); transition: opacity .2s, transform .2s var(--ease); }
.hp3 .job-tools a:hover { color: var(--blue); }
.hp3 .job-tools a:hover .arr, .hp3 .job-tools a:focus-visible .arr { opacity: 1; transform: none; }

/* each column opens with a small working screen from that job */
.hp3 .job { display: flex; flex-direction: column; }
.hp3 .job-mini {
  height: 132px; margin-bottom: 24px; padding: 12px 12px 10px;
  border: 1px solid var(--line); border-radius: 10px;
  background: linear-gradient(180deg, #fff, #fafbfd);
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 10px 24px -16px rgba(15, 23, 42, .22);
  font: 500 11.5px/1.3 var(--ui); color: var(--body); overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.hp3 .job:hover .job-mini { transform: translateY(-3px); box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 18px 32px -18px rgba(37, 99, 235, .35); }
.hp3 .mini-h { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 4px; padding-bottom: 7px; border-bottom: 1px solid var(--line); font-size: 10.5px; color: var(--faint); }
.hp3 .mini-row { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center; padding: 6px 4px; }
.hp3 .mini-row > span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--ink); }
.hp3 .mini-row > span:not(:first-child) { text-align: right; font-variant-numeric: tabular-nums; }
.hp3 .job-mini-find .mini-h, .hp3 .job-mini-find .mini-row { display: grid; grid-template-columns: minmax(0, 1fr) auto 28px; gap: 10px; }
.hp3 .job-mini-find .mini-h { padding-left: 4px; padding-right: 4px; }
.hp3 .kd { justify-self: end; min-width: 26px; padding: 2px 0; border-radius: 4px; text-align: center !important; font-size: 10.5px; font-weight: 600; }
.hp3 .kd-e { background: var(--good-wash); color: var(--good); }
.hp3 .kd-m { background: var(--warn-wash); color: var(--warn); }
.hp3 .kd-h { background: var(--bad-wash); color: var(--bad); }
.hp3 .mini-cite { background: #f4f7ff; border-radius: 4px; }
.hp3 .mini-cite::before, .hp3 .mini-cite::after { content: ""; position: absolute; top: 2px; bottom: 2px; width: 5px; border: 1.5px solid var(--blue); transition: transform .5s var(--ease) 1.2s, opacity .4s 1.2s; }
.hp3 .mini-cite::before { left: -3px; border-right: 0; border-radius: 2px 0 0 2px; }
.hp3 .mini-cite::after { right: -3px; border-left: 0; border-radius: 0 2px 2px 0; }
.hp3 .sv { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; vertical-align: 1px; }
.hp3 .sv-bad { background: #df4640; }
.hp3 .sv-warn { background: #e39b2e; }
.hp3 .mini-up { font-weight: 600; color: var(--good); }
.hp3 .mini-chart { display: block; width: 100%; height: 60px; margin-top: 6px; }
.hp3 .mini-chart path { vector-effect: non-scaling-stroke; }
.hp3 .mc-grid { fill: none; stroke: var(--line); }
.hp3 .mc-line { fill: none; stroke: var(--blue); stroke-width: 2; stroke-linecap: round; }
.hp3 .mini-axis { display: flex; justify-content: space-between; margin-top: 4px; font-size: 10px; color: var(--faint); }
/* the bar takes whatever the labels leave: 28px in a desktop column, wider on tablet */
.hp3 .mini-bar { display: grid; grid-template-columns: minmax(0, 1fr) clamp(28px, calc(100% - 138px), 110px) 28px; gap: 6px; align-items: center; padding: 6px 0; }
.hp3 .mini-bar span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--ink); }
.hp3 .mini-bar span:last-child { text-align: right; font-variant-numeric: tabular-nums; }
.hp3 .mb { height: 6px; border-radius: 3px; background: var(--mist-2); overflow: hidden; }
.hp3 .mb i { display: block; width: var(--w); height: 100%; border-radius: 3px; background: #aab5c6; transition: width 1s var(--ease) 1s; }
.hp3 .mini-bar.is-you span:first-child, .hp3 .mini-bar.is-you span:last-child { font-weight: 600; color: var(--blue-ink); }
.hp3 .mini-bar.is-you .mb i { background: var(--blue); }

/* ==========================================================================
   Audit — "Don't just find problems." Left: the argument and the audit → plan
   hand-off. Right: the audit, ending in a recommended next step.
   ========================================================================== */
.hp3 .audit { padding: var(--sec) 0; background: var(--mist); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hp3 .audit-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 64px; align-items: center; }
.hp3 .audit-copy > p { max-width: 32em; margin-top: 20px; font-size: 18px; line-height: 1.6; color: var(--body); }
.hp3 .a2p { position: relative; display: grid; gap: 14px; margin: 32px 0 28px; }
.hp3 .a2p::before { content: ""; position: absolute; left: 16px; top: 20px; bottom: 20px; width: 2px; background: linear-gradient(180deg, var(--line-2), var(--blue)); }
.hp3 .a2p li { position: relative; display: flex; flex-direction: column; gap: 3px; padding: 12px 16px 12px 44px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.hp3 .a2p li::before { content: ""; position: absolute; left: 11px; top: 16px; width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 2px solid var(--line-2); }
.hp3 .a2p li.is-plan { border-color: var(--blue-soft); box-shadow: 0 12px 26px -18px rgba(37, 99, 235, .55); }
.hp3 .a2p li.is-plan::before { background: var(--blue); border-color: var(--blue); }
.hp3 .a2p-k { font: 600 10.5px/1.2 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--faint); }
.hp3 .a2p li.is-plan .a2p-k { color: var(--blue); }
.hp3 .a2p b { font: 600 16px/1.35 var(--text); color: var(--ink); }
.hp3 .a2p-s { font-size: 13px; color: var(--faint); }
.hp3 .a2p li.is-lit { animation: lit 1.4s var(--ease); }
@keyframes lit {
  0%   { box-shadow: 0 0 0 0 rgba(37, 99, 235, .45); }
  35%  { box-shadow: 0 0 0 8px rgba(37, 99, 235, .14); }
  100% { box-shadow: 0 12px 26px -18px rgba(37, 99, 235, .55); }
}

.hp3 .audit-ui { font-size: 13.5px; }
.hp3 .au-bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 22px; border-bottom: 1px solid var(--line); background: #fafbfd; }
.hp3 .au-crumb { display: flex; align-items: center; gap: 8px; min-width: 0; color: var(--muted); }
.hp3 .au-crumb b { font-weight: 600; color: var(--ink); }
.hp3 .au-crumb .ic { color: var(--blue); }
.hp3 .sep { color: var(--line-2); }
.hp3 .au-meta { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--faint); }
.hp3 .au-top { display: grid; grid-template-columns: 96px auto minmax(0, 1fr); align-items: center; gap: 12px 22px; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.hp3 .au-score { position: relative; width: 96px; height: 96px; }
.hp3 .ring-lg circle { stroke-width: 3.2; }
.hp3 .au-score-n { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hp3 .au-score-n b { font: 600 30px/1 var(--ui); letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.hp3 .au-score-n span { margin-top: 3px; font-size: 11.5px; color: var(--faint); }
.hp3 .au-score-l { display: flex; flex-direction: column; gap: 6px; }
.hp3 .au-score-l b { font-size: 15px; font-weight: 600; }
.hp3 .au-counts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--line); }
.hp3 .au-counts li { display: grid; grid-template-columns: 8px minmax(0, 1fr); align-items: center; column-gap: 7px; row-gap: 4px; padding: 10px 12px; background: #fff; }
.hp3 .au-counts b { font: 600 21px/1 var(--ui); letter-spacing: -.02em; color: var(--ink); font-variant-numeric: tabular-nums; }
.hp3 .au-counts li > span:last-child { grid-column: 1 / -1; font-size: 11.5px; color: var(--muted); overflow-wrap: break-word; }
.hp3 .dot { width: 8px; height: 8px; border-radius: 50%; }
.hp3 .s-bad { background: #df4640; }
.hp3 .s-warn { background: #e39b2e; }
.hp3 .s-opp { background: var(--blue); }
.hp3 .s-good { background: #2f9d5a; }
.hp3 .au-list { padding: 4px 22px; }
.hp3 .au-list li { display: grid; grid-template-columns: minmax(0, 1fr) 92px 124px; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.hp3 .au-list li:last-child { border-bottom: 0; }
.hp3 .al-main b { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink); }
.hp3 .al-main span { display: block; margin-top: 2px; font-size: 12px; line-height: 1.4; color: var(--muted); }
.hp3 .al-reach { font-weight: 500; font-variant-numeric: tabular-nums; }
.hp3 .au-list .pill { justify-self: end; }
.hp3 .au-next { padding: 16px 22px 20px; border-top: 1px solid var(--line); background: #fafbfd; }
.hp3 .au-next-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 16px; border: 1px solid var(--blue-soft); border-radius: 10px; background: #fff; }
.hp3 .an-what b { display: block; font-size: 15px; font-weight: 600; color: var(--ink); }
.hp3 .an-what span { font-size: 12.5px; color: var(--muted); }
.hp3 .an-what strong { color: var(--bad); }

/* ==========================================================================
   AI search
   ========================================================================== */
.hp3 .ai { padding: var(--sec) 0; }
.hp3 .ai-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 72px; align-items: start; }
@media (min-height: 780px) { .hp3 .ai-copy { position: sticky; top: 108px; } }
.hp3 .ai-copy .eyebrow { margin-bottom: 20px; }
.hp3 .ai-lede { margin: 22px 0 30px; font-size: 19px; color: var(--body); }

.hp3 .ai-ui { font-size: 14px; }
.hp3 .ai-prompt { display: flex; align-items: center; gap: 14px; padding: 18px 22px; border-bottom: 1px solid var(--line); background: #fafbfd; }
.hp3 .ai-prompt-l { flex: none; font: 600 10.5px/1 var(--mono); text-transform: uppercase; letter-spacing: .06em; color: var(--faint); }
.hp3 .ai-prompt p { flex: 1; min-width: 0; font: 500 15.5px/1.35 var(--ui); color: var(--ink); }
.hp3 .ai-tabs { display: flex; gap: 2px; padding: 8px 16px 0; border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; }
.hp3 .ai-tabs::-webkit-scrollbar { display: none; }
.hp3 .ai-tabs button {
  flex: none; margin-bottom: -1px; padding: 10px 12px 11px;
  border: 0; border-bottom: 2px solid transparent; border-radius: 6px 6px 0 0; background: none; cursor: pointer;
  font: 500 13px/1 var(--ui); color: var(--muted);
  transition: color .15s, background-color .15s, border-color .15s;
}
.hp3 .ai-tabs button:hover { background: var(--mist); color: var(--ink); }
.hp3 .ai-tabs button[aria-selected="true"] { border-bottom-color: var(--blue); color: var(--ink); font-weight: 600; }
.hp3 .ai-panel { padding: 22px 22px 4px; }
.hp3 .ai-panel:not([hidden]) { animation: panelIn .35s var(--ease); }
@keyframes panelIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.hp3 .ai-answer { font-size: 15px; line-height: 1.7; color: var(--body); }
.hp3 .ai-answer sup { margin-left: 1px; font: 600 10px/1 var(--ui); color: var(--blue); }
.hp3 .m-comp { font-weight: 600; color: var(--ink); background: linear-gradient(transparent 64%, #e6ebf3 64%); }
.hp3 .m-you { position: relative; padding: 0 5px; font-weight: 600; color: var(--blue); }
.hp3 .m-you::before, .hp3 .m-you::after { content: ""; position: absolute; top: 2px; bottom: 0; width: 4px; border: 1.5px solid var(--blue); }
.hp3 .m-you::before { left: 0; border-right: 0; }
.hp3 .m-you::after { right: 0; border-left: 0; }
.hp3 .ai-you { display: flex; align-items: center; gap: 12px; margin-top: 18px; padding: 11px 14px; border-radius: 9px; font-size: 13.5px; }
.hp3 .ai-you b { color: var(--ink); }
.hp3 .ai-you.is-missing { background: var(--mist); color: var(--muted); }
.hp3 .ai-you.is-cited { background: var(--blue-wash); color: var(--ink-2); }
/* the logo as a status: empty brackets = not cited, dot inside = cited */
.hp3 .br-status { position: relative; flex: none; display: grid; place-items: center; width: 24px; height: 24px; }
.hp3 .br-status::before, .hp3 .br-status::after { content: ""; position: absolute; top: 1px; bottom: 1px; width: 7px; border: 2.5px solid #b3bdcc; }
.hp3 .br-status::before { left: 1px; border-right: 0; border-radius: 3px 0 0 3px; }
.hp3 .br-status::after { right: 1px; border-left: 0; border-radius: 0 3px 3px 0; }
.hp3 .br-dot { width: 8px; height: 8px; border-radius: 50%; border: 1.5px dashed #b3bdcc; }
.hp3 .is-cited .br-status::before, .hp3 .is-cited .br-status::after { border-color: var(--blue); }
.hp3 .is-cited .br-dot { background: var(--ink); border: 0; }
.hp3 .ai-sources { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; counter-reset: src; }
.hp3 .ai-sources li { counter-increment: src; display: inline-flex; align-items: center; gap: 7px; padding: 5px 9px 5px 5px; border: 1px solid var(--line); border-radius: 7px; font-size: 11.5px; color: var(--muted); max-width: 100%; }
.hp3 .ai-sources li::before { content: counter(src); display: grid; place-items: center; flex: none; width: 17px; height: 17px; border-radius: 4px; background: var(--mist-2); font: 600 10px/1 var(--ui); color: var(--ink); }
.hp3 .ai-sources li .mono { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hp3 .ai-sources li.is-you { border-color: var(--blue-soft); color: var(--blue-ink); }
.hp3 .ai-sources li.is-you::before { background: var(--blue); color: #fff; }
.hp3 .ai-vis { margin-top: 22px; padding: 18px 22px 20px; border-top: 1px solid var(--line); background: #fafbfd; }
.hp3 .ai-vis-h { margin-bottom: 8px; font-size: 13px; font-weight: 600; color: var(--ink); }
.hp3 .ai-vis-h span { font-weight: 400; color: var(--faint); }
.hp3 .vis-table { width: 100%; border-collapse: collapse; font-size: 13px; font-variant-numeric: tabular-nums; }
.hp3 .vis-table th, .hp3 .vis-table td { padding: 9px 8px; border-bottom: 1px solid var(--line); text-align: right; white-space: nowrap; }
.hp3 .vis-table thead th { font-size: 11.5px; font-weight: 500; color: var(--faint); }
.hp3 .vis-table th:first-child { padding-left: 10px; text-align: left; }
.hp3 .vis-table tbody th { font-weight: 500; color: var(--ink); }
.hp3 .vis-table tbody tr:last-child > * { border-bottom: 0; }
.hp3 .vis-table tr.is-you > * { background: var(--blue-wash); color: var(--blue-ink); font-weight: 600; }
.hp3 .vis-bar { display: inline-block; vertical-align: middle; width: 72px; height: 6px; margin-right: 8px; border-radius: 3px; background: var(--mist-2); overflow: hidden; }
.hp3 .vis-bar i { display: block; width: var(--w); height: 100%; border-radius: 3px; background: #aab5c6; transition: width 1.1s var(--ease) .3s; }
.hp3 .is-you .vis-bar i { background: var(--blue); }
.hp3 .vis-n { display: inline-block; min-width: 30px; }

/* ==========================================================================
   Data — the one dark section
   ========================================================================== */
.hp3 .data { position: relative; isolation: isolate; overflow: hidden; padding: var(--sec) 0 calc(var(--sec) - 24px); background: var(--navy); color: var(--on-navy); }
.hp3 .data::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(55% 70% at 76% 32%, rgba(37, 99, 235, .22), rgba(37, 99, 235, 0) 70%); }
.hp3 .data-top { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 40px; align-items: center; margin-bottom: 64px; }
.hp3 .data-copy p { max-width: 30em; margin-top: 20px; font-size: 19px; line-height: 1.6; color: var(--on-navy-2); }
.hp3 .data-copy .link-arrow.on-dark { margin-top: 28px; }
.hp3 .data-map { margin-right: calc(-1 * clamp(0px, (100vw - var(--wrap-outer)) / 2, 110px)); }
.hp3 .data-map canvas { display: block; width: 100%; aspect-ratio: 160 / 60; }
.hp3 .on-dark .h-lg { color: #fff; }
.hp3 .on-dark .soft { color: #7f90b3; }
.hp3 .figs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--navy-line); }
.hp3 .fig { padding: 34px 28px 8px 0; }
.hp3 .fig + .fig { padding-left: 28px; border-left: 1px solid var(--navy-line); }
.hp3 .fig dt { margin-bottom: 18px; font: 600 12px/1.2 var(--mono); text-transform: uppercase; letter-spacing: .08em; color: #8fb0f5; }
.hp3 .fig-n { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 10px; color: #fff; }
.hp3 .fig-n b { font: 600 clamp(3rem, 1.9rem + 3vw, 4.75rem)/.95 var(--display); font-stretch: 85%; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.hp3 .fig-u { font: 500 20px/1 var(--text); color: #b7c5e1; }
.hp3 .fig-d { display: block; max-width: 24ch; margin-top: 16px; font-size: 15px; line-height: 1.5; color: var(--on-navy-2); }
.hp3 .link-arrow.on-dark { color: #a3bfff; }

/* ==========================================================================
   Proof — one story, framed as a case-study card
   ========================================================================== */
.hp3 .proof { padding: var(--sec) 0; }
.hp3 .proof-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
/* Quiet on purpose. The section's numbers are invented, and the reader has to be
   able to know that — but a warning-coloured banner would read as a defect in the
   product rather than a note about the example. Same weight as the eyebrow it
   sits beside, in the muted tone, so it informs without shouting. */
.hp3 .proof-tag {
  font: 600 10.5px/1.6 var(--ui); letter-spacing: .07em; text-transform: uppercase;
  color: var(--faint); background: #f4f7fb; border: 1px solid var(--line);
  border-radius: 999px; padding: 2px 9px;
}
.hp3 .proof-card {
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 36px 72px -48px rgba(15, 23, 42, .3);
}
.hp3 .proof-story { display: flex; flex-direction: column; justify-content: center; padding: 48px 56px 44px; }
.hp3 .proof-results { padding: 36px 40px 32px; background: var(--mist); border-left: 1px solid var(--line); }
.hp3 .proof-quote p {
  margin: 26px 0 22px; text-indent: -.42em;
  font: 500 clamp(1.45rem, 1.1rem + 1vw, 2rem)/1.2 var(--display); font-stretch: 92%; letter-spacing: -.02em;
  color: var(--ink); text-wrap: balance;
}
.hp3 .proof-body { max-width: 36em; font-size: 18px; color: var(--body); }
.hp3 .proof-by { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px; }
.hp3 .proof-by b { display: block; font-size: 16px; font-weight: 600; color: var(--ink); }
.hp3 .proof-by span span { display: block; font-size: 14.5px; color: var(--muted); }
.hp3 .proof-link { margin-left: auto; font-size: 15px; }
.hp3 .proof-chart { padding: 16px 16px 10px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.hp3 .pc-h { display: flex; justify-content: space-between; margin-bottom: 10px; font: 600 12.5px/1 var(--ui); color: var(--ink); }
.hp3 .pc-p { font-weight: 500; color: var(--faint); }
.hp3 .proof-chart svg { display: block; width: 100%; height: 92px; }
.hp3 .proof-chart path { vector-effect: non-scaling-stroke; }
.hp3 .pc-grid { fill: none; stroke: var(--line); }
.hp3 .pc-line { fill: none; stroke: var(--blue); stroke-width: 2.2; stroke-linejoin: round; }
.hp3 .res { display: grid; grid-template-columns: 1fr 1fr; margin-top: 14px; }
.hp3 .res > div { display: flex; flex-direction: column-reverse; justify-content: flex-end; padding: 20px 0 16px; border-top: 1px solid var(--line-2); }
.hp3 .res > div:nth-child(-n+2) { border-top: 0; }
.hp3 .res > div:nth-child(odd) { padding-right: 18px; }
.hp3 .res > div:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--line-2); }
.hp3 .res dd { font: 600 clamp(2.1rem, 1.5rem + 1.4vw, 2.8rem)/1 var(--display); font-stretch: 88%; letter-spacing: -.035em; color: var(--ink); font-variant-numeric: tabular-nums; }
.hp3 .res dt { margin-top: 8px; font-size: 14.5px; color: var(--muted); }

/* ==========================================================================
   Final CTA — the mark at full size, the product under it
   ========================================================================== */
.hp3 .final { padding: var(--sec) 0 0; overflow: hidden; background: var(--mist); border-top: 1px solid var(--line); }
.hp3 .final-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.hp3 .final-frame { display: inline-flex; align-items: stretch; gap: clamp(14px, 1.9vw, 28px); max-width: 100%; }
.hp3 .fb { flex: none; width: clamp(16px, 1.8vw, 26px); border: clamp(5px, .62vw, 9px) solid var(--blue); transition: transform .7s var(--ease) .15s, opacity .5s .15s; }
.hp3 .fb-l { border-right: 0; border-radius: 7px 0 0 7px; }
.hp3 .fb-r { border-left: 0; border-radius: 0 7px 7px 0; }
.hp3 .final-lede { max-width: 34em; margin: 28px 0 34px; font-size: 20px; color: var(--body); text-wrap: balance; }
.hp3 .final .ticks { margin-top: 26px; }
/* the Growth Plan, rising out of the section's bottom edge */
.hp3 .final-peek {
  width: 100%; max-width: 1060px; height: 316px; margin-top: 72px; overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, #000 58%, transparent);
          mask-image: linear-gradient(180deg, #000 58%, transparent);
}
.hp3 .plan { text-align: left; border-radius: 14px 14px 0 0; }
.hp3 .plan-bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 20px; border-bottom: 1px solid var(--line); background: #fafbfd; }
.hp3 .plan-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding: 16px 18px; }
.hp3 .plan-col { display: grid; align-content: start; gap: 8px; padding: 12px; border-radius: 10px; background: var(--mist); }
.hp3 .plan-h { display: flex; align-items: center; gap: 8px; padding: 2px 2px 6px; font: 600 12.5px/1 var(--ui); color: var(--ink); }
.hp3 .plan-h span { padding: 3px 7px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 11px; color: var(--faint); }
.hp3 .plan-card { padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 1px 2px rgba(15, 23, 42, .04); }
.hp3 .plan-card b { display: block; font-size: 13px; font-weight: 600; line-height: 1.35; color: var(--ink); }
.hp3 .plan-m { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: 9px; }
.hp3 .plan-tool { font-size: 11px; color: var(--faint); overflow-wrap: break-word; }

/* ==========================================================================
   The Growth Plan story — shared pieces
   ========================================================================== */
.hp3 .blue { color: var(--blue); }
.hp3 .h-md { font-family: var(--display); font-weight: 600; font-stretch: 88%; color: var(--ink); text-wrap: balance; font-size: clamp(1.75rem, 1.15rem + 1.6vw, 2.5rem); line-height: 1.08; letter-spacing: -.024em; }
.hp3 .pill-grow { background: #f1edfd; color: #5a44b8; }
.hp3 .act-btn { display: inline-flex; align-items: center; gap: 5px; padding: 7px 12px; border: 1px solid var(--line-2); border-radius: 7px; background: #fff; font: 600 12.5px/1 var(--ui); color: var(--ink); white-space: nowrap; }
.hp3 .act-btn.is-primary { background: var(--blue); border-color: var(--blue); color: #fff; }
.hp3 .btn.is-added { background: var(--good); border-color: var(--good); color: #fff; box-shadow: none; cursor: default; transform: none; }
.hp3 .mega-col a.is-plan { font-weight: 600; color: var(--blue); }

/* hero: the margin note under the dashboard */
.hp3 .hero-note {
  position: absolute; top: 100%; right: 28px; margin-top: 12px;
  display: flex; align-items: center; gap: 10px;
  font: 500 14.5px/1.35 var(--text); color: var(--body); text-decoration: none;
}
.hp3 .hn-line { width: 26px; height: 1px; background: var(--blue); }
.hp3 .hero-note b { font-weight: 600; color: var(--ink); }
.hp3 .hero-note:hover .hn-text { color: var(--blue); }
.hp3 .hero-note:hover .arr { transform: translateX(3px); }
.hp3 .hero .lede b { font-weight: 600; color: var(--ink); }

/* "If this were your website, here's where we'd start." */
.hp3 .start { padding: 8px 0 80px; }
.hp3 .start-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 26px; }
.hp3 .start-head p { margin-top: 10px; font-size: 18px; color: var(--muted); }
.hp3 .starts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-2); }
.hp3 .st { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 26px 28px 24px 0; }
.hp3 .st + .st { padding-left: 28px; border-left: 1px solid var(--line); }
.hp3 .st.is-first::before { content: ""; position: absolute; left: 0; right: 28px; top: -1px; height: 2px; background: var(--blue); }
.hp3 .st-n { font: 600 13px/1 var(--mono); letter-spacing: .04em; color: var(--faint); }
.hp3 .st.is-first .st-n { color: var(--blue); }
.hp3 .st-what { max-width: 21ch; font: 600 23px/1.18 var(--display); font-stretch: 92%; letter-spacing: -.016em; color: var(--ink); }
.hp3 .st-note { font-size: 15.5px; line-height: 1.5; color: var(--body); }
.hp3 .st-src { margin-top: auto; padding-top: 4px; font: 500 12px/1 var(--mono); color: var(--faint); }
.hp3 .start-foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 10px; padding: 16px 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--mist); }
.hp3 .start-foot p { display: flex; align-items: center; gap: 10px; font-size: 17px; color: var(--ink); }
.hp3 .start-foot b { font-weight: 600; }

/* story: the question and the idea get their own lines */
.hp3 .story-body > p.story-q { max-width: none; margin: 4px 0 20px; font: 600 clamp(1.5rem, 1.2rem + .9vw, 1.9rem)/1.2 var(--display); font-stretch: 92%; letter-spacing: -.02em; color: var(--blue); }
.hp3 .story-q q { quotes: "“" "”"; }
.hp3 .story-body > p.story-idea { margin-top: 4px; font: 600 20px/1.4 var(--text); color: var(--ink); }

/* jobs: four tools flow into one output */
.hp3 .converge { display: block; width: 100%; height: 96px; overflow: visible; }
.hp3 .converge path { fill: none; stroke: #b9c7df; stroke-width: 1.5; vector-effect: non-scaling-stroke; stroke-dasharray: 4 6; animation: flowdash 1.4s linear infinite; }
@keyframes flowdash { to { stroke-dashoffset: -20; } }
.hp3 .plan-out {
  position: relative; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 40px; align-items: center;
  padding: 36px 40px; border-radius: 18px; overflow: hidden;
  background: var(--ink); color: #dbe4f4; box-shadow: var(--frame-shadow);
}
.hp3 .plan-out::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--violet)); }
.hp3 .po-k { display: flex; align-items: center; gap: 8px; font: 600 12px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: #8fb0f5; }
.hp3 .po-k span { font-family: var(--text); font-weight: 500; letter-spacing: 0; text-transform: none; color: #7f90b3; }
.hp3 .plan-out h3 { margin: 14px 0 10px; font: 600 clamp(1.8rem, 1.3rem + 1.4vw, 2.5rem)/1.05 var(--display); font-stretch: 88%; letter-spacing: -.03em; }
.hp3 .plan-out h3 a { color: #fff; text-decoration: none; }
.hp3 .plan-out h3 a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.hp3 .po-copy > p:not(.po-k):not(.po-also) { max-width: 34em; margin-bottom: 22px; font-size: 16.5px; line-height: 1.55; color: #aab8d3; }
.hp3 .po-also { margin-top: 18px; font-size: 14px; color: #7f90b3; }
.hp3 .po-also a { color: #cdd9f0; text-decoration: none; border-bottom: 1px solid rgba(205, 217, 240, .3); }
.hp3 .po-also a:hover { color: #fff; border-bottom-color: #fff; }
.hp3 .po-weeks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.hp3 .po-weeks li { display: flex; flex-direction: column; gap: 8px; min-height: 150px; padding: 14px; border: 1px solid rgba(173, 194, 235, .16); border-radius: 10px; background: rgba(255, 255, 255, .03); }
.hp3 .po-weeks li.is-now { background: rgba(37, 99, 235, .2); border-color: rgba(120, 160, 255, .55); }
.hp3 .pw-w { font: 600 11px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: #8fb0f5; }
.hp3 .po-weeks b { font: 600 14.5px/1.35 var(--ui); color: #fff; }
.hp3 .pw-src { margin-top: auto; font-size: 11.5px; color: #8595b5; }

/* ==========================================================================
   Flow — "Next-generation search intelligence." (light blue)
   ========================================================================== */
.hp3 .flow { padding: var(--sec) 0; background: var(--mist); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hp3 .flow-head { margin-bottom: 0; align-items: end; }
.hp3 .flow-title { max-width: 16ch; }
.hp3 .flow-head div > p + p { margin-top: 12px; }
.hp3 .flow-head b { font-weight: 600; color: var(--ink); }
.hp3 .compare { display: grid; gap: 12px; margin-top: 48px; }
.hp3 .cmp-row { display: grid; grid-template-columns: 210px minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 18px 22px; border-radius: 12px; }
.hp3 .cmp-old { background: rgba(255, 255, 255, .55); border: 1px dashed var(--line-2); }
.hp3 .cmp-new { background: #fff; border: 1px solid var(--blue-soft); box-shadow: 0 14px 32px -22px rgba(37, 99, 235, .5); }
.hp3 .cmp-l { display: flex; align-items: center; gap: 8px; font: 600 14.5px/1.2 var(--text); color: var(--muted); }
.hp3 .cmp-new .cmp-l { color: var(--ink); }
.hp3 .cmp-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.hp3 .cmp-chips li { padding: 8px 12px; border-radius: 8px; font: 500 14px/1 var(--ui); }
.hp3 .cmp-old .cmp-chips li { background: #fff; border: 1px solid var(--line); color: var(--faint); }
.hp3 .cmp-new .cmp-chips li { background: var(--blue-wash); color: var(--blue-ink); }
.hp3 .cmp-new .cmp-chips li.op { padding: 0 2px; background: none; font-weight: 600; color: var(--faint); }
.hp3 .cmp-new .cmp-chips li.is-plan { background: var(--blue); color: #fff; font-weight: 600; box-shadow: 0 6px 14px -8px rgba(37, 99, 235, .7); }
.hp3 .cmp-end { font: italic 500 14.5px/1.3 var(--text); color: var(--faint); white-space: nowrap; }
.hp3 .thesis { margin: 64px 0 56px; }
.hp3 .thesis p { max-width: 34ch; font: 500 clamp(1.8rem, 1.2rem + 1.8vw, 2.8rem)/1.14 var(--display); font-stretch: 90%; letter-spacing: -.024em; color: var(--muted); text-wrap: balance; }
.hp3 .thesis b { font-weight: 600; color: var(--ink); }
.hp3 .board { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--frame-shadow); }
.hp3 .board-bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 22px; border-bottom: 1px solid var(--line); background: #fafbfd; }
.hp3 .board-bar p { font: 600 14.5px/1.2 var(--text); color: var(--ink); }
.hp3 .board-bar .board-chain { margin-left: auto; font: 600 11px/1.2 var(--mono); letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }
.hp3 .board-bar .board-chain span { margin: 0 4px; color: var(--blue); }
.hp3 .stages { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.hp3 .stage { position: relative; padding: 20px 18px 22px; font: 400 12.5px/1.4 var(--ui); color: var(--body); }
.hp3 .stage + .stage { border-left: 1px solid var(--line); }
.hp3 .stage + .stage::before {
  content: "→"; position: absolute; left: -12px; top: 18px; z-index: 1;
  display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%;
  background: #fff; border: 1px solid var(--line); font: 600 12px/1 system-ui, sans-serif; color: var(--blue);
}
.hp3 .stg-k { display: flex; align-items: center; gap: 6px; padding-left: 8px; font: 600 11px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--blue); }
.hp3 .stage:first-child .stg-k { padding-left: 0; }
.hp3 .stg-q { min-height: 2.8em; margin: 10px 0 14px; font: 600 14px/1.35 var(--text); color: var(--ink); }
.hp3 .stg-data { display: grid; gap: 6px; }
.hp3 .stg-data li { display: flex; align-items: center; gap: 8px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 7px; background: #fbfcfe; color: var(--ink); }
.hp3 .stg-data .ic { color: var(--faint); }
.hp3 .stg-sig { display: grid; gap: 6px; }
.hp3 .stg-sig li { display: flex; flex-direction: column; gap: 3px; padding: 8px 9px; border-radius: 7px; background: var(--mist); }
.hp3 .sig-tool { display: flex; align-items: center; gap: 6px; font: 600 9.5px/1.2 var(--mono); letter-spacing: .04em; text-transform: uppercase; color: var(--faint); }
.hp3 .sig-f { font-weight: 500; line-height: 1.35; color: var(--ink); }
.hp3 .stg-pri { display: grid; gap: 8px; }
.hp3 .pri { display: flex; flex-direction: column; gap: 3px; padding: 10px 11px; border: 1px solid var(--line); border-radius: 8px; }
.hp3 .pri-k { font: 600 9.5px/1.2 var(--mono); letter-spacing: .05em; text-transform: uppercase; color: var(--faint); }
.hp3 .pri b { font-weight: 600; line-height: 1.35; color: var(--ink); }
.hp3 .pri.is-first { background: #f5f8ff; border-color: var(--blue-soft); }
.hp3 .pri.is-first .pri-k { color: var(--blue); }
.hp3 .pri.is-wait { border-style: dashed; opacity: .75; }
.hp3 .stage-plan { background: linear-gradient(180deg, #f2f6ff, #fff 70%); }
.hp3 .stage-plan .stg-k { color: var(--ink); }
.hp3 .stg-weeks { display: grid; gap: 6px; }
.hp3 .stg-weeks li { display: grid; gap: 2px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.hp3 .stg-weeks li span { font: 600 9.5px/1.2 var(--mono); letter-spacing: .05em; text-transform: uppercase; color: var(--faint); }
.hp3 .stg-weeks li b { font-weight: 600; line-height: 1.3; color: var(--ink); }
.hp3 .stg-weeks li.is-now { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37, 99, 235, .1); }
.hp3 .stg-weeks li.is-now span { color: var(--blue); }
.hp3 .stg-growth svg { display: block; width: 100%; height: 96px; }
.hp3 .stg-growth path { vector-effect: non-scaling-stroke; }
.hp3 .sg-grid { fill: none; stroke: var(--line); }
.hp3 .sg-area { fill: rgba(21, 128, 61, .07); }
.hp3 .sg-line { fill: none; stroke: var(--good); stroke-width: 2; stroke-linejoin: round; }
.hp3 .stg-growth p { margin-top: 8px; color: var(--muted); }
.hp3 .stg-growth b { margin-right: 4px; font: 600 20px/1 var(--display); color: var(--good); }

/* ==========================================================================
   The 30-Day AI Growth Plan (white)
   ========================================================================== */
.hp3 .plan-sec { padding: var(--sec) 0; }
/* The one centred head on the page — the section everything else feeds. */
.hp3 .plan-head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.hp3 .plan-lede { margin-top: 20px; font-size: 18px; line-height: 1.6; color: var(--body); }
.hp3 .plan-lede b { font-weight: 600; color: var(--ink); }
.hp3 .plan-head .cta-row { justify-content: center; margin-top: 30px; }
.hp3 .sec-head div > p.eyebrow-plain { margin-top: 0; font-size: 12px; color: var(--blue); }
.hp3 .plan-head .plan-sub { margin-top: 14px; font: 500 clamp(1.3rem, 1.1rem + .6vw, 1.6rem)/1.3 var(--text); color: var(--blue); }
.hp3 .gp { font-size: 13.5px; }
.hp3 .gp-bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 22px; border-bottom: 1px solid var(--line); background: #fafbfd; }
.hp3 .gp-sum { display: grid; grid-template-columns: 190px minmax(0, 1fr) auto; align-items: center; gap: 32px; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.hp3 .gp-l { display: block; margin-bottom: 8px; font: 600 10.5px/1.2 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--faint); }
.hp3 .gp-l span { font-family: var(--ui); font-weight: 500; letter-spacing: 0; text-transform: none; }
.hp3 .gp-big { display: inline-flex; align-items: center; gap: 10px; font: 600 24px/1 var(--display); color: var(--good); }
.hp3 .gp-big::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--good); box-shadow: 0 0 0 4px var(--good-wash); }
.hp3 .wk-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.hp3 .wk-track li { display: grid; gap: 7px; font: 500 12px/1 var(--ui); color: var(--faint); }
.hp3 .wk-track li.is-now { font-weight: 600; color: var(--ink); }
.hp3 .wk-track i { position: relative; display: block; height: 6px; overflow: hidden; border-radius: 3px; background: var(--mist-2); }
.hp3 .wk-track li.is-now i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--p); border-radius: 3px; background: linear-gradient(90deg, var(--blue), var(--violet)); }
.hp3 .src-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.hp3 .src-chips i { padding: 4px 8px; border: 1px solid var(--line); border-radius: 6px; background: #fff; font-size: 11.5px; font-style: normal; color: var(--body); }
.hp3 .gp-body { display: grid; grid-template-columns: minmax(0, 1fr) 340px; }
.hp3 .gp-week { padding: 20px 24px 24px; }
.hp3 .gp-side { padding: 20px 22px 24px; background: #fafbfd; border-left: 1px solid var(--line); }
.hp3 .gp-h { display: flex; align-items: baseline; gap: 10px; margin-bottom: 12px; font: 600 15px/1.2 var(--ui); color: var(--ink); }
.hp3 .gp-h span { font-size: 12px; font-weight: 500; color: var(--faint); }
.hp3 .gp-tasks { display: grid; gap: 10px; }
.hp3 .gp-task { position: relative; display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: start; gap: 14px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.hp3 .gp-task:hover { border-color: var(--line-2); box-shadow: 0 10px 24px -18px rgba(15, 23, 42, .35); }
.hp3 .gp-task.is-first { background: #f8faff; border-color: var(--blue-soft); }
.hp3 .gp-task.is-first::before, .hp3 .gp-task.is-first::after { content: ""; position: absolute; top: 8px; bottom: 8px; width: 7px; border: 2px solid var(--blue); }
.hp3 .gp-task.is-first::before { left: -5px; border-right: 0; border-radius: 3px 0 0 3px; }
.hp3 .gp-task.is-first::after { right: -5px; border-left: 0; border-radius: 0 3px 3px 0; }
.hp3 .gt-n { font: 600 13px/1.6 var(--mono); color: var(--faint); }
.hp3 .is-first .gt-n { color: var(--blue); }
.hp3 .gt-main b { display: block; font-size: 15.5px; font-weight: 600; letter-spacing: -.005em; color: var(--ink); }
.hp3 .gt-why { margin-top: 4px; font-size: 13.5px; line-height: 1.5; color: var(--body); }
.hp3 .gt-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; margin-top: 10px; font-size: 12.5px; color: var(--muted); }
.hp3 .gt-src { color: var(--faint); }
.hp3 .gp-next { display: grid; gap: 6px; margin-bottom: 22px; }
.hp3 .gp-next li { display: grid; grid-template-columns: 16px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 13.5px; color: var(--ink); }
.hp3 .gn-ic { position: relative; width: 16px; height: 16px; border: 1.5px solid var(--line-2); border-radius: 50%; }
.hp3 .gp-next li.is-ready .gn-ic { background: var(--blue); border-color: var(--blue); }
.hp3 .gp-next li.is-ready .gn-ic::after { content: ""; position: absolute; left: 4.5px; top: 1.5px; width: 3.5px; height: 7px; border: solid #fff; border-width: 0 1.6px 1.6px 0; transform: rotate(45deg); }
.hp3 .gp-next small { font-size: 11.5px; color: var(--faint); white-space: nowrap; }
.hp3 .gp-next li.is-ready small { color: var(--good); }
.hp3 .gp-later { display: grid; gap: 2px; margin-bottom: 22px; }
.hp3 .gp-later li { position: relative; padding: 5px 0 5px 16px; font-size: 13.5px; color: var(--muted); }
.hp3 .gp-later li::before { content: ""; position: absolute; left: 3px; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--line-2); transform: translateY(-50%); }
.hp3 .gp-why { padding: 14px 16px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.hp3 .gp-why p:last-child { font-size: 13.5px; line-height: 1.55; color: var(--body); }

/* ==========================================================================
   AI search — additions
   ========================================================================== */
.hp3 .ai-hook { margin: -10px 0 24px; font: 600 19px/1.4 var(--text); color: var(--ink); }
.hp3 .insight { margin-bottom: 26px; padding: 20px 22px; border: 1px solid var(--blue-soft); border-radius: 14px; background: #fff; box-shadow: 0 18px 40px -28px rgba(37, 99, 235, .5); }
.hp3 .ins-k { display: flex; align-items: center; gap: 8px; font: 600 11.5px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--blue); }
.hp3 .ins-k .chip { margin-left: auto; letter-spacing: .02em; text-transform: none; }
.hp3 .ins-t { margin-top: 12px; font: 600 20px/1.35 var(--text); color: var(--ink); }
.hp3 .ins-t b { color: var(--blue); }
.hp3 .ins-d { margin-top: 8px; font-size: 15px; line-height: 1.55; color: var(--body); }
/* wraps: a long button label plus the Proposed tag is wider than a phone,
   and a nowrap CTA is exactly what pushes a document past the viewport. */
.hp3 .ai-more { margin-bottom: 12px; font-size: 16px; color: var(--muted); }
.hp3 .ai-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-bottom: 16px; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--line); }
.hp3 .ai-strip div { padding: 8px 11px; background: #fafbfd; }
.hp3 .ai-strip dt { font-size: 10.5px; color: var(--faint); }
.hp3 .ai-strip dd { margin-top: 3px; font-size: 13px; font-weight: 600; color: var(--ink); }
.hp3 .ai-strip dd.no { color: var(--bad); }
.hp3 .ai-strip dd.yes { color: var(--good); }

/* data: the one line the section is for */
.hp3 .data-copy .data-say { margin-top: 18px; font: 500 20px/1.35 var(--text); color: #c9d5ec; }
.hp3 .data-say b { font-weight: 600; color: #fff; }

/* customer story: before → after */
.hp3 .proof-head { margin-bottom: 36px; }
.hp3 .proof-head .h-lg { margin-top: 14px; }
.hp3 .ba { display: grid; grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr); margin-bottom: 28px; }
.hp3 .ba-col { padding: 24px 26px; border-radius: 14px; }
.hp3 .ba-before { background: var(--mist); border: 1px dashed var(--line-2); }
.hp3 .ba-after { background: #fff; border: 1px solid var(--blue-soft); box-shadow: 0 18px 40px -30px rgba(37, 99, 235, .5); }
.hp3 .ba-k { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; font: 600 12px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--faint); }
.hp3 .ba-after .ba-k { color: var(--blue); }
.hp3 .ba ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }
.hp3 .ba li { display: flex; align-items: center; gap: 10px; font: 500 16.5px/1.3 var(--text); }
.hp3 .ba-before li { color: var(--muted); text-decoration: line-through; text-decoration-color: rgba(131, 145, 167, .5); }
.hp3 .ba-x { flex: none; width: 14px; height: 14px; border: 1.5px solid var(--line-2); border-radius: 50%; }
.hp3 .ba-after li { color: var(--ink); }
.hp3 .ba-after .ic { color: var(--blue); }
.hp3 .ba-after li.is-plan { font-weight: 600; color: var(--blue-ink); }
.hp3 .ba-arrow { display: grid; place-items: center; font: 500 24px/1 system-ui, sans-serif; color: var(--blue); }

/* final: the thesis is two long lines, a step down from h-xl */
.hp3 .final .h-xl { font-size: clamp(2.2rem, 1.2rem + 2.8vw, 3.6rem); }

/* ==========================================================================
   The product film — the existing asset, framed like the product screens
   ========================================================================== */
/* The film sits in the page's first dark band: the screen is the brightest
   thing on a near-black ground, so the product is what the eye lands on.
   No glow and no gradient behind the frame — contrast alone. */
.hp3 .film { padding: 92px 0 84px; background: var(--navy); color: var(--on-navy); }
/* the band frames the screen: navy on all four sides, not edge to edge */
.hp3 .film .wrap { max-width: calc(1120px + 2 * var(--gut)); }
.hp3 .film-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px 40px; align-items: end; margin-bottom: 34px; }
.hp3 .film-head h2 { color: #fff; }
.hp3 .film-head .soft { color: var(--on-navy-2); }
.hp3 .film-head p { margin-top: 14px; max-width: 46em; font-size: 17.5px; line-height: 1.55; color: var(--on-navy-2); }
.hp3 .film-demo { white-space: nowrap; }
.hp3 .film-frame {
  overflow: hidden; border-radius: var(--r-lg); background: #0b1220;
  box-shadow: 0 0 0 1px rgba(173, 194, 235, .16), 0 40px 90px -40px rgba(0, 0, 0, .85);
}
.hp3 .ff-bar { display: flex; align-items: center; gap: 14px; padding: 10px 14px; background: #131c30; border-bottom: 1px solid var(--navy-line); font-family: var(--ui); }
.hp3 .ff-bar .dots i { background: #2c3958; }
.hp3 .ff-url { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border: 1px solid var(--navy-line); border-radius: 6px; background: #0e1626; font-size: 11.5px; color: var(--on-navy-2); }
.hp3 .ff-video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; background: #0b1220; cursor: pointer; }
.hp3 .ff-progress { display: block; height: 3px; background: rgba(255, 255, 255, .14); }
.hp3 .ff-progress i { display: block; width: 0; height: 100%; background: var(--blue); }

/* Three beats under the film: what the 27 seconds actually show. */
.hp3 .film-beats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 34px; }
.hp3 .film-beats li { display: grid; grid-template-columns: auto minmax(0, 1fr); grid-template-areas: "ic t" ". d"; column-gap: 10px; row-gap: 4px; }
.hp3 .fb-ic { grid-area: ic; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 7px; background: rgba(37, 99, 235, .18); color: #9dbbfb; }
.hp3 .film-beats b { grid-area: t; align-self: center; font: 600 15.5px/1.3 var(--text); color: #fff; }
.hp3 .film-beats span:not(.fb-ic) { grid-area: d; font-size: 14px; line-height: 1.5; color: var(--on-navy-2); }

/* ==========================================================================
   Signals — Rank Tracker / Keywords / Backlinks / Competitors (light blue)
   ========================================================================== */
.hp3 .signals { padding: var(--sec) 0; background: var(--mist); border-bottom: 1px solid var(--line); }
.hp3 .sg-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.hp3 .sg-tabs button {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px;
  border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer;
  font: 500 14.5px/1 var(--text); color: var(--muted);
  transition: color .15s, border-color .15s, background-color .15s, box-shadow .15s;
}
.hp3 .sg-tabs button .ic { color: var(--faint); }
.hp3 .sg-tabs button:hover { color: var(--ink); border-color: var(--line-2); }
.hp3 .sg-tabs button[aria-selected="true"] { background: var(--ink); border-color: var(--ink); color: #fff; font-weight: 600; box-shadow: 0 10px 22px -14px rgba(15, 23, 42, .6); }
.hp3 .sg-tabs button[aria-selected="true"] .ic { color: #8fb0f5; }
.hp3 .sg-panel { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
/* the copy box dissolves so its children can be placed on the panel grid */
.hp3 .sg-copy { display: contents; }
.hp3 .sg-copy .insight-sm { margin-bottom: 0; }
.hp3 .sg-copy .plan-hook { margin-top: 0; }
@media (min-width: 1101px) {
  .hp3 .sg-panel { grid-template-columns: minmax(0, 1fr) minmax(0, 450px); column-gap: 56px; row-gap: 20px; align-items: start; }
  .hp3 .sg-copy h3 { grid-area: 1 / 1; align-self: end; }
  .hp3 .sg-sub, .hp3 .sg-stats { grid-area: 2 / 1; margin-bottom: 0; }
  .hp3 .sg-copy .insight { grid-area: 1 / 2 / 3 / 3; margin: 0; }
  .hp3 .sg-copy .plan-hook { grid-area: 3 / 2; margin-top: 0; }
  .hp3 .sg-copy .link-arrow { grid-area: 3 / 1; align-self: start; }
  .hp3 .sg-ui { grid-area: 4 / 1 / 5 / 3; margin-top: 6px; }
}
.hp3 .sg-panel[hidden] { display: none; }
.hp3 .sg-copy h3 { font: 600 clamp(1.5rem, 1.2rem + 1vw, 2.1rem)/1.15 var(--display); font-stretch: 90%; letter-spacing: -.02em; color: var(--ink); }
.hp3 .sg-sub { margin-top: 10px; font-size: 18px; color: var(--muted); }
.hp3 .sg-stats { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 18px 0 22px; }
.hp3 .sg-stats li { display: flex; align-items: baseline; gap: 8px; }
.hp3 .sg-stats b { font: 600 30px/1 var(--display); font-stretch: 88%; letter-spacing: -.03em; color: var(--ink); font-variant-numeric: tabular-nums; }
.hp3 .sg-stats b.up { color: var(--good); }
.hp3 .sg-stats b.down { color: var(--bad); }
.hp3 .sg-stats span { font-size: 14.5px; color: var(--muted); }
/* ---------- the plan hook (audit, rankings, keywords, links, competitors,
   local, AI search — the same shape every time) ---------- */
.hp3 .plan-hook {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 10px 18px; margin-top: 16px; padding: 11px 12px 11px 15px;
  border: 1px solid var(--blue-soft); border-radius: 11px; background: var(--blue-wash);
}
.hp3 .phk-txt { font-size: 14.5px; line-height: 1.4; color: var(--body); }
.hp3 .phk-txt b { font-weight: 600; color: var(--blue-ink); font-variant-numeric: tabular-nums; }
.hp3 .phk-btn { flex: none; }
.hp3 .phk-btn.is-added { background: var(--good); border-color: var(--good); }
/* in the narrow side columns the strip stacks rather than half-wrapping */
.hp3 .ai-copy .plan-hook, .hp3 .local-side .plan-hook { flex-direction: column; align-items: stretch; }
.hp3 .ai-copy .phk-btn, .hp3 .local-side .phk-btn { justify-content: center; }
/* inside a product frame the strip is the last row, not a floating card */
.hp3 .app .plan-hook { margin: 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; padding: 14px 18px; }
.hp3 .insight-sm { margin: 0 0 18px; padding: 16px 18px; }
.hp3 .insight-sm .ins-t { margin-top: 10px; font-size: 17px; }
.hp3 .sg-ui { font-size: 13.5px; }
.hp3 .sg-ui .sg-table th.num, .hp3 .sg-ui .sg-table td.num { width: 112px; }
.hp3 .sg-ui .sg-table thead th:first-child { width: 42%; }
.hp3 .sg-table { width: 100%; border-collapse: collapse; font-family: var(--ui); }
.hp3 .sg-table th, .hp3 .sg-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.hp3 .sg-table thead th { font-size: 11px; font-weight: 500; color: var(--faint); background: #fafbfd; }
.hp3 .sg-table tbody th { font-weight: 500; color: var(--ink); }
.hp3 .sg-table tbody tr:last-child > * { border-bottom: 0; }
.hp3 .sg-table .num { text-align: right; font-variant-numeric: tabular-nums; }
.hp3 .sg-table tr.is-first > * { background: #f7f9ff; }
.hp3 .sg-flag { display: inline-flex; align-items: center; gap: 4px; margin-left: 8px; padding: 2px 7px; border-radius: 999px; background: var(--bad-wash); font-size: 10.5px; font-weight: 600; color: var(--bad); }
.hp3 .sg-no { color: var(--faint); font-style: italic; }
.hp3 .delta.dn { color: var(--bad); }
.hp3 .delta.dn .ic { transform: rotate(180deg); }

/* ==========================================================================
   Local SEO
   ========================================================================== */
.hp3 .local { padding: var(--sec) 0; }
.hp3 .local-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 44px; align-items: start; }
.hp3 .local-hook { margin-top: 12px; font-weight: 600; color: var(--ink); }
.hp3 .local-ui { font-size: 13.5px; }
.hp3 .lc-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.hp3 .lc-gridmap { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; max-width: 230px; }
.hp3 .lc-cell { display: grid; place-items: center; aspect-ratio: 1; border-radius: 6px; font: 600 12px/1 var(--ui); font-variant-numeric: tabular-nums; }
.hp3 .lc-cell.g { background: #dff3e6; color: #15803d; }
.hp3 .lc-cell.a { background: #fdf0da; color: #b45309; }
.hp3 .lc-cell.r { background: #fbe3e3; color: #b42020; }
.hp3 .lc-legend { display: flex; gap: 14px; margin-top: 12px; font-size: 11.5px; color: var(--faint); }
.hp3 .lc-legend span { display: inline-flex; align-items: center; gap: 6px; }
.hp3 .lc-legend i { width: 10px; height: 10px; border-radius: 3px; }
.hp3 .lc-legend i.g { background: #9fdcb5; }
.hp3 .lc-legend i.a { background: #f2ce93; }
.hp3 .lc-legend i.r { background: #eeaeae; }
.hp3 .lc-kv { display: grid; gap: 8px; }
.hp3 .lc-kv li { display: flex; align-items: baseline; gap: 8px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.hp3 .lc-kv li:last-child { border-bottom: 0; }
.hp3 .lc-kv span:first-child { flex: 1; color: var(--muted); }
.hp3 .lc-kv b { font: 600 17px/1 var(--ui); color: var(--ink); font-variant-numeric: tabular-nums; }
.hp3 .lc-kv small { color: var(--faint); }
.hp3 .lc-table thead th { background: #fafbfd; }
/* minmax(0,1fr), not the implicit auto track: an auto track refuses to shrink
   below its content minimum and the capability list then overflows a phone. */
.hp3 .local-side { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; }
.hp3 .lc-caps li > span { min-width: 0; }
.hp3 .lc-caps { display: grid; gap: 2px; }
.hp3 .lc-caps li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); }
.hp3 .lc-caps li:last-child { border-bottom: 1px solid var(--line); }
.hp3 .lc-ic { flex: none; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: var(--blue-wash); color: var(--blue); }
.hp3 .lc-caps b { display: block; font: 600 15.5px/1.3 var(--text); color: var(--ink); }
.hp3 .lc-caps small { display: block; margin-top: 2px; font-size: 13.5px; line-height: 1.45; color: var(--muted); }

/* ==========================================================================
   Ongoing — monitoring, Search Console, content (light blue)
   ========================================================================== */
.hp3 .ongoing { padding: var(--sec) 0; background: var(--mist); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hp3 .og-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hp3 .og-card { display: flex; flex-direction: column; padding: 22px 24px 24px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 24px 48px -36px rgba(15, 23, 42, .3); }
.hp3 .og-k { display: flex; align-items: center; gap: 8px; font: 600 11.5px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--blue); }
.hp3 .og-card h3 { margin: 14px 0 16px; font: 600 19px/1.3 var(--display); font-stretch: 92%; letter-spacing: -.012em; color: var(--ink); }
.hp3 .og-alerts { display: grid; gap: 8px; font-family: var(--ui); }
.hp3 .og-alerts li { display: grid; grid-template-columns: 8px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 9px; }
.hp3 .a-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--line-2); }
.hp3 .a-ok .a-dot { background: #2f9d5a; }
.hp3 .a-dn .a-dot { background: #e39b2e; }
.hp3 .a-bad .a-dot { background: #df4640; }
.hp3 .og-alerts b { display: block; font-size: 13px; font-weight: 600; color: var(--ink); }
.hp3 .og-alerts small { display: block; font-size: 12px; color: var(--muted); }
.hp3 .a-when { font-size: 11px; color: var(--faint); white-space: nowrap; }
.hp3 .og-kv, .hp3 .og-score { display: grid; gap: 2px; font-family: var(--ui); }
.hp3 .og-kv li, .hp3 .og-score li { display: flex; align-items: baseline; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.hp3 .og-kv li:last-child, .hp3 .og-score li:last-child { border-bottom: 0; }
.hp3 .og-kv span:first-child, .hp3 .og-score span:first-child { flex: 1; font-size: 13.5px; color: var(--muted); }
.hp3 .og-kv b { font: 600 18px/1 var(--ui); color: var(--ink); font-variant-numeric: tabular-nums; }
.hp3 .og-kv small { font-size: 12px; font-weight: 600; }
.hp3 .og-kv small.up { color: var(--good); }
.hp3 .og-kv small.dn { color: var(--bad); }
.hp3 .og-score b { font: 600 15px/1 var(--ui); font-variant-numeric: tabular-nums; }
.hp3 .og-score b.sc-good { color: var(--good); }
.hp3 .og-score b.sc-warn { color: var(--warn); }
.hp3 .og-note { margin-top: 12px; font-size: 13.5px; color: var(--faint); }
.hp3 .og-links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: auto; padding-top: 18px; }
.hp3 .og-links a { font: 600 14px/1.2 var(--text); color: var(--blue); text-decoration: none; }
.hp3 .og-links a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ==========================================================================
   Platform map + agencies
   ========================================================================== */
.hp3 .platform { padding: var(--sec) 0; }
.hp3 .pmap { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line-2); }
.hp3 .pm-col { padding: 26px 24px 8px 0; }
.hp3 .pm-col + .pm-col { padding-left: 24px; border-left: 1px solid var(--line); }
.hp3 .pm-h { font: 600 15px/1.2 var(--text); color: var(--ink); }
.hp3 .pm-d { min-height: 3.4em; margin: 8px 0 14px; font-size: 13.5px; line-height: 1.45; color: var(--faint); }
.hp3 .pm-col ul { display: grid; gap: 1px; }
.hp3 .pm-col li a { display: block; padding: 8px 0; border-top: 1px solid var(--line); font: 500 14.5px/1.35 var(--text); color: var(--body); text-decoration: none; transition: color .15s; }
.hp3 .pm-col li a:hover { color: var(--blue); }
.hp3 .pm-col li a.is-plan { font-weight: 600; color: var(--ink); }
.hp3 .pm-col li a.is-plan::after { content: ""; display: inline-block; width: 6px; height: 6px; margin-left: 7px; border-radius: 50%; background: var(--blue); vertical-align: 2px; }
.hp3 .agency { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 6fr); gap: 44px; align-items: center; margin-top: 64px; padding: 34px 36px; border: 1px solid var(--line); border-radius: 16px; background: var(--mist); }
.hp3 .ag-copy h3 { margin: 14px 0 12px; }
.hp3 .ag-copy p { margin-bottom: 20px; font-size: 17px; line-height: 1.55; color: var(--body); }
.hp3 .ag-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 20px; }
.hp3 .ag-list li { display: grid; grid-template-columns: 30px minmax(0, 1fr); align-items: center; column-gap: 12px; row-gap: 2px; }
.hp3 .ag-ic { grid-row: span 2; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: #fff; border: 1px solid var(--line); color: var(--blue); }
.hp3 .ag-list b { font: 600 14.5px/1.2 var(--text); color: var(--ink); }
.hp3 .ag-list small { font-size: 12.5px; line-height: 1.4; color: var(--muted); }

/* ==========================================================================
   Plan additions + customer-story evidence
   ========================================================================== */
.hp3 .pw-ai { margin-left: 8px; padding: 3px 7px; border-radius: 999px; background: var(--blue-wash); font: 600 9.5px/1 var(--mono); letter-spacing: .04em; text-transform: uppercase; color: var(--blue-ink); }
.hp3 .po-ai { display: flex; align-items: center; gap: 8px; margin-top: -8px; margin-bottom: 20px; font: 600 12px/1 var(--mono); letter-spacing: .05em; text-transform: uppercase; color: #8fb0f5 !important; }
.hp3 .gp-counts { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 14px; }
.hp3 .gp-counts li { display: flex; align-items: baseline; gap: 5px; font-size: 12px; color: var(--muted); }
.hp3 .gp-counts b { font: 600 15px/1 var(--ui); color: var(--ink); font-variant-numeric: tabular-nums; }
.hp3 .gp-foot { display: flex; justify-content: flex-end; align-items: center; gap: 16px; padding: 14px 24px; border-top: 1px solid var(--line); background: #fafbfd; font-size: 12px; color: var(--faint); }
.hp3 .evidence { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 36px; border-top: 1px solid var(--line-2); }
.hp3 .evidence li { padding: 24px 26px 26px 0; }
.hp3 .evidence li + li { padding-left: 26px; border-left: 1px solid var(--line); }
.hp3 .ev-n { display: inline-flex; align-items: center; font: 600 13px/1 var(--mono); letter-spacing: .04em; color: var(--faint); }
.hp3 .ev-k { margin: 12px 0 8px; font: 600 16px/1.3 var(--text); color: var(--ink); }
.hp3 .ev-b { font-size: 15px; line-height: 1.55; color: var(--body); }
.hp3 .ev-result { background: linear-gradient(180deg, #f6f9ff, #fff 80%); }
.hp3 .ev-result .res { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; margin-top: 4px; }
.hp3 .ev-result .res > div { display: flex; flex-direction: column-reverse; padding: 0; border: 0; }
.hp3 .ev-result .res dd { font: 600 clamp(1.5rem, 1.1rem + .9vw, 1.9rem)/1 var(--display); font-stretch: 88%; letter-spacing: -.03em; color: var(--ink); }
.hp3 .ev-result .res dt { margin-top: 4px; font-size: 12.5px; color: var(--muted); }

/* footer: the live site's full link set */
.hp3 .foot-grid { display: grid; grid-template-columns: minmax(0, 300px) minmax(0, 1fr); gap: 56px; }
.hp3 .foot-cols { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 26px; }
/* the live footer's two badges and its demo links */
.hp3 .foot-badge { display: inline-block; padding: 2px 5px; border-radius: 999px; background: var(--blue-wash); font: 600 9px/1.3 var(--mono); letter-spacing: .03em; color: var(--blue-ink); vertical-align: 1px; }
.hp3 .foot-badge.is-free { background: var(--good-wash); color: var(--good); }
.hp3 .foot-demo { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.hp3 .foot-demo .ic { color: var(--blue); }
.hp3 .foot-demo:hover { border-color: var(--line-2); }
.hp3 .foot-co { margin-top: 18px; font-size: 11.5px; line-height: 1.6; color: var(--faint); }
.hp3 .foot-co a { color: var(--muted); text-decoration: none; }
.hp3 .foot-news { margin-top: 22px; }
.hp3 .foot-sub { margin-top: 12px; font: 600 10px/1.2 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--faint); }
.hp3 .foot-col a { font-size: 12.5px; line-height: 1.4; }

/* ==========================================================================
   Brand logos, award badges, customer voices
   ========================================================================== */
/* Each mark keeps the light background of the capture it came from, so it sits
   on a tile of that colour: the seam disappears and the row reads as designed. */
.hp3 .brands { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 18px 46px; }
.hp3 .brand { display: flex; align-items: center; gap: 11px; opacity: .92; transition: opacity .2s, transform .2s var(--ease); }
.hp3 .brand:hover { opacity: 1; transform: translateY(-1px); }
.hp3 .brand-ic { display: block; overflow: hidden; border-radius: 9px; background: #eff1f4; }
.hp3 .brand-ic img { display: block; width: auto; height: 36px; }
.hp3 .brand-n { font: 600 21px/1 var(--display); font-stretch: 92%; letter-spacing: -.022em; color: var(--ink); }
.hp3 .brand-n em { font-style: normal; }

/* retained from the live theme: 2026, three stars, a coloured cap and a tail */
/* Product Hunt badge — sits between the logo row and the award tiles. Width and
   height are declared on the <img> itself so the row does not reflow when the
   lazy badge arrives. */
.hp3 .ph-badge { display: inline-flex; line-height: 0; border-radius: 10px; transition: transform .16s ease, opacity .16s ease; }
.hp3 .ph-badge:hover { transform: translateY(-2px); opacity: .9; }
.hp3 .ph-badge img { width: 250px; height: 54px; max-width: 100%; }
@media (prefers-reduced-motion: reduce) { .hp3 .ph-badge { transition: none; } .hp3 .ph-badge:hover { transform: none; } }

.hp3 .awards { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.hp3 .award {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: 7px;
  width: 116px; padding: 13px 10px 15px;
  border: 1px solid var(--line); border-top: 0; border-radius: 5px 5px 11px 11px;
  background: #fff; box-shadow: 0 12px 26px -20px rgba(15, 23, 42, .45);
}
.hp3 .award::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; border-radius: 5px 5px 0 0; background: var(--c); }
.hp3 .award::after {
  content: ""; position: absolute; left: 50%; bottom: -6px; width: 13px; height: 13px;
  transform: translateX(-50%) rotate(45deg);
  background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.hp3 .aw-yr { font: 600 11px/1 var(--mono); letter-spacing: .04em; color: var(--faint); }
.hp3 .aw-stars { display: flex; gap: 2px; color: #f3a825; }
.hp3 .aw-l { font: 600 12.5px/1.3 var(--text); color: var(--ink); text-align: center; }

/* the story card's brand, and the three short voices under it */
.hp3 .story-brand { display: inline-flex; align-items: center; gap: 10px; }
.hp3 .story-brand img { display: block; width: auto; height: 30px; border-radius: 7px; background: #eff1f4; }
.hp3 .story-brand b { font: 600 18px/1 var(--display); font-stretch: 92%; letter-spacing: -.02em; color: var(--ink); }
.hp3 .voices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 16px; }
.hp3 .voice { display: flex; flex-direction: column; gap: 14px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.hp3 .voice-q { font: 500 16.5px/1.45 var(--text); color: var(--ink); text-wrap: balance; }
.hp3 .voice-by { display: flex; align-items: center; gap: 11px; margin-top: auto; font-size: 13px; line-height: 1.35; color: var(--muted); }
.hp3 .voice-by img { display: block; width: auto; height: 28px; border-radius: 7px; background: #eff1f4; }
.hp3 .voice-by b { font-weight: 600; color: var(--ink); }

/* ==========================================================================
   Footer
   ========================================================================== */
.hp3 .foot { padding: 72px 0 32px; border-top: 1px solid var(--line); background: #fff; font-size: 13px; }
.hp3 .foot-brand img { height: 20px; width: auto; }
.hp3 .foot-brand p { max-width: 28ch; margin: 14px 0 18px; font-size: 13.5px; line-height: 1.5; color: var(--muted); }
.hp3 .social { display: flex; gap: 6px; }
.hp3 .social a { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); transition: color .15s, border-color .15s; }
.hp3 .social a:hover { color: var(--ink); border-color: var(--line-2); }
.hp3 .foot-h { margin-bottom: 12px; font: 600 12px/1.2 var(--text); letter-spacing: .01em; color: var(--ink); }
.hp3 .foot-col ul { display: grid; gap: 7px; }
.hp3 .foot-col a { color: var(--muted); text-decoration: none; transition: color .15s; }
.hp3 .foot-col a:hover { color: var(--ink); }
.hp3 .foot-news > p:not(.foot-h):not(.news-msg) { margin-bottom: 12px; font-size: 12.5px; color: var(--muted); }
.hp3 .news-form { display: flex; gap: 8px; }
.hp3 .news-form input {
  flex: 1; min-width: 0; height: 40px; padding: 0 12px;
  border: 1px solid var(--line-2); border-radius: 9px; background: #fff;
  font: 400 13px/1 var(--text); color: var(--ink);
}
.hp3 .news-form input::placeholder { color: var(--faint); }
.hp3 .news-form input:focus { outline: 2px solid var(--blue); outline-offset: 0; border-color: transparent; }
.hp3 .news-form .btn { height: 40px; }
.hp3 .news-msg { min-height: 1.3em; margin-top: 8px; font-size: 13px; color: var(--muted); }
.hp3 .foot-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: 52px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; color: var(--faint); }
.hp3 .foot-legal { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hp3 .foot-legal a { font-size: 12px; color: var(--muted); text-decoration: none; }
.hp3 .foot-legal a:hover { color: var(--ink); }

/* ==========================================================================
   Responsive
   ========================================================================== */

/* short desktop viewports (a 1080p screen at 125% is ~614px tall):
   keep both CTAs above the fold */
@media (min-width: 1101px) and (max-height: 780px) {
  .hp3 .hero { padding-top: 44px; }
  .hp3 .display { font-size: clamp(2.75rem, 1rem + 3.8vw, 4.1rem); }
  .hp3 .hero-copy .eyebrow { margin-bottom: 18px; }
  .hp3 .hero-copy .display { margin-bottom: 20px; }
  .hp3 .hero-copy .lede { margin-bottom: 26px; }
  .hp3 .hero-find { padding: 5px 5px 5px 6px; }
  .hp3 .hf-input { padding: 10px 0; }
  .hp3 .hero-copy .ticks { margin-top: 20px; }
}

/* laptops: give the product screen back the width it was designed at */
@media (min-width: 1101px) and (max-width: 1340px) {
  .hp3 .hero-grid { grid-template-columns: minmax(0, 455px) minmax(0, 1fr); gap: 44px; }
}

@media (max-width: 1100px) {
  .hp3 { --sec: 96px; }
  .hp3 .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 56px; }
  .hp3 .hero-copy { max-width: 640px; }
  .hp3 .hero-visual { margin-right: 0; }
  .hp3 .hero-visual::before { top: 22%; left: -100vw; border-radius: 0; }


  .hp3 .story-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .hp3 .story-body { padding-top: 0; }

  /* the rail turns vertical: one line down the left, nodes on it */
  .hp3 .rail { grid-template-columns: minmax(0, 1fr); padding-left: 34px; }
  .hp3 .rail::before { top: 0; bottom: 0; left: 0; right: auto; width: 1px; height: auto; }
  .hp3 .rail-line { top: 0; bottom: 0; left: -.5px; right: auto; width: 2px; height: auto; transform-origin: center top; background: linear-gradient(180deg, var(--blue), var(--violet)); }
  .hp3 .job, .hp3 .job + .job { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "top mini" "tools mini"; gap: 4px 40px; padding: 0 0 44px; border-left: 0; }
  .hp3 .job-top { grid-area: top; }
  .hp3 .job-tools { grid-area: tools; }
  .hp3 .job-mini { grid-area: mini; align-self: start; height: auto; min-height: 132px; margin: 0; }
  .hp3 .job-node, .hp3 .job + .job .job-node { top: 2px; left: -40px; }
  .hp3 .job-top p { min-height: 0; }
  .hp3 .job-tools { margin-top: 0; }

  .hp3 .sec-split { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .hp3 .ai-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .hp3 .ai-copy { position: static !important; }

  .hp3 .figs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp3 .fig:nth-child(3) { padding-left: 0; border-left: 0; }
  .hp3 .fig:nth-child(n+3) { border-top: 1px solid var(--navy-line); }

  .hp3 .proof-card { grid-template-columns: minmax(0, 1fr); }
  .hp3 .proof-results { border-left: 0; border-top: 1px solid var(--line); }
  .hp3 .data-top { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .hp3 .data-map { margin-right: 0; }

  }

@media (max-width: 960px) {
  .hp3 .nav-main, .hp3 .nav-login, .hp3 .nav-lang { display: none; }
  .hp3 .nav-burger { display: inline-grid; }
  .hp3 .nav-row { gap: 16px; }
}

@media (max-width: 720px) {
  /* two full-width rows: a 48px field and a 48px button do not fit side by side */
  .hp3 .hero-find { flex-direction: column; align-items: stretch; gap: 10px; padding: 10px; border-radius: 18px; }
  .hp3 .hf-field { padding-left: 6px; }
  .hp3 .hf-btn { width: 100%; justify-content: center; }
  .hp3 { --gut: 16px; --sec: 72px; }
  .hp3 { font-size: 17px; }
  .hp3 .annbar-row { gap: 10px; }
  .hp3 .ann-slide { font-size: 12px; }
  .hp3 .ann-txt { white-space: normal; text-align: center; }
  .hp3 .ann-slides { min-height: 36px; }
  .hp3 .hero { padding: 40px 0 76px; }
  .hp3 .cta-row .btn { flex: 1 1 100%; }
  .hp3 .hero-copy .ticks { gap: 8px 16px; }

  /* the dashboard sheds chrome instead of shrinking the type */
  .hp3 .dash { grid-template-columns: minmax(0, 1fr); }
  .hp3 .dash-side { display: none; }
  .hp3 .dash-main { padding: 14px; }
  .hp3 .dash-top { flex-wrap: wrap; }
  .hp3 .dash-filters .sel:first-child { display: none; }
  .hp3 .kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; background: var(--line); }
  .hp3 .kpi { background: #fff; }
  .hp3 .kpi + .kpi { border-left: 0; }
  .hp3 .kpi-health { grid-column: 1 / -1; }
  .hp3 .dash-row { grid-template-columns: minmax(0, 1fr); }
  .hp3 .opp-t { font-size: 13.5px; }


  .hp3 .story-body > p:not(.story-lede) { font-size: 17.5px; }
  .hp3 .tabs { margin-top: 64px; }
  .hp3 .dots { display: none; }
  /* a crowded tab bar, not a row of favicons: fixed width, the bar clips the rest */
  .hp3 .tab { flex: 0 0 124px; }
  .hp3 .tabs-note { font-size: 15.5px; min-height: 2.9em; }
  .hp3 .tv-after { padding: 16px; }
  .hp3 .ans { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .hp3 .ans-next { padding: 16px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .hp3 .sheet { font-size: 11px; }

  .hp3 .sec-head { margin-bottom: 44px; }
  .hp3 .sec-head > p, .hp3 .sec-head div > p { font-size: 17.5px; }
  .hp3 .job, .hp3 .job + .job { grid-template-columns: minmax(0, 1fr); grid-template-areas: "top" "mini" "tools"; }
  .hp3 .job-mini { margin: 14px 0 4px; }
  .hp3 .job-tools { margin-top: 14px; }
  .hp3 .rail { padding-left: 28px; }
  .hp3 .job-node, .hp3 .job + .job .job-node { left: -34px; }


  .hp3 .ai-prompt { flex-wrap: wrap; gap: 8px 12px; padding: 16px; }
  .hp3 .ai-prompt p { flex-basis: 100%; order: 3; }
  .hp3 .ai-panel { padding: 18px 16px 2px; }
  .hp3 .ai-vis { padding: 16px; }
  .hp3 .ai-vis-h span { display: block; }
  .hp3 .vis-table { font-size: 12px; }
  .hp3 .vis-table th, .hp3 .vis-table td { padding: 8px 5px; }
  .hp3 .vis-bar { display: none; }
  /* four columns fit a phone; the average position is the one the story needs least */
  .hp3 .vis-table th:nth-child(4), .hp3 .vis-table td:nth-child(4) { display: none; }

  .hp3 .figs { grid-template-columns: minmax(0, 1fr); }
  .hp3 .fig, .hp3 .fig + .fig { padding: 26px 0 22px; border-left: 0; border-top: 1px solid var(--navy-line); }
  .hp3 .fig:first-child { border-top: 0; }
  .hp3 .fig dt { margin-bottom: 12px; }

  .hp3 .proof-story { padding: 28px 22px; }
  .hp3 .proof-results { padding: 24px 20px; }
  .hp3 .proof-link { margin-left: 0; }
  .hp3 .data-top { margin-bottom: 44px; }
  .hp3 .final-peek { height: 290px; margin-top: 56px; }
  .hp3 .plan-cols { grid-template-columns: minmax(0, 1fr); }
  .hp3 .plan-col:not(:first-child) { display: none; }
  .hp3 .plan-bar { flex-wrap: wrap; padding: 12px 16px; }
  .hp3 .res > div:nth-child(odd) { padding-right: 14px; }
  .hp3 .res > div:nth-child(even) { padding-left: 14px; }

  .hp3 .final-frame { gap: 12px; }
  .hp3 .final-lede { font-size: 18px; }

  .hp3 .foot { padding-top: 60px; }
  .hp3 .foot-bottom { flex-direction: column; margin-top: 48px; }
}

@media (max-width: 380px) {
  .hp3 .nav-actions .btn-ink { display: none; }
}

/* ---------- the Growth Plan story, responsive ---------- */
@media (max-width: 1100px) {
  .hp3 .hero-note { position: static; margin: 16px 0 0; }
  .hp3 .start { padding-bottom: 64px; }
  .hp3 .converge { display: none; }
  .hp3 .plan-out { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-top: 8px; padding: 30px 28px; }
  .hp3 .cmp-row { grid-template-columns: 170px minmax(0, 1fr); }
  .hp3 .cmp-end { grid-column: 2; }
  /* the five stages stack; each keeps its label on the left */
  .hp3 .stages { grid-template-columns: minmax(0, 1fr); }
  .hp3 .stage { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 4px 28px; padding: 22px; }
  .hp3 .stage > :not(.stg-k):not(.stg-q) { grid-column: 2; grid-row: 1 / span 3; }
  .hp3 .stg-k, .hp3 .stage:first-child .stg-k { padding-left: 0; }
  .hp3 .stg-q { min-height: 0; margin: 8px 0 0; }
  .hp3 .stage + .stage { border-left: 0; border-top: 1px solid var(--line); }
  .hp3 .stage + .stage::before { left: 22px; top: -12px; transform: rotate(90deg); }
  .hp3 .gp-sum { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 20px 28px; }
  .hp3 .gp-src { grid-column: 1 / -1; }
  .hp3 .gp-body { grid-template-columns: minmax(0, 1fr); }
  .hp3 .gp-side { border-left: 0; border-top: 1px solid var(--line); }
  .hp3 .audit-grid { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .hp3 .ba { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .hp3 .ba-arrow { height: 44px; transform: rotate(90deg); }
}

@media (max-width: 720px) {
  .hp3 .start-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hp3 .starts { grid-template-columns: minmax(0, 1fr); }
  .hp3 .st, .hp3 .st + .st { padding: 22px 0; border-left: 0; }
  .hp3 .st + .st { border-top: 1px solid var(--line); }
  .hp3 .st.is-first::before { right: 0; }
  .hp3 .start-foot { flex-direction: column; align-items: flex-start; }
  .hp3 .po-weeks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp3 .po-weeks li { min-height: 120px; }
  .hp3 .cmp-row { grid-template-columns: minmax(0, 1fr); gap: 12px; padding: 16px; }
  .hp3 .cmp-end { grid-column: auto; }
  .hp3 .thesis { margin: 44px 0 40px; }
  .hp3 .stage { grid-template-columns: minmax(0, 1fr); padding: 20px 16px; }
  .hp3 .stage > :not(.stg-k):not(.stg-q) { grid-column: auto; grid-row: auto; margin-top: 12px; }
  .hp3 .board-bar { padding: 12px 16px; }
  .hp3 .gp-bar { flex-wrap: wrap; padding: 12px 16px; }
  .hp3 .gp-sum { grid-template-columns: minmax(0, 1fr); padding: 16px; }
  .hp3 .gp-week, .hp3 .gp-side { padding: 16px; }
  .hp3 .gp-task { grid-template-columns: minmax(0, 1fr); gap: 8px; padding: 14px; }
  .hp3 .gp-task .act-btn { justify-self: start; }
  .hp3 .au-bar { flex-wrap: wrap; padding: 12px 16px; }
  .hp3 .au-top { grid-template-columns: 96px minmax(0, 1fr); padding: 16px; }
  .hp3 .au-counts { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp3 .au-list { padding: 4px 16px; }
  .hp3 .au-list li { grid-template-columns: minmax(0, 1fr) auto; }
  .hp3 .al-reach { display: none; }
  .hp3 .au-next { padding: 14px 16px 16px; }
  .hp3 .au-next-row { flex-direction: column; align-items: flex-start; }
  .hp3 .ai-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp3 .plan-hook .btn { white-space: normal; text-align: left; }
  .hp3 .ba-col { padding: 20px; }
  .hp3 .ba ul { grid-template-columns: minmax(0, 1fr); }
}

/* ---------- the full-platform sections, responsive ---------- */
@media (max-width: 1100px) {
  .hp3 .sg-panel { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .hp3 .local-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .hp3 .og-grid { grid-template-columns: minmax(0, 1fr); }
  .hp3 .og-card { padding: 20px 22px 22px; }
  .hp3 .pmap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp3 .brands { gap: 16px 32px; }
  .hp3 .voices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp3 .pm-col { padding: 22px 22px 8px 0; }
  .hp3 .pm-col:nth-child(odd) { padding-left: 0; border-left: 0; }
  .hp3 .pm-col:nth-child(n+3) { border-top: 1px solid var(--line); }
  .hp3 .pm-d { min-height: 0; }
  .hp3 .agency { grid-template-columns: minmax(0, 1fr); gap: 26px; padding: 28px; }
  .hp3 .evidence { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp3 .evidence li:nth-child(odd) { padding-left: 0; border-left: 0; }
  .hp3 .evidence li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .hp3 .film-head { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .hp3 .film-beats { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
  .hp3 .foot-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .hp3 .foot-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
}

@media (max-width: 720px) {
  .hp3 .film { padding: 64px 0 60px; }
  .hp3 .film-beats { grid-template-columns: minmax(0, 1fr); gap: 18px; margin-top: 26px; }
  .hp3 .board-bar .board-chain { display: none; }
  .hp3 .sg-tabs { gap: 6px; }
  .hp3 .sg-tabs button { padding: 9px 13px; font-size: 13.5px; }
  .hp3 .sg-table th, .hp3 .sg-table td { padding: 10px; }
  .hp3 .sg-table th:nth-child(n+5), .hp3 .sg-table td:nth-child(n+5) { display: none; }
  .hp3 .sg-ui, .hp3 .local-ui { overflow-x: auto; }
  .hp3 .lc-top { grid-template-columns: minmax(0, 1fr); padding: 16px; }
  .hp3 .lc-gridmap { max-width: 100%; }
  .hp3 .lc-caps li { padding: 10px 0; }
  .hp3 .pmap { grid-template-columns: minmax(0, 1fr); }
  .hp3 .brands { gap: 14px 24px; }
  .hp3 .brand-ic img { height: 30px; }
  .hp3 .brand-n { font-size: 18px; }
  .hp3 .award { width: calc(50% - 6px); }
  .hp3 .voices { grid-template-columns: minmax(0, 1fr); }
  .hp3 .pm-col, .hp3 .pm-col + .pm-col { padding: 20px 0 6px; border-left: 0; border-top: 1px solid var(--line); }
  .hp3 .pm-col:first-child { border-top: 0; }
  .hp3 .ag-list { grid-template-columns: minmax(0, 1fr); }
  .hp3 .evidence { grid-template-columns: minmax(0, 1fr); }
  .hp3 .evidence li, .hp3 .evidence li + li { padding: 20px 0; border-left: 0; border-top: 1px solid var(--line); }
  .hp3 .evidence li:first-child { border-top: 0; }
  .hp3 .ev-result { padding: 20px 16px; border-radius: 12px; }
  .hp3 .gp-foot { flex-direction: column; align-items: flex-start; gap: 8px; padding: 14px 16px; }
  .hp3 .foot-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .hp3 *, .hp3 *::before, .hp3 *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; transition-delay: 0s !important;
  }
}

/* ---------- country picker inside the hero bar ---------- */
.hp3 .country-picker { position: relative; flex: none; }
.hp3 .country-btn {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 12px; margin-right: 2px;
  background: transparent; border: 0; border-left: 1px solid var(--line);
  font: 600 14px/1 var(--text); color: var(--ink); cursor: pointer; white-space: nowrap;
}
.hp3 .country-btn:hover { color: var(--blue); }
.hp3 .country-btn .flag { width: 22px; height: 16px; border-radius: 3px; object-fit: cover; box-shadow: 0 0 0 1px rgba(15, 23, 42, .12); }
.hp3 .country-btn svg { color: var(--faint); transition: transform .18s var(--ease); }
.hp3 .country-btn[aria-expanded="true"] svg { transform: rotate(180deg); }
.hp3 .country-menu {
  display: none; position: absolute; top: calc(100% + 12px); right: 0; z-index: 40;
  width: 300px; padding: 10px; text-align: left;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 22px 44px -18px rgba(15, 23, 42, .24), 0 2px 6px rgba(15, 23, 42, .05);
}
.hp3 .country-menu.open { display: block; }   /* set by index.php's picker script */
.hp3 .country-search {
  width: 100%; margin-bottom: 8px; padding: 9px 10px;
  font: 400 14px/1.2 var(--text); color: var(--ink);
  border: 1.5px solid var(--blue-soft); border-radius: 9px; outline: 0;
}
.hp3 .country-search:focus { border-color: var(--blue); }
.hp3 .country-list { list-style: none; max-height: 232px; margin: 0; padding: 0; overflow-y: auto; }
.hp3 .country-list li {
  display: flex; align-items: center; gap: 9px; padding: 8px 9px;
  border-radius: 8px; cursor: pointer; font-size: 14px; color: var(--body);
}
.hp3 .country-list li:hover { background: var(--mist); color: var(--ink); }
.hp3 .country-list li.empty { cursor: default; color: var(--faint); }
.hp3 .country-list .flag { width: 22px; height: 16px; border-radius: 3px; object-fit: cover; flex: none; }

@media (max-width: 720px) {
  .hp3 .country-btn { border-left: 0; border-top: 1px solid var(--line); width: 100%; justify-content: center; padding: 10px; }
  .hp3 .country-menu { right: auto; left: 0; width: 100%; }
}
/* ==========================================================================
   Founding story (includes/home/startup.php)
   Two columns on desktop: the narrative, and three verifiable product claims.
   The milestone track only exists when $milestones is filled.
   ========================================================================== */
.hp3 .startup { padding: var(--sec) 0; }
.hp3 .su-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 54px; align-items: start; }
.hp3 .su-eyebrow { font: 600 12px/1 var(--ui); letter-spacing: .09em; text-transform: uppercase; color: var(--accent); margin: 0 0 14px; }
.hp3 .su-lead h2 { margin: 0 0 20px; text-wrap: balance; }
.hp3 .su-p { color: var(--muted); margin: 0 0 14px; max-width: 58ch; }
.hp3 .su-p:last-child { margin-bottom: 0; }

.hp3 .su-points { list-style: none; margin: 6px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.hp3 .su-points li { display: grid; grid-template-columns: 34px minmax(0, 1fr); grid-template-rows: auto auto; gap: 2px 12px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 15px 17px; }
.hp3 .su-ic { grid-row: 1 / span 2; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px;
  background: var(--accent-soft, #eaf0fd); color: var(--accent); }
.hp3 .su-points b { font-size: 14.5px; font-weight: 650; color: var(--ink); }
.hp3 .su-points span:not(.su-ic) { font-size: 13.5px; line-height: 1.55; color: var(--muted); }

.hp3 .su-track { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 40px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); }
.hp3 .su-track li { display: flex; align-items: baseline; gap: 9px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.hp3 .su-yr { font: 700 12px/1 var(--ui); color: var(--accent); font-variant-numeric: tabular-nums; }
.hp3 .su-what { font-size: 13.5px; color: var(--ink); }

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

/* "As featured on" link in the trust strip (includes/home/trust.php). Width and
   height are on the <img> so the row does not reflow when the lazy image lands. */
.hp3 .feat-badge { display: inline-flex; align-items: center; gap: 14px; padding: 12px 20px;
  border: 1px solid var(--line); border-radius: 999px; background: #fff; text-decoration: none;
  transition: border-color .16s ease, transform .16s ease; }
.hp3 .feat-badge:hover { border-color: var(--accent); transform: translateY(-1px); }
.hp3 .feat-l { font: 600 12.5px/1 var(--ui); letter-spacing: .07em; text-transform: uppercase; color: var(--faint, #8c93a2); }
.hp3 .feat-badge img { height: 74px; width: auto; max-width: 100%; display: block; }
@media (prefers-reduced-motion: reduce) { .hp3 .feat-badge { transition: none; } .hp3 .feat-badge:hover { transform: none; } }

/* The 2x badge plus its label runs ~430px, wider than a 360px phone. Below that
   the pill stacks and the logo scales with the container instead of forcing a
   horizontal scroll on the whole page. */
@media (max-width: 480px) {
  .hp3 .feat-badge { flex-direction: column; gap: 8px; padding: 12px 16px; max-width: 100%; }
  .hp3 .feat-badge img { height: auto; width: auto; max-width: 100%; max-height: 74px; }
}
