.hero {
  min-height: 1180px;
  padding: 80px 0 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: min(760px, 72vh);
  background-image: url("../optimized/img/plovercrm-homepage-hero-background.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.95;
  pointer-events: none;
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: min(820px, 78vh);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(255, 255, 255, 0.22) 38%,
    rgba(255, 255, 255, 0.58) 72%,
    #fff 100%
  );
  pointer-events: none;
}
.scroll-hero {
  position: sticky;
  z-index: 1;
  top: 74px;
  min-height: calc(100vh - 74px);
  display: grid;
  align-content: center;
  padding: 46px 0 90px;
}
.hero-title-wrap {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 20px;
  transform: translateY(var(--hero-title-y, 0px));
  transition: transform 0.08s linear;
}
.hero-title-wrap .lead {
  font-size: clamp(18px, 1.7vw, 22px);
  margin-inline: auto;
}
.hero-word {
  display: block;
  font-size: clamp(48px, 7.4vw, 104px);
  line-height: 0.93;
  font-weight: 900;
  letter-spacing: -0.075em;
  background: linear-gradient(135deg, #07140e 10%, var(--color-primary) 58%, #38a6a5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-screen-wrap {
  width: min(1120px, calc(100% - 24px));
  margin: 60px auto 0;
  perspective: 1200px;
}
.hero-device {
  position: relative;
  height: min(650px, 52vw);
  min-height: 460px;
  border: 5px solid #323c36;
  border-radius: 34px;
  background: #202622;
  padding: 12px;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.18),
    0 28px 36px rgba(0, 0, 0, 0.14),
    0 54px 44px rgba(0, 0, 0, 0.08);
  transform: rotateX(var(--hero-rotate, 20deg)) scale(var(--hero-scale, 1.05));
  transform-origin: 50% 60%;
  transition: transform 0.08s linear;
}
.hero-screen {
  height: 100%;
  overflow: visible;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fcf9, #eef8f1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.hero-screen:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 14%,
      rgba(11, 139, 73, 0.16),
      transparent 300px
    ),
    radial-gradient(
      circle at 82% 28%,
      rgba(56, 166, 165, 0.13),
      transparent 280px
    );
  pointer-events: none;
}
.hero-screenshot {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  border-radius: 20px;
}
.hero-mobile-overlay {
  position: absolute;
  z-index: 5;
  right: clamp(-96px, -5vw, -44px);
  bottom: clamp(-96px, -7vw, -42px);
  width: clamp(190px, 16vw, 250px);
  aspect-ratio: 9/16;
  padding: clamp(5px, 0.5vw, 8px);
  border: clamp(3px, 0.38vw, 5px) solid #141817;
  border-radius: clamp(28px, 2.4vw, 38px);
  background: #141817;
  box-shadow:
    0 26px 70px rgba(3, 34, 18, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.hero-mobile-overlay:before {
  content: "";
  position: absolute;
  left: 50%;
  top: clamp(4px, 0.42vw, 6px);
  transform: translateX(-50%);
  width: 30%;
  height: clamp(10px, 0.85vw, 14px);
  border-radius: 0 0 11px 11px;
  background: #141817;
  z-index: 2;
}
.hero-mobile-overlay:after {
  content: "";
  position: absolute;
  inset: clamp(5px, 0.5vw, 8px);
  border-radius: clamp(23px, 2vw, 31px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
  z-index: 3;
}
.hero-mobile-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: clamp(23px, 2vw, 31px);
  display: block;
  background: #fff;
}
.hero-dashboard {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 18px;
  padding: 20px;
}
.dash-sidebar,
.dash-main,
.dash-panel {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--color-marketing-border);
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(3, 34, 18, 0.08);
  backdrop-filter: blur(12px);
}
.dash-sidebar {
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 14px;
}
.dash-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}
.dash-logo img {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}
.dash-nav-item {
  padding: 12px;
  border-radius: 14px;
  color: #40564a;
  font-weight: 750;
}
.dash-nav-item.active {
  background: var(--color-marketing-mint);
  color: var(--color-primary-dark);
}
.dash-main {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 16px;
}
.dash-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}
.dash-top h3 {
  font-size: 30px;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.stat {
  padding: 14px;
  border: 1px solid var(--color-marketing-border);
  background: #fff;
  border-radius: 16px;
}
.stat strong {
  display: block;
  font-size: 24px;
  color: var(--color-primary);
  line-height: 1;
}
.lead-board {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
}
.lead-table {
  display: grid;
  gap: 10px;
}
.lead-row-card {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr auto;
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid var(--color-marketing-border);
  background: #fff;
  border-radius: 16px;
  font-size: 13px;
}
.lead-row-card b {
  font-size: 14px;
}
.dash-panel {
  padding: 16px;
  display: grid;
  gap: 12px;
}
.activity {
  padding: 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--color-marketing-border);
}
.floating-source {
  position: absolute;
  z-index: 3;
  padding: 10px 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--color-marketing-border);
  box-shadow: 0 18px 42px rgba(3, 34, 18, 0.12);
  font-weight: 850;
  font-size: 13px;
}
.floating-source.one {
  left: 32px;
  top: 38%;
}
.floating-source.two {
  right: 36px;
  top: 24%;
}
.floating-source.three {
  right: 78px;
  bottom: 62px;
}
.hero-cta-row {
  justify-content: center;
  margin-top: 8px;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  color: var(--color-marketing-muted);
  font-size: 14px;
  font-weight: 700;
}
.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.trust-row span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
}
.window-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--color-marketing-border);
  background: #fbfdfb;
}
.dots {
  display: flex;
  gap: 7px;
}
.dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d8e4dd;
}
.data-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #eef2ef;
  font-size: 14px;
}
.data-row span {
  color: var(--color-marketing-muted);
}
.funnel-showcase {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 74px 1fr;
  gap: 0;
  align-items: center;
}
.funnel-visual {
  min-height: 420px;
  padding: 28px;
  border: 1px solid var(--color-marketing-border);
  background: #fff;
  border-radius: 30px;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}
.funnel-visual.bad {
  background: linear-gradient(135deg, #fff, #fff7f7);
  border-color: #f1d5d5;
}
.funnel-visual.good {
  background: linear-gradient(135deg, #fff, var(--color-marketing-mint));
  border-color: #bfe8cf;
}
.funnel-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.funnel-badge.bad {
  color: #a32828;
  background: #fff0f0;
}
.funnel-badge.good {
  color: var(--color-primary-dark);
  background: #dff6e8;
}
.funnel-badge:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.funnel-badge.bad:before {
  content: "×";
  background: #d94343;
  color: #fff;
  text-align: center;
  line-height: 18px;
}
.funnel-badge.good:before {
  content: "✓";
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  line-height: 18px;
}
.chaos-map {
  position: relative;
  height: 210px;
  margin: 22px 0;
}
.mini-node {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid var(--color-marketing-border);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(3, 34, 18, 0.08);
  font-weight: 850;
}
.mini-node small {
  display: block;
  color: #c33a3a;
  font-weight: 800;
}
.mini-node .node-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: 0 8px 20px rgba(3, 34, 18, 0.08);
  overflow: hidden;
  flex: 0 0 auto;
}
.mini-node .node-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.mini-node.email {
  left: 0;
  top: 8px;
  transform: rotate(-4deg);
}
.mini-node.meta {
  right: 18px;
  top: 0;
  transform: rotate(-3deg);
}
.mini-node.whatsapp {
  left: 70px;
  bottom: 28px;
  transform: rotate(3deg);
}
.mini-node.sheet {
  right: 0;
  bottom: 10px;
  transform: rotate(7deg);
}
.dotted-path {
  position: absolute;
  inset: 38px 64px 44px;
  border: 2px dashed rgba(195, 58, 58, 0.22);
  border-left: 0;
  border-bottom: 0;
  border-radius: 50%;
  transform: rotate(10deg);
}
.funnel-alerts,
.success-list {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid #f0d1d1;
  background: rgba(255, 245, 245, 0.8);
}
.funnel-alerts div,
.success-list div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #53685d;
}
.funnel-alerts b {
  color: #c33a3a;
}
.funnel-arrow {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-marketing-border);
  display: grid;
  place-items: center;
  z-index: 2;
  margin-inline: 8px;
  color: var(--color-primary);
  font-size: 30px;
  font-weight: 900;
}
.crm-tree {
  position: relative;
  margin: 22px 0 18px;
  display: grid;
  gap: 16px;
}
.main-record {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(11, 139, 73, 0.28);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(3, 34, 18, 0.08);
}
.record-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #fff;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 26px;
  box-shadow: 0 12px 28px rgba(3, 34, 18, 0.12);
  overflow: hidden;
  flex: 0 0 auto;
}
.record-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.record-check {
  margin-left: auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px dotted rgba(11, 139, 73, 0.35);
  display: grid;
  place-items: center;
  color: #fff;
}
.record-check span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-primary);
  display: grid;
  place-items: center;
}
.tree-branches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.branch-card {
  padding: 14px;
  border: 1px solid var(--color-marketing-border);
  border-radius: 14px;
  background: #fff;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 7px;
}
.branch-card img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.branch-card strong {
  display: block;
}
.branch-card small {
  color: var(--color-marketing-muted);
  font-weight: 700;
}
.success-list {
  border-color: #cdebd8;
  background: rgba(244, 253, 247, 0.86);
}
.success-list b {
  color: var(--color-primary);
}
.funnel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 36px;
  overflow: hidden;
}
.funnel-col {
  padding: 34px;
}
.funnel-col.bad {
  background: linear-gradient(180deg, #fff7f5, #fff);
}
.funnel-col.good {
  background: linear-gradient(180deg, var(--color-marketing-mint), #fff);
  border-left: 1px solid var(--color-marketing-border);
}
.flow-lane {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}
.flow-item {
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--color-marketing-border);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-weight: 750;
  color: #3f5449;
}
.flow-item small {
  color: var(--color-marketing-muted);
  font-weight: 700;
}
.system-map {
  display: grid;
  grid-template-columns: 1fr 280px 1fr;
  gap: 22px;
  align-items: center;
}
.hub {
  min-height: 280px;
  display: grid;
  place-items: center;
  text-align: center;
  background: radial-gradient(circle at top, var(--color-marketing-mint), #fff);
  border: 1px solid rgba(11, 139, 73, 0.18);
  border-radius: 34px;
  box-shadow: var(--shadow-card);
}
.hub img {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  margin: 0 auto 12px;
}
.hub h3 {
  font-size: 28px;
}
.stack {
  display: grid;
  gap: 14px;
}
.stack-card {
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--color-marketing-border);
}
.stack-card strong {
  display: block;
  margin-bottom: 4px;
}
.metrics .card {
  min-height: 210px;
}
.metric-num {
  font-size: 46px;
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: var(--color-primary);
  font-weight: 900;
  margin-bottom: 14px;
}
.metric-icon {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--color-marketing-mint);
  opacity: 0.9;
}
.integrations-marketplace {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 42px;
  align-items: center;
  min-height: 430px;
  margin-top: 28px;
}
.marketplace-copy {
  display: grid;
  gap: 22px;
  align-content: center;
}
.marketplace-copy h3 {
  font-size: clamp(34px, 3.6vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  max-width: 680px;
}
.marketplace-copy p {
  font-size: 18px;
  color: #21352b;
  max-width: 760px;
}
.marketplace-copy .btn {
  width: max-content;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(11, 139, 73, 0.18);
}
.marketplace-copy .btn:hover {
  background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
  box-shadow: 0 18px 38px rgba(11, 139, 73, 0.24);
}
.marketplace-cloud {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}
.marketplace-row {
  display: flex;
  width: max-content;
  gap: 28px;
  align-items: center;
  margin-bottom: 26px;
  animation: marketplace-slide-ltr 28s linear infinite;
}
.marketplace-row:nth-child(2) {
  animation-name: marketplace-slide-rtl;
  animation-duration: 32s;
}
.marketplace-row:nth-child(3) {
  animation-duration: 30s;
}
.marketplace-cloud:hover .marketplace-row {
  animation-play-state: paused;
}
@keyframes marketplace-slide-ltr {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes marketplace-slide-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marketplace-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 154px;
  height: 62px;
  padding: 12px 22px;
  border: 1px solid rgba(13, 21, 17, 0.14);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(3, 34, 18, 0.045);
  font-weight: 900;
  color: #1d3026;
  white-space: nowrap;
}
.marketplace-logo img {
  width: auto;
  max-width: 132px;
  max-height: 34px;
  object-fit: contain;
}
.marketplace-logo.icon-logo img {
  width: 30px;
  height: 30px;
}
.marketplace-logo.faded {
  opacity: 0.18;
}
.tabs-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 22px;
}
.tab-nav {
  display: grid;
  gap: 10px;
}
.tab-nav button {
  text-align: left;
  border: 1px solid var(--color-marketing-border);
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  font-weight: 850;
  color: #40564a;
  cursor: pointer;
}
.tab-nav button.active {
  background: var(--color-marketing-mint);
  color: var(--color-primary-dark);
  border-color: rgba(11, 139, 73, 0.22);
}
.feature-panel {
  display: grid;
  gap: 20px;
}
.feature-big {
  min-height: 100%;
  background: linear-gradient(145deg, #fff, var(--color-marketing-soft));
  border-radius: 26px;
  border: 1px solid var(--color-marketing-border);
  padding: 30px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 24px;
}
.feature-tile {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--color-marketing-border);
}
.record-layout {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 22px;
}
.record-card {
  background: #fff;
  border: 1px solid var(--color-marketing-border);
  border-radius: 30px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.record-main {
  padding: 24px;
}
.record-sidebar {
  display: grid;
  gap: 12px;
}
.timeline-item {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--color-marketing-border);
  background: #fff;
}
#mobile-crm-access {
  min-height: 260vh;
}
.mobile-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 58px;
  align-items: center;
  position: sticky;
  top: 96px;
}
.mobile-layout h2 {
  font-size: clamp(30px, 3vw, 44px);
  max-width: 680px;
}
.phone-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 620px;
}
.phone-stage:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 139, 73, 0.14), transparent 66%);
  filter: blur(4px);
}
.phone {
  position: relative;
  width: min(340px, 100%);
  margin: auto;
  border: 10px solid #0a1710;
  border-radius: 48px;
  padding: 10px;
  background: #0a1710;
  box-shadow:
    0 34px 90px rgba(3, 34, 18, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.phone:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 94px;
  height: 24px;
  border-radius: 0 0 16px 16px;
  background: #0a1710;
  z-index: 3;
}
.phone-screen {
  position: relative;
  background: #fff;
  border-radius: 36px;
  min-height: 570px;
  overflow: hidden;
}
.phone-screen img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  object-position: top center;
}
.mobile-feature-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
  max-width: 560px;
}
.mobile-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  align-items: start;
  width: 100%;
  border: 1px solid rgba(11, 139, 73, 0.13);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 20px;
  padding: 15px 16px;
  text-align: left;
  color: #355247;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(3, 34, 18, 0.045);
  transition: 0.2s ease;
}
.mobile-feature:hover,
.mobile-feature.active {
  transform: translateY(-2px);
  background: #fff;
  border-color: rgba(11, 139, 73, 0.28);
  box-shadow: 0 18px 44px rgba(3, 34, 18, 0.09);
}
.mobile-feature span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--color-marketing-mint);
  color: var(--color-primary);
  font-weight: 900;
  font-size: 13px;
}
.mobile-feature strong {
  display: block;
  color: #102017;
}
.mobile-feature small {
  display: block;
  margin-top: 4px;
  color: var(--color-marketing-muted);
  font-weight: 650;
  line-height: 1.45;
}
@media (min-width: 1051px) {
  .mobile-feature small {
    display: none;
  }
  .mobile-feature.active small {
    display: block;
  }
}
.use-card {
  min-height: 230px;
  display: grid;
  align-content: start;
  gap: 14px;
}
.usecase-orbit {
  position: relative;
  min-height: 680px;
  margin-top: 34px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(233, 248, 239, 0.72),
      transparent 34%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(247, 252, 249, 0.9));
  border-radius: 38px;
}
.usecase-person {
  position: absolute;
  left: 50%;
  bottom: 92px;
  transform: translateX(-50%);
  z-index: 2;
  width: min(370px, 34vw);
  filter: none;
}
.usecase-person img {
  width: 100%;
  height: auto;
}
.usecase-bubble {
  position: absolute;
  z-index: 3;
  width: 190px;
  min-height: 132px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
  padding: 18px;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.usecase-bubble:before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 44% 56% 52% 48%;
  background: rgba(221, 246, 232, 0.95);
  z-index: -1;
  transform: rotate(-12deg);
  box-shadow: 0 18px 44px rgba(3, 34, 18, 0.045);
}
.usecase-bubble:nth-child(2n):before {
  background: rgba(236, 249, 241, 0.96);
  transform: rotate(9deg);
}
.usecase-bubble:nth-child(3n):before {
  background: rgba(225, 244, 235, 0.96);
  transform: rotate(14deg);
}
.usecase-bubble.three:before,
.usecase-bubble.four:before {
  background: rgba(255, 239, 209, 0.94);
}
.usecase-bubble .icon {
  display: none;
}
.usecase-bubble strong {
  font-size: 18px;
  line-height: 1.24;
  text-decoration: none;
  color: #14231b;
  font-weight: 900;
}
.usecase-bubble small {
  display: block;
  color: #40564a;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.55;
  max-width: 150px;
}
.usecase-bubble.one {
  left: 12%;
  top: 14%;
}
.usecase-bubble.two {
  right: 12%;
  top: 14%;
  transform: none;
}
.usecase-bubble.three {
  right: 6%;
  top: 42%;
}
.usecase-bubble.four {
  left: 6%;
  top: 42%;
}
.usecase-bubble.five {
  right: 16%;
  bottom: 18%;
}
.usecase-bubble.six {
  left: 16%;
  bottom: 18%;
}
.usecase-actions {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 4;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
  align-items: center;
}
.usecase-actions .btn.primary {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(11, 139, 73, 0.18);
}
.usecase-actions .btn.secondary {
  background: #fff;
  border: 1px solid rgba(11, 139, 73, 0.24);
  color: var(--color-primary-dark);
  box-shadow: 0 12px 26px rgba(3, 34, 18, 0.06);
}
.review-card {
  display: grid;
  gap: 16px;
  min-height: 310px;
}
.quote {
  font-size: 17px;
  color: #263c31;
}
.person {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: auto;
}
.person-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), #9adfb6);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
}
.objection-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.objection-image-card {
  position: relative;
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #fbfdfb, #eef7f1);
  box-shadow: 0 24px 70px rgba(3, 34, 18, 0.08);
  display: grid;
  align-content: end;
  padding: 22px;
  color: var(--color-marketing-ink);
  border: 1px solid rgba(11, 139, 73, 0.1);
}
.objection-image-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--objection-image, none);
  background-size: cover;
  background-position: center;
  filter: none;
  opacity: 1;
  transform: scale(1.02);
}
.objection-image-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.16),
    rgba(251, 253, 251, 0.36) 48%,
    rgba(244, 250, 246, 0.72)
  );
}
.objection-image-card > * {
  position: relative;
  z-index: 1;
}
.objection-badge {
  position: absolute;
  left: 22px;
  top: 22px;
  display: inline-flex;
  width: max-content;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-primary-dark);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(3, 34, 18, 0.06);
  border: 1px solid rgba(11, 139, 73, 0.12);
}
.objection-image-card h3 {
  font-size: 23px;
  color: #0b1510;
  text-shadow: none;
}
.objection-image-card p {
  margin-top: 12px;
  color: #53685d;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}
.objection-card {
  display: grid;
  gap: 12px;
}
.objection-card .answer {
  padding: 14px;
  border-radius: 18px;
  background: var(--color-marketing-mint);
  color: #24553a;
  font-weight: 700;
}
.comparison-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.comparison-table > div {
  position: relative;
  min-height: 310px;
  padding: 42px;
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 18% 0,
      rgba(255, 226, 223, 0.72),
      transparent 310px
    ),
    linear-gradient(
      145deg,
      rgba(255, 248, 247, 0.86),
      rgba(250, 232, 230, 0.72)
    );
  border: 1px solid rgba(239, 75, 63, 0.18);
  box-shadow: 0 20px 60px rgba(110, 31, 24, 0.07);
  overflow: hidden;
  filter: saturate(0.82);
}
.comparison-table > div:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 20% 0,
    rgba(255, 255, 255, 0.56),
    transparent 280px
  );
  pointer-events: none;
}
.comparison-table > div + div {
  border-left: 1px solid rgba(11, 139, 73, 0.34);
  border-color: rgba(11, 139, 73, 0.38);
  background:
    radial-gradient(
      circle at 78% 0,
      rgba(183, 241, 207, 0.72),
      transparent 330px
    ),
    linear-gradient(145deg, #fff, rgba(221, 248, 233, 0.98));
  box-shadow: 0 34px 100px rgba(11, 139, 73, 0.2);
  filter: none;
}
.comparison-table h3 {
  font-size: 24px;
  margin-bottom: 28px;
}
.comparison-table > div:first-child h3 {
  color: #9aa69f;
}
.comparison-table > div + div h3 {
  color: var(--color-primary-dark);
}
.comparison-table .check-list {
  gap: 18px;
  margin-top: 0 !important;
}
.comparison-table .check-list li {
  font-size: 17px;
  font-weight: 700;
  color: #64746c;
  padding-left: 42px;
}
.comparison-table .check-list li:before {
  width: 24px;
  height: 24px;
  top: -1px;
  content: "×";
  font-size: 18px;
  line-height: 24px;
  background: transparent !important;
  color: #ef4b3f !important;
}
.comparison-table > div + div .check-list li {
  color: #183227;
  font-weight: 850;
}
.comparison-table > div + div .check-list li:before {
  content: "✓";
  background: var(--color-primary) !important;
  color: #fff !important;
  font-size: 13px;
  line-height: 24px;
  box-shadow: 0 0 0 5px rgba(11, 139, 73, 0.1);
}
.comparison-accent-title {
  font-size: clamp(38px, 4.7vw, 64px);
  max-width: 1040px;
  letter-spacing: -0.055em;
}
.comparison-accent-title span {
  color: var(--color-primary);
}
.faq-wrap {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 28px;
  align-items: start;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-list details {
  background: #fff;
  border: 1px solid var(--color-marketing-border);
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 12px 30px rgba(3, 34, 18, 0.04);
}
.faq-list summary {
  cursor: pointer;
  font-weight: 850;
  color: var(--color-marketing-ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-marketing-mint);
  font-size: 18px;
  color: var(--color-primary);
  line-height: 24px;
  flex: 0 0 auto;
}
.faq-list details[open] summary:after {
  content: "−";
  background: var(--color-primary);
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 2px;
}
.faq-list details p {
  margin-top: 10px;
  color: var(--color-marketing-muted);
}
.final-cta {
  padding-bottom: 110px;
}
.cta-panel {
  position: relative;
  text-align: center;
  padding: 72px 28px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 25% 0, rgba(11, 139, 73, 0.2), transparent 360px),
    linear-gradient(135deg, #fff, var(--color-marketing-mint));
  border: 1px solid var(--color-marketing-border);
  box-shadow: var(--shadow-panel);
  overflow: hidden;
}
.cta-panel:after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(11, 139, 73, 0.08);
}
.cta-panel > * {
  position: relative;
}
.cta-panel h2,
.cta-panel .lead {
  margin-inline: auto;
}
.cta-panel .btns {
  justify-content: center;
  margin-top: 10px;
}
.cta-panel .pill-list {
  justify-content: center;
  margin-top: 18px;
}
.network-cta {
  position: relative;
  padding: 92px 0 86px;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.network-cta:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 190px;
  height: 250px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 82%);
  z-index: 1;
  pointer-events: none;
}
.network-map {
  position: absolute;
  left: 50%;
  top: 30px;
  width: min(1360px, calc(100% - 20px));
  height: 320px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(46, 24px);
  grid-auto-rows: 24px;
  justify-content: center;
  gap: 7px;
  mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
}
.network-avatar {
  position: relative;
  border: 0;
  padding: 0;
  border-radius: 10px;
  background: #eef3f5;
  box-shadow:
    0 8px 18px rgba(38, 55, 70, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  overflow: visible;
  cursor: pointer;
  opacity: 0.82;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    filter 0.18s ease;
}
.network-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  filter: grayscale(0.45) saturate(0.72) contrast(0.94);
  opacity: 0.86;
}
.network-avatar:hover {
  z-index: 5;
  opacity: 1;
  transform: translateY(-4px) scale(1.55);
  filter: none;
}
.network-avatar:hover img {
  filter: none;
  opacity: 1;
}
.network-avatar:nth-child(3n) {
  opacity: 0.55;
}
.network-avatar:nth-child(5n) {
  opacity: 0.68;
}
.network-avatar:nth-child(7n) {
  opacity: 0.38;
}
.network-avatar:nth-child(11n) {
  visibility: hidden;
}
.network-avatar:nth-child(4n) {
  transform: translateY(5px);
}
.network-avatar:nth-child(9n) {
  transform: translateY(13px);
}
.network-avatar:hover:after {
  content: attr(data-name);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 6px 9px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.18);
}
.network-cta-content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 20px;
  margin-top: 235px;
}
.network-cta h2 {
  font-size: clamp(40px, 4.6vw, 66px);
  max-width: 760px;
}
.network-cta h2 span {
  display: block;
  font-weight: 500;
  letter-spacing: -0.055em;
}
.network-cta .btns {
  justify-content: center;
}
@media (max-width: 1180px) {
  .hero-mobile-overlay {
    right: 12px;
    bottom: -78px;
    width: clamp(150px, 18vw, 190px);
  }
}
@media (max-width: 860px) {
  .hero-mobile-overlay {
    right: 10px;
    bottom: -56px;
    width: 140px;
    border-width: 5px;
  }
  .hero-screen-wrap {
    padding-right: 28px;
  }
}
@media (max-width: 620px) {
  .hero-mobile-overlay {
    display: none;
  }
  .hero-screen-wrap {
    padding-right: 0;
  }
}
@media (max-width: 1050px) {
  .usecase-orbit {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .usecase-person,
  .usecase-actions {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    grid-column: 1/-1;
    margin: auto;
  }
  .usecase-bubble {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto;
    min-height: 150px;
  }
  .objection-showcase {
    grid-template-columns: repeat(2, 1fr);
  }
  .funnel-showcase {
    grid-template-columns: 1fr;
  }
  .funnel-arrow {
    margin: 16px auto;
    transform: rotate(90deg);
  }
  .system-map,
  .tabs-layout,
  .record-layout,
  .mobile-layout,
  .faq-wrap,
  .integrations-marketplace {
    grid-template-columns: 1fr;
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-head.row {
    grid-template-columns: 1fr;
  }
  .hero-dashboard {
    grid-template-columns: 1fr;
  }
  .dash-sidebar {
    display: none;
  }
  .lead-board {
    grid-template-columns: 1fr;
  }
  .hero-device {
    height: 620px;
  }
  .marketplace-copy {
    text-align: center;
    justify-items: center;
  }
  .marketplace-cloud {
    min-height: 330px;
  }
  #mobile-crm-access {
    min-height: auto;
  }
  .mobile-layout {
    position: relative;
    top: auto;
  }
}
@media (max-width: 760px) {
  .usecase-orbit {
    grid-template-columns: 1fr;
  }
  .usecase-person {
    width: min(300px, 84vw);
  }
  .usecase-actions {
    display: grid;
    width: 100%;
  }
  .objection-showcase {
    grid-template-columns: 1fr;
  }
  .objection-image-card {
    min-height: 360px;
  }
  .tree-branches {
    grid-template-columns: 1fr;
  }
  .chaos-map {
    height: 280px;
  }
  .mini-node.email {
    left: 0;
    top: 4px;
  }
  .mini-node.meta {
    right: 0;
    top: 62px;
  }
  .mini-node.whatsapp {
    left: 0;
    bottom: 72px;
  }
  .mini-node.sheet {
    right: 0;
    bottom: 4px;
  }
  .funnel-visual {
    padding: 20px;
    min-height: auto;
  }
  .section {
    padding: 76px 0;
  }
  .container,
  .wide {
    width: min(100% - 28px, var(--container));
  }
  .grid-2,
  .grid-3,
  .grid-4,
  .funnel,
  .comparison-table {
    grid-template-columns: 1fr;
  }
  .funnel-col.good,
  .comparison-table > div + div {
    border-left: 0;
    border-top: 1px solid var(--color-marketing-border);
  }
  .hero {
    min-height: 1320px;
    padding-top: 48px;
  }
  .scroll-hero {
    top: 66px;
    min-height: calc(100vh - 66px);
    padding-bottom: 50px;
  }
  .hero-screen-wrap {
    margin-top: 34px;
  }
  .hero-device {
    min-height: 430px;
    height: 430px;
    border-width: 3px;
    padding: 8px;
    border-radius: 26px;
  }
  .hero-screen {
    border-radius: 19px;
  }
  .hero-dashboard {
    padding: 12px;
  }
  .dash-top {
    display: grid;
  }
  .stat-grid {
    grid-template-columns: 1fr;
  }
  .lead-row-card {
    grid-template-columns: 1fr;
  }
  .dash-panel {
    display: none;
  }
  .floating-source {
    display: none;
  }
  .data-row {
    grid-template-columns: 1fr;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .btns,
  .btn {
    width: 100%;
  }
  .trust-row {
    display: grid;
  }
  h1 {
    font-size: clamp(42px, 12vw, 64px);
  }
  h2 {
    font-size: clamp(32px, 10vw, 48px);
  }
  .marketplace-row {
    gap: 14px;
    margin-bottom: 16px;
  }
  .marketplace-logo {
    min-width: 132px;
    height: 54px;
    padding: 10px 16px;
  }
  .marketplace-cloud {
    min-height: 300px;
  }
}
.lead-system-board {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 310px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 44px;
}
.lead-system-board:before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  top: 50%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(11, 139, 73, 0.22),
    rgba(11, 139, 73, 0.38),
    rgba(11, 139, 73, 0.22),
    transparent
  );
  z-index: 0;
}
.system-column {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}
.source-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.source-card {
  min-height: 104px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--color-marketing-border);
  box-shadow: 0 18px 46px rgba(3, 34, 18, 0.08);
  display: grid;
  gap: 10px;
  align-content: start;
}
.source-card img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.source-card strong {
  font-size: 15px;
}
.source-card small {
  color: var(--color-marketing-muted);
  font-weight: 700;
}
.system-hub-card {
  position: relative;
  z-index: 2;
  min-height: 380px;
  border-radius: 38px;
  border: 1px solid rgba(11, 139, 73, 0.22);
  background: radial-gradient(
    circle at top,
    rgba(233, 248, 239, 0.96),
    rgba(255, 255, 255, 0.94)
  );
  box-shadow: 0 34px 100px rgba(3, 34, 18, 0.14);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 32px;
  overflow: hidden;
}
.system-hub-card:before {
  content: "";
  position: absolute;
  inset: 32px;
  border: 1px dashed rgba(11, 139, 73, 0.22);
  border-radius: 50%;
}
.system-hub-card img {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(3, 34, 18, 0.14);
  margin: 0 auto 16px;
}
.system-hub-card h3 {
  position: relative;
  font-size: 34px;
}
.system-hub-card p {
  position: relative;
}
.hub-orbit {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--color-marketing-border);
  box-shadow: 0 14px 34px rgba(3, 34, 18, 0.1);
  display: grid;
  place-items: center;
}
.hub-orbit img {
  width: 24px;
  height: 24px;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
.hub-orbit.one {
  left: 28px;
  top: 70px;
}
.hub-orbit.two {
  right: 30px;
  top: 92px;
}
.hub-orbit.three {
  left: 44px;
  bottom: 72px;
}
.hub-orbit.four {
  right: 46px;
  bottom: 58px;
}
.outcome-stack {
  display: grid;
  gap: 14px;
}
.outcome-card {
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--color-marketing-border);
  box-shadow: 0 18px 46px rgba(3, 34, 18, 0.08);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.outcome-card img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}
