.crm-product {
  overflow: hidden;
  background: var(--color-surface);
}
.crm-hero {
  position: relative;
  padding: clamp(8rem, 12vw, 11rem) 0 clamp(4.5rem, 8vw, 7rem);
  background: radial-gradient(
      circle at 92% 12%,
      rgba(35, 131, 197, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 12% 88%,
      rgba(15, 122, 128, 0.13),
      transparent 32%
    ),
    linear-gradient(145deg, #eef7fb 0%, #fff 48%, #edf8f6 100%);
}
.crm-hero::after {
  position: absolute;
  inset: auto -12rem -12rem auto;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(35, 131, 197, 0.16);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 4rem rgba(35, 131, 197, 0.035),
    0 0 0 8rem rgba(15, 122, 128, 0.025);
}
.crm-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(34rem, 1.08fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: center;
}
.crm-hero__copy {
  --flow-space: 1.4rem;
}
.crm-hero h1 {
  font-size: clamp(2.4rem, 5.3vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.052em;
}
.crm-hero .lead {
  max-width: 43rem;
  color: #365565;
}
.crm-hero__actions,
.crm-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}
.crm-hero__note {
  max-width: 42rem;
  padding-left: 1rem;
  border-left: 3px solid var(--color-brand-teal);
  color: var(--color-muted);
  font-size: 0.93rem;
}
.crm-hero__visual {
  margin: 0;
}
.crm-browser-frame {
  overflow: hidden;
  border: 1px solid rgba(13, 42, 62, 0.16);
  border-radius: 1.8rem;
  background: #fff;
  box-shadow: var(--shadow-xl);
  transform: perspective(1300px) rotateY(-3deg) rotateX(1deg);
}
.crm-browser-frame__bar {
  display: flex;
  gap: 0.45rem;
  padding: 0.85rem 1.05rem;
  border-bottom: 1px solid var(--color-border);
  background: #f6f8fa;
}
.crm-browser-frame__bar span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #c7d4dc;
}
.crm-browser-frame__bar span:first-child {
  background: #e48b84;
}
.crm-browser-frame__bar span:nth-child(2) {
  background: #e3bf68;
}
.crm-browser-frame__bar span:nth-child(3) {
  background: #74b991;
}
.crm-browser-frame img {
  width: 100%;
  aspect-ratio: 803/544;
  object-fit: cover;
}
.crm-hero__visual figcaption {
  margin: 0.9rem 1rem 0;
  color: var(--color-muted);
  font-size: 0.8rem;
  text-align: center;
}
.crm-authority {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: var(--color-navy-950);
  color: #fff;
}
.crm-authority__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: 2.5rem;
}
.crm-authority h2 {
  color: #fff;
}
.crm-authority__intro > p:last-child {
  color: rgba(255, 255, 255, 0.76);
  font-size: var(--text-body-lg);
}
.crm-authority .eyebrow {
  color: #83d9d7;
}
.crm-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1.5rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}
.crm-proof-grid div {
  padding: 1.55rem;
  background: rgba(13, 42, 62, 0.92);
}
.crm-proof-grid dt {
  color: #83d9d7;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
}
.crm-proof-grid dd {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.5;
}
.crm-lifecycle .section-heading {
  max-width: 60rem;
}
.crm-diagram {
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--color-border);
  border-radius: 2rem;
  background: #fff;
  box-shadow: var(--shadow-md);
}
.crm-lifecycle__outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1.3rem;
}
.crm-lifecycle__outcomes article {
  padding: 1.4rem 1.5rem;
  border: 1px solid var(--color-border);
  border-radius: 1.15rem;
  background: var(--color-surface);
}
.crm-lifecycle__outcomes h3 {
  font-size: 1.1rem;
}
.crm-lifecycle__outcomes p {
  margin-top: 0.55rem;
  color: var(--color-muted);
}
.crm-profile__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(32rem, 1.14fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.crm-profile__grid > div {
  --flow-space: 1.35rem;
}
.crm-profile__visual {
  margin: 0;
}
.crm-profile__visual img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 2rem;
  box-shadow: var(--shadow-xl);
}
.crm-check-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}
.crm-check-list li {
  position: relative;
  padding-left: 2rem;
  color: rgba(255, 255, 255, 0.82);
}
.crm-check-list li::before {
  position: absolute;
  top: 0.42rem;
  left: 0;
  width: 1.15rem;
  height: 1.15rem;
  border: 2px solid #83d9d7;
  border-radius: 50%;
  content: "";
}
.crm-check-list li::after {
  position: absolute;
  top: 0.67rem;
  left: 0.31rem;
  width: 0.48rem;
  height: 0.25rem;
  border-bottom: 2px solid #83d9d7;
  border-left: 2px solid #83d9d7;
  content: "";
  transform: rotate(-45deg);
}
.crm-capabilities .section-heading {
  max-width: 61rem;
}
.crm-tabs {
  border: 1px solid var(--color-border);
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.crm-tabs__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0.55rem;
  background: var(--color-surface-soft);
}
.crm-tabs__list button {
  min-height: 4.4rem;
  padding: 0.85rem 1rem;
  border: 0;
  border-radius: 1rem;
  color: var(--color-muted);
  background: transparent;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  transition: color var(--duration-fast), background var(--duration-fast),
    box-shadow var(--duration-fast);
}
.crm-tabs__list button[aria-selected="true"] {
  color: #fff;
  background: var(--color-navy-950);
  box-shadow: var(--shadow-sm);
}
.crm-tab-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
}
#crm-feature-sales {
  display: block;
	
}
.crm-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}
.crm-feature-list article {
  position: relative;
  padding: 1.45rem 1.5rem 1.45rem 1.7rem;
  border: 1px solid var(--color-border);
  border-radius: 1.1rem;
  background: linear-gradient(145deg, #fff, #f7fafb);
}
.crm-feature-list article::before {
  position: absolute;
  top: 1.55rem;
  left: 0;
  width: 4px;
  height: 2.3rem;
  border-radius: 0 4px 4px 0;
  background: var(--color-brand-teal);
  content: "";
}
.crm-feature-list h3 {
  font-size: 1.08rem;
}
.crm-feature-list p {
  margin-top: 0.6rem;
  color: var(--color-muted);
}
html.no-js .crm-tabs__list {
  display: none;
}
html.no-js .crm-tab-panel[hidden] {
  display: block !important;
}
html.no-js .crm-tab-panel + .crm-tab-panel {
  border-top: 1px solid var(--color-border);
}
.crm-boundary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}
.crm-boundary-card {
  padding: clamp(1.6rem, 4vw, 2.5rem);
  border: 1px solid var(--color-border);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.crm-boundary-card--crm {
  border-color: rgba(15, 122, 128, 0.32);
  background: linear-gradient(145deg, #fff, #eef9f7);
}
.crm-boundary-card > span,
.crm-evidence-grid article > span,
.crm-industry-grid article > span {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.crm-boundary-card ul {
  display: grid;
  gap: 0.5rem;
  margin: 1.15rem 0 1.25rem;
  padding-left: 1.2rem;
  color: var(--color-muted);
}
.crm-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.crm-industry-grid article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 1.45rem;
  border: 1px solid var(--color-border);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.crm-industry-grid h3 {
  font-size: 1.15rem;
}
.crm-industry-grid p {
  margin: 0.75rem 0 1.2rem;
  color: var(--color-muted);
}
.crm-industry-grid a {
  margin-top: auto;
  font-weight: 700;
}
.crm-implementation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}
.crm-implementation-grid article {
  padding: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.07);
}
.crm-implementation-grid span {
  display: inline-flex;
  width: 2.45rem;
  height: 2.45rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-navy-950);
  background: #83d9d7;
  font-weight: 800;
}
.crm-implementation-grid h3 {
  margin-top: 1rem;
  color: #fff;
  font-size: 1.15rem;
}
.crm-implementation-grid p {
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.72);
}
.crm-implementation__note {
  margin-top: 1.35rem;
  padding: 1rem 1.2rem;
  border-left: 3px solid #83d9d7;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
}
.crm-evidence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.crm-evidence-grid article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid var(--color-border);
  border-radius: 1.25rem;
  background: #fff;
}
.crm-evidence-grid h3 {
  font-size: 1.16rem;
}
.crm-evidence-grid p {
  margin: 0.75rem 0 1.25rem;
  color: var(--color-muted);
}
.crm-evidence-grid .link-arrow {
  margin-top: auto;
}
.crm-pricing__heading {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  justify-content: space-between;
}
.crm-pricing__heading .section-heading {
  margin-bottom: 0;
}
.crm-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 2.5rem;
}
.crm-plan-grid article {
  position: relative;
  padding: clamp(1.5rem, 4vw, 2.35rem);
  border: 1px solid var(--color-border);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.crm-plan--featured {
  border-color: var(--color-brand-teal) !important;
  box-shadow: 0 20px 55px rgba(15, 122, 128, 0.15) !important;
}
.crm-plan--featured::before {
  position: absolute;
  top: 0;
  right: 1.4rem;
  padding: 0.38rem 0.75rem;
  border-radius: 0 0 0.7rem 0.7rem;
  color: #fff;
  background: var(--color-brand-teal);
  content: "Most flexible starting point";
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.crm-plan__label {
  color: var(--color-brand-teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.crm-plan-grid h3 {
  margin-top: 0.65rem;
}
.crm-plan-grid article > p:nth-of-type(2) {
  margin-top: 0.7rem;
  color: var(--color-muted);
}
.crm-plan-grid strong {
  display: block;
  margin-top: 1.2rem;
  color: var(--color-navy-950);
  font-size: 1.08rem;
}
.crm-plan-grid ul {
  display: grid;
  gap: 0.55rem;
  margin: 1.1rem 0 0;
  padding-left: 1.2rem;
  color: var(--color-muted);
}
.crm-comparison {
  margin-top: 2rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--color-border);
  border-radius: 1.5rem;
  background: #fff;
}
.crm-comparison__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1.45fr);
  gap: 2rem;
  align-items: start;
  margin-bottom: 1.2rem;
}
.crm-comparison__intro p {
  color: var(--color-muted);
}
.crm-table-wrap {
  overflow: auto;
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  background: #fff;
  overscroll-behavior-inline: contain;
}
.crm-table-wrap:focus-visible {
  outline-offset: 4px;
}
.crm-table-wrap table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.crm-table-wrap th,
.crm-table-wrap td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  text-align: left;
  vertical-align: top;
}
.crm-table-wrap tr > :last-child {
  border-right: 0;
}
.crm-table-wrap thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  color: #fff;
  background: var(--color-navy-950);
  font-size: 0.82rem;
}
.crm-table-wrap thead th:not(:first-child) {
  min-width: 13rem;
}
.crm-table-wrap tbody th[scope="row"] {
  width: 34%;
  color: var(--color-navy-950);
  background: #fbfcfd;
  font-weight: 700;
}
.crm-table-group th {
  padding: 0.65rem 1rem !important;
  color: var(--color-navy-950) !important;
  background: var(--color-surface-teal) !important;
  font-size: 0.76rem !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.crm-table-wrap tbody tr:last-child > * {
  border-bottom: 0;
}
.crm-pricing__disclaimer {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.8rem;
  color: #72530b;
  background: var(--color-warning-soft);
  font-size: 0.86rem;
}
.crm-final-cta {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: radial-gradient(
      circle at 85% 30%,
      rgba(35, 131, 197, 0.16),
      transparent 30%
    ),
    linear-gradient(135deg, #e5f4f5, #f1f8fb);
}
.crm-final-cta__inner {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: space-between;
}
.crm-final-cta__inner > div:first-child {
  max-width: 50rem;
}
.crm-final-cta__inner p:last-child {
  color: var(--color-muted);
  font-size: var(--text-body-lg);
}
@media (max-width: 1120px) {
  .crm-hero__grid,
  .crm-profile__grid {
    grid-template-columns: 1fr;
  }
  .crm-hero__visual {
    max-width: 55rem;
  }
  .crm-proof-grid,
  .crm-industry-grid,
  .crm-implementation-grid,
  .crm-evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .crm-browser-frame {
    transform: none;
  }
}
@media (max-width: 860px) {
  .crm-authority__intro,
  .crm-comparison__intro {
    grid-template-columns: 1fr;
  }
  .crm-tabs__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .crm-lifecycle__outcomes,
  .crm-plan-grid,
  .crm-boundary-grid {
    grid-template-columns: 1fr;
  }
  .crm-pricing__heading,
  .crm-final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .crm-pricing__heading .btn {
    align-self: flex-start;
  }
}
@media (max-width: 650px) {
  .crm-hero {
    padding-top: 7.25rem;
  }
  .crm-hero h1 {
    font-size: clamp(2.35rem, 13vw, 3.55rem);
  }
  .crm-hero__actions,
  .crm-final-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .crm-hero__actions .btn,
  .crm-final-cta__actions .btn {
    width: 100%;
  }
  .crm-proof-grid,
  .crm-industry-grid,
  .crm-implementation-grid,
  .crm-evidence-grid,
  .crm-feature-list {
    grid-template-columns: 1fr;
  }
  .crm-tabs__list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .crm-tabs__list button {
    min-width: 12rem;
    scroll-snap-align: start;
  }
  .crm-tab-panel {
    padding: 1rem;
  }
  .crm-profile__grid {
    gap: 2rem;
  }
  .crm-diagram {
    padding: 0.4rem;
    border-radius: 1rem;
  }
  .crm-comparison {
    padding: 1rem;
  }
  .crm-plan--featured::before {
    position: static;
    display: inline-block;
    margin: -1rem 0 1rem;
    border-radius: 0.6rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .crm-browser-frame {
    transform: none;
  }
}
.crm-industry-links {
  display: grid;
  margin-top: auto;
  gap: 0.55rem;
}
.crm-industry-links a {
  margin-top: 0;
}

.crm-app-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.35rem;
}
.crm-app-links a {
  display: grid;
  gap: 0.08rem;
  min-width: 13.5rem;
  color: var(--color-navy-950);
  text-decoration: none;
}
.crm-app-links a:hover {
  transform: translateY(-1px);
}
.crm-app-links span {
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.crm-app-links strong {
  font-size: 0.94rem;
}
.crm-app-note {
  max-width: 43rem;
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}
.crm-proof-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.crm-product-evidence .section-heading {
  max-width: 65rem;
}
.crm-product-evidence__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}
.crm-product-shot {
  grid-column: span 4;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.crm-product-shot--hero {
  grid-column: span 8;
}
.crm-product-shot--wide {
  grid-column: span 6;
}
.crm-product-shot img {
  width: 100%;
  height: 15rem;
  padding: 0.7rem;
  object-fit: contain;
  background: linear-gradient(145deg, #eff6f9, #fff);
}
.crm-product-shot figcaption {
  display: grid;
  gap: 0.35rem;
  padding: 1.05rem 1.15rem 1.2rem;
}
.crm-product-shot figcaption strong {
  color: var(--color-navy-950);
  font-size: 1rem;
}
.crm-product-shot figcaption span {
  color: var(--color-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}
.crm-product-evidence__note {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--color-brand-teal);
  color: var(--color-muted);
  background: #fff;
  font-size: 0.85rem;
}
.crm-credential__grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
.crm-credential__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24rem;
  padding: 2rem;
  border-radius: 2rem;
  background: #eaf7fb;
  box-shadow: inset 0 0 0 1px rgba(13, 42, 62, 0.08);
}
.crm-credential__visual img {
  width: min(100%, 25rem);
  height: auto;
}
.crm-credential__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.crm-partner-references {
  margin-top: 1.4rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  background: #fff;
}
.crm-partner-references > p {
  margin: 0 0 0.8rem;
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.crm-partner-references > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.6rem;
  align-items: center;
}
.crm-partner-references img {
  width: auto;
  max-width: 8rem;
  max-height: 2.7rem;
  object-fit: contain;
}
.crm-partner-references img:nth-child(3) {
  max-height: 3.2rem;
}
.crm-evidence-grid--media {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 1.1rem;
}
.crm-evidence-grid--media article {
  grid-column: span 5;
  padding: 0;
  overflow: hidden;
}
.crm-evidence-grid--media figure {
  height: 13.5rem;
  margin: 0;
  overflow: hidden;
  background: var(--color-surface-soft);
}
.crm-evidence-grid--media figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.crm-evidence-card__body {
  position: relative;
  display: flex;
  min-height: 20rem;
  flex-direction: column;
  padding: 1.45rem;
}
.crm-evidence-logo {
  position: absolute;
  top: -2.5rem;
  right: 1.2rem;
  width: auto !important;
  max-width: 5.2rem;
  height: 4.4rem !important;
  padding: 0.45rem;
  border: 1px solid var(--color-border);
  border-radius: 0.7rem;
  background: #fff;
  object-fit: contain !important;
  box-shadow: var(--shadow-sm);
}
.crm-evidence-card__body .link-arrow {
  margin-top: auto;
}
.crm-table-wrap table {
  min-width: 940px;
}
.crm-table-wrap tbody th[scope="row"] {
  width: 31%;
}
@media (max-width: 1120px) {
  .crm-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .crm-product-shot,
  .crm-product-shot--hero,
  .crm-product-shot--wide {
    grid-column: span 6;
  }
  .crm-credential__grid {
    grid-template-columns: 1fr;
  }
  .crm-credential__visual {
    min-height: 18rem;
  }
  .crm-evidence-grid--media article,
  .crm-evidence-grid--media article:last-child {
    grid-column: span 5;
  }
}
@media (max-width: 760px) {
  .crm-product-evidence__grid,
  .crm-evidence-grid--media {
    grid-template-columns: 1fr;
  }
  .crm-product-shot,
  .crm-product-shot--hero,
  .crm-product-shot--wide,
  .crm-evidence-grid--media article,
  .crm-evidence-grid--media article:last-child {
    grid-column: auto;
  }
  .crm-product-shot img {
    height: auto;
    max-height: 20rem;
  }
  .crm-evidence-grid--media figure {
    height: 12rem;
  }
  .crm-evidence-card__body {
    min-height: 0;
  }
  .crm-app-links {
    flex-direction: column;
  }
  .crm-app-links a {
    width: 100%;
  }
  .crm-partner-references > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .crm-partner-references img {
    justify-self: center;
  }
}

.crm-scope-label {
  display: inline-flex;
  margin: 0 0 0.55rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: var(--color-surface-blue);
  color: var(--color-brand-blue-800);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.crm-credential {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1.4rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #fff;
}
.crm-credential img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.crm-credential p {
  margin: 0;
  color: var(--color-muted);
}
@media (max-width: 35rem) {
  .crm-credential {
    grid-template-columns: 1fr;
  }
  .crm-credential img {
    max-width: 7rem;
  }
}

/* v12 comprehensive product and pricing rebuild */
.crm-credential {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1.35rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.07);
}
.crm-credential img {
  width: 14rem;
  height: auto;
  padding: 0.55rem;
  border-radius: 0.65rem;
  background: #fff;
}
.crm-credential p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}
.crm-credential a {
  color: #83d9d7;
}
.crm-industry-grid--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.crm-industry-grid--six article {
  min-height: 18rem;
}
.crm-industry-grid--six span {
  font-variant-numeric: tabular-nums;
}
.crm-partner-ecosystem__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.crm-partner-references {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--color-border);
  border-radius: 1.5rem;
  background: linear-gradient(145deg, #fff, #f5f9fa);
  box-shadow: var(--shadow-sm);
}
.crm-partner-references > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.crm-partner-references img {
  width: 100%;
  height: 4.25rem;
  padding: 0.8rem;
  object-fit: contain;
  border: 1px solid var(--color-border);
  border-radius: 0.85rem;
  background: #fff;
}
.crm-partner-references p {
  margin: 1rem 0 0;
  color: var(--color-muted);
  font-size: 0.84rem;
}
.crm-pricing-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: end;
  margin: 2rem 0 0;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--color-border);
  border-radius: 1.2rem;
  background: var(--color-surface-soft);
}
.crm-seat-control {
  display: grid;
  gap: 0.5rem;
  min-width: 14rem;
  color: var(--color-navy-950);
  font-weight: 700;
}
.crm-seat-control select {
  min-height: 3rem;
  padding: 0.65rem 2.4rem 0.65rem 0.85rem;
  border: 1px solid var(--color-border);
  border-radius: 0.75rem;
  color: var(--color-navy-950);
  background: #fff;
  font: inherit;
}
.crm-billing-control {
  display: flex;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  border: 0;
}
.crm-billing-control legend {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  color: var(--color-navy-950);
  font-weight: 700;
}
.crm-billing-control label {
  position: relative;
}
.crm-billing-control input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.crm-billing-control span {
  display: flex;
  min-height: 3rem;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: 0.75rem;
  color: var(--color-muted);
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}
.crm-billing-control small {
  padding: 0.18rem 0.4rem;
  border-radius: 999px;
  color: #0c625f;
  background: #dff4ef;
  font-size: 0.68rem;
}
.crm-billing-control input:checked + span {
  border-color: var(--color-brand-teal);
  color: #fff;
  background: var(--color-navy-950);
  box-shadow: var(--shadow-sm);
}
.crm-billing-control input:focus-visible + span {
  outline: 3px solid rgba(35, 131, 197, 0.35);
  outline-offset: 3px;
}
.crm-plan-grid--pricing {
  align-items: stretch;
}
.crm-price-card {
  display: flex;
  flex-direction: column;
}
.crm-price-card .btn {
  margin-top: 1rem;
}
.crm-price-card__price {
  display: grid;
  gap: 0.18rem;
  min-height: 7.3rem;
  align-content: center;
  margin-top: 1.25rem;
  padding: 1rem;
  border-radius: 1rem;
  background: var(--color-surface-soft);
}
.crm-price-card__price strong {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.05;
}
.crm-price-card__price span:last-child {
  color: var(--color-muted);
  font-size: 0.88rem;
}
.crm-price-card__currency {
  color: var(--color-brand-teal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.crm-price-card__band {
  min-height: 2.5rem;
  margin-top: 0.7rem !important;
  color: var(--color-muted);
  font-size: 0.88rem;
}
.crm-price-card ul {
  margin-top: 1.15rem;
}
.crm-price-card--enterprise .crm-price-card__price {
  background: #eef3f6;
}
.crm-price-schedule {
  margin-top: 2rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--color-border);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.crm-plan-help .section-heading {
  max-width: 64rem;
}
.crm-plan-guidance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.crm-plan-guidance article {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid var(--color-border);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.crm-plan-guidance article > p:not(.crm-plan__label) {
  margin: 0.75rem 0 1.25rem;
  color: var(--color-muted);
}
.crm-plan-guidance .btn {
  align-self: flex-start;
  margin-top: auto;
}
.crm-feature-table td:not(:first-child) {
  text-align: center;
}
.crm-feature-table td {
  color: #365565;
}
.crm-feature-table td:has(> .crm-status) {
  padding: 0.65rem;
}
.crm-feature-table tr:hover td,
.crm-feature-table tr:hover th[scope="row"] {
  background: #f4f9fa;
}
.crm-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.crm-faq__list {
  display: grid;
  gap: 0.75rem;
}
.crm-faq details {
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.crm-faq summary {
  padding: 1.15rem 3rem 1.15rem 1.2rem;
  color: var(--color-navy-950);
  font-weight: 800;
  cursor: pointer;
}
.crm-faq details p {
  margin: 0;
  padding: 0 1.2rem 1.2rem;
  color: var(--color-muted);
}
@media (max-width: 1120px) {
  .crm-industry-grid--six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .crm-partner-ecosystem__grid {
    grid-template-columns: 1fr;
  }
  .crm-faq__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 860px) {
  .crm-plan-guidance {
    grid-template-columns: 1fr;
  }
  .crm-pricing-controls {
    align-items: stretch;
    flex-direction: column;
  }
  .crm-seat-control {
    width: 100%;
  }
  .crm-billing-control {
    width: 100%;
  }
  .crm-billing-control label {
    flex: 1;
  }
  .crm-billing-control span {
    justify-content: center;
  }
}
@media (max-width: 650px) {
  .crm-credential {
    grid-template-columns: 1fr;
  }
  .crm-credential img {
    width: 7rem;
  }
  .crm-industry-grid--six {
    grid-template-columns: 1fr;
  }
  .crm-industry-grid--six article {
    min-height: 0;
  }
  .crm-partner-references > div {
    grid-template-columns: 1fr;
  }
  .crm-billing-control {
    flex-direction: column;
  }
  .crm-feature-table {
    font-size: 0.82rem;
  }
  .crm-feature-table th,
  .crm-feature-table td {
    padding: 0.75rem 0.7rem;
  }
  .crm-price-card__price {
    min-height: 6rem;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 650px) {
  .crm-proof-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================================================== 
   Twin CRM visual redesign — 3 August 2026
   Dark product hero, evidence-led layouts and stronger commercial hierarchy.
   ========================================================================== */
.crm-product {
  --crm-ice: #dff7f5;
  --crm-aqua: #7fe0dc;
  --crm-blue: #5db7ea;
  --crm-deep: #061c2b;
  --crm-panel: #0b3047;
  overflow: clip;
  background: #fff;
}
.crm-product section[id] {
  scroll-margin-top: calc(var(--header-height) + 5.75rem);
}

/* Dark, product-specific hero */
.crm-hero.crm-hero--dark {
  position: relative;
  min-height: min(59rem, calc(100svh - var(--header-height)));
  padding: clamp(7.5rem, 11vw, 10.25rem) 0 clamp(7.25rem, 10vw, 9rem);
  overflow: clip;
  color: #fff;
  background: radial-gradient(
      circle at 7% 18%,
      rgba(35, 131, 197, 0.34),
      transparent 29%
    ),
    radial-gradient(
      circle at 88% 82%,
      rgba(15, 122, 128, 0.36),
      transparent 33%
    ),
    linear-gradient(142deg, #051824 0%, #092b40 54%, #0c4d58 100%);
  isolation: isolate;
}
.crm-hero.crm-hero--dark::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: 0.24;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.055) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 4.5rem 4.5rem;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 92%);
}
.crm-hero.crm-hero--dark::after {
  position: absolute;
  right: -10rem;
  bottom: -15rem;
  z-index: -1;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(127, 224, 220, 0.2);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 5rem rgba(127, 224, 220, 0.035),
    0 0 0 10rem rgba(93, 183, 234, 0.025);
}
.crm-hero--dark .crm-hero__grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(35rem, 1.12fr);
  gap: clamp(3rem, 6vw, 7rem);
  min-height: 42rem;
}
.crm-hero--dark .eyebrow {
  color: var(--crm-aqua);
}
.crm-hero--dark h1 {
  color: #fff;
  text-wrap: balance;
}
.crm-hero--dark .lead {
  max-width: 45rem;
  color: rgba(255, 255, 255, 0.8);
}
.crm-hero--dark .crm-hero__note {
  border-left-color: var(--crm-aqua);
  color: rgba(255, 255, 255, 0.68);
}
.crm-hero--dark .crm-hero__note strong {
  color: #fff;
}
.crm-hero--dark .btn-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}
.crm-hero--dark .btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.13);
}
.crm-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.1rem;
}
.crm-hero__signals span {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  padding: 0.48rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.025em;
  backdrop-filter: blur(12px);
}
.crm-hero--dark .crm-app-links span,
.crm-hero--dark .crm-app-note {
  color: rgba(255, 255, 255, 0.58);
}
.crm-hero__visual {
  position: relative;
  padding: 2.2rem 2.1rem 2.5rem 0;
}
.crm-hero__visual-meta {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: grid;
  gap: 0.18rem;
  min-width: 14rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  color: #fff;
  background: rgba(5, 24, 36, 0.7);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
}
.crm-hero__visual-meta span,
.crm-hero__float span {
  color: var(--crm-aqua);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.crm-hero__visual-meta strong {
  font-size: 0.86rem;
}
.crm-hero--dark .crm-browser-frame {
  position: relative;
  z-index: 2;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 1.45rem;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.42);
  transform: perspective(1400px) rotateY(-4.5deg) rotateX(1.2deg);
}
.crm-hero--dark .crm-browser-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: inherit;
  pointer-events: none;
  content: "";
}
.crm-hero--dark .crm-hero__visual figcaption {
  color: rgba(255, 255, 255, 0.57);
}
.crm-hero__float {
  position: absolute;
  z-index: 5;
  display: grid;
  gap: 0.22rem;
  width: min(15rem, 45%);
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  color: #fff;
  background: rgba(7, 37, 53, 0.82);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}
