/* Outbound page — Figma frame 308:989 */

@font-face {
  font-family: "STK Bureau";
  src:
    local("STK Bureau Sans Book"),
    local("STKBureau-Book"),
    local("STK Bureau Book");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "STK Bureau";
  src:
    local("STK Bureau Sans Medium"),
    local("STKBureau-Medium"),
    local("STK Bureau Medium");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "STK Bureau";
  src:
    local("STK Bureau Sans Bold"),
    local("STKBureau-Bold"),
    local("STK Bureau Bold");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.page-outbound {
  --ob-bg: #0a0a0a;
  --ob-fg: #ffffff;
  --ob-muted: #5e5e5e;
  --ob-line: #5e5e5e;
  --ob-line-soft: rgba(196, 196, 196, 0.42);
  --ob-max: 84.5625rem;
  --ob-pad-x: 0.5rem;
  --ob-lead: 0.8012;

  background: var(--ob-bg);
  color: var(--ob-fg);
  font-family: "STK Bureau", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: clip;
}

.page-outbound a {
  color: inherit;
  text-decoration: none;
}

.page-outbound a:hover,
.page-outbound a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.outbound {
  max-width: var(--ob-max);
  margin: 0 auto;
  padding: 1.25rem var(--ob-pad-x) 4rem;
  overflow-x: clip;
}

.outbound-nav {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
  font-size: clamp(1rem, 1.6vw, 1.5rem);
  line-height: 1.1;
  color: var(--ob-muted);
  font-weight: 400;
}

.outbound-hero {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.outbound-hero h1 {
  margin: 0;
  max-width: 14.5ch;
  font-size: clamp(2.75rem, 7.2vw, 6rem);
  line-height: 0.88;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.outbound-hero h1 span {
  display: block;
}

.outbound-lead {
  margin: clamp(1.25rem, 2.5vw, 2rem) 0 0;
  max-width: none;
  font-size: clamp(1rem, 1.6vw, 1.5rem);
  line-height: 1.34;
  color: var(--ob-muted);
  font-weight: 400;
  white-space: nowrap;
}

.outbound-copy {
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.5rem);
  line-height: 1.34;
  color: var(--ob-muted);
  font-weight: 400;
}

.outbound-copy + .outbound-copy {
  margin-top: 1.05rem;
}

.outbound-copy strong,
.outbound-copy .is-white {
  color: var(--ob-fg);
  font-weight: 400;
}

.outbound-block {
  margin-bottom: clamp(3.25rem, 7vw, 5.5rem);
}

.outbound-block[aria-label="Problem"] {
  margin-bottom: clamp(1.1rem, 2.4vw, 1.9rem);
}

.outbound-feature {
  margin-bottom: clamp(3.5rem, 8vw, 6rem);
}

.outbound-flow {
  position: relative;
}

.flow-spine-mobile {
  display: none;
}

.flow-node {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 0.75rem;
  row-gap: 0.45rem;
}

.flow-circle {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #5e5e5e;
  margin-top: 0.25rem;
  grid-row: 1 / span 3;
}

.flow-node--node1-top {
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 0.45rem;
  position: relative;
  margin-bottom: 1rem;
}

.flow-node--node1-top .flow-circle {
  background: #ffffff;
  margin-top: 0;
  grid-row: 1;
  transform: none;
  position: relative;
  z-index: 2;
}

.flow-node--node1-top .flow-title {
  grid-column: 2;
  grid-row: 1;
}

.flow-node--node1-top .flow-caption {
  grid-column: 3;
  grid-row: 1;
  align-self: center;
  justify-self: end;
  max-width: none;
  text-align: right;
  margin: 0;
  white-space: nowrap;
  line-height: 1.15;
}

/* Node 3 desktop: header inside card (title left, caption right; no circle) */
.node3-card .flow-node--node3-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 0;
  margin-bottom: 0;
  padding: var(--node3-header-top, 1.95rem) 0.95rem var(--node3-header-bottom, 1.65rem);
  position: relative;
}

.node3-card .flow-node--node3-top::after {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0;
  height: 1px;
  background: var(--ob-line-soft);
}

.node3-card .flow-node--node3-top .flow-circle {
  display: none;
}

.node3-card .flow-node--node3-top .flow-title {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  white-space: nowrap;
  line-height: 1;
}

.node3-card .flow-node--node3-top .flow-caption {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  text-align: left;
  white-space: nowrap;
  max-width: none;
  line-height: 1.15;
}

.node3-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.flow-node--node1-top .flow-line-down {
  position: absolute;
  left: 11.8px;
  top: 22px;
  width: 1px;
  height: 55px;
  margin: 0;
  grid-column: unset;
  grid-row: unset;
  z-index: 1;
}

.outbound-flow[aria-labelledby="feature-messaging"] .flow-image-wrap {
  margin-top: 1.05rem;
  position: relative;
  z-index: 3;
}

.flow-title {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.flow-caption {
  margin: 0;
  grid-column: 2;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--ob-muted);
  font-weight: 400;
  max-width: 36ch;
}

.flow-line-down {
  grid-column: 1;
  width: 1px;
  height: var(--flow-down, 55px);
  margin: 0.2rem auto 0;
  background: var(--ob-line);
  transform-origin: top;
}

.flow-image-wrap {
  border: 1px solid var(--ob-line-soft);
  border-radius: 10px;
  overflow: hidden;
}

.outbound-shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.outbound-shot--wide {
  border: none;
}

.outbound-shot--tall {
  width: auto;
  max-width: 294px;
  border: none;
}

.outbound-shot--strip {
  border: none;
}

.outbound-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(78px, 1fr);
  place-items: center;
  align-items: center;
  gap: 0.9rem 1rem;
  margin-top: 0;
  padding: var(--node3-logos-top, 1.85rem) 0.95rem var(--node3-logos-bottom, 0.95rem);
  border-bottom: none;
  position: relative;
  opacity: 0.85;
  filter: grayscale(1);
}

