/* Production additions: logos, screenshots, proof, forms, breadcrumbs */

.customer-logos {
  background: #fff;
  border-block: 1px solid var(--line);
  padding: 1.75rem 0;
}
.customer-logos-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.customer-logos p {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  width: 100%;
}
.customer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #f8fafc);
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--slate);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.brand-line {
  margin-top: 1.1rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: #93c5fd;
  letter-spacing: -0.01em;
}

.brand-position {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
.brand-position .section-head {
  max-width: 52rem;
  margin-bottom: 0;
}
.brand-position .section-head .h2 {
  max-width: none;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
}

/* ===== Clientele (improved vs live empfly.com) ===== */
.clientele {
  padding: 2.25rem 0 2rem;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(26, 95, 219, 0.06), transparent 60%),
    #fff;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}
.clientele-head {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 1.35rem;
}
.clientele-title {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0 0 1rem;
}
.clientele-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}
.clientele-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #334155;
  background: #f1f5f9;
  border: 1px solid rgba(148, 163, 184, 0.35);
}
.clientele-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.clientele-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  padding: 0.35rem 1.25rem 0.75rem;
  animation: clientele-scroll 42s linear infinite;
}
.clientele-marquee:hover .clientele-track {
  animation-play-state: paused;
}
@keyframes clientele-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.client-card {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 168px;
  height: 96px;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.client-card:hover {
  transform: translateY(-3px);
  border-color: rgba(26, 95, 219, 0.28);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}
.client-card img {
  max-width: 100%;
  max-height: 68px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.client-card--cars24 {
  background: #5b2c8a;
  border-color: rgba(91, 44, 138, 0.5);
}
.client-card--cars24:hover {
  border-color: rgba(147, 51, 234, 0.55);
}
.client-card--mahindra,
.client-card--dark {
  background: #0a0a0a;
  border-color: rgba(15, 15, 15, 0.8);
}
.client-card--mahindra:hover,
.client-card--dark:hover {
  border-color: rgba(196, 30, 58, 0.55);
}
.client-card--nirmaya {
  background: #1b4d3e;
  border-color: rgba(27, 77, 62, 0.85);
}
.client-card--nirmaya:hover {
  border-color: rgba(212, 175, 55, 0.55);
}
.client-card--exicom {
  background: #0b1220;
  border-color: rgba(15, 23, 42, 0.85);
}
.client-card--exicom:hover {
  border-color: rgba(34, 197, 94, 0.45);
}
.client-card--novasys {
  background: #111;
  border-color: rgba(20, 20, 20, 0.9);
}
.client-card--novasys:hover {
  border-color: rgba(132, 204, 22, 0.5);
}
.client-card--word span {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1e293b;
  text-align: center;
  line-height: 1.25;
}
@media (prefers-reduced-motion: reduce) {
  .clientele-track { animation: none; flex-wrap: wrap; width: 100%; justify-content: center; }
  .clientele-marquee { mask-image: none; -webkit-mask-image: none; overflow: visible; }
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.problem-card {
  padding: 1.6rem 1.35rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
}
.problem-card h3 { margin-bottom: 0.5rem; text-align: center; }
.problem-card p { color: var(--muted); font-size: 0.94rem; text-align: left; }

.shot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.shot-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.shot-card figcaption {
  padding: 0.9rem 1rem 1.1rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--slate);
}
.ui-frame {
  background: linear-gradient(160deg, #0b1a36, #12284f 55%, #0d2040);
  padding: 1rem;
  min-height: 220px;
  position: relative;
}
.ui-frame.light {
  background: linear-gradient(180deg, #eef3fb, #f8fafc);
}
.ui-chrome {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}
.ui-chrome i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
}
.ui-frame.light .ui-chrome i { background: #cbd5e1; }
.ui-phone {
  width: min(180px, 100%);
  margin: 0 auto;
  border-radius: 22px;
  border: 2px solid rgba(255,255,255,0.2);
  background: #07111f;
  padding: 0.55rem;
  min-height: 250px;
}
.ui-phone-bar {
  height: 10px;
  width: 42%;
  margin: 0.2rem auto 0.7rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.15);
}
.ui-row {
  height: 10px;
  border-radius: 6px;
  background: rgba(147,197,253,0.35);
  margin-bottom: 0.45rem;
}
.ui-row.short { width: 55%; }
.ui-row.mid { width: 78%; }
.ui-block {
  height: 54px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 0.5rem;
}
.ui-map {
  height: 120px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 40%, rgba(34,197,94,0.55), transparent 8%),
    radial-gradient(circle at 62% 55%, rgba(59,130,246,0.7), transparent 7%),
    radial-gradient(circle at 48% 28%, rgba(250,204,21,0.55), transparent 6%),
    linear-gradient(135deg, #16325c, #0f2344);
  position: relative;
  overflow: hidden;
}
.ui-map::after {
  content: "";
  position: absolute;
  inset: 20% 15%;
  border: 1.5px dashed rgba(147,197,253,0.45);
  border-radius: 40% 60% 50% 50%;
}
.ui-table {
  display: grid;
  gap: 0.4rem;
}
.ui-table .tr {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.6fr;
  gap: 0.4rem;
}
.ui-table .td {
  height: 22px;
  border-radius: 6px;
  background: rgba(255,255,255,0.1);
}
.ui-frame.light .ui-table .td { background: #dbe4f0; }
.ui-frame.light .ui-block {
  background: #fff;
  border-color: #d7e0ec;
  box-shadow: 0 4px 14px rgba(15,23,42,0.06);
}
.ui-pill {
  display: inline-flex;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  background: rgba(18,160,102,0.2);
  color: #86efac;
}
.ui-frame.light .ui-pill { background: #dcfce7; color: #166534; }
.ui-kpi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin-bottom: 0.7rem;
}
.ui-kpi b {
  display: block;
  background: rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 0.55rem 0.4rem;
  text-align: center;
  color: #bfdbfe;
  font-size: 0.78rem;
  font-family: var(--font-display);
}
.ui-frame.light .ui-kpi b {
  background: #fff;
  color: var(--blue);
  border: 1px solid #e2e8f0;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.case-card {
  padding: 1.7rem 1.4rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.case-card .industry-tag {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.case-card h3 { font-size: 1.15rem; }
.case-card p { color: var(--muted); font-size: 0.92rem; }
.case-card .result {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--green);
}
.case-meta {
  font-size: 0.8rem;
  color: var(--muted);
}
.case-card .link { margin-top: auto; font-weight: 700; color: var(--blue); font-size: 0.9rem; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
}
.breadcrumbs a { color: var(--blue); font-weight: 600; }
.breadcrumbs span { opacity: 0.5; }

.page-sections .section-block { margin-bottom: 2.75rem; }
.feature-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.feature-group {
  padding: 1.4rem 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
}
.feature-group-wide {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 55%, #f3f8ff 100%);
  border-color: rgba(37, 99, 235, 0.22);
}
.feature-group h3 { margin-bottom: 0.65rem; }
.feature-group ul { display: grid; gap: 0.4rem; }
.feature-group-wide ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1.25rem;
}
.feature-group li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.92rem;
}
.feature-group li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
  font-size: 0.8rem;
}

.ocr-demo {
  margin: 0 auto;
  max-width: 880px;
}
.ocr-demo figcaption {
  margin-top: 0.9rem;
  text-align: center;
  font-size: 0.92rem;
  color: var(--muted);
}
.ocr-demo-frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #e8eef7 0%, #dbe4f0 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
}
.ocr-demo-video {
  display: block;
  width: 100%;
  max-height: min(52vh, 440px);
  height: auto;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center center;
  background: transparent;
}
.ocr-demo-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
  padding: 0.65rem 0.75rem;
  background: rgba(15, 23, 42, 0.92);
  color: #e2e8f0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 720px) {
  .feature-group-wide ul { grid-template-columns: 1fr; }
  .ocr-demo { max-width: 100%; }
  .ocr-demo-video { max-height: min(42vh, 320px); }
  .ocr-demo-steps { grid-template-columns: repeat(2, 1fr); font-size: 0.68rem; }
}

.persona-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.persona-row-6 {
  grid-template-columns: repeat(3, 1fr);
}
.persona {
  padding: 1.25rem;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
}
.persona strong { display: block; margin-bottom: 0.35rem; }
.persona p { font-size: 0.9rem; color: var(--muted); }

.ucl-evidence {
  margin: 0 auto;
  max-width: min(920px, 100%);
}
.ucl-dash-img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  background: #f8fafc;
  max-height: min(52vh, 480px);
  object-fit: contain;
  object-position: top center;
}
.ucl-dash-img.te-dash {
  max-height: none;
  object-fit: contain;
  background: #fff;
}
.ucl-dash-img.crm-dash {
  max-height: min(52vh, 440px);
  object-fit: contain;
  object-position: top center;
  background: #fff;
}
.ucl-evidence figcaption {
  margin-top: 0.9rem;
  text-align: center;
  font-size: 0.92rem;
  color: var(--muted);
}
@media (max-width: 720px) {
  .ucl-evidence { max-width: 100%; }
  .ucl-dash-img.crm-dash { max-height: min(42vh, 320px); }
}

