:root {
  --sp-blue: #0073ff;
  --sp-blue-hover: #005ed6;
  --sp-theme-blue: #2872fa;
  --sp-green: #00c441;
  --sp-green-hover: #00a838;
  --sp-ink: #192a3d;
  --sp-slate: #3a4f66;
  --sp-text: #7a7a7a;
  --sp-line: #e1e8ed;
  --sp-soft: #f2f5f7;
  --sp-page: #fafbfc;
  --sp-white: #ffffff;
  --sp-cta: #cbd5e0;
  --sp-radius: 6px;
  --sp-card-radius: 12px;
  --sp-shadow: 0 12px 34px rgba(25, 42, 61, 0.09);
  --sp-container: 1290px;
  --sp-font-heading: "Montserrat", sans-serif;
  --sp-font-body: "Poppins", sans-serif;
}

/* Feature templates provide their own page hero, so the legacy Blocksy page
   description must not render as a second intro above them. */
body:not(.home) .hero-section {
  display: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sp-slate);
  background: var(--sp-white);
  font-family: var(--sp-font-body);
  font-size: 16px;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; }
a { color: var(--sp-blue); text-decoration: none; }
a:hover { color: var(--sp-blue-hover); }

.sp-shell-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(225, 232, 237, 0.65);
  background: rgba(255,255,255,.98);
}
.sp-shell-header__inner,
.sp-shell-footer__inner {
  width: min(90vw, var(--sp-container));
  margin-inline: auto;
}
.tsp-feature-page .sp-container {
  width: 100%;
  max-width: calc(var(--sp-container) + 64px);
  margin-inline: auto;
  padding-inline: 32px;
}
.sp-shell-header__inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.sp-shell-logo { width: 225px; flex: 0 0 auto; }
.sp-shell-logo img { display: block; width: 100%; }
.sp-shell-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.sp-shell-nav a {
  color: #000;
  font-family: var(--sp-font-heading);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.sp-shell-nav a:hover,
.sp-shell-nav a[aria-current="page"] { color: var(--sp-blue); }
.sp-shell-actions { display: flex; align-items: center; gap: 20px; }
.sp-shell-actions .sp-login { color: #000; font-family: var(--sp-font-heading); font-weight: 700; }
.sp-menu-button { display: none; border: 0; background: transparent; padding: 10px; color: var(--sp-ink); }

.sp-button,
.tsp-feature-page .sp-button {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: var(--sp-radius);
  padding: 10px 20px;
  background: var(--sp-blue);
  color: #fff;
  font-family: var(--sp-font-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  transition: background .12s ease, transform .12s ease;
}
.sp-button:hover { background: var(--sp-blue-hover); color: #fff; transform: translateY(-1px); }
.sp-button--green { background: var(--sp-green); }
.sp-button--green:hover { background: var(--sp-green-hover); }
.sp-button--ghost { border: 1px solid var(--sp-line); background: #fff; color: var(--sp-ink); }
.sp-button--ghost:hover { background: var(--sp-soft); color: var(--sp-ink); }

.entry-content.is-layout-constrained > .tsp-feature-page,
.tsp-feature-page {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  overflow-x: clip;
  color: var(--sp-slate);
}
.tsp-feature-page :where(.sp-split > *, .sp-grid > *, .sp-media-grid > *, .sp-actions, .sp-card, .sp-product-frame) {
  min-width: 0;
}
.tsp-feature-page h1,
.tsp-feature-page h2,
.tsp-feature-page h3,
.tsp-feature-page h4 {
  margin-top: 0;
  color: #000;
  font-family: var(--sp-font-heading);
  overflow-wrap: anywhere;
}
.tsp-feature-page h1 { margin-bottom: 22px; font-size: clamp(36px, 4vw, 45px); line-height: 1.02; font-weight: 700; }
.tsp-feature-page h2 { margin-bottom: 20px; font-size: clamp(30px, 3vw, 42px); line-height: 1.15; font-weight: 700; }
.tsp-feature-page h3 { margin-bottom: 8px; font-size: 20px; line-height: 1.4; font-weight: 600; }
.tsp-feature-page p { margin-top: 0; color: var(--sp-text); overflow-wrap: anywhere; }
.tsp-feature-page strong { color: var(--sp-slate); }
.sp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--sp-blue);
  font-family: var(--sp-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sp-eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 99px; background: var(--sp-green); }
.sp-addon-badge,
.sp-coming-soon-badge,
.sp-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 99px;
  padding: 3px 10px;
  background: rgba(0,115,255,.09);
  color: var(--sp-blue);
  font-family: var(--sp-font-heading);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.tsp-feature-page .sp-addon-badge { background: rgba(0,196,65,.12); color: #008b2e; }
.tsp-feature-page .sp-coming-soon-badge { background: rgba(245,158,11,.16); color: #b45309; }
.sp-eyebrow--after-badge { display: flex; width: max-content; margin: 14px auto 16px; }
.sp-heading-after-badge { margin-top: 14px; }

.sp-hero { padding: 68px 0 60px; background: var(--sp-page); text-align: center; }
.sp-hero__copy { max-width: 900px; margin-inline: auto; }
.sp-hero__copy > p { max-width: 860px; margin: 0 auto 26px; font-size: 17px; }
.sp-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.sp-breadcrumbs { margin: 0 0 18px; color: var(--sp-text); font-size: 14px; }
.sp-breadcrumbs a { color: var(--sp-blue); }

.sp-section { padding: 76px 0; }
.sp-section--soft { background: var(--sp-page); }
.sp-section--slate { background: var(--sp-cta); }
.sp-section__heading { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.sp-section__heading p { margin-bottom: 0; }
.sp-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 70px; }
.sp-split--reverse .sp-split__copy { order: 2; }
.sp-split--reverse .sp-split__visual { order: 1; }
.sp-feature-list { display: grid; gap: 22px; }
.sp-feature-item { position: relative; padding-left: 54px; }
.sp-feature-item__icon {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--sp-blue);
  color: #fff;
  font-family: var(--sp-font-heading);
  font-size: 14px;
  font-weight: 700;
}
.sp-feature-item__icon--static { position: static; margin-bottom: 16px; }
.sp-feature-item p { margin: 0; }
.sp-inline-link { font-family: var(--sp-font-heading); font-weight: 600; }
.sp-inline-link::after { content: " →"; }

.sp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.sp-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sp-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sp-card {
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-card-radius);
  padding: 26px;
  background: var(--sp-white);
  box-shadow: var(--sp-shadow);
}
.sp-card--flat { box-shadow: none; }
.sp-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sp-card__top { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.sp-card__icon {
  position: relative;
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border: 1px solid rgba(0,115,255,.14);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(0,115,255,.13), rgba(0,115,255,.06));
  color: var(--sp-blue);
  box-shadow: 0 8px 18px rgba(0,115,255,.09);
  transition: transform .2s ease, box-shadow .2s ease;
}
.sp-card__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sp-card__icon--green {
  border-color: rgba(18,171,83,.18);
  background: linear-gradient(145deg, rgba(18,171,83,.14), rgba(18,171,83,.06));
  color: var(--sp-green);
  box-shadow: 0 8px 18px rgba(18,171,83,.09);
}
.sp-card__icon--fleet {
  border-color: rgba(0,115,255,.15);
  background: linear-gradient(145deg, rgba(0,115,255,.13), rgba(18,171,83,.08));
}
.sp-card__icon--fleet .sp-card__glyph--truck { width: 27px; height: 27px; transform: translate(-2px, 2px); }
.sp-card__icon--fleet .sp-card__glyph--pin {
  position: absolute;
  top: 5px;
  right: 4px;
  width: 15px;
  height: 15px;
  padding: 2px;
  border-radius: 50%;
  background: var(--sp-white);
  color: var(--sp-green);
  stroke-width: 2.2;
  box-shadow: 0 3px 8px rgba(25,42,61,.16);
}
.sp-card:hover .sp-card__icon { transform: translateY(-2px); box-shadow: 0 11px 22px rgba(0,115,255,.13); }
.sp-card:hover .sp-card__icon--green { box-shadow: 0 11px 22px rgba(18,171,83,.13); }
.sp-card p:last-child { margin-bottom: 0; }
.tsp-feature-page #sales .sp-card,
.tsp-feature-page #operations .sp-card,
.tsp-feature-page #growth .sp-card {
  display: flex;
  flex-direction: column;
}
.tsp-feature-page #sales .sp-card > .sp-inline-link,
.tsp-feature-page #operations .sp-card > .sp-inline-link,
.tsp-feature-page #growth .sp-card > .sp-inline-link {
  margin-top: auto;
  padding-top: 18px;
}
.sp-service-recovery-note {
  max-width: 900px;
  margin: 24px auto 0;
  border-color: rgba(0,115,255,.28);
  background: rgba(0,115,255,.05);
  text-align: center;
}
.sp-review-response-frame { max-width: 1120px; margin: 0 auto; }
.sp-review-flow-grid { margin-top: 28px; }

.sp-product-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid #d9e0e7;
  border-radius: 14px;
  background: #f6f8fb;
  box-shadow: 0 24px 50px rgba(25,42,61,.14);
}
.sp-product-frame::before {
  content: "";
  display: block;
  height: 34px;
  border-bottom: 1px solid #dfe4ea;
  background: linear-gradient(#fff, #fbfcfd);
}
.sp-product-frame::after {
  content: "●  ●  ●";
  position: absolute;
  top: 7px;
  left: 13px;
  color: #c7cfd8;
  font-size: 11px;
  letter-spacing: 3px;
}
.sp-product-frame img { display: block; width: 100%; }
.sp-visual-panel {
  border: 1px solid var(--sp-line);
  border-radius: var(--sp-card-radius);
  padding: clamp(28px, 4vw, 48px);
  background: linear-gradient(145deg, #fff, #f2f7ff);
  box-shadow: var(--sp-shadow);
}
.sp-visual-panel h3 { margin-top: 18px; font-size: clamp(24px, 2.5vw, 34px); }
.sp-check-list { display: grid; gap: 15px; margin: 26px 0 0; padding: 0; list-style: none; }
.sp-check-list li { position: relative; padding-left: 31px; color: var(--sp-text); }
.sp-check-list li::before {
  content: "\2713";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(0,196,65,.12);
  color: #008b2e;
  font-size: 12px;
  font-weight: 700;
  place-items: center;
}
.sp-feature-hero { padding-top: 62px; }
.sp-media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.sp-media-card { margin: 0; overflow: hidden; border: 1px solid var(--sp-line); border-radius: var(--sp-card-radius); background: var(--sp-white); box-shadow: var(--sp-shadow); }
.sp-media-card img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top center; background: var(--sp-soft); }
.sp-media-card figcaption { padding: 14px 18px; color: var(--sp-ink); font-family: var(--sp-font-heading); font-size: 14px; font-weight: 600; }
.sp-ui { padding: 20px; }
.sp-ui__tabs { display: flex; gap: 8px; padding-bottom: 14px; border-bottom: 1px solid var(--sp-line); }
.sp-ui__tab { border-radius: 6px; padding: 7px 12px; color: var(--sp-slate); font-size: 12px; font-weight: 600; }
.sp-ui__tab--active { background: var(--sp-ink); color: #fff; }
.sp-ui__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 17px 0; }
.sp-ui__stat { border: 1px solid var(--sp-line); border-radius: 8px; padding: 13px; background: #fff; }
.sp-ui__stat small { display: block; margin-bottom: 8px; color: var(--sp-text); font-size: 10px; }
.sp-ui__stat b { color: var(--sp-ink); font-family: var(--sp-font-heading); font-size: 18px; }
.sp-ui__chart { position: relative; height: 150px; overflow: hidden; border: 1px solid var(--sp-line); border-radius: 8px; background: #fff; }
.sp-ui__chart::before { content: ""; position: absolute; inset: 20px; background: repeating-linear-gradient(to bottom, transparent 0 29px, #edf1f4 30px); }
.sp-ui__chart svg { position: absolute; inset: 18px; width: calc(100% - 36px); height: calc(100% - 36px); }
.sp-privacy-note { margin: 14px 0 0; color: var(--sp-text); font-size: 12px; text-align: center; }

/* Privacy-safe product compositions for pages where real customer records
   should not appear in public marketing screenshots. */
.sp-app-mock { padding: 20px; color: var(--sp-slate); font-size: 12px; }
.sp-app-mock__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 15px; border-bottom: 1px solid var(--sp-line); }
.sp-app-mock__title { color: var(--sp-ink); font-family: var(--sp-font-heading); font-size: 18px; font-weight: 700; }
.sp-app-mock__tools { display: flex; flex-wrap: wrap; gap: 8px; }
.sp-app-mock__pill { border: 1px solid var(--sp-line); border-radius: 99px; padding: 5px 10px; background: #fff; color: var(--sp-slate); font-weight: 600; }
.sp-app-mock__pill--blue { border-color: rgba(0,115,255,.25); background: rgba(0,115,255,.08); color: var(--sp-blue); }
.sp-app-mock__body { display: grid; gap: 12px; margin-top: 16px; }
.sp-app-mock__row { display: grid; grid-template-columns: 1.25fr .8fr .8fr .65fr; align-items: center; gap: 10px; min-height: 48px; border: 1px solid var(--sp-line); border-radius: 8px; padding: 10px 12px; background: #fff; }
.sp-app-mock__row--header { min-height: auto; border: 0; padding-block: 2px; background: transparent; color: var(--sp-text); font-size: 10px; font-weight: 600; text-transform: uppercase; }
.sp-app-mock__person { display: flex; align-items: center; gap: 9px; color: var(--sp-ink); font-weight: 600; }
.sp-app-mock__avatar { display: grid; width: 29px; height: 29px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgba(0,115,255,.11); color: var(--sp-blue); font-weight: 700; }
.sp-app-mock__status { width: max-content; border-radius: 99px; padding: 4px 8px; background: rgba(0,196,65,.11); color: #008b2e; font-weight: 600; }
.sp-app-mock__columns { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 12px; margin-top: 16px; }
.sp-app-mock__column { min-height: 235px; border: 1px solid var(--sp-line); border-radius: 10px; padding: 12px; background: #f8fafc; }
.sp-app-mock__column h4 { margin-bottom: 12px; font-size: 13px; }
.sp-app-mock__task { margin-bottom: 9px; border: 1px solid var(--sp-line); border-left: 3px solid var(--sp-blue); border-radius: 7px; padding: 10px; background: #fff; color: var(--sp-ink); font-weight: 600; }
.sp-app-mock__task small { display: block; margin-top: 4px; color: var(--sp-text); font-weight: 400; }
.sp-app-mock__conversation { display: grid; grid-template-columns: 190px 1fr; min-height: 320px; }
.sp-app-mock__inbox { border-right: 1px solid var(--sp-line); padding: 14px; background: #f7f9fb; }
.sp-app-mock__inbox-item { margin-bottom: 8px; border-radius: 8px; padding: 10px; background: #fff; color: var(--sp-ink); font-weight: 600; }
.sp-app-mock__inbox-item--active { background: rgba(0,115,255,.09); color: var(--sp-blue); }
.sp-app-mock__messages { display: flex; flex-direction: column; gap: 12px; padding: 18px; background: #fff; }
.sp-app-mock__message { max-width: 77%; border-radius: 12px 12px 12px 3px; padding: 11px 13px; background: var(--sp-soft); }
.sp-app-mock__message--sent { align-self: flex-end; border-radius: 12px 12px 3px 12px; background: rgba(0,115,255,.1); color: var(--sp-ink); }
.sp-app-mock__composer { margin-top: auto; border: 1px solid var(--sp-line); border-radius: 8px; padding: 11px; color: var(--sp-text); }
.sp-app-mock__form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 20px; }
.sp-app-mock__field { border: 1px solid var(--sp-line); border-radius: 8px; padding: 12px; background: #fff; }
.sp-app-mock__field--wide { grid-column: 1 / -1; }
.sp-app-mock__field small { display: block; margin-bottom: 8px; color: var(--sp-slate); font-weight: 600; }
.sp-app-mock__input { height: 30px; border: 1px solid #edf0f3; border-radius: 5px; background: #f8fafc; }
.sp-app-mock__social { display: grid; gap: 12px; padding: 18px; }
.sp-app-mock__post { display: grid; grid-template-columns: 1fr 90px 80px; align-items: center; gap: 12px; border: 1px solid var(--sp-line); border-radius: 9px; padding: 13px; background: #fff; }
.sp-app-mock__post strong { color: var(--sp-ink); font-size: 12px; }
.sp-app-mock__post span { color: var(--sp-text); }
.sp-app-mock__metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 16px 0; }
.sp-app-mock__metric { border: 1px solid var(--sp-line); border-radius: 9px; padding: 13px; background: #fff; }
.sp-app-mock__metric b { display: block; margin-top: 5px; color: var(--sp-ink); font-family: var(--sp-font-heading); font-size: 19px; }

.sp-cluster { position: relative; display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 18px; }
.sp-cluster__node { border: 1px solid var(--sp-line); border-radius: 10px; padding: 18px; background: #fff; text-align: center; box-shadow: var(--sp-shadow); }
.sp-cluster__node--main { padding: 30px 18px; border-color: rgba(0,115,255,.4); background: rgba(0,115,255,.05); }
.sp-cluster__node h3 { margin-bottom: 4px; }
.sp-cluster__node p { margin: 0; font-size: 13px; }

.sp-anchor-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }
.sp-anchor-nav a { border: 1px solid var(--sp-line); border-radius: 99px; padding: 7px 14px; background: #fff; color: var(--sp-slate); font-size: 13px; font-weight: 600; }
.sp-anchor-nav a:hover { border-color: var(--sp-blue); color: var(--sp-blue); }
.sp-faq { max-width: 900px; margin-inline: auto; }
.sp-faq details { border-bottom: 1px solid var(--sp-line); padding: 18px 0; }
.sp-faq summary { cursor: pointer; color: var(--sp-ink); font-family: var(--sp-font-heading); font-weight: 600; }
.sp-faq details p { margin: 12px 0 0; }
.sp-final-cta { padding: 58px 0; background: var(--sp-cta); text-align: center; }
.sp-final-cta p { max-width: 700px; margin: 0 auto 24px; }

/* About page: founder-led company story using the established brand system. */
.tsp-about-page { background: var(--sp-white); }
.sp-about-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(40,114,250,.17), transparent 34%),
    linear-gradient(135deg, #fbfdff 0%, #f1f6ff 62%, #fbfdff 100%);
}
.sp-about-hero::before {
  position: absolute;
  z-index: -1;
  right: -130px;
  bottom: -230px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(0,196,65,.08);
  content: "";
}
.sp-about-hero__grid {
  display: grid;
  min-height: 690px;
  padding-block: clamp(64px, 7vw, 104px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}
.sp-about-hero__copy,
.sp-about-founder { min-width: 0; }
.sp-about-hero__copy { max-width: 720px; }
.tsp-about-page .sp-about-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: #0d1b2f;
  font-size: clamp(42px, 4.8vw, 68px);
  letter-spacing: -.045em;
  line-height: 1.03;
  overflow-wrap: normal;
  text-wrap: balance;
}
.sp-about-hero__lede {
  max-width: 720px;
  margin-bottom: 0;
  color: #50647c !important;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.7;
}
.sp-about-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.sp-about-founder { position: relative; max-width: 520px; margin-inline: auto; padding: 22px 22px 34px; }
.sp-about-founder__accent {
  position: absolute;
  inset: 0 0 62px 52px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(40,114,250,.14), rgba(0,196,65,.11));
  transform: rotate(3deg);
}
.sp-about-founder__photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5 / 6;
  border: 1px solid rgba(112,137,166,.22);
  border-radius: 20px;
  background: #f5f8fc;
  box-shadow: 0 30px 70px rgba(25,42,61,.2), 0 8px 20px rgba(25,42,61,.08);
}
.sp-about-founder__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.sp-about-founder__caption {
  position: relative;
  width: calc(100% - 56px);
  margin: -31px auto 0;
  border: 1px solid rgba(112,137,166,.2);
  border-radius: 12px;
  padding: 14px 18px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 16px 34px rgba(25,42,61,.15);
  text-align: center;
}
.sp-about-founder__caption strong,
.sp-about-founder__caption span { display: block; }
.sp-about-founder__caption strong { color: var(--sp-ink); font-family: var(--sp-font-heading); font-size: 17px; }
.sp-about-founder__caption span { margin-top: 2px; color: var(--sp-text); font-size: 13px; }
.sp-about-proof { border-block: 1px solid var(--sp-line); background: #fff; }
.sp-about-proof__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sp-about-proof__grid > div { padding: 28px 34px; text-align: center; }
.sp-about-proof__grid > div + div { border-left: 1px solid var(--sp-line); }
.sp-about-proof strong,
.sp-about-proof span { display: block; }
.sp-about-proof strong { color: var(--sp-ink); font-family: var(--sp-font-heading); font-size: 18px; }
.sp-about-proof span { margin-top: 5px; color: var(--sp-text); font-size: 14px; }
.sp-about-story { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(44px, 7vw, 90px); }
.sp-about-story__heading { max-width: 560px; }
.sp-about-story__body { max-width: 720px; }
.sp-about-story__body > p { font-size: 17px; }
.sp-about-story blockquote {
  margin: 30px 0 0;
  border-left: 4px solid var(--sp-green);
  border-radius: 0 12px 12px 0;
  padding: 22px 26px;
  background: #f4f8ff;
  color: var(--sp-ink);
  font-family: var(--sp-font-heading);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.55;
}
.sp-about-story cite { display: block; margin-top: 13px; color: var(--sp-text); font-family: var(--sp-font-body); font-size: 13px; font-style: normal; font-weight: 500; }
.sp-about-pain-grid { display: grid; margin-top: 58px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.sp-about-pain-grid article { border-top: 3px solid var(--sp-blue); border-radius: 0 0 12px 12px; padding: 24px; background: #f8fafe; }
.sp-about-pain-grid article:nth-child(even) { border-top-color: var(--sp-green); }
.sp-about-pain-grid span { color: var(--sp-blue); font-family: var(--sp-font-heading); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.sp-about-pain-grid h3 { margin: 13px 0 8px; font-size: 18px; }
.sp-about-pain-grid p { margin-bottom: 0; font-size: 14px; }
.sp-about-value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.sp-about-value-grid .sp-card { padding: 28px; }
.sp-about-value-grid__icon { display: grid; width: 42px; height: 42px; margin-bottom: 20px; place-items: center; border-radius: 12px; background: rgba(0,115,255,.1); color: var(--sp-blue); font-family: var(--sp-font-heading); font-weight: 700; }
.sp-about-value-grid .sp-card:nth-child(even) .sp-about-value-grid__icon { background: rgba(0,196,65,.11); color: #008b2e; }
.sp-about-value-grid p { margin-bottom: 0; font-size: 14px; }
.sp-about-mission { position: relative; overflow: hidden; padding: 84px 0; background: var(--sp-ink); }
.sp-about-mission::after { position: absolute; top: -190px; right: -170px; width: 480px; height: 480px; border-radius: 50%; background: rgba(40,114,250,.2); content: ""; }
.sp-about-mission__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: clamp(50px, 8vw, 112px); }
.tsp-about-page .sp-about-mission h2 { margin-bottom: 0; color: #fff; }
.sp-about-mission p { color: #c4d1df; font-size: 17px; }
.sp-about-mission p:last-child { margin-bottom: 0; }
.sp-about-industries { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); align-items: center; gap: clamp(50px, 8vw, 112px); }
.sp-about-industries__copy { max-width: 540px; }
.sp-about-industry-links { display: flex; flex-wrap: wrap; gap: 12px; }
.sp-about-industry-links a { display: inline-flex; min-height: 46px; align-items: center; border: 1px solid var(--sp-line); border-radius: 99px; padding: 10px 17px; background: #fff; color: var(--sp-slate); font-family: var(--sp-font-heading); font-size: 14px; font-weight: 600; transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.sp-about-industry-links a:hover { border-color: var(--sp-blue); background: var(--sp-blue); color: #fff; transform: translateY(-2px); }
.sp-about-industry-links .sp-about-industry-links__more { border-color: rgba(0,196,65,.35); color: #008b2e; }
.sp-about-final-cta { background: linear-gradient(135deg, #d8e2ed, #c9d5e1); }
.sp-about-final-cta .sp-eyebrow { justify-content: center; }

@media (max-width: 1050px) {
  .sp-about-hero__grid { min-height: 620px; grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr); gap: 46px; }
  .sp-about-pain-grid,
  .sp-about-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.sp-shell-footer { padding: 52px 0 22px; background: #fff; border-top: 1px solid var(--sp-line); }
.sp-shell-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr; gap: 44px; }
.sp-shell-footer h2 { margin: 0 0 16px; color: #000; font-family: var(--sp-font-heading); font-size: 18px; }
.sp-shell-footer a { display: block; margin: 8px 0; color: var(--sp-theme-blue); font-size: 15px; }
.sp-shell-footer p { color: var(--sp-text); }
.sp-shell-footer__logo { max-width: 225px; }
.sp-shell-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--sp-line); color: var(--sp-text); font-family: var(--sp-font-heading); font-size: 12px; }
.sp-shell-footer__bottom div { display: flex; flex-wrap: wrap; gap: 14px; }
.sp-shell-footer__bottom a { display: inline; margin: 0; font-size: inherit; }

@media (max-width: 1100px) {
  .sp-shell-header__inner { gap: 20px; }
  .sp-shell-nav { gap: 18px; }
  .sp-shell-nav a { font-size: 12px; }
  .sp-shell-logo { width: 190px; }
  .sp-split { gap: 44px; }
}

@media (max-width: 900px) {
  .sp-menu-button { display: inline-flex; margin-left: auto; }
  .sp-shell-header__inner { min-height: 74px; }
  .sp-shell-nav,
  .sp-shell-actions { display: none; }
  .sp-shell-header.is-open .sp-shell-nav,
  .sp-shell-header.is-open .sp-shell-actions { display: flex; }
  .sp-shell-header.is-open .sp-shell-header__inner { flex-wrap: wrap; padding-block: 14px; }
  .sp-shell-header.is-open .sp-shell-nav { order: 3; width: 100%; flex-direction: column; align-items: flex-start; }
  .sp-shell-header.is-open .sp-shell-actions { order: 4; width: 100%; }
  .sp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sp-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sp-media-grid { grid-template-columns: 1fr; }
  .sp-shell-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .tsp-feature-page .sp-container { padding-inline: 16px; }
  .tsp-feature-page h1 { font-size: clamp(30px, 8.6vw, 34px); line-height: 1.1; }
  .tsp-feature-page h2 { font-size: clamp(26px, 7.4vw, 29px); line-height: 1.18; }
  .sp-hero { padding: 48px 0 44px; }
  .sp-hero__copy > p { font-size: 16px; }
  .sp-section { padding: 54px 0; }
  .sp-split,
  .sp-grid,
  .sp-grid--2,
  .sp-grid--4 { grid-template-columns: 1fr; }
  .sp-split--reverse .sp-split__copy,
  .sp-split--reverse .sp-split__visual { order: initial; }
  .sp-split__visual { order: -1; }
  .sp-card { padding: 22px; }
  .sp-ui__stats { grid-template-columns: 1fr; }
  .sp-app-mock__row { grid-template-columns: 1fr 1fr; }
  .sp-app-mock__row > :nth-child(3), .sp-app-mock__row > :nth-child(4) { display: none; }
  .sp-app-mock__columns { grid-template-columns: 1fr; }
  .sp-app-mock__column { min-height: auto; }
  .sp-app-mock__conversation { grid-template-columns: 1fr; }
  .sp-app-mock__inbox { display: none; }
  .sp-app-mock__form { grid-template-columns: 1fr; }
  .sp-app-mock__field--wide { grid-column: auto; }
  .sp-app-mock__post { grid-template-columns: 1fr; }
  .sp-app-mock__metrics { grid-template-columns: repeat(2, 1fr); }
  .sp-cluster { grid-template-columns: 1fr; }
  .sp-shell-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .sp-shell-footer__bottom { flex-direction: column; }
  .sp-actions { width: 100%; }
  .sp-actions .sp-button { width: 100%; max-width: 100%; white-space: normal; text-align: center; overflow-wrap: anywhere; }
  .sp-shell-logo { width: 205px; }
  .sp-about-hero__grid,
  .sp-about-story,
  .sp-about-mission__grid,
  .sp-about-industries { grid-template-columns: 1fr; }
  .sp-about-hero__grid { min-height: 0; padding-block: 50px 58px; gap: 42px; text-align: center; }
  .tsp-about-page .sp-about-hero h1 { font-size: clamp(34px, 10vw, 44px); line-height: 1.08; }
  .sp-about-hero__copy { margin-inline: auto; }
  .sp-about-hero__copy .sp-eyebrow { justify-content: center; }
  .sp-about-hero__actions { justify-content: center; }
  .sp-about-hero__actions .sp-button { width: 100%; }
  .sp-about-founder { width: min(100%, 430px); padding: 14px 14px 30px; }
  .sp-about-founder__accent { inset: 0 0 54px 34px; }
  .sp-about-proof__grid { grid-template-columns: 1fr; }
  .sp-about-proof__grid > div { padding: 22px 16px; }
  .sp-about-proof__grid > div + div { border-top: 1px solid var(--sp-line); border-left: 0; }
  .sp-about-story { gap: 22px; }
  .sp-about-pain-grid,
  .sp-about-value-grid { grid-template-columns: 1fr; }
  .sp-about-pain-grid { margin-top: 40px; }
  .sp-about-mission { padding: 58px 0; }
  .sp-about-industries { gap: 34px; }
  .sp-about-industry-links { gap: 9px; }
  .sp-about-industry-links a { min-height: 42px; padding: 8px 14px; font-size: 13px; }
}

@media (max-width: 380px) {
  .tsp-feature-page .sp-container { padding-inline: 12px; }
  .sp-card { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Homepage hero: approved split structure with the current Service Pilot brand. */
body.home .elementor-element-263e727,
body.home .elementor-element-978d1f1,
body.home .elementor-element-c89c2e7 {
  display: none !important;
}

.tsp-home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  background:
    radial-gradient(circle at 84% 20%, rgba(40, 114, 250, .16), transparent 34%),
    linear-gradient(135deg, #f9fbff 0%, #eef5ff 58%, #f8fbff 100%);
  color: var(--sp-ink);
  font-family: var(--sp-font-body);
}

.tsp-home-hero::before {
  position: absolute;
  z-index: -1;
  inset: auto auto -180px -160px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(0, 196, 65, .08);
  content: "";
  filter: blur(8px);
}

.entry-content.is-layout-constrained > .tsp-home-hero,
.tsp-home-hero {
  max-width: none !important;
  margin-inline: 0 !important;
}

.tsp-home-hero__inner {
  display: grid;
  width: min(calc(100% - 64px), 1480px);
  min-height: 675px;
  margin-inline: auto;
  padding-block: clamp(68px, 7vw, 108px);
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(50px, 6vw, 104px);
}

.tsp-home-hero__copy,
.tsp-home-hero__visual {
  min-width: 0;
}

.tsp-home-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.tsp-home-hero__eyebrow {
  margin: 0 0 18px;
  color: var(--sp-theme-blue);
  font-family: var(--sp-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tsp-home-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #0d1b2f;
  font-family: var(--sp-font-heading);
  font-size: clamp(43px, 4.25vw, 66px);
  font-weight: 700;
  letter-spacing: -.042em;
  line-height: 1.05;
  overflow-wrap: normal;
  text-wrap: balance;
}

.tsp-home-hero__lede {
  max-width: 620px;
  margin: 26px 0 0;
  color: #51657d;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.65;
}

.tsp-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.tsp-home-hero__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 13px 26px;
  font-family: var(--sp-font-heading);
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.tsp-home-hero__button:hover {
  transform: translateY(-2px);
}

.tsp-home-hero__button--primary {
  background: var(--sp-theme-blue);
  box-shadow: 0 12px 24px rgba(40, 114, 250, .22);
  color: #fff;
}

.tsp-home-hero__button--primary:hover {
  background: var(--sp-blue-hover);
  color: #fff;
}

.tsp-home-hero__button--secondary {
  border-color: #b9c9dc;
  background: rgba(255, 255, 255, .82);
  color: #192a3d;
}

.tsp-home-hero__button--secondary:hover {
  border-color: var(--sp-theme-blue);
  background: #fff;
  color: var(--sp-theme-blue);
}

.tsp-home-hero__trust {
  display: flex;
  margin: 22px 0 0;
  align-items: center;
  gap: 9px;
  color: #52657a;
  font-size: 14px;
  font-weight: 500;
}

.tsp-home-hero__trust span {
  display: inline-grid;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 196, 65, .12);
  color: #00a838;
  font-size: 13px;
  font-weight: 700;
  place-items: center;
}

.tsp-home-hero__visual {
  position: relative;
  z-index: 1;
}

.tsp-home-hero__glow {
  position: absolute;
  z-index: -1;
  inset: -14% -9%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40, 114, 250, .19), rgba(40, 114, 250, 0) 70%);
  filter: blur(12px);
}

.tsp-home-hero__browser {
  overflow: hidden;
  border: 1px solid rgba(112, 137, 166, .25);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(25, 42, 61, .19), 0 8px 20px rgba(25, 42, 61, .08);
  transform: perspective(1500px) rotateY(-2deg) rotateX(1deg);
  transform-origin: center right;
}

.tsp-home-hero__browser-bar {
  display: flex;
  height: 36px;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid #e8edf4;
  background: #f7f9fc;
}

.tsp-home-hero__browser-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b9c4d2;
}

.tsp-home-hero__browser-bar span:first-child { background: #ff736b; }
.tsp-home-hero__browser-bar span:nth-child(2) { background: #ffbf4e; }
.tsp-home-hero__browser-bar span:nth-child(3) { background: #38c976; }

.tsp-home-hero__browser-bar i {
  width: 46%;
  height: 12px;
  margin-inline: auto;
  border-radius: 999px;
  background: #e8edf4;
}

.tsp-home-hero__browser img {
  display: block;
  width: 100%;
  height: auto;
}

.tsp-home-hero__metric {
  position: absolute;
  right: -16px;
  bottom: -22px;
  display: grid;
  min-width: 150px;
  padding: 16px 20px;
  border: 1px solid rgba(112, 137, 166, .22);
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 34px rgba(25, 42, 61, .16);
}

.tsp-home-hero__metric strong {
  color: #00a838;
  font-family: var(--sp-font-heading);
  font-size: 25px;
  line-height: 1.1;
}

.tsp-home-hero__metric span {
  margin-top: 4px;
  color: #65778b;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .tsp-home-hero__inner {
    min-height: 610px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 42px;
  }
  .tsp-home-hero h1 { font-size: clamp(39px, 4.7vw, 52px); }
  .tsp-home-hero__metric { right: -10px; }
}

@media (max-width: 767px) {
  .tsp-home-hero__inner {
    width: 100%;
    min-height: 0;
    padding: 54px 16px 62px;
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .tsp-home-hero__copy {
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
    text-align: center;
  }
  .tsp-home-hero__eyebrow { margin-bottom: 14px; font-size: 11px; }
  .tsp-home-hero h1 {
    max-width: 540px;
    margin-inline: auto;
    font-size: clamp(34px, 10.3vw, 46px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }
  .tsp-home-hero__lede { margin-top: 20px; font-size: 16px; line-height: 1.6; }
  .tsp-home-hero__actions { width: 100%; margin-top: 27px; }
  .tsp-home-hero__button { width: 100%; max-width: none; }
  .tsp-home-hero__trust { justify-content: center; font-size: 13px; }
  .tsp-home-hero__visual { width: 100%; max-width: 640px; margin-inline: auto; }
  .tsp-home-hero__browser { border-radius: 10px; transform: none; }
  .tsp-home-hero__browser-bar { height: 28px; }
  .tsp-home-hero__metric { right: 8px; bottom: -20px; min-width: 126px; padding: 12px 15px; }
  .tsp-home-hero__metric strong { font-size: 21px; }
}

@media (max-width: 380px) {
  .tsp-home-hero__inner { padding-inline: 12px; }
  .tsp-home-hero h1 { font-size: 33px; }
  .tsp-home-hero__button { min-height: 52px; padding-inline: 18px; }
}