.outbound-logos img {
  display: block;
  height: clamp(2rem, 2.3vw, 2.75rem);
  width: auto;
  max-width: min(180px, 100%);
  object-fit: contain;
}

.outbound-logos img[alt="Salesforce"] {
  height: clamp(2.35rem, 2.8vw, 3.2rem);
}

.outbound-performance-copy {
  margin-top: 0.9rem;
  max-width: 56ch;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--ob-muted);
}

.outbound-flow--node2 {
  position: relative;
  margin-top: -2.1rem;
}

.node23-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 948px) 110px 294px;
  grid-template-rows: auto;
  gap: 0;
  align-items: stretch;
}

.node3-stack {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.node3-card {
  --node3-header-top: 1.95rem;
  --node3-header-bottom: 1.65rem;
  --node3-logos-top: 5.85rem;
  --node3-logos-bottom: 6.95rem;
  --node3-paragraph-top: 0.8rem;
  --node3-paragraph-bottom: 3.0rem;
  border: 1px solid var(--ob-line-soft);
  border-radius: 10px;
  padding: 0;
  height: 623px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.outbound-logos::after {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0;
  height: 1px;
  background: var(--ob-line-soft);
}

.node3-bridge {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  height: 100%;
  min-height: 12rem;
}

.node3-bridge-line {
  position: absolute;
  top: calc(50% - 0.1px);
  left: 0;
  width: 110px;
  height: 1px;
  background: var(--ob-line);
  transform-origin: left;
  z-index: 1;
}

.node3-bridge-circle {
  position: absolute;
  top: calc(50% - 11px);
  right: 44px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 2;
}

.node2-workflow-image {
  grid-column: 3;
  grid-row: 1;
  border: 1px solid var(--ob-line-soft);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.node3-paragraph {
  max-width: 100%;
  margin-top: auto;
  padding: var(--node3-paragraph-top) 0.95rem var(--node3-paragraph-bottom);
}

.node4-preline {
  display: block;
  width: 1px;
  height: 110px;
  margin: -0.2rem 0 0 11px;
  background: var(--ob-line);
  transform-origin: top;
  z-index: 1;
}

.outbound-flow--node4 .flow-circle {
  position: relative;
  top: 0;
  margin-top: -160px;
  background: #ffffff;
  z-index: 2;
}

.outbound-flow--node4 .flow-title {
  position: relative;
  top: -170px;
  left: 15px;
}

.outbound-flow--node4 .flow-caption {
  position: relative;
  top: -200px;
  justify-self: end;
  text-align: right;
  white-space: nowrap;
  max-width: none;
  line-height: 1.15;
}

.outbound-flow--node4 .flow-line-down {
  display: none;
}

.outbound-flow--node4 .flow-image-wrap {
  position: relative;
  z-index: 3;
  margin-top: -10.5rem;
}

.outbound-pricing-intro {
  margin-bottom: clamp(2.2rem, 4vw, 3.2rem);
}

.outbound-pricing {
  display: grid;
  gap: 1.35rem;
}

.outbound-pricing-row {
  display: grid;
  grid-template-columns: minmax(9rem, 14rem) minmax(12rem, 1fr) minmax(6rem, 9rem) minmax(5rem, 7rem);
  gap: 1rem 1.5rem;
  align-items: center;
  padding: 1.35rem 1rem;
  border: 1px solid var(--ob-line-soft);
  border-radius: 10px;
}

.outbound-pricing-tier {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.1;
  font-weight: 400;
}

.outbound-pricing-detail,
.outbound-pricing-time {
  margin: 0;
  font-size: clamp(0.95rem, 1.4vw, 1.25rem);
  line-height: 1.25;
  color: var(--ob-muted);
  font-weight: 400;
}

.outbound-pricing-price {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.1;
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
}

.outbound-footer {
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: 1rem;
  border-top: 1px solid #2a2a2a;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: var(--ob-lead);
}

.flow-ready [data-flow-seq] {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
}

.flow-ready .flow-line-down[data-flow-seq],
.flow-ready .node4-preline[data-flow-seq] {
  transform: scaleY(0);
}

.flow-ready .node3-bridge-line[data-flow-seq] {
  transform: scaleX(0);
}

.flow-ready [data-flow-seq].flow-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 640ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .flow-ready [data-flow-seq] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Desktop — Node 2 header + 1→2 connector (tune --node2-desk-* knobs) */
@media (min-width: 901px) {
  .flow-node--node2-top {
    --node2-desk-lift: -50px;
    --node2-desk-title-top: 20px;
    --node2-desk-caption-top: 26px;
    --node2-desk-line-top: -58px;
    --node2-desk-circle-top: 30px;

    position: relative;
    width: 100%;
    max-width: none;
    margin: 0 0 0.65rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto 22px;
    grid-template-rows: auto;
    align-items: start;
    justify-items: start;
    column-gap: 1.25rem;
    row-gap: 0;
    transform: translateY(var(--node2-desk-lift));
  }

  .flow-node--node2-top .flow-circle {
    display: none;
  }

  .flow-node--node2-top .flow-title {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: start;
    text-align: left;
    margin: 0;
    white-space: nowrap;
    line-height: 1;
    position: relative;
    top: var(--node2-desk-title-top);
    left: 0;
  }

  .flow-node--node2-top .flow-caption {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    justify-self: end;
    max-width: none;
    text-align: right;
    margin: 0;
    white-space: nowrap;
    line-height: 1.15;
    position: relative;
    top: var(--node2-desk-caption-top);
  }

  .flow-node--node2-top .node2-connector {
    position: relative;
    grid-column: 4;
    grid-row: 1;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    align-self: start;
    justify-self: end;
  }

  .flow-node--node2-top .node2-flow-line {
    position: absolute;
    top: var(--node2-desk-line-top);
    right: 11px;
    left: auto;
    width: 1px;
    height: 220px;
    background: var(--ob-line);
    transform-origin: top;
    z-index: 1;
  }

  .flow-node--node2-top .node2-flow-circle {
    position: absolute;
    top: var(--node2-desk-circle-top);
    right: 0;
    left: auto;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 2;
  }

  .node3-card .flow-node--node3-top .flow-caption .flow-caption-br {
    display: none;
  }
}

/* Mobile / tablet — desktop pixel nudges are reset below */
@media (max-width: 900px) {
  .page-outbound {
    --ob-pad-x: 1rem;
    --flow-track-col: 1.375rem;
    --flow-track-gap: 0.75rem;
    --flow-track-inset: calc(var(--flow-track-col) + var(--flow-track-gap));
  }

  .outbound {
    padding-top: calc(1.5rem + env(safe-area-inset-top, 0px));
    padding-bottom: 3rem;
  }

  .outbound-lead {
    white-space: normal;
    max-width: none;
    line-height: 1.15;
    margin-top: 17.75svh;
    margin-bottom: 1.05rem;
  }

  .outbound-hero {
    margin-bottom: 0;
  }

  .outbound-copy + .outbound-copy {
    margin-top: 1.05rem;
  }

  .outbound-block[aria-label="Problem"] {
    margin-bottom: 1.05rem;
  }

  .outbound-nav {
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 1rem;
    margin-bottom: clamp(2.625rem, 6.3vw, 4.725rem);
  }

  .outbound-block {
    margin-bottom: clamp(2rem, 5vw, 3rem);
  }

  /* Node 1–2: circle + title row, caption below */
  .flow-node--node1-top,
  .flow-node--node2-top,
  .node3-card .flow-node--node3-top,
  .outbound-flow--node4 .flow-node {
    grid-template-columns: var(--flow-track-col) minmax(0, 1fr);
    column-gap: var(--flow-track-gap);
  }

  .flow-node--node1-top,
  .flow-node--node2-top {
    grid-template-rows: auto auto;
    row-gap: 0.5rem;
    margin-bottom: 1.25rem;
  }

  .flow-node--node2-top {
    width: auto;
    margin: 0 0 1.25rem;
    display: grid;
    transform: none;
    justify-items: stretch;
  }

  .flow-node--node1-top .flow-circle,
  .flow-node--node2-top .flow-circle {
    display: block;
    background: #ffffff;
    margin-top: 0;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .flow-node--node1-top .flow-title,
  .flow-node--node2-top .flow-title {
    grid-column: 2;
    grid-row: 1;
    position: static;
    top: auto;
    left: auto;
    white-space: normal;
  }

  .flow-node--node2-top .flow-title {
    font-size: clamp(1.2rem, 4.6vw, 1.45rem);
    line-height: 1.1;
  }

  .flow-node--node1-top .flow-caption,
  .flow-node--node2-top .flow-caption {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    text-align: left;
    white-space: normal;
    max-width: none;
    position: static;
    top: auto;
  }

  .flow-node--node1-top .flow-line-down {
    display: none;
  }

  /* Node 2 / 3: single column, no connectors */
  .outbound-flow--node2 {
    margin-top: 0;
  }

  .node3-bridge,
  .node4-preline,
  .flow-node--node2-top .node2-connector {
    display: none;
  }

  .node23-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .node2-workflow-image {
    order: 2;
    width: 100%;
    max-width: 20rem;
    align-self: center;
    border: none;
    border-radius: 0;
    overflow: visible;
  }

  /* group-2.png includes its own frame — no CSS border/radius on mobile */
  .node2-workflow-image .outbound-shot--tall {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }

  .node3-stack {
    order: 3;
    width: 100%;
  }

  /* Node 3 mobile: header above card; bordered body only */
  .node3-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: auto;
    min-height: 0;
    border: none;
    background: transparent;
    overflow: visible;
    position: relative;
    z-index: 2;
    --node3-header-top: 0;
    --node3-header-bottom: 0;
    --node3-logos-top: 1.25rem;
    --node3-logos-bottom: 1rem;
    --node3-paragraph-top: 0.75rem;
    --node3-paragraph-bottom: 1rem;
  }

  .node3-card .flow-node--node3-top {
    display: grid;
    grid-template-rows: auto auto;
    row-gap: 0.5rem;
    padding: 0;
    position: relative;
    z-index: 2;
  }

  .node3-card .flow-node--node3-top .flow-title,
  .node3-card .flow-node--node3-top .flow-caption {
    position: relative;
    z-index: 1;
    background: var(--ob-bg);
  }

  .node3-card .flow-node--node3-top::after {
    display: none;
  }

  .node3-card .flow-node--node3-top .flow-circle {
    display: block;
    background: #ffffff;
    margin-top: 0;
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 3;
  }

  .node3-card .flow-node--node3-top .flow-title {
    grid-column: 2;
    grid-row: 1;
  }

  .node3-card .flow-node--node3-top .flow-caption {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    text-align: left;
    white-space: normal;
  }

  .node3-card-body {
    position: relative;
    z-index: 2;
    margin-top: 0.75rem;
    border: 1px solid var(--ob-line-soft);
    border-radius: 10px;
    overflow: hidden;
    background: var(--ob-bg);
  }

  .outbound-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: minmax(64px, auto);
    gap: 0.75rem 0.5rem;
  }

  .outbound-logos img {
    max-width: 100%;
    height: clamp(1.75rem, 5vw, 2.5rem);
  }

  .outbound-logos img[alt="Salesforce"] {
    height: clamp(2rem, 5.5vw, 2.85rem);
  }

  .node3-paragraph {
    margin-top: 0;
  }

  /* Node 4: reset desktop offsets */
  .outbound-flow--node4 .flow-node {
    grid-template-rows: auto auto;
    row-gap: 0.5rem;
  }

  .outbound-flow--node4 .flow-circle {
    grid-column: 1;
    grid-row: 1;
    margin-top: 0;
    top: 0;
  }

  .outbound-flow--node4 .flow-title {
    grid-column: 2;
    grid-row: 1;
    top: 0;
    left: 0;
  }

  .outbound-flow--node4 .flow-caption {
    grid-column: 2;
    grid-row: 2;
    top: 0;
    justify-self: start;
    text-align: left;
    white-space: normal;
  }

  /* Mobile flow spine (node 1 circle → top of node 4 image) */
  .outbound-flow-spine-wrap {
    position: relative;
    isolation: isolate;
  }

  .outbound-flow {
    position: relative;
    z-index: 2;
  }

  .node3-stack,
  .node3-card,
  .node3-card-body,
  .node2-workflow-image,
  .flow-image-wrap {
    position: relative;
    z-index: 2;
  }

  .flow-spine-mobile {
    display: block;
    position: absolute;
    left: var(--spine-left, 11px);
    top: var(--spine-top, 0);
    width: 1px;
    height: var(--spine-height, 0);
    pointer-events: none;
    z-index: 1;
  }

  .flow-node--node1-top .flow-circle,
  .flow-node--node2-top .flow-circle,
  .node3-card .flow-node--node3-top .flow-circle,
  .outbound-flow--node4 .flow-circle {
    position: relative;
    z-index: 3;
  }

  .flow-spine-mobile__bg,
  .flow-spine-mobile__fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--ob-line);
    transform-origin: top;
  }

  .flow-spine-mobile__bg {
    opacity: 0.28;
  }

  .flow-spine-mobile__fill {
    transform: scaleY(var(--spine-progress, 0));
    transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .flow-ready [data-flow-seq].flow-visible {
    transition:
      opacity 920ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 920ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .outbound-flow--node4 .flow-image-wrap {
    margin-top: 1rem;
  }

  .outbound-pricing-row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0.65rem 1rem;
    padding: 1rem;
  }

  .outbound-pricing-tier {
    grid-column: 1 / -1;
  }

  .outbound-pricing-detail {
    grid-column: 1 / -1;
  }

  .outbound-pricing-price {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .outbound-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3rem);
    line-height: 0.94;
  }

  .outbound-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .node2-workflow-image {
    max-width: 100%;
  }

  .outbound-pricing-row {
    grid-template-columns: 1fr;
  }

  .outbound-pricing-time,
  .outbound-pricing-price {
    font-size: 1rem;
  }
}