.outcome-card strong {
  display: block;
}
.outcome-card p {
  font-size: 14px;
}
.connector-label {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: calc(50% - 34px);
  transform: translateX(-50%);
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(11, 139, 73, 0.18);
  box-shadow: 0 12px 28px rgba(3, 34, 18, 0.08);
  color: var(--color-primary-dark);
  font-size: 13px;
  font-weight: 900;
}
.system-bottom-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 24px;
}
.process-chip {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--color-marketing-border);
  box-shadow: 0 12px 34px rgba(3, 34, 18, 0.06);
  text-align: center;
  font-weight: 850;
  color: #365146;
}
.process-chip span {
  display: block;
  color: var(--color-primary);
  font-size: 13px;
  margin-bottom: 4px;
}
@media (max-width: 1050px) {
  .lead-system-board {
    grid-template-columns: 1fr;
  }
  .lead-system-board:before,
  .connector-label {
    display: none;
  }
  .system-hub-card {
    min-height: 300px;
  }
  .system-bottom-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .source-grid,
  .system-bottom-row {
    grid-template-columns: 1fr;
  }
  .hub-orbit {
    display: none;
  }
  .system-hub-card h3 {
    font-size: 28px;
  }
}
.funnel-slider-section {
  padding-top: 90px;
  background: #fff;
}
.funnel-reveal {
  --split: 50%;
  position: relative;
  height: 560px;
  border-radius: 42px;
  background: #fff;
  border: 1px solid rgba(11, 139, 73, 0.12);
  box-shadow: 0 34px 100px rgba(3, 34, 18, 0.1);
  overflow: hidden;
}
.funnel-side {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.funnel-broken {
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fbfbfb 55%,
    rgba(255, 245, 244, 0.8) 100%
  );
}
.funnel-good {
  clip-path: inset(0 0 0 var(--split));
  background: linear-gradient(90deg, rgba(238, 250, 244, 0.8), #fff 46%, #fff);
}
.funnel-art {
  position: relative;
  width: min(960px, 90%);
  height: 460px;
}
.funnel-bowl {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  width: 300px;
  height: 240px;
  filter: drop-shadow(0 28px 34px rgba(3, 34, 18, 0.1));
}
.funnel-bowl span,
.funnel-bowl i,
.funnel-bowl em {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.funnel-bowl span {
  top: 0;
  width: 290px;
  height: 68px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    #061924 0 42%,
    #1278d9 43% 100%
  );
}
.funnel-bowl i {
  top: 43px;
  width: 240px;
  height: 86px;
  background: linear-gradient(135deg, #177ce4, #51d5ca);
  clip-path: polygon(0 0, 100% 0, 78% 100%, 22% 100%);
}
.funnel-bowl em {
  top: 118px;
  width: 150px;
  height: 112px;
  background: linear-gradient(135deg, #31d986, #c9ee77);
  clip-path: polygon(0 0, 100% 0, 62% 100%, 38% 100%);
}
.funnel-bowl.cracked span,
.funnel-bowl.cracked i,
.funnel-bowl.cracked em {
  filter: grayscale(0.75) saturate(0.55);
  opacity: 0.62;
}
.funnel-bowl.cracked:before {
  content: "";
  position: absolute;
  left: 70px;
  top: 50px;
  width: 86px;
  height: 210px;
  border-left: 5px solid #2b3432;
  border-bottom: 5px solid #2b3432;
  clip-path: polygon(
    0 0,
    54% 18%,
    28% 38%,
    82% 56%,
    45% 77%,
    100% 100%,
    0 100%
  );
  opacity: 0.8;
  z-index: 2;
}
.funnel-bowl.connected:before {
  content: "";
  position: absolute;
  inset: -44px -60px;
  border: 18px solid rgba(83, 165, 235, 0.16);
  border-left-color: rgba(83, 165, 235, 0.32);
  border-radius: 50%;
  z-index: -1;
}
.funnel-labels {
  position: absolute;
  left: 61%;
  top: 74px;
  display: grid;
  gap: 14px;
  font-weight: 900;
  color: #22352b;
  z-index: 2;
}
.funnel-labels span {
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 24px rgba(3, 34, 18, 0.06);
  font-size: 14px;
}
.funnel-copy {
  position: absolute;
  bottom: 36px;
  max-width: 340px;
  z-index: 3;
}
.left-copy {
  left: 3%;
  text-align: right;
  color: #7b8781;
}
.right-copy {
  right: 2%;
  color: #17231d;
}
.funnel-copy h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.funnel-copy p {
  font-size: 16px;
  line-height: 1.5;
}
.right-copy h3 {
  color: #13251b;
}
.right-copy p b {
  color: var(--color-primary);
}
.funnel-divider {
  position: absolute;
  top: 34px;
  bottom: 78px;
  left: var(--split);
  width: 2px;
  background: rgba(17, 24, 39, 0.72);
  transform: translateX(-50%);
  z-index: 5;
}
.funnel-divider span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 72px;
  background: #17201b;
  border: 3px solid rgba(255, 255, 255, 0.8);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(3, 34, 18, 0.22);
}
.funnel-range {
  position: absolute;
  inset: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}
.funnel-reveal:after {
  content: "Drag to compare";
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 6;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(11, 139, 73, 0.14);
  color: var(--color-primary-dark);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(3, 34, 18, 0.06);
}
@media (max-width: 760px) {
  .funnel-reveal {
    height: 680px;
  }
  .funnel-art {
    height: 560px;
  }
  .funnel-bowl {
    width: 260px;
  }
  .funnel-bowl span {
    width: 250px;
  }
  .funnel-bowl i {
    width: 210px;
  }
  .funnel-bowl em {
    width: 130px;
  }
  .funnel-copy {
    left: 20px !important;
    right: 20px !important;
    text-align: left;
    max-width: none;
  }
  .left-copy {
    bottom: 300px;
  }
  .right-copy {
    bottom: 40px;
  }
  .funnel-labels {
    left: 45%;
    font-size: 12px;
  }
}
.funnel-slider-section {
  background: linear-gradient(180deg, #fff, #fbfdfb);
  padding-top: 92px;
  overflow: hidden;
}
.funnel-slider-section .wide {
  width: 100%;
  max-width: none;
}
.funnel-reveal {
  height: 720px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: #fff;
}
.funnel-broken {
  background: linear-gradient(90deg, #fff, #fbfcfd);
}
.funnel-good {
  background: linear-gradient(90deg, #fbfefd, #fff);
}
.funnel-scene {
  position: relative;
  width: min(1500px, 96vw);
  height: 620px;
  margin: auto;
}
.revenue-side-label {
  position: absolute;
  left: 2%;
  top: 34%;
  width: 240px;
  color: #0f2535;
  z-index: 2;
}
.revenue-side-label span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #f5f9fb;
  border: 1px solid #e6edf0;
  box-shadow: 0 14px 36px rgba(3, 34, 18, 0.06);
  font-size: 34px;
  margin-bottom: 22px;
}
.revenue-side-label span img {
  width: 42px;
  height: 42px;
}
.revenue-side-label h3 {
  font-size: 34px;
  line-height: 1.06;
  letter-spacing: -0.045em;
  margin-bottom: 14px;
}
.revenue-side-label p {
  font-size: 18px;
  color: #697b84;
  line-height: 1.45;
}
.funnel-stage {
  position: absolute;
  left: 25%;
  top: 42px;
  width: 560px;
  height: 520px;
}
.orbit-arrow {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 460px;
  height: 460px;
  border: 18px solid rgba(72, 151, 236, 0.12);
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-28deg);
}
.orbit-arrow:after {
  content: "";
  position: absolute;
  left: 56px;
  bottom: 4px;
  border-left: 34px solid rgba(72, 151, 236, 0.25);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transform: rotate(38deg);
}
.funnel-3d {
  position: absolute;
  left: 96px;
  top: 72px;
  width: 360px;
  height: 390px;
  filter: drop-shadow(0 28px 36px rgba(20, 54, 70, 0.18));
}
.funnel-3d span,
.funnel-3d i,
.funnel-3d em,
.funnel-3d b {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.funnel-3d span {
  top: 0;
  width: 350px;
  height: 116px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    #061a25 0 38%,
    #2587ef 39% 100%
  );
}
.funnel-3d i {
  top: 76px;
  width: 302px;
  height: 105px;
  background: linear-gradient(135deg, #2387ec, #43d4c6);
  clip-path: polygon(0 0, 100% 0, 84% 100%, 16% 100%);
}
.funnel-3d em {
  top: 158px;
  width: 230px;
  height: 102px;
  background: linear-gradient(135deg, #34d778, #63df68);
  clip-path: polygon(0 0, 100% 0, 78% 100%, 22% 100%);
}
.funnel-3d b {
  top: 236px;
  width: 132px;
  height: 116px;
  background: linear-gradient(135deg, #7ee34b, #d5f36c);
  clip-path: polygon(0 0, 100% 0, 62% 100%, 38% 100%);
}
.broken-3d span,
.broken-3d i,
.broken-3d em,
.broken-3d b {
  filter: grayscale(1) saturate(0.25);
  opacity: 0.72;
}
.broken-3d:after {
  content: "";
  position: absolute;
  left: 128px;
  top: 28px;
  width: 134px;
  height: 335px;
  background: linear-gradient(
    120deg,
    transparent 0 40%,
    #303b3d 41% 43%,
    transparent 44% 51%,
    #303b3d 52% 54%,
    transparent 55%
  );
  clip-path: polygon(
    35% 0,
    48% 18%,
    40% 35%,
    58% 52%,
    48% 68%,
    66% 100%,
    44% 100%,
    31% 72%,
    39% 55%,
    20% 36%,
    28% 19%
  );
  opacity: 0.78;
}
.stage-lines {
  position: absolute;
  left: 445px;
  top: 118px;
  display: grid;
  gap: 47px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 800;
  color: #102235;
  white-space: nowrap;
}
.stage-lines li {
  position: relative;
}
.stage-lines li:before {
  content: "";
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  width: 104px;
  border-top: 3px solid var(--line-color, #1688ee);
}
.stage-lines li:after {
  content: "";
  position: absolute;
  right: calc(100% + 108px);
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border-radius: 50%;
  background: var(--line-color, #1688ee);
}
.broken-stage .stage-lines li:before {
  border-color: #ec5145;
}
.broken-stage .stage-lines li:after {
  background: #ec5145;
}
.good-stage .stage-lines li:nth-child(1) {
  --line-color: #1688ee;
}
.good-stage .stage-lines li:nth-child(2) {
  --line-color: #18bfc1;
}
.good-stage .stage-lines li:nth-child(3) {
  --line-color: #31c76c;
}
.good-stage .stage-lines li:nth-child(4) {
  --line-color: #9be539;
}
.optimization-label {
  position: absolute;
  left: 400px;
  top: 415px;
  color: #20b8aa;
  font-size: 24px;
  line-height: 1.18;
  text-align: center;
}
.funnel-cards {
  position: absolute;
  right: 2%;
  top: 62px;
  width: 420px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  z-index: 2;
}
.funnel-cards > div {
  min-height: 156px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(13, 21, 17, 0.08);
  box-shadow: 0 16px 42px rgba(3, 34, 18, 0.08);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 20px;
}
.funnel-cards > div span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #f3fbf8;
  color: var(--color-primary);
  font-size: 30px;
  margin-bottom: 8px;
}
.bad-cards > div span {
  background: #fff2f0;
  color: #e14d42;
}
.funnel-cards strong {
  font-size: 19px;
}
.funnel-cards small {
  font-size: 16px;
  color: #697b84;
}
.funnel-cards section {
  grid-column: 1/-1;
  border-radius: 18px;
  padding: 24px 28px;
  background: rgba(245, 255, 249, 0.86);
  border: 1px solid rgba(11, 139, 73, 0.22);
  box-shadow: 0 16px 42px rgba(3, 34, 18, 0.06);
}
.bad-cards section {
  background: rgba(255, 245, 243, 0.86);
  border-color: rgba(225, 77, 66, 0.28);
}
.funnel-cards section p {
  margin: 0;
  padding: 14px 0;
  font-size: 17px;
  color: #183227;
  border-bottom: 1px solid rgba(11, 139, 73, 0.12);
}
.bad-cards section p {
  color: #263d48;
  border-color: rgba(225, 77, 66, 0.14);
}
.funnel-cards section p:last-child {
  border-bottom: 0;
}
.funnel-divider {
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: #111;
}
.funnel-divider span {
  width: 14px;
  height: 98px;
  border-radius: 4px;
  background: #111;
  border: 0;
}
.funnel-reveal:after {
  bottom: 20px;
}
.funnel-range {
  cursor: ew-resize;
}
@media (max-width: 1100px) {
  .funnel-reveal {
    height: 980px;
  }
  .funnel-scene {
    height: 900px;
  }
  .revenue-side-label {
    left: 4%;
    top: 20px;
  }
  .funnel-stage {
    left: 50%;
    top: 110px;
    transform: translateX(-50%) scale(0.82);
  }
  .funnel-cards {
    left: 50%;
    right: auto;
    top: 530px;
    transform: translateX(-50%);
    width: min(520px, 90%);
  }
}
@media (max-width: 760px) {
  .funnel-reveal {
    height: 1080px;
  }
  .funnel-stage {
    transform: translateX(-50%) scale(0.58);
    top: 120px;
  }
  .funnel-cards {
    grid-template-columns: 1fr;
    top: 470px;
  }
  .revenue-side-label {
    width: auto;
    right: 20px;
  }
  .funnel-cards section {
    grid-column: auto;
  }
  .stage-lines {
    font-size: 18px;
  }
  .funnel-divider {
    display: none;
  }
  .funnel-range {
    display: none;
  }
}
.funnel-scene {
  width: min(1520px, 96vw);
  height: 620px;
}
.asset-funnel-stage {
  position: absolute;
  left: 36%;
  top: 72px;
  width: 560px;
  height: 470px;
}
.asset-funnel-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 430px;
  max-height: 420px;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 30px 44px rgba(3, 34, 18, 0.1));
}
.broken-layout .asset-funnel-stage {
  left: 39%;
}
.good-layout .asset-funnel-stage {
  left: 29%;
}
.broken-layout .funnel-cards {
  left: 4%;
  right: auto;
  top: 105px;
}
.good-layout .funnel-cards {
  right: 4%;
  top: 85px;
}
.broken-layout .revenue-side-label {
  left: auto;
  right: 8%;
  top: 260px;
  text-align: left;
}
.good-layout .revenue-side-label {
  left: 4%;
  top: 230px;
}
.asset-funnel-stage .orbit-arrow {
  left: 10px;
  top: -10px;
  width: 460px;
  height: 460px;
}
.asset-funnel-stage .stage-lines {
  left: 420px;
  top: 110px;
  gap: 45px;
}
.asset-funnel-stage .stage-lines li:before {
  width: 72px;
}
.asset-funnel-stage .stage-lines li:after {
  right: calc(100% + 76px);
}
.broken-lines li:before {
  border-color: #ef5144 !important;
}
.broken-lines li:after {
  background: #ef5144 !important;
}
.good-lines li:nth-child(1) {
  --line-color: #1688ee;
}
.good-lines li:nth-child(2) {
  --line-color: #18bfc1;
}
.good-lines li:nth-child(3) {
  --line-color: #31c76c;
}
.good-lines li:nth-child(4) {
  --line-color: #9be539;
}
.good-layout .optimization-label {
  left: 330px;
  top: 430px;
}
.funnel-cards > div {
  transform: rotate(-2deg);
}
.funnel-cards > div:nth-child(2),
.funnel-cards > div:nth-child(4) {
  transform: rotate(3deg);
}
.bad-cards section,
.good-cards section {
  margin-top: 18px;
}
.funnel-divider {
  z-index: 20;
}
.funnel-range {
  z-index: 25;
}
@media (max-width: 1100px) {
  .asset-funnel-stage,
  .broken-layout .asset-funnel-stage,
  .good-layout .asset-funnel-stage {
    left: 50%;
    top: 150px;
    transform: translateX(-50%) scale(0.78);
  }
  .broken-layout .funnel-cards,
  .good-layout .funnel-cards {
    left: 50%;
    right: auto;
    top: 560px;
    transform: translateX(-50%);
    width: min(520px, 90%);
  }
  .broken-layout .revenue-side-label,
  .good-layout .revenue-side-label {
    left: 4%;
    right: auto;
    top: 24px;
    text-align: left;
  }
}
@media (max-width: 760px) {
  .asset-funnel-stage,
  .broken-layout .asset-funnel-stage,
  .good-layout .asset-funnel-stage {
    transform: translateX(-50%) scale(0.56);
    top: 130px;
  }
  .broken-layout .funnel-cards,
  .good-layout .funnel-cards {
    top: 470px;
  }
}
.image-only-reveal {
  height: 740px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background:
    radial-gradient(
      circle at 24% 28%,
      rgba(255, 231, 226, 0.72),
      transparent 255px
    ),
    radial-gradient(
      circle at 22% 80%,
      rgba(255, 219, 212, 0.66),
      transparent 280px
    ),
    radial-gradient(
      circle at 80% 30%,
      rgba(222, 242, 255, 0.9),
      transparent 280px
    ),
    radial-gradient(
      circle at 82% 80%,
      rgba(213, 248, 227, 0.88),
      transparent 300px
    ),
    linear-gradient(90deg, #fff7f5 0%, #fff 45%, #fff 55%, #f3fff8 100%);
  overflow: hidden;
}
.image-only-reveal:before {
  content: "";
  position: absolute;
  inset: 36px 5%;
  z-index: 0;
  border-radius: 42px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.34),
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0.34)
  );
  pointer-events: none;
}
.image-only-reveal:after {
  content: "Drag to compare";
  z-index: 30;
}
.funnel-image-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  padding: 0;
  overflow: hidden;
}
.funnel-image-before {
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
}
.funnel-image-after {
  clip-path: inset(0 0 0 var(--split));
}
.funnel-image-layer picture {
  display: block;
  width: 100%;
  height: 100%;
}
.funnel-image-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: drop-shadow(0 18px 34px rgba(3, 34, 18, 0.07));
}
.image-only-reveal .funnel-divider {
  top: 0;
  bottom: 0;
}
.image-only-reveal .funnel-range {
  display: block;
}
@media (max-width: 900px) {
  .image-only-reveal {
    height: 620px;
  }
  .image-only-reveal .funnel-divider {
    display: block;
  }
}
@media (max-width: 620px) {
  .image-only-reveal {
    height: 660px;
  }
  .image-only-reveal .funnel-divider span {
    height: 72px;
  }
  .image-only-reveal:after {
    bottom: 14px;
  }
}
.command-center {
  margin-top: 44px;
  border-radius: 42px;
  background: linear-gradient(135deg, #08160f, #0d2a19 58%, #07351e);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 38px 110px rgba(3, 34, 18, 0.22);
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.command-center:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 10%,
      rgba(42, 221, 123, 0.22),
      transparent 320px
    ),
    radial-gradient(
      circle at 85% 20%,
      rgba(56, 166, 165, 0.18),
      transparent 360px
    );
  pointer-events: none;
}
.command-center > * {
  position: relative;
}
.cc-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  color: #fff;
}
.cc-top p {
  color: rgba(255, 255, 255, 0.64);
}
.cc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #dfffea;
  font-weight: 850;
  font-size: 13px;
}
.cc-flow {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 1.05fr;
  gap: 18px;
  align-items: stretch;
}
.cc-panel {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 20px;
  backdrop-filter: blur(16px);
}
.cc-panel h3 {
  color: #fff;
  margin-bottom: 14px;
}
.cc-panel p {
  color: rgba(255, 255, 255, 0.68);
}
.source-cloud {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.source-tile {
  min-height: 96px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px;
  color: #173326;
  font-weight: 850;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}
.source-tile img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-bottom: 7px;
}
.mapping-stack {
  display: grid;
  gap: 12px;
}
.mapping-step {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}
.mapping-step span {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #20b96b;
  display: grid;
  place-items: center;
  font-weight: 900;
  flex: 0 0 auto;
}
.record-preview {
  background: #fff;
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 12px;
}
.record-preview-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.record-preview-head img {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}
.record-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid #e9efe9;
  color: #5c7166;
  font-size: 14px;
}
.record-line strong {
  color: #102017;
}
.cc-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.cc-chip {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 850;
}
.cc-chip small {
  display: block;
  color: #a5e8c2;
  margin-top: 3px;
}
.cc-arrow {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #20b96b;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}
.cc-arrow.left {
  left: 33%;
  transform: translate(-50%, -50%);
}
.cc-arrow.right {
  right: 33%;
  transform: translate(50%, -50%);
}
@media (max-width: 1050px) {
  .cc-flow,
  .cc-bottom {
    grid-template-columns: 1fr;
  }
  .cc-arrow {
    display: none;
  }
  .source-cloud {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .command-center {
    padding: 18px;
    border-radius: 30px;
  }
  .cc-top {
    display: grid;
  }
  .source-cloud {
    grid-template-columns: 1fr;
  }
}
.lead-control-system {
  position: relative;
  display: grid;
  grid-template-columns: 13% 13% minmax(0, 1fr) 13%;
  gap: 16px;
  align-items: stretch;
  margin-top: 44px;
  padding: 28px;
  border-radius: 42px;
  background:
    radial-gradient(
      circle at 50% 0,
      rgba(255, 255, 255, 0.96),
      rgba(234, 249, 240, 0.88) 62%,
      rgba(225, 244, 235, 0.82)
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(235, 248, 240, 0.9));
  border: 1px solid rgba(11, 139, 73, 0.14);
  box-shadow: 0 36px 110px rgba(3, 34, 18, 0.13);
  overflow: hidden;
}
.lead-control-system:before {
  content: "";
  position: absolute;
  inset: 24px 13% 24px 26%;
  border-left: 1px solid rgba(11, 139, 73, 0.12);
  border-right: 1px solid rgba(11, 139, 73, 0.12);
  pointer-events: none;
}
.behind-panel,
.dashboard-panel {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  border: 1px solid rgba(11, 139, 73, 0.12);
  background: rgba(255, 255, 255, 0.72);
  padding: 20px;
  min-height: 520px;
}
.behind-panel {
  opacity: 0.52;
  display: grid;
  align-content: center;
  gap: 22px;
  filter: saturate(0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}
.dashboard-panel {
  background: #fff;
  opacity: 1;
  box-shadow: 0 32px 96px rgba(3, 34, 18, 0.16);
  padding: 18px;
  display: grid;
  align-content: start;
  z-index: 3;
}
.dashboard-panel img {
  width: 100%;
  height: 486px;
  object-fit: contain;
  object-position: center top;
  border-radius: 22px;
  border: 1px solid var(--color-marketing-border);
  box-shadow: 0 16px 44px rgba(3, 34, 18, 0.08);
  background: #f8fbf9;
}
.system-label {
  display: inline-flex;
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(11, 139, 73, 0.14);
  color: var(--color-primary-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.system-label.active {
  background: var(--color-marketing-mint);
  color: var(--color-primary-dark);
}
.form-logo-grid {
  display: grid;
  gap: 14px;
}
.form-logo-grid div {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 14px 10px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--color-marketing-border);
  box-shadow: 0 10px 24px rgba(3, 34, 18, 0.05);
  font-size: 12px;
  color: #243a2e;
}
.form-logo-grid img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.api-stack {
  display: grid;
  gap: 12px;
}
.api-stack div {
  padding: 13px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(11, 139, 73, 0.12);
  box-shadow: 0 10px 22px rgba(3, 34, 18, 0.04);
}
.api-stack b {
  display: block;
  color: #102017;
  font-size: 13px;
}
.api-stack span {
  display: block;
  color: var(--color-marketing-muted);
  font-size: 12px;
  font-weight: 700;
  margin-top: 3px;
}
.automation-flow {
  display: grid;
  gap: 14px;
}
.automation-flow div {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 9px;
  min-height: 88px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(11, 139, 73, 0.12);
  box-shadow: 0 12px 28px rgba(3, 34, 18, 0.05);
  font-weight: 850;
  color: #23372d;
}
.automation-flow img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.forms-panel:after,
.enrichment-panel:after {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  width: 46px;
  height: 2px;
  border-top: 2px dashed rgba(11, 139, 73, 0.42);
  transform: translateY(-50%);
  opacity: 0.9;
}
.forms-panel:before,
.enrichment-panel:before {
  content: "›";
  position: absolute;
  right: -38px;
  top: 50%;
  transform: translateY(-52%);
  font-size: 30px;
  line-height: 1;
  color: rgba(11, 139, 73, 0.58);
  font-weight: 900;
}
.automation-panel:before {
  content: "‹";
  position: absolute;
  left: -38px;
  top: 50%;
  transform: translateY(-52%);
  font-size: 30px;
  line-height: 1;
  color: rgba(11, 139, 73, 0.58);
  font-weight: 900;
}
.automation-panel:after {
  content: "";
  position: absolute;
  left: -32px;
  top: 50%;
  width: 46px;
  height: 2px;
  border-top: 2px dashed rgba(11, 139, 73, 0.42);
  transform: translateY(-50%);
  opacity: 0.9;
}
.dashboard-panel:after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.18)
  );
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1100px) {
  .lead-control-system {
    grid-template-columns: 1fr 1fr;
  }
  .dashboard-panel {
    grid-column: 1/-1;
    order: 3;
  }
  .automation-panel {
    order: 4;
  }
  .lead-control-system:before {
    display: none;
  }
  .behind-panel,
  .dashboard-panel {
    min-height: auto;
  }
  .dashboard-panel img {
    height: auto;
  }
}
@media (max-width: 760px) {
  .lead-control-system {
    grid-template-columns: 1fr;
    padding: 16px;
    border-radius: 30px;
  }
  .dashboard-panel {
    order: 1;
  }
  .forms-panel,
  .enrichment-panel,
  .automation-panel {
    order: 2;
  }
  .behind-panel {
    opacity: 0.86;
  }
  .forms-panel:after,
  .enrichment-panel:after,
  .automation-panel:before {
    display: none;
  }
}
.metrics-lab {
  margin-top: 44px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 22px;
  align-items: end;
}
.metrics-left {
  display: grid;
  gap: 22px;
}
.metric-chart-card,
.metric-hero-card,
.metric-small-card {
  border-radius: 26px;
  background: linear-gradient(145deg, #fff, #f7fbf8);
  border: 1px solid var(--color-marketing-border);
  box-shadow: 0 22px 60px rgba(3, 34, 18, 0.09);
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.metric-chart-card {
  min-height: 300px;
}
.metric-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #475e52;
  font-weight: 850;
}
.metric-label:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color-primary);
  border-radius: 2px;
}
.bar-chart {
  height: 170px;
  display: flex;
  align-items: end;
  gap: 18px;
  margin-top: 28px;
  border-bottom: 1px solid var(--color-marketing-border);
}
.bar {
  flex: 1;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, #17a65d, #dff6e8);
  min-height: 50px;
  position: relative;
}
.bar:nth-child(1) {
  height: 92%;
}
.bar:nth-child(2) {
  height: 76%;
}
.bar:nth-child(3) {
  height: 66%;
}
.bar:nth-child(4) {
  height: 54%;
  background: linear-gradient(180deg, #dc2626, #fee2e2);
}
.bar span {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  font-size: 12px;
  color: var(--color-marketing-muted);
  font-weight: 800;
}
.bar:nth-child(4) span {
  color: #b91c1c;
}
.metric-hero-card {
  min-height: 168px;
}
.metric-hero-card strong,
.metric-small-card strong {
  display: block;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--color-primary);
  margin-bottom: 8px;
}
.metrics-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.metric-line-card {
  grid-column: 1/-1;
  min-height: 300px;
  border-radius: 26px;
  background: linear-gradient(145deg, #fff, #f7fbf8);
  border: 1px solid var(--color-marketing-border);
  box-shadow: 0 22px 60px rgba(3, 34, 18, 0.09);
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.line-graph {
  height: 170px;
  margin-top: 26px;
  position: relative;
  background-image:
    linear-gradient(to right, rgba(11, 139, 73, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(11, 139, 73, 0.08) 1px, transparent 1px);
  background-size: 20% 25%;
  border-radius: 18px;
}
.line-graph svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.line-dot {
  filter: drop-shadow(0 0 8px rgba(11, 139, 73, 0.45));
}
.metric-small-card {
  min-height: 138px;
}
.metric-small-card strong {
  font-size: 36px;
}
.metric-footnote {
  grid-column: 1/-1;
  color: var(--color-marketing-muted);
  font-size: 14px;
}
.donut-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}
.donut {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: conic-gradient(var(--color-primary) 0 328deg, #dff3e6 328deg 360deg);
  display: grid;
  place-items: center;
  position: relative;
  flex: 0 0 auto;
  box-shadow: inset 0 0 0 1px rgba(11, 139, 73, 0.08);
}
.donut:before {
  content: "";
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(11, 139, 73, 0.06);
}
.donut span {
  position: relative;
  font-weight: 900;
  font-size: 20px;
  color: var(--color-primary);
}
@media (max-width: 1050px) {
  .metrics-lab,
  .metrics-right {
    grid-template-columns: 1fr;
  }
  .metric-line-card {
    grid-column: auto;
  }
}
@media (max-width: 760px) {
  .bar-chart {
    gap: 10px;
  }
  .metric-hero-card strong,
  .metric-chart-card strong {
    font-size: 36px;
  }
}
.metrics-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
  margin-bottom: 22px;
}
.metrics-intro {
  display: grid;
  gap: 18px;
  align-content: center;
  min-height: 300px;
  padding-right: 24px;
}
.metrics-intro h2 {
  margin: 0;
}
.metrics-feature-row .metric-line-card {
  grid-column: auto;
  min-height: 300px;
}
.metrics-bottom-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, 0.8fr);
  gap: 14px;
  align-items: stretch;
}
.metrics-bottom-grid .metric-chart-card {
  grid-row: span 2;
}
.metric-adoption {
  grid-column: 2/-1;
}
.metrics-bottom-grid .metric-footnote {
  grid-column: 1/-1;
}
@media (max-width: 1050px) {
  .metrics-feature-row,
  .metrics-bottom-grid {
    grid-template-columns: 1fr;
  }
  .metrics-bottom-grid .metric-chart-card,
  .metric-adoption {
    grid-column: auto;
    grid-row: auto;
  }
}
.pillars-showcase {
  margin-top: 38px;
}
.pillar-tabs {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
.pillar-tabs button {
  border: 0;
  background: transparent;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: var(--color-primary-dark);
  font-weight: 800;
  cursor: pointer;
  padding: 0;
}
.pillar-tab-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eaf8ef;
  border: 1px solid rgba(11, 139, 73, 0.36);
  box-shadow: 0 10px 26px rgba(3, 34, 18, 0.04);
  transition: 0.2s ease;
}
.pillar-tab-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.pillar-tabs button.active .pillar-tab-icon {
  background: #fff;
  border-color: var(--color-primary);
  box-shadow:
    0 0 0 6px rgba(11, 139, 73, 0.08),
    0 18px 38px rgba(3, 34, 18, 0.1);
}
.pillar-tabs button span:last-child {
  font-size: 13px;
}
.pillar-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 430px;
  gap: 60px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.pillar-visual {
  position: relative;
  background: transparent;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: visible;
}
.pillar-feature-image {
  width: min(100%, 620px);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(3, 34, 18, 0.12);
  border: 1px solid rgba(11, 139, 73, 0.12);
  background: #f6fbf8;
  object-fit: contain;
  object-position: center;
  height: auto;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: box-shadow 0.22s ease;
}
.pillar-feature-image:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 34px 96px rgba(3, 34, 18, 0.16);
}
.pillar-feature-image.fade-in-up,
.pillar-content.fade-in-up {
  animation: pillar-fade-in-up 0.58s cubic-bezier(0.22, 0.72, 0.22, 1) both;
}
.pillar-content.fade-in-up .kicker {
  animation: pillar-fade-in-up 0.42s cubic-bezier(0.22, 0.72, 0.22, 1) both;
}
.pillar-content.fade-in-up h3 {
  animation: pillar-fade-in-up 0.5s cubic-bezier(0.22, 0.72, 0.22, 1) 0.06s both;
}
.pillar-content.fade-in-up p {
  animation: pillar-fade-in-up 0.52s cubic-bezier(0.22, 0.72, 0.22, 1) 0.12s
    both;
}
.pillar-content.fade-in-up .btns {
  animation: pillar-fade-in-up 0.54s cubic-bezier(0.22, 0.72, 0.22, 1) 0.18s
    both;
}
@keyframes pillar-fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(26px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pillar-feature-image.fade-in-up,
  .pillar-content.fade-in-up,
  .pillar-content.fade-in-up .kicker,
  .pillar-content.fade-in-up h3,
  .pillar-content.fade-in-up p,
  .pillar-content.fade-in-up .btns {
    animation: none;
  }
}
.pillar-content {
  background: transparent;
  color: var(--color-marketing-ink);
  padding: 0;
  display: grid;
  align-content: center;
  border-left: 0;
}
.pillar-content .kicker {
  color: var(--color-marketing-ink);
  letter-spacing: 0.14em;
}
.pillar-content h3 {
  font-size: 42px;
  color: var(--color-marketing-ink);
  max-width: 520px;
}
.pillar-content p {
  color: #3d4d45;
  font-weight: 500;
  margin-top: 22px;
  font-size: 18px;
  max-width: 540px;
}
.pillar-content .btn {
  width: max-content;
  margin-top: 30px;
  background: transparent;
  color: var(--color-marketing-ink);
  border-color: rgba(13, 21, 17, 0.72);
}
.pillar-content .btn.primary {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));
  color: #fff;
  border-color: transparent;
}
@media (max-width: 1050px) {
  .pillar-stage {
    grid-template-columns: 1fr;
  }
  .pillar-content {
    padding: 38px;
  }
  .pillar-tabs {
    gap: 18px;
  }
  .pillar-visual {
    min-height: 420px;
  }
}
@media (max-width: 760px) {
  .pillar-tabs {
    justify-content: flex-start;
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
  .pillar-tabs button {
    min-width: 82px;
  }
  .dashboard-ghost {
    grid-template-columns: 1fr;
    margin-left: 58px;
  }
  .floating-note {
    position: relative;
    inset: auto !important;
    margin: 10px 0;
  }
  .pillar-sidebar {
    display: none;
  }
  .pillar-visual {
    padding: 22px;
  }
  .pillar-content h3 {
    font-size: 32px;
  }
}
.record-story {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 54px;
  align-items: start;
  margin-top: 44px;
}
.record-story-copy {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 38px;
  padding-top: 18px;
}
.story-step {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  opacity: 0.38;
  transition: 0.25s ease;
  cursor: pointer;
}
.story-step.active {
  opacity: 1;
}
.story-step:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 48px;
  width: 2px;
  height: 70px;
  border-left: 3px dashed rgba(11, 139, 73, 0.18);
}
.story-step:last-child:before {
  display: none;
}
.story-dot {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid rgba(11, 139, 73, 0.18);
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--color-primary);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(3, 34, 18, 0.06);
}
.story-step.active .story-dot {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 7px rgba(11, 139, 73, 0.08);
}
.story-step h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.story-step p {
  color: #41564a;
  font-size: 17px;
}
.record-screen-wrap {
  position: sticky;
  top: 110px;
  min-height: 540px;
  display: grid;
  place-items: center;
}
.record-screen {
  width: 100%;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(3, 34, 18, 0.14);
  border: 1px solid var(--color-marketing-border);
  padding: 16px;
}
.record-screen img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: left top;
  border-radius: 12px;
  display: block;
}
.record-story-spacer {
  height: 80px;
}
.record-story-title {
  font-size: 56px;
  max-width: 900px;
  margin-inline: auto;
}
.record-story-title em {
  font-style: normal;
}
.record-story-title mark {
  background: linear-gradient(transparent 68%, rgba(11, 139, 73, 0.25) 0);
  padding: 0 0.08em;
  color: inherit;
}
@media (max-width: 1050px) {
  .record-story {
    grid-template-columns: 1fr;
  }
  .record-story-copy,
  .record-screen-wrap {
    position: relative;
    top: auto;
  }
  .record-story-spacer {
    display: none;
  }
  .record-screen img {
    height: auto;
  }
  .record-story-title {
    font-size: 42px;
  }
}
.review-logo-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 42px;
  width: min(900px, 100%);
  margin: 42px auto 28px;
  padding-inline: calc((100% - 130px) / 2);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 12%,
    #000 88%,
    transparent
  );
}
.review-logo-bar::-webkit-scrollbar {
  display: none;
}
.review-logo-btn {
  flex: 0 0 130px;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.22;
  filter: grayscale(1) saturate(0.2);
  transition:
    opacity 0.25s ease,
    filter 0.25s ease,
    transform 0.25s ease;
  padding: 8px;
  scroll-snap-align: center;
}
.review-logo-btn.active {
  opacity: 1;
  filter: none;
  transform: scale(1.12);
}
.review-logo-btn img {
  height: 46px;
  width: 130px;
  object-fit: contain;
}
.review-panel {
  display: grid;
  grid-template-columns: 1fr 230px;
  gap: 24px;
  background: #f6f8fb;
  border-radius: 4px;
  padding: 22px;
  width: min(1120px, 100%);
  margin: 0 auto;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}
