.solution-page {
  background: #fff;
  color: var(--ink);
}

.solution-page .topbar,
.solution-page .topbar.scrolled {
  position: sticky;
  top: 0;
  height: 88px;
  background: rgba(217, 245, 232, .97);
  border-bottom: 1px solid rgba(11, 92, 63, .1);
  box-shadow: none;
}

.solution-page .solutions-nav > .nav-trigger {
  position: relative;
}

.solution-page .solutions-nav > .nav-trigger::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  background: var(--green);
  content: "";
}

.solution-hero {
  min-height: 650px;
  padding: 66px max(32px, calc((100vw - 1180px) / 2));
  border-radius: 0 0 48px 48px;
  display: grid;
  grid-template-columns: 49% 51%;
  align-items: center;
  gap: 45px;
  position: relative;
  overflow: hidden;
}

.solution-pme .solution-hero {
  background: linear-gradient(135deg, #e3f9ee, #c3eed9);
}

.solution-sales .solution-hero {
  background: linear-gradient(135deg, #e8f7f0, #b9e8d1);
}

.solution-agency .solution-hero {
  background: linear-gradient(135deg, #e5f5ed, #c8eadb 62%, #aedfc8);
}

.solution-hero::after {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(11, 92, 63, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 92, 63, .035) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(90deg, transparent 35%, #000);
  pointer-events: none;
  content: "";
}

.solution-hero-copy,
.solution-hero-visual {
  position: relative;
  z-index: 2;
}

.solution-eyebrow {
  display: block;
  color: var(--deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.1px;
}

.solution-hero h1 {
  max-width: 650px;
  margin: 18px 0 20px;
  font-size: 51px;
  line-height: 1.01;
  letter-spacing: -2.6px;
}

.solution-hero-copy > p {
  max-width: 610px;
  margin: 0;
  color: #294c3f;
  font-size: 17px;
  line-height: 1.55;
}

.solution-actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.solution-actions .btn {
  padding: 15px 20px;
  border-radius: 11px;
  font-size: 14px;
}

.solution-actions .btn-primary {
  background: #171918;
  border-color: #171918;
}

.solution-assurances {
  margin-top: 23px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #3b5a4d;
  font-size: 11px;
  font-weight: 700;
}

.solution-assurances i {
  margin-right: 4px;
  color: var(--green);
  font-style: normal;
}

.solution-window {
  width: 640px;
  min-height: 445px;
  border: 1px solid rgba(6, 40, 28, .17);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 32px 75px rgba(6, 40, 28, .23);
  overflow: hidden;
  transform: rotateY(-2deg) rotateX(1deg);
}

.solution-window-bar {
  height: 46px;
  padding: 0 14px;
  border-bottom: 1px solid #e1ebe6;
  background: #f9fcfa;
  display: flex;
  align-items: center;
  gap: 6px;
}

.solution-window-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bfd2c8;
}

.solution-window-bar span {
  margin-left: 12px;
  color: #7a8d84;
  font-size: 9px;
}

.solution-window-body {
  min-height: 399px;
  display: grid;
  grid-template-columns: 58px 1fr;
}

.solution-window-nav {
  padding: 17px 10px;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.solution-window-nav i {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #a9c2b7;
  font-size: 9px;
  font-style: normal;
}

.solution-window-nav i:first-child {
  background: var(--green);
  color: #fff;
  font-weight: 800;
}

.solution-window-nav i.active {
  background: #fff;
  color: var(--deep);
}

.solution-screen {
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.screen-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
}

.screen-head small {
  display: block;
  color: var(--green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .7px;
}

.screen-head h3 {
  margin: 4px 0 0;
  font-size: 19px;
}

.screen-head button {
  padding: 7px 10px;
  border: 0;
  border-radius: 7px;
  background: var(--deep);
  color: #fff;
  font-size: 8px;
}

.market-prompt {
  min-height: 66px;
  margin: 18px 0 12px;
  padding: 12px 48px 12px 36px;
  border: 1.7px solid var(--green);
  border-radius: 11px;
  display: flex;
  align-items: center;
  position: relative;
  background: #fbfefc;
}

.market-prompt::before {
  position: absolute;
  left: 13px;
  color: var(--green);
  font-size: 15px;
  content: "✦";
}

.market-prompt::after {
  position: absolute;
  right: 9px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  content: "→";
}

.market-prompt p {
  margin: 0;
  color: #4b6258;
  font-size: 10px;
  line-height: 1.35;
}

.mini-result {
  min-height: 63px;
  padding: 10px 4px;
  border-top: 1px solid #e1ebe6;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
}

.mini-result > i {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--pale);
  display: grid;
  place-items: center;
  color: var(--deep);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.mini-result > span {
  display: flex;
  flex-direction: column;
}

.mini-result b {
  font-size: 10px;
}

.mini-result small {
  margin-top: 3px;
  color: #788981;
  font-size: 7px;
}

.mini-result em {
  padding: 5px 7px;
  border-radius: 7px;
  background: var(--pale);
  color: var(--green);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.sales-stat-row {
  margin: 18px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.sales-stat-row span {
  padding: 10px;
  border: 1px solid #e0e9e5;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
}

.sales-stat-row small {
  color: #75877f;
  font-size: 7px;
}

.sales-stat-row b {
  margin-top: 4px;
  font-size: 14px;
}

.mini-kanban {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.mini-kanban > div {
  min-height: 235px;
  padding: 8px;
  border-radius: 9px;
  background: #f1f6f3;
}

.mini-kanban > div > small {
  color: #687a72;
  font-size: 7px;
  font-weight: 700;
}

.deal-card {
  min-height: 68px;
  margin-top: 8px;
  padding: 8px;
  border: 1px solid #e0e9e5;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 4px 11px rgba(6, 40, 28, .05);
  display: flex;
  flex-direction: column;
  position: relative;
}

.deal-card b {
  font-size: 8px;
}

.deal-card span {
  margin-top: 5px;
  color: var(--green);
  font-size: 8px;
}

.deal-card i {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--mint);
  display: grid;
  place-items: center;
  font-size: 6px;
  font-style: normal;
}

.client-tabs {
  margin: 17px 0 12px;
  display: flex;
  gap: 6px;
}

.client-tabs span {
  padding: 7px 9px;
  border: 1px solid #d6e1dc;
  border-radius: 8px;
  color: #687b72;
  font-size: 8px;
  font-weight: 700;
}

.client-tabs span.active {
  background: var(--deep);
  border-color: var(--deep);
  color: #fff;
}

.agency-campaigns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.agency-campaign {
  min-height: 125px;
  padding: 13px;
  border: 1px solid #dce5e1;
  border-radius: 11px;
  background: #fbfdfc;
  position: relative;
}

.agency-campaign > small {
  color: var(--green);
  font-size: 7px;
  font-weight: 800;
}

.agency-campaign h4 {
  margin: 7px 0 12px;
  font-size: 11px;
}

.agency-campaign dl {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.agency-campaign dl div {
  display: flex;
  flex-direction: column;
}

.agency-campaign dt {
  color: #7a8b83;
  font-size: 6px;
}

.agency-campaign dd {
  margin: 2px 0 0;
  font-size: 10px;
  font-weight: 800;
}

.agency-activity {
  margin-top: 11px;
  padding: 12px;
  border-radius: 10px;
  background: var(--pale);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
}

.agency-activity b {
  color: var(--deep);
}

.solution-proofbar {
  width: min(1120px, calc(100% - 48px));
  margin: 35px auto 95px;
  padding: 24px 0;
  border-top: 1px solid #d6e0db;
  border-bottom: 1px solid #d6e0db;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.solution-proofbar article {
  min-height: 65px;
  padding: 0 20px;
  border-left: 1px solid #d6e0db;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution-proofbar article:first-child {
  border-left: 0;
}

.solution-proofbar b {
  color: var(--deep);
  font-size: 20px;
  letter-spacing: -.5px;
}

.solution-proofbar span {
  margin-top: 4px;
  color: #667970;
  font-size: 10px;
}

.solution-section {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 105px;
}

.solution-heading {
  margin-bottom: 43px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 70px;
}

.solution-heading h2 {
  margin: 13px 0 0;
  font-size: 43px;
  line-height: 1.04;
  letter-spacing: -1.8px;
}

.solution-heading > p {
  margin: 0;
  color: #576b62;
  line-height: 1.6;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.outcome-grid article {
  min-height: 285px;
  padding: 28px;
  border: 1px solid #cfdbd5;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}

.outcome-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 17px 38px rgba(6, 40, 28, .08);
}

.outcome-grid article > span {
  width: 35px;
  height: 35px;
  border: 1px solid #c9d9d1;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: var(--deep);
  font-size: 9px;
  font-weight: 800;
}

.outcome-grid h3 {
  margin: auto 0 10px;
  font-size: 22px;
  line-height: 1.1;
}

.outcome-grid p {
  margin: 0;
  color: #5a6e64;
  font-size: 14px;
  line-height: 1.5;
}

.solution-story {
  padding: 100px max(24px, calc((100vw - 1120px) / 2));
  background: #f5faf7;
}

.story-row {
  margin-bottom: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

.story-row:last-child {
  margin-bottom: 0;
}

.story-row.reverse .story-visual {
  order: 2;
}

.story-copy h2 {
  margin: 13px 0 17px;
  font-size: 39px;
  line-height: 1.05;
  letter-spacing: -1.5px;
}

.story-copy > p {
  margin: 0;
  color: #52675e;
  font-size: 15px;
  line-height: 1.6;
}

.story-list {
  list-style: none;
  padding: 0;
  margin: 23px 0;
  display: grid;
  gap: 10px;
}

.story-list li {
  font-size: 13px;
  font-weight: 700;
}

.story-list i {
  width: 22px;
  height: 22px;
  margin-right: 7px;
  border-radius: 50%;
  background: #fff;
  display: inline-grid;
  place-items: center;
  color: var(--green);
  font-style: normal;
}

.story-link {
  color: var(--deep);
  font-size: 13px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.story-visual {
  min-height: 410px;
  padding: 34px;
  border: 1px solid #c8d9d1;
  border-radius: 24px;
  background: linear-gradient(145deg, #d9f5e8, #bcebd6);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.story-visual::before {
  position: absolute;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(11, 92, 63, .14);
  border-radius: 50%;
  right: -130px;
  top: -150px;
  content: "";
}

.context-card,
.flow-card,
.pipeline-card,
.workspace-card {
  width: min(360px, 100%);
  padding: 21px;
  border: 1px solid #cddbd4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(6, 40, 28, .13);
  position: relative;
  z-index: 2;
}

.context-card > small,
.flow-card > small,
.pipeline-card > small,
.workspace-card > small {
  color: var(--green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .8px;
}

.context-card h4,
.flow-card h4,
.pipeline-card h4,
.workspace-card h4 {
  margin: 7px 0 16px;
  font-size: 17px;
}

.signal-list {
  display: grid;
  gap: 8px;
}

.signal-list span {
  padding: 10px;
  border-radius: 9px;
  background: #f3f8f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
}

.signal-list b {
  color: var(--green);
}

.flow-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}

.flow-line span {
  width: 64px;
  height: 58px;
  border: 1px solid #d3e0da;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--deep);
  text-align: center;
  font-size: 8px;
  font-weight: 750;
}

.flow-line i {
  flex: 1;
  height: 1px;
  background: var(--green);
  position: relative;
}

.flow-line i::after {
  position: absolute;
  right: -1px;
  top: -3px;
  border-left: 5px solid var(--green);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  content: "";
}

.pipeline-mini-row {
  padding: 10px 0;
  border-top: 1px solid #e1e9e5;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  font-size: 10px;
}

.pipeline-mini-row span {
  display: flex;
  flex-direction: column;
}

.pipeline-mini-row small {
  margin-top: 3px;
  color: #788981;
  font-size: 7px;
}

.pipeline-mini-row em {
  padding: 5px 7px;
  border-radius: 7px;
  background: var(--pale);
  color: var(--deep);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}

.workspace-list {
  display: grid;
  gap: 8px;
}

.workspace-list span {
  padding: 11px;
  border: 1px solid #dae4df;
  border-radius: 9px;
  display: grid;
  grid-template-columns: 26px 1fr auto;
  align-items: center;
  gap: 8px;
  font-size: 10px;
}

.workspace-list i {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: var(--mint);
  display: grid;
  place-items: center;
  font-size: 7px;
  font-style: normal;
  font-weight: 800;
}

.workspace-list em {
  color: var(--green);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.workflow-section {
  padding: 95px max(24px, calc((100vw - 1120px) / 2));
  background: var(--ink);
  color: #fff;
}

.workflow-section .solution-heading p {
  color: #a9c3b8;
}

.workflow-section .solution-eyebrow {
  color: #7cddb4;
}

.workflow-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.workflow-track article {
  min-height: 245px;
  padding: 25px;
  border: 1px solid #315344;
  border-radius: 18px;
  background: #0b3426;
  position: relative;
}

.workflow-track article:not(:last-child)::after {
  position: absolute;
  right: -19px;
  top: 50%;
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 1px solid #315344;
  border-radius: 50%;
  background: var(--ink);
  display: grid;
  place-items: center;
  color: #7cddb4;
  font-size: 11px;
  content: "→";
}

.workflow-track span {
  color: #78d9b1;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
}

.workflow-track h3 {
  margin: 55px 0 11px;
  font-size: 20px;
}

.workflow-track p {
  margin: 0;
  color: #acc2b9;
  font-size: 13px;
  line-height: 1.5;
}

.status-section {
  width: min(1000px, calc(100% - 48px));
  margin: 0 auto;
  padding: 95px 0;
}

.status-section .solution-heading {
  display: block;
  max-width: 720px;
}

.status-list {
  border-top: 1px solid #b9c9c1;
}

.status-list article {
  min-height: 86px;
  padding: 18px 5px;
  border-bottom: 1px solid #cbd7d1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 25px;
}

.status-list h3 {
  margin: 0;
  font-size: 16px;
}

.status-list p {
  margin: 4px 0 0;
  color: #63756c;
  font-size: 12px;
}

.status-badge {
  padding: 7px 10px;
  border-radius: 12px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.status-badge.available {
  background: #d9f5e8;
  color: var(--deep);
}

.status-badge.progressive {
  background: #f3e9c9;
  color: #755e17;
}

.solution-faq {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 95px;
}

.solution-faq .solution-heading {
  display: block;
  max-width: 680px;
}

.solution-faq-list {
  border-top: 1px solid #aebfb6;
}

.solution-faq details {
  border-bottom: 1px solid #b9c8c1;
}

.solution-faq summary {
  min-height: 72px;
  padding: 19px 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 16px;
  font-weight: 750;
}

.solution-faq summary::-webkit-details-marker {
  display: none;
}

.solution-faq summary span {
  font-size: 22px;
  font-weight: 500;
  transition: transform .2s;
}

.solution-faq details[open] summary span {
  transform: rotate(45deg);
}

.solution-faq details p {
  margin: 0 45px 22px 0;
  color: #5a6d64;
  font-size: 14px;
  line-height: 1.55;
}

.solution-final {
  width: min(1120px, calc(100% - 48px));
  min-height: 350px;
  margin: 0 auto 95px;
  padding: 58px 40px;
  border-radius: 48px;
  background: var(--mint-2);
  display: grid;
  place-items: center;
  text-align: center;
}

.solution-final > div {
  max-width: 760px;
}

.solution-final h2 {
  margin: 13px 0 15px;
  font-size: 42px;
  line-height: 1.04;
  letter-spacing: -1.7px;
}

.solution-final p {
  margin: 0 auto 25px;
  color: #41594e;
  line-height: 1.55;
}

.solution-final .solution-actions {
  justify-content: center;
  margin-top: 0;
}

@media(max-width:1100px) {
  .solution-hero {
    grid-template-columns: 53% 47%;
  }

  .solution-window {
    width: 620px;
    transform: scale(.82) rotateY(-2deg);
    transform-origin: left center;
  }

  .workflow-track {
    grid-template-columns: 1fr 1fr;
  }

  .workflow-track article:not(:last-child)::after {
    display: none;
  }
}

@media(max-width:820px) {
  .solution-page .topbar,
  .solution-page .topbar.scrolled {
    height: 68px;
  }

  .solution-hero {
    min-height: auto;
    padding: 54px 20px 48px;
    border-radius: 0 0 35px 35px;
    display: block;
  }

  .solution-hero h1 {
    font-size: 40px;
    letter-spacing: -2px;
  }

  .solution-hero-copy > p {
    font-size: 15px;
  }

  .solution-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .solution-hero-visual {
    height: 410px;
    margin-top: 42px;
    overflow: hidden;
  }

  .solution-window {
    width: 620px;
    transform: scale(.63) rotateY(-2deg);
    transform-origin: top left;
  }

  .solution-proofbar {
    width: calc(100% - 40px);
    margin-bottom: 72px;
    grid-template-columns: 1fr 1fr;
  }

  .solution-proofbar article:nth-child(3) {
    border-left: 0;
  }

  .solution-proofbar article {
    padding: 15px;
  }

  .solution-section {
    width: calc(100% - 40px);
    padding-bottom: 75px;
  }

  .solution-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .solution-heading h2 {
    font-size: 36px;
  }

  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .outcome-grid article {
    min-height: 240px;
  }

  .solution-story {
    padding: 72px 20px;
  }

  .story-row {
    margin-bottom: 72px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .story-row.reverse .story-visual {
    order: 0;
  }

  .story-copy h2 {
    font-size: 34px;
  }

  .story-visual {
    min-height: 380px;
    padding: 22px;
  }

  .workflow-section {
    padding: 72px 20px;
  }

  .workflow-track {
    grid-template-columns: 1fr;
  }

  .status-section,
  .solution-faq {
    width: calc(100% - 40px);
    padding: 72px 0;
  }

  .solution-faq {
    padding-top: 0;
  }

  .solution-final {
    width: calc(100% - 40px);
    margin-bottom: 72px;
    padding: 45px 24px;
    border-radius: 38px;
  }

  .solution-final h2 {
    font-size: 35px;
  }
}

@media(max-width:520px) {
  .solution-hero h1 {
    font-size: 36px;
  }

  .solution-hero-visual {
    height: 345px;
  }

  .solution-window {
    transform: scale(.53) rotateY(-2deg);
  }

  .solution-proofbar {
    grid-template-columns: 1fr;
  }

  .solution-proofbar article {
    border-left: 0;
    border-top: 1px solid #d6e0db;
  }

  .solution-proofbar article:first-child {
    border-top: 0;
  }

  .solution-heading h2 {
    font-size: 33px;
  }

  .status-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .status-badge {
    width: max-content;
  }
}
