/* One accent for every product page, matching the site's own --ember (see
   ../styles.css). Signal, CRM, and Journey used to each carry a different,
   unrelated hue here (blue, purple, an off-shade orange), so a visitor
   clicking from the homepage into any product page saw the brand identity
   change color. */
:root { --product-accent: #d5552a; --product-tint: #fbf1ed; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.product-page { margin: 0; background: #f8f6f1; color: #111a2b; font-family: "Hanken Grotesk", sans-serif; }
.product-page a { color: inherit; }
.product-page .suite-nav { background: rgba(248,246,241,.96); border-bottom: 1px solid #d9d5cc; }
.product-page .suite-nav > .suite-brand { color: #111a2b; }
.product-page .suite-nav-links a { color: #303748; }
/* The mobile menu dropdown keeps styles.css's dark .suite-mobile-menu
   background (it isn't part of the light product-page nav), but "a { color:
   inherit }" above wins the specificity tie against styles.css's own
   ".suite-mobile-menu a { color: var(--bone) }" because this file loads
   after it, making the links render near-invisible: dark ink on near-black.
   One extra class here outweighs the tie by specificity, independent of
   stylesheet load order. */
.product-page .suite-mobile-menu a { color: var(--bone); }
/* Wordmark flips to ink on the product pages' light nav (its default is the
   bone color used on the dark homepage nav). */
.product-page .wordmark-name { color: #111a2b; }
.product-page .wordmark-sub { color: #6a6f79; }
.product-page .wordmark-rule { background: var(--product-accent); }
.product-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 1; }
/* Subtle Blacksburg contour behind the hero so the product pages read as the
   same site as the topo homepage, kept very faint so it never fights the text. */
.product-hero { position: relative; padding: 92px 0 72px; border-bottom: 1px solid #d9d5cc; overflow: hidden; }
.product-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: url("../assets/regional-topo.svg?v=20260720") center / cover no-repeat;
  opacity: 0.06;
}
.product-hero-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 64px; align-items: center; }
.product-label { display: flex; align-items: center; gap: 11px; color: var(--product-accent); font: 700 15px/1 "JetBrains Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.product-label img { width: 34px; height: 34px; }
.product-hero h1 { margin: 28px 0 22px; font: 800 clamp(48px, 6vw, 78px)/.96 "Schibsted Grotesk", sans-serif; letter-spacing: -.055em; }
.product-lede { max-width: 570px; margin: 0; color: #4d5360; font-size: 20px; line-height: 1.55; }
.product-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.product-action { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--product-accent); font-weight: 700; text-decoration: none; }
.product-action-primary { background: var(--product-accent); color: #fff !important; }
.product-action-secondary { color: var(--product-accent) !important; }
.product-window { margin: 0; overflow: hidden; background: #fff; border: 1px solid #9da5b4; box-shadow: 12px 14px 0 rgba(17,26,43,.07); }
.product-window-bar { display: flex; align-items: center; justify-content: space-between; height: 42px; padding: 0 14px; border-bottom: 1px solid #dfe2e7; color: #545b68; font: 600 11px/1 "JetBrains Mono", monospace; text-transform: uppercase; letter-spacing: .06em; }
.product-dots { display: flex; gap: 5px; }.product-dots i { width: 7px; height: 7px; background: #c4c8d0; border-radius: 50%; }
.product-window picture,.product-window img { display: block; width: 100%; height: auto; }
.product-window figcaption { padding: 10px 14px; border-top: 1px solid #e1e3e7; color: #6a6f79; font-size: 12px; }
.product-section { padding: 88px 0; border-bottom: 1px solid #d9d5cc; }
.product-heading { max-width: 740px; margin-bottom: 44px; }
.product-heading p { margin: 0 0 10px; color: var(--product-accent); font: 700 12px/1.4 "JetBrains Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.product-heading h2 { margin: 0; font: 700 clamp(36px, 4.5vw, 58px)/1.02 "Schibsted Grotesk", sans-serif; letter-spacing: -.045em; }
.outcome-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #cfcac0; background: #cfcac0; gap: 1px; }
.outcome { min-height: 230px; padding: 28px; background: #fff; }
.outcome span { display: grid; width: 34px; height: 34px; place-items: center; background: var(--product-accent); color: #fff; font: 700 13px/1 "JetBrains Mono", monospace; }
.outcome h3 { margin: 34px 0 12px; font: 700 22px/1.1 "Schibsted Grotesk", sans-serif; }
.outcome p { margin: 0; color: #5d626c; line-height: 1.55; }
.details-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.details-intro { position: sticky; top: 100px; }
.details-intro h2 { margin: 0 0 18px; font: 700 46px/1.02 "Schibsted Grotesk", sans-serif; letter-spacing: -.04em; }
.details-intro p { color: #5d626c; font-size: 18px; line-height: 1.55; }
.details-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #cfcac0; border-left: 1px solid #cfcac0; }
.detail { min-height: 190px; padding: 26px; background: #fff; border-right: 1px solid #cfcac0; border-bottom: 1px solid #cfcac0; }
.detail b { color: var(--product-accent); font: 700 12px/1 "JetBrains Mono", monospace; }
.detail h3 { margin: 22px 0 10px; font: 700 20px/1.2 "Schibsted Grotesk", sans-serif; }
.detail p { margin: 0; color: #5d626c; line-height: 1.5; }
.product-routine { background: #fff; }
.task-sequence { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; padding: 0; margin: 0; background: #cfcac0; list-style: none; }
.task-sequence li { min-height: 220px; padding: 26px; background: #f8f6f1; }
.task-sequence li > span { display: block; color: var(--product-accent); font: 700 12px/1 "JetBrains Mono", monospace; letter-spacing: .08em; }
.task-sequence h3 { margin: 40px 0 10px; font: 700 21px/1.15 "Schibsted Grotesk", sans-serif; }
.task-sequence p { margin: 0; color: #5d626c; font-size: 15px; line-height: 1.55; }
.product-crm-compare { background: #111a2b; color: #fff; }
.product-crm-compare .product-heading h2 { color: #fff; }
.product-compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #414957; }
.product-compare-grid article { min-height: 250px; padding: 34px; background: #171f30; }
.product-compare-grid article:last-child { background: var(--product-tint); color: #111a2b; }
.product-compare-grid h3 { margin: 0 0 18px; color: inherit; font: 700 28px/1.1 "Schibsted Grotesk", sans-serif; }
.product-compare-grid p { margin: 0; color: #c9ced8; font-size: 17px; line-height: 1.65; }
.product-compare-grid article:last-child p { color: #515868; }
.product-compare-note { max-width: 760px; margin: 24px 0 0; color: #c9ced8; font-size: 14px; }
.trust-strip { background: #111a2b; color: #fff; }
.trust-grid { display: grid; grid-template-columns: 1.2fr repeat(3,.6fr); gap: 1px; background: #343b49; }
.trust-grid > div { padding: 32px; background: #111a2b; }
/* color must be explicit: styles.css sets h2 { color: var(--ink) } globally,
   which would render this heading dark-on-dark inside the navy strip. */
.trust-grid h2 { margin: 0 0 10px; color: #fff; font: 700 31px/1.05 "Schibsted Grotesk", sans-serif; }
.trust-grid p { margin: 0; color: #c9ced8; line-height: 1.5; }
.trust-grid strong { display: block; margin-bottom: 9px; color: #fff; }
.product-cta { padding: 82px 0; background: var(--product-tint); }
.product-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.product-cta h2 { max-width: 780px; margin: 0; font: 700 clamp(40px, 5vw, 64px)/1 "Schibsted Grotesk", sans-serif; letter-spacing: -.045em; }
.product-cta p { max-width: 650px; margin: 18px 0 0; color: #515868; font-size: 18px; }
.product-footer { padding: 30px 0; border-top: 1px solid #d9d5cc; }
.product-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #5d626c; font-size: 13px; }
.product-footer nav { display: flex; gap: 18px; }
@media (max-width: 900px) {
  .product-page .suite-menu { color: #111a2b; border-color: #8f8a80; }
  .product-hero { padding-top: 60px; }
  .product-hero-grid,.details-layout,.product-cta-inner { grid-template-columns: 1fr; }
  .product-hero-grid { gap: 44px; }.details-intro { position: static; }
  .trust-grid { grid-template-columns: 1fr 1fr; }.trust-grid > div:first-child { grid-column: 1/-1; }
  .task-sequence { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .product-wrap { width: min(100% - 28px, 1180px); }
  .product-hero { padding: 48px 0 54px; }.product-section { padding: 60px 0; }
  .product-hero h1 { font-size: 48px; }.product-lede { font-size: 18px; }
  .outcome-grid,.details-grid,.trust-grid { grid-template-columns: 1fr; }
  .task-sequence,.product-compare-grid { grid-template-columns: 1fr; }
  .trust-grid > div:first-child { grid-column: auto; }
  .product-footer-inner { align-items: flex-start; flex-direction: column; }
}
