/* ============================================================
   Wisbid product sub-pages
   ============================================================ */

/* Hero — occupies the full viewport with the nav offset accounted for. */
.sp-hero {
  position: relative;
  min-height: 100vh;
  padding: 132px 0 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sp-hero .lp-hero-bg {
  background: radial-gradient(ellipse 70% 60% at 80% 0%, rgba(22,69,122,0.07), transparent 70%);
}
.sp-hero-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
  width: 100%;
}
.sp-hero-copy { min-width: 0; }
.sp-crumb {
  display: flex; align-items: center; gap: 8px;
  font: 500 13px/1 var(--wb-font-sans);
  color: var(--wb-ink-400);
  margin-bottom: 22px;
}
.sp-crumb a { color: var(--wb-ink-500); text-decoration: none; }
.sp-crumb a:hover { color: var(--wb-navy-900); }
.sp-crumb .cur { color: var(--wb-navy-900); font-weight: 600; }

.sp-hero h1 {
  font: 600 clamp(38px, 5vw, 68px)/1.02 var(--wb-font-display);
  letter-spacing: -0.04em;
  color: var(--wb-navy-900);
  margin: 18px 0 20px;
  max-width: 15ch;
  text-wrap: balance;
}
.sp-hero-lede {
  font: 400 clamp(16px, 1.3vw, 19px)/1.55 var(--wb-font-sans);
  color: var(--wb-ink-600);
  max-width: 52ch;
  margin-bottom: 32px;
}
.sp-hero-cta {
  display: flex; gap: 12px; flex-wrap: wrap;
}
.sp-hero-visual { min-width: 0; }

/* Stat band */
.sp-stats {
  background: var(--wb-navy-950);
  color: #fff;
  padding: 40px 0;
}
.sp-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.sp-stat {
  text-align: left;
  border-left: 2px solid rgba(255,255,255,0.14);
  padding-left: 20px;
}
.sp-stat .num {
  font: 600 clamp(36px, 4vw, 52px)/1 var(--wb-font-display);
  letter-spacing: -0.035em;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.sp-stat .lbl {
  font: 400 13px/1.45 var(--wb-font-sans);
  color: rgba(255,255,255,0.6);
  margin-top: 12px;
  max-width: 30ch;
}

/* IMMP category education */
.sp-immp-meaning {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 8vw, 116px) 0 clamp(84px, 9vw, 128px);
  color: var(--wb-navy-900);
  background:
    radial-gradient(circle at 88% 18%, rgba(38, 105, 177, 0.11), transparent 30%),
    linear-gradient(rgba(11, 31, 58, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 31, 58, 0.035) 1px, transparent 1px),
    #f6f8fb;
  background-size: auto, 32px 32px, 32px 32px, auto;
}
.sp-immp-meaning::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -50%;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(24, 75, 129, 0.1);
  box-shadow: 0 0 0 72px rgba(24, 75, 129, 0.025), 0 0 0 144px rgba(24, 75, 129, 0.018);
  pointer-events: none;
}
.sp-immp-meaning .lp-shell {
  position: relative;
  z-index: 1;
}
.sp-immp-meaning-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, 0.97fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: end;
}
.sp-immp-meaning-heading .lp-eyebrow {
  margin-bottom: 18px;
}
.sp-immp-meaning-heading h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--wb-navy-900);
  font: 600 clamp(44px, 5.4vw, 76px)/0.98 var(--wb-font-display);
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.sp-immp-meaning-copy {
  max-width: 64ch;
  padding-bottom: 4px;
}
.sp-immp-meaning-copy p {
  margin: 0;
  color: var(--wb-ink-600);
  font: 400 clamp(16px, 1.35vw, 19px)/1.65 var(--wb-font-sans);
}
.sp-immp-meaning-copy .sp-immp-meaning-support {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(11, 31, 58, 0.12);
  color: var(--wb-navy-800);
  font-weight: 600;
}
.sp-immp-meaning-system {
  margin-top: clamp(52px, 6vw, 82px);
}
.sp-immp-fragments {
  display: grid;
  grid-template-columns: 0.9fr 1.06fr 0.94fr;
  gap: clamp(14px, 1.8vw, 24px);
  align-items: start;
}
.sp-immp-fragment {
  min-height: 192px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  padding: clamp(22px, 2.2vw, 30px);
  border: 1px solid rgba(11, 31, 58, 0.12);
  border-radius: 14px;
  background: rgba(248, 250, 253, 0.92);
  box-shadow: 0 20px 46px -38px rgba(11, 31, 58, 0.42);
}
.sp-immp-fragment:nth-child(2) {
  margin-top: 18px;
}
.sp-immp-fragment:nth-child(3) {
  margin-top: 38px;
}
.sp-immp-card-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--wb-navy-50);
  color: var(--wb-navy-700);
}
.sp-immp-fragment h3,
.sp-immp-answer h3 {
  margin: 1px 0 10px;
  font-family: var(--wb-font-display);
  letter-spacing: -0.025em;
}
.sp-immp-fragment h3 {
  color: var(--wb-navy-900);
  font-size: clamp(19px, 1.7vw, 23px);
  line-height: 1.16;
}
.sp-immp-fragment p {
  margin: 0;
  color: var(--wb-ink-500);
  font: 400 14px/1.6 var(--wb-font-sans);
}
.sp-immp-convergence {
  height: 76px;
  display: grid;
  grid-template-columns: 1fr 38px 1fr;
  align-items: center;
  gap: 14px;
  padding: 0 9%;
  color: var(--wb-navy-600);
}
.sp-immp-convergence > span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(24, 75, 129, 0.34));
}
.sp-immp-convergence > span:last-child {
  transform: scaleX(-1);
}
.sp-immp-convergence i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(24, 75, 129, 0.18);
  border-radius: 50%;
  background: #f6f8fb;
  font-style: normal;
}
.sp-immp-answer {
  display: grid;
  grid-template-columns: 58px minmax(270px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: center;
  padding: clamp(28px, 3.4vw, 46px);
  border: 1px solid rgba(163, 205, 245, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 10%, rgba(68, 139, 214, 0.25), transparent 34%),
    var(--wb-navy-950);
  box-shadow: 0 34px 74px -42px rgba(5, 20, 39, 0.78), 0 0 0 1px rgba(90, 157, 226, 0.08);
}
.sp-immp-answer-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #d7eaff;
  background: rgba(80, 146, 216, 0.18);
  box-shadow: inset 0 0 0 1px rgba(166, 207, 249, 0.18);
}
.sp-immp-answer-copy > span {
  display: block;
  margin-bottom: 9px;
  color: #8fb9e5;
  font: 700 10px/1 var(--wb-font-sans);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.sp-immp-answer h3 {
  color: #f6f9fd;
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1.08;
}
.sp-immp-answer p {
  max-width: 52ch;
  margin: 0;
  color: rgba(230, 239, 249, 0.72);
  font: 400 14px/1.6 var(--wb-font-sans);
}
.sp-immp-answer-flow {
  display: flex;
  align-items: center;
  min-width: 0;
}
.sp-immp-answer-flow span {
  flex: 0 1 auto;
  padding: 9px 11px;
  border: 1px solid rgba(169, 207, 247, 0.18);
  border-radius: 8px;
  color: #d9eafb;
  background: rgba(219, 237, 255, 0.06);
  font: 600 10px/1 var(--wb-font-sans);
  white-space: nowrap;
}
.sp-immp-answer-flow i {
  flex: 1 1 18px;
  min-width: 8px;
  height: 1px;
  background: rgba(143, 185, 229, 0.38);
}

/* Section head */
.sp-section-head { max-width: 720px; margin-bottom: 56px; }
.sp-section-head h2 { margin-top: 16px; }

/* Capabilities — alternating rows */
.sp-caps { padding: clamp(80px, 9vw, 130px) 0; }
.sp-cap-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid var(--wb-border);
}
.sp-cap-row:first-of-type { border-top: 0; }
.sp-cap-row.is-rev .sp-cap-copy { order: 2; }
.sp-cap-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font: 600 11px/1 var(--wb-font-sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wb-navy-700);
}
.sp-cap-kicker .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--wb-accent); }
.sp-cap-copy h3 {
  font: 600 clamp(24px, 2.6vw, 34px)/1.15 var(--wb-font-display);
  letter-spacing: -0.02em;
  color: var(--wb-navy-900);
  margin: 14px 0 12px;
  max-width: 18ch;
}
.sp-cap-copy p {
  font: 400 16px/1.6 var(--wb-font-sans);
  color: var(--wb-ink-600);
  max-width: 46ch;
  margin-bottom: 20px;
}
.sp-cap-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.sp-cap-list li {
  display: grid; grid-template-columns: 22px 1fr; gap: 10px;
  align-items: flex-start;
  font: 500 14px/1.5 var(--wb-font-sans);
  color: var(--wb-navy-900);
}
.sp-cap-list .tick {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--wb-navy-50); color: var(--wb-navy-700);
  display: inline-flex; align-items: center; justify-content: center;
}
.sp-cap-visual {
  background: #fff;
  border: 1px solid var(--wb-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--wb-shadow-md);
}
.sp-cap-visual .visual { aspect-ratio: 16/11; }