.review-panel:active {
  cursor: grabbing;
}
.review-main {
  background: #fff;
  padding: 44px 42px;
  min-height: 310px;
  display: grid;
  align-content: center;
}
.review-stars {
  color: #f59e0b;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
.review-text {
  font-size: 21px;
  line-height: 1.55;
  color: #1f2937;
  max-width: 760px;
}
.review-person-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
}
.review-photo {
  width: 58px;
  height: 58px;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center !important;
  aspect-ratio: 1/1;
  display: block;
  flex: 0 0 58px;
  overflow: hidden;
}
.review-person-row strong {
  display: block;
  font-size: 18px;
}
.review-side-stat {
  background: #fff;
  padding: 34px 26px;
  display: grid;
  align-content: center;
}
.review-side-stat strong {
  font-size: 42px;
  line-height: 1;
  color: #07213f;
  letter-spacing: -0.05em;
}
.review-side-stat span {
  color: var(--color-primary);
  font-weight: 900;
}
.review-side-stat p {
  margin-top: 12px;
  font-size: 14px;
}
.review-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.review-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #d1d5db;
  cursor: pointer;
}
.review-dot.active {
  background: #111827;
}
@media (max-width: 900px) {
  .review-panel {
    grid-template-columns: 1fr;
  }
  .review-logo-bar {
    gap: 20px;
  }
  .review-main {
    padding: 30px 24px;
  }
  .review-text {
    font-size: 18px;
  }
}
.usecase-person img {
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}
.usecase-bubble {
  font: inherit;
}
.usecase-bubble.active:before {
  box-shadow:
    0 0 0 7px rgba(11, 139, 73, 0.1),
    0 20px 48px rgba(3, 34, 18, 0.08);
  filter: saturate(1.08);
}
.connected-system-compact {
  position: relative;
  margin-top: 34px;
  padding: 28px;
  border-radius: 42px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9),
    rgba(231, 248, 239, 0.86)
  );
  border: 1px solid rgba(11, 139, 73, 0.16);
  box-shadow: 0 30px 90px rgba(3, 34, 18, 0.1);
  overflow: hidden;
}
.connected-system-compact:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(11, 139, 73, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 139, 73, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(#000, transparent 86%);
}
.connected-system-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 160px 170px minmax(0, 1fr) 170px;
  gap: 20px;
  align-items: stretch;
}
.system-side-panel {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(11, 139, 73, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.system-side-panel h3 {
  font-size: 14px;
  text-align: center;
  color: #7b9688;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
}
.compact-logo-card,
.compact-data-card,
.compact-auto-card {
  min-height: 82px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(11, 139, 73, 0.1);
  box-shadow: 0 12px 28px rgba(3, 34, 18, 0.045);
  display: grid;
  place-items: center;
  text-align: center;
  color: #75887e;
  font-weight: 850;
  font-size: 13px;
}
.compact-logo-card img,
.compact-auto-card img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-bottom: 7px;
}
.compact-data-card {
  place-items: start;
  text-align: left;
  align-content: center;
  padding-left: 18px;
}
.compact-data-card b {
  color: #63776c;
  font-size: 14px;
}
.compact-data-card span {
  display: block;
  color: #92a39a;
  font-size: 12px;
  margin-top: 3px;
}
.compact-dashboard {
  position: relative;
  align-self: center;
  padding: 16px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid rgba(11, 139, 73, 0.14);
  box-shadow: 0 26px 70px rgba(3, 34, 18, 0.13);
  z-index: 3;
}
.compact-dashboard img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid var(--color-marketing-border);
  box-shadow: 0 12px 34px rgba(3, 34, 18, 0.07);
}
.compact-connector {
  position: absolute;
  z-index: 2;
  top: 50%;
  height: 2px;
  border-top: 2px dashed rgba(11, 139, 73, 0.25);
}
.compact-connector.left {
  left: 178px;
  width: 238px;
}
.compact-connector.right {
  right: 178px;
  width: 238px;
}
.compact-connector:after {
  content: "";
  position: absolute;
  right: -8px;
  top: -6px;
  border-left: 12px solid rgba(11, 139, 73, 0.28);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-width: 1100px) {
  .connected-system-inner {
    grid-template-columns: 1fr 1fr;
  }
  .compact-dashboard {
    grid-column: 1/-1;
    order: -1;
  }
  .compact-connector {
    display: none;
  }
}
@media (max-width: 760px) {
  .connected-system-compact {
    padding: 16px;
    border-radius: 30px;
  }
  .connected-system-inner {
    grid-template-columns: 1fr;
  }
  .system-side-panel {
    grid-template-columns: repeat(2, 1fr);
  }
  .system-side-panel h3 {
    grid-column: 1/-1;
  }
  .compact-logo-card,
  .compact-data-card,
  .compact-auto-card {
    min-height: 74px;
  }
}
.connected-system-compact .system-side-panel {
  filter: grayscale(0.72);
  opacity: 0.58;
  transition:
    filter 0.22s ease,
    opacity 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.connected-system-compact .compact-logo-card,
.connected-system-compact .compact-data-card,
.connected-system-compact .compact-auto-card {
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease,
    background 0.22s ease;
}
.connected-system-compact:hover .system-side-panel,
.connected-system-compact:focus-within .system-side-panel {
  filter: grayscale(0.25);
  opacity: 0.74;
}
.connected-system-compact .system-side-panel:hover,
.connected-system-compact .system-side-panel:focus-within {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
  box-shadow:
    0 20px 54px rgba(3, 34, 18, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.connected-system-compact .system-side-panel:hover .compact-logo-card,
.connected-system-compact .system-side-panel:hover .compact-data-card,
.connected-system-compact .system-side-panel:hover .compact-auto-card {
  border-color: rgba(11, 139, 73, 0.22);
  box-shadow: 0 16px 34px rgba(3, 34, 18, 0.07);
  background: #fff;
}
.compact-connector {
  transition:
    border-color 0.22s ease,
    opacity 0.22s ease;
}
.compact-connector:after {
  transition: border-left-color 0.22s ease;
}
.connected-system-compact:hover .compact-connector {
  border-top-color: rgba(11, 139, 73, 0.75);
  opacity: 1;
}
.connected-system-compact:hover .compact-connector:after {
  border-left-color: rgba(11, 139, 73, 0.75);
}
.connected-system-compact .system-side-panel:hover ~ .compact-dashboard,
.compact-dashboard:hover {
  box-shadow: 0 30px 80px rgba(3, 34, 18, 0.16);
}
.connected-system-inner {
  grid-template-columns: 190px 200px minmax(0, 1fr) 190px;
}
.system-side-panel {
  padding: 22px;
  gap: 16px;
}
.compact-logo-card,
.compact-data-card,
.compact-auto-card {
  min-height: 98px;
}
.compact-logo-card.logo-only img {
  width: 58px;
  height: 58px;
  margin: 0;
  object-fit: contain;
}
.compact-logo-card.more-forms strong {
  font-size: 16px;
  color: #63776c;
}
.compact-data-card {
  padding-left: 22px;
}
.compact-data-card b {
  font-size: 16px;
}
.compact-data-card span {
  font-size: 13px;
}
.compact-auto-card {
  font-size: 15px;
}
.compact-auto-card img {
  width: 42px;
  height: 42px;
}
.compact-connector.left {
  left: 212px;
  width: 248px;
}
.compact-connector.right {
  right: 212px;
  width: 248px;
}
@media (max-width: 1100px) {
  .connected-system-inner {
    grid-template-columns: 1fr 1fr;
  }
  .compact-connector {
    display: none;
  }
}
@media (max-width: 760px) {
  .compact-logo-card,
  .compact-data-card,
  .compact-auto-card {
    min-height: 86px;
  }
  .compact-logo-card.logo-only img {
    width: 46px;
    height: 46px;
  }
}
.connected-system-compact {
  padding: 22px;
}
.connected-system-inner {
  grid-template-columns: 170px 180px minmax(0, 1fr) 170px;
  gap: 18px;
  align-items: center;
}
.system-side-panel {
  padding: 18px;
  gap: 12px;
  align-content: center;
}
.system-side-panel h3 {
  font-size: 13px;
  margin-bottom: 4px;
}
.compact-logo-card,
.compact-data-card,
.compact-auto-card {
  min-height: 82px;
  border-radius: 16px;
}
.compact-logo-card.logo-only img {
  width: 46px;
  height: 46px;
}
.compact-logo-card.more-forms strong {
  font-size: 14px;
}
.compact-data-card {
  padding-left: 18px;
}
.compact-data-card b {
  font-size: 15px;
}
.compact-data-card span {
  font-size: 12px;
}
.compact-auto-card {
  font-size: 14px;
}
.compact-auto-card img {
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
}
.compact-dashboard {
  padding: 14px;
  border-radius: 28px;
}
.compact-dashboard img {
  border-radius: 18px;
}
.compact-connector.left {
  left: 190px;
  width: 230px;
}
.compact-connector.right {
  right: 190px;
  width: 230px;
}
@media (max-width: 1100px) {
  .connected-system-inner {
    grid-template-columns: 1fr 1fr;
  }
  .compact-dashboard {
    grid-column: 1/-1;
  }
  .compact-connector {
    display: none;
  }
}
@media (max-width: 760px) {
  .connected-system-compact {
    padding: 14px;
  }
  .system-side-panel {
    grid-template-columns: repeat(2, 1fr);
  }
  .compact-logo-card,
  .compact-data-card,
  .compact-auto-card {
    min-height: 74px;
  }
  .compact-logo-card.logo-only img {
    width: 40px;
    height: 40px;
  }
}
.connected-system-inner {
  align-items: center;
}
.system-side-panel {
  height: 430px;
  align-content: center;
}
.compact-logo-card {
  min-height: 64px;
}
.compact-logo-card.logo-only img {
  width: 38px;
  height: 38px;
}
.compact-logo-card.more-forms strong {
  font-size: 13px;
}
.compact-auto-card {
  min-height: 76px;
  font-size: 13px;
}
.compact-auto-card img {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.compact-data-card {
  min-height: 82px;
}
.compact-dashboard {
  align-self: center;
}
@media (max-width: 1100px) {
  .system-side-panel {
    height: auto;
  }
  .compact-logo-card,
  .compact-auto-card,
  .compact-data-card {
    min-height: 76px;
  }
}
@media (max-width: 760px) {
  .compact-logo-card.logo-only img {
    width: 34px;
    height: 34px;
  }
  .compact-auto-card img {
    width: 28px;
    height: 28px;
  }
}
.compact-connector {
  top: 50%;
  height: 0;
  border-top: 1.5px dashed rgba(11, 139, 73, 0.34);
  opacity: 0.75;
}
.compact-connector:after {
  right: -6px;
  top: -5px;
  border-left-width: 8px;
  border-top-width: 5px;
  border-bottom-width: 5px;
}
.compact-connector.forms-enrichment {
  left: 192px;
  width: 28px;
}
.compact-connector.enrichment-dashboard {
  left: 390px;
  width: 48px;
}
.compact-connector.dashboard-automation {
  right: 190px;
  width: 48px;
}
.compact-connector.left,
.compact-connector.right {
  display: none;
}
.connected-system-compact:hover .compact-connector {
  border-top-color: rgba(11, 139, 73, 0.72);
}
.connected-system-compact:hover .compact-connector:after {
  border-left-color: rgba(11, 139, 73, 0.72);
}
@media (max-width: 1100px) {
  .compact-connector {
    display: none !important;
  }
}
.compact-connector,
.connected-system-compact:hover .compact-connector,
.connected-system-compact:focus-within .compact-connector {
  border-top-color: rgba(11, 139, 73, 0.3) !important;
  opacity: 0.55 !important;
}
.compact-connector:after,
.connected-system-compact:hover .compact-connector:after,
.connected-system-compact:focus-within .compact-connector:after {
  border-left-color: rgba(11, 139, 73, 0.3) !important;
}
.usecase-person {
  overflow: visible;
}
.usecase-person img {
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 76%,
    rgba(0, 0, 0, 0.72) 86%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 76%,
    rgba(0, 0, 0, 0.72) 86%,
    transparent 100%
  );
}
.funnel-image-compare {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  margin-top: 36px;
  border-radius: 34px;
  background: linear-gradient(135deg, #f8fbff, #fff 52%, #f4f9ff);
  border: 1px solid rgba(224, 230, 240, 0.9);
  box-shadow: 0 30px 90px rgba(15, 42, 85, 0.08);
  overflow: hidden;
}
.funnel-image-card {
  min-height: 390px;
  display: grid;
  place-items: center;
  padding: 26px;
}
.funnel-image-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(15, 42, 85, 0.08);
}
.funnel-needle {
  position: absolute;
  left: 50%;
  top: 22px;
  bottom: 22px;
  z-index: 3;
  width: 2px;
  background: rgba(8, 18, 14, 0.78);
  transform: translateX(-50%);
}
.funnel-needle span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 92px;
  border-radius: 999px;
  background: #08120e;
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 34px rgba(3, 34, 18, 0.22);
}
@media (max-width: 760px) {
  .funnel-image-compare {
    grid-template-columns: 1fr;
  }
  .funnel-needle {
    display: none;
  }
  .funnel-image-card {
    min-height: auto;
    padding: 14px;
  }
}
/* Responsive hardening for GitHub Pages */
@media (max-width: 1180px) {
  .section {
    padding: 82px 0;
  }
  .container,
  .wide {
    width: min(100% - 28px, var(--container));
  }
  .funnel-slider-section .wide {
    width: 100%;
    max-width: none;
  }
  .image-only-reveal {
    height: clamp(420px, 58vw, 640px);
  }
  .funnel-image-layer img {
    object-fit: contain;
  }
  .connected-system-inner {
    grid-template-columns: 1fr 1fr !important;
  }
  .compact-dashboard {
    grid-column: 1/-1;
    order: -1;
  }
  .system-side-panel {
    height: auto;
  }
  .objection-showcase {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  h1 {
    font-size: clamp(42px, 10vw, 72px);
  }
  h2 {
    font-size: clamp(30px, 8vw, 48px);
  }
  .lead {
    font-size: 16px;
  }
  .hero {
    min-height: auto;
    padding: 92px 0 60px;
  }
  .scroll-hero {
    position: relative;
    top: auto;
    min-height: auto;
    padding: 44px 0 20px;
  }
  .hero-title-wrap {
    transform: none !important;
  }
  .hero-screen-wrap {
    width: min(100% - 24px, 820px);
    margin-top: 34px;
    padding-right: 0;
  }
  .hero-device {
    height: auto;
    min-height: 0;
    aspect-ratio: 16/10;
    transform: none !important;
    border-width: 3px;
    border-radius: 24px;
  }
  .hero-screen {
    border-radius: 18px;
  }
  .hero-screenshot {
    object-fit: cover;
  }
  .hero-mobile-overlay {
    display: none;
  }
  .trust-row {
    display: grid;
    justify-items: center;
  }
  .funnel-slider-section .section-head {
    padding-inline: 18px;
  }
  .image-only-reveal {
    height: clamp(360px, 72vw, 560px);
  }
  .image-only-reveal:before {
    inset: 18px 0;
    border-radius: 0;
  }
  .image-only-reveal .funnel-divider {
    display: block;
  }
  .image-only-reveal .funnel-range {
    display: block;
  }
  .metrics-feature-row,
  .metrics-bottom-grid,
  .pillar-stage,
  .record-story,
  .mobile-layout,
  .faq-wrap,
  .integrations-marketplace,
  .comparison-table {
    grid-template-columns: 1fr !important;
  }
  .pillar-content {
    padding: 0 !important;
  }
  .pillar-visual {
    min-height: auto !important;
    padding: 0 !important;
  }
  .pillar-feature-image {
    width: 100%;
  }
  .record-story-copy,
  .record-screen-wrap,
  .mobile-layout {
    position: relative !important;
    top: auto !important;
  }
  #mobile-crm-access {
    overflow: hidden;
  }
  .phone-stage {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    overflow: hidden;
  }
  .phone-stage:before {
    width: min(580px, 100vw);
    height: min(580px, 100vw);
  }
  .phone {
    width: min(340px, 88vw);
  }
  .phone-screen,
  .phone-screen img {
    min-height: 0;
    height: auto;
  }
  .usecase-orbit {
    grid-template-columns: 1fr 1fr;
    min-height: auto;
    padding: 22px;
  }
  .usecase-person,
  .usecase-actions {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    grid-column: 1/-1;
  }
  .usecase-bubble {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto;
  }
  .review-panel {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .container,
  .wide {
    width: min(100% - 20px, var(--container));
  }
  .section {
    padding: 64px 0;
  }
  .btns {
    display: grid;
  }
  .btn {
    width: 100%;
    min-height: 48px;
  }
  .hero {
    padding-top: 74px;
  }
  .hero-screen-wrap {
    width: 100%;
    margin-top: 24px;
  }
  .hero-device {
    aspect-ratio: 4/3;
    border-radius: 18px;
    padding: 6px;
  }
  .hero-screen,
  .hero-screenshot {
    border-radius: 13px;
  }
  .image-only-reveal {
    height: 340px;
  }
  .funnel-image-layer img {
    width: 140%;
    max-width: none;
    height: 100%;
    object-fit: contain;
  }
  .funnel-divider span {
    height: 64px !important;
  }
  .pillar-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 18px;
    padding: 0 10px 12px;
    scroll-snap-type: x mandatory;
  }
  .pillar-tabs button {
    min-width: 78px;
    scroll-snap-align: center;
  }
  .pillar-tab-icon {
    width: 50px;
    height: 50px;
  }
  .connected-system-compact {
    padding: 14px;
    border-radius: 26px;
  }
  .connected-system-inner {
    grid-template-columns: 1fr !important;
  }
  .system-side-panel {
    grid-template-columns: repeat(2, 1fr);
    padding: 14px;
  }
  .system-side-panel h3 {
    grid-column: 1/-1;
  }
  .connected-system-inner .system-side-panel:nth-of-type(1) {
    order: 1;
  }
  .compact-dashboard {
    order: 2 !important;
    grid-column: auto !important;
    padding: 10px;
    border-radius: 22px;
  }
  .connected-system-inner .system-side-panel:nth-of-type(2) {
    order: 3;
  }
  .connected-system-inner .system-side-panel:nth-of-type(3) {
    order: 4;
  }
  .metrics-bottom-grid,
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr !important;
  }
  .objection-showcase {
    grid-template-columns: 1fr;
  }
  .review-logo-bar {
    width: 100%;
    padding-inline: calc((100% - 110px) / 2);
    gap: 18px;
  }
  .review-logo-btn {
    flex-basis: 110px;
  }
  .review-logo-btn img {
    width: 110px;
  }
  .review-main {
    padding: 26px 20px;
  }
  .review-text {
    font-size: 17px;
  }
  .usecase-orbit {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .usecase-person {
    width: min(280px, 80vw);
  }
  #product-pillars-tabs .pillar-content .btns {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
  }
  #product-pillars-tabs .pillar-content .btn {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    padding: 12px 14px;
    font-size: 14px;
    white-space: nowrap;
  }
}
/* Mobile-only refinements from full-page review */
@media (max-width: 620px) {
  h1 {
    font-size: clamp(34px, 9.4vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.055em;
  }
  h2 {
    font-size: clamp(26px, 7.4vw, 34px);
    line-height: 1.1;
    letter-spacing: -0.04em;
  }
  .lead {
    font-size: 15px;
    line-height: 1.55;
  }
  .section-head {
    gap: 12px;
    margin-bottom: 24px;
  }
  .section-head.center {
    text-align: left;
    justify-items: start;
  }
  .eyebrow {
    font-size: 11px;
    padding: 7px 10px;
  }
  .hero {
    padding-top: 70px;
  }
  .hero-title-wrap {
    gap: 14px;
    text-align: left;
    justify-items: start;
  }
  .hero-word {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
  .hero-cta-row {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    justify-content: stretch;
  }
  .hero-cta-row .btn {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    padding: 11px 12px;
    font-size: 13px;
    white-space: nowrap;
  }
  .trust-row {
    display: flex !important;
    gap: 10px;
    justify-content: flex-start;
    font-size: 12px;
  }
  .hero-screen-wrap {
    width: calc(100% - 20px);
    margin-inline: auto;
  }
  .hero-device {
    padding: 10px;
    background: #202622;
  }
  .hero-screenshot {
    object-fit: contain;
    background: #f8fcf9;
  }
  .funnel-slider-section {
    padding-top: 58px;
  }
  .funnel-slider-section .section-head {
    padding-inline: 10px;
  }
  .image-only-reveal {
    height: 300px !important;
  }
  .funnel-image-layer img {
    width: 100% !important;
    height: 100%;
    object-fit: contain !important;
    object-position: center center;
  }
  .image-only-reveal:after {
    bottom: 10px;
    font-size: 11px;
  }
  .image-only-reveal .funnel-divider span {
    height: 56px !important;
  }
  .connected-system-compact {
    padding: 12px;
    border-radius: 24px;
  }
  .connected-system-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px;
  }
  .connected-system-inner .system-side-panel:nth-of-type(1) {
    order: 1;
  }
  .connected-system-inner .system-side-panel:nth-of-type(2) {
    order: 3;
  }
  .connected-system-inner .system-side-panel:nth-of-type(3) {
    order: 5;
  }
  .compact-dashboard {
    order: 4 !important;
    grid-column: auto !important;
  }
  .system-side-panel {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    padding: 12px;
    border-radius: 20px;
    filter: none !important;
    opacity: 1 !important;
  }
  .system-side-panel h3 {
    font-size: 12px;
  }
  .compact-logo-card,
  .compact-data-card,
  .compact-auto-card {
    min-height: 58px;
    padding: 9px;
    border-radius: 13px;
    font-size: 12px;
  }
  .compact-logo-card.logo-only img {
    width: 28px !important;
    height: 28px !important;
  }
  .compact-data-card b {
    font-size: 12px;
  }
  .compact-data-card span {
    font-size: 10px;
  }
  .compact-dashboard {
    padding: 8px;
    border-radius: 18px;
  }
  .connected-system-inner .system-side-panel:nth-of-type(1)::after,
  .connected-system-inner .system-side-panel:nth-of-type(2)::after,
  .compact-dashboard::after {
    content: "↓";
    display: grid;
    place-items: center;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: var(--color-primary);
    color: #fff;
    font-weight: 900;
    z-index: 5;
    box-shadow: 0 8px 18px rgba(3, 34, 18, 0.16);
  }
  .marketplace-copy h3 {
    font-size: clamp(26px, 7.6vw, 34px);
    line-height: 1.12;
  }
  .marketplace-copy {
    text-align: left;
    justify-items: start;
  }
  .marketplace-copy .btn {
    width: 100%;
  }
  #product-pillars-title,
  .record-story-title,
  #mobile-crm-title,
  #use-cases-title,
  .comparison-accent-title {
    font-size: clamp(27px, 7.6vw, 36px) !important;
  }
  .pillar-content h3 {
    font-size: 26px !important;
    line-height: 1.12;
  }
  .pillar-content p {
    font-size: 15px;
    margin-top: 14px;
  }
  .pillar-content .btn {
    margin-top: 18px;
  }
  .pillar-stage {
    gap: 22px;
  }
  .pillar-tabs {
    margin-bottom: 24px;
  }
  .record-story {
    gap: 18px;
    margin-top: 26px;
  }
  .record-story-copy {
    gap: 16px;
  }
  .story-step {
    opacity: 0.38;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--color-marketing-border);
  }
  .story-step:before {
    display: none;
  }
  .story-dot {
    width: 34px;
    height: 34px;
  }
  .story-step h3 {
    font-size: 18px;
  }
  .story-step p {
    font-size: 14px;
  }
  .story-step::after {
    content: "";
    grid-column: 1/-1;
    display: block;
    height: 210px;
    margin-top: 8px;
    border-radius: 14px;
    border: 1px solid var(--color-marketing-border);
    box-shadow: 0 14px 34px rgba(3, 34, 18, 0.08);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
  }
  .story-step:nth-child(1)::after {
    background-image: url("../optimized/img/plovercrm-all-leads-dashboard-screen.webp");
  }
  .story-step:nth-child(2)::after {
    background-image: url("../optimized/img/plovercrm-add-new-lead-screen.webp");
  }
  .story-step:nth-child(3)::after {
    background-image: url("../optimized/img/plovercrm-lead-stages-screen.webp");
  }
  .record-screen-wrap {
    display: none !important;
  }
  .mobile-layout {
    display: flex !important;
    flex-direction: column;
  }
  .mobile-layout .section-head {
    order: 1;
  }
  .phone-stage {
    order: 2;
  }
  .mobile-feature-list {
    margin-top: 18px;
  }
  .phone {
    width: min(310px, 86vw);
  }
  .usecase-orbit {
    position: relative;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 12px 8px 18px;
  }
  .usecase-person {
    grid-column: 1/-1;
    grid-row: 2;
    width: min(210px, 58vw);
    margin: auto;
  }
  .usecase-bubble {
    min-height: 104px;
    padding: 10px;
  }
  .usecase-bubble strong {
    font-size: 13px;
  }
  .usecase-bubble small {
    font-size: 10px;
    line-height: 1.35;
  }
  .usecase-actions {
    grid-column: 1/-1;
    display: flex !important;
    gap: 10px;
    width: 100%;
  }
  .usecase-actions .btn {
    width: auto;
    flex: 1 1 0;
    font-size: 13px;
    padding: 11px 12px;
    white-space: nowrap;
  }
  .review-panel {
    position: relative;
  }
  .review-panel:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 18px;
    width: 44px;
    height: 44px;
    background: url("../optimized/brand/plovercrm-logo-icon.webp")
      center/contain no-repeat;
    opacity: 0.18;
  }
  .review-side-stat {
    position: relative;
  }
  .review-side-stat:after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 42px;
    height: 42px;
    background: url("../optimized/brand/plovercrm-logo-icon.webp")
      center/contain no-repeat;
    opacity: 0.16;
  }
  .objection-showcase {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
  .objection-image-card {
    min-height: 230px;
    padding: 14px;
    border-radius: 18px;
  }
  .objection-image-card h3 {
    font-size: 16px;
  }
  .objection-image-card p {
    font-size: 12px;
    line-height: 1.45;
  }
  .objection-badge {
    left: 12px;
    top: 12px;
    font-size: 10px;
  }
  #practical-buying-comparison {
    padding-block: 42px;
  }
  .comparison-accent-title {
    text-transform: none !important;
  }
  .comparison-table {
    gap: 12px;
  }
  .comparison-table > div {
    padding: 24px 18px;
    min-height: auto;
  }
  .comparison-table .check-list li {
    font-size: 14px;
    padding-left: 34px;
  }
  .final-cta .btns,
  .network-cta .btns {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .final-cta .btn,
  .network-cta .btn {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    padding: 11px 12px;
    font-size: 13px;
    white-space: nowrap;
  }
  .cta-panel .pill-list {
    display: flex;
    justify-content: center;
  }
  .cta-panel .pill-list li {
    font-size: 12px;
  }
}
@media (max-width: 620px) {
  .container,
  .wide {
    width: calc(100% - 46px) !important;
  }
  .section-head.center,
  .hero-title-wrap {
    text-align: center !important;
    justify-items: center !important;
  }
  .hero-title-wrap .lead {
    margin-inline: auto;
  }
  .hero-cta-row,
  .trust-row {
    justify-content: center !important;
  }
  .hero-screen-wrap {
    width: calc(100% - 46px) !important;
  }
  .connected-system-inner .system-side-panel:nth-of-type(3) {
    order: 1;
  }
  .connected-system-inner .system-side-panel:nth-of-type(1) {
    order: 2;
  }
  .connected-system-inner .system-side-panel:nth-of-type(2) {
    order: 3;
  }
  .compact-dashboard {
    order: 4 !important;
  }
  .connected-system-inner .system-side-panel:nth-of-type(3)::after,
  .connected-system-inner .system-side-panel:nth-of-type(1)::after,
  .connected-system-inner .system-side-panel:nth-of-type(2)::after {
    content: "↓";
    display: grid;
    place-items: center;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: var(--color-primary);
    color: #fff;
    font-weight: 900;
    z-index: 5;
    box-shadow: 0 8px 18px rgba(3, 34, 18, 0.16);
  }
  .compact-dashboard::after {
    display: none !important;
  }
  .story-step:not(:last-child)::before {
    display: block !important;
    content: "";
    position: absolute;
    left: 16px;
    top: 40px;
    bottom: -22px;
    width: 20px;
    border-left: 4px dotted #13a05b;
    border-bottom: 4px dotted #13a05b;
    border-radius: 0 0 0 14px;
    z-index: 2;
    opacity: 0.9;
  }
  .story-step::after {
    position: relative;
    z-index: 1;
  }
  .usecase-orbit {
    grid-template-rows: auto auto auto;
    align-items: center;
  }
  .usecase-bubble.one {
    grid-column: 1;
    grid-row: 1;
  }
  .usecase-bubble.two {
    grid-column: 2;
    grid-row: 1;
    transform: translateY(-18px) !important;
  }
  .usecase-bubble.three {
    grid-column: 3;
    grid-row: 1;
  }
  .usecase-person {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .usecase-bubble.four {
    grid-column: 1;
    grid-row: 3;
  }
  .usecase-bubble.five {
    grid-column: 2;
    grid-row: 3;
    transform: translateY(18px) !important;
  }
  .usecase-bubble.six {
    grid-column: 3;
    grid-row: 3;
  }
  .usecase-actions {
    grid-column: 1/-1;
    grid-row: 4;
    margin-top: 18px;
  }
  .review-logo-bar {
    gap: 12px;
    padding-inline: calc((100% - 118px) / 2);
  }
  .review-logo-btn {
    flex-basis: 118px;
    background: #fff;
    border: 1px solid rgba(11, 139, 73, 0.14);
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(3, 34, 18, 0.06);
    opacity: 0.45;
    padding: 12px;
  }
  .review-logo-btn.active {
    opacity: 1;
    box-shadow:
      0 16px 36px rgba(3, 34, 18, 0.1),
      0 0 0 4px rgba(11, 139, 73, 0.08);
  }
  .review-logo-btn img {
    width: 94px;
    height: 34px;
  }
}
@media (max-width: 620px) {
  .hero-cta-row {
    padding-inline: 8px;
  }
  .hero-cta-row .btn {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    gap: 6px;
  }
  .funnel-slider-section .wide {
    width: 100% !important;
  }
  .funnel-slider-section .section-head {
    padding-inline: 23px;
  }
  .image-only-reveal {
    margin-inline: 0;
    border-radius: 0 !important;
  }
  .funnel-image-layer img {
    width: 100% !important;
    max-width: none !important;
  }
  .story-step:not(:last-child)::before {
    display: none !important;
  }
  .story-step {
    border-bottom: 0 !important;
  }
  .usecase-orbit {
    padding: 24px 12px 26px !important;
    gap: 16px 8px;
  }
  .usecase-person {
    margin: 8px auto 14px !important;
  }
  .usecase-bubble {
    min-height: 112px;
  }
  .usecase-actions {
    margin-top: 8px !important;
    padding-inline: 4px;
  }
  .objection-showcase {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }
  .objection-image-card {
    min-height: 280px;
    padding: 18px;
    border-radius: 20px;
  }
  .objection-image-card h3 {
    font-size: 19px;
  }
  .objection-image-card p {
    font-size: 13px;
  }
}
@media (max-width: 620px) {
  #mobile-crm-access .phone-stage {
    display: none;
    margin: 12px 0 18px;
    padding: 0;
    order: initial !important;
  }
  #mobile-crm-access .mobile-feature.active + .phone-stage {
    display: grid;
  }
  .mobile-feature-list {
    display: grid;
    gap: 10px;
  }
  .mobile-feature {
    border-radius: 18px;
  }
  .mobile-feature.active {
    background: #fff;
    border-color: rgba(11, 139, 73, 0.34);
    box-shadow: 0 18px 42px rgba(3, 34, 18, 0.1);
  }
  #mobile-crm-access .phone {
    width: min(280px, 78vw);
  }
}
@media (max-width: 620px) {
  .connected-system-inner .system-side-panel:nth-of-type(1) {
    order: 1;
  }
  .connected-system-inner .system-side-panel:nth-of-type(2) {
    order: 2;
  }
  .compact-dashboard {
    order: 3 !important;
  }
  .connected-system-inner .system-side-panel:nth-of-type(3) {
    order: 4;
  }
  .connected-system-inner .system-side-panel:nth-of-type(1)::after,
  .connected-system-inner .system-side-panel:nth-of-type(2)::after,
  .compact-dashboard::after {
    content: "↓";
    display: grid !important;
    place-items: center;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: var(--color-primary);
    color: #fff;
    font-weight: 900;
    z-index: 5;
    box-shadow: 0 8px 18px rgba(3, 34, 18, 0.16);
  }
  .connected-system-inner .system-side-panel:nth-of-type(3)::after {
    display: none !important;
    content: none !important;
  }
}
@media (max-width: 620px) {
  .connected-system-inner > .system-side-panel:nth-child(1) {
    order: 1 !important;
  }
  .connected-system-inner > .system-side-panel:nth-child(2) {
    order: 2 !important;
  }
  .connected-system-inner > .compact-dashboard {
    order: 3 !important;
  }
  .connected-system-inner > .system-side-panel:nth-child(4) {
    order: 4 !important;
  }
  .connected-system-inner > .system-side-panel:nth-child(1)::after,
  .connected-system-inner > .system-side-panel:nth-child(2)::after,
  .connected-system-inner > .compact-dashboard::after {
    content: "↓" !important;
    display: grid !important;
    place-items: center;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: var(--color-primary);
    color: #fff;
    font-weight: 900;
    z-index: 5;
    box-shadow: 0 8px 18px rgba(3, 34, 18, 0.16);
  }
  .connected-system-inner > .system-side-panel:nth-child(4)::after {
    display: none !important;
    content: none !important;
  }
}
@media (max-width: 620px) {
  .review-logo-bar {
    background: #f6f8fb;
    border-radius: 0;
    margin: 28px auto 0;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .review-panel {
    background: #f6f8fb !important;
    border-radius: 0;
  }
  .review-main,
  .review-side-stat {
    background: #fff !important;
  }
}
@media (max-width: 620px) {
  .review-logo-btn {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .review-logo-btn.active {
    box-shadow: none !important;
    background: transparent !important;
  }
}
@media (max-width: 620px) {
  .connected-system-inner > .system-side-panel:nth-child(1) {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .connected-system-inner > .system-side-panel:nth-child(1) h3 {
    grid-column: 1/-1;
  }
  .connected-system-inner
    > .system-side-panel:nth-child(1)
    .compact-logo-card.logo-only {
    min-height: 50px;
    padding: 8px;
  }
  .connected-system-inner
    > .system-side-panel:nth-child(1)
    .compact-logo-card.more-forms {
    grid-column: auto;
    min-height: 50px;
    padding: 8px;
  }
}
@media (min-width: 621px) {
  .image-only-reveal {
    height: clamp(720px, 48vw, 860px);
  }
  .funnel-image-layer img {
    object-fit: contain !important;
    object-position: center center !important;
  }
}
@media (max-width: 620px) {
  .section {
    padding: 42px 0 !important;
  }
  .section.compact {
    padding: 38px 0 !important;
  }
  .section-head {
    margin-bottom: 18px !important;
  }
  .section-head.center {
    margin-bottom: 20px !important;
  }
  .soft-bg {
    background: linear-gradient(
      180deg,
      transparent,
      rgba(233, 248, 239, 0.42),
      transparent
    );
  }
  .hero {
    padding-bottom: 34px !important;
  }
  .hero-screen-wrap {
    margin-top: 22px !important;
  }
  .funnel-slider-section {
    padding-top: 42px !important;
  }
  .image-only-reveal {
    height: 280px !important;
  }
  .connected-system-compact,
  .metrics-lab,
  .metrics-feature-row,
  .pillars-showcase,
  .record-story,
  .usecase-orbit {
    margin-top: 20px !important;
  }
  .integrations-marketplace {
    gap: 18px !important;
    min-height: auto !important;
  }
  .marketplace-cloud {
    min-height: 170px !important;
    margin-top: 4px;
    overflow: hidden;
  }
  .marketplace-row {
    margin-bottom: 12px !important;
  }
  .marketplace-copy {
    gap: 14px !important;
  }
  .marketplace-copy .btn {
    margin-top: 0;
  }
  .marketplace-logo {
    height: 48px !important;
  }
  .pillar-stage {
    min-height: auto !important;
  }
  .pillar-tabs {
    margin-bottom: 18px !important;
  }
  .pillar-visual {
    margin-bottom: 4px;
  }
  .record-story-spacer {
    display: none !important;
  }
  .record-story {
    margin-top: 18px !important;
  }
  .story-step {
    padding-bottom: 8px !important;
  }
  .story-step::after {
    height: 180px !important;
    margin-top: 6px !important;
  }
  #mobile-crm-access .phone-stage {
    margin: 8px 0 12px !important;
  }
  .mobile-feature-list {
    gap: 8px !important;
    margin-top: 12px !important;
  }
  .mobile-feature {
    padding: 12px 14px !important;
  }
  .phone-stage {
    min-height: auto !important;
  }
  .phone-screen img {
    display: block;
  }
  .usecase-orbit {
    padding-top: 16px !important;
    padding-bottom: 18px !important;
  }
  .usecase-person {
    margin: 0 auto 8px !important;
  }
  .review-logo-bar {
    margin-top: 20px !important;
  }
  .objection-showcase {
    margin-top: 22px !important;
  }
  .final-cta {
    padding-bottom: 54px !important;
  }
  .cta-panel {
    padding: 38px 18px !important;
  }
  .network-cta {
    padding: 46px 0 42px !important;
  }
  .network-cta-content {
    margin-top: 145px !important;
  }
  .network-map {
    height: 220px !important;
  }
}
.mobile-app-promo {
  padding: 72px 0 130px;
  background: #f5f7f8;
  overflow: visible;
}
.mobile-app-card {
  position: relative;
  width: min(1280px, calc(100% - 64px));
  min-height: 600px;
  margin-inline: auto;
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 82% 22%,
      rgba(42, 199, 70, 0.22),
      transparent 150px
    ),
    radial-gradient(
      circle at 62% 82%,
      rgba(0, 163, 150, 0.18),
      transparent 210px
    ),
    linear-gradient(135deg, #044b10, #08680f 58%, #076608);
  box-shadow: 0 34px 90px rgba(2, 45, 13, 0.14);
  overflow: visible;
  display: block;
  padding: 0;
}
.mobile-app-card:before,
.mobile-app-card:after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.mobile-app-card:before {
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.14) 2px, transparent 2.6px),
    radial-gradient(circle, rgba(255, 255, 255, 0.09) 1.5px, transparent 2px);
  background-size:
    28px 28px,
    46px 46px;
  background-position:
    78% 16%,
    62% 58%;
  mask-image:
    radial-gradient(circle at 80% 24%, #000 0 130px, transparent 210px),
    radial-gradient(circle at 60% 70%, #000 0 110px, transparent 190px);
}
.mobile-app-card:after {
  right: -110px;
  bottom: -112px;
  width: 360px;
  height: 300px;
  border: 4px solid rgba(255, 255, 255, 0.08);
  border-radius: 48%;
}
.mobile-promo-orbits {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 24px;
  pointer-events: none;
}
.mobile-promo-orbits span {
  position: absolute;
  width: 58px;
  height: 58px;
  border: 8px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.mobile-promo-orbits span:nth-child(1) {
  left: 49%;
  top: 18%;
}
.mobile-promo-orbits span:nth-child(2) {
  right: 5%;
  top: 42%;
}
.mobile-promo-orbits span:nth-child(3) {
  left: 70%;
  bottom: 12%;
  width: 88px;
  height: 88px;
  border-width: 3px;
}
.mobile-promo-orbits i {
  position: absolute;
  width: 26px;
  height: 26px;
  border: 8px solid rgba(255, 255, 255, 0.055);
}
.mobile-promo-orbits i:nth-of-type(1) {
  left: 24%;
  top: 10%;
}
.mobile-promo-orbits i:nth-of-type(2) {
  left: 35%;
  bottom: 22%;
  transform: rotate(28deg);
}
.mobile-promo-image {
  position: absolute;
  z-index: 2;
  left: 82px;
  bottom: -38px;
  width: 52%;
  margin: 0;
}
.mobile-promo-image img {
  width: 620px;
  max-width: 100%;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.28));
}
.mobile-promo-copy {
  position: absolute;
  z-index: 2;
  right: 92px;
  top: 50%;
  transform: translateY(-48%);
  color: #fff;
  width: 43%;
  max-width: 530px;
}
.mobile-promo-copy .kicker {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
  font-weight: 900;
}
.mobile-promo-copy h2 {
  font-size: clamp(46px, 4vw, 62px);
  letter-spacing: -0.055em;
  line-height: 1.03;
  margin-bottom: 24px;
}
.mobile-promo-copy p {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  max-width: 480px;
}
.store-badges {
  display: flex;
  gap: 38px;
  align-items: center;
  margin-top: 32px;
}
.store-badges img {
  height: 56px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.12));
}
@media (max-width: 900px) {
  .mobile-app-card {
    grid-template-columns: 1fr;
    padding: 38px 26px;
    text-align: center;
    justify-items: center;
    gap: 24px;
  }
  .mobile-promo-image {
    order: 1;
    margin: 0;
  }
  .mobile-promo-copy {
    order: 2;
  }
  .store-badges {
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  .store-badges img {
    height: 48px;
  }
}
@media (max-width: 620px) {
  .mobile-app-promo {
    padding: 42px 0 52px;
  }
  .mobile-app-card {
    width: calc(100% - 28px);
    min-height: auto;
    border-radius: 22px;
    padding: 28px 18px;
  }
  .mobile-promo-copy h2 {
    font-size: 34px;
  }
  .mobile-promo-copy p {
    font-size: 15px;
  }
  .store-badges img {
    height: 42px;
  }
}
/* Client revision fixes */
.enrichment-panel-compact {
  position: relative;
}
.info-tooltip {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  border: 1px solid rgba(11, 139, 73, 0.25);
  border-radius: 999px;
  background: var(--color-marketing-mint);
  color: var(--color-primary-dark);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.tooltip-panel {
  position: absolute;
  left: 50%;
  top: 52px;
  z-index: 20;
  width: min(330px, calc(100vw - 42px));
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(11, 139, 73, 0.18);
  box-shadow: 0 22px 60px rgba(3, 34, 18, 0.16);
  text-align: left;
  color: #173326;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: 0.18s ease;
  pointer-events: none;
}
.tooltip-panel:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-left: 1px solid rgba(11, 139, 73, 0.18);
  border-top: 1px solid rgba(11, 139, 73, 0.18);
  transform: translateX(-50%) rotate(45deg);
}
.tooltip-panel strong {
  display: block;
  font-size: 14px;
  color: var(--color-primary-dark);
  margin-bottom: 6px;
}
.tooltip-panel p {
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #40564a !important;
}
.info-tooltip:hover + .tooltip-panel,
.info-tooltip:focus-visible + .tooltip-panel {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
@media (max-width: 620px) {
  .tooltip-panel {
    top: 46px;
    left: 50%;
    width: calc(100vw - 52px);
  }
}
@media (max-width: 620px) {
  .funnel-slider-section {
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fbfdfb 76%,
      #f2faf5 100%
    ) !important;
  }
  .image-only-reveal {
    height: 680px !important;
    background: #fff !important;
  }
  .funnel-image-layer img.funnel-responsive-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
  .image-only-reveal:after {
    bottom: 22px !important;
  }
  #connected-lead-system {
    background: linear-gradient(
      180deg,
      #f2faf5 0%,
      #fbfdfb 34%,
      #f7fcf9 100%
    ) !important;
    padding-top: 54px !important;
    padding-bottom: 44px !important;
  }
  #connected-lead-system:before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(11, 139, 73, 0.18),
      transparent
    );
  }
  #metric-benefits {
    background: linear-gradient(180deg, #f7fcf9 0%, #fff 100%) !important;
    padding-top: 38px !important;
  }
  .metrics-intro {
    min-height: 0 !important;
    padding-right: 0 !important;
    gap: 12px !important;
  }
  .metrics-feature-row {
    gap: 16px !important;
    margin-bottom: 16px !important;
  }
  .metrics-bottom-grid {
    gap: 18px !important;
  }
  .metric-chart-card,
  .metric-hero-card,
  .metric-small-card {
    padding: 18px !important;
  }
  .metric-chart-card {
    min-height: 280px !important;
    padding-bottom: 42px !important;
  }
  .bar-chart {
    height: 135px !important;
    margin-top: 18px !important;
    margin-bottom: 22px !important;
  }
}