.hero-photo {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #0b1220;
  box-shadow: 0 24px 60px rgba(5, 11, 24, 0.28);
}
.hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}
.hero-photo-cap {
  margin: 0;
  padding: 0.65rem 0.85rem;
  font-size: 0.78rem;
  color: rgba(226, 232, 240, 0.78);
  background: rgba(5, 11, 24, 0.72);
  text-align: center;
}

.trust-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.1rem 0 0.35rem;
}
.trust-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ecfdf5;
  background: rgba(16, 185, 129, 0.18);
  border: 1px solid rgba(52, 211, 153, 0.45);
}
.site-header.scrolled ~ main .trust-badge,
.page-sections .trust-badge {
  color: #065f46;
  background: #ecfdf5;
  border-color: #a7f3d0;
}
.page-hero .trust-badge {
  color: #ecfdf5;
  background: rgba(16, 185, 129, 0.2);
  border-color: rgba(110, 231, 183, 0.5);
}
.hl-term {
  color: #93c5fd;
  font-weight: 700;
}
.page-sections .hl-term {
  color: var(--blue);
}

.cs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.cs-card {
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
.cs-tag {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue);
}
.cs-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.65rem;
}
.cs-card p {
  font-size: 0.92rem;
  color: var(--muted);
  margin: 0 0 0.55rem;
}
.cs-stack {
  margin-top: 0.75rem !important;
  font-size: 0.8rem !important;
  color: var(--slate) !important;
  font-weight: 600;
}
@media (max-width: 720px) {
  .cs-grid { grid-template-columns: 1fr; }
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}
.related-grid a {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 600;
  font-size: 0.92rem;
  transition: 0.2s ease;
}
.related-grid a:hover { border-color: rgba(26,95,219,0.35); color: var(--blue); }

.security-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.security-item {
  padding: 1.35rem 1.25rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
}
.security-item h3 { margin-bottom: 0.45rem; font-size: 1.05rem; }
.security-item p { color: var(--muted); font-size: 0.92rem; }

.platform-content {
  padding-top: 3.75rem;
  padding-bottom: 1rem;
}
.platform-intro {
  max-width: 52rem;
  margin: 0 auto 2rem;
  text-align: center;
}
.platform-intro .kicker {
  justify-content: center;
}
.platform-intro .h2,
.platform-intro .lede {
  margin-inline: auto;
  text-align: center;
}
.platform-content > .container > .kicker {
  justify-content: center;
  text-align: center;
}
.platform-content > .container > .h-display.h2 {
  text-align: center;
  margin-inline: auto;
  max-width: min(52rem, 100%);
}
.plat-layer,
.usecase-card {
  text-align: center;
}
.plat-layer h3,
.usecase-card h3,
.usecase-card .uc-tag {
  text-align: center;
}
.usecase-card p,
.plat-layer p {
  text-align: left;
}
.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}
.usecase-card {
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}
.usecase-card .uc-tag {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue);
}
.usecase-card h3 {
  font-family: var(--font-display);
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.55rem;
}
.usecase-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.mobile-app-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 1.75rem 0 1.25rem;
  align-items: start;
}
.mobile-app-card {
  margin: 0;
  text-align: center;
}
.mobile-app-frame {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0b1220;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  aspect-ratio: 9 / 19;
  max-height: 520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-app-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  background: #f8fafc;
}
.mobile-app-card figcaption {
  margin-top: 0.85rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}

/* Integrations page: single-line logo strip */
.integration-logo-strip {
  position: relative;
  overflow: hidden;
  margin: 0 0 0.35rem;
  padding: 0.35rem 0 0.55rem;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.integration-logo-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.85rem;
  width: max-content;
  animation: integration-logo-scroll 38s linear infinite;
}
.integration-logo-strip:hover .integration-logo-track {
  animation-play-state: paused;
}
@keyframes integration-logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.integration-logo-card {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  min-width: 158px;
  height: 78px;
  padding: 0.85rem 1.1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.integration-logo-card:hover {
  transform: translateY(-2px);
  border-color: rgba(26, 95, 219, 0.3);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}
.integration-logo-card img {
  display: block;
  max-width: 148px;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (prefers-reduced-motion: reduce) {
  .integration-logo-track {
    animation: none;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0.35rem;
    -webkit-overflow-scrolling: touch;
  }
  .integration-logo-strip {
    mask-image: none;
    -webkit-mask-image: none;
    overflow-x: auto;
  }
  .integration-logo-card[aria-hidden="true"] { display: none; }
}

.integration-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 1.75rem;
}
.integration-card-detail {
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, #f8fbff, #fff);
}
.integration-card-detail h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}
.integration-card-detail p {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.92rem;
}
.integration-card-detail ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.9rem;
  display: grid;
  gap: 0.35rem;
}

@media (max-width: 900px) {
  .usecase-grid,
  .integration-showcase { grid-template-columns: 1fr; }
  .mobile-app-showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .mobile-app-frame { max-height: 420px; }
  .mobile-app-card figcaption { font-size: 0.82rem; }
}
@media (max-width: 640px) {
  .mobile-app-showcase { grid-template-columns: 1fr; max-width: 300px; margin-left: auto; margin-right: auto; }
  .mobile-app-frame { max-height: 520px; max-width: 280px; }
}

/* Industry pages */
.industry-hero-media {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
  background: #0b1220;
}
.industry-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(52vh, 420px);
  object-fit: cover;
  object-position: center;
}
.industry-scenes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 0.5rem;
}
.industry-scene {
  margin: 0;
}
.industry-scene img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #0b1220;
}
.industry-scene figcaption {
  margin-top: 0.65rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.industry-insight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 0.25rem;
}
.industry-insight-card {
  padding: 1.25rem 1.15rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, #f8fbff, #fff);
}
.industry-insight-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  color: var(--blue);
  margin-bottom: 0.35rem;
}
.industry-insight-card span {
  display: block;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.45;
}
.industry-content {
  padding-top: 2.75rem;
}

/* Pharma - connected sales productivity flow */
.productivity-band {
  padding: 3.25rem 0 3.5rem;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(26, 95, 219, 0.14), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 100%, rgba(14, 165, 233, 0.1), transparent 50%),
    linear-gradient(180deg, #07111f 0%, #0a1628 55%, #0c1830 100%);
  border-block: 1px solid rgba(148, 163, 184, 0.12);
}
main .section.productivity-band .kicker,
.productivity-band .kicker {
  color: #93c5fd;
}
.productivity-band .kicker::before {
  background: #60a5fa;
}
main .section.productivity-band .h-display,
main .section.productivity-band .h-display.h2,
.productivity-band .h-display {
  color: #ffffff !important;
}
main .section.productivity-band .lede,
.productivity-band .lede {
  color: rgba(226, 232, 240, 0.86);
  max-width: 46rem;
}
.productivity-intro {
  max-width: 48rem;
}
.productivity-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0.65rem;
  align-items: stretch;
}
.productivity-step {
  position: relative;
  margin: 0;
  padding: 1.35rem 1.2rem 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}