/* CMMS capability showcases */
.sp-caps--immersive {
  padding: clamp(88px, 9vw, 136px) 0;
  background:
    linear-gradient(rgba(22, 69, 122, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 69, 122, 0.04) 1px, transparent 1px),
    #f8fafc;
  background-size: 32px 32px;
}
.sp-caps--immersive .sp-section-head {
  margin-bottom: clamp(40px, 6vw, 76px);
}
.sp-cap-row--immersive {
  min-height: min(860px, calc(100svh - 92px));
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
  padding: clamp(18px, 2.4vw, 30px) 0;
  border: 0;
}
.sp-cap-row--immersive + .sp-cap-row--immersive {
  margin-top: clamp(32px, 5vw, 72px);
}
.sp-cap-row--immersive .sp-cap-copy,
.sp-cap-row--immersive .sp-cap-visual {
  min-height: 100%;
  border: 1px solid rgba(11, 31, 58, 0.15);
  border-radius: 18px;
}
.sp-cap-row--immersive .sp-cap-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
  background: rgba(252, 253, 255, 0.96);
}
.sp-cap-row--immersive .sp-cap-copy h3 {
  max-width: 14ch;
  margin: 20px 0 18px;
  font-size: clamp(34px, 3.7vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.sp-cap-row--immersive .sp-cap-copy p {
  max-width: 42ch;
  margin-bottom: 32px;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
}
.sp-cap-row--immersive .sp-cap-list {
  gap: 0;
  margin-top: 2px;
}
.sp-cap-row--immersive .sp-cap-list li {
  grid-template-columns: 26px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid rgba(11, 31, 58, 0.1);
  font-size: 16px;
}
.sp-cap-row--immersive .sp-cap-list .tick {
  width: 24px;
  height: 24px;
  background: transparent;
  color: var(--wb-navy-700);
}
.sp-cap-row--immersive .sp-cap-visual {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(32px, 5vw, 76px) 0 clamp(32px, 5vw, 76px) clamp(24px, 4vw, 58px);
  background:
    radial-gradient(circle at 16% 84%, rgba(47, 117, 190, 0.9), transparent 42%),
    radial-gradient(circle at 72% 104%, rgba(232, 163, 61, 0.2), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(58, 114, 177, 0.5), transparent 36%),
    linear-gradient(145deg, #07172b 2%, #0b2748 48%, #164c80 100%);
  box-shadow: none;
  isolation: isolate;
}
.sp-cap-row--immersive .sp-cap-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(circle, rgba(223, 235, 249, 0.28) 0.7px, transparent 0.9px),
    linear-gradient(118deg, transparent 34%, rgba(255, 255, 255, 0.08), transparent 65%);
  background-size: 4px 4px, 100% 100%;
  opacity: 0.56;
  mix-blend-mode: screen;
}
.sp-cap-row--immersive.is-rev .sp-cap-copy { order: 0; }
.sp-cap-row--immersive.is-rev .sp-cap-visual {
  order: 2;
  background:
    radial-gradient(circle at 18% 18%, rgba(50, 119, 192, 0.82), transparent 42%),
    radial-gradient(circle at 80% 100%, rgba(232, 163, 61, 0.17), transparent 34%),
    linear-gradient(150deg, #061629 0%, #102e52 52%, #1c588e 100%);
}
.sp-product-shot {
  width: min(760px, 108%);
  min-width: 620px;
  overflow: hidden;
  color: var(--wb-navy-900);
  background: #f9fbfe;
  border: 1px solid rgba(220, 229, 239, 0.95);
  border-radius: 14px 0 0 14px;
  box-shadow:
    0 38px 90px -28px rgba(0, 8, 20, 0.68),
    0 12px 30px -15px rgba(0, 8, 20, 0.5);
  transform: translateX(1%);
}
.sp-product-shot-bar {
  height: 52px;
  display: grid;
  grid-template-columns: 150px 1fr 34px;
  gap: 16px;
  align-items: center;
  padding: 0 18px;
  border-bottom: 1px solid #e3e9f1;
  background: #ffffff;
}
.sp-product-shot-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font: 700 13px/1 var(--wb-font-sans);
}
.sp-product-shot-brand img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 6px;
}
.sp-product-shot-search {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f0f4f9;
  color: #8592a5;
  font: 500 10px/1 var(--wb-font-sans);
}
.sp-product-shot-user {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--wb-navy-800);
  color: #f8fbff;
  font: 700 9px/1 var(--wb-font-sans);
}
.sp-product-shot-body {
  min-height: 500px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
}
.sp-product-shot-nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px 10px;
  background: #091d36;
}
.sp-product-shot-nav span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 7px;
  color: rgba(232, 240, 250, 0.58);
  font: 500 10px/1 var(--wb-font-sans);
  white-space: nowrap;
}
.sp-product-shot-nav span.is-active {
  color: #f6f9fd;
  background: rgba(92, 146, 204, 0.23);
}
.sp-product-workspace {
  min-width: 0;
  padding: 24px;
  background: #f7f9fc;
}
.sp-product-workspace-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.sp-product-overline {
  color: var(--wb-navy-600);
  font: 700 9px/1 var(--wb-font-sans);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.sp-product-workspace h4 {
  margin: 5px 0 0;
  font: 650 22px/1.15 var(--wb-font-display);
  letter-spacing: -0.025em;
}
.sp-product-workspace-head button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border: 0;
  border-radius: 7px;
  color: #f8fbff;
  background: var(--wb-navy-800);
  font: 650 10px/1 var(--wb-font-sans);
}
.sp-product-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}
.sp-product-metrics div {
  min-width: 0;
  padding: 12px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #fff;
}
.sp-product-metrics span {
  display: block;
  overflow: hidden;
  color: #778397;
  font: 600 8px/1.2 var(--wb-font-sans);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sp-product-metrics strong {
  display: block;
  margin-top: 7px;
  font: 650 21px/1 var(--wb-font-display);
}
.sp-product-table {
  overflow: hidden;
  border: 1px solid #e1e7ef;
  border-radius: 9px;
  background: #fff;
}
.sp-product-table-head,
.sp-product-table-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) 90px 90px;
  align-items: center;
}
.sp-product-table-head {
  padding: 10px 14px;
  color: #7d899a;
  background: #f1f4f8;
  font: 700 8px/1 var(--wb-font-sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sp-product-table-row {
  min-height: 66px;
  padding: 10px 14px;
  border-top: 1px solid #e8edf3;
  font: 500 9px/1.3 var(--wb-font-sans);
}
.sp-product-table-row > span:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.sp-product-table-row small {
  color: var(--wb-navy-600);
  font: 700 8px/1 var(--wb-font-sans);
}
.sp-product-table-row b {
  overflow: hidden;
  font-size: 10px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sp-product-table-row i {
  display: inline-flex;
  width: fit-content;
  padding: 4px 6px;
  border-radius: 4px;
  color: #35618e;
  background: #eaf2fa;
  font-size: 8px;
  font-style: normal;
}
.sp-product-table-row .status--in-progress,
.sp-product-table-row .status--assigned { color: #176b52; background: #e5f5ef; }
.sp-product-table-row .status--awaiting { color: #986319; background: #fff2da; }
.sp-product-ready {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #176b52;
  background: #e5f5ef;
  font: 650 9px/1 var(--wb-font-sans);
  white-space: nowrap;
}
.sp-product-ready span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2b9d75;
}
.sp-product-evidence-layout,
.sp-product-asset-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 12px;
}
.sp-product-checklist,
.sp-product-evidence,
.sp-product-asset-summary,
.sp-product-history {
  border: 1px solid #e1e7ef;
  border-radius: 10px;
  background: #fff;
}
.sp-product-checklist,
.sp-product-evidence,
.sp-product-history { padding: 16px; }
.sp-product-workspace h5 {
  margin: 0;
  font: 650 11px/1.2 var(--wb-font-sans);
}
.sp-product-checklist > div:not(.sp-product-signoff) {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 0;
  border-bottom: 1px solid #edf1f5;
  color: #536176;
  font: 500 9px/1.35 var(--wb-font-sans);
}
.sp-product-checklist > div > span {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #ccd6e2;
  border-radius: 5px;
  color: transparent;
}
.sp-product-checklist > div > span.is-done {
  color: #247858;
  border-color: #bae1d2;
  background: #e5f5ef;
}
.sp-product-signoff {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 14px;
  padding: 12px;
  border-radius: 7px;
  color: #617087;
  background: #f2f5f8;
  font: 500 8px/1.3 var(--wb-font-sans);
}
.sp-product-signoff strong { color: var(--wb-navy-900); font-size: 9px; }
.sp-product-evidence-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.sp-product-evidence-head span { color: #748196; font: 600 8px/1 var(--wb-font-sans); }
.sp-product-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.sp-product-photo-grid .photo {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(145deg, rgba(11, 31, 58, 0.16), rgba(11, 31, 58, 0.62)),
    #82a7c7;
}
.sp-product-photo-grid .photo--2,
.sp-product-photo-grid .photo--5 { background-color: #b68e69; }
.sp-product-photo-grid .photo--3,
.sp-product-photo-grid .photo--6 { background-color: #718b87; }
.sp-product-reading {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding: 10px;
  border-radius: 7px;
  background: #edf6f3;
  color: #527269;
  font: 600 8px/1 var(--wb-font-sans);
}
.sp-product-reading strong { color: #176b52; }
.sp-product-asset-summary {
  padding: 20px;
}
.sp-product-asset-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 10px;
  color: var(--wb-navy-700);
  background: var(--wb-navy-50);
}
.sp-product-asset-summary > div {
  margin-bottom: 18px;
}
.sp-product-asset-summary small {
  display: block;
  color: #7c899a;
  font: 600 8px/1 var(--wb-font-sans);
}
.sp-product-asset-summary strong {
  font: 650 40px/1 var(--wb-font-display);
}
.sp-product-asset-summary em {
  color: #8591a2;
  font: 500 10px/1 var(--wb-font-sans);
  font-style: normal;
}
.sp-product-asset-summary dl { margin: 0; }
.sp-product-asset-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid #edf1f5;
  font: 500 8px/1.3 var(--wb-font-sans);
}
.sp-product-asset-summary dt { color: #7c899a; }
.sp-product-asset-summary dd { margin: 0; text-align: right; }
.sp-product-history > div {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #edf1f5;
}
.sp-product-history > div:last-child { border-bottom: 0; }
.sp-product-history > div > span {
  width: 7px;
  height: 7px;
  border: 2px solid #5993c7;
  border-radius: 50%;
}
.sp-product-history b {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font: 600 9px/1.2 var(--wb-font-sans);
}
.sp-product-history small { color: #8390a1; font-size: 8px; font-weight: 500; }
.sp-product-history i {
  color: #247858;
  font: 600 8px/1 var(--wb-font-sans);
  font-style: normal;
}
.sp-product-report-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 12px;
}
.sp-product-chart,
.sp-product-breakdown,
.sp-product-plan-list,
.sp-product-folders,
.sp-product-documents,
.sp-product-schedule {
  border: 1px solid #e1e7ef;
  border-radius: 10px;
  background: #fff;
}
.sp-product-chart,
.sp-product-breakdown { padding: 16px; }
.sp-product-chart-head,
.sp-product-documents-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.sp-product-chart-head span,
.sp-product-documents-head span {
  color: #7c899a;
  font: 600 8px/1 var(--wb-font-sans);
}
.sp-product-bars {
  height: 220px;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-top: 18px;
  padding: 12px 8px 0;
  border-bottom: 1px solid #dce4ed;
  background: repeating-linear-gradient(to top, transparent 0 43px, #edf1f5 44px);
}
.sp-product-bars i {
  flex: 1;
  min-width: 16px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #4d91cc, #174f83);
}
.sp-product-chart-axis {
  display: flex;
  justify-content: space-around;
  padding-top: 8px;
  color: #8995a5;
  font: 500 7px/1 var(--wb-font-sans);
}
.sp-product-breakdown h5 { margin-bottom: 18px; }
.sp-product-breakdown > div { margin-top: 15px; }
.sp-product-breakdown > div > span {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  color: #59677b;
  font: 600 8px/1 var(--wb-font-sans);
}
.sp-product-breakdown > div > span b { color: var(--wb-navy-900); }
.sp-product-breakdown > div > i {
  height: 7px;
  display: block;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1f5;
}
.sp-product-breakdown > div > i > em {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #397db7;
}
.sp-product-plan-list { overflow: hidden; }
.sp-product-plan-list > div {
  min-height: 78px;
  display: grid;
  grid-template-columns: 40px minmax(180px, 1fr) 72px 58px;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border-top: 1px solid #e8edf3;
}
.sp-product-plan-list > div:first-child { border-top: 0; }
.sp-product-plan-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #28669a;
  background: #e7f1fa;
}
.sp-product-plan-icon.tone-2 { color: #8d631d; background: #fff2d8; }
.sp-product-plan-icon.tone-3 { color: #247858; background: #e5f5ef; }
.sp-product-plan-icon.tone-4 { color: #6a5b92; background: #f0ebfa; }
.sp-product-plan-list b,
.sp-product-documents b {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font: 600 10px/1.2 var(--wb-font-sans);
}
.sp-product-plan-list b small,
.sp-product-documents b small {
  color: #8290a2;
  font-size: 8px;
  font-weight: 500;
}
.sp-product-plan-date {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--wb-navy-900);
  font: 650 9px/1 var(--wb-font-sans);
}
.sp-product-plan-date small { color: #8995a5; font-size: 7px; font-weight: 500; }
.sp-product-plan-list > div > i {
  justify-self: end;
  padding: 5px 7px;
  border-radius: 999px;
  color: #247858;
  background: #e5f5ef;
  font: 600 7px/1 var(--wb-font-sans);
  font-style: normal;
}
.sp-product-plan-list > div:nth-child(2) > i { color: #8d631d; background: #fff2d8; }
.sp-product-document-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 12px;
}
.sp-product-folders,
.sp-product-documents { padding: 15px; }
.sp-product-folders h5 { margin-bottom: 12px; }
.sp-product-folders > div {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 11px 9px;
  border-radius: 6px;
  color: #637187;
  font: 500 8px/1.2 var(--wb-font-sans);
}
.sp-product-folders > div.is-selected {
  color: var(--wb-navy-900);
  background: #eaf2fa;
  font-weight: 600;
}
.sp-product-folders > div b { color: #8793a3; font-size: 8px; }
.sp-product-documents-head { margin-bottom: 10px; }
.sp-product-documents > div:not(.sp-product-documents-head) {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #edf1f5;
}
.sp-product-documents > div > svg {
  width: 26px;
  height: 26px;
  padding: 6px;
  border-radius: 6px;
  color: #397db7;
  background: #eaf2fa;
}
.sp-product-documents > div > span {
  color: #247858;
  font: 600 7px/1 var(--wb-font-sans);
}
.sp-product-schedule { overflow: hidden; }
.sp-product-schedule-head,
.sp-product-schedule-row {
  display: grid;
  grid-template-columns: 104px repeat(5, minmax(60px, 1fr));
}
.sp-product-schedule-head {
  background: #f0f4f8;
  color: #718096;
  font: 700 7px/1 var(--wb-font-sans);
  text-transform: uppercase;
}
.sp-product-schedule-head span,
.sp-product-schedule-row > span,
.sp-product-schedule-row > b {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 8px;
  border-right: 1px solid #e7ecf2;
}
.sp-product-schedule-head span { min-height: 34px; }
.sp-product-schedule-row { border-top: 1px solid #e7ecf2; }
.sp-product-schedule-row > b {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  font: 600 8px/1 var(--wb-font-sans);
}
.sp-product-schedule-row > b small { color: #8a96a6; font-size: 7px; font-weight: 500; }
.sp-product-schedule-row > span i {
  width: 100%;
  padding: 7px 5px;
  border-radius: 5px;
  color: #245d8b;
  background: #e6f0f9;
  font: 600 7px/1.2 var(--wb-font-sans);
  font-style: normal;
}
.sp-product-schedule-row > span i.tone-2 { color: #8b601a; background: #fff0d2; }
.sp-product-schedule-row > span i.tone-3 { color: #247858; background: #e2f4ed; }
.sp-product-schedule-row > span i.tone-4 { color: #68538b; background: #eee8f7; }

/* Feature grid */
.sp-grid-sec {
  padding: clamp(80px, 9vw, 120px) 0;
  background: var(--wb-navy-25);
  border-top: 1px solid var(--wb-border);
}
.sp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.sp-feature {
  background: #fff;
  border: 1px solid var(--wb-border);
  border-radius: 16px;
  padding: 26px;
  transition: border-color var(--wb-dur-base), transform var(--wb-dur-base), box-shadow var(--wb-dur-base);
}
.sp-feature:hover {
  border-color: var(--wb-navy-300);
  transform: translateY(-3px);
  box-shadow: var(--wb-shadow-lg);
}
.sp-feature .ico {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--wb-navy-50); color: var(--wb-navy-700);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.sp-feature h4 {
  font: 600 17px/1.3 var(--wb-font-sans);
  color: var(--wb-navy-900);
  margin-bottom: 8px;
}
.sp-feature p {
  font: 400 14px/1.55 var(--wb-font-sans);
  color: var(--wb-ink-500);
}

/* CMMS category comparison */
.sp-comparison-sec {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 18%, rgba(45, 111, 164, 0.1), transparent 28%),
    var(--wb-navy-25);
}
.sp-comparison-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(11, 31, 58, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 31, 58, 0.045) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 84%, transparent);
}
.sp-comparison-sec .lp-shell {
  position: relative;
  z-index: 1;
}
.sp-comparison-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.2fr);
  column-gap: clamp(48px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 72px);
}
.sp-comparison-intro .lp-eyebrow {
  grid-column: 1 / -1;
  width: fit-content;
  margin-bottom: 20px;
}
.sp-comparison-intro h2 {
  margin: 0;
  max-width: 560px;
  color: var(--wb-navy-900);
  font: 600 clamp(48px, 6vw, 78px)/0.96 var(--wb-font-display);
  letter-spacing: -0.055em;
}
.sp-comparison-intro p {
  max-width: 680px;
  margin: 0;
  color: var(--wb-ink-500);
  font: 400 clamp(16px, 1.45vw, 19px)/1.65 var(--wb-font-sans);
}
.sp-comparison-wrap {
  overflow: hidden;
  border: 1px solid rgba(199, 211, 225, 0.95);
  border-radius: 18px;
  background: rgba(250, 252, 255, 0.92);
  box-shadow: 0 28px 70px -44px rgba(11, 31, 58, 0.45);
}
.sp-comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.sp-comparison-table th {
  padding: 24px 30px;
  text-align: left;
  color: #566579;
  background: #edf2f7;
  font: 700 13px/1 var(--wb-font-sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sp-comparison-table th:nth-child(2) {
  color: #f4f8fc;
  background: var(--wb-navy-800);
}
.sp-comparison-mark {
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  place-items: center;
  border-radius: 8px;
  color: var(--wb-navy-900);
  background: #dcecf8;
  vertical-align: middle;
}
.sp-comparison-table td {
  height: 88px;
  padding: 22px 30px;
  border-top: 1px solid #dde5ee;
  color: #667488;
  background: rgba(248, 250, 253, 0.8);
  font: 500 16px/1.4 var(--wb-font-sans);
  vertical-align: middle;
}
.sp-comparison-table td + td {
  border-left: 1px solid #d7e1eb;
  color: var(--wb-navy-900);
  background: rgba(239, 246, 252, 0.92);
}
.sp-comparison-table tbody tr {
  transition: background-color 240ms cubic-bezier(0.22, 1, 0.36, 1);
}
.sp-comparison-table tbody tr:hover td {
  background: #f3f6fa;
}
.sp-comparison-table tbody tr:hover td + td {
  background: #e6f1f9;
}
.sp-comparison-table td:first-child {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.sp-comparison-row-num {
  color: #9aa6b5;
  font: 700 11px/1 var(--wb-font-sans);
  letter-spacing: 0.08em;
}
.sp-comparison-table td:nth-child(2) {
  position: relative;
  padding-left: 72px;
}
.sp-comparison-check {
  position: absolute;
  top: 50%;
  left: 30px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: #245f91;
  background: #d9eaf7;
  transform: translateY(-50%);
}
.sp-comparison-table strong {
  font-weight: 650;
}

/* Related products */
.sp-related { padding: clamp(80px, 9vw, 120px) 0; }
.sp-related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.sp-related-card {
  display: flex; align-items: center; gap: 16px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--wb-border);
  border-radius: 16px;
  text-decoration: none;
  transition: border-color var(--wb-dur-base), transform var(--wb-dur-base), box-shadow var(--wb-dur-base);
}
.sp-related-card:hover {
  border-color: var(--wb-navy-300);
  transform: translateY(-3px);
  box-shadow: var(--wb-shadow-md);
}
.sp-related-card .ico {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  background: var(--wb-navy-50); color: var(--wb-navy-700);
  display: inline-flex; align-items: center; justify-content: center;
}
.sp-related-card .body { flex: 1; }
.sp-related-card .t { font: 600 16px/1.3 var(--wb-font-sans); color: var(--wb-navy-900); }
.sp-related-card .d { font: 400 13px/1.4 var(--wb-font-sans); color: var(--wb-ink-500); margin-top: 2px; }
.sp-related-card .arr { color: var(--wb-navy-700); transition: transform var(--wb-dur-base); }
.sp-related-card:hover .arr { transform: translateX(4px); }

/* Responsive */
@media (max-width: 900px) {
  .sp-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .sp-stats-grid { grid-template-columns: 1fr; gap: 24px; }
  .sp-immp-meaning-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sp-immp-meaning-heading h2 {
    max-width: 15ch;
  }
  .sp-immp-meaning-copy {
    max-width: 720px;
  }
  .sp-immp-fragments {
    grid-template-columns: 1fr;
  }
  .sp-immp-fragment,
  .sp-immp-fragment:nth-child(2),
  .sp-immp-fragment:nth-child(3) {
    min-height: 0;
    margin-top: 0;
  }
  .sp-immp-answer {
    grid-template-columns: 58px 1fr;
  }
  .sp-immp-answer-flow {
    grid-column: 1 / -1;
  }
  .sp-cap-row { grid-template-columns: 1fr; gap: 28px; }
  .sp-cap-row.is-rev .sp-cap-copy { order: 0; }
  .sp-feature-grid { grid-template-columns: 1fr; }
  .sp-comparison-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sp-comparison-intro h2 {
    max-width: none;
  }
  .sp-comparison-intro p {
    max-width: 720px;
  }
  .sp-related-grid { grid-template-columns: 1fr; }
  .sp-cap-row--immersive {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sp-cap-row--immersive .sp-cap-copy {
    min-height: auto;
    padding: clamp(30px, 7vw, 54px);
  }
  .sp-cap-row--immersive .sp-cap-visual {
    min-height: 620px;
    padding-left: clamp(20px, 5vw, 48px);
  }
  .sp-product-shot {
    width: 105%;
    min-width: 580px;
  }
}

@media (max-width: 620px) {
  .sp-immp-meaning {
    padding: 68px 0 76px;
    background-size: auto, 24px 24px, 24px 24px, auto;
  }
  .sp-immp-meaning-heading h2 {
    font-size: clamp(38px, 12vw, 50px);
    line-height: 0.98;
  }
  .sp-immp-meaning-copy p {
    font-size: 15px;
  }
  .sp-immp-meaning-system {
    margin-top: 40px;
  }
  .sp-immp-fragment {
    grid-template-columns: 38px 1fr;
    gap: 14px;
    padding: 20px;
  }
  .sp-immp-card-icon {
    width: 38px;
    height: 38px;
  }
  .sp-immp-fragment h3 {
    font-size: 19px;
  }
  .sp-immp-convergence {
    height: 58px;
    padding: 0 4%;
  }
  .sp-immp-answer {
    grid-template-columns: 46px 1fr;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 14px;
  }
  .sp-immp-answer-icon {
    width: 46px;
    height: 46px;
    border-radius: 11px;
  }
  .sp-immp-answer h3 {
    font-size: 25px;
  }
  .sp-immp-answer p {
    font-size: 13px;
  }
  .sp-immp-answer-flow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
  }
  .sp-immp-answer-flow span {
    min-width: 0;
    padding: 8px 3px;
    overflow: hidden;
    font-size: 8px;
    text-align: center;
    text-overflow: ellipsis;
  }
  .sp-immp-answer-flow i {
    display: none;
  }
  .sp-caps--immersive { background-size: 24px 24px; }
  .sp-cap-row--immersive {
    padding: 10px 0;
    gap: 0;
  }
  .sp-cap-row--immersive + .sp-cap-row--immersive {
    margin-top: 34px;
  }
  .sp-cap-row--immersive .sp-cap-copy,
  .sp-cap-row--immersive .sp-cap-visual {
    border-radius: 14px;
  }
  .sp-cap-row--immersive .sp-cap-copy h3 {
    font-size: clamp(32px, 10vw, 44px);
  }
  .sp-cap-row--immersive .sp-cap-list li {
    padding: 13px 0;
    font-size: 14px;
  }
  .sp-cap-row--immersive .sp-cap-copy,
  .sp-cap-row--immersive.is-rev .sp-cap-copy {
    order: 2;
    border-radius: 0 0 14px 14px;
    border-top: 0;
  }
  .sp-cap-row--immersive .sp-cap-visual {
    order: 1;
    height: 420px;
    min-height: 420px;
    max-height: 420px;
    padding: 28px 14px;
    border-radius: 14px 14px 0 0;
    justify-content: flex-start;
  }
  .sp-cap-row--immersive.is-rev .sp-cap-visual {
    order: 1;
  }
  .sp-product-shot {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 680px;
    min-width: 680px;
    transform: translateY(-50%) scale(0.43);
    transform-origin: left center;
  }
}

@media (max-width: 374px) {
  .sp-product-shot {
    transform: translateY(-50%) scale(0.39);
  }
}

@media (min-width: 400px) and (max-width: 449px) {
  .sp-product-shot {
    transform: translateY(-50%) scale(0.48);
  }
}

@media (min-width: 450px) and (max-width: 519px) {
  .sp-product-shot {
    transform: translateY(-50%) scale(0.55);
  }
}

@media (min-width: 520px) and (max-width: 620px) {
  .sp-product-shot {
    transform: translateY(-50%) scale(0.66);
  }
}

/* CMMS tabbed capabilities */
.sp-caps--tabs {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(84px, 8vw, 128px) 0 clamp(72px, 8vw, 120px);
  color: #f6f9fd;
  background:
    radial-gradient(circle at 12% 88%, rgba(47, 117, 190, 0.92), transparent 38%),
    radial-gradient(circle at 76% 105%, rgba(232, 163, 61, 0.2), transparent 32%),
    radial-gradient(circle at 84% 8%, rgba(58, 114, 177, 0.52), transparent 34%),
    linear-gradient(145deg, #07172b 0%, #0b2748 48%, #164c80 100%);
}
.sp-caps--tabs::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(223, 235, 249, 0.3) 0.7px, transparent 0.9px),
    linear-gradient(118deg, transparent 34%, rgba(255, 255, 255, 0.08), transparent 65%);
  background-size: 4px 4px, 100% 100%;
  opacity: 0.58;
  mix-blend-mode: screen;
}
.sp-caps-tabs-inner {
  position: relative;
  z-index: 1;
}
.sp-caps-tabs-head {
  max-width: 900px;
  margin: 0 auto clamp(42px, 5vw, 68px);
  text-align: center;
}
.sp-caps-tabs-head .lp-eyebrow {
  color: rgba(232, 241, 251, 0.72);
  background: rgba(6, 23, 42, 0.28);
  border-color: rgba(220, 234, 248, 0.18);
}
.sp-caps-tabs-head h2 {
  max-width: 16ch;
  margin: 18px auto 0;
  color: #f6f9fd;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.sp-cap-tabs {
  display: flex;
  justify-content: space-between;
  gap: clamp(16px, 2.2vw, 32px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  margin-bottom: clamp(38px, 5vw, 64px);
  border-bottom: 1px solid rgba(224, 237, 250, 0.2);
}
.sp-cap-tabs::-webkit-scrollbar { display: none; }
.sp-cap-tabs button {
  position: relative;
  flex: 0 0 auto;
  padding: 0 2px 17px;
  border: 0;
  color: rgba(232, 241, 251, 0.58);
  background: transparent;
  font: 650 clamp(12px, 1.05vw, 15px)/1.18 var(--wb-font-sans);
  white-space: nowrap;
  cursor: pointer;
  transition: color 220ms ease;
}
.sp-cap-tabs button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #f6f9fd;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}
.sp-cap-tabs button:hover,
.sp-cap-tabs button:focus-visible,
.sp-cap-tabs button.is-active {
  color: #f6f9fd;
}
.sp-cap-tabs button:focus-visible {
  outline: 2px solid rgba(246, 249, 253, 0.9);
  outline-offset: 7px;
  border-radius: 2px;
}
.sp-cap-tabs button.is-active::after {
  transform: scaleX(1);
}
.sp-cap-tab-panel {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
  animation: spCapabilityEnter 450ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes spCapabilityEnter {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}
.sp-cap-tab-copy {
  padding: clamp(18px, 2vw, 30px) 0;
}
.sp-cap-tab-copy .sp-cap-kicker {
  color: rgba(232, 241, 251, 0.72);
}
.sp-cap-tab-copy h3 {
  max-width: 12ch;
  margin: 18px 0;
  color: #f6f9fd;
  font: 650 clamp(38px, 4vw, 58px)/1.03 var(--wb-font-display);
  letter-spacing: -0.045em;
}
.sp-cap-tab-copy p {
  max-width: 35ch;
  margin-bottom: 28px;
  color: rgba(232, 241, 251, 0.76);
  font: 400 clamp(16px, 1.35vw, 19px)/1.58 var(--wb-font-sans);
}
.sp-cap-tab-copy .sp-cap-list {
  gap: 0;
}
.sp-cap-tab-copy .sp-cap-list li {
  grid-template-columns: 24px 1fr;
  gap: 10px;
  padding: 13px 0;
  border-top: 1px solid rgba(224, 237, 250, 0.18);
  color: rgba(246, 249, 253, 0.92);
  font-size: 14px;
}
.sp-cap-tab-copy .sp-cap-list .tick {
  width: 22px;
  height: 22px;
  color: #d8e9f9;
  background: rgba(218, 235, 250, 0.1);
}
.sp-cap-tab-visual {
  position: relative;
  min-width: 0;
  min-height: 600px;
  display: flex;
  align-items: center;
}
.sp-cap-tab-visual::before {
  content: "";
  position: absolute;
  inset: 14% 4% 10% 14%;
  border-radius: 50%;
  background: rgba(76, 151, 218, 0.22);
  filter: blur(54px);
}
.sp-caps--tabs .sp-product-shot {
  position: relative;
  z-index: 1;
  width: min(820px, 106%);
  min-width: 660px;
  border-radius: 14px;
  transform: none;
  box-shadow:
    0 42px 100px -30px rgba(0, 8, 20, 0.75),
    0 14px 36px -16px rgba(0, 8, 20, 0.58);
}

@media (max-width: 900px) {
  .sp-caps-tabs-head {
    margin-inline: 0;
    text-align: left;
  }
  .sp-caps-tabs-head h2 {
    margin-inline: 0;
  }
  .sp-cap-tabs {
    justify-content: flex-start;
    gap: 30px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }
  .sp-cap-tabs::-webkit-scrollbar { display: none; }
  .sp-cap-tab-panel {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .sp-cap-tab-visual {
    order: 1;
    min-height: 570px;
  }
  .sp-cap-tab-copy {
    order: 2;
    max-width: 640px;
  }
  .sp-caps--tabs .sp-product-shot {
    width: 100%;
    min-width: 580px;
  }
}

@media (max-width: 620px) {
  .sp-caps--tabs {
    padding: 68px 0 76px;
  }
  .sp-caps-tabs-head {
    margin-bottom: 34px;
  }
  .sp-caps-tabs-head h2 {
    font-size: clamp(36px, 11vw, 48px);
  }
  .sp-cap-tabs {
    width: calc(100% + var(--gutter));
    margin-bottom: 30px;
    padding-right: var(--gutter);
  }
  .sp-cap-tabs button {
    padding-bottom: 14px;
    font-size: 14px;
    white-space: nowrap;
  }
  .sp-cap-tab-panel {
    gap: 28px;
  }
  .sp-cap-tab-visual {
    height: 420px;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(222, 236, 250, 0.16);
    border-radius: 14px;
    background: rgba(6, 23, 42, 0.18);
  }
  .sp-cap-tab-copy {
    padding: 0 2px;
  }
  .sp-cap-tab-copy h3 {
    font-size: clamp(34px, 10vw, 44px);
  }
  .sp-caps--tabs .sp-product-shot {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 680px;
    min-width: 680px;
    transform: translateY(-50%) scale(0.43);
    transform-origin: left center;
  }
}

@media (max-width: 374px) {
  .sp-caps--tabs .sp-product-shot {
    transform: translateY(-50%) scale(0.39);
  }
}

@media (min-width: 400px) and (max-width: 449px) {
  .sp-caps--tabs .sp-product-shot {
    transform: translateY(-50%) scale(0.48);
  }
}

@media (min-width: 450px) and (max-width: 519px) {
  .sp-caps--tabs .sp-product-shot {
    transform: translateY(-50%) scale(0.55);
  }
}

@media (min-width: 520px) and (max-width: 620px) {
  .sp-caps--tabs .sp-product-shot {
    transform: translateY(-50%) scale(0.66);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-cap-tab-panel { animation: none; }
  .sp-cap-tabs button::after { transition: none; }
}

@media (max-width: 620px) {
  .sp-comparison-intro {
    margin-bottom: 34px;
  }
  .sp-comparison-intro .lp-eyebrow {
    margin-bottom: 8px;
  }
  .sp-comparison-intro h2 {
    font-size: clamp(42px, 13vw, 58px);
  }
  .sp-comparison-intro p {
    font-size: 15px;
    line-height: 1.6;
  }
  .sp-comparison-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .sp-comparison-table,
  .sp-comparison-table tbody,
  .sp-comparison-table tr,
  .sp-comparison-table td {
    display: block;
    width: 100%;
  }
  .sp-comparison-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .sp-comparison-table tbody {
    display: grid;
    gap: 16px;
  }
  .sp-comparison-table tr {
    overflow: hidden;
    border: 1px solid rgba(199, 211, 225, 0.95);
    border-radius: 14px;
    box-shadow: 0 18px 40px -32px rgba(11, 31, 58, 0.42);
  }
  .sp-comparison-table td {
    height: auto;
    min-height: 0;
    padding: 18px;
    border: 0;
    background: rgba(248, 250, 253, 0.96);
    font-size: 14px;
  }
  .sp-comparison-table td::before {
    content: attr(data-label);
    position: static;
    display: block;
    width: auto;
    margin-bottom: 9px;
    color: #7a8798;
    font: 700 9px/1.25 var(--wb-font-sans);
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .sp-comparison-table td:first-child {
    display: block;
    min-height: 72px;
  }
  .sp-comparison-row-num {
    display: none;
  }
  .sp-comparison-table td + td {
    min-height: 78px;
    padding: 20px 18px;
    border-top: 1px solid #d7e1eb;
    border-left: 0;
    background: #eaf3fa;
  }
  .sp-comparison-table td:nth-child(2)::before {
    color: #245f91;
  }
  .sp-comparison-check {
    display: none;
  }
}

/* Work order request-to-triage motion demo */
.wo-motion-shell {
  position: relative;
  isolation: isolate;
}
.wo-motion-shell,
.wo-motion-shell * {
  box-sizing: border-box;
}
.wo-motion-topbar {
  position: relative;
  z-index: 5;
}
.wo-motion-body {
  position: relative;
  overflow: hidden;
}
.wo-motion-stage {
  position: relative;
  min-width: 0;
  min-height: 500px;
  overflow: hidden;
  background: #f7f9fc;
}
.wo-motion-dashboard {
  height: 500px;
  padding: 22px 20px;
  overflow: hidden;
  background: #f7f9fc;
}
.wo-motion-dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.wo-motion-overline {
  color: #56718f;
  font: 700 7px/1 var(--wb-font-sans);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.wo-motion-dashboard h4 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 4px 0 0;
  color: #0b1f3a;
  font: 650 21px/1.1 var(--wb-font-display);
  letter-spacing: -0.025em;
}
.wo-motion-dashboard h4 small {
  padding: 3px 6px;
  border: 1px solid #dce4ed;
  border-radius: 4px;
  color: #6d7b8e;
  font: 600 7px/1 var(--wb-font-sans);
  letter-spacing: 0;
}
.wo-motion-dashboard-head button,
.wo-motion-modal-actions button,
.wo-motion-drawer-actions button,
.wo-motion-triage-actions button {
  border: 0;
  border-radius: 6px;
  font: 650 8px/1 var(--wb-font-sans);
}
.wo-motion-dashboard-head button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 9px 11px;
  color: #fff;
  background: #174b7e;
}
.wo-motion-filters {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 2px;
  border: 1px solid #e2e8ef;
  border-radius: 6px;
  background: #f0f3f7;
}
.wo-motion-filters span {
  padding: 6px 12px;
  border-radius: 4px;
  color: #7b8797;
  font: 650 6px/1 var(--wb-font-sans);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.wo-motion-filters .is-active {
  color: #0b1f3a;
  background: #fff;
  box-shadow: 0 2px 7px rgba(11, 31, 58, 0.08);
}
.wo-motion-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 10px;
}
.wo-motion-metrics div {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #dfe6ee;
  border-radius: 6px;
  background: #fff;
}
.wo-motion-metrics span,
.wo-motion-table-head {
  color: #708096;
  font: 650 6px/1 var(--wb-font-sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wo-motion-metrics strong {
  display: block;
  margin-top: 5px;
  color: #0b1f3a;
  font: 650 18px/1 var(--wb-font-display);
}
.wo-motion-search {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 29px;
  margin-bottom: 8px;
  padding: 0 10px;
  border: 1px solid #e1e7ef;
  border-radius: 6px;
  color: #929eae;
  background: #fff;
  font: 500 7px/1 var(--wb-font-sans);
}
.wo-motion-table {
  overflow: hidden;
  border: 1px solid #e1e7ef;
  border-radius: 7px;
  background: #fff;
}
.wo-motion-table-head,
.wo-motion-row {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.15fr) 0.58fr 0.64fr;
  gap: 8px;
  align-items: center;
}
.wo-motion-table-head {
  padding: 8px 10px;
  border-bottom: 1px solid #e8edf3;
}
.wo-motion-row {
  min-height: 67px;
  padding: 8px 10px;
  border-bottom: 1px solid #edf1f5;
  color: #44536a;
  font: 500 7px/1.35 var(--wb-font-sans);
}
.wo-motion-row:last-child {
  border-bottom: 0;
}
.wo-motion-row.is-new {
  background: linear-gradient(90deg, rgba(222, 246, 239, 0.8), rgba(247, 252, 250, 0.35));
  box-shadow: inset 3px 0 #2f9d7e;
}
.wo-motion-row span {
  min-width: 0;
}
.wo-motion-row small,
.wo-motion-row b {
  display: block;
}
.wo-motion-row small {
  margin-bottom: 3px;
  color: #718095;
  font-size: 6px;
}
.wo-motion-row b {
  overflow: hidden;
  color: #102846;
  font-size: 8px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wo-motion-priority,
.wo-motion-status,
.wo-motion-tags i {
  display: inline-flex;
  padding: 4px 6px;
  border-radius: 999px;
  font: 700 5.5px/1 var(--wb-font-sans);
  font-style: normal;
  letter-spacing: 0.04em;
}
.wo-motion-priority.is-high { color: #a44148; background: #fbe9ea; }
.wo-motion-priority.is-medium { color: #946818; background: #fff3cf; }
.wo-motion-priority.is-low { color: #376c9e; background: #e9f3fc; }
.wo-motion-status.is-new { color: #8b6818; background: #fff6d9; }
.wo-motion-status.is-converted { color: #27745b; background: #e2f5ec; }
.wo-motion-toast {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  margin: -2px 0 8px;
  padding: 0 10px;
  border: 1px solid #bce7d6;
  border-radius: 5px;
  color: #276e58;
  background: #e4f8ef;
  font: 650 7px/1 var(--wb-font-sans);
}
.wo-motion-scrim {
  position: absolute;
  z-index: 10;
  inset: 0;
  background: rgba(4, 14, 27, 0.64);
  pointer-events: none;
}
.wo-motion-modal-layer {
  position: absolute;
  z-index: 20;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.wo-motion-modal {
  width: min(430px, 82%);
  padding: 17px;
  border: 1px solid #dce3ec;
  border-radius: 9px;
  color: #10233e;
  background: #fff;
  box-shadow: 0 24px 60px -18px rgba(0, 9, 22, 0.48);
}
.wo-motion-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.wo-motion-modal-head strong {
  font: 650 12px/1 var(--wb-font-display);
}
.wo-motion-modal-head span {
  color: #68778a;
  font: 500 16px/1 var(--wb-font-sans);
}
.wo-motion-modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(125px, 1fr);
  gap: 14px;
}
.wo-motion-form {
  display: grid;
  gap: 10px;
}
.wo-motion-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.wo-motion-field {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.wo-motion-field > span,
.wo-motion-triage > label > span {
  color: #526176;
  font: 650 6.5px/1 var(--wb-font-sans);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.wo-motion-field > div,
.wo-motion-select {
  min-height: 29px;
  padding: 9px;
  overflow: hidden;
  border: 1px solid #dce4ed;
  border-radius: 5px;
  color: #172b45;
  background: #fff;
  font: 500 7px/1.2 var(--wb-font-sans);
  white-space: nowrap;
}
.wo-motion-field.is-active > div {
  border-color: #245d8d;
  box-shadow: 0 0 0 2px rgba(36, 93, 141, 0.12);
}
.wo-motion-field em {
  color: #a3adba;
  font-style: normal;
}
.wo-motion-field--area > div {
  position: relative;
  min-height: 64px;
  white-space: normal;
}
.wo-motion-caret {
  display: inline-block;
  width: 1px;
  height: 9px;
  margin-left: 1px;
  vertical-align: middle;
  background: #2d6fa4;
  animation: wo-caret 0.8s steps(1) infinite;
}
.wo-motion-context {
  padding: 12px;
  border: 1px solid #dfe5ed;
  border-radius: 6px;
  background: #f4f6f9;
}
.wo-motion-context > span {
  display: block;
  margin-bottom: 7px;
  color: #7a8798;
  font: 700 6px/1 var(--wb-font-sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wo-motion-context strong {
  display: block;
  margin-bottom: 12px;
  font: 650 8px/1.2 var(--wb-font-sans);
}
.wo-motion-context div {
  padding: 9px;
  border-radius: 5px;
  color: #59687c;
  background: #fff;
  font: 500 6.5px/1.5 var(--wb-font-sans);
}
.wo-motion-modal-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 14px;
  color: #536176;
  font: 600 7px/1 var(--wb-font-sans);
}
.wo-motion-modal-actions button {
  padding: 9px 12px;
  color: #fff;
  background: #174b7e;
}
.wo-motion-drawer,
.wo-motion-triage {
  position: absolute;
  z-index: 18;
  top: 0;
  right: 0;
  bottom: 0;
  width: 52%;
  padding: 16px;
  overflow: hidden;
  border-left: 1px solid #dce4ed;
  color: #172b45;
  background: #fff;
  box-shadow: -20px 0 50px -30px rgba(0, 12, 30, 0.48);
}
.wo-motion-drawer-head,
.wo-motion-triage-head {
  position: relative;
  padding-right: 18px;
  border-bottom: 1px solid #e4eaf1;
}
.wo-motion-drawer-head small,
.wo-motion-triage-head small {
  display: block;
  color: #3f648c;
  font: 700 6px/1 var(--wb-font-sans);
  letter-spacing: 0.06em;
}
.wo-motion-drawer-head h5,
.wo-motion-triage-head h5 {
  margin: 7px 0 4px;
  font: 650 15px/1.1 var(--wb-font-display);
}
.wo-motion-drawer-head span,
.wo-motion-triage-head p {
  display: block;
  margin: 0 0 12px;
  color: #6e7b8d;
  font: 500 6.5px/1.4 var(--wb-font-sans);
}
.wo-motion-drawer-head > b,
.wo-motion-triage-head > b {
  position: absolute;
  top: 0;
  right: 0;
  color: #7a8797;
  font: 500 12px/1 var(--wb-font-sans);
}
.wo-motion-tags {
  display: flex;
  gap: 5px;
  margin: 10px 0 14px;
}
.wo-motion-tags i:first-child { color: #3e6791; background: #e8f1fa; }
.wo-motion-tags i:last-child { color: #8b6818; background: #fff3d3; }
.wo-motion-drawer section {
  margin-bottom: 14px;
}
.wo-motion-drawer section > small,
.wo-motion-detail-grid small {
  display: block;
  margin-bottom: 6px;
  color: #6f7e91;
  font: 700 6px/1 var(--wb-font-sans);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.wo-motion-drawer section p {
  margin: 0 0 4px;
  color: #33445a;
  font: 500 6.5px/1.45 var(--wb-font-sans);
}
.wo-motion-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.wo-motion-detail-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wo-motion-detail-grid b {
  font: 600 7px/1.3 var(--wb-font-sans);
}
.wo-motion-select {
  min-height: 0;
  padding: 8px;
}
.wo-motion-drawer-actions,
.wo-motion-triage-actions {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px solid #e5ebf1;
  background: #fff;
}
.wo-motion-drawer-actions button,
.wo-motion-triage-actions button {
  padding: 9px 10px;
  color: #526176;
  background: #fff;
  box-shadow: inset 0 0 0 1px #dce4ed;
}
.wo-motion-drawer-actions .is-primary,
.wo-motion-triage-actions .is-primary {
  color: #fff;
  background: #174b7e;
  box-shadow: none;
}
.wo-motion-triage {
  z-index: 22;
  width: 49%;
}
.wo-motion-triage-summary {
  display: grid;
  gap: 5px;
  margin: 12px 0;
}
.wo-motion-triage-summary strong {
  font: 650 8px/1 var(--wb-font-sans);
}
.wo-motion-triage-summary span {
  color: #627185;
  font: 500 6px/1.4 var(--wb-font-sans);
}
.wo-motion-triage-summary i {
  width: fit-content;
  padding: 4px 6px;
  border-radius: 3px;
  color: #9b6b16;
  background: #fff1c7;
  font: 700 5.5px/1 var(--wb-font-sans);
  font-style: normal;
}
.wo-motion-triage > label {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}
.wo-motion-priority-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.wo-motion-priority-grid b {
  padding: 8px;
  border: 1px solid #dce4ed;
  border-radius: 5px;
  text-align: center;
  font: 600 7px/1 var(--wb-font-sans);
}
.wo-motion-priority-grid b:last-child {
  grid-column: 1 / 2;
}
.wo-motion-priority-grid .is-selected {
  color: #fff;
  border-color: #0b1f3a;
  background: #0b1f3a;
}
.wo-motion-field--note > div {
  min-height: 70px;
  white-space: normal;
}
.wo-motion-cursor {
  position: absolute;
  z-index: 40;
  width: 18px;
  height: 22px;
  margin: -2px 0 0 -2px;
  pointer-events: none;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}
.wo-motion-cursor svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: #fff;
  stroke: #071a31;
  stroke-linejoin: round;
  stroke-width: 1.5;
}
.wo-motion-click {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid #2d8bd0;
  border-radius: 50%;
}
@keyframes wo-caret {
  50% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .wo-motion-caret { animation: none; }
}

/* ============================================================
   About page
   ============================================================ */
.ab-hero { padding-bottom: 48px; }
.ab-hero-title {
  font: 600 clamp(34px, 4.6vw, 60px)/1.05 var(--wb-font-display);
  letter-spacing: -0.04em;
  color: var(--wb-navy-900);
  margin: 18px 0 20px;
  max-width: 20ch;
  text-wrap: balance;
}
.ab-hero-lede {
  font: 400 clamp(16px, 1.4vw, 20px)/1.6 var(--wb-font-sans);
  color: var(--wb-ink-600);
  max-width: 60ch;
}

.ab-story { padding: clamp(48px, 6vw, 80px) 0 clamp(80px, 9vw, 120px); }
.ab-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
.ab-story-col h3 {
  font: 600 clamp(22px, 2.4vw, 30px)/1.2 var(--wb-font-display);
  letter-spacing: -0.02em;
  color: var(--wb-navy-900);
  margin-bottom: 18px;
}
.ab-story-col p {
  font: 400 16px/1.7 var(--wb-font-sans);
  color: var(--wb-ink-600);
  margin-bottom: 16px;
}
.ab-story-col em { font-style: italic; color: var(--wb-navy-800); }
.ab-values {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 24px;
}
.ab-value {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 14px;
  border-radius: 4px;
  background: var(--wb-navy-50);
  color: var(--wb-navy-800);
  font: 600 12px/1 var(--wb-font-sans);
}
.ab-value svg { color: var(--wb-navy-700); }

.ab-founders {
  padding: clamp(80px, 9vw, 120px) 0;
  background: var(--wb-navy-25);
  border-top: 1px solid var(--wb-border);
}
.ab-founder-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 920px;
  margin: 0 auto;
}
.ab-founder {
  background: #fff;
  border: 1px solid var(--wb-border);
  border-radius: 20px;
  overflow: hidden;
  transition: border-color var(--wb-dur-base), transform var(--wb-dur-base), box-shadow var(--wb-dur-base);
}
.ab-founder:hover {
  border-color: var(--wb-navy-300);
  transform: translateY(-4px);
  box-shadow: var(--wb-shadow-lg);
}
.ab-founder-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--wb-navy-50);
}
.ab-founder-body { padding: 24px 26px 28px; }
.ab-founder-name {
  font: 600 20px/1.2 var(--wb-font-display);
  letter-spacing: -0.02em;
  color: var(--wb-navy-900);
}
.ab-founder-role {
  font: 600 12px/1 var(--wb-font-sans);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wb-navy-700);
  margin: 8px 0 14px;
}
.ab-founder-body p {
  font: 400 14px/1.6 var(--wb-font-sans);
  color: var(--wb-ink-600);
  margin-bottom: 18px;
}
.ab-founder-links { display: flex; gap: 18px; }
.ab-founder-link {
  display: inline-flex; align-items: center; gap: 4px;
  font: 600 13px/1 var(--wb-font-sans);
  color: var(--wb-navy-700);
  text-decoration: none;
}
.ab-founder-link:hover { color: var(--wb-navy-900); }

@media (max-width: 760px) {
  .ab-story-grid { grid-template-columns: 1fr; gap: 32px; }
  .ab-founder-grid { grid-template-columns: 1fr; }
}