.record-step-cta {
  width: max-content;
  margin-top: 6px;
}
.record-screen {
  position: relative;
  overflow: visible !important;
}
.record-float-tags {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}
.record-float-tags span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(11, 139, 73, 0.18);
  box-shadow: 0 16px 38px rgba(3, 34, 18, 0.14);
  color: #173326;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  backdrop-filter: blur(12px);
}
.record-float-tags span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(11, 139, 73, 0.12);
}
.record-float-tags span:nth-child(1) {
  left: -26px;
  top: 18%;
}
.record-float-tags span:nth-child(2) {
  right: -28px;
  top: 44%;
}
.record-float-tags span:nth-child(3) {
  left: 18%;
  bottom: -18px;
}
@media (max-width: 620px) {
  #live-lead-record-anatomy {
    padding-bottom: 42px !important;
  }
  .record-story {
    display: block !important;
  }
  .record-story-copy {
    display: grid !important;
    gap: 12px !important;
    position: relative !important;
    top: auto !important;
  }
  .record-screen-wrap {
    display: grid !important;
    position: relative !important;
    top: auto !important;
    z-index: 2 !important;
    min-height: 0 !important;
    margin: 0 !important;
  }
  .record-screen {
    padding: 8px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }
  .record-screen img {
    height: 230px !important;
    object-fit: cover !important;
    object-position: left top !important;
    border-radius: 10px !important;
  }
  .record-float-tags {
    display: none !important;
  }
  .story-step {
    opacity: 0.38 !important;
    grid-template-columns: 34px 1fr !important;
    gap: 12px !important;
    padding: 14px !important;
    border: 1px solid rgba(11, 139, 73, 0.14) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    box-shadow: 0 12px 30px rgba(3, 34, 18, 0.045) !important;
  }
  .story-step.active {
    opacity: 1 !important;
    border-color: rgba(11, 139, 73, 0.42) !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(3, 34, 18, 0.1) !important;
  }
  .story-step:before,
  .story-step::after {
    display: none !important;
    content: none !important;
  }
  .story-dot {
    width: 34px !important;
    height: 34px !important;
  }
  .story-step h3 {
    font-size: 18px !important;
    margin: 0 0 5px !important;
  }
  .story-step p {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
  .record-step-cta {
    width: 100% !important;
    margin-top: 4px !important;
  }
  .record-story-spacer {
    display: none !important;
  }
}
@media (min-width: 901px) and (max-height: 820px) {
  #mobile-crm-access .mobile-layout {
    top: 82px !important;
    align-items: start !important;
  }
  #mobile-crm-access .phone-stage {
    min-height: auto !important;
    place-items: start center !important;
    padding-top: 0 !important;
  }
  #mobile-crm-access .phone {
    width: min(300px, 28vw) !important;
    border-width: 8px;
    border-radius: 42px;
    padding: 8px;
  }
  #mobile-crm-access .phone:before {
    top: 8px;
    width: 78px;
    height: 20px;
  }
  #mobile-crm-access .phone-screen {
    min-height: 500px !important;
    border-radius: 32px;
  }
  #mobile-crm-access .phone-screen img {
    height: 500px !important;
  }
  #mobile-crm-access .phone-stage:before {
    width: 440px;
    height: 440px;
  }
}
.hero-title-wrap {
  max-width: 1040px;
  margin-inline: auto;
}
.hero-title-wrap h1 {
  font-size: clamp(48px, 6.2vw, 82px);
  line-height: 1.04;
  letter-spacing: -0.065em;
}
.hero-word {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.hero-title-wrap .lead {
  font-size: clamp(17px, 1.35vw, 20px);
  max-width: 760px;
}
.compact-auto-card {
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.25;
}
.more-forms {
  background: linear-gradient(135deg, #fff, var(--color-marketing-mint)) !important;
  border-color: rgba(11, 139, 73, 0.24) !important;
  color: var(--color-primary-dark) !important;
  cursor: default;
  align-content: center !important;
  justify-items: center !important;
}
.more-forms-plus {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(11, 139, 73, 0.18);
}
.comparison-table .x-list li:before {
  content: "×" !important;
  background: #ef4b3f !important;
  color: #fff !important;
  border-radius: 50%;
  font-size: 15px !important;
  line-height: 24px !important;
  box-shadow: 0 0 0 5px rgba(239, 75, 63, 0.1) !important;
}
.review-logo-bar {
  width: min(1120px, 100%) !important;
  background: #f6f8fb;
  border-radius: 4px 4px 0 0;
  margin: 42px auto 0;
  padding-top: 22px;
  padding-bottom: 14px;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
.review-panel {
  border-radius: 0 0 4px 4px;
  margin-top: 0;
  background: #f6f8fb !important;
}
.review-dots {
  margin-top: 18px;
}
#customer-reviews-outcomes .section-head {
  margin-bottom: 24px;
}
@media (min-width: 901px) {
  .record-story {
    min-height: 132vh;
  }
  .record-screen-wrap {
    position: sticky !important;
    top: 96px !important;
    align-self: start;
  }
  .record-story-copy {
    position: sticky !important;
    top: 124px !important;
  }
  .record-story-spacer {
    height: 220px !important;
  }
}
.pillar-feature-image {
  transition: box-shadow 0.22s ease !important;
}
.pillar-feature-image.fade-in-up,
.pillar-content.fade-in-up,
.pillar-content.fade-in-up .kicker,
.pillar-content.fade-in-up h3,
.pillar-content.fade-in-up p,
.pillar-content.fade-in-up .btns {
  animation: none !important;
}
/* Laptop/tablet refinements only: mobile <=620px and wide desktop >1180px stay unchanged */
@media (min-width: 621px) and (max-width: 1180px) {
  .container,
  .wide {
    width: min(100% - 64px, var(--container)) !important;
  }
  .section {
    padding: 78px 0 !important;
  }
  .section.compact {
    padding: 68px 0 !important;
  }
  .section-head.center {
    text-align: center;
    justify-items: center;
  }
  .section-head {
    margin-bottom: 30px;
  }

  .hero {
    padding: 92px 0 76px !important;
    min-height: auto !important;
  }
  .scroll-hero {
    position: relative !important;
    top: auto !important;
    min-height: auto !important;
    padding: 46px 0 32px !important;
  }
  .hero-title-wrap {
    text-align: center !important;
    justify-items: center !important;
    gap: 18px;
    transform: none !important;
  }
  .hero-word {
    font-size: clamp(56px, 8vw, 88px);
  }
  .hero-title-wrap .lead {
    max-width: 720px;
    margin-inline: auto;
  }
  .hero-screen-wrap {
    width: min(100% - 96px, 980px) !important;
    margin-top: 42px !important;
    padding: 0 22px !important;
  }
  .hero-device {
    aspect-ratio: 16/10;
    height: auto !important;
    min-height: 0 !important;
    transform: none !important;
    border-width: 4px;
    border-radius: 28px;
    padding: 12px;
  }
  .hero-screen {
    overflow: visible !important;
  }
  .hero-screenshot {
    object-fit: contain !important;
    object-position: center top !important;
    background: #f8fcf9;
  }
  .hero-mobile-overlay {
    right: 24px !important;
    bottom: -54px !important;
    width: clamp(128px, 15vw, 176px) !important;
  }
  .hero-cta-row {
    justify-content: center;
  }
  .hero-cta-row .btn {
    width: auto;
  }
  .trust-row {
    display: flex !important;
    justify-content: center !important;
  }

  .grid-3,
  .grid-4,
  .objection-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-2 {
    grid-template-columns: 1fr !important;
  }
  .comparison-table {
    grid-template-columns: 1fr 1fr !important;
  }

  .image-only-reveal {
    height: clamp(500px, 58vw, 720px) !important;
  }
  .funnel-image-layer img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .connected-system-compact {
    padding: 20px;
    border-radius: 34px;
  }
  .connected-system-inner {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .connected-system-inner > .system-side-panel:nth-child(1) {
    order: 1 !important;
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .connected-system-inner > .system-side-panel:nth-child(2) {
    order: 2 !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .connected-system-inner > .compact-dashboard {
    grid-column: auto !important;
    order: 3 !important;
  }
  .connected-system-inner > .system-side-panel:nth-child(4) {
    order: 4 !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .system-side-panel {
    height: auto !important;
    padding: 16px !important;
    filter: none !important;
    opacity: 1 !important;
    display: grid !important;
    align-items: stretch;
  }
  .system-side-panel h3 {
    grid-column: 1/-1 !important;
    text-align: center !important;
    margin-bottom: 2px !important;
  }
  .compact-logo-card,
  .compact-data-card,
  .compact-auto-card {
    min-height: 72px !important;
  }
  .compact-dashboard img {
    height: auto !important;
    object-fit: contain !important;
  }

  .metrics-feature-row {
    grid-template-columns: 1fr !important;
  }
  .metrics-bottom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .metrics-bottom-grid .metric-chart-card {
    grid-column: 1/2 !important;
    grid-row: auto !important;
  }
  .metrics-bottom-grid .metric-hero-card:not(.metric-adoption) {
    grid-column: 2/3 !important;
    grid-row: auto !important;
  }
  .metrics-bottom-grid .metric-small-card {
    grid-column: auto !important;
  }
  .metrics-bottom-grid .metric-adoption,
  .metrics-bottom-grid .metric-footnote {
    grid-column: 1/-1 !important;
    grid-row: auto !important;
  }

  .integrations-marketplace {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    min-height: auto !important;
  }
  .marketplace-copy {
    text-align: center !important;
    justify-items: center !important;
  }
  .marketplace-cloud {
    min-height: 260px !important;
  }

  .pillar-stage {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    justify-items: center !important;
    text-align: center !important;
  }
  .pillar-content {
    padding: 0 !important;
    text-align: center !important;
    justify-items: center !important;
    max-width: 680px;
    margin-inline: auto;
  }
  .pillar-content h3,
  .pillar-content p {
    margin-inline: auto !important;
    max-width: 620px !important;
  }
  .pillar-content .btn {
    width: auto;
  }
  .pillar-visual {
    min-height: auto !important;
    padding: 0 !important;
    width: 100%;
    justify-items: center !important;
  }
  .pillar-feature-image {
    width: min(100%, 680px) !important;
    margin-inline: auto !important;
  }

  .record-story,
  .faq-wrap {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
  .record-story-title {
    font-size: clamp(38px, 6vw, 48px) !important;
  }
  .record-story-copy,
  .record-screen-wrap {
    position: relative !important;
    top: auto !important;
  }
  .record-screen img {
    height: auto !important;
  }

  #mobile-crm-access {
    min-height: auto !important;
    overflow: hidden;
  }
  .mobile-layout {
    grid-template-columns: 1fr 1fr !important;
    gap: 34px !important;
    align-items: center !important;
    position: relative !important;
    top: auto !important;
    text-align: left !important;
  }
  .mobile-layout .section-head {
    order: 1 !important;
    justify-items: start !important;
    text-align: left !important;
  }
  .phone-stage {
    order: 2 !important;
    min-height: auto !important;
    width: 100%;
    overflow: hidden;
  }
  .mobile-feature-list {
    max-width: none;
    margin-inline: 0;
  }
  .phone {
    width: min(300px, 34vw) !important;
  }
  .phone-screen,
  .phone-screen img {
    height: auto !important;
    min-height: 0 !important;
  }

  .usecase-orbit {
    min-height: 640px !important;
    display: grid !important;
    place-items: center !important;
    padding: 24px !important;
  }
  .usecase-person {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translate(-50%, -45%) !important;
    grid-column: auto !important;
    width: min(310px, 31vw) !important;
    margin: 0 !important;
  }
  .usecase-bubble {
    position: absolute !important;
    width: 180px !important;
    min-height: 128px !important;
  }
  .usecase-bubble.one {
    left: 8% !important;
    top: 12% !important;
  }
  .usecase-bubble.two {
    right: 8% !important;
    top: 12% !important;
    transform: none !important;
  }
  .usecase-bubble.three {
    right: 4% !important;
    top: 40% !important;
  }
  .usecase-bubble.four {
    left: 4% !important;
    top: 40% !important;
  }
  .usecase-bubble.five {
    right: 12% !important;
    bottom: 16% !important;
    top: auto !important;
  }
  .usecase-bubble.six {
    left: 12% !important;
    bottom: 16% !important;
    top: auto !important;
  }
  .usecase-actions {
    position: absolute !important;
    left: 50% !important;
    bottom: 18px !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    justify-content: center;
    width: auto !important;
    margin: 0 !important;
  }
  .usecase-actions .btn {
    width: auto;
  }

  .review-logo-bar {
    width: 100%;
    padding-inline: calc((100% - 130px) / 2);
  }
  .review-panel {
    grid-template-columns: 1fr !important;
  }
}
#hero {
  min-height: auto !important;
  padding: 96px 0 62px !important;
  background: #fff;
  overflow: hidden;
}
#hero:before {
  height: 100% !important;
  background-image:
    linear-gradient(rgba(11, 139, 73, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 139, 73, 0.045) 1px, transparent 1px),
    radial-gradient(
      circle at 76% 38%,
      rgba(11, 139, 73, 0.14),
      transparent 420px
    ) !important;
  background-size:
    56px 56px,
    56px 56px,
    auto !important;
  background-position: center !important;
  opacity: 1 !important;
}
#hero:after {
  height: 100% !important;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.9) 36%,
    rgba(255, 255, 255, 0.5) 100%
  ) !important;
}
#hero .hero-split {
  position: relative !important;
  z-index: 1;
  top: auto !important;
  min-height: 0 !important;
  width: min(1180px, calc(100% - 56px));
  margin-inline: auto;
  display: grid !important;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 48px;
  padding: 24px 0 0 !important;
}
#hero .hero-title-wrap {
  text-align: left !important;
  justify-items: start !important;
  gap: 22px;
  transform: none !important;
  transition: none !important;
  max-width: 560px;
  margin: 0 !important;
}
#hero .hero-title-wrap h1 {
  font-size: clamp(46px, 4.4vw, 74px);
  line-height: 1.03;
  letter-spacing: -0.065em;
  margin: 0;
}
#hero .hero-word {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: var(--color-primary);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}
#hero .hero-title-wrap .lead {
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.62;
  margin: 0;
  max-width: 520px;
  color: #5f7168;
}
#hero .hero-cta-row {
  justify-content: flex-start !important;
  margin-top: 4px;
  display: flex !important;
  gap: 18px;
}
#hero .hero-cta-row .btn {
  width: auto;
  min-height: 56px;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 16px;
}
#hero .trust-row {
  justify-content: flex-start !important;
  gap: 24px;
  margin-top: 0;
}
#hero .hero-screen-wrap {
  position: relative;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  perspective: none !important;
  isolation: isolate;
}
#hero .hero-glow {
  position: absolute;
  z-index: 0;
  left: 8%;
  right: -5%;
  top: 8%;
  bottom: 4%;
  border-radius: 42%;
  background: radial-gradient(
    circle at 52% 46%,
    rgba(11, 139, 73, 0.2),
    rgba(167, 232, 195, 0.16) 34%,
    transparent 68%
  );
  filter: blur(22px);
  pointer-events: none;
}
#hero .hero-screenshot {
  display: block;
  position: relative;
  z-index: 1;
  width: 115%;
  max-width: none;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