.productivity-step:hover {
  border-color: rgba(96, 165, 250, 0.45);
  transform: translateY(-3px);
  background:
    linear-gradient(165deg, rgba(59, 130, 246, 0.14), rgba(255, 255, 255, 0.04));
}
.productivity-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}
.productivity-num {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #93c5fd;
}
.productivity-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.95);
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.35);
}
.productivity-step h3 {
  font-family: var(--font-display);
  font-size: 1.12rem;
  letter-spacing: -0.02em;
  color: #f8fafc;
  margin: 0 0 0.65rem;
}
.productivity-step > p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(203, 213, 225, 0.88);
  flex: 1;
}
.productivity-outcome {
  margin-top: 1rem !important;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  font-size: 0.84rem !important;
  line-height: 1.45 !important;
  color: rgba(186, 230, 253, 0.92) !important;
}
.productivity-outcome strong {
  color: #e0f2fe;
  font-weight: 600;
}
.productivity-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  align-self: center;
}
.productivity-connector span {
  display: block;
  width: 1.35rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(96, 165, 250, 0.25), #60a5fa, rgba(96, 165, 250, 0.25));
  position: relative;
  border-radius: 2px;
}
.productivity-connector span::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #60a5fa;
  border-top: 2px solid #60a5fa;
  transform: translateY(-50%) rotate(45deg);
}
.productivity-bridge {
  margin: 1.85rem 0 0;
  max-width: 52rem;
  font-family: var(--font-display);
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.5;
  color: #e2e8f0;
  padding: 1.1rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(96, 165, 250, 0.28);
  background: linear-gradient(135deg, rgba(26, 95, 219, 0.22), rgba(14, 165, 233, 0.08));
}
@media (max-width: 1100px) {
  .productivity-flow {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }
  .productivity-connector {
    padding: 0.15rem 0;
  }
  .productivity-connector span {
    width: 2px;
    height: 1.1rem;
    background: linear-gradient(180deg, rgba(96, 165, 250, 0.25), #60a5fa, rgba(96, 165, 250, 0.25));
  }
  .productivity-connector span::after {
    right: 50%;
    top: auto;
    bottom: -1px;
    transform: translateX(50%) rotate(135deg);
  }
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}
.capability-card {
  padding: 1.45rem 1.35rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, #f8fbff, #fff);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}
.capability-card .cap-tag {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue);
}
.capability-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.65rem;
}
.capability-card p {
  margin: 0 0 0.85rem;
  font-size: 0.94rem;
  color: var(--muted);
  line-height: 1.55;
}
.capability-card ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.9rem;
}
@media (max-width: 800px) {
  .capability-grid { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
  .industry-scenes,
  .industry-insight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .industry-scenes,
  .industry-insight-grid { grid-template-columns: 1fr; }
  .industry-hero-media img { max-height: 280px; }
}

.form-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 1rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-group { display: grid; gap: 0.35rem; }
.form-group label { font-size: 0.88rem; font-weight: 600; }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  font: inherit;
  background: #fff;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: 2px solid rgba(26,95,219,0.25);
  border-color: var(--blue);
}
.form-group input.is-invalid,
.form-group select.is-invalid,
.form-group textarea.is-invalid {
  border-color: #dc2626;
}
.field-error {
  color: #dc2626;
  font-size: 0.78rem;
  min-height: 1em;
}
.form-consent {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.88rem;
  color: var(--muted);
}
.form-consent input { margin-top: 0.25rem; }
.form-note { font-size: 0.85rem; color: var(--muted); text-align: center; }
.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.form-success-banner {
  display: none;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  font-weight: 600;
}
.form-success-banner.show { display: block; }

