/* Topic hub pages (/website/, /email/, /ai/) — the real parents the breadcrumb
   trail points at. Palette matches the shared header/footer and the service
   template: #0b0e11 ink, #e5b020 accent, #60a5fa link-blue, #f6f7f9 tint.

   Deliberately lighter than /our-services/: a hub's job is to route, so it is
   a short lede plus a linked index, not a second sales page. Keeping it thin
   is also what keeps it off /our-services/'s keyword. */

/* Montserrat body / Poppins headings is the pair the theme loads sitewide. The
   hub pages are built outside the theme, so they pull the same two faces
   themselves — without this they render in the browser's serif default and
   read as a different site from the service pages they link to. */
.hub-page { --ink:#0b0e11; --gold:#e5b020; --blue:#60a5fa; --line:#e3e6ea; --muted:#5b6472; --tint:#f6f7f9;
  font: 17px/1.7 "Montserrat", sans-serif; color: #26303c; }
.hub-page h1, .hub-page h2, .hub-page h3 { font-family: "Poppins", sans-serif; }
.hub-page *, .hub-page *::before, .hub-page *::after { box-sizing: border-box; }
.hub-wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.hub-page h1, .hub-page h2, .hub-page h3 { color: var(--ink); line-height: 1.2; margin-top: 0; }
.hub-page p { margin-top: 0; }
.hub-page a:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

/* Hero */
.hub-hero { background: var(--ink); color: #fff; padding: 64px 0 60px; }
.hub-hero h1 { color: #fff; font-size: clamp(30px, 4.4vw, 44px); margin: 0 0 18px; font-weight: 700; }
.hub-hero .hub-wrap { max-width: 880px; }
.hub-eyebrow { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold);
  margin: 0 0 14px; font-weight: 600; }
.hub-lede { font-size: 19px; line-height: 1.65; color: #c7cdd8; margin: 0; max-width: 760px; }

/* Sections */
.hub-section { padding: 60px 0; background: #fff; }
.hub-section--tint { background: var(--tint); }
.hub-section > .hub-wrap > h2 { font-size: clamp(24px, 3vw, 32px); margin: 0 0 10px; font-weight: 700; }
.hub-section > .hub-wrap > h2::after { content: ""; display: block; width: 52px; height: 4px;
  border-radius: 2px; background: var(--gold); margin-top: 14px; }
.hub-intro { margin: 18px 0 32px; max-width: 760px; color: var(--muted); }

/* Linked index of the services filed under this topic */
.hub-list { list-style: none; margin: 0; padding: 0; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.hub-list li { margin: 0; }
.hub-card { display: block; height: 100%; background: #fff; border: 1px solid var(--line);
  border-top: 3px solid var(--gold); border-radius: 6px; padding: 26px 24px; text-decoration: none;
  transition: border-color .2s, box-shadow .2s, transform .2s; }
.hub-card:hover, .hub-card:focus { box-shadow: 0 14px 32px rgba(11,14,17,.1); transform: translateY(-2px); }
.hub-card h3 { font-size: 19px; margin: 0 0 10px; font-weight: 700; }
.hub-card p { margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--muted); }
.hub-card .hub-card__more { display: inline-block; margin-top: 14px; font-size: 14px; font-weight: 700;
  color: var(--ink); }
.hub-section--tint .hub-card { background: #fff; }

/* Related routes: audit, customer results, self-serve tool */
.hub-routes { list-style: none; margin: 0; padding: 0; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 0 34px; }
.hub-routes li { border-top: 1px solid var(--line); padding: 20px 0; margin: 0; }
.hub-routes a { font-weight: 700; color: var(--ink); text-decoration: none; text-underline-offset: 4px; }
.hub-routes a:hover, .hub-routes a:focus { text-decoration: underline; }
.hub-routes p { margin: 8px 0 0; font-size: 15px; line-height: 1.6; color: var(--muted); }

/* Closing band */
.hub-cta { background: var(--ink); color: #fff; padding: 56px 0; }
.hub-cta h2 { color: #fff; font-size: clamp(22px, 2.6vw, 30px); margin: 0 0 12px; }
.hub-cta p { color: #c7cdd8; margin: 0 0 24px; max-width: 680px; }
.hub-action { display: inline-flex; align-items: center; gap: 12px; padding: 14px 24px;
  background: var(--gold); color: var(--ink); border-radius: 5px; font-weight: 700; font-size: 15px;
  text-decoration: none; }
.hub-action:hover, .hub-action:focus { background: #f4c949; color: var(--ink); }

@media (max-width: 650px) {
  .hub-hero { padding: 40px 0 38px; }
  .hub-section { padding: 42px 0; }
  .hub-card { padding: 22px 20px; }
}
