/*
Theme Name: Sheshi Desktop Growth Band
Version: 0.31.7
Description: Turns the proposal section into a compact two-column desktop conversion band while retaining the stacked mobile flow.
*/

body.sheshi-home .sheshi-growth-steps li > .sheshi-growth-step-copy {
  display: grid !important;
  width: auto !important;
  height: auto !important;
  min-width: 0;
  flex: 1 1 auto !important;
  place-items: initial !important;
  gap: 3px;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--text-primary) !important;
  background: transparent !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

body.sheshi-home .sheshi-growth-step-copy small {
  display: none !important;
  color: var(--text-secondary) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

@media (min-width: 1024px) {
  body.sheshi-home .sheshi-home-growth {
    padding: 56px 0 !important;
  }

  body.sheshi-home .sheshi-home-growth-inner {
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr) !important;
    grid-template-areas:
      "growth-copy growth-steps"
      "growth-cta growth-steps";
    column-gap: clamp(56px, 6vw, 92px) !important;
    row-gap: 24px !important;
    align-items: start !important;
  }

  body.sheshi-home .sheshi-home-growth-copy {
    grid-area: growth-copy;
    max-width: 500px !important;
  }

  body.sheshi-home .sheshi-home-growth h2 {
    max-width: 500px;
    font-size: clamp(32px, 3vw, 40px) !important;
    line-height: 1.08 !important;
  }

  body.sheshi-home .sheshi-home-growth-copy > p:last-child {
    max-width: 480px !important;
    margin-top: 16px !important;
  }

  body.sheshi-home .sheshi-growth-steps {
    display: grid !important;
    grid-area: growth-steps;
    grid-column: auto !important;
    grid-template-columns: 1fr !important;
    align-self: stretch !important;
    gap: 0 !important;
    border-top: 1px solid var(--border-default);
  }

  body.sheshi-home .sheshi-growth-steps li {
    display: grid !important;
    min-height: 76px !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: center !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid var(--border-default);
  }

  body.sheshi-home .sheshi-growth-steps li > span:first-child {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    color: var(--accent) !important;
    background: transparent !important;
  }

  body.sheshi-home .sheshi-growth-steps strong {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  body.sheshi-home .sheshi-growth-step-copy small {
    display: block !important;
  }

  body.sheshi-home .sheshi-growth-cta {
    grid-area: growth-cta;
    width: auto !important;
    min-height: 48px !important;
    justify-self: start !important;
    align-self: start !important;
    padding-inline: 20px !important;
  }
}
