/* ShopOps product (SaaS) landing — layered on public.css */

/* Video hero: reuse .pub-hero slideshow; tighten product copy on overlay */
.so-hero-video.pub-hero {
  min-height: min(90vh, 760px);
}
/* Portrait ShopOps logo reels — zoom out (full logo visible, letterboxed) */
.so-hero-video .pub-hero-slide--contain {
  background: #0f1412;
}
.so-hero-video .pub-hero-slide--contain video {
  object-fit: contain;
  object-position: center center;
  /* slight extra zoom-out so mark + slogan breathe */
  transform: scale(0.88);
  filter: none;
}
.so-hero-copy .pub-lead {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}
.so-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.85rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d7f0df;
  background: rgba(15, 20, 18, 0.55);
  border: 1px solid rgba(168, 212, 180, 0.35);
  backdrop-filter: blur(8px);
}
.so-hero-badge::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #5a9b6a;
  box-shadow: 0 0 0 3px rgba(90, 155, 106, 0.35);
}
.so-demo-hint-on-video {
  margin-top: 1.25rem;
  font-size: 0.88rem;
  color: rgba(243, 246, 244, 0.85);
}
.so-demo-hint-on-video code {
  background: rgba(0, 0, 0, 0.35);
  padding: 0.1em 0.35em;
  border-radius: 3px;
}
.so-demo-hint-on-video a {
  color: #a8d4b4;
}
.so-hero-fallback {
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, #0f1412 0%, #1a2420 45%, #24352c 100%);
}

.so-hero {
  background: linear-gradient(165deg, #0f1412 0%, #1a2420 45%, #24352c 100%);
  color: #f3f6f4;
  padding: 4.5rem 1.25rem 4rem;
}
.so-hero-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.so-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 600;
  color: #8fb89a;
  margin: 0 0 1rem;
}
.so-hero h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 1.25rem;
  letter-spacing: -0.02em;
}
.so-hero h1 em {
  font-style: normal;
  color: #a8d4b4;
}
.so-lead {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(243, 246, 244, 0.88);
  margin: 0 auto 1.75rem;
  max-width: 38rem;
}
.so-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.so-hero .pub-btn-solid {
  background: #5a9b6a;
  border-color: #5a9b6a;
  color: #fff;
}
.so-hero .pub-btn-solid:hover {
  background: #4a8558;
}
.so-hero .pub-btn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.so-hero .pub-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}
.so-demo-hint {
  font-size: 0.9rem;
  color: rgba(243, 246, 244, 0.7);
  margin: 0;
}
.so-demo-hint code {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.1em 0.35em;
  border-radius: 3px;
}