.crm-hero__float strong {
  font-size: 0.82rem;
  line-height: 1.35;
}
.crm-hero__float--lifecycle {
  right: -0.4rem;
  bottom: 4.8rem;
}
.crm-hero__float--record {
  left: -1.7rem;
  bottom: 1.2rem;
}

/* Compact product navigator */
.crm-product-nav {
  position: relative;
  z-index: 22;
  height: 0;
}
.crm-product-nav__inner {
  position: sticky;
  top: calc(var(--header-height) + 0.75rem);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0.45rem;
  border: 1px solid rgba(13, 42, 62, 0.1);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(13, 42, 62, 0.16);
  backdrop-filter: blur(18px);
  transform: translateY(-50%);
}
.crm-product-nav a {
  display: flex;
  min-height: 3.8rem;
  align-items: center;
  gap: 0.62rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.9rem;
  color: var(--color-navy-950);
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  transition: color var(--duration-fast), background var(--duration-fast),
    transform var(--duration-fast);
}
.crm-product-nav a:hover {
  color: #fff;
  background: var(--color-navy-950);
  transform: translateY(-1px);
}
.crm-product-nav a span {
  display: inline-flex;
  width: 1.8rem;
  height: 1.8rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-brand-teal);
  background: var(--color-surface-teal);
  font-size: 0.65rem;
  font-weight: 850;
}
.crm-product-nav a:hover span {
  color: var(--color-navy-950);
  background: var(--crm-aqua);
}