#hero .hero-float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 139, 73, 0.12);
  box-shadow: 0 14px 34px rgba(3, 34, 18, 0.11);
  backdrop-filter: blur(10px);
  color: #07140e;
  min-width: 150px;
}
#hero .hero-float-card span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 7px 14px rgba(11, 139, 73, 0.22);
}
#hero .hero-float-card svg {
  width: 17px;
  height: 17px;
  fill: #fff;
}
#hero .hero-float-card strong {
  display: block;
  font-size: 12.5px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.02em;
}
#hero .hero-float-card small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #6c7c73;
  font-weight: 700;
}
#hero .lead-captured {
  right: 4%;
  top: 4%;
}
#hero .source-tracked {
  left: -2%;
  top: 13%;
}
#hero .reminder-set {
  right: 13%;
  bottom: 2%;
}
@media (max-width: 900px) {
  #hero {
    padding: 84px 0 46px !important;
  }
  #hero .hero-split {
    width: min(100% - 32px, 720px);
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
    justify-items: center;
  }
  #hero .hero-title-wrap {
    text-align: center !important;
    justify-items: center !important;
    max-width: 680px;
  }
  #hero .hero-cta-row,
  #hero .trust-row {
    justify-content: center !important;
  }
  #hero .hero-screenshot {
    width: 112%;
    margin-inline: auto;
  }
  #hero .lead-captured {
    right: 2%;
    top: 0;
  }
  #hero .source-tracked {
    left: 1%;
    top: 12%;
  }
  #hero .reminder-set {
    right: 6%;
    bottom: -2%;
  }
}
@media (max-width: 620px) {
  #hero {
    padding-top: 76px !important;
  }
  #hero .hero-split {
    width: calc(100% - 28px);
    gap: 24px;
  }
  #hero .hero-title-wrap h1 {
    font-size: clamp(36px, 10vw, 52px);
  }
  #hero .hero-cta-row {
    width: 100%;
    gap: 8px;
    padding-inline: 4px;
  }
  #hero .hero-cta-row .btn {
    min-width: 0;
    padding: 13px 8px;
    font-size: 12px;
    white-space: nowrap;
  }
  #hero .hero-cta-row .btn.primary {
    flex: 0 1 60%;
  }
  #hero .hero-cta-row .btn.secondary {
    flex: 0 1 40%;
  }
  #hero .trust-row {
    gap: 12px;
    font-size: 12px;
  }
  #hero .hero-screen-wrap {
    width: 100% !important;
    overflow: visible !important;
  }
  #hero .hero-screenshot {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    object-fit: contain !important;
  }
  #hero .hero-float-card {
    display: none;
  }
}
main {
  display: flex;
  flex-direction: column;
}
#hero {
  order: 1;
}
#connected-lead-system {
  order: 2;
  padding-top: 42px !important;
}
#product-pillars-tabs {
  order: 3;
}
#integrations {
  order: 4;
}
#live-lead-record-anatomy {
  order: 5;
}
#mobile-crm-access {
  order: 6;
}
#customer-reviews-outcomes {
  order: 7;
}
#use-cases {
  order: 8;
}
#objection-handling {
  order: 9;
}
#practical-buying-comparison {
  order: 10;
}
#metric-benefits {
  order: 11;
}
#faq {
  order: 12;
}
#final-cta {
  order: 13;
}
#lead-funnel-reveal {
  order: 14;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#use-cases {
  padding-bottom: 34px !important;
}
#objection-handling {
  padding-top: 38px !important;
}
#use-cases .section-head {
  position: relative;
  z-index: 2;
  margin-bottom: 42px !important;
}
#use-cases .usecase-orbit {
  min-height: 660px !important;
  margin-top: 0 !important;
  padding-bottom: 8px !important;
  overflow: hidden;
}
#use-cases .usecase-person {
  width: min(340px, 30vw) !important;
  bottom: 58px !important;
}
@media (max-width: 620px) {
  #lead-funnel-reveal {
    padding-bottom: 20px !important;
  }
  #connected-lead-system {
    padding-top: 30px !important;
  }
  #use-cases {
    padding-bottom: 24px !important;
  }
  #objection-handling {
    padding-top: 30px !important;
  }
}
#objection-handling .wide {
  width: min(100% - 44px, 1560px);
}
#objection-handling .feature-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
#objection-handling .feature-card {
  position: relative;
  min-height: 500px;
  padding: 28px 28px 10px;
  border-radius: 22px;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 72%,
    #fbfdfb 100%
  ) !important;
  border: 1px solid rgba(11, 139, 73, 0.1);
  box-shadow: 0 16px 48px rgba(3, 34, 18, 0.055);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