/* ===== Unified operations command dashboard ===== */
.ops-command {
  margin: 0 auto;
  max-width: min(920px, 100%);
}
.ops-command figcaption {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.92rem;
  color: var(--muted);
}
.ops-shell {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(165deg, #07111f, #0f1f3a 55%, #12284f);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 30px 80px rgba(5, 11, 24, 0.28);
  color: #e2e8f0;
}
.ops-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ops-top-title {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.ops-top-meta {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  color: rgba(226, 232, 240, 0.7);
}
.ops-top-meta .pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
  animation: ops-pulse 1.8s ease-out infinite;
}
@keyframes ops-pulse {
  70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
.ops-body {
  display: grid;
  grid-template-columns: 132px 1fr;
  min-height: 560px;
  position: relative;
}
.ops-nav {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 0.55rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
  font-size: 0.72rem;
}
.ops-nav span {
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  color: rgba(226, 232, 240, 0.55);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ops-nav span.active {
  background: rgba(59, 130, 246, 0.22);
  color: #fff;
  font-weight: 600;
}
.ops-main {
  padding: 0.9rem;
  overflow: hidden;
}
.ops-kpis {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}
.ops-kpi {
  padding: 0.65rem 0.55rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}
.ops-kpi.risk {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.25);
}
.ops-kpi b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.1;
}
.ops-kpi small {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.65rem;
  color: rgba(226, 232, 240, 0.55);
}
.ops-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.05fr 0.9fr;
  grid-template-rows: auto auto auto;
  gap: 0.65rem;
  padding-right: 10rem;
}
.ops-map { grid-row: 1 / 3; grid-column: 1; }
.ops-ai { grid-row: 1 / 3; grid-column: 2; }
.ops-stack {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  grid-row: 1 / 3;
  grid-column: 3;
}
.ops-crm { grid-row: 3; grid-column: 1; }
.ops-vision { grid-row: 3; grid-column: 2; }
.ops-panel {
  padding: 0.7rem 0.75rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  min-height: 0;
}
.ops-panel header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}
.ops-panel header strong {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff;
}
.ops-panel header em {
  font-style: normal;
  font-size: 0.65rem;
  color: rgba(148, 163, 184, 0.85);
  white-space: nowrap;
}
.ops-subhead {
  margin: 0.65rem 0 0.4rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #93c5fd;
}
.ops-mini-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.ops-mini-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.45rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
  font-size: 0.7rem;
}
.ops-mini-list strong {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.25;
}
.ops-map-visual {
  position: relative;
  height: 120px;
  margin-bottom: 0.55rem;
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 40%, rgba(59, 130, 246, 0.35), transparent 40%),
    radial-gradient(circle at 70% 55%, rgba(34, 197, 94, 0.25), transparent 35%),
    linear-gradient(145deg, #0b1a36, #16325c);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.ops-map-visual .pin {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #60a5fa;
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.25);
}
.ops-map-visual .pin.a { top: 28%; left: 32%; }
.ops-map-visual .pin.b { top: 52%; left: 62%; background: #f87171; box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.25); }
.ops-map-visual .pin.c { top: 64%; left: 44%; background: #4ade80; box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.25); }
.ops-map-label {
  position: absolute;
  left: 0.65rem;
  bottom: 0.55rem;
  font-size: 0.65rem;
  color: rgba(226, 232, 240, 0.75);
}
.ops-phone {
  position: absolute;
  right: 1.1rem;
  bottom: 1rem;
  width: 148px;
  padding: 0.65rem 0.55rem 0.55rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #0b1628, #152a4a);
  border: 2px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
  z-index: 3;
}
.ops-phone-notch {
  width: 42px;
  height: 5px;
  margin: 0 auto 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}
.ops-phone-head {
  display: flex;
  justify-content: space-between;
  font-size: 0.62rem;
  margin-bottom: 0.4rem;
  color: rgba(226, 232, 240, 0.8);
}
.ops-phone-card {
  padding: 0.35rem 0.4rem;
  margin-bottom: 0.3rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.ops-phone-card strong {
  display: block;
  font-size: 0.58rem;
  color: #fff;
  margin-bottom: 0.1rem;
}
.ops-phone-card p {
  margin: 0;
  font-size: 0.52rem;
  color: rgba(148, 163, 184, 0.9);
  line-height: 1.3;
}
.ops-phone-actions {
  display: flex;
  gap: 0.25rem;
  margin-top: 0.35rem;
}
.ops-phone-actions b {
  flex: 1;
  text-align: center;
  font-size: 0.52rem;
  padding: 0.3rem 0.2rem;
  border-radius: 6px;
  background: #1a5fdb;
  color: #fff;
  font-weight: 600;
}
.ops-phone-actions b.ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(226, 232, 240, 0.8);
}
.ops-phone-label {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.55rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #93c5fd;
  font-weight: 700;
}
.ops-panel .badge {
  flex-shrink: 0;
  font-size: 0.58rem;
  padding: 0.15rem 0.35rem;
  border-radius: 999px;
  font-weight: 700;
}
.ops-panel .badge.ok { background: rgba(34, 197, 94, 0.2); color: #86efac; }
.ops-panel .badge.warn { background: rgba(245, 158, 11, 0.2); color: #fcd34d; }
.ops-panel .badge.risk { background: rgba(239, 68, 68, 0.22); color: #fca5a5; }

@media (max-width: 1100px) {
  .ops-kpis { grid-template-columns: repeat(3, 1fr); }
  .ops-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    padding-right: 0;
  }
  .ops-map, .ops-ai, .ops-stack, .ops-crm, .ops-vision {
    grid-row: auto;
    grid-column: auto;
  }
  .ops-phone { display: none; }
}
@media (max-width: 720px) {
  .ops-body { grid-template-columns: 1fr; }
  .ops-nav {
    flex-direction: row;
    flex-wrap: wrap;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .ops-kpis { grid-template-columns: repeat(2, 1fr); }
  .ops-grid { grid-template-columns: 1fr; }
}

/* ===== Light overview dashboards (AI Copilot / UCL style) ===== */
.ops-shell.ops-light {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 40%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  color: #0f172a;
}
/* Match AI Copilot / UCL evidence footprint - not full-bleed oversized shells */
.ops-command:has(.ops-shell),
.section-block .ops-command:has(.ops-shell),
.section-block > figure.ops-command,
.section .ops-shell.ops-light {
  max-width: min(920px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.ops-shell.ops-evidence-fit {
  max-width: min(920px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.ops-shell.ops-evidence-fit .ops-body {
  min-height: 0;
}
.ops-shell.ops-evidence-fit .ops-phone {
  display: none;
}
.ops-shell.ops-evidence-fit .ops-grid {
  padding-right: 0;
}
.ops-command .ops-shell .ops-body,
.section .ops-shell.ops-light .ops-body {
  min-height: 0;
}
.ops-command .ops-phone,
.section .ops-shell.ops-light .ops-phone {
  display: none;
}
.ops-command .ops-grid,
.section .ops-shell.ops-light .ops-grid {
  padding-right: 0;
}
.ops-command .ops-shell.ops-light,
.section .ops-shell.ops-light {
  font-size: 0.94rem;
}
.ops-command .ops-shell.ops-light .ops-kpi b,
.section .ops-shell.ops-light .ops-kpi b {
  font-size: 0.98rem;
}
.ops-command .ops-shell.ops-light .ops-main,
.section .ops-shell.ops-light .ops-main {
  padding: 0.75rem;
}
.ops-command .ops-shell.ops-light .ops-map-visual,
.section .ops-shell.ops-light .ops-map-visual {
  height: 96px;
}
.ops-command .ops-shell.ops-light .ops-donut,
.section .ops-shell.ops-light .ops-donut {
  width: 72px;
  height: 72px;
}
.ops-shell.ops-light .ops-top {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}
.ops-shell.ops-light .ops-top-title { color: #0f172a; }
.ops-shell.ops-light .ops-top-meta { color: #64748b; }
.ops-shell.ops-light .ops-nav {
  background: #f8fafc;
  border-right: 1px solid #e2e8f0;
}
.ops-shell.ops-light .ops-nav span { color: #64748b; }
.ops-shell.ops-light .ops-nav span.active {
  background: #e8f0ff;
  color: #1a5fdb;
}
.ops-shell.ops-light .ops-main { background: transparent; }
.ops-shell.ops-light .ops-kpi {
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.ops-shell.ops-light .ops-kpi.risk {
  background: #fff7ed;
  border-color: #fed7aa;
}
.ops-shell.ops-light .ops-kpi.good {
  background: #f0fdf4;
  border-color: #bbf7d0;
}
.ops-shell.ops-light .ops-kpi b { color: #0f172a; }
.ops-shell.ops-light .ops-kpi small { color: #64748b; }
.ops-shell.ops-light .ops-kpi .ops-trend {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.62rem;
  font-weight: 600;
  color: #16a34a;
}
.ops-shell.ops-light .ops-kpi .ops-trend.down { color: #dc2626; }
.ops-shell.ops-light .ops-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}
.ops-shell.ops-light .ops-panel header strong { color: #0f172a; }
.ops-shell.ops-light .ops-panel header em { color: #94a3b8; }
.ops-shell.ops-light .ops-subhead { color: #1a5fdb; }
.ops-shell.ops-light .ops-mini-list li {
  background: #f8fafc;
  border: 1px solid #f1f5f9;
}
.ops-shell.ops-light .ops-mini-list strong { color: #1e293b; }
.ops-shell.ops-light .ops-map-visual {
  background:
    radial-gradient(circle at 30% 40%, rgba(26, 95, 219, 0.18), transparent 42%),
    radial-gradient(circle at 70% 55%, rgba(34, 197, 94, 0.16), transparent 38%),
    linear-gradient(145deg, #e8f0ff, #f1f5f9);
  border: 1px solid #dbeafe;
}
.ops-shell.ops-light .ops-map-label { color: #475569; }
.ops-shell.ops-light .ops-phone {
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}
.ops-shell.ops-light .ops-phone-notch { background: #cbd5e1; }
.ops-shell.ops-light .ops-phone-head { color: #475569; }
.ops-shell.ops-light .ops-phone-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.ops-shell.ops-light .ops-phone-card strong { color: #0f172a; }
.ops-shell.ops-light .ops-phone-card p { color: #64748b; }
.ops-shell.ops-light .ops-phone-actions b.ghost {
  border-color: #cbd5e1;
  color: #475569;
}
.ops-shell.ops-light .ops-phone-label { color: #1a5fdb; }
.ops-shell.ops-light .ops-panel .badge.ok {
  background: #dcfce7;
  color: #166534;
}
.ops-shell.ops-light .ops-panel .badge.warn {
  background: #ffedd5;
  color: #9a3412;
}
.ops-shell.ops-light .ops-panel .badge.risk {
  background: #fee2e2;
  color: #991b1b;
}
.ops-insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}
.ops-insight {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 0.72rem;
  line-height: 1.35;
  font-weight: 600;
  color: #0f172a;
}
.ops-insight span {
  flex-shrink: 0;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 800;
}
.ops-insight.warn {
  background: #fff7ed;
  border-color: #fed7aa;
}
.ops-insight.warn span { background: #fb923c; color: #fff; }
.ops-insight.risk {
  background: #fef2f2;
  border-color: #fecaca;
}
.ops-insight.risk span { background: #ef4444; color: #fff; }
.ops-insight.ok {
  background: #f0fdf4;
  border-color: #bbf7d0;
}
.ops-insight.ok span { background: #22c55e; color: #fff; }
.ops-shell.ops-light .ops-bars {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.35rem;
}
.ops-shell.ops-light .ops-bar-row {
  display: grid;
  grid-template-columns: 4.5rem 1fr 2.4rem;
  gap: 0.4rem;
  align-items: center;
  font-size: 0.68rem;
  color: #475569;
}
.ops-shell.ops-light .ops-bar-track {
  height: 8px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}
.ops-shell.ops-light .ops-bar-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #3b82f6, #1a5fdb);
}
.ops-shell.ops-light .ops-bar-row em {
  font-style: normal;
  font-weight: 700;
  color: #0f172a;
  text-align: right;
}
.ops-shell.ops-light .ops-donut-wrap {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.35rem;
}
.ops-shell.ops-light .ops-donut {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: conic-gradient(#1a5fdb 0 38%, #22c55e 38% 62%, #f59e0b 62% 82%, #8b5cf6 82% 100%);
  mask: radial-gradient(circle at center, transparent 48%, #000 49%);
  -webkit-mask: radial-gradient(circle at center, transparent 48%, #000 49%);
}
.ops-shell.ops-light .ops-donut-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.3rem;
  font-size: 0.66rem;
  color: #475569;
}
.ops-shell.ops-light .ops-donut-legend li {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.ops-shell.ops-light .ops-donut-legend i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  margin-right: 0.35rem;
}
@media (max-width: 900px) {
  .ops-insights { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .ops-shell.ops-light .ops-nav {
    border-bottom: 1px solid #e2e8f0;
  }
}

/* Field Force Management Reimagined - tabbed workflow showcase */
.ff-reimagined {
  margin: 3.5rem 0 1rem;
  padding: 2.5rem 0 0.5rem;
}
.ff-reimagined-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2rem;
}
.ff-reimagined-title {
  font-family: Outfit, sans-serif;
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1.15;
  margin: 0 0 0.75rem;
}
.ff-reimagined-lede {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #64748b;
}
.ff-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 1.25rem;
  margin: 0 auto 2.25rem;
  max-width: 42rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 0;
}
.ff-tab {
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  padding: 0.85rem 0.35rem 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: Outfit, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.ff-tab:hover { color: var(--ink); }
.ff-tab.active {
  color: var(--ink);
  border-bottom-color: var(--green);
}
.ff-tab-icon {
  width: 1.15rem;
  height: 1.15rem;
  display: inline-flex;
  color: inherit;
}
.ff-tab.active .ff-tab-icon { color: var(--green); }
.ff-tab-icon svg { width: 100%; height: 100%; }
.ff-panels { position: relative; }
.ff-panel {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 2.5rem 3rem;
  align-items: center;
  animation: ffPanelIn 0.35s ease;
}
.ff-panel.active { display: grid; }
.ff-panel[hidden] { display: none !important; }
@keyframes ffPanelIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
.ff-panel-copy h3 {
  font-family: Outfit, sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 0.85rem;
}
.ff-panel-copy > p {
  margin: 0 0 1.35rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #64748b;
  max-width: 32rem;
}
.ff-insight {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  max-width: 28rem;
  padding: 0.95rem 1.15rem;
  border-radius: 0.65rem;
  background: linear-gradient(90deg, #ecfdf5 0%, #f0fdf4 55%, #fff 100%);
  border: 1px solid #bbf7d0;
  border-left: 4px solid var(--green);
  box-shadow: 0 10px 28px -18px rgba(18, 160, 102, 0.55);
  font-family: Outfit, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #065f46;
  line-height: 1.35;
}
.ff-insight span {
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--green);
}
.ff-insight strong {
  color: #047857;
  font-weight: 700;
  background: linear-gradient(180deg, transparent 62%, rgba(16, 185, 129, 0.28) 62%);
  padding: 0 0.1em;
}
.ff-panel-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.ff-caption {
  margin: 0;
  font-size: 0.88rem;
  color: #94a3b8;
  text-align: center;
}
.ff-browser {
  width: 100%;
  max-width: 28rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  box-shadow: 0 24px 50px -28px rgba(15, 23, 42, 0.35);
  overflow: hidden;
}
.ff-browser-bar {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.ff-browser-bar i {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #cbd5e1;
  box-shadow: 12px 0 0 #cbd5e1, 24px 0 0 #cbd5e1;
}
.ff-browser-bar span {
  margin-left: 1.75rem;
  flex: 1;
  text-align: center;
  font-size: 0.72rem;
  color: #94a3b8;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
}
.ff-wo { padding: 1rem 1.1rem 1.15rem; }
.ff-wo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}
.ff-wo-head strong { font-size: 0.95rem; color: var(--ink); }
.ff-pill {
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
}
.ff-pill.purple { background: #ede9fe; color: #6d28d9; }
.ff-wo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-bottom: 0.95rem;
}
.ff-wo-grid div {
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 0.5rem;
  padding: 0.55rem 0.65rem;
}
.ff-wo-grid small {
  display: block;
  font-size: 0.65rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.2rem;
}
.ff-wo-grid b {
  font-size: 0.82rem;
  color: var(--ink);
  font-weight: 600;
}
.ff-check {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.ff-check li {
  position: relative;
  padding: 0.45rem 0.65rem 0.45rem 1.85rem;
  border-radius: 0.45rem;
  background: #f8fafc;
  font-size: 0.82rem;
  color: #64748b;
}
.ff-check li::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 50%;
  width: 0.85rem;
  height: 0.85rem;
  transform: translateY(-50%);
  border-radius: 0.2rem;
  border: 1.5px solid #cbd5e1;
  background: #fff;
}
.ff-check li.done {
  color: #166534;
  background: #f0fdf4;
}
.ff-check li.done::before {
  border-color: var(--green);
  background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M2.5 6.2 4.8 8.5 9.5 3.5'/%3E%3C/svg%3E") center/9px no-repeat;
}
.ff-route-map {
  position: relative;
  height: 14rem;
  margin: 0.85rem;
  border-radius: 0.65rem;
  background:
    linear-gradient(#e2e8f0 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(90deg, #e2e8f0 1px, transparent 1px) 0 0 / 28px 28px,
    #f1f5f9;
  overflow: hidden;
}
.ff-route-map::before {
  content: "";
  position: absolute;
  inset: 28% 18% 32% 16%;
  border: 2px dashed #34d399;
  border-radius: 40% 60% 45% 55%;
  opacity: 0.85;
}
.ff-route-map .dot {
  position: absolute;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.2);
}
.ff-route-map .dot.g { left: 18%; top: 30%; background: #10b981; }
.ff-route-map .dot.b { left: 48%; top: 52%; background: #3b82f6; }
.ff-route-map .dot.o { left: 72%; top: 28%; background: #f59e0b; }
.ff-route-chip {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #0f172a;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.25);
}

/* Live tracking map (Track tab) — distinct from Dispatch route map + Analyse charts */
.ff-live-track {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 0;
  min-height: 15.5rem;
}
.ff-live-map {
  position: relative;
  margin: 0.75rem 0 0.75rem 0.75rem;
  border-radius: 0.65rem 0 0 0.65rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 40% at 70% 30%, rgba(59, 130, 246, 0.12), transparent 60%),
    linear-gradient(#e2e8f0 1px, transparent 1px) 0 0 / 22px 22px,
    linear-gradient(90deg, #e2e8f0 1px, transparent 1px) 0 0 / 22px 22px,
    #edf2f7;
}
.ff-live-road {
  position: absolute;
  background: rgba(148, 163, 184, 0.45);
  border-radius: 999px;
}
.ff-live-road.r1 {
  left: 8%;
  top: 42%;
  width: 78%;
  height: 3px;
  transform: rotate(-8deg);
}
.ff-live-road.r2 {
  left: 36%;
  top: 12%;
  width: 3px;
  height: 72%;
  transform: rotate(12deg);
}
.ff-live-geofence {
  position: absolute;
  left: 48%;
  top: 36%;
  width: 5.5rem;
  height: 5.5rem;
  margin: -2.75rem 0 0 -2.75rem;
  border: 2px dashed rgba(26, 95, 219, 0.45);
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.06);
}
.ff-live-trail {
  position: absolute;
  left: 22%;
  top: 38%;
  width: 36%;
  height: 12%;
  border-top: 2px dashed #60a5fa;
  border-radius: 50%;
  transform: rotate(18deg);
  opacity: 0.85;
  pointer-events: none;
}
.ff-live-pin {
  position: absolute;
  transform: translate(-50%, -100%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
}
.ff-live-pin i {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.22), 0 2px 8px rgba(15, 23, 42, 0.2);
  background: #3b82f6;
}
.ff-live-pin.moving i {
  background: #3b82f6;
  animation: ff-pin-pulse 2.2s ease-in-out infinite;
}
.ff-live-pin.onsite i {
  background: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.22), 0 2px 8px rgba(15, 23, 42, 0.2);
}
.ff-live-pin.risk i {
  background: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.25), 0 2px 8px rgba(15, 23, 42, 0.2);
}
.ff-live-pin em {
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 700;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e2e8f0;
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}
.ff-live-chip {
  position: absolute;
  z-index: 3;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.2);
}
.ff-live-chip.top {
  top: 0.65rem;
  left: 0.65rem;
}
.ff-live-chip.risk-chip {
  top: 0.65rem;
  right: 0.65rem;
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #fed7aa;
  box-shadow: none;
}
.ff-live-feed {
  list-style: none;
  margin: 0.75rem 0.75rem 0.75rem 0;
  padding: 0.65rem 0.7rem;
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-left: none;
  border-radius: 0 0.65rem 0.65rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  justify-content: center;
}
.ff-live-feed li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
}
.ff-live-feed .ff-status {
  position: static;
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  min-width: 0.55rem;
  border-radius: 50%;
  margin-top: 0.35rem;
  flex-shrink: 0;
  border: none;
  box-shadow: none;
  animation: none;
}
.ff-live-feed .ff-status.moving { background: #3b82f6; }
.ff-live-feed .ff-status.onsite { background: #10b981; }
.ff-live-feed .ff-status.risk { background: #f59e0b; }
.ff-live-feed strong {
  display: block;
  font-size: 0.78rem;
  color: var(--ink);
  line-height: 1.25;
}
.ff-live-feed em {
  display: block;
  font-style: normal;
  font-size: 0.68rem;
  color: #64748b;
  line-height: 1.35;
  margin-top: 0.1rem;
}
@keyframes ff-pin-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.22), 0 2px 8px rgba(15, 23, 42, 0.2); }
  50% { box-shadow: 0 0 0 8px rgba(59, 130, 246, 0.12), 0 2px 8px rgba(15, 23, 42, 0.2); }
}

.ff-analytics { padding: 0.95rem 1rem 1.1rem; }
.ff-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}
.ff-metrics div {
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 0.5rem;
  padding: 0.5rem 0.4rem;
  text-align: center;
}
.ff-metrics small {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  color: #94a3b8;
  margin-bottom: 0.15rem;
}
.ff-metrics b {
  font-size: 0.95rem;
  color: var(--ink);
  font-weight: 700;
}
.ff-metrics .warn b { color: #d97706; }
.ff-analytics-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 0.75rem;
  align-items: end;
}
.ff-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  height: 5.5rem;
  padding: 0.35rem 0.25rem 0;
}
.ff-bars.tall { height: 6.25rem; }
.ff-bars i {
  flex: 1;
  border-radius: 0.25rem 0.25rem 0 0;
  background: linear-gradient(180deg, #34d399, #059669);
  opacity: 0.9;
}
.ff-bars i:nth-child(1) { height: 42%; }
.ff-bars i:nth-child(2) { height: 68%; }
.ff-bars i:nth-child(3) { height: 55%; }
.ff-bars i:nth-child(4) { height: 88%; }
.ff-bars i:nth-child(5) { height: 72%; }
.ff-analytics-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.ff-analytics-row li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.75rem;
  color: #475569;
  background: #f8fafc;
  border-radius: 0.4rem;
  padding: 0.4rem 0.5rem;
}
.ff-analytics-row li i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.ff-analytics-row li i.ok { background: #10b981; }
.ff-analytics-row li i.warn { background: #f59e0b; }
.ff-phone {
  width: 100%;
  max-width: 15.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.35rem;
  box-shadow: 0 24px 50px -28px rgba(15, 23, 42, 0.4);
  padding: 0.85rem 0.85rem 1rem;
  position: relative;
}
.ff-phone-notch {
  width: 3.2rem;
  height: 0.35rem;
  border-radius: 999px;
  background: #e2e8f0;
  margin: 0 auto 0.75rem;
}
.ff-phone-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.ff-phone-head strong {
  font-size: 0.88rem;
  color: var(--ink);
}
.ff-phone-head em {
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 700;
  color: #166534;
  background: #dcfce7;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
}
.ff-job {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.65rem 0.55rem;
  border: 1px solid #eef2f7;
  border-radius: 0.65rem;
  margin-bottom: 0.45rem;
  background: #fafbfc;
}
.ff-job i {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  margin-top: 0.35rem;
  flex-shrink: 0;
}
.ff-job i.g { background: #10b981; }
.ff-job i.p { background: #8b5cf6; }
.ff-job i.o { background: #f59e0b; }
.ff-job strong {
  display: block;
  font-size: 0.78rem;
  color: var(--ink);
  margin-bottom: 0.15rem;
}
.ff-job span {
  font-size: 0.7rem;
  color: #94a3b8;
}
.ff-phone-cta {
  width: 100%;
  margin-top: 0.55rem;
  border: 0;
  border-radius: 0.65rem;
  padding: 0.75rem;
  background: var(--green);
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 900px) {
  .ff-panel.active {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .ff-panel-copy { text-align: center; }
  .ff-panel-copy > p { margin-left: auto; margin-right: auto; }
  .ff-insight { margin: 0 auto; text-align: left; }
  .ff-tabs { gap: 0.15rem 0.75rem; }
  .ff-tab { font-size: 0.85rem; padding-inline: 0.2rem; }
  .ff-live-track { grid-template-columns: 1fr; }
  .ff-live-map {
    margin: 0.75rem 0.75rem 0;
    border-radius: 0.65rem 0.65rem 0 0;
    min-height: 11rem;
  }
  .ff-live-feed {
    margin: 0 0.75rem 0.75rem;
    border: 1px solid #eef2f7;
    border-top: none;
    border-radius: 0 0 0.65rem 0.65rem;
  }
}
@media (max-width: 560px) {
  .ff-metrics { grid-template-columns: repeat(2, 1fr); }
  .ff-analytics-row { grid-template-columns: 1fr; }
  .ff-wo-grid { grid-template-columns: 1fr; }
}

/* Empfly Blog - SEO / AEO / GEO hub */
.blog-hero {
  padding: 5.5rem 0 2.5rem;
  background:
    radial-gradient(ellipse 70% 55% at 15% 0%, rgba(26, 95, 219, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 20%, rgba(18, 160, 102, 0.08), transparent 50%),
    linear-gradient(180deg, #f8fafc, #fff 70%);
  border-bottom: 1px solid #e8eef6;
}
.blog-hero h1 {
  font-family: Outfit, sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin: 0.5rem 0 0.85rem;
  line-height: 1.1;
}
.blog-hero .lede {
  max-width: 38rem;
  color: #64748b;
}
.blog-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.blog-cats a {
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
  background: #fff;
  border: 1px solid #dbe3ef;
  padding: 0.4rem 0.85rem;
  border-radius: 0.45rem;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.blog-cats a:hover,
.blog-cats a.active {
  border-color: var(--blue);
  color: var(--blue);
}
.blog-featured {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}
.blog-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card:hover {
  border-color: #bfdbfe;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -28px rgba(15, 23, 42, 0.35);
}
.blog-card-media {
  position: relative;
  min-height: 12rem;
  overflow: hidden;
  background: #0f172a;
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.blog-card-lg .blog-card-media { min-height: 18rem; }
.blog-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.blog-card:hover .blog-card-media img { transform: scale(1.04); }
.blog-card-media.soft img { filter: saturate(0.92) contrast(1.02); }
.blog-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(15, 23, 42, 0.72) 100%);
  pointer-events: none;
}
.blog-card-media span {
  position: relative;
  z-index: 1;
  margin: 0 0 0.95rem 1rem;
  font-family: Outfit, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.28rem 0.55rem;
  border-radius: 0.35rem;
  backdrop-filter: blur(6px);
}
.blog-card-media.alt,
.blog-card-media.warm { background: #0f172a; }
.blog-article-hero {
  margin: 0 0 1.75rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  aspect-ratio: 16 / 9;
  background: #0f172a;
}
.blog-article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-card-body {
  padding: 1.15rem 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}
.blog-card-cat {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue);
}
.blog-card h2,
.blog-card h3 {
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
  line-height: 1.25;
}
.blog-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.55;
  flex: 1;
}
.blog-card-meta {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: 0.35rem;
}
.blog-featured-side {
  display: grid;
  gap: 1.25rem;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.blog-latest {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 1.5rem;
}
.blog-latest h3 {
  font-family: Outfit, sans-serif;
  font-size: 1.05rem;
  margin: 0 0 0.85rem;
  color: var(--ink);
}
.blog-latest ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.blog-latest a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
}
.blog-latest a:hover { color: var(--blue); }
.blog-latest small {
  display: block;
  margin-top: 0.25rem;
  color: #94a3b8;
  font-weight: 400;
  font-size: 0.8rem;
}
.blog-newsletter {
  margin-top: 3rem;
  padding: 2rem 2.25rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #0b1a36, #12284f 60%, #0d2040);
  color: #fff;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 1.5rem;
  align-items: center;
}
.blog-newsletter h2 {
  font-family: Outfit, sans-serif;
  font-size: 1.45rem;
  margin: 0 0 0.4rem;
}
.blog-newsletter p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  max-width: 32rem;
}
.blog-article {
  max-width: 46rem;
  margin: 0 auto;
}
.blog-article .blog-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue);
}
.blog-article h1 {
  font-family: Outfit, sans-serif;
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0.65rem 0 1rem;
}
.blog-article .byline {
  color: #94a3b8;
  font-size: 0.9rem;
  margin-bottom: 1.75rem;
}
.blog-article .lead {
  font-size: 1.15rem;
  line-height: 1.65;
  color: #334155;
  margin: 0 0 1.5rem;
}
.blog-article h2 {
  font-family: Outfit, sans-serif;
  font-size: 1.35rem;
  margin: 2rem 0 0.75rem;
  letter-spacing: -0.02em;
}
.blog-article p,
.blog-article li {
  color: #475569;
  line-height: 1.7;
  font-size: 1.02rem;
}
.blog-article ul,
.blog-article ol {
  margin: 0.75rem 0 1.25rem;
  padding-left: 1.25rem;
}
.blog-article .key-takeaway {
  margin: 1.75rem 0;
  padding: 1.1rem 1.25rem;
  border-left: 4px solid var(--green);
  background: linear-gradient(90deg, #ecfdf5, #f8fafc);
  border-radius: 0 0.65rem 0.65rem 0;
}
.blog-article .key-takeaway strong {
  display: block;
  color: #065f46;
  margin-bottom: 0.35rem;
  font-family: Outfit, sans-serif;
}
.blog-faq details {
  border: 1px solid #e2e8f0;
  border-radius: 0.65rem;
  padding: 0.85rem 1rem;
  margin-bottom: 0.65rem;
  background: #fff;
}
.blog-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ink);
  font-family: Outfit, sans-serif;
}
.blog-faq details p {
  margin: 0.65rem 0 0;
}
@media (max-width: 960px) {
  .blog-featured,
  .blog-grid,
  .blog-latest,
  .blog-newsletter {
    grid-template-columns: 1fr;
  }
}

/* Field Force - Everything Field Force gives your teams */
.ff-capabilities {
  text-align: center;
  padding: 0.5rem 0 0.25rem;
}
.ff-cap-head {
  max-width: 40rem;
  margin: 0 auto 2rem;
}
.ff-cap-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-family: Outfit, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ff-cap-badge i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #10b981;
  display: inline-block;
}
.ff-cap-title {
  font-family: Outfit, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1.2;
  margin: 0.9rem 0 0.65rem;
}
.ff-cap-lede {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.55;
  color: #64748b;
}
.ff-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: center;
}
.ff-cap-card {
  background: #f4f6f9;
  border: 1px solid transparent;
  border-radius: 1rem;
  padding: 1.75rem 1.35rem 1.6rem;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.ff-cap-card:hover {
  background: #fff;
  border-color: #dbe4f0;
  transform: translateY(-2px);
}
.ff-cap-icon {
  width: 2.35rem;
  height: 2.35rem;
  margin: 0 auto 1rem;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ff-cap-icon svg {
  width: 1.55rem;
  height: 1.55rem;
}
.ff-cap-card h3 {
  font-family: Outfit, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 0.55rem;
}
.ff-cap-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #64748b;
}
@media (max-width: 960px) {
  .ff-cap-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .ff-cap-grid { grid-template-columns: 1fr; }
}

/* Homepage integrations band */
.integrations-band {
  background: #f4f6f9;
  border-top: 1px solid #e8eef5;
  border-bottom: 1px solid #e8eef5;
}
.integrations-title {
  font-family: Outfit, sans-serif;
  text-align: center;
  font-size: clamp(1.45rem, 2.6vw, 1.95rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #0b2a8b;
  margin: 0 auto 1.75rem;
  max-width: 40rem;
  line-height: 1.25;
}
.integrations-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
}
.integration-card {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 0.85rem;
  min-height: 5.5rem;
  padding: 1rem 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px -20px rgba(15, 23, 42, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.integration-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -18px rgba(15, 23, 42, 0.35);
}
.integration-card img {
  max-width: 100%;
  max-height: 2.6rem;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .integrations-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .integrations-grid { grid-template-columns: repeat(2, 1fr); }
  .integration-card { min-height: 4.75rem; }
}

@media (max-width: 1024px) {
  .problem-grid,
  .shot-grid,
  .case-grid,
  .persona-row,
  .feature-groups,
  .security-grid,
  .related-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .problem-grid,
  .shot-grid,
  .case-grid,
  .persona-row,
  .feature-groups,
  .security-grid,
  .related-grid,
  .form-row { grid-template-columns: 1fr; }
}

/* empfly Prism product page */
.prism-example {
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, #f8fbff, #fff);
}
.prism-example-label {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue);
}
.prism-example-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.prism-example-grid div {
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
}
.prism-example-grid span {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 0.25rem;
}
.prism-example-grid strong {
  font-family: var(--font-display);
  font-size: 0.95rem;
}
.prism-example > p:last-child {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.55;
}
.prism-callout {
  padding: 1.15rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(26, 95, 219, 0.22);
  background: linear-gradient(135deg, rgba(232, 240, 255, 0.95), #fff);
}
.prism-callout p {
  margin: 0 0 0.35rem;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.5;
}
.prism-callout p:last-child { margin-bottom: 0; color: var(--muted); }

/* Employee experience: Clarity / Motivation / Trust in one row */
.prism-xp-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: stretch;
}
.prism-xp-grid .capability-card {
  padding: 1rem 0.95rem 1.05rem;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.prism-xp-grid .capability-card .cap-tag {
  margin-bottom: 0.35rem;
  font-size: 0.66rem;
}
.prism-xp-grid .capability-card h3 {
  font-size: 1rem;
  margin: 0 0 0.45rem;
  line-height: 1.25;
}
.prism-xp-grid .capability-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  flex: 1;
}
@media (max-width: 900px) {
  .prism-xp-grid { grid-template-columns: 1fr; }
}

/* PRISM mobile notification + visual insights */
.prism-notify-row {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  max-width: min(920px, 100%);
  margin-inline: auto;
}
.prism-notify-figure { margin: 0; text-align: center; }
.prism-notify-figure figcaption {
  margin-top: 0.7rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
}
.prism-notify-phone {
  width: min(100%, 280px);
  margin-inline: auto;
  background: linear-gradient(165deg, #111827, #0b1220 55%, #0f172a);
  border-radius: 1.7rem;
  padding: 0.7rem 0.7rem 0.9rem;
  box-shadow: 0 24px 55px rgba(5, 11, 24, 0.28);
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.prism-notify-status {
  display: flex;
  justify-content: space-between;
  font-size: 0.68rem;
  font-weight: 700;
  color: #94a3b8;
  padding: 0.15rem 0.35rem 0.7rem;
}
.prism-notify-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.9rem;
  padding: 0.7rem 0.75rem;
  margin-bottom: 0.55rem;
  text-align: left;
  backdrop-filter: blur(8px);
}
.prism-notify-card.accent {
  background: rgba(59, 130, 246, 0.16);
  border-color: rgba(96, 165, 250, 0.35);
}
.prism-notify-app {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.35rem;
}
.prism-notify-app i {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 0.3rem;
  background: linear-gradient(135deg, #3b82f6, #1a5fdb);
  flex-shrink: 0;
}
.prism-notify-app i.unlock {
  background: linear-gradient(135deg, #34d399, #059669);
}
.prism-notify-app strong {
  font-size: 0.72rem;
  color: #fff;
  flex: 1;
}
.prism-notify-app em {
  font-style: normal;
  font-size: 0.62rem;
  color: #94a3b8;
  font-weight: 600;
}
.prism-notify-title {
  margin: 0 0 0.2rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.prism-notify-body {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.4;
  color: #cbd5e1;
}
.prism-notify-viz,
.prism-notify-sim {
  margin-top: 0.35rem;
  padding: 0.65rem 0.7rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.8rem;
  display: grid;
  gap: 0.55rem;
  text-align: left;
}
.prism-notify-meter,
.prism-sim-row {
  display: grid;
  grid-template-columns: 4.2rem 1fr auto;
  gap: 0.4rem;
  align-items: center;
  font-size: 0.66rem;
  color: #94a3b8;
}
.prism-notify-track {
  height: 0.4rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  overflow: hidden;
}
.prism-notify-track i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #60a5fa, #3b82f6);
}
.prism-notify-track.next i {
  background: linear-gradient(90deg, #34d399, #10b981);
}
.prism-notify-meter em,
.prism-sim-row em {
  font-style: normal;
  font-weight: 700;
  color: #e2e8f0;
  font-size: 0.66rem;
  white-space: nowrap;
}
.prism-sim-row.win em { color: #6ee7b7; }
.prism-notify-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.prism-notify-chip {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 0.9rem;
  padding: 1rem 0.9rem;
  box-shadow: 0 10px 28px rgba(5, 11, 24, 0.05);
}
.prism-notify-chip strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 0.2rem;
}
.prism-notify-chip span {
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 600;
  line-height: 1.35;
}
.prism-notify-chip.good {
  background: #ecfdf5;
  border-color: #a7f3d0;
}
.prism-notify-chip.good strong { color: #047857; }
.prism-notify-chip.warn {
  background: #fff7ed;
  border-color: #fed7aa;
}
.prism-notify-chip.warn strong { color: #c2410c; }
@media (max-width: 800px) {
  .prism-notify-row { grid-template-columns: 1fr; }
  .prism-notify-side { max-width: 28rem; margin-inline: auto; }
}

/* PRISM product-mix: dashboard + mobile screens */
.prism-mix-screens {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 1.5rem;
  align-items: start;
}
.prism-mix-figure { margin: 0; }
.prism-mix-figure figcaption {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 600;
}
.prism-dash {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(5, 11, 24, 0.08);
}
.prism-dash-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 1rem;
  background: #0b1220;
  color: #e2e8f0;
}
.prism-dash-top .app-dots { display: flex; gap: 0.28rem; }
.prism-dash-top .app-dots i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}
.prism-dash-top strong { font-size: 0.78rem; font-weight: 600; flex: 1; }
.prism-dash-top em {
  font-style: normal;
  font-size: 0.68rem;
  color: #93c5fd;
  font-weight: 600;
}
.prism-dash-body { padding: 1rem 1.05rem 1.1rem; }
.prism-dash-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}
.prism-dash-kpis div {
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 0.55rem;
  padding: 0.55rem 0.4rem;
  text-align: center;
}
.prism-dash-kpis small {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  color: #94a3b8;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.prism-dash-kpis b { font-size: 0.98rem; color: var(--ink); font-weight: 700; }
.prism-dash-kpis .accent b { color: #64748b; }
.prism-dash-kpis .good b { color: #059669; }
.prism-dash-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.prism-team-card {
  border: 1px solid #e8eef5;
  border-radius: 0.75rem;
  padding: 0.85rem 0.8rem 0.9rem;
  background: #fff;
}
.prism-team-card.highlight {
  border-color: rgba(26, 95, 219, 0.35);
  background: linear-gradient(180deg, #f8fbff, #fff);
  box-shadow: 0 10px 28px rgba(26, 95, 219, 0.08);
}
.prism-team-card header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.7rem;
}
.prism-team-card header span {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink);
}
.prism-team-card header em {
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 700;
  color: #64748b;
  background: #f1f5f9;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
}
.prism-team-card.highlight header em {
  background: #dbeafe;
  color: #1d4ed8;
}
.prism-bars { display: grid; gap: 0.45rem; }
.prism-bar-row {
  display: grid;
  grid-template-columns: 4.2rem 1fr 2.4rem;
  gap: 0.4rem;
  align-items: center;
  font-size: 0.68rem;
  color: #64748b;
}
.prism-bar-track {
  height: 0.45rem;
  background: #eef2f7;
  border-radius: 999px;
  overflow: hidden;
}
.prism-bar-track i {
  display: block;
  height: 100%;
  border-radius: 999px;
}
.prism-bar-row em {
  font-style: normal;
  font-weight: 700;
  color: var(--ink);
  text-align: right;
  font-size: 0.68rem;
}
.prism-team-pay {
  margin-top: 0.75rem;
  padding-top: 0.65rem;
  border-top: 1px dashed #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.prism-team-pay small {
  font-size: 0.68rem;
  color: #64748b;
  font-weight: 600;
}
.prism-team-pay strong { font-size: 1.05rem; color: var(--ink); }
.prism-team-card.highlight .prism-team-pay strong { color: #1a5fdb; }
.prism-dash-insight {
  margin-top: 0.85rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.7rem;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}
.prism-dash-insight span {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #047857;
  margin-bottom: 0.25rem;
}
.prism-dash-insight p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #334155;
}
.prism-dash-insight b { color: #047857; }
.prism-phone-compare { display: flex; justify-content: center; }
.prism-phone {
  width: min(100%, 280px);
  background: #0b1220;
  border-radius: 1.6rem;
  padding: 0.55rem 0.55rem 0.85rem;
  box-shadow: 0 24px 60px rgba(5, 11, 24, 0.28);
  color: #e2e8f0;
}
.prism-phone-notch {
  width: 4.5rem;
  height: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  margin: 0.35rem auto 0.7rem;
}
.prism-phone-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 0.35rem 0.65rem;
}
.prism-phone-head strong { font-size: 0.88rem; color: #fff; }
.prism-phone-head em {
  font-style: normal;
  font-size: 0.68rem;
  color: #93c5fd;
  font-weight: 600;
}
.prism-rep-pair { display: grid; gap: 0.45rem; margin-bottom: 0.7rem; }
.prism-rep {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.55rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  padding: 0.55rem 0.6rem;
}
.prism-rep.win {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.35);
}
.prism-rep-avatar {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  background: #1e293b;
  color: #93c5fd;
}
.prism-rep.win .prism-rep-avatar {
  background: #065f46;
  color: #a7f3d0;
}
.prism-rep strong {
  display: block;
  font-size: 0.78rem;
  color: #fff;
  line-height: 1.2;
}
.prism-rep em {
  display: block;
  font-style: normal;
  font-size: 0.62rem;
  color: #94a3b8;
  margin-top: 0.1rem;
}
.prism-rep b { font-size: 0.82rem; font-weight: 800; }
.prism-rep b.low { color: #fbbf24; }
.prism-rep b.high { color: #34d399; }
.prism-phone-chart {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  align-items: end;
  min-height: 6.5rem;
  padding: 0.55rem 0.4rem 0.35rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.75rem;
  margin-bottom: 0.65rem;
}
.prism-phone-chart-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  height: 100%;
}
.prism-phone-chart-col i {
  display: block;
  width: 2.4rem;
  border-radius: 0.35rem 0.35rem 0.15rem 0.15rem;
  background: linear-gradient(180deg, #64748b, #334155);
}
.prism-phone-chart-col.win i {
  background: linear-gradient(180deg, #34d399, #059669);
}
.prism-phone-chart-col span {
  font-size: 0.58rem;
  color: #94a3b8;
  font-weight: 600;
}
.prism-phone-chart-col em {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
  color: #e2e8f0;
}
.prism-phone-insight {
  background: rgba(59, 130, 246, 0.14);
  border: 1px solid rgba(96, 165, 250, 0.35);
  border-radius: 0.7rem;
  padding: 0.65rem 0.7rem;
  margin-bottom: 0.55rem;
}
.prism-phone-insight span {
  display: block;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #93c5fd;
  margin-bottom: 0.25rem;
}
.prism-phone-insight p {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.4;
  color: #dbeafe;
}
.prism-phone-footer {
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  color: #94a3b8;
  padding-top: 0.15rem;
}
@media (max-width: 960px) {
  .prism-mix-screens { grid-template-columns: 1fr; }
  .prism-phone { width: min(100%, 300px); margin-inline: auto; }
}
@media (max-width: 640px) {
  .prism-dash-kpis { grid-template-columns: 1fr 1fr; }
  .prism-dash-compare { grid-template-columns: 1fr; }
}

.table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.data-table caption {
  caption-side: top;
  text-align: left;
  padding: 0.85rem 1rem 0.35rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
}
.data-table th,
.data-table td {
  padding: 0.7rem 1rem;
  text-align: left;
  border-top: 1px solid var(--line);
  vertical-align: top;
}
.data-table thead th {
  background: #f8fafc;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--muted);
  border-top: none;
}
.data-table.compare-table td:last-child {
  color: var(--ink);
  font-weight: 500;
}
.page-sections .prism-lifecycle.productivity-flow {
  background: transparent;
}
.page-sections .prism-lifecycle .productivity-step {
  background: linear-gradient(160deg, #f8fbff, #fff);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}
.page-sections .prism-lifecycle .productivity-step:hover {
  border-color: rgba(26, 95, 219, 0.35);
  background: linear-gradient(160deg, #eef4ff, #fff);
}
.page-sections .prism-lifecycle .productivity-num { color: var(--blue); }
.page-sections .prism-lifecycle .productivity-label {
  color: var(--muted);
  border-color: var(--line);
  background: #fff;
}
.page-sections .prism-lifecycle .productivity-step h3 { color: var(--ink); }
.page-sections .prism-lifecycle .productivity-step > p { color: var(--muted); }
.page-sections .prism-lifecycle .productivity-connector span {
  background: linear-gradient(90deg, rgba(26, 95, 219, 0.2), var(--blue), rgba(26, 95, 219, 0.2));
}
.page-sections .prism-lifecycle .productivity-connector span::after {
  border-color: var(--blue);
}
@media (max-width: 900px) {
  .prism-example-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .prism-example-grid { grid-template-columns: 1fr; }
}

/* ===== Testimonials (enterprise social proof) ===== */
.testimonials-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(26, 95, 219, 0.07), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 100%, rgba(15, 118, 110, 0.06), transparent 50%),
    #f8fafc;
}
.testimonials-section .section-head { max-width: 42rem; }
.proof-rating-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.5rem;
  align-items: center;
  margin: 1.75rem 0 2rem;
}
.proof-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  font-size: 0.88rem;
  color: var(--ink);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.proof-rating:hover {
  border-color: rgba(26, 95, 219, 0.45);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.proof-rating strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.proof-rating span { color: var(--muted); }
.proof-stars {
  color: #ca8a04;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.testimonial-item {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: 1.65rem 1.45rem 1.5rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.testimonial-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}
.testimonial-item.featured {
  background: linear-gradient(165deg, #0b1f4d 0%, #123a8c 55%, #1a5fdb 120%);
  border-color: transparent;
  color: #fff;
  grid-column: 1 / -1;
}
.testimonial-item.featured blockquote {
  color: #fff;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  max-width: 46rem;
}
.testimonial-item.featured .testimonial-meta,
.testimonials-page .testimonial-item.featured .testimonial-source {
  color: rgba(226, 232, 240, 0.88);
}
.testimonial-item.featured .testimonial-meta strong { color: #fff; }
.testimonial-item blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.45;
  color: var(--ink);
}
.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: auto;
}
.testimonial-avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
  background: linear-gradient(145deg, #1a5fdb, #0b2a8b);
}
.testimonial-item.featured .testimonial-avatar {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.testimonial-meta strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--ink);
}
.testimonial-meta span {
  display: block;
  font-size: 0.82rem;
  color: var(--muted);
  font-style: normal;
}
.testimonial-source {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue);
}
.testimonials-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.75rem;
}
.testimonials-foot p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 32rem;
}
/* Keep testimonials page on the standard dark page-hero (white text).
   Do not force a light background - it breaks contrast with .page-hero color:#fff. */
.testimonials-page .page-hero {
  color: #fff;
}
.testimonials-page .page-hero .h-display,
.testimonials-page .page-hero h1,
.testimonials-page .page-hero .lede,
.testimonials-page .page-hero .kicker,
.testimonials-page .page-hero .breadcrumbs,
.testimonials-page .page-hero .btn-ghost {
  color: inherit;
}
.testimonials-page .page-hero .lede {
  color: rgba(226, 232, 240, 0.84);
}
.testimonials-page .page-hero .kicker {
  color: #93c5fd;
}
.testimonials-page .page-hero .breadcrumbs a {
  color: #93c5fd;
}
.testimonials-page .section .h-display,
.testimonials-page .section-block .h-display {
  color: var(--ink);
}
.testimonials-page .reveal {
  opacity: 1;
  transform: none;
}
.testimonials-page .testimonial-item.featured {
  grid-column: auto;
}
.testimonials-page .testimonials-grid {
  grid-template-columns: repeat(2, 1fr);
}
.testimonials-page .testimonials-grid .span-2 {
  grid-column: 1 / -1;
}
@media (max-width: 960px) {
  .testimonials-grid,
  .testimonials-page .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .testimonial-item.featured,
  .testimonials-page .testimonials-grid .span-2 {
    grid-column: auto;
  }
}
