/* Sales CRM Software landing page */
.sales-crm-softwares-page {
  --crm-blue: #1e5bfa;
  --crm-blue-dark: #0b3a68;
  --crm-navy: #071a35;
  --crm-ink: #10223b;
  --crm-muted: #5f7087;
  --crm-line: #dfe7f2;
  --crm-pale: #f3f7ff;
  --crm-orange: #f56d25;
  margin: 0;
  color: var(--crm-ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

.sales-crm-softwares-page *,
.sales-crm-softwares-page *::before,
.sales-crm-softwares-page *::after {
  box-sizing: border-box;
}

/* Use the same navigation shell as the Beat Planning page. */
.sales-crm-softwares-page .ffm-nav-shell.main-container {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 92px;
  min-height: 0;
  background: transparent;
}

.sales-crm-softwares-page .ffm-nav-shell .header-container {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  margin: 0;
  background: transparent;
  transition: background-color 220ms ease, box-shadow 220ms ease;
}

.sales-crm-softwares-page .ffm-nav-shell .header-container.header-on-scroll {
  position: fixed;
  background: #fff;
  box-shadow: 0 5px 18px rgba(0, 28, 64, 0.12);
  backdrop-filter: none;
}

.sales-crm-softwares-page img {
  max-width: 100%;
}

.sales-crm-softwares-page .skip-link {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 16px;
  padding: 10px 16px;
  color: #fff;
  background: #011851;
  border-radius: 0 0 6px 6px;
  transform: translateY(-120%);
}

.sales-crm-softwares-page .skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.sales-crm-softwares-page a:focus-visible,
.sales-crm-softwares-page button:focus-visible,
.sales-crm-softwares-page [tabindex]:focus-visible {
  outline: 3px solid #62cff4;
  outline-offset: 4px;
}

.sales-crm-softwares-page .crm-container {
  width: min(calc(100% - 48px), 1180px);
  margin-inline: auto;
}

.sales-crm-softwares-page .crm-section {
  padding: 104px 0;
}

.sales-crm-softwares-page .crm-eyebrow {
  margin: 0 0 12px;
  color: var(--crm-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sales-crm-softwares-page .crm-section-heading {
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.sales-crm-softwares-page .crm-section-heading--left {
  max-width: 760px;
  margin-inline: 0;
  text-align: left;
}

.sales-crm-softwares-page .crm-section-heading--wide {
  max-width: 900px;
}

.sales-crm-softwares-page .crm-section-heading h2,
.sales-crm-softwares-page .crm-trust h2,
.sales-crm-softwares-page .crm-final-cta h2 {
  margin: 0;
  color: var(--crm-ink);
  font-size: clamp(29px, 3.5vw, 44px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.sales-crm-softwares-page .crm-section-heading > p:last-child,
.sales-crm-softwares-page .crm-final-cta-inner > p {
  margin: 20px 0 0;
  color: var(--crm-muted);
  font-size: 16px;
  line-height: 1.75;
}

/* Hero */
.sales-crm-softwares-page .crm-suite-hero {
  min-height: 800px;
}

.sales-crm-softwares-page .crm-suite-hero-inner {
  min-height: 800px;
  padding-bottom: 160px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(44px, 5vw, 72px);
}

.sales-crm-softwares-page .crm-suite-hero .prod-hero-copy {
  max-width: 650px;
  padding-left: 0;
}

.sales-crm-softwares-page .prod-hero-headline {
  max-width: 720px;
  font-size: clamp(36px, 3.25vw, 50px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.09;
}

.sales-crm-softwares-page .crm-hero-title-fixed {
  display: block;
}

.sales-crm-softwares-page .crm-hero-title-line {
  display: block;
  white-space: nowrap;
}

.sales-crm-softwares-page .crm-hero-title-rotator {
  display: grid;
  width: 100%;
  height: 1.18em;
  margin-top: 0.06em;
  align-items: center;
  justify-items: start;
  overflow: hidden;
}

.sales-crm-softwares-page .crm-hero-rotating-text {
  grid-area: 1 / 1;
  display: inline-block;
  color: var(--crm-blue);
  background: linear-gradient(90deg, #62cff4 0%, #2c67f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: opacity 300ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
  will-change: opacity, transform;
}

.sales-crm-softwares-page .crm-hero-rotating-text.is-leaving {
  opacity: 0;
  transform: translate3d(0, -55%, 0);
}

.sales-crm-softwares-page .crm-hero-rotating-text.is-entering {
  opacity: 0;
  transform: translate3d(0, 55%, 0);
  transition: none;
}

.sales-crm-softwares-page .prod-hero-sub {
  max-width: 620px;
  margin: 26px 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}

.sales-crm-softwares-page .crm-hero-proof {
  display: grid;
  max-width: 610px;
  margin: 0 0 36px;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 28px;
  list-style: none;
}

.sales-crm-softwares-page .crm-hero-proof li {
  position: relative;
  padding-left: 32px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.sales-crm-softwares-page .crm-hero-proof li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  color: #0b3a68;
  background: #62cff4;
  border-radius: 50%;
  content: "✓";
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  place-items: center;
}

.sales-crm-softwares-page .crm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.sales-crm-softwares-page .crm-btn-secondary {
  display: inline-flex;
  min-width: 176px;
  min-height: 52px;
  padding: 13px 24px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.sales-crm-softwares-page .crm-btn-secondary:hover {
  color: var(--crm-blue-dark);
  background: #fff;
  text-decoration: none;
}

.sales-crm-softwares-page .crm-suite-hero-dashboard {
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.sales-crm-softwares-page .crm-suite-hero-dashboard::before {
  display: none;
}

.sales-crm-softwares-page .crm-suite-hero-dashboard img {
  width: 100%;
  max-height: 460px;
  height: auto;
  border-radius: 0;
  filter: drop-shadow(0 24px 34px rgba(0, 22, 60, 0.2));
  object-fit: contain;
}

.sales-crm-softwares-page .crm-suite-hero .prod-hero-visual {
  width: 100%;
  max-width: 650px;
  margin-top: 28px;
  padding: 0;
  align-self: start;
  justify-self: end;
  transform: translateX(clamp(18px, 3vw, 54px));
}

.sales-crm-softwares-page .crm-hero-signal {
  position: absolute;
  z-index: 2;
  display: flex;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  color: #163456;
  background: #fff;
  border: 1px solid rgba(30, 91, 250, 0.14);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(1, 16, 38, 0.25);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.sales-crm-softwares-page .crm-hero-signal span {
  width: 9px;
  height: 9px;
  background: #20b26b;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(32, 178, 107, 0.12);
}

.sales-crm-softwares-page .crm-hero-signal--lead {
  top: 8%;
  left: -7%;
}

.sales-crm-softwares-page .crm-hero-signal--visit {
  right: -3%;
  bottom: 8%;
}

.sales-crm-softwares-page .crm-header-demo-link,
.sales-crm-softwares-page .crm-mobile-demo-link,
.sales-crm-softwares-page .crm-footer-demo-link {
  text-decoration: none;
}

.sales-crm-softwares-page .crm-header-demo-link {
  display: inline-flex;
  justify-content: center;
}

/* Customer logos */
.sales-crm-softwares-page .crm-trust {
  position: relative;
  z-index: 3;
  margin-top: -68px;
  padding: 0 0 88px;
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 68px,
    #fff 68px,
    #fff 100%
  );
}

.sales-crm-softwares-page .crm-trust > .crm-container {
  width: min(1292px, calc(100% - 80px));
  min-height: 176px;
  padding: 26px 0 20px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 22px 38px rgba(3, 9, 26, 0.1);
}

.sales-crm-softwares-page .crm-trust h2 {
  display: flex;
  width: min(1160px, calc(100% - 80px));
  max-width: none;
  margin: 0 auto 18px;
  align-items: center;
  gap: 18px;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 22px;
  text-align: center;
}

.sales-crm-softwares-page .crm-trust h2::before,
.sales-crm-softwares-page .crm-trust h2::after {
  height: 1px;
  flex: 1 1 120px;
  background: #e3e3e3;
  content: "";
}

.sales-crm-softwares-page .crm-trust h2 span {
  flex: 0 0 auto;
  white-space: nowrap;
}

.sales-crm-softwares-page .crm-trust h2 strong {
  color: inherit;
  font-weight: 700;
}

.sales-crm-softwares-page .crm-logo-marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  outline: none;
}

.sales-crm-softwares-page .crm-logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 26px;
  animation: crm-logo-loop 24s linear infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
}

.sales-crm-softwares-page .crm-logo-item {
  display: flex;
  width: 200px;
  height: 90px;
  padding: 10px 12px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.sales-crm-softwares-page .crm-logo-item img {
  display: block;
  width: 100%;
  max-width: 176px;
  height: 60px;
  object-fit: contain;
}

.sales-crm-softwares-page .crm-logo-item--aaj-tak img,
.sales-crm-softwares-page .crm-logo-item--jubilant img {
  filter: brightness(1.16) contrast(1.06);
}

.sales-crm-softwares-page .crm-logo-marquee:hover .crm-logo-track,
.sales-crm-softwares-page .crm-logo-marquee:focus .crm-logo-track,
.sales-crm-softwares-page .crm-logo-marquee:focus-within .crm-logo-track {
  animation-play-state: paused;
}

.sales-crm-softwares-page .crm-logo-marquee:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--crm-blue);
  outline-offset: -4px;
}

@keyframes crm-logo-loop {
  to { transform: translate3d(calc(-50% - 13px), 0, 0); }
}

/* Sales proof challenge — follows the Lead Management challenge layout. */
.sales-crm-softwares-page .crm-proof-gap {
  position: relative;
  overflow: hidden;
  background: #eef8ff;
}

.sales-crm-softwares-page .crm-proof-gap::before {
  position: absolute;
  top: -180px;
  right: -140px;
  width: 430px;
  height: 430px;
  background: rgba(30, 91, 250, 0.055);
  border-radius: 50%;
  content: "";
}

.sales-crm-softwares-page .crm-proof-gap-grid {
  --crm-proof-inset: clamp(18px, 2.1vw, 42px);

  position: relative;
  z-index: 1;
  display: grid;
  width: min(89.583333%, 1720px);
  grid-template-columns: minmax(0, 1.08fr) minmax(540px, 0.92fr);
  align-items: start;
  gap: clamp(60px, 7vw, 140px);
}

.sales-crm-softwares-page .crm-proof-gap-copy {
  max-width: 850px;
  padding-top: 36px;
  transform: translateX(var(--crm-proof-inset));
}

.sales-crm-softwares-page .crm-proof-gap-copy h2 {
  margin: 0;
  color: var(--crm-ink);
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.sales-crm-softwares-page .crm-proof-gap-copy h2 span {
  color: var(--crm-blue);
}

.sales-crm-softwares-page .crm-proof-gap-copy .crm-proof-gap-intro {
  margin: 30px 0 0;
  color: #415873;
  font-size: 17px;
  line-height: 1.72;
}

.sales-crm-softwares-page .crm-proof-gap-list {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  gap: 15px;
  list-style: none;
}

.sales-crm-softwares-page .crm-proof-gap-list li {
  display: grid;
  color: #30445e;
  font-size: 17px;
  line-height: 1.4;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
}

.sales-crm-softwares-page .crm-proof-gap-list li::before {
  display: grid;
  width: 21px;
  height: 21px;
  color: #fff;
  background: #8b9bb0;
  border-radius: 50%;
  content: "✓";
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  place-items: center;
}

.sales-crm-softwares-page .crm-proof-gap-copy .crm-proof-gap-supporting {
  margin: 32px 0 22px;
  color: var(--crm-ink);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
}

.sales-crm-softwares-page .crm-proof-availability > p {
  margin: 0 0 10px;
  color: var(--crm-ink);
  font-size: 15px;
  font-weight: 600;
}

.sales-crm-softwares-page .crm-proof-store-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.sales-crm-softwares-page .crm-proof-store-badges a {
  display: inline-flex;
  border-radius: 8px;
  transition: transform 180ms ease;
}

.sales-crm-softwares-page .crm-proof-store-badges a:hover {
  transform: translateY(-2px);
}

.sales-crm-softwares-page .crm-proof-store-badges a:focus-visible {
  outline: 3px solid rgba(44, 103, 242, 0.35);
  outline-offset: 4px;
}

.sales-crm-softwares-page .crm-proof-store-badges img {
  width: auto;
  height: 45px;
}

.sales-crm-softwares-page .crm-proof-gap-copy .crm-proof-trust {
  max-width: 660px;
  margin: 20px 0 0;
  color: #5f7087;
  font-size: 13px;
  line-height: 1.45;
}

.sales-crm-softwares-page .crm-proof-demo-card {
  position: relative;
  width: 100%;
  max-width: 760px;
  min-height: 600px;
  padding: 34px 44px 26px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cad8e7;
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(10, 44, 76, 0.08);
  justify-self: end;
  transform: translateX(calc(0px - var(--crm-proof-inset)));
}

.sales-crm-softwares-page .crm-proof-demo-accent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 10px;
  background: linear-gradient(90deg, var(--crm-orange), var(--crm-blue));
}

.sales-crm-softwares-page .crm-proof-demo-card h3 {
  margin: 0;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.08;
  text-align: left;
}

.sales-crm-softwares-page .crm-proof-demo-card h3 span {
  color: var(--crm-blue);
  font-size: 0.72em;
}

.sales-crm-softwares-page .crm-proof-demo-card > p {
  margin: 12px 0 18px;
  color: #415873;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}

.sales-crm-softwares-page .crm-proof-demo-fallback {
  display: inline-flex;
  min-height: 48px;
  margin-top: 14px;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--crm-blue);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.sales-crm-softwares-page .crm-proof-demo-fallback:hover {
  color: #fff;
  background: #133fb3;
  text-decoration: none;
}

.sales-crm-softwares-page .crm-proof-demo-widget[hidden],
.sales-crm-softwares-page .crm-proof-demo-success[hidden] {
  display: none !important;
}

.sales-crm-softwares-page .crm-proof-demo-widget .trackwick_public_form_main-container,
.sales-crm-softwares-page .crm-proof-demo-widget .trackwick_public_form_inner-container,
.sales-crm-softwares-page .crm-proof-demo-widget .trackwick_public_form_form-container-div {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sales-crm-softwares-page .crm-proof-demo-widget .trackwick_public_form_header-layout,
.sales-crm-softwares-page .crm-proof-demo-widget .trackwick_public_form_footer-layout {
  display: none !important;
}

.sales-crm-softwares-page .crm-proof-demo-widget .ant-form-item {
  margin-bottom: 10px !important;
}

.sales-crm-softwares-page .crm-proof-demo-widget label,
.sales-crm-softwares-page .crm-proof-demo-widget .ant-checkbox-wrapper,
.sales-crm-softwares-page .crm-proof-demo-widget .ant-radio-wrapper {
  color: #111 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
}

.sales-crm-softwares-page .crm-proof-demo-widget .ant-input,
.sales-crm-softwares-page .crm-proof-demo-widget .ant-select-selector,
.sales-crm-softwares-page .crm-proof-demo-widget .react-tel-input .form-control,
.sales-crm-softwares-page .crm-proof-demo-card input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.sales-crm-softwares-page .crm-proof-demo-card select,
.sales-crm-softwares-page .crm-proof-demo-card textarea {
  min-height: 42px !important;
  border-color: #c8d1dc !important;
  border-radius: 4px !important;
  font-family: inherit !important;
  font-size: 14px !important;
}

.sales-crm-softwares-page .crm-proof-demo-widget .ant-form-item-control,
.sales-crm-softwares-page .crm-proof-demo-widget .ant-form-item-control-input,
.sales-crm-softwares-page .crm-proof-demo-widget .ant-form-item-control-input-content,
.sales-crm-softwares-page .crm-proof-demo-widget .ant-select,
.sales-crm-softwares-page .crm-proof-demo-widget .react-tel-input {
  width: 100% !important;
  max-width: none !important;
}

.sales-crm-softwares-page .crm-proof-demo-widget .trackwick_public_form_submit-btn,
.sales-crm-softwares-page .crm-proof-demo-widget .trackwick_public_form_submit-btn .ant-btn,
.sales-crm-softwares-page .crm-proof-demo-widget .btn-box button,
.sales-crm-softwares-page .crm-proof-demo-widget button[type="submit"],
.sales-crm-softwares-page .crm-proof-demo-widget input[type="submit"] {
  width: 100% !important;
  min-height: 48px !important;
  margin: 6px 0 0 !important;
  color: #fff !important;
  background: var(--crm-blue) !important;
  border: 1px solid var(--crm-blue) !important;
  border-radius: 5px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

.sales-crm-softwares-page .crm-proof-demo-success {
  display: grid;
  min-height: 450px;
  place-content: center;
  justify-items: center;
  text-align: center;
}

.sales-crm-softwares-page .crm-proof-demo-success-icon {
  display: grid;
  width: 66px;
  height: 66px;
  margin-bottom: 18px;
  color: #fff;
  background: #20b26b;
  border-radius: 50%;
  place-items: center;
}

.sales-crm-softwares-page .crm-proof-demo-success-icon svg {
  width: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.sales-crm-softwares-page .crm-proof-demo-success h4 {
  margin: 0 0 10px;
  color: var(--crm-ink);
  font-size: 28px;
  font-weight: 700;
}

.sales-crm-softwares-page .crm-proof-demo-success p {
  max-width: 340px;
  margin: 0;
  color: var(--crm-muted);
  font-size: 15px;
}

/* Seven-stage Sales CRM workflow */
.sales-crm-softwares-page .crm-workflow {
  background: #f7fafc;
}

.sales-crm-softwares-page .crm-section-heading.crm-workflow-heading {
  width: min(calc(100% - 48px), 1100px);
  max-width: none;
  margin: 0 auto;
  padding: 120px 0 45px;
  text-align: center;
}

.sales-crm-softwares-page .crm-workflow-heading h2 {
  color: #111;
  font-size: 52px;
  line-height: 1.12;
  text-wrap: balance;
  white-space: normal;
}

.sales-crm-softwares-page .crm-workflow-title-gradient {
  display: inline-block;
  color: var(--crm-blue);
  background: linear-gradient(90deg, var(--crm-blue-dark), var(--crm-blue));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sales-crm-softwares-page .crm-workflow-heading > p:last-child {
  max-width: none;
  margin: 20px auto 0;
  color: var(--crm-muted);
  font-size: 20px;
  line-height: 1.7;
}

.sales-crm-softwares-page .crm-workflow-summary-gradient {
  display: inline-block;
  color: var(--crm-blue);
  background: linear-gradient(90deg, #24b7ef 0%, #2d79f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1101px) {
  .sales-crm-softwares-page .crm-workflow-summary {
    white-space: nowrap;
  }
}

.sales-crm-softwares-page .crm-workflow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sales-crm-softwares-page .crm-workflow-step {
  min-height: 0;
  padding: 56px 0;
  background: #f7fafc;
}

.sales-crm-softwares-page .crm-workflow-step:nth-child(even) {
  background: #eaf6fb;
}

.sales-crm-softwares-page .crm-workflow-grid {
  display: grid;
  width: min(calc(100% - 68px), 1720px);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(56px, 5vw, 96px);
}

.sales-crm-softwares-page .crm-workflow-step:first-child {
  padding-top: 32px;
}

.sales-crm-softwares-page .crm-workflow-copy {
  width: 85%;
  max-width: 650px;
  margin-left: 15%;
  justify-self: start;
  text-align: left;
}

.sales-crm-softwares-page .crm-workflow-step--reverse .crm-workflow-copy {
  margin-right: 15%;
  margin-left: 0;
  grid-column: 2;
  grid-row: 1;
}

.sales-crm-softwares-page .crm-workflow-step--reverse .crm-workflow-media {
  margin-right: 0;
  margin-left: 15%;
  grid-column: 1;
  grid-row: 1;
}

.sales-crm-softwares-page .crm-step-number {
  width: fit-content;
  margin: 0 0 18px;
  color: var(--crm-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.sales-crm-softwares-page .crm-workflow-copy h3 {
  max-width: 650px;
  margin: 0;
  color: #111;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.sales-crm-softwares-page .crm-step-description {
  max-width: 690px;
  margin: 24px 0 28px;
  color: var(--crm-muted);
  font-size: 16px;
  line-height: 1.6;
}

.sales-crm-softwares-page .crm-capability-list {
  display: flex;
  margin: 22px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.sales-crm-softwares-page .crm-capability-list li {
  display: inline-flex;
  min-height: 34px;
  padding: 7px 14px;
  align-items: center;
  color: var(--crm-blue);
  background: rgba(30, 91, 250, 0.045);
  border: 1px solid rgba(30, 91, 250, 0.2);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.sales-crm-softwares-page .crm-step-outcome {
  display: none;
}

.sales-crm-softwares-page .crm-workflow-media {
  display: flex;
  width: 85%;
  min-height: 0;
  margin-right: 15%;
  align-items: center;
  justify-content: center;
  justify-self: start;
}

.sales-crm-softwares-page .crm-workflow-media img {
  display: block;
  width: min(100%, 680px);
  max-height: 470px;
  object-fit: contain;
}

/* Communication */
.sales-crm-softwares-page .crm-communication {
  background: #fff;
}

.sales-crm-softwares-page .crm-communication-heading {
  max-width: 980px;
  margin-bottom: 64px;
}

.sales-crm-softwares-page .crm-communication-heading h2 span {
  display: inline;
  color: var(--crm-blue);
  background: linear-gradient(90deg, #24b7ef 0%, #2d79f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sales-crm-softwares-page .crm-communication-heading > p:last-child {
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 1.65;
  text-align: center;
}

@media (max-width: 700px) {
  .sales-crm-softwares-page .crm-communication-heading > p:last-child {
    font-size: 17px;
  }
}

.sales-crm-softwares-page .crm-communication-showcase {
  display: grid;
  max-width: 1100px;
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 40px;
}

.sales-crm-softwares-page .crm-communication-panel[hidden] {
  display: none;
}

.sales-crm-softwares-page .crm-communication-panel-link {
  display: block;
  color: inherit;
  border-radius: 14px;
  text-decoration: none;
}

.sales-crm-softwares-page .crm-communication-panel-link:hover {
  color: inherit;
  text-decoration: none;
}

.sales-crm-softwares-page .crm-communication-panel-link:focus-visible {
  outline: 3px solid var(--crm-blue);
  outline-offset: 5px;
}

.sales-crm-softwares-page .crm-communication-visual {
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 10;
  padding: 22px;
  overflow: hidden;
  background: linear-gradient(145deg, #eff8ff, #e5f1ff);
  border: 1px solid #d7e8fa;
  border-radius: 14px;
  place-items: center;
}

.sales-crm-softwares-page .crm-communication-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.sales-crm-softwares-page .crm-communication-visual.crm-communication-module-visual {
  padding: 0;
  align-content: center;
  background: linear-gradient(145deg, #eff8ff, #e5f1ff);
}

.sales-crm-softwares-page .crm-communication-module-visual > img {
  object-fit: contain;
}

.sales-crm-softwares-page .crm-communication-module-icon {
  display: grid;
  width: 148px;
  height: 148px;
  background: #fff;
  border: 1px solid #d7e8fa;
  border-radius: 34px;
  box-shadow: 0 24px 48px rgba(13, 48, 92, 0.13);
  place-items: center;
}

.sales-crm-softwares-page .crm-communication-module-visual .crm-communication-module-icon img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.sales-crm-softwares-page .crm-communication-module-visual > strong {
  color: var(--crm-ink);
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}

.sales-crm-softwares-page .crm-communication-copy {
  min-height: 175px;
  padding-top: 32px;
}

.sales-crm-softwares-page .crm-communication-copy .crm-communication-category {
  margin: 0 0 5px;
  color: var(--crm-blue);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sales-crm-softwares-page .crm-communication-copy h3 {
  margin: 0 0 8px;
  color: var(--crm-ink);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.sales-crm-softwares-page .crm-communication-copy > p:not(.crm-communication-category) {
  min-height: 66px;
  margin: 0 0 14px;
  color: var(--crm-muted);
  font-size: 18px;
  line-height: 1.7;
}

.sales-crm-softwares-page .crm-communication-copy > .crm-communication-action {
  display: inline-flex;
  min-height: 42px;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--crm-blue-dark);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.sales-crm-softwares-page .crm-communication-panel-link:hover .crm-communication-action,
.sales-crm-softwares-page .crm-communication-panel-link:focus-visible .crm-communication-action {
  color: #fff;
  background: var(--crm-blue);
  text-decoration: none;
  transform: translateY(-1px);
}

.sales-crm-softwares-page .crm-communication-tabs {
  display: flex;
  flex-direction: column;
}

.sales-crm-softwares-page .crm-communication-navigation {
  min-width: 0;
}

.sales-crm-softwares-page .crm-communication-tab {
  display: flex;
  width: 100%;
  min-height: 72px;
  padding: 12px 0;
  align-items: stretch;
  gap: 12px;
  color: #6b788b;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 0;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.sales-crm-softwares-page .crm-communication-tab:first-child {
  border-top: 1px solid #e2e8f0;
}

.sales-crm-softwares-page .crm-communication-tab-bar {
  width: 3px;
  flex: 0 0 3px;
  background: #e5eaf1;
  border-radius: 999px;
  transition: background 180ms ease;
}

.sales-crm-softwares-page .crm-communication-tab-meta {
  display: flex;
  min-width: 0;
  justify-content: center;
  flex-direction: column;
}

.sales-crm-softwares-page .crm-communication-tab-number {
  margin-bottom: 2px;
  color: #b7c0cd;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.sales-crm-softwares-page .crm-communication-tab-name {
  color: var(--crm-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  transition: color 180ms ease;
}

.sales-crm-softwares-page .crm-communication-tab:hover .crm-communication-tab-name,
.sales-crm-softwares-page .crm-communication-tab.is-active .crm-communication-tab-name {
  color: var(--crm-ink);
}

.sales-crm-softwares-page .crm-communication-tab.is-active .crm-communication-tab-bar {
  background: linear-gradient(180deg, #24b7ef 0%, #2d79f2 100%);
}

.sales-crm-softwares-page .crm-communication-tab.is-active .crm-communication-tab-number {
  color: var(--crm-blue);
}

/* Industries */
.sales-crm-softwares-page .crm-industries {
  position: relative;
  min-height: 0;
  padding: 120px 0 64px;
  overflow: hidden;
  background: #f5f8ff;
}

.sales-crm-softwares-page .crm-industries .crm-container {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 0;
  overflow: visible;
}

.sales-crm-softwares-page .crm-industries .crm-section-heading {
  width: min(calc(100% - 48px), 1720px);
  max-width: none;
  margin: 0 auto;
  padding: 0 0 60px;
}

.sales-crm-softwares-page .crm-industries .crm-section-heading h2 {
  font-size: 52px;
  line-height: 1.12;
  text-wrap: balance;
  white-space: normal;
}

.sales-crm-softwares-page .crm-industries .crm-section-heading > p:last-child {
  width: 100%;
  max-width: 1100px;
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}

.sales-crm-softwares-page .crm-industries-heading-accent {
  color: var(--crm-blue);
  background: linear-gradient(90deg, var(--crm-blue-dark), var(--crm-blue));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sales-crm-softwares-page .crm-industry-shell {
  position: relative;
  width: 100%;
  padding-inline: 62px;
}

.sales-crm-softwares-page .crm-carousel-button {
  display: grid;
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #fff;
  background: var(--crm-blue);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(30, 91, 250, 0.24);
  place-items: center;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}

.sales-crm-softwares-page .crm-carousel-button span {
  margin-top: -3px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

.sales-crm-softwares-page .crm-carousel-previous {
  left: 8px;
}

.sales-crm-softwares-page .crm-carousel-next {
  right: 8px;
}

.sales-crm-softwares-page .crm-carousel-button:hover {
  color: #fff;
  background: var(--crm-blue-dark);
  border-color: var(--crm-blue-dark);
}

.sales-crm-softwares-page .crm-industry-track {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0 0 18px;
  align-items: flex-start;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  gap: 30px;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.sales-crm-softwares-page .crm-industry-track::-webkit-scrollbar {
  display: none;
}

.sales-crm-softwares-page .crm-industry-card {
  position: relative;
  display: block;
  width: 305px;
  min-width: 305px;
  height: 405px;
  min-height: 405px;
  overflow: hidden;
  flex: 0 0 305px;
  color: #000;
  background: transparent;
  border: 0;
  border-radius: 14px;
  box-shadow: none;
  scroll-snap-align: start;
  text-decoration: none;
  cursor: pointer;
}

.sales-crm-softwares-page .crm-industry-card--static {
  cursor: default;
}

.sales-crm-softwares-page .crm-industry-card::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.88));
  border-radius: 14px;
  content: "";
  pointer-events: none;
}

.sales-crm-softwares-page .crm-industry-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 405px;
  margin: 0;
  background: #f7fafc;
  border-radius: 14px;
}

.sales-crm-softwares-page .crm-industry-image img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  padding: 0;
  object-fit: cover;
  border-radius: 14px;
}

.sales-crm-softwares-page .crm-industry-image img.crm-industry-image--contain {
  object-fit: contain;
}

.sales-crm-softwares-page .crm-industry-collapsed-title {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: block;
  width: 100%;
  padding: 0 30px 35px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  transition: opacity 100ms linear;
}

.sales-crm-softwares-page .crm-industry-body {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  color: #000;
  background: #fff;
  border-radius: 14px;
  opacity: 1;
  transform: perspective(305px) translate(15%, 55%) scale(0.5) rotate(46deg);
  transform-origin: bottom right;
  pointer-events: none;
  transition: transform 300ms ease;
}

.sales-crm-softwares-page .crm-industry-body h3 {
  margin: 0 0 20px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.sales-crm-softwares-page .crm-industry-description {
  display: block;
  margin: 0;
  color: #000;
  font-size: 20px;
  line-height: 1.7;
  text-align: left;
}

.sales-crm-softwares-page a.crm-industry-card .crm-industry-body::after {
  display: inline-flex;
  margin-top: auto;
  align-items: center;
  align-self: flex-start;
  color: #2864f6;
  content: "Learn More  \2192";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease 120ms, transform 180ms ease 120ms;
}

.sales-crm-softwares-page .crm-industry-card:hover .crm-industry-collapsed-title,
.sales-crm-softwares-page .crm-industry-card:focus-visible .crm-industry-collapsed-title,
.sales-crm-softwares-page .crm-industry-card.is-active .crm-industry-collapsed-title {
  opacity: 0;
}

.sales-crm-softwares-page .crm-industry-card:hover .crm-industry-body,
.sales-crm-softwares-page .crm-industry-card:focus-visible .crm-industry-body,
.sales-crm-softwares-page .crm-industry-card.is-active .crm-industry-body {
  transform: none;
}

.sales-crm-softwares-page a.crm-industry-card:hover .crm-industry-body::after,
.sales-crm-softwares-page a.crm-industry-card:focus-visible .crm-industry-body::after,
.sales-crm-softwares-page a.crm-industry-card.is-active .crm-industry-body::after {
  opacity: 1;
  transform: none;
}

.sales-crm-softwares-page .crm-industry-card:focus-visible {
  outline: 3px solid var(--crm-blue);
  outline-offset: -4px;
}

/* Integrations */
.sales-crm-softwares-page .crm-integrations {
  position: relative;
  min-height: 560px;
  margin-top: 0;
  padding: 72px 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 72% 50%, rgba(30, 91, 250, 0.13), transparent 30%),
    linear-gradient(115deg, #020713, #06142b 62%, #071a35);
}

.sales-crm-softwares-page .crm-integrations-layout {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 416px;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: clamp(40px, 6vw, 90px);
}

.sales-crm-softwares-page .crm-integrations-copy {
  max-width: 510px;
}

.sales-crm-softwares-page .crm-integrations-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 2px 5px;
  color: #fff;
  background: var(--crm-blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.sales-crm-softwares-page .crm-integrations-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.06;
  text-wrap: balance;
}

.sales-crm-softwares-page .crm-integrations-copy h2 span {
  color: #62cff4;
  background: linear-gradient(90deg, #62cff4, #6f7dff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sales-crm-softwares-page .crm-integrations-copy > p:not(.crm-integrations-eyebrow) {
  max-width: 470px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
}

.sales-crm-softwares-page .crm-integrations-action {
  display: inline-flex;
  min-height: 48px;
  margin-top: 27px;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: linear-gradient(100deg, rgba(30, 91, 250, 0.18), rgba(111, 125, 255, 0.42));
  border: 1px solid #4595ff;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(30, 91, 250, 0.2);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sales-crm-softwares-page .crm-integrations-action:hover {
  color: #fff;
  background: var(--crm-blue);
  box-shadow: 0 16px 38px rgba(30, 91, 250, 0.34);
  text-decoration: none;
  transform: translateY(-2px);
}

.sales-crm-softwares-page .crm-integrations-orbit {
  --orbit-inner-radius: 132px;
  --orbit-outer-radius: 218px;

  position: relative;
  width: min(100%, 590px);
  height: 470px;
  justify-self: end;
}

.sales-crm-softwares-page .crm-integration-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px dashed rgba(69, 149, 255, 0.34);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.sales-crm-softwares-page .crm-integration-ring--outer {
  width: calc(var(--orbit-outer-radius) * 2);
  height: calc(var(--orbit-outer-radius) * 2);
}

.sales-crm-softwares-page .crm-integration-ring--inner {
  width: calc(var(--orbit-inner-radius) * 2);
  height: calc(var(--orbit-inner-radius) * 2);
}

.sales-crm-softwares-page .crm-integration-center,
.sales-crm-softwares-page .crm-integration-node {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  border: 1px solid rgba(69, 149, 255, 0.48);
  border-radius: 50%;
  place-items: center;
}

.sales-crm-softwares-page .crm-integration-center {
  width: 82px;
  height: 82px;
  background: radial-gradient(circle, #173f9e, #071838 72%);
  box-shadow: 0 0 45px rgba(30, 91, 250, 0.48);
  transform: translate(-50%, -50%);
}

.sales-crm-softwares-page .crm-integration-center img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.sales-crm-softwares-page .crm-integration-orbit-tools {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sales-crm-softwares-page .crm-integration-node {
  width: 58px;
  height: 58px;
  padding: 9px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34), 0 0 18px rgba(30, 91, 250, 0.12);
  will-change: transform;
  animation: crm-integration-orbit 38s linear infinite;
  transform:
    translate(-50%, -50%)
    rotate(var(--orbit-angle))
    translateX(var(--orbit-radius))
    rotate(var(--orbit-angle-reverse));
}

.sales-crm-softwares-page .crm-integration-node--outer {
  --orbit-radius: var(--orbit-outer-radius);
}

.sales-crm-softwares-page .crm-integration-node--inner {
  --orbit-radius: var(--orbit-inner-radius);

  animation-duration: 30s;
  animation-direction: reverse;
}

.sales-crm-softwares-page .crm-integration-node img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes crm-integration-orbit {
  from {
    transform:
      translate(-50%, -50%)
      rotate(var(--orbit-angle))
      translateX(var(--orbit-radius))
      rotate(var(--orbit-angle-reverse));
  }

  to {
    transform:
      translate(-50%, -50%)
      rotate(var(--orbit-angle-end))
      translateX(var(--orbit-radius))
      rotate(var(--orbit-angle-reverse-end));
  }
}

/* Get started */
.sales-crm-softwares-page .crm-get-started {
  padding: 120px 0;
  background: #dff5fd;
}

.sales-crm-softwares-page .crm-get-started h2 {
  margin: 0;
  color: var(--crm-ink);
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.16;
  text-align: center;
}

.sales-crm-softwares-page .crm-get-started h2 span {
  color: var(--crm-blue);
  background: linear-gradient(90deg, var(--crm-blue), #08b8d0);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sales-crm-softwares-page .crm-get-started-grid {
  display: grid;
  max-width: 1060px;
  margin: 56px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.sales-crm-softwares-page .crm-get-started-card {
  display: flex;
  min-height: 322px;
  padding: 38px 40px 36px;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d9e5ed;
  border-radius: 14px;
}

.sales-crm-softwares-page .crm-get-started-card > img {
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  object-fit: contain;
}

.sales-crm-softwares-page .crm-get-started-card h3 {
  margin: 0 0 14px;
  color: #007e72;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
}

.sales-crm-softwares-page .crm-get-started-card:nth-child(2) h3 {
  color: #00a9c7;
}

.sales-crm-softwares-page .crm-get-started-card:nth-child(3) h3 {
  color: var(--crm-blue);
}

.sales-crm-softwares-page .crm-get-started-card p {
  margin: 0 0 24px;
  color: #555;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}

.sales-crm-softwares-page .crm-get-started-card a {
  width: fit-content;
  margin-top: auto;
  padding: 0;
  color: #333;
  border-bottom: 1px solid currentColor;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.sales-crm-softwares-page .crm-get-started-card a:hover {
  color: var(--crm-blue);
}

/* Frequently asked questions */
.sales-crm-softwares-page .crm-faq {
  padding: 104px 0 112px;
  background: #fff;
}

.sales-crm-softwares-page .crm-faq-container {
  max-width: 1180px;
}

.sales-crm-softwares-page .crm-faq-heading {
  margin-bottom: 52px;
  text-align: center;
}

.sales-crm-softwares-page .crm-faq-heading h2 {
  margin: 0;
  color: var(--crm-ink);
  font-size: clamp(34px, 3.5vw, 46px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.sales-crm-softwares-page .crm-faq-heading h2 span {
  color: var(--crm-blue);
  background: linear-gradient(90deg, var(--crm-blue-dark), var(--crm-blue));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sales-crm-softwares-page .crm-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 28px 42px;
}

.sales-crm-softwares-page .crm-faq-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8e1ec;
  border-radius: 12px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.sales-crm-softwares-page .crm-faq-item:has(.crm-faq-button:not(.collapsed)) {
  border-color: #b8ccf4;
  box-shadow: 0 12px 28px rgba(13, 48, 92, 0.08);
}

.sales-crm-softwares-page .crm-faq-question {
  margin: 0;
}

.sales-crm-softwares-page .crm-faq-button {
  display: flex;
  width: 100%;
  min-height: 82px;
  padding: 19px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #111;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.sales-crm-softwares-page .crm-faq-button:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid rgba(30, 91, 250, 0.3);
  outline-offset: -3px;
}

.sales-crm-softwares-page .crm-faq-icon {
  position: relative;
  display: grid;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  flex: 0 0 27px;
  color: var(--crm-blue);
  border: 2px solid currentColor;
  border-radius: 50%;
}

.sales-crm-softwares-page .crm-faq-icon::after {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.sales-crm-softwares-page .crm-faq-button:not(.collapsed) .crm-faq-icon::after {
  transform: translateY(2px) rotate(225deg);
}

.sales-crm-softwares-page .crm-faq-answer {
  margin: 0;
  padding: 0 20px 22px;
  color: var(--crm-muted);
  font-size: 16px;
  line-height: 1.65;
}

.sales-crm-softwares-page .crm-faq-answer a {
  color: var(--crm-blue);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sales-crm-softwares-page .crm-faq-answer a:hover {
  color: var(--crm-blue-dark);
}

/* Why TrackOlap */
.sales-crm-softwares-page .crm-why {
  background: #fff;
}

.sales-crm-softwares-page .crm-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sales-crm-softwares-page .crm-module-card {
  display: flex;
  min-height: 245px;
  padding: 22px;
  flex-direction: column;
  color: inherit;
  background: #fff;
  border: 1px solid var(--crm-line);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(13, 48, 92, 0.055);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sales-crm-softwares-page .crm-module-card:hover {
  color: inherit;
  border-color: #a9c4f7;
  box-shadow: 0 20px 42px rgba(13, 48, 92, 0.12);
  text-decoration: none;
  transform: translateY(-4px);
}

.sales-crm-softwares-page .crm-module-card--static {
  min-height: 210px;
}

.sales-crm-softwares-page .crm-module-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 19px;
  background: #edf4ff;
  border-radius: 14px;
  place-items: center;
}

.sales-crm-softwares-page .crm-module-icon img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.sales-crm-softwares-page .crm-module-card h3 {
  margin: 0 0 9px;
  color: var(--crm-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.sales-crm-softwares-page .crm-module-card p {
  margin: 0 0 20px;
  color: var(--crm-muted);
  font-size: 12.5px;
  line-height: 1.7;
}

.sales-crm-softwares-page .crm-module-card > span {
  margin-top: auto;
  color: var(--crm-blue);
  font-size: 12px;
  font-weight: 700;
}

.sales-crm-softwares-page .crm-module-view-all {
  display: flex;
  width: max-content;
  min-width: 132px;
  min-height: 48px;
  margin: 24px 0 0;
  padding: 11px 24px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--crm-blue);
  border: 1px solid var(--crm-blue);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.sales-crm-softwares-page .crm-module-view-all:hover {
  color: var(--crm-blue);
  background: #fff;
  text-decoration: none;
}

/* Final CTA */
.sales-crm-softwares-page .crm-final-cta {
  position: relative;
  isolation: isolate;
  padding: 64px 24px 72px;
  overflow: hidden;
  color: #fff;
  background-color: var(--crm-blue-dark);
  background-image:
    url("/assets/img/sales-crm-cta-texture.svg"),
    linear-gradient(110deg, var(--crm-blue-dark) 0%, var(--crm-blue) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sales-crm-softwares-page .crm-final-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  text-align: center;
}

.sales-crm-softwares-page .crm-final-cta h2 {
  max-width: 1100px;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(48px, 3.65vw, 60px);
  font-weight: 400;
  line-height: 1.08;
  text-shadow: 0 2px 14px rgba(3, 21, 48, 0.38);
  text-wrap: balance;
}

.sales-crm-softwares-page .crm-final-cta h2 strong {
  font-weight: 700;
}

.sales-crm-softwares-page .crm-final-cta-inner > p {
  max-width: 920px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-shadow: 0 2px 14px rgba(3, 21, 48, 0.38);
  text-wrap: balance;
}

.sales-crm-softwares-page .crm-final-cta .prod-btn-primary {
  min-width: 260px;
  min-height: 50px;
  margin-top: 32px;
  color: #1555bc;
  background: #fff;
  border-color: #fff;
  box-shadow: 0 8px 20px rgba(3, 21, 48, 0.24);
}

.sales-crm-softwares-page .crm-final-cta .prod-btn-primary:hover {
  color: #fff;
  background: transparent;
}

.sales-crm-softwares-page .crm-final-cta-review {
  display: flex;
  margin: 18px auto 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #d4a017;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.sales-crm-softwares-page .crm-final-cta-review-stars {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 1;
}

/* Pre-FAQ CTA */
.sales-crm-softwares-page .crm-pre-faq-cta {
  min-height: 200px;
  padding: 28px clamp(32px, 7vw, 112px);
  color: #fff;
  background-color: var(--crm-blue-dark);
  background-image:
    url("/assets/img/opportunity-management-cta-texture.svg"),
    radial-gradient(circle at 82% 10%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(110deg, var(--crm-blue-dark) 0%, var(--crm-blue) 58%, #3284ce 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%, cover, cover;
}

.sales-crm-softwares-page .crm-pre-faq-cta-inner {
  display: grid;
  width: min(100%, 1240px);
  min-height: 144px;
  align-items: center;
  grid-template-columns: minmax(360px, 1fr) clamp(120px, 12vw, 180px) auto;
  gap: clamp(20px, 3vw, 48px);
}

.sales-crm-softwares-page .crm-pre-faq-cta-message h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 2.7vw, 40px);
  font-weight: 700;
  line-height: 1.15;
}

.sales-crm-softwares-page .crm-pre-faq-cta-message p {
  max-width: 610px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 16px;
  line-height: 1.45;
}

.sales-crm-softwares-page .crm-pre-faq-cta-arrow {
  display: block;
  width: 100%;
  height: 104px;
  background: url("/assets/img/opportunity-cta-arrow.svg") no-repeat center / contain;
  pointer-events: none;
}

.sales-crm-softwares-page .crm-pre-faq-cta-button {
  display: inline-flex;
  min-width: 200px;
  min-height: 54px;
  padding: 12px 28px;
  align-items: center;
  justify-content: center;
  color: var(--crm-blue-dark);
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(3, 21, 48, 0.22);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.sales-crm-softwares-page .crm-pre-faq-cta-button:hover {
  color: #fff;
  background: transparent;
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .sales-crm-softwares-page .crm-pre-faq-cta {
    min-height: 0;
    padding: 42px 18px;
  }

  .sales-crm-softwares-page .crm-pre-faq-cta-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .sales-crm-softwares-page .crm-pre-faq-cta-message h2,
  .sales-crm-softwares-page .crm-pre-faq-cta-message p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .sales-crm-softwares-page .crm-pre-faq-cta-arrow {
    display: none;
  }

  .sales-crm-softwares-page .crm-pre-faq-cta-button {
    width: min(100%, 220px);
    min-width: 0;
    min-height: 48px;
    margin-inline: auto;
    padding: 10px 22px;
    font-size: 15px;
  }
}

/* Shared navigation/footer compatibility for link CTAs on this page. */
.sales-crm-softwares-page .crm-mobile-demo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sales-crm-softwares-page .crm-footer-demo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sales-crm-softwares-page .app-images > span,
.sales-crm-softwares-page .copyright-strip .icons > span {
  display: inline-flex;
  align-items: center;
}

.sales-crm-softwares-page .prod-task-capabilities > .prod-container {
  max-width: 1720px;
}

.sales-crm-softwares-page .prod-task-capabilities-head {
  width: 100%;
  max-width: 1640px;
}

.sales-crm-softwares-page .prod-task-capabilities-head .prod-task-capabilities-eyebrow {
  font-size: clamp(20px, 1.8vw, 24px) !important;
}

.sales-crm-softwares-page .prod-task-capabilities-head h2 {
  max-width: none;
  font-size: clamp(30px, 2.5vw, 44px) !important;
  line-height: 1.12 !important;
  text-wrap: balance;
}

.sales-crm-softwares-page .prod-task-capabilities-heading-primary {
  font-size: inherit !important;
  line-height: inherit !important;
  white-space: normal;
}

.sales-crm-softwares-page .prod-task-capabilities-heading-accent {
  color: var(--crm-blue);
  background: linear-gradient(90deg, var(--crm-blue-dark), var(--crm-blue));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sales-crm-softwares-page .prod-task-capabilities-intro {
  width: 100%;
  max-width: 1100px;
  margin: 20px auto 0;
  color: var(--crm-muted);
  font-size: 20px !important;
  line-height: 1.7 !important;
  text-align: center;
}

.sales-crm-softwares-page .prod-task-capability-panel .prod-task-capability-copy {
  transform: translateY(-42px);
}

.sales-crm-softwares-page .prod-task-capability-panel .prod-task-capability-description {
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.sales-crm-softwares-page .prod-task-capability-visual {
  padding: 0;
}

.sales-crm-softwares-page .prod-task-capability-image {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: none;
}

.sales-crm-softwares-page .prod-task-capability-links {
  display: flex;
  margin-top: 20px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.sales-crm-softwares-page .prod-task-capability-links a {
  color: #164ee8;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.sales-crm-softwares-page .prod-task-capability-links a:hover {
  color: #08a6bd;
}

.sales-crm-softwares-page .prod-task-capability-links a:focus-visible {
  outline: 3px solid rgba(44, 103, 242, 0.3);
  outline-offset: 4px;
  border-radius: 3px;
}

@media (max-width: 1280px) {
  .sales-crm-softwares-page .crm-section-heading.crm-workflow-heading h2,
  .sales-crm-softwares-page .crm-industries .crm-section-heading h2 {
    font-size: 44px;
  }
}

@media (max-width: 1180px) {
  .sales-crm-softwares-page .crm-get-started {
    padding: 90px 0;
  }

  .sales-crm-softwares-page .crm-industry-shell {
    max-width: 90%;
    margin: 0 auto;
    padding-inline: 54px;
  }
}

@media (max-width: 1100px) {
  .sales-crm-softwares-page .crm-get-started h2 {
    font-size: 36px;
  }

  .sales-crm-softwares-page .crm-suite-hero-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }

  .sales-crm-softwares-page .crm-proof-gap-grid {
    --crm-proof-inset: 15px;

    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.9fr);
    gap: 50px;
  }

  .sales-crm-softwares-page .crm-proof-demo-card {
    min-height: 540px;
    padding: 30px 28px 24px;
  }

  .sales-crm-softwares-page .crm-integrations-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
    gap: 36px;
  }

  .sales-crm-softwares-page .crm-integrations-orbit {
    --orbit-inner-radius: 116px;
    --orbit-outer-radius: 190px;

    height: 430px;
  }
}

@media (max-width: 1029px) {
  .sales-crm-softwares-page .ffm-nav-shell .header-container {
    background: linear-gradient(110deg, var(--crm-blue-dark) 0%, var(--crm-blue) 100%);
  }

  .sales-crm-softwares-page .ffm-nav-shell .header-container.header-on-scroll {
    background: #fff;
  }

  .sales-crm-softwares-page .ffm-nav-shell .menu {
    display: none !important;
  }

  .sales-crm-softwares-page .ffm-nav-shell .top-buttons {
    display: flex !important;
    margin-left: auto;
    align-items: center;
  }

  .sales-crm-softwares-page .ffm-nav-shell .top-buttons > .login-btn,
  .sales-crm-softwares-page .ffm-nav-shell .top-buttons > #startTrial1 {
    display: none !important;
  }

  .sales-crm-softwares-page .ffm-nav-shell .top-buttons > #startTrial2 {
    display: flex !important;
    width: clamp(116px, 18vw, 140px);
    min-width: 116px;
    height: 36px;
    min-height: 36px;
    margin: 0 8px 0 0;
    padding: 7px 10px;
    align-items: center;
    justify-content: center;
    color: var(--crm-blue-dark) !important;
    background: #fff;
    border: 1px solid rgba(11, 58, 104, 0.2);
    font-size: 13px !important;
    line-height: 1;
    white-space: nowrap;
    -webkit-text-fill-color: var(--crm-blue-dark);
  }

  .sales-crm-softwares-page .ffm-nav-shell .top-buttons > #startTrial2 span {
    padding: 0 !important;
    font-weight: 600 !important;
  }

  .sales-crm-softwares-page .ffm-nav-shell .mobile-nav {
    display: flex !important;
    align-items: center;
  }

  .sales-crm-softwares-page .ffm-nav-shell .mobile-nav > .nav {
    display: flex;
    margin: 0 !important;
    padding: 8px 0 8px 8px !important;
    align-items: center;
    color: #fff;
    font-size: 30px !important;
    line-height: 1;
  }

  .sales-crm-softwares-page .ffm-nav-shell .header-container.header-on-scroll .mobile-nav > .nav {
    color: var(--crm-ink);
  }

  .sales-crm-softwares-page .ffm-nav-shell .header-container.header-on-scroll .header-container-box > div:first-child .logo-box {
    content: url("/assets/img/trackolaplogo.png");
    object-fit: contain;
    object-position: left center;
  }

  .sales-crm-softwares-page .ffm-nav-shell .header-container.header-on-scroll .top-buttons > #startTrial2 {
    color: #fff !important;
    background: linear-gradient(90deg, var(--crm-blue-dark), var(--crm-blue));
    border-color: var(--crm-blue-dark);
    -webkit-text-fill-color: #fff;
  }

  .sales-crm-softwares-page .ffm-nav-shell .mobile-nav .image-and-close .logo-box {
    content: url("/assets/img/trackolaplogo.png");
    object-fit: contain;
    object-position: left center;
  }
}

@media (max-width: 360px) {
  .sales-crm-softwares-page .ffm-nav-shell .header-container .header-container-box {
    padding-right: 14px;
    padding-left: 14px;
  }

  .sales-crm-softwares-page .ffm-nav-shell .header-container-box > div:first-child {
    width: 96px !important;
  }

  .sales-crm-softwares-page .ffm-nav-shell .logo-box {
    width: 102px !important;
  }

  .sales-crm-softwares-page .ffm-nav-shell .top-buttons > #startTrial2 {
    width: 106px;
    min-width: 106px;
    margin-right: 4px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 12px !important;
  }

  .sales-crm-softwares-page .ffm-nav-shell .mobile-nav > .nav {
    padding-left: 5px !important;
    font-size: 28px !important;
  }
}

@media (max-width: 900px) {
  .sales-crm-softwares-page .crm-section {
    padding: 82px 0;
  }

  .sales-crm-softwares-page .crm-section.crm-industries {
    padding: 60px 0 40px;
  }

  .sales-crm-softwares-page .crm-industries .crm-section-heading {
    padding-bottom: 40px;
  }

  .sales-crm-softwares-page .crm-industries .crm-section-heading h2 {
    font-size: 36px;
  }

  .sales-crm-softwares-page .crm-industries .crm-section-heading > p:last-child {
    font-size: 18px;
  }

  .sales-crm-softwares-page .prod-task-capabilities-intro {
    font-size: 18px !important;
  }

  .sales-crm-softwares-page .crm-industry-body h3,
  .sales-crm-softwares-page .crm-industry-collapsed-title {
    font-size: 22px;
  }

  .sales-crm-softwares-page .crm-industry-description {
    font-size: 18px;
    line-height: 1.7;
  }

  .sales-crm-softwares-page .crm-section.crm-integrations {
    margin-top: 0;
    padding: 70px 0;
  }

  .sales-crm-softwares-page .crm-integrations-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .sales-crm-softwares-page .crm-integrations-copy {
    max-width: 680px;
    margin-inline: auto;
    text-align: center;
  }

  .sales-crm-softwares-page .crm-integrations-copy > p:not(.crm-integrations-eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }

  .sales-crm-softwares-page .crm-integrations-orbit {
    width: min(100%, 590px);
    margin-inline: auto;
    justify-self: center;
  }

  .sales-crm-softwares-page .crm-suite-hero,
  .sales-crm-softwares-page .crm-suite-hero-inner {
    min-height: 0;
  }

  .sales-crm-softwares-page .crm-suite-hero-inner {
    padding-top: 106px;
    padding-bottom: 76px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sales-crm-softwares-page .prod-hero-copy {
    max-width: 720px;
  }

  .sales-crm-softwares-page .crm-suite-hero .prod-hero-copy {
    padding-left: 0;
  }

  .sales-crm-softwares-page .crm-suite-hero .prod-hero-visual {
    width: min(82%, 440px);
    padding: 0;
    margin: 4px auto 0;
    justify-self: center;
    transform: none;
  }

  .sales-crm-softwares-page .crm-proof-gap-grid {
    --crm-proof-inset: 0px;

    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sales-crm-softwares-page .crm-proof-gap-copy {
    max-width: 760px;
    padding-top: 0;
    transform: none;
  }

  .sales-crm-softwares-page .crm-proof-gap-copy h2 {
    font-size: clamp(30px, 4.4vw, 40px);
  }

  .sales-crm-softwares-page .crm-proof-gap-copy .crm-proof-gap-intro {
    font-size: 16px;
  }

  .sales-crm-softwares-page .crm-proof-gap-list li {
    font-size: 15px;
  }

  .sales-crm-softwares-page .crm-proof-demo-card {
    width: 100%;
    max-width: 760px;
    min-height: 550px;
    padding: 30px 28px 24px;
    justify-self: center;
    transform: none;
  }

  .sales-crm-softwares-page .crm-proof-demo-card h3 {
    font-size: 30px;
  }

  .sales-crm-softwares-page .crm-section-heading.crm-workflow-heading {
    width: min(calc(100% - 48px), 760px);
    margin-bottom: 0;
    padding: 82px 0 40px;
  }

  .sales-crm-softwares-page .crm-section-heading.crm-workflow-heading h2 {
    font-size: 36px;
  }

  .sales-crm-softwares-page .crm-section-heading.crm-workflow-heading > p:last-child {
    font-size: 18px;
  }

  .sales-crm-softwares-page .crm-workflow-step {
    min-height: 0;
    padding: 48px 0;
  }

  .sales-crm-softwares-page .crm-workflow-step:first-child {
    padding-top: 32px;
  }

  .sales-crm-softwares-page .crm-workflow-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sales-crm-softwares-page .crm-workflow-step--reverse .crm-workflow-copy,
  .sales-crm-softwares-page .crm-workflow-step--reverse .crm-workflow-media {
    margin-right: 0;
    margin-left: 0;
    grid-column: auto;
    grid-row: auto;
  }

  .sales-crm-softwares-page .crm-workflow-copy {
    width: 100%;
    max-width: 690px;
    margin-left: 0;
  }

  .sales-crm-softwares-page .crm-workflow-media {
    width: 100%;
    min-height: 0;
    margin-right: 0;
    align-items: flex-start;
  }

  .sales-crm-softwares-page .crm-workflow-media img {
    width: 100%;
    max-height: none;
    height: auto;
  }

  .sales-crm-softwares-page .crm-get-started-grid {
    grid-template-columns: 1fr;
  }

  .sales-crm-softwares-page .crm-get-started-card {
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
  }

  .sales-crm-softwares-page .crm-communication-heading {
    margin-bottom: 48px;
  }

  .sales-crm-softwares-page .crm-communication-showcase {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sales-crm-softwares-page .crm-communication-panels {
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
  }

  .sales-crm-softwares-page .crm-communication-tabs {
    display: flex;
    padding: 2px 0 8px;
    overflow-x: auto;
    flex-direction: row;
    gap: 8px;
    grid-row: 1;
    scrollbar-width: none;
  }

  .sales-crm-softwares-page .crm-communication-navigation {
    display: flex;
    min-width: 0;
    grid-row: 1;
    flex-direction: column;
  }

  .sales-crm-softwares-page .crm-communication-navigation .crm-module-view-all {
    margin: 16px auto 0;
  }

  .sales-crm-softwares-page .crm-communication-tabs::-webkit-scrollbar {
    display: none;
  }

  .sales-crm-softwares-page .crm-communication-tab {
    width: auto;
    min-height: 0;
    padding: 8px 14px;
    align-items: center;
    flex: 0 0 auto;
    gap: 6px;
    background: #fff;
    border: 1px solid #d7e0eb;
    border-radius: 999px;
    white-space: nowrap;
  }

  .sales-crm-softwares-page .crm-communication-tab:first-child {
    border-top: 1px solid #d7e0eb;
  }

  .sales-crm-softwares-page .crm-communication-tab-bar {
    display: none;
  }

  .sales-crm-softwares-page .crm-communication-tab-meta {
    align-items: center;
    flex-direction: row;
  }

  .sales-crm-softwares-page .crm-communication-tab-number {
    margin: 0 5px 0 0;
  }

  .sales-crm-softwares-page .crm-communication-tab.is-active {
    color: #fff;
    background: var(--crm-blue);
    border-color: var(--crm-blue);
  }

  .sales-crm-softwares-page .crm-communication-tab.is-active .crm-communication-tab-name,
  .sales-crm-softwares-page .crm-communication-tab.is-active .crm-communication-tab-number {
    color: #fff;
  }

  .sales-crm-softwares-page .crm-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .sales-crm-softwares-page .crm-container {
    width: min(calc(100% - 32px), 1180px);
  }

  .sales-crm-softwares-page .prod-task-capabilities > .prod-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .sales-crm-softwares-page .crm-industries .crm-container {
    width: 100%;
  }

  .sales-crm-softwares-page .crm-section.crm-industries {
    padding: 60px 0 40px;
  }

  .sales-crm-softwares-page .crm-industries .crm-section-heading {
    margin-bottom: 0;
    padding: 0 18px 40px;
  }

  .sales-crm-softwares-page .crm-industries .crm-section-heading h2 {
    font-size: 30px;
    white-space: normal;
  }

  .sales-crm-softwares-page .crm-industries .crm-section-heading > p:last-child {
    font-size: 18px;
  }

  .sales-crm-softwares-page .crm-industry-shell {
    max-width: calc(100% - 32px);
    padding: 0 0 58px;
  }

  .sales-crm-softwares-page .crm-industry-track {
    gap: 24px;
  }

  .sales-crm-softwares-page .crm-carousel-button {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .sales-crm-softwares-page .crm-carousel-previous {
    left: calc(50% - 52px);
  }

  .sales-crm-softwares-page .crm-carousel-next {
    right: calc(50% - 52px);
  }

  .sales-crm-softwares-page .crm-section-heading {
    margin-bottom: 42px;
  }

  .sales-crm-softwares-page .crm-section-heading.crm-workflow-heading {
    width: min(calc(100% - 32px), 680px);
    margin-bottom: 0;
    padding: 68px 0 34px;
  }

  .sales-crm-softwares-page .crm-section-heading.crm-workflow-heading > p:last-child {
    font-size: 18px;
  }

  .sales-crm-softwares-page .crm-section-heading.crm-workflow-heading h2 {
    font-size: 30px;
  }

  .sales-crm-softwares-page .crm-workflow-grid {
    width: min(calc(100% - 32px), 680px);
  }

  .sales-crm-softwares-page .crm-workflow-step {
    padding: 30px 0;
  }

  .sales-crm-softwares-page .crm-workflow-step:first-child {
    padding-top: 20px;
  }

  .sales-crm-softwares-page .crm-workflow-copy h3 {
    font-size: 26px;
  }

  .sales-crm-softwares-page .crm-section-heading h2,
  .sales-crm-softwares-page .crm-final-cta h2 {
    font-size: clamp(27px, 8vw, 36px);
  }

  .sales-crm-softwares-page .crm-section-heading > p:last-child,
  .sales-crm-softwares-page .crm-final-cta-inner > p {
    font-size: 15px;
  }

  .sales-crm-softwares-page .prod-hero-headline {
    font-size: clamp(32px, 8.5vw, 40px);
    text-align: center;
  }

  .sales-crm-softwares-page .crm-hero-title-rotator {
    justify-items: center;
  }

  .sales-crm-softwares-page .prod-hero-sub {
    font-size: 17px;
  }

  .sales-crm-softwares-page .crm-hero-proof {
    width: 100%;
    max-width: 610px;
    margin-right: auto;
    margin-bottom: 36px;
    margin-left: auto;
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: left;
  }

  .sales-crm-softwares-page .crm-hero-proof li {
    width: 100%;
    padding-left: 32px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }

  .sales-crm-softwares-page .crm-hero-proof li::before {
    top: 0;
    width: 22px;
    height: 22px;
    font-size: 13px;
  }

  .sales-crm-softwares-page .crm-hero-actions {
    align-items: center;
    flex-direction: column;
  }

  .sales-crm-softwares-page .crm-hero-actions a {
    width: min(100%, 250px);
    min-width: 0;
    min-height: 46px;
    padding: 10px 18px;
    font-size: 14px;
  }

  .sales-crm-softwares-page .crm-suite-hero-dashboard {
    padding: 0;
    border-radius: 0;
  }

  .sales-crm-softwares-page .crm-suite-hero-dashboard img {
    width: 100%;
    max-height: none;
    height: auto;
    object-fit: contain;
  }

  .sales-crm-softwares-page .crm-trust {
    margin-top: -50px;
    padding-bottom: 64px;
    background: linear-gradient(
      to bottom,
      transparent 0,
      transparent 50px,
      #fff 50px,
      #fff 100%
    );
  }

  .sales-crm-softwares-page .crm-trust > .crm-container {
    width: calc(100% - 24px);
    min-height: 148px;
    padding: 20px 0 15px;
    border-radius: 16px;
    box-shadow: 0 16px 30px rgba(3, 9, 26, 0.1);
  }

  .sales-crm-softwares-page .crm-trust h2 {
    width: calc(100% - 32px);
    margin-bottom: 14px;
    gap: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .sales-crm-softwares-page .crm-trust h2 span {
    flex: 0 1 auto;
    white-space: normal;
  }

  .sales-crm-softwares-page .crm-trust h2::before,
  .sales-crm-softwares-page .crm-trust h2::after {
    flex-basis: 32px;
  }

  .sales-crm-softwares-page .crm-logo-track {
    gap: 12px;
    animation-duration: 20s;
  }

  .sales-crm-softwares-page .crm-logo-item {
    width: 165px;
    height: 72px;
    padding: 8px 10px;
  }

  .sales-crm-softwares-page .crm-logo-item img {
    max-width: 145px;
    height: 50px;
  }

  @keyframes crm-logo-loop {
    to { transform: translate3d(calc(-50% - 6px), 0, 0); }
  }

  .sales-crm-softwares-page .crm-proof-gap-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sales-crm-softwares-page .crm-proof-gap-copy h2 {
    font-size: clamp(29px, 8.3vw, 38px);
  }

  .sales-crm-softwares-page .crm-proof-gap-copy {
    max-width: none;
    padding-top: 0;
  }

  .sales-crm-softwares-page .crm-proof-gap-copy .crm-proof-gap-intro {
    margin-top: 22px;
    font-size: 15px;
  }

  .sales-crm-softwares-page .crm-proof-gap-list {
    margin-top: 22px;
    gap: 13px;
  }

  .sales-crm-softwares-page .crm-proof-gap-list li {
    font-size: 15px;
  }

  .sales-crm-softwares-page .crm-proof-gap-copy .crm-proof-gap-supporting {
    margin: 26px 0 18px;
    font-size: 19px;
  }

  .sales-crm-softwares-page .crm-proof-demo-card {
    max-width: none;
    min-height: 0;
    padding: 30px 24px 26px;
    justify-self: stretch;
  }

  .sales-crm-softwares-page .crm-proof-demo-card h3 {
    font-size: 29px;
  }

  .sales-crm-softwares-page .crm-proof-demo-success {
    min-height: 360px;
  }

  .sales-crm-softwares-page .crm-workflow-media {
    min-height: 0;
  }

  .sales-crm-softwares-page .crm-module-grid {
    grid-template-columns: 1fr;
  }

  .sales-crm-softwares-page .crm-get-started h2 {
    font-size: 32px;
  }

  .sales-crm-softwares-page .crm-get-started-grid {
    margin-top: 45px;
  }

  .sales-crm-softwares-page .crm-get-started-card h3 {
    font-size: 26px;
  }

  .sales-crm-softwares-page .crm-communication-heading {
    margin-bottom: 38px;
  }

  .sales-crm-softwares-page .crm-communication-visual {
    padding: 16px;
  }

  .sales-crm-softwares-page .crm-communication-copy {
    min-height: 0;
  }

  .sales-crm-softwares-page .crm-communication-copy > p:not(.crm-communication-category) {
    min-height: 0;
  }

  .sales-crm-softwares-page .crm-industry-card {
    width: min(305px, 100%);
    max-width: 100%;
    min-width: 0;
    min-height: 405px;
    flex-basis: min(305px, 100%);
  }

  .sales-crm-softwares-page .crm-section.crm-integrations {
    margin-top: 0;
    padding: 56px 0 48px;
  }

  .sales-crm-softwares-page .crm-integrations-copy h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .sales-crm-softwares-page .crm-integrations-copy > p:not(.crm-integrations-eyebrow) {
    font-size: 15px;
  }

  .sales-crm-softwares-page .crm-integrations-action {
    width: min(100%, 235px);
  }

  .sales-crm-softwares-page .crm-integrations-orbit {
    --orbit-inner-radius: min(23vw, 116px);
    --orbit-outer-radius: min(38vw, 190px);

    height: 380px;
  }

  .sales-crm-softwares-page .crm-integration-node {
    width: 50px;
    height: 50px;
    padding: 8px;
  }

  .sales-crm-softwares-page .crm-integration-center {
    width: 72px;
    height: 72px;
  }

  .sales-crm-softwares-page .crm-integration-center img {
    width: 50px;
    height: 50px;
  }

  .sales-crm-softwares-page .crm-module-card {
    min-height: 225px;
  }

  .sales-crm-softwares-page .crm-final-cta {
    padding: 48px 18px 56px;
  }

  .sales-crm-softwares-page .crm-final-cta h2 {
    font-size: clamp(32px, 8vw, 40px);
  }

  .sales-crm-softwares-page .crm-final-cta-inner > p {
    max-width: 34ch;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.45;
  }

  .sales-crm-softwares-page .crm-final-cta .prod-btn-primary {
    width: min(100%, 260px);
    min-width: 0;
    margin-top: 28px;
  }
}

@media (max-width: 640px) {
  .sales-crm-softwares-page .crm-hero-title-line {
    white-space: normal;
  }

  .sales-crm-softwares-page .crm-get-started {
    padding: 64px 0;
  }

  .sales-crm-softwares-page .crm-get-started h2 {
    font-size: 30px;
  }
}

@media (max-width: 430px) {
  .sales-crm-softwares-page .crm-section {
    padding: 68px 0;
  }

  .sales-crm-softwares-page .crm-section.crm-industries {
    padding: 60px 0 40px;
  }

  .sales-crm-softwares-page .crm-suite-hero-inner {
    padding-top: 88px;
    padding-bottom: 60px;
    gap: 18px;
  }

  .sales-crm-softwares-page .crm-suite-hero .prod-hero-visual {
    width: min(90%, 360px);
  }

  .sales-crm-softwares-page .crm-hero-signal {
    padding: 8px 10px;
    font-size: 11px;
  }

  .sales-crm-softwares-page .crm-communication-visual {
    padding: 12px;
    border-radius: 12px;
  }

  .sales-crm-softwares-page .crm-integrations-orbit {
    --orbit-inner-radius: 22vw;
    --orbit-outer-radius: 36vw;

    height: 360px;
  }

  .sales-crm-softwares-page .crm-integration-node {
    width: 46px;
    height: 46px;
    padding: 7px;
  }
}

@media (max-width: 900px) {
  .sales-crm-softwares-page .crm-faq {
    padding: 82px 0 90px;
  }

  .sales-crm-softwares-page .crm-faq-heading {
    margin-bottom: 42px;
  }

  .sales-crm-softwares-page .crm-faq-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 700px) {
  .sales-crm-softwares-page .crm-faq {
    padding: 68px 0 74px;
  }

  .sales-crm-softwares-page .crm-faq-heading {
    margin-bottom: 34px;
  }

  .sales-crm-softwares-page .crm-faq-heading h2 {
    font-size: 30px;
  }

  .sales-crm-softwares-page .crm-faq-button {
    min-height: 74px;
    padding: 17px 16px;
    gap: 16px;
    font-size: 16px;
  }

  .sales-crm-softwares-page .crm-faq-answer {
    padding: 0 16px 19px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .sales-crm-softwares-page .crm-industries .crm-section-heading h2 {
    font-size: clamp(30px, 2.5vw, 44px);
    white-space: nowrap;
  }

  .sales-crm-softwares-page .prod-task-capabilities-heading-primary {
    white-space: nowrap;
  }
}

/* Sales CRM customer stories: page-specific editorial carousel. */
.sales-crm-softwares-page .crm-customer-stories .prod-stories {
  position: relative;
  padding: 56px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(98, 207, 244, 0.2), transparent 30%),
    radial-gradient(circle at 88% 84%, rgba(44, 103, 242, 0.24), transparent 34%),
    linear-gradient(135deg, #061a35 0%, #0b3a68 54%, #124f8b 100%);
}

.sales-crm-softwares-page .crm-customer-stories .prod-stories-head {
  max-width: 1180px;
  margin-bottom: 28px;
}

.sales-crm-softwares-page .crm-customer-stories .prod-stories-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 16px;
  color: #dff8ff;
  background: rgba(98, 207, 244, 0.1);
  border: 1px solid rgba(98, 207, 244, 0.35);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sales-crm-softwares-page .crm-customer-stories .prod-stories-head h2 {
  color: #fff;
  font-size: clamp(24px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.12;
  white-space: nowrap;
}

.sales-crm-softwares-page .crm-customer-stories .prod-stories-head h2 span {
  background: linear-gradient(90deg, #62cff4 0%, #63a5ff 48%, #2c67f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sales-crm-softwares-page .crm-customer-stories .prod-stories-stage {
  max-width: 1180px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-slide {
  min-height: 300px;
  padding: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  box-shadow: 0 30px 70px rgba(0, 10, 28, 0.32);
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.55fr);
  backdrop-filter: blur(10px);
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-company {
  order: 1;
  min-height: 268px;
  padding: 20px;
  color: var(--crm-ink);
  background: linear-gradient(145deg, #f7fbff 0%, #edf6ff 54%, #deedff 100%);
  border: 1px solid rgba(44, 103, 242, 0.14);
  border-radius: 22px;
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-company-glow {
  top: auto;
  right: -100px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(98, 207, 244, 0.3), transparent 68%);
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-logo-wrap {
  width: 156px;
  height: 156px;
  background: #fff;
  border-color: #dcecff;
  border-radius: 50%;
  box-shadow: 0 20px 42px rgba(6, 26, 53, 0.14);
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-logo-wrap img {
  width: 108px;
  height: 108px;
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-company p {
  color: #284662;
  margin-top: 24px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-content {
  order: 2;
  padding: 24px 38px 64px;
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-quote-mark {
  height: 45px;
  margin-bottom: 8px;
  color: #62cff4;
  font-size: 64px;
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-content blockquote p {
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-person {
  margin-top: 20px;
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-person strong {
  color: #fff;
  font-size: 18px;
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-person span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-navigation {
  right: 52px;
  bottom: 24px;
  left: auto;
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-arrow {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-arrow:hover {
  color: #0b3a68;
  background: #fff;
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-dot {
  background: rgba(255, 255, 255, 0.38);
}

.sales-crm-softwares-page .crm-customer-stories .prod-story-dot.is-active {
  background: linear-gradient(90deg, #62cff4 0%, #2c67f2 100%);
}

@media (max-width: 900px) {
  .sales-crm-softwares-page .crm-customer-stories .prod-stories {
    padding: 48px 0;
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-story-slide {
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-story-content {
    padding-right: 34px;
    padding-left: 34px;
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-story-content blockquote p {
    font-size: 19px;
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-story-logo-wrap {
    width: 132px;
    height: 132px;
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-story-logo-wrap img {
    width: 92px;
    height: 92px;
  }
}

@media (max-width: 700px) {
  .sales-crm-softwares-page .crm-customer-stories .prod-stories {
    padding: 40px 0;
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-stories-head {
    margin-bottom: 22px;
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-stories-head h2 {
    font-size: 28px;
    white-space: normal;
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-story-slide {
    min-height: 0;
    padding: 12px;
    grid-template-columns: 1fr;
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-story-company {
    order: 1;
    min-height: 150px;
    padding: 16px;
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-story-logo-wrap {
    width: 104px;
    height: 104px;
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-story-logo-wrap img {
    width: 74px;
    height: 74px;
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-story-content {
    order: 2;
    min-height: 0;
    padding: 22px 16px 66px;
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-story-quote-mark {
    height: 36px;
    margin-bottom: 4px;
    font-size: 52px;
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-story-content blockquote p {
    font-size: 16px;
    line-height: 1.45;
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-story-navigation {
    right: auto;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 480px) {
  .sales-crm-softwares-page .crm-customer-stories .prod-story-logo-wrap {
    width: 88px;
    height: 88px;
  }

  .sales-crm-softwares-page .crm-customer-stories .prod-story-logo-wrap img {
    width: 64px;
    height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sales-crm-softwares-page *,
  .sales-crm-softwares-page *::before,
  .sales-crm-softwares-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .sales-crm-softwares-page .crm-logo-track {
    animation: none;
  }

  .sales-crm-softwares-page .crm-integration-node {
    animation: none;
  }

  .sales-crm-softwares-page .crm-logo-item[data-crm-logo-clone] {
    display: none;
  }

  .sales-crm-softwares-page .crm-logo-marquee {
    overflow-x: auto;
  }
}

/* Keep the Sales CRM workflow aligned with the Field Force workflow. */
.sales-crm-softwares-page .crm-workflow-media {
  min-height: 470px;
}

@media (max-width: 991px) {
  .sales-crm-softwares-page .crm-workflow-grid {
    width: min(calc(100% - 48px), 760px);
    grid-template-columns: 1fr;
    gap: clamp(28px, 5vw, 56px);
  }

  .sales-crm-softwares-page .crm-workflow-copy,
  .sales-crm-softwares-page .crm-workflow-media {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    justify-self: center;
  }

  .sales-crm-softwares-page .crm-workflow-copy {
    max-width: 650px;
  }

  .sales-crm-softwares-page .crm-workflow-step--reverse .crm-workflow-copy,
  .sales-crm-softwares-page .crm-workflow-step--reverse .crm-workflow-media {
    grid-row: auto;
    grid-column: auto;
  }

  .sales-crm-softwares-page .crm-workflow-step--reverse .crm-workflow-media {
    order: 2;
  }

  .sales-crm-softwares-page .crm-workflow-media {
    min-height: 390px;
    align-items: center;
  }

  .sales-crm-softwares-page .crm-workflow-media img {
    width: min(100%, 680px);
    height: auto;
    max-height: 470px;
  }
}

@media (max-width: 640px) {
  .sales-crm-softwares-page .crm-workflow-grid {
    width: calc(100% - 36px);
  }

  .sales-crm-softwares-page .crm-workflow-media {
    min-height: 280px;
  }

  .sales-crm-softwares-page .crm-final-cta-review {
    gap: 8px;
    font-size: 12px;
  }

  .sales-crm-softwares-page .crm-final-cta-review-stars {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