#objection-handling .feature-card:hover {
  border: 2px solid rgba(34, 197, 94, 0.45);
  box-shadow: 0 18px 54px rgba(3, 34, 18, 0.08);
}
#objection-handling .feature-card:before,
#objection-handling .feature-card:after {
  display: none !important;
}
#objection-handling .feature-card-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  align-content: start;
  max-width: none;
}
#objection-handling .feature-kicker {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
#objection-handling .feature-card h3 {
  font-size: 23px;
  line-height: 1.18;
  letter-spacing: -0.035em;
  margin: 0;
  color: #07140e;
  max-width: 96%;
}
#objection-handling .feature-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #17251e;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}
#objection-handling .feature-card li {
  position: relative;
  padding-left: 24px;
}
#objection-handling .feature-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid rgba(11, 139, 73, 0.55);
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 900;
}
#objection-handling .feature-learn {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  margin-top: 4px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#objection-handling .feature-card-image {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  align-self: flex-end;
  flex: 0 0 auto;
  pointer-events: none;
  margin-bottom: 0;
}
#objection-handling .feature-card:nth-child(1) .feature-card-image {
  width: 82%;
  max-height: 220px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
#objection-handling .feature-card:nth-child(2) .feature-card-image {
  width: 94%;
  max-height: 220px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