/* Authority becomes a bright evidence panel rather than a second dark band */
.crm-authority.crm-authority--panel {
  padding: clamp(6rem, 9vw, 8.25rem) 0 clamp(4.5rem, 7vw, 6.5rem);
  color: var(--color-ink);
  background: #fff;
}
.crm-authority--panel .container-wide {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(13, 42, 62, 0.1);
  border-radius: 2rem;
  background: linear-gradient(145deg, #f9fcfd, #eef8f7);
  box-shadow: 0 26px 80px rgba(13, 42, 62, 0.09);
}
.crm-authority--panel h2 {
  color: var(--color-navy-950);
}
.crm-authority--panel .eyebrow {
  color: var(--color-brand-teal);
}
.crm-authority--panel .crm-authority__intro > p:last-child {
  color: var(--color-muted);
}
.crm-authority--panel .crm-proof-grid {
  gap: 0.75rem;
  border: 0;
  background: transparent;
  overflow: visible;
}
.crm-authority--panel .crm-proof-grid div {
  position: relative;
  min-height: 10.5rem;
  padding: 1.35rem;
  border: 1px solid rgba(13, 42, 62, 0.1);
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.crm-authority--panel .crm-proof-grid div::after {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 2.2rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--color-brand-blue),
    var(--color-brand-teal)
  );
  content: "";
}
.crm-authority--panel .crm-proof-grid dt {
  color: var(--color-navy-950);
}
.crm-authority--panel .crm-proof-grid dd {
  color: var(--color-muted);
}
.crm-authority--panel .crm-credential {
  border-color: rgba(13, 42, 62, 0.1);
  color: var(--color-ink);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.crm-authority--panel .crm-credential p {
  color: var(--color-muted);
}
.crm-authority--panel .crm-credential a {
  color: var(--color-brand-blue-800);
}

/* Editorial lifecycle split */
.crm-lifecycle {
  background: #fff;
}
.crm-lifecycle .container-wide {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  grid-template-rows: auto 1fr;
  gap: 1.35rem clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.crm-lifecycle .section-heading {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0;
}
.crm-lifecycle .crm-diagram {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: sticky;
  top: calc(var(--header-height) + 6rem);
  padding: 1.25rem;
  border-radius: 2rem;
  background: linear-gradient(145deg, #f6fbfd, #fff);
  box-shadow: 0 24px 70px rgba(13, 42, 62, 0.12);
}
.crm-lifecycle__outcomes {
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: 1fr;
  margin-top: 0.5rem;
}
.crm-lifecycle__outcomes article {
  position: relative;
  padding: 1.2rem 1.25rem 1.2rem 1.5rem;
  border-left: 4px solid var(--color-brand-teal);
  border-radius: 0 1rem 1rem 0;
  background: var(--color-surface-soft);
  box-shadow: none;
}

/* Dark content panel within a light section */
.crm-profile {
  padding-block: var(--section-space);
  color: #fff !important;
  background: var(--color-surface-soft) !important;
}
.crm-profile .crm-profile__grid {
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2.5rem;
  background: radial-gradient(
      circle at 88% 20%,
      rgba(35, 131, 197, 0.28),
      transparent 30%
    ),
    linear-gradient(135deg, #071e2d, #0c3951 62%, #0d5058);
  box-shadow: 0 35px 90px rgba(13, 42, 62, 0.2);
}
.crm-profile h2 {
  color: #fff;
}
.crm-profile .eyebrow {
  color: var(--crm-aqua);
}
.crm-profile p {
  color: rgba(255, 255, 255, 0.74);
}
.crm-profile__visual img {
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.035);
}

/* Bento evidence gallery */
.crm-product-evidence {
  position: relative;
  background: linear-gradient(180deg, #f3f7f9 0%, #fff 100%);
}
.crm-product-evidence::before {
  position: absolute;
  top: 5rem;
  right: -10rem;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  content: "";
  background: radial-gradient(
    circle,
    rgba(35, 131, 197, 0.12),
    transparent 66%
  );
  pointer-events: none;
}
.crm-product-shot {
  border: 0;
  border-radius: 1.55rem;
  box-shadow: 0 18px 48px rgba(13, 42, 62, 0.1);
  transition: transform var(--duration-standard),
    box-shadow var(--duration-standard);
}
.crm-product-shot:hover {
  box-shadow: 0 26px 70px rgba(13, 42, 62, 0.16);
  transform: translateY(-4px);
}
.crm-product-shot--hero {
  grid-column: span 8;
}
.crm-product-shot:not(.crm-product-shot--hero):not(.crm-product-shot--wide) {
  grid-column: span 4;
}
.crm-product-shot img {
  height: 16.5rem;
  padding: 1rem;
  background: linear-gradient(145deg, #eaf4f8, #fff);
}
.crm-product-shot--hero img {
  height: 23rem;
}
.crm-product-shot--wide img {
  height: 18rem;
}
.crm-product-shot figcaption {
  border-top: 1px solid rgba(13, 42, 62, 0.08);
}

/* Vertical capability console */
.crm-capabilities {
  background: #fff;
}
.crm-tabs {
  display: grid;
  grid-template-columns: minmax(14rem, 0.34fr) minmax(0, 1.66fr);
  border: 0;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 24px 70px rgba(13, 42, 62, 0.12);
}
.crm-tabs__list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1rem;
  background: linear-gradient(180deg, #0b2f46, #0d4653);
}
.crm-tabs__list button {
  min-height: 5.4rem;
  padding: 1rem 1.1rem;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.crm-tabs__list button[aria-selected="true"] {
  border-color: rgba(127, 224, 220, 0.38);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.crm-tabs__list button[aria-selected="true"]::before {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.65rem;
  border-radius: 50%;
  background: var(--crm-aqua);
  content: "";
  box-shadow: 0 0 0 0.3rem rgba(127, 224, 220, 0.12);
}
.crm-tab-panel {
  min-height: 31rem;
  padding: clamp(1.5rem, 4vw, 3rem);
}
.crm-feature-list article {
  border: 0;
  border-radius: 1.15rem;
  background: var(--color-surface-soft);
  box-shadow: inset 0 0 0 1px rgba(13, 42, 62, 0.07);
}

/* Industry mosaic */
.crm-industries {
  background: linear-gradient(180deg, #f2f6f8, #edf7f6);
}
.crm-industry-grid--six {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}
.crm-industry-grid--six article {
  grid-column: span 4;
  position: relative;
  min-height: 18.5rem;
  padding: 1.6rem;
  overflow: hidden;
  border: 0;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 16px 42px rgba(13, 42, 62, 0.09);
  transition: transform var(--duration-standard),
    box-shadow var(--duration-standard);
}
.crm-industry-grid--six article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.32rem;
  content: "";
  background: linear-gradient(
    90deg,
    var(--color-brand-blue),
    var(--color-brand-teal)
  );
}
.crm-industry-grid--six article:nth-child(1),
.crm-industry-grid--six article:nth-child(2) {
  grid-column: span 6;
  min-height: 20.5rem;
}
.crm-industry-grid--six article:nth-child(1) {
  color: #fff;
  background: radial-gradient(
      circle at 90% 20%,
      rgba(127, 224, 220, 0.22),
      transparent 30%
    ),
    linear-gradient(145deg, #092b40, #0e5059);
}
.crm-industry-grid--six article:nth-child(1) h3,
.crm-industry-grid--six article:nth-child(1) a {
  color: #fff;
}
.crm-industry-grid--six article:nth-child(1) p {
  color: rgba(255, 255, 255, 0.72);
}
.crm-industry-grid--six article:hover {
  box-shadow: 0 24px 65px rgba(13, 42, 62, 0.15);
  transform: translateY(-4px);
}
.crm-industry-grid--six article > span {
  font-size: 0.7rem;
}

/* CRM and CDP as two connected lanes */
.crm-product-boundary {
  background: #fff;
}
.crm-boundary-grid {
  position: relative;
  gap: 2.5rem;
}
.crm-boundary-grid::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  border: 8px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--color-brand-teal);
  content: "+";
  font-size: 1.5rem;
  font-weight: 800;
  transform: translate(-50%, -50%);
  box-shadow: var(--shadow-md);
}
.crm-boundary-card {
  border: 0;
  border-radius: 1.75rem;
  box-shadow: 0 20px 55px rgba(13, 42, 62, 0.11);
}
.crm-boundary-card--crm {
  color: #fff;
  background: linear-gradient(145deg, #08283c, #0b4c56);
}
.crm-boundary-card--crm h3,
.crm-boundary-card--crm .link-arrow {
  color: #fff;
}
.crm-boundary-card--crm ul {
  color: rgba(255, 255, 255, 0.72);
}
.crm-boundary-card--crm > span {
  color: var(--crm-aqua);
}

/* Connected implementation steps */
.crm-implementation {
  position: relative;
  overflow: hidden;
  background: radial-gradient(
      circle at 8% 85%,
      rgba(35, 131, 197, 0.3),
      transparent 28%
    ),
    linear-gradient(145deg, #061c2b, #0b334b 60%, #0d4b55);
}
.crm-implementation::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.22;
  background-image: linear-gradient(
    115deg,
    transparent 0 47%,
    rgba(255, 255, 255, 0.07) 47% 48%,
    transparent 48%
  );
}
.crm-implementation .container-wide {
  position: relative;
  z-index: 1;
}
.crm-implementation-grid {
  position: relative;
  gap: 1rem;
}
.crm-implementation-grid::before {
  position: absolute;
  top: 2.75rem;
  right: 8%;
  left: 8%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--crm-aqua),
    var(--crm-blue),
    transparent
  );
  content: "";
}
.crm-implementation-grid article {
  position: relative;
  min-height: 16rem;
  padding: 1.65rem;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(12px);
}
.crm-implementation-grid span {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 0.5rem #0a3348;
}

/* Integrations and evidence */
.crm-partner-ecosystem {
  background: #fff;
}
.crm-partner-references {
  border: 0;
  border-radius: 1.75rem;
  background: linear-gradient(145deg, #071f2f, #0d4653);
  box-shadow: 0 26px 70px rgba(13, 42, 62, 0.18);
}
.crm-partner-references img {
  border-color: rgba(255, 255, 255, 0.12);
}
.crm-partner-references p {
  color: rgba(255, 255, 255, 0.65);
}
.crm-evidence {
  background: linear-gradient(180deg, #f3f7f9, #fff);
}
.crm-evidence-grid--media article {
  border: 0;
  border-radius: 1.55rem;
  box-shadow: 0 18px 50px rgba(13, 42, 62, 0.1);
  transition: transform var(--duration-standard),
    box-shadow var(--duration-standard);
}
.crm-evidence-grid--media article:hover {
  box-shadow: 0 25px 65px rgba(13, 42, 62, 0.15);
  transform: translateY(-4px);
}

/* Pricing as a major dark commercial stage */
.crm-pricing {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(
      circle at 90% 8%,
      rgba(15, 122, 128, 0.4),
      transparent 28%
    ),
    radial-gradient(circle at 5% 92%, rgba(35, 131, 197, 0.3), transparent 30%),
    linear-gradient(145deg, #051824, #092d43 58%, #0c4a54);
}
.crm-pricing::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.16;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.08) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 5rem 5rem;
}
.crm-pricing > .container-wide {
  position: relative;
  z-index: 1;
}
.crm-pricing h2 {
  color: #fff;
}
.crm-pricing .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}
.crm-pricing .eyebrow {
  color: var(--crm-aqua);
}
.crm-pricing__heading > .btn-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
.crm-pricing-controls {
  margin-top: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}
.crm-pricing .crm-seat-control,
.crm-pricing .crm-billing-control legend {
  color: #fff;
}
.crm-pricing .crm-seat-control select {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  background: #0a3045;
}
.crm-pricing .crm-billing-control span {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.06);
}
.crm-pricing .crm-billing-control input:checked + span {
  border-color: var(--crm-aqua);
  color: var(--color-navy-950);
  background: var(--crm-aqua);
}
.crm-plan-grid--pricing {
  gap: 1.25rem;
  margin-top: 2rem;
}
.crm-plan-grid--pricing article {
  border: 0;
  border-radius: 1.75rem;
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.22);
}
.crm-plan-grid--pricing .crm-plan--featured {
  border: 2px solid var(--crm-aqua) !important;
  box-shadow: 0 35px 95px rgba(0, 0, 0, 0.32) !important;
  transform: translateY(-0.75rem);
}
.crm-plan-grid--pricing .crm-plan--featured::before {
  right: 50%;
  border-radius: 0 0 0.8rem 0.8rem;
  white-space: nowrap;
  transform: translateX(50%);
}
.crm-pricing__disclaimer {
  border: 1px solid rgba(255, 201, 95, 0.35);
}
.crm-price-schedule {
  border: 0;
  border-radius: 1.75rem;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.2);
}
.crm-price-schedule h3 {
  color: var(--color-navy-950);
}
.crm-price-schedule .crm-comparison__intro p {
  color: var(--color-muted);
}

/* Plan guidance and detailed comparison */
.crm-plan-help {
  background: linear-gradient(180deg, #f0f5f7, #fff);
}
.crm-plan-guidance article {
  border: 0;
  border-radius: 1.5rem;
  box-shadow: 0 16px 45px rgba(13, 42, 62, 0.1);
}
.crm-plan-guidance article.crm-plan--featured {
  color: #fff;
  background: linear-gradient(145deg, #08283c, #0d4e58);
}
.crm-plan-guidance article.crm-plan--featured h3 {
  color: #fff;
}
.crm-plan-guidance article.crm-plan--featured > p:not(.crm-plan__label) {
  color: rgba(255, 255, 255, 0.72);
}
.crm-plan-guidance article.crm-plan--featured .crm-plan__label {
  color: var(--crm-aqua);
}
.crm-plan-guidance article.crm-plan--featured .btn-primary {
  background: #fff;
  color: var(--color-navy-950);
}
.crm-comparison {
  border: 0;
  border-radius: 1.75rem;
  box-shadow: 0 20px 60px rgba(13, 42, 62, 0.1);
}

/* FAQ and final CTA */
.crm-faq {
  background: #fff;
}
.crm-faq details {
  overflow: hidden;
  border: 0;
  border-radius: 1rem;
  box-shadow: inset 0 0 0 1px rgba(13, 42, 62, 0.1), var(--shadow-sm);
}
.crm-faq details[open] {
  box-shadow: inset 4px 0 0 var(--color-brand-teal), var(--shadow-md);
}
.crm-final-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(
      circle at 80% 20%,
      rgba(127, 224, 220, 0.25),
      transparent 27%
    ),
    linear-gradient(135deg, #061c2b, #0c4653);
}
.crm-final-cta::before {
  position: absolute;
  right: -7rem;
  bottom: -13rem;
  width: 32rem;
  height: 32rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 4rem rgba(255, 255, 255, 0.025),
    0 0 0 8rem rgba(255, 255, 255, 0.018);
}
.crm-final-cta__inner {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px);
}
.crm-final-cta h2 {
  color: #fff;
}
.crm-final-cta .eyebrow {
  color: var(--crm-aqua);
}
.crm-final-cta__inner p:last-child {
  color: rgba(255, 255, 255, 0.7);
}
.crm-final-cta .btn-secondary {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

/* Responsive redesign rules */
@media (max-width: 1120px) {
  .crm-hero--dark .crm-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .crm-hero__visual {
    max-width: 58rem;
    padding-right: 3rem;
  }
  .crm-authority--panel .crm-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .crm-lifecycle .container-wide {
    grid-template-columns: 1fr;
  }
  .crm-lifecycle .section-heading,
  .crm-lifecycle .crm-diagram,
  .crm-lifecycle__outcomes {
    grid-column: 1;
    grid-row: auto;
  }
  .crm-lifecycle .crm-diagram {
    position: static;
  }
  .crm-lifecycle__outcomes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .crm-industry-grid--six article,
  .crm-industry-grid--six article:nth-child(1),
  .crm-industry-grid--six article:nth-child(2) {
    grid-column: span 6;
  }
}
@media (max-width: 900px) {
  .crm-product-nav {
    height: auto;
    padding: 0.8rem 0;
    background: #fff;
  }
  .crm-product-nav__inner {
    position: static;
    display: flex;
    overflow-x: auto;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    scroll-snap-type: x proximity;
  }
  .crm-product-nav a {
    min-width: 11.5rem;
    scroll-snap-align: start;
  }
  .crm-tabs {
    grid-template-columns: 1fr;
  }
  .crm-tabs__list {
    flex-direction: row;
    overflow-x: auto;
    background: linear-gradient(90deg, #0b2f46, #0d4653);
    scroll-snap-type: x mandatory;
  }
  .crm-tabs__list button {
    min-width: 13rem;
    scroll-snap-align: start;
  }
  .crm-tab-panel {
    min-height: 0;
  }
  .crm-boundary-grid::before {
    display: none;
  }
  .crm-plan-grid--pricing .crm-plan--featured {
    transform: none;
  }
}
@media (max-width: 700px) {
  .crm-hero.crm-hero--dark {
    padding-top: 7.4rem;
    padding-bottom: 5rem;
  }
  .crm-hero__visual {
    padding: 1.8rem 0 3.5rem;
  }
  .crm-hero__visual-meta {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0.8rem;
  }
  .crm-hero__float {
    width: min(15rem, 72%);
  }
  .crm-hero__float--record {
    left: -0.25rem;
    bottom: 0.3rem;
  }
  .crm-hero__float--lifecycle {
    right: -0.25rem;
    bottom: 3.4rem;
  }
  .crm-authority.crm-authority--panel {
    padding-top: 4.5rem;
  }
  .crm-authority--panel .container-wide {
    border-radius: 1.35rem;
  }
  .crm-authority--panel .crm-proof-grid,
  .crm-lifecycle__outcomes {
    grid-template-columns: 1fr;
  }
  .crm-authority--panel .crm-proof-grid div {
    min-height: 0;
  }
  .crm-profile .crm-profile__grid {
    border-radius: 1.5rem;
  }
  .crm-product-shot--hero,
  .crm-product-shot:not(.crm-product-shot--hero):not(.crm-product-shot--wide),
  .crm-product-shot--wide {
    grid-column: auto;
  }
  .crm-product-shot--hero img,
  .crm-product-shot--wide img,
  .crm-product-shot img {
    height: auto;
    max-height: 20rem;
  }
  .crm-industry-grid--six article,
  .crm-industry-grid--six article:nth-child(1),
  .crm-industry-grid--six article:nth-child(2) {
    grid-column: span 12;
    min-height: 0;
  }
  .crm-implementation-grid::before {
    display: none;
  }
  .crm-plan-grid--pricing .crm-plan--featured::before {
    right: auto;
    transform: none;
  }
  .crm-final-cta__inner {
    border-radius: 1.4rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .crm-product-shot,
  .crm-industry-grid--six article,
  .crm-evidence-grid--media article,
  .crm-product-nav a {
    transition: none;
  }
  .crm-product-shot:hover,
  .crm-industry-grid--six article:hover,
  .crm-evidence-grid--media article:hover,
  .crm-product-nav a:hover {
    transform: none;
  }
  .crm-hero--dark .crm-browser-frame {
    transform: none;
  }
}

/* Final visual QA corrections */
.crm-lifecycle .crm-diagram {
  position: relative;
  top: auto;
}
.crm-industry-grid--six article:nth-child(n + 3) {
  grid-column: span 6;
}
.crm-price-schedule .crm-table-wrap td {
  color: #365565;
  background: #fff;
}
.crm-price-schedule .crm-table-wrap tbody th[scope="row"] {
  color: var(--color-navy-950);
}
@media (max-width: 700px) {
  .crm-industry-grid--six article:nth-child(n + 3) {
    grid-column: span 12;
  }
}

/* Twin CRM product gallery and client showcase — site 69 */
html.crm-modal-open,
html.crm-modal-open body {
  overflow: hidden;
}

.crm-product-evidence {
  overflow: clip;
}

.crm-product-gallery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(17rem, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(1rem, 2.6vw, 2.25rem);
  align-items: stretch;
  margin-top: clamp(2rem, 4vw, 3.25rem);
  padding: clamp(0.75rem, 1.5vw, 1.15rem);
  border: 1px solid rgba(13, 42, 62, 0.1);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 80px rgba(13, 42, 62, 0.13);
  backdrop-filter: blur(16px);
}

.crm-gallery__tabs {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  padding: 0.65rem;
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at 15% 0%, rgba(127, 224, 220, 0.18), transparent 34%),
    linear-gradient(155deg, #071f30, #0b3e50 62%, #0d5058);
}

.crm-gallery__tab {
  display: grid;
  grid-template-columns: 2.3rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  min-height: 4.8rem;
  padding: 0.9rem 0.95rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  color: rgba(255, 255, 255, 0.68);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color var(--duration-standard), background var(--duration-standard), border-color var(--duration-standard), transform var(--duration-standard);
}

.crm-gallery__tab:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  transform: translateX(0.18rem);
}

.crm-gallery__tab[aria-selected="true"] {
  border-color: rgba(127, 224, 220, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 3px 0 0 var(--crm-aqua);
}

.crm-gallery__tab:focus-visible,
.crm-gallery__open:focus-visible,
.crm-lightbox button:focus-visible,
.crm-client-tabs__list button:focus-visible,
.crm-client-logo:focus-visible {
  outline: 3px solid #5bd1ff;
  outline-offset: 3px;
}

.crm-gallery__number {
  display: inline-grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.7rem;
  color: var(--crm-aqua);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.crm-gallery__tab-copy {
  display: grid;
  gap: 0.22rem;
}

.crm-gallery__tab-copy strong {
  color: inherit;
  font-size: 0.93rem;
  line-height: 1.25;
}

.crm-gallery__tab-copy small {
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.74rem;
  line-height: 1.42;
}

.crm-gallery__tab[aria-selected="true"] small {
  color: rgba(255, 255, 255, 0.76);
}

.crm-gallery__stage {
  position: relative;
  min-width: 0;
  border-radius: 1.45rem;
}

.crm-gallery__panel {
  min-height: 100%;
}

.crm-product-gallery.is-enhanced .crm-gallery__panel[hidden] {
  display: none;
}

.crm-product-gallery:not(.is-enhanced) .crm-gallery__panel + .crm-gallery__panel {
  margin-top: 1.2rem;
}

.crm-gallery__figure {
  display: grid;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 42, 62, 0.1);
  border-radius: 1.45rem;
  background: #fff;
  box-shadow: 0 18px 54px rgba(13, 42, 62, 0.1);
}

.crm-gallery__open {
  display: grid;
  width: 100%;
  min-height: 31rem;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: inherit;
  background: linear-gradient(145deg, #e9f3f7, #f9fcfd);
  text-align: inherit;
  cursor: zoom-in;
}

.crm-gallery__browser-bar {
  display: grid;
  grid-template-columns: repeat(3, 0.62rem) minmax(0, 1fr);
  gap: 0.38rem;
  align-items: center;
  min-height: 2.7rem;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(13, 42, 62, 0.1);
  background: #fff;
}

.crm-gallery__browser-bar i {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: #d0dce2;
}

.crm-gallery__browser-bar i:nth-child(1) { background: #ff8b80; }
.crm-gallery__browser-bar i:nth-child(2) { background: #f6c85f; }
.crm-gallery__browser-bar i:nth-child(3) { background: #68c896; }

.crm-gallery__browser-bar span {
  justify-self: center;
  width: min(58%, 23rem);
  margin-right: 2.7rem;
  padding: 0.34rem 0.75rem;
  border-radius: 99rem;
  color: #718895;
  background: #f0f5f7;
  font-size: 0.68rem;
  text-align: center;
}

.crm-gallery__image-wrap {
  position: relative;
  display: grid;
  min-height: 28rem;
  place-items: center;
  padding: clamp(1rem, 3vw, 2.3rem);
}

.crm-gallery__image-wrap img {
  width: 100%;
  height: 100%;
  max-height: 27rem;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(13, 42, 62, 0.14));
  transition: transform var(--duration-standard), filter var(--duration-standard);
}

.crm-gallery__open:hover .crm-gallery__image-wrap img {
  transform: scale(1.018);
  filter: drop-shadow(0 24px 34px rgba(13, 42, 62, 0.2));
}

.crm-gallery__zoom-hint {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 99rem;
  color: #fff;
  background: rgba(7, 31, 48, 0.82);
  box-shadow: 0 8px 24px rgba(7, 31, 48, 0.2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(0.35rem);
  transition: opacity var(--duration-standard), transform var(--duration-standard);
}

.crm-gallery__open:hover .crm-gallery__zoom-hint,
.crm-gallery__open:focus-visible .crm-gallery__zoom-hint {
  opacity: 1;
  transform: none;
}

.crm-gallery__figure figcaption {
  display: grid;
  grid-template-columns: minmax(12rem, 0.55fr) minmax(0, 1.45fr);
  gap: 1rem;
  align-items: baseline;
  padding: 1.15rem 1.35rem 1.3rem;
  border-top: 1px solid rgba(13, 42, 62, 0.08);
}

.crm-gallery__figure figcaption strong {
  color: var(--color-navy-950);
  font-size: 1rem;
}

.crm-gallery__figure figcaption span {
  color: var(--color-muted);
  font-size: 0.87rem;
  line-height: 1.5;
}

.crm-lightbox {
  width: min(94vw, 92rem);
  max-width: none;
  max-height: 94vh;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 1.5rem;
  color: var(--color-navy-950);
  background: transparent;
}

.crm-lightbox::backdrop {
  background: rgba(2, 13, 22, 0.86);
  backdrop-filter: blur(8px);
}

.crm-lightbox__shell {
  display: grid;
  max-height: 94vh;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 35px 110px rgba(0, 0, 0, 0.5);
}

.crm-lightbox__topbar {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1.1rem 0.85rem 1.35rem;
  border-bottom: 1px solid rgba(13, 42, 62, 0.1);
}

.crm-lightbox__topbar .eyebrow {
  margin-bottom: 0.22rem;
}

.crm-lightbox__topbar h2 {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
}

.crm-lightbox__close {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(13, 42, 62, 0.13);
  border-radius: 50%;
  color: var(--color-navy-950);
  background: #f2f6f8;
  cursor: pointer;
}

.crm-lightbox__close span {
  margin-top: -0.12rem;
  font-size: 1.75rem;
  line-height: 1;
}

.crm-lightbox__figure {
  display: grid;
  min-height: 0;
  margin: 0;
  overflow: auto;
  background: linear-gradient(145deg, #eaf3f7, #fff);
}

.crm-lightbox__figure img {
  width: 100%;
  height: min(68vh, 52rem);
  padding: clamp(1rem, 3vw, 2rem);
  object-fit: contain;
}

.crm-lightbox__figure figcaption {
  padding: 0.85rem 1.25rem 1rem;
  border-top: 1px solid rgba(13, 42, 62, 0.08);
  color: var(--color-muted);
  background: #fff;
  font-size: 0.86rem;
  text-align: center;
}

.crm-lightbox__controls {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 0.8rem 1.1rem;
  border-top: 1px solid rgba(13, 42, 62, 0.1);
  background: #f8fafb;
}

.crm-lightbox__controls button {
  min-height: 2.65rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(13, 42, 62, 0.13);
  border-radius: 0.75rem;
  color: var(--color-navy-950);
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}

.crm-lightbox__controls button:last-child {
  justify-self: end;
}

.crm-lightbox__controls p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

/* Twin CRM action grid — site 70 */
.crm-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(2rem, 4vw, 3.25rem);
}

.crm-action-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(13, 42, 62, 0.1);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(13, 42, 62, 0.1);
  transition: border-color var(--duration-standard), box-shadow var(--duration-standard), transform var(--duration-standard);
}

.crm-action-card:hover {
  border-color: rgba(35, 131, 197, 0.24);
  box-shadow: 0 24px 58px rgba(13, 42, 62, 0.14);
  transform: translateY(-0.2rem);
}

.crm-action-card__heading {
  display: grid;
  grid-template-columns: 2.45rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  min-height: 8.6rem;
  padding: 1.15rem 1.15rem 1.05rem;
  background:
    radial-gradient(circle at 8% 0%, rgba(127, 224, 220, 0.16), transparent 38%),
    linear-gradient(155deg, #071f30, #0b3e50 65%, #0d5058);
}

.crm-action-card__number {
  display: inline-grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.72rem;
  color: var(--crm-aqua);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.crm-action-card__heading h3 {
  margin: 0 0 0.32rem;
  color: #fff;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.25;
}

.crm-action-card__heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
  line-height: 1.5;
}

.crm-action-card__figure {
  display: grid;
  min-height: 0;
  flex: 1;
  margin: 0;
  background: linear-gradient(145deg, #e9f3f7, #f9fcfd);
}

.crm-action-card__image {
  display: grid;
  min-height: 17rem;
  place-items: center;
  padding: clamp(0.75rem, 1.8vw, 1.25rem);
}

.crm-action-card__image img {
  width: 100%;
  height: 100%;
  max-height: 19rem;
  object-fit: contain;
  filter: drop-shadow(0 13px 20px rgba(13, 42, 62, 0.13));
}

@media (max-width: 1120px) {
  .crm-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .crm-action-grid {
    grid-template-columns: 1fr;
  }
  .crm-action-card {
    border-radius: 1rem;
  }
  .crm-action-card__heading {
    min-height: 0;
    padding: 1rem;
  }
  .crm-action-card__image {
    min-height: 15rem;
    padding: 0.8rem;
  }
  .crm-action-card__image img {
    max-height: 17rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .crm-action-card {
    transition: none;
  }
  .crm-action-card:hover {
    transform: none;
  }
}

/* Client logo showcase */
.crm-client-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 4%, rgba(35, 131, 197, 0.12), transparent 26rem),
    linear-gradient(180deg, #f3f7f9 0%, #fff 92%);
}

.crm-client-showcase::before {
  position: absolute;
  top: 8rem;
  left: -12rem;
  width: 26rem;
  height: 26rem;
  border: 1px solid rgba(13, 42, 62, 0.06);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 4rem rgba(13, 42, 62, 0.018), 0 0 0 8rem rgba(13, 42, 62, 0.012);
  pointer-events: none;
}

.crm-client-showcase__heading {
  position: relative;
  z-index: 1;
  max-width: 59rem;
}

.crm-client-tabs {
  position: relative;
  z-index: 1;
  margin-top: clamp(1.8rem, 3.5vw, 2.8rem);
}

.crm-client-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  padding: 0.48rem;
  border: 1px solid rgba(13, 42, 62, 0.1);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 45px rgba(13, 42, 62, 0.08);
  backdrop-filter: blur(14px);
}

.crm-client-tabs__list button {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.62rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.85rem;
  color: #365565;
  background: transparent;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
  transition: color var(--duration-standard), background var(--duration-standard), box-shadow var(--duration-standard), transform var(--duration-standard);
}

.crm-client-tabs__list button span {
  display: inline-grid;
  min-width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  border-radius: 99rem;
  color: #5c7582;
  background: #e9f0f3;
  font-size: 0.67rem;
}

.crm-client-tabs__list button:hover {
  color: var(--color-navy-950);
  background: #eef5f7;
  transform: translateY(-1px);
}

.crm-client-tabs__list button[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(135deg, #0a3047, #0d5660);
  box-shadow: 0 10px 28px rgba(13, 66, 79, 0.22);
}

.crm-client-tabs__list button[aria-selected="true"] span {
  color: #073346;
  background: var(--crm-aqua);
}

.crm-client-tabs__panels {
  margin-top: 1.25rem;
}

.crm-client-tabs.is-enhanced .crm-client-panel[hidden] {
  display: none;
}

.crm-client-tabs:not(.is-enhanced) .crm-client-panel + .crm-client-panel {
  margin-top: 2rem;
}

.crm-client-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.crm-client-logo {
  display: grid;
  min-height: 8.1rem;
  place-items: center;
  padding: clamp(1rem, 2vw, 1.45rem);
  overflow: hidden;
  border: 1px solid rgba(13, 42, 62, 0.09);
  border-radius: 1.1rem;
  color: inherit;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(13, 42, 62, 0.065);
  text-decoration: none;
  transition: border-color var(--duration-standard), box-shadow var(--duration-standard), transform var(--duration-standard);
}

.crm-client-logo:is(a):hover {
  border-color: rgba(35, 131, 197, 0.35);
  box-shadow: 0 18px 42px rgba(13, 42, 62, 0.12);
  transform: translateY(-3px);
}

.crm-client-logo img {
  width: auto;
  max-width: min(100%, 12.5rem);
  height: auto;
  max-height: 4.6rem;
  object-fit: contain;
  filter: saturate(0.94);
  transition: filter var(--duration-standard), transform var(--duration-standard);
}

.crm-client-logo:is(a):hover img {
  filter: saturate(1.05);
  transform: scale(1.025);
}

.crm-client-grid--retail {
  grid-template-columns: minmax(13rem, 17rem);
}

.crm-client-showcase__footer {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--color-brand-teal);
  color: var(--color-muted);
  background: rgba(255, 255, 255, 0.86);
  font-size: 0.83rem;
}

.crm-client-showcase__footer p {
  max-width: 53rem;
  margin: 0;
}

.crm-client-showcase__footer > div {
  display: flex;
  flex: 0 0 auto;
  gap: 1.1rem;
  align-items: center;
}

@media (max-width: 1120px) {
  .crm-product-gallery {
    grid-template-columns: minmax(15rem, 0.45fr) minmax(0, 1.55fr);
  }
  .crm-gallery__open {
    min-height: 27rem;
  }
  .crm-gallery__image-wrap {
    min-height: 24rem;
  }
  .crm-client-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .crm-client-grid--retail {
    grid-template-columns: minmax(13rem, 17rem);
  }
}

@media (max-width: 900px) {
  .crm-product-gallery {
    grid-template-columns: 1fr;
  }
  .crm-gallery__tabs {
    flex-direction: row;
    overflow-x: auto;
    padding: 0.55rem;
    scroll-padding-inline: 0.55rem;
    scroll-snap-type: x mandatory;
  }
  .crm-gallery__tab {
    min-width: 14rem;
    min-height: 5rem;
    scroll-snap-align: start;
  }
  .crm-gallery__tab:hover {
    transform: translateY(-1px);
  }
  .crm-gallery__tab[aria-selected="true"] {
    box-shadow: inset 0 -3px 0 var(--crm-aqua);
  }
  .crm-gallery__open {
    min-height: 25rem;
  }
  .crm-gallery__image-wrap {
    min-height: 22rem;
  }
  .crm-client-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .crm-client-grid--retail {
    grid-template-columns: minmax(13rem, 17rem);
  }
  .crm-client-showcase__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .crm-product-gallery {
    padding: 0.5rem;
    border-radius: 1.35rem;
  }
  .crm-gallery__tabs {
    border-radius: 1rem;
  }
  .crm-gallery__tab {
    min-width: 13.5rem;
  }
  .crm-gallery__figure,
  .crm-gallery__stage {
    border-radius: 1rem;
  }
  .crm-gallery__open {
    min-height: 20rem;
  }
  .crm-gallery__browser-bar span {
    width: 66%;
  }
  .crm-gallery__image-wrap {
    min-height: 17rem;
    padding: 0.85rem;
  }
  .crm-gallery__image-wrap img {
    max-height: 17rem;
  }
  .crm-gallery__zoom-hint {
    display: none;
  }
  .crm-gallery__figure figcaption {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding: 1rem;
  }
  .crm-lightbox {
    width: 96vw;
    max-height: 96vh;
    border-radius: 1rem;
  }
  .crm-lightbox__shell {
    max-height: 96vh;
    border-radius: 1rem;
  }
  .crm-lightbox__figure img {
    height: min(61vh, 37rem);
    padding: 0.75rem;
  }
  .crm-lightbox__controls {
    grid-template-columns: 1fr 1fr;
  }
  .crm-lightbox__controls p {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: center;
  }
  .crm-lightbox__controls button:first-child {
    grid-column: 1;
  }
  .crm-lightbox__controls button:last-child {
    grid-column: 2;
  }
  .crm-client-tabs__list {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-padding-inline: 0.48rem;
    scroll-snap-type: x mandatory;
  }
  .crm-client-tabs__list button {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .crm-client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }
  .crm-client-grid--retail {
    grid-template-columns: minmax(0, 1fr);
  }
  .crm-client-logo {
    min-height: 6.9rem;
    padding: 0.9rem;
  }
  .crm-client-logo img {
    max-height: 3.8rem;
  }
  .crm-client-showcase__footer > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
  }
}

@media (max-width: 420px) {
  .crm-gallery__tab {
    min-width: 12.4rem;
  }
  .crm-gallery__tab-copy small {
    display: none;
  }
  .crm-gallery__open {
    min-height: 17rem;
  }
  .crm-gallery__image-wrap {
    min-height: 14rem;
  }
  .crm-gallery__image-wrap img {
    max-height: 14rem;
  }
  .crm-client-grid {
    grid-template-columns: 1fr 1fr;
  }
  .crm-client-logo {
    min-height: 6.2rem;
    padding: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .crm-gallery__tab,
  .crm-gallery__image-wrap img,
  .crm-gallery__zoom-hint,
  .crm-client-tabs__list button,
  .crm-client-logo,
  .crm-client-logo img {
    transition: none;
  }
  .crm-gallery__tab:hover,
  .crm-gallery__open:hover .crm-gallery__image-wrap img,
  .crm-client-tabs__list button:hover,
  .crm-client-logo:is(a):hover,
  .crm-client-logo:is(a):hover img {
    transform: none;
  }
}