.so-section {
  padding: 3.5rem 1.25rem;
}
.so-section-alt {
  background: #f4f6f5;
}
.so-section-inner {
  max-width: 960px;
  margin: 0 auto;
}
.so-section h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}
.so-section-lead {
  color: var(--muted, #6b6b6b);
  margin: 0 0 2rem;
  max-width: 36rem;
}

.so-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}
.so-card {
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  padding: 1.35rem 1.25rem;
  box-shadow: 0 2px 12px rgba(26, 26, 26, 0.04);
  border-radius: 10px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.so-card-lift:hover,
.so-svc:hover,
.so-pain-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15, 20, 18, 0.08);
  border-color: rgba(90, 155, 106, 0.35);
}
.so-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}
.so-card p {
  margin: 0;
  color: var(--muted, #6b6b6b);
  font-size: 0.95rem;
}

/* Why shops switch */
.so-pain-grid {
  gap: 1.15rem;
}
.so-pain-card {
  border-top: 3px solid #5a9b6a;
}
.so-pain-before {
  margin: 0 0 0.55rem !important;
  font-size: 0.78rem !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a5a5a !important;
  line-height: 1.35;
}
.so-pain-card h3 {
  color: #1a2420;
}

.so-modules {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.75rem 1.5rem;
}
.so-modules li {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  font-size: 0.98rem;
}
.so-modules strong {
  display: block;
  margin-bottom: 0.15rem;
}

.so-how {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 720px) {
  .so-how { grid-template-columns: 1fr; }
}
.so-steps {
  margin: 1.25rem 0 0;
  padding-left: 1.25rem;
  line-height: 1.55;
}
.so-steps li { margin-bottom: 0.85rem; }
.so-aside {
  background: #0f1412;
  color: #f3f6f4;
  padding: 1.5rem;
}
.so-aside h3 { margin: 0 0 0.75rem; }
.so-aside-copy {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(243, 246, 244, 0.85);
}
.so-aside .pub-btn-solid {
  margin-top: 0.25rem;
  display: inline-block;
  background: #5a9b6a;
  border-color: #5a9b6a;
  color: #fff;
}
.so-aside-link {
  margin: 0.85rem 0 0;
  font-size: 0.9rem;
}
.so-aside-link a {
  color: #a8d4b4;
}
.so-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.so-table td {
  padding: 0.35rem 0.4rem 0.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.so-table code {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.1em 0.3em;
  border-radius: 3px;
}

.so-price-grid .so-price-amount {
  font-size: 1.65rem;
  font-weight: 700;
  margin: 0.35rem 0 0.75rem;
  letter-spacing: -0.02em;
}
.so-price-amount {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
  color: #1a2420;
}
.so-price-amount span {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted, #6b6b6b);
}
.so-price-amount--sm {
  font-size: 1.55rem;
}
.so-price-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 600;
  color: #5a7d5c;
  margin: 0 0 0.5rem;
}
.so-price-featured {
  border-color: #5a9b6a;
  box-shadow: 0 8px 28px rgba(90, 155, 106, 0.15);
}

/* Three update/support paths + product includes */
.so-price-setup-note {
  margin: 0 0 1.25rem;
  padding: 0.9rem 1.1rem;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 10px;
  font-size: 0.92rem;
  color: #1a2420;
  line-height: 1.5;
  max-width: 52rem;
}
.so-price-setup-note strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #3d6b4a;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.so-price-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.25rem;
  align-items: stretch;
}
@media (max-width: 900px) {
  .so-price-paths { grid-template-columns: 1fr; }
}
.so-price-path {
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 12px;
  padding: 1.25rem 1.15rem 1.35rem;
  box-shadow: 0 2px 12px rgba(26, 26, 26, 0.04);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.so-price-path--featured {
  border-color: #5a9b6a;
  box-shadow: 0 10px 32px rgba(90, 155, 106, 0.16);
  background: linear-gradient(180deg, #f7fbf8 0%, #fff 40%);
}
.so-price-path h3 {
  margin: 0 0 0.25rem;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
.so-price-path-tag {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #3d6b4a;
  min-height: 1.35em;
}
.so-price-path .so-price-amount {
  margin: 0 0 0.25rem;
}
.so-price-path .so-price-invest-meta {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  line-height: 1.4;
  color: var(--muted, #6b6b6b);
  /* Keep checklist tops aligned across 3 cards */
  min-height: 2.8em;
}
.so-price-path .so-price-check {
  margin-top: auto;
}
/* Ghost is white-on-dark; on light pricing use outline */
.so-price-invest-cta .pub-btn-ghost {
  background: transparent;
  color: #1a2420;
  border-color: rgba(26, 26, 26, 0.28);
}
.so-price-invest-cta .pub-btn-ghost:hover {
  background: #1a2420;
  color: #fff;
  border-color: #1a2420;
}
.so-price-invest-meta {
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--muted, #6b6b6b);
}
.so-price-invest-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.15rem 0 0.65rem;
}
.so-price-invest-cta--center {
  justify-content: center;
}
.so-price-contact {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted, #6b6b6b);
}
.so-price-contact a {
  color: #3d6b4a;
  font-weight: 600;
}
.so-price-contact--center {
  text-align: center;
}
.so-price-includes {
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 12px;
  padding: 1.35rem 1.25rem 1.4rem;
  box-shadow: 0 2px 12px rgba(26, 26, 26, 0.04);
}
.so-price-includes--wide {
  margin-top: 0.25rem;
}
.so-price-includes h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}
.so-price-includes-lead {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: var(--muted, #6b6b6b);
}
.so-price-check {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.so-price-check--cols {
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1.25rem;
}
@media (max-width: 640px) {
  .so-price-check--cols { grid-template-columns: 1fr; }
}
.so-price-check li {
  position: relative;
  padding-left: 1.55rem;
  font-size: 0.92rem;
  line-height: 1.4;
  color: #1a2420;
}
.so-price-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #5a9b6a;
}
.so-price-print {
  margin: 1.25rem 0 0;
  font-size: 0.95rem;
  color: var(--muted, #6b6b6b);
}
.so-price-print a {
  color: #3d6b4a;
  font-weight: 600;
  text-decoration: none;
}
.so-price-print a:hover {
  text-decoration: underline;
}
.so-fineprint {
  margin: 1.75rem 0 0;
  font-size: 0.9rem;
  color: var(--muted, #6b6b6b);
}

.so-cta-band {
  background: linear-gradient(165deg, #1a2420 0%, #24352c 100%);
  color: #f3f6f4;
}
.so-cta-band h2 {
  color: #fff;
  margin-bottom: 0.75rem;
}
.so-cta-band p {
  color: rgba(243, 246, 244, 0.85);
  margin: 0 0 1.5rem;
}
.so-cta-band a { color: #a8d4b4; }
.so-cta-band-inner { text-align: center; }
.so-cta-band .pub-btn-solid {
  background: #5a9b6a;
  border-color: #5a9b6a;
  color: #fff;
}
.so-cta-band .pub-btn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

/* Trust strip under hero */
.so-trust {
  background: #0f1412;
  color: rgba(243, 246, 244, 0.88);
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.so-trust-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}
.so-trust-label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8fb89a;
}
.so-trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  font-size: 0.9rem;
}
.so-trust-list li {
  position: relative;
  padding-left: 0.9rem;
}
.so-trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #5a9b6a;
}

/* Brand pack showcase — dark full-bleed */
.so-brand-banner {
  position: relative;
  background: #0f1412;
  color: #f3f6f4;
  padding: 0 0 3.5rem;
  overflow: hidden;
}
.so-brand-banner-media {
  width: 100%;
  max-height: 220px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.so-brand-banner-media img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center center;
}
.so-brand-show-inner {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  gap: 2rem 2.75rem;
  align-items: center;
}
.so-brand-show-inner--split {
  padding-top: 2.5rem;
}
@media (max-width: 800px) {
  .so-brand-show-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .so-brand-show-copy .so-section-lead {
    margin-left: auto;
    margin-right: auto;
  }
  .so-brand-video-card {
    max-width: 320px;
    margin: 0 auto;
  }
  .so-brand-cta-row {
    justify-content: center;
  }
  .so-brand-banner-media img {
    height: 160px;
  }
}
.so-brand-video-card {
  background: #0f1412;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  aspect-ratio: 3 / 2;
  max-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.so-brand-video-card--photo {
  aspect-ratio: 3 / 2;
  max-height: 320px;
}
.so-brand-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: #0f1412;
}
.so-brand-full,
.so-brand-card-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.so-eyebrow-dark {
  color: #5a7d5c;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}
.so-eyebrow-on-dark {
  color: #8fb89a;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}
.so-brand-show-copy h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.02em;
  color: #fff;
}
.so-section-lead-on-dark {
  color: rgba(243, 246, 244, 0.78) !important;
}
.so-brand-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
.so-brand-banner .pub-btn-solid {
  background: #5a9b6a;
  border-color: #5a9b6a;
  color: #fff;
}
.so-btn-ghost-on-dark {
  border-color: rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
}
.so-btn-ghost-on-dark:hover {
  background: rgba(255, 255, 255, 0.08) !important;
}
.so-card-link {
  margin-top: 0.6rem !important;
}
.so-section-lead-tight {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}
.pub-footer-logo {
  display: block;
  height: 3.5rem;
  width: auto;
  max-width: 10rem;
  margin-bottom: 0.65rem;
  object-fit: contain;
}
.pub-footer-grid--product {
  align-items: start;
}

/* Roadmap cards */
.so-roadmap-now {
  border-color: #5a9b6a;
  box-shadow: 0 8px 28px rgba(90, 155, 106, 0.12);
}
.so-roadmap-grid .so-price-label {
  margin-bottom: 0.35rem;
}

/* People / paperless HR */
.so-people {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr;
  gap: 2rem 2.5rem;
  align-items: start;
}
@media (max-width: 800px) {
  .so-people { grid-template-columns: 1fr; }
}
.so-people-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.so-people-list li {
  padding: 0.9rem 1rem;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-left: 3px solid #5a9b6a;
}
.so-people-list strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.so-people-list span {
  display: block;
  font-size: 0.92rem;
  color: var(--muted, #6b6b6b);
  line-height: 1.45;
}
.so-people-card {
  background: #0f1412;
  color: #f3f6f4;
  padding: 1.5rem 1.35rem;
  border-radius: 4px;
}
.so-people-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8fb89a;
}
.so-people-card h3 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
.so-people-steps {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
  line-height: 1.55;
  color: rgba(243, 246, 244, 0.88);
}
.so-people-steps li { margin-bottom: 0.45rem; }
.so-people-card .pub-btn-solid {
  background: #5a9b6a;
  border-color: #5a9b6a;
  color: #fff;
  display: inline-block;
}

/* Pilot inquiry form */
.so-pilot-home {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 2.25rem;
  align-items: start;
}
@media (max-width: 800px) {
  .so-pilot-home { grid-template-columns: 1fr; }
}
.so-pilot-bullets {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: var(--muted, #6b6b6b);
  line-height: 1.55;
}
.so-pilot-bullets li { margin-bottom: 0.4rem; }
.so-pilot-home-form {
  min-width: 0;
  padding: 1.35rem 1.25rem 1.5rem;
}
.so-pilot-form .so-pilot-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1rem;
  margin-bottom: 1rem;
}
.so-pilot-form .so-pilot-fields > .pub-field {
  min-width: 0; /* prevent grid blowout / truncated placeholders */
}
.so-pilot-form .so-pilot-message {
  grid-column: 1 / -1;
}
@media (max-width: 560px) {
  .so-pilot-form .so-pilot-fields { grid-template-columns: 1fr; }
}
.so-pilot-form .pub-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.so-pilot-form .pub-field input,
.so-pilot-form .pub-field select,
.so-pilot-form .pub-field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(26, 26, 26, 0.15);
  border-radius: 6px;
  font: inherit;
  background: #fff;
}
.so-pilot-form .pub-btn-solid {
  background: #5a9b6a;
  border-color: #5a9b6a;
  color: #fff;
  width: 100%;
  justify-content: center;
}
.so-pilot-fine {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  color: var(--muted, #6b6b6b);
}
.so-pilot-page-inner {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 400px);
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 800px) {
  .so-pilot-page-inner { grid-template-columns: 1fr; }
}
.so-pilot-page h1 {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}
.so-pilot-page-form {
  padding: 1.5rem 1.35rem;
}
.so-pilot-page-form h2 {
  margin: 0 0 1rem;
  font-size: 1.15rem;
}
.so-pilot-alt {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
  margin-top: 1.5rem;
}

/* Services grid */
.so-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.so-svc {
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  padding: 1.25rem 1.15rem 1.35rem;
  box-shadow: 0 2px 12px rgba(26, 26, 26, 0.04);
  border-top: 3px solid #5a9b6a;
  border-radius: 10px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.so-svc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.85rem;
  height: 1.85rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #3d6b4a;
  background: rgba(90, 155, 106, 0.12);
  margin-bottom: 0.65rem;
}
.so-svc h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}
.so-svc p {
  margin: 0;
  color: var(--muted, #6b6b6b);
  font-size: 0.92rem;
  line-height: 1.5;
}

/* Workflow strip — primary product story */
.so-flow {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.65rem;
}
.so-flow li {
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 12px;
  padding: 1rem 0.7rem 0.95rem;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 12px rgba(26, 26, 26, 0.04);
}
.so-flow-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  margin: 0 auto 0.55rem;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(145deg, #5a9b6a, #3d6b4a);
  box-shadow: 0 4px 12px rgba(90, 155, 106, 0.28);
}
.so-flow strong {
  display: block;
  font-size: 0.98rem;
  margin-bottom: 0.3rem;
  color: #1a2420;
}
.so-flow span:not(.so-flow-num) {
  display: block;
  font-size: 0.78rem;
  color: var(--muted, #6b6b6b);
  line-height: 1.35;
}
/* Connectors between steps on wide screens */
@media (min-width: 901px) {
  .so-flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 1.7rem;
    right: -0.45rem;
    width: 0.55rem;
    height: 2px;
    background: rgba(90, 155, 106, 0.45);
    z-index: 1;
  }
}
@media (max-width: 900px) {
  .so-flow {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 520px) {
  .so-flow {
    grid-template-columns: repeat(2, 1fr);
  }
}

.so-section-alt .so-card a {
  color: #3d6b4a;
  font-weight: 600;
  text-decoration: none;
}
.so-section-alt .so-card a:hover {
  text-decoration: underline;
}

/* Sticky demo CTA: mobile only (do not force on desktop — it covers pricing CTAs) */
body.public-body:has(.so-hero-video) .pub-mobile-cta {
  display: none;
}
@media (max-width: 768px) {
  body.public-body:has(.so-hero-video) .pub-mobile-cta {
    display: block;
  }
  body.public-body:has(.so-hero-video) {
    padding-bottom: 4.5rem;
  }
}
body.public-body:has(.so-hero) .pub-footer-domain a {
  color: inherit;
}

/* Homepage: no top-left logo (hero + brand section carry the mark) */
body.public-body:has(.so-hero-video) .pub-brand--header {
  display: none;
}