#objection-handling .feature-card:nth-child(3) .feature-card-image {
  width: 84%;
  max-height: 225px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
#objection-handling .feature-card:nth-child(4) .feature-card-image {
  width: 64%;
  max-height: 260px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
#objection-handling .feature-card:nth-child(5) .feature-card-image {
  width: 100%;
  max-height: 220px;
  margin-top: 0;
  margin-bottom: 0;
  align-self: center;
}
#objection-handling .feature-card:nth-child(6) .feature-card-image {
  width: 92%;
  max-height: 230px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  opacity: 0.9;
}
#objection-handling .feature-card:nth-child(7) .feature-card-image {
  width: 100%;
  max-height: 180px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
#objection-handling .feature-card:nth-child(8) .feature-card-image {
  width: 100%;
  max-height: 165px;
  margin-top: 0;
  margin-bottom: 0;
  align-self: center;
}
@media (max-width: 1180px) {
  #objection-handling .feature-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  #objection-handling .wide {
    width: calc(100% - 24px);
  }
  #objection-handling .feature-card-grid {
    grid-template-columns: 1fr;
  }
  #objection-handling .feature-card {
    min-height: 460px;
    padding: 24px 24px 10px;
    border-radius: 22px;
  }
  #objection-handling .feature-card h3 {
    font-size: 18px;
  }
  #objection-handling .feature-card ul {
    font-size: 14px;
  }
}
#connected-lead-system .connected-system-compact,
#connected-lead-system .connected-system-inner {
  overflow: visible !important;
}
#connected-lead-system .connected-system-compact:before {
  border-radius: 42px;
}
#connected-lead-system .enrichment-panel-compact h3,
#connected-lead-system .automation-panel-compact h3 {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
#connected-lead-system .tooltip-panel {
  top: auto;
  bottom: calc(100% + 16px);
  left: 50%;
  z-index: 50;
  width: min(360px, calc(100vw - 42px));
  text-transform: none !important;
  letter-spacing: 0;
  font-weight: 500;
}
#connected-lead-system .tooltip-panel:before {
  top: auto;
  bottom: -8px;
  border-top: 0;
  border-left: 0;
  border-right: 1px solid rgba(11, 139, 73, 0.18);
  border-bottom: 1px solid rgba(11, 139, 73, 0.18);
}
#connected-lead-system .tooltip-panel strong {
  text-transform: none !important;
  letter-spacing: 0;
  font-weight: 800;
}
#connected-lead-system .tooltip-panel p {
  text-transform: none !important;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 620px) {
  #connected-lead-system .system-side-panel {
    position: relative;
  }
  #connected-lead-system .system-side-panel:focus-within,
  #connected-lead-system .system-side-panel:hover {
    z-index: 80 !important;
  }
  #connected-lead-system .automation-panel-compact:focus-within,
  #connected-lead-system .automation-panel-compact:hover {
    z-index: 120 !important;
  }
  #connected-lead-system .tooltip-panel {
    top: auto !important;
    bottom: calc(100% + 12px);
    left: 50%;
    z-index: 999 !important;
    width: calc(100vw - 52px);
  }
}
#mobile-crm-access .phone-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: auto;
  background: transparent;
  overflow: visible;
}
#mobile-crm-access .phone-stage:before {
  content: none !important;
}
#mobile-crm-access #mobile-crm-image {
  display: block;
  width: min(380px, 100%);
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
@media (min-width: 901px) and (max-height: 820px) {
  #mobile-crm-access #mobile-crm-image {
    width: min(340px, 30vw) !important;
  }
  #mobile-crm-access .phone-stage {
    min-height: auto !important;
    place-items: center !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 900px) {
  #mobile-crm-access #mobile-crm-image {
    width: min(340px, 82vw);
  }
}
@media (max-width: 620px) {
  #mobile-crm-access .phone-stage {
    display: none;
    margin: 12px 0 18px;
    padding: 0;
    order: initial !important;
  }
  #mobile-crm-access .mobile-feature.active + .phone-stage {
    display: grid;
  }
  #mobile-crm-access #mobile-crm-image {
    width: min(300px, 78vw);
  }
}
p,
.lead,
.review-text,
.marketplace-copy p,
.pillar-content p,
.story-step p,
.comparison-table .check-list li {
  font-size: 1em !important;
  line-height: 1.6;
}
.mini,
.mobile-feature small,
.usecase-bubble small,
.metric-footnote,
.tooltip-panel p {
  font-size: 0.875em !important;
}
@media (max-width: 620px) {
  p,
  .lead,
  .review-text,
  .marketplace-copy p,
  .pillar-content p,
  .story-step p,
  .comparison-table .check-list li {
    font-size: 0.95em !important;
  }
}
@media (min-width: 901px) {
  #use-cases .usecase-orbit {
    position: relative !important;
    min-height: 680px !important;
    padding: 72px 72px 112px !important;
    overflow: hidden !important;
    display: block !important;
  }
  #use-cases .usecase-person {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translate(-50%, -43%) !important;
    width: 330px !important;
    height: 510px !important;
    z-index: 2 !important;
    margin: 0 !important;
    display: grid !important;
    place-items: end center !important;
    overflow: hidden !important;
  }
  #use-cases .usecase-person img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }
  #use-cases .usecase-bubble {
    position: absolute !important;
    width: 190px !important;
    min-height: 136px !important;
    padding: 22px 18px !important;
    z-index: 3 !important;
  }
  #use-cases .usecase-bubble strong {
    font-size: 19px !important;
    line-height: 1.08 !important;
  }
  #use-cases .usecase-bubble small {
    font-size: 13px !important;
    line-height: 1.38 !important;
    max-width: 145px !important;
  }
  #use-cases .usecase-bubble.one {
    left: 14% !important;
    top: 16% !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
  #use-cases .usecase-bubble.two {
    right: 14% !important;
    top: 16% !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
  #use-cases .usecase-bubble.four {
    left: 8% !important;
    top: 46% !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
  #use-cases .usecase-bubble.three {
    right: 8% !important;
    top: 46% !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
  #use-cases .usecase-bubble.six {
    left: 25% !important;
    bottom: 126px !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }
  #use-cases .usecase-bubble.five {
    right: 25% !important;
    bottom: 126px !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }
  #use-cases .usecase-actions {
    position: absolute !important;
    left: 50% !important;
    bottom: 34px !important;
    transform: translateX(-50%) !important;
    z-index: 5 !important;
    display: flex !important;
    width: auto !important;
    margin: 0 !important;
    gap: 16px !important;
  }
  #use-cases .usecase-actions .btn {
    width: auto !important;
    min-width: 180px !important;
  }
}
@media (min-width: 901px) {
  #use-cases .usecase-orbit {
    min-height: 620px !important;
    padding: 64px 72px 104px !important;
    overflow: hidden !important;
  }
  #use-cases .usecase-person {
    left: 50% !important;
    top: 49% !important;
    transform: translate(-50%, -50%) !important;
    width: 360px !important;
    height: 430px !important;
    display: grid !important;
    place-items: end center !important;
    overflow: hidden !important;
  }
  #use-cases .usecase-person img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }
  #use-cases .usecase-bubble {
    width: 178px !important;
    min-height: 124px !important;
    padding: 18px 16px !important;
  }
  #use-cases .usecase-bubble strong {
    font-size: 18px !important;
    line-height: 1.08 !important;
  }
  #use-cases .usecase-bubble small {
    font-size: 12px !important;
    line-height: 1.35 !important;
    max-width: 138px !important;
  }
  #use-cases .usecase-bubble.one {
    left: 14% !important;
    top: 17% !important;
  }
  #use-cases .usecase-bubble.two {
    right: 14% !important;
    top: 17% !important;
  }
  #use-cases .usecase-bubble.four {
    left: 8% !important;
    top: 44% !important;
  }
  #use-cases .usecase-bubble.three {
    right: 8% !important;
    top: 44% !important;
  }
  #use-cases .usecase-bubble.six {
    left: 22% !important;
    bottom: 142px !important;
  }
  #use-cases .usecase-bubble.five {
    right: 22% !important;
    bottom: 142px !important;
  }
  #use-cases .usecase-actions {
    bottom: 34px !important;
  }
}
@media (min-width: 901px) {
  #use-cases .usecase-orbit {
    min-height: 690px !important;
    padding: 70px 90px 130px !important;
    overflow: hidden !important;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96),
      rgba(250, 253, 251, 0.92)
    ) !important;
  }
  #use-cases .usecase-person {
    left: 50% !important;
    top: 48% !important;
    transform: translate(-50%, -50%) !important;
    width: 340px !important;
    height: 500px !important;
    z-index: 2 !important;
    display: grid !important;
    place-items: end center !important;
    overflow: hidden !important;
  }
  #use-cases .usecase-person img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    -webkit-mask-image: linear-gradient(
      to bottom,
      #000 0%,
      #000 78%,
      rgba(0, 0, 0, 0.72) 88%,
      transparent 100%
    ) !important;
    mask-image: linear-gradient(
      to bottom,
      #000 0%,
      #000 78%,
      rgba(0, 0, 0, 0.72) 88%,
      transparent 100%
    ) !important;
  }
  #use-cases .usecase-person:after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 0;
    height: 90px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(250, 253, 251, 0.96) 82%,
      rgba(250, 253, 251, 1)
    );
    pointer-events: none;
    z-index: 3;
  }
  #use-cases .usecase-bubble {
    width: 176px !important;
    min-height: 124px !important;
    padding: 17px 16px !important;
    z-index: 3 !important;
  }
  #use-cases .usecase-bubble strong {
    font-size: 18px !important;
    line-height: 1.08 !important;
  }
  #use-cases .usecase-bubble small {
    font-size: 12px !important;
    line-height: 1.34 !important;
    max-width: 136px !important;
  }
  #use-cases .usecase-bubble.one {
    left: 13% !important;
    top: 15% !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
  #use-cases .usecase-bubble.two {
    right: 13% !important;
    top: 15% !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
  #use-cases .usecase-bubble.four {
    left: 7% !important;
    top: 43% !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
  #use-cases .usecase-bubble.three {
    right: 7% !important;
    top: 43% !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
  #use-cases .usecase-bubble.six {
    left: 19% !important;
    bottom: 148px !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }
  #use-cases .usecase-bubble.five {
    right: 19% !important;
    bottom: 148px !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }
  #use-cases .usecase-actions {
    left: 50% !important;
    bottom: 46px !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    gap: 18px !important;
    width: auto !important;
    z-index: 5 !important;
  }
  #use-cases .usecase-actions .btn {
    width: auto !important;
    min-width: 185px !important;
  }
}
@media (min-width: 621px) and (max-width: 900px) {
  #use-cases .usecase-orbit {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    min-height: auto !important;
    padding: 28px 24px 34px !important;
    gap: 16px !important;
    overflow: visible !important;
  }
  #use-cases .usecase-person {
    position: relative !important;
    grid-column: 1/-1 !important;
    grid-row: 2 !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: min(300px, 48vw) !important;
    margin: auto !important;
  }
  #use-cases .usecase-bubble {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    width: auto !important;
    min-height: 150px !important;
  }
  #use-cases .usecase-actions {
    position: relative !important;
    grid-column: 1/-1 !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    justify-content: center !important;
    margin-top: 8px !important;
  }
}
@media (max-width: 620px) {
  #use-cases .section-head {
    margin-bottom: 20px !important;
  }
  #use-cases .usecase-orbit {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: auto auto auto auto !important;
    min-height: auto !important;
    padding: 22px 10px 24px !important;
    gap: 14px 6px !important;
    align-items: center !important;
    overflow: visible !important;
  }
  #use-cases .usecase-person {
    position: relative !important;
    grid-column: 1/-1 !important;
    grid-row: 2 !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: min(205px, 58vw) !important;
    margin: 0 auto 4px !important;
    z-index: 2 !important;
  }
  #use-cases .usecase-bubble {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    width: auto !important;
    min-height: 106px !important;
    padding: 10px 6px !important;
    align-content: center !important;
    gap: 4px !important;
    z-index: 3 !important;
  }
  #use-cases .usecase-bubble:before {
    inset: 3px !important;
    border-radius: 48% 52% 50% 50% !important;
  }
  #use-cases .usecase-bubble.one {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  #use-cases .usecase-bubble.two {
    grid-column: 2 !important;
    grid-row: 1 !important;
    transform: translateY(-10px) !important;
  }
  #use-cases .usecase-bubble.three {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }
  #use-cases .usecase-bubble.four {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }
  #use-cases .usecase-bubble.five {
    grid-column: 2 !important;
    grid-row: 3 !important;
    transform: translateY(10px) !important;
  }
  #use-cases .usecase-bubble.six {
    grid-column: 3 !important;
    grid-row: 3 !important;
  }
  #use-cases .usecase-bubble strong {
    font-size: 10.5px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.025em !important;
  }
  #use-cases .usecase-bubble small {
    font-size: 9.5px !important;
    line-height: 1.2 !important;
    max-width: 82px !important;
  }
  #use-cases .usecase-actions {
    position: relative !important;
    grid-column: 1/-1 !important;
    grid-row: 4 !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    display: flex !important;
    width: 100% !important;
    margin-top: 6px !important;
    padding-inline: 0 !important;
    gap: 10px !important;
  }
  #use-cases .usecase-actions .btn {
    width: auto !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    padding: 11px 10px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }
}
@media (min-width: 901px) {
  .section {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .section.compact {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }
  .section-head {
    margin-bottom: 28px !important;
  }
  #integrations {
    padding-top: 58px !important;
    padding-bottom: 34px !important;
  }
  #integrations .integrations-marketplace {
    min-height: auto !important;
    margin-top: 0 !important;
    gap: 28px !important;
    align-items: center !important;
  }
  #integrations .marketplace-cloud {
    min-height: 220px !important;
    max-height: 260px !important;
    overflow: hidden !important;
  }
  #integrations .marketplace-row {
    margin-bottom: 18px !important;
  }
  #live-lead-record-anatomy {
    padding-top: 42px !important;
    padding-bottom: 64px !important;
  }
  #live-lead-record-anatomy .section-head {
    margin-bottom: 24px !important;
  }
  #live-lead-record-anatomy .record-story {
    min-height: 360vh !important;
    margin-top: 30px !important;
    align-items: start !important;
  }
  #live-lead-record-anatomy .record-story-copy {
    position: sticky !important;
    top: 118px !important;
    align-self: start !important;
  }
  #live-lead-record-anatomy .record-screen-wrap {
    position: sticky !important;
    top: 106px !important;
    align-self: start !important;
  }
  #live-lead-record-anatomy .record-story-spacer {
    display: none !important;
    height: 0 !important;
  }
  #mobile-crm-access {
    min-height: 500vh !important;
    padding-top: 64px !important;
    padding-bottom: 64px !important;
    overflow: visible !important;
  }
  #mobile-crm-access .mobile-layout {
    position: sticky !important;
    top: 104px !important;
    align-self: start !important;
  }
  #faq {
    padding-bottom: 52px !important;
  }
  #faq .section-head {
    position: sticky !important;
    top: 118px !important;
    align-self: start !important;
  }
  #final-cta {
    padding-top: 52px !important;
  }
  .final-cta {
    padding-bottom: 72px !important;
  }
  #integrations-title,
  #lead-record-title,
  #comparison-title {
    font-size: 3.16em !important;
    line-height: 1.1 !important;
    letter-spacing: -0.04em !important;
  }
}


/* Site-wide consistency pass: keep unique homepage art, normalize ordinary UI. */
.hero-title-wrap .lead,
.marketplace-copy p,
.pillar-content p,
.story-step p,
.review-text,
.comparison-table .check-list li {
  font-size: var(--type-lead);
  line-height: 1.65;
}

.source-card,
.outcome-card,
.process-chip,
.metric-chart-card,
.metric-hero-card,
.metric-small-card,
.metric-line-card,
.connected-system-compact,
.compact-dashboard,
.funnel-image-compare,
.review-panel,
.review-logo-bar,
.objection-image-card,
.cta-panel {
  border-color: var(--color-marketing-border);
  box-shadow: var(--shadow-card);
}

.faq-list details {
  border-color: var(--color-marketing-border);
  border-radius: var(--radius-3xl);
  box-shadow: var(--shadow-sm);
}

.faq-list summary,
.trust-row,
.blog-meta,
.feature-kicker,
.system-label,
.connector-label,
.objection-badge {
  font-size: var(--type-label);
}

.marketplace-copy h3,
.pillar-content h3,
.record-story-title,
.comparison-accent-title,
.network-cta h2,
.mobile-promo-copy h2 {
  font-size: var(--type-section-title);
  letter-spacing: var(--type-heading-tracking);
}

.objection-image-card h3,
.story-step h3,
.comparison-table h3,
.system-hub-card h3,
.funnel-copy h3 {
  font-size: var(--type-small-title);
}


/* Keep animated/logo rails from increasing page width. */
.marketplace-cloud,
.review-logo-bar {
  contain: paint;
}

.review-logo-bar {
  overflow-x: hidden;
}


/* Clip decorative rails/popovers so animations never create document overflow. */
.marketplace-cloud {
  max-width: 100%;
  overflow-x: clip;
  contain: layout paint;
}

.marketplace-row {
  contain: paint;
}

.tooltip-panel {
  max-width: calc(100vw - 42px);
}

.funnel-range {
  max-width: calc(100% - 4px);
}


/* Hard-stop decorative homepage effects from contributing to root scroll width. */
body:has(.marketplace-cloud),
body:has(.review-logo-bar) {
  overflow-x: clip;
}

.info-tooltip-wrap,
.enrichment-panel-compact {
  max-width: 100%;
  overflow: clip;
}
